.dBox {
    width: 560px;
    color: #ffffff;
}
.dHead {
    border-radius: 10px 10px 0 0;
    /* background-color: #FF7473; */
    background: rgb(255,111,106);
    background: linear-gradient(90deg, rgba(255,111,106,1) 20%, rgba(64,230,174,1) 60%, rgba(7,84,193,1) 100%);
    font-size: 13px;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    padding: 10px 15px;
}
.dHead a {
    color: #ffffff;
    text-decoration: none;
}
.dHead .dHeadNav {
    display: flex;
}
.dHead .dHeadNav .dHeadNavIcon {
    padding-right: 3px;
    padding-top: 1px;
}
.dHead .dHeadNav .divide {
    padding: 0 5px;
}
.dBody {
    background-color: #3E4D58;
    padding: 15px 10px;
    position: relative;
}
.dBodyStatus {
    position: absolute;
    top: 0;
    left: 0;
}
.dBody .dBodyImage {
    margin: 6px 10px 0 0;
    width: 80px;
    height: 60px;
}
.dBody .dTabletCapacity {
    width: 80px;
    text-align: center;
    margin-top: 2px;
    font-size: 12px;
    font-weight: 600;
}
.dBody .dBodyTitleBox {
    margin-top: 6px;
    width: 350px;
}
.dBody .dBodyTitleBox .dBodyTitle {
    width: 340px;
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
}
.dBody .dBodyTitleBox .dBodyStore {
    width: 340px;
    height: 18px;
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.dBody .dBodyTitleBox .dBodyLink {
    width: 340px;
    height: 15px;
    color: #ffba00;
    font-size: 13px;
    font-weight: 700;
    line-height: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.dBody .dBodyTitleBox .dBodyLink a {
    color: #ffba00;
    text-decoration: none;
    word-break: break-all;
}
.dBody .dBodyDescWrap {
    padding: 15px;
    width: 510px;
    color: #3C4042;
    /* background-color: #EAE5D1; */
    background-color: #ffffff;
    /* background: rgb(38,173,227);
    background: linear-gradient(128deg, rgba(38,173,227,1) 60%, rgba(14,130,176,1) 100%); */
    border-radius: 10px;
    line-height: 20px;
    line-height: 25px;
    font-size: 15px;
}
.dBody .dBodyDesc {
    word-break: break-all;
    /* font-weight: 500; */
}
.dBody .dBodyDesc img {
    max-width: 510px;
    height: auto;
}
.dBody .dBodyDesc a {
    color: #FF554D;
}
.dBody .dBodyDesc p {
    margin: 0;
    padding: 0;
    line-height: 25px;
}
.priceHead {
    font-size: 11px;
}
.priceBody {
    line-height: 20px;
    font-weight: 700;
}
.priceBody.final {
    color: #FFFC1C;
}
.priceBodyDesc {
    font-weight: 700;
    font-size: 12px;
    /* font-style: italic; */
    /* color: #FFFC1C; */
}
.priceDeailTitleWrap {
    padding: 10px 0 5px 0;
}
.priceDeailTitleWrap .priceDetailTitleIcon {
    vertical-align: -3px;
    margin-right: 1px;
    font-size: 16px;
}
.priceDeailTitleWrap .priceDetailTitle {
    font-size: 13px;
    font-weight: 700;
}
.priceDetailDesc {
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
}
.priceBox {
    width: 100px;
    text-align: center;
    padding: 10px 0;
    border-radius: 10px;
}
.boxFinal {
    background-color: #FF6F6A;
}
.boxSelling {
    background-color: #00A3DF;
}
.boxCoupon {
    background-color: #009898;
}
.boxCoin {
    background-color: #9976FD;
}
.boxCard {
    background-color: #CD9A7F;
}
.boxDelivery {
    background-color: #96958E;
}
.boxDivide {
    width: 10px;
    line-height: 69px;
    text-align: center;
}
.priceFinalDesc {
    margin-top: 5px;
    float: right;
    font-size: 12px;
    font-weight: 700;
    width: 100px;
    text-align: center;
    line-height: 15px;
}

.dFoot {
    border-radius: 0 0 10px 10px;
    background-color: #5D7989;
    font-size: 13px;
    padding: 10px 15px 10px 15px;
}
.dFoot .dFootDetailWrap {
    display: flex;
    justify-content: space-between;
    font-weight: 700;
}
.dFoot .dFootDetail {
    display: flex;
}
.dFoot .dFootIcon {
    vertical-align: -4px;
    margin-right: 5px;
    font-size: 15px;
}
.dFoot .dFootDetail .dFootCount {
    line-height: 16px;
}
.dFoot .dFootDetail .viewRec {
    cursor: pointer;
}
.dFoot .dFootDate {
    display: flex;
}

.yellow {
    color: #FFE008;
}

.modelInfo {
    margin-bottom: 20px;
}

@media only screen and (max-width: 1180px) {
    .hoverCouponBig {
        display: none;
    }
}

@media only screen and (min-width: 1180px) {
    .hoverCouponBig {
        display: block;
    }
}

.priceLogBox {
    background-color: #5D7989;
    border-radius: 5px;
    padding: 10px 5px 10px 15px;
}
.priceLogWrap {
    display: flex;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    position: relative;
}
.priceLogWrap .logDiv {
    width: 12px;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
}
.priceLogWrap .logDate {
    width: 45px;
}
.priceLogWrap .logInitial {
    width: 70px;
}
.priceLogWrap .logCoupon {
    width: 65px;
}
.priceLogWrap .logCoin {
    width: 90px;
}
.priceLogWrap .logCard {
    width: 60px;
}
.priceLogWrap .logDelivery {
    width: 60px;
}
.priceLogWrap .logFinal {
    width: 70px;
    color: #ffff00;
}
.logUpDown {
    position: absolute;
    left: -9px;
    top: 0;
}

.guideWrap {
    margin: 10px 0 15px 0;
}
.guideItem  {
    font-weight: 600;
    padding: 7px 10px;
    /* background-color: #FF5F64; */
    background-color: #3EF767;
    border-radius: 5px;
    margin-bottom: 10px;
    text-align: center;
    color: #1A6A2C;
}
.guideItem a {
    color: #1A6A2C;
    text-decoration: none;
}
.guideItem wa-icon {
    font-size: 16px;
    vertical-align: -3px;
}
.couponShow {
    cursor: pointer;
}

.sectionTitle {
    line-height: 15px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    color: #555550;
}
.sectionTitle wa-icon {
    vertical-align: -2px;
    padding-right: 2px;
}
.quoteBox {
    margin: 5px 0 !important;
    padding: 5px 10px !important;
    border: 1px solid #3C4042;
    border-radius: 5px;
}

.couponCodeTitle {
    font-weight: 600;
    padding: 3px 5px;
    color: #00A3DF;
}
.couponCodeWrap {
    font-size: 14px !important;
    word-break: keep-all;
    background-color: #00A3DF;
    border-radius: 5px;
    color: #ffffff;
    padding: 5px 10px;
    margin-bottom: 30px;
}
.couponCode {
    /* border: 1px solid #FF6F6A;
    border-radius: 5px; */
    font-weight: 600;
    /* padding: 2px 5px; */
    margin: 0 10px 0 0;
    float: left;
}

.dModelTitle {
    color: #FFFFFF;
    background-color: #40A1DE;
    font-size: 13px;
    font-weight: 700;
    padding: 10px 15px;
    border-radius: 5px 5px 0 0;
}
.dModelWrap {
    width: 560px;
    display: flex;
    color: #ffffff;
    margin: 0 0 10px 0;
}
.dModel {
    display: flex;
    background-color: #3E4D58;
}
.dModel.round {
    border-radius: 0 0 5px 5px;
}
.dModelImage {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    width: 80px;
}

.dModelGrade, .dModelGradeBtn {
    cursor: pointer;
}

.dModelHead {
    padding: 10px 10px 15px 5px;
    width: 140px;
    line-height: 16px;
}
.dModelHead .maker {
    color: #FFDE00;
    font-size: 12px;
    font-weight: 700;
}
.dModelHead .name {
    font-weight: 700;
    word-break: break-all;
}
.dModelHead .name a {
    color: #ffffff;
    text-decoration: none;
}
.dModelHead .cpu {
    font-size: 12px;
    margin-top: 8px;
}
.dModelHead .cpu span {
    padding: 2px 5px;
    border: 1px solid #FFA548;
    border-radius: 5px;
    cursor: default;
}
.dModelBody {
    padding: 10px;
    width: 285px;
    font-size: 12px;
    font-weight: 700;
}
.dModelBody .release {
    margin-bottom: 5px;
}
.dModelBody .release span {
    color: #E06CFF;
    margin-left: 5px;
}
.dModelBody .os span {
    padding: 2px 5px;
    border-radius: 3px;
    background-color: #FF5F64;
    cursor: default;
}
.dModelBody .detail {
    font-weight: 600;
    display: flex;
    line-height: 14px;
}
.dModelBody .detail ul {
    margin: 0;
    padding-left: 12px;
    line-height: 16px;
}
.dModelBody .detail .screen1 {
    color: #FFB94D;
}
.dModelBody .detail .screen2 {
    color: #4DFFFC;
}
.dModelBody .detail .screen2 span {
    border: 1px solid #ffffff;
    border-radius: 3px;
    padding: 0 4px;
    color: #ffffff;
}
.dModelBody .detail .battery {
    color: #E8EAEA;
}
.dModelBody .detail .weight {
    color: #55FF31;
}

.dModelGradeTxtWrap {
    margin-top: 10px;
    display: flex;
}
.dModelGrade {
    background-color: #5D7989;
    border-radius: 0 0 5px 5px;
    padding: 10px;
    display: flex;
    position: relative;
}
.dPlayIcon {
    position: absolute;
    left: 38px;
    top: 10px;
    font-size: 30px;
    color: #00FF40;
}
.dModelGradeTitle {
    display: flex;
    text-align: center;
    padding: 30px 0 0 5px;
    width: 90px;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 3px;
}
.dModelGradeIcon {
    position: relative;
}
.dModelGradeTxt {
    font-size: 5px;
    width: 5px;
    line-height: 5px;
    text-align: center;
}
.dModelGradeTxt.yellow {
    color: #FFFF00;
}
.dModelGradeTxt.green {
    color: #00FF27;
}
.dModelGradeTxt.blue {
    color: #12AFED;
}
.dModelGradeTxt.orange {
    color: #FFAA00;
}
.dModelGradeTxt.white {
    color: #E8E8E8;
}
.dModelGradeTxt.red {
    color: #FF5D46;
}
.dModelGradeModel {
    font-size: 10px;
    font-weight: 700;
    margin-top: 2px;
    line-height: 14px;
}
.dModelGradeModel span {
    background-color: #00AFDB;
    color: #FFFFFF;
    border-radius: 3px;
    padding: 0 4px;
    cursor: default;
}

.dModelGradeNum {
    padding: 5px 0 0 3px !important;
    margin: 0 10px 0 0;
    width: 42px;
    line-height: 15px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    border-radius: 5px;
    -moz-box-shadow:0 2px 2px rgba(182, 182, 182, 0.5);
    -webkit-box-shadow: 0 2px 2px rgba(182, 182, 182, 0.5);
    box-shadow: 0 2px 2px rgba(182, 182, 182, 0.5);
}
.dModelGradeIdc {
    font-size: 10px;
    width: 15px;
    line-height: 20px;
    text-align: center;
}
.dModelGradeIdc.yellow {
    color: #F2E800;
}
.dModelGradeIdc.green {
    color: #1CC62E;
}
.dModelGradeIdc.blue {
    color: #12AFED;
}
.dModelGradeIdc.orange {
    color: #F5A500;
}
.dModelGradeIdc.white {
    color: #E8E8E8;
}
.dModelGradeIdc.red {
    color: #FF5D46;
}
.dModelGradeName {
    padding-left: 4px;
}
.gradePlus {
    position: absolute;
    top: 0;
    left: 7px;
    width: 15px;
    height: 15px;
    z-index: 10;
    background-image: url("/img/icon/grade_plus.png");
    background-repeat: no-repeat;
}
.gradeMinus {
    position: absolute;
    top: 0;
    left: 7px;
    width: 15px;
    height: 15px;
    z-index: 10;
    background-image: url("/img/icon/grade_minus.png");
    background-repeat: no-repeat;
}