@charset "utf-8";

[v-cloak] {
    display: none !important;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    font-family: Source Han sans-serif;
}

body {
    background: linear-gradient(90deg, #F3FBFF 0%, #FFFFFF 14%, #FFFFFF 88%, #F3FBFF 100%);
}

#deMain {
    margin-bottom: 60px;
}

#deMain .marAuto {
    margin-left: auto;
}

#deMain .marT8 {
    margin-top: 8px !important;
}

#deMain .marT16 {
    margin-top: 16px !important;
}

#deMain .marT26 {
    margin-top: 26px !important;
}

#deMain .marT35 {
    margin-top: 35px !important;
}


#deMain .marT36 {
    margin-top: 36px !important;
}

#deMain .marT40 {
    margin-top: 40px !important;
}

#deMain .marT44 {
    margin-top: 44px !important;
}

#deMain .marT47 {
    margin-top: 47px !important;
}

#deMain .marT60 {
    margin-top: 60px !important;
}

#deMain .marT73 {
    margin-top: 73px !important;
}

#deMain .marT85 {
    margin-top: 85px !important;
}


#deMain .topBanner img {
    display: block;
    width: 100%;
}

#deMain .cenBox {
    width: 1200px;
    margin: 0 auto;
}

#deMain .cenBox .countDownTime {
    margin: 27px auto 0;
    width: 830px;
    height: 132px;
    background-image: url("/static/v2/img/eighth/downTime1.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-family: Source Han Sans;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 25px;
    padding-top: 44px;
}

#deMain .cenBox .countDownTime>span {
    width: 30px;
    height: 30px;
    background: #FFFFFF;
    border-radius: 3px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-family: Source Han Sans;
    font-weight: 600;
    color: #FF506B;
    margin: 0 6px;
}

#deMain .contBox {
    width: 1200px;
    background: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    padding: 0 15px 15px 15px;
    margin: 0 auto;
}

#deMain .fixedTime {
    position: fixed;
    top: 50%;
    left: -10px;
    z-index: 100;
    display: none;
    transform: translateY(-50%) scale(0.9);
}

#deMain .fixedTime .timeOut {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

#deMain .fixedTime .timeOut>img {
    width: 96px;
    height: 115px;
    position: absolute;
    left: 0;
    bottom: 0;
}

#deMain .fixedTime .timeOut .lInfo {
    width: 332px;
    height: 80px;
    background: #F35B72;
    box-shadow: 0px 4px 10px 1px rgba(255, 81, 107, 0.5);
    border-radius: 10px 0px 0px 10px;
    display: flex;
    flex-direction: column;
    padding-right: 6px;
    overflow: hidden;
    transition: all 0.3s ease;
}

#deMain .fixedTime .timeOut .sty1 {
    width: 112px !important;
}

#deMain .fixedTime .timeOut .lInfo>p {
    margin-top: 9px;
    font-size: 18px;
    font-family: Source Han Sans;
    font-weight: 600;
    color: #FFFFFF;
    text-align: right;
}

#deMain .fixedTime .timeOut .lInfo>p>span {
    width: 30px;
    height: 30px;
    background: #FFFFFF;
    border-radius: 3px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-family: Source Han Sans;
    font-weight: 600;
    color: #FF506B;
    margin: 0 4px;
}

#deMain .fixedTime .timeOut .rBtn {
    width: 35px;
    height: 80px;
    background: #FFFFFF;
    border-radius: 0px 10px 10px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    writing-mode: vertical-lr;
    font-size: 14px;
    font-family: Source Han Sans;
    font-weight: 600;
    color: #666666;
    cursor: pointer;
    box-shadow: 0px 4px 10px 1px rgba(255, 81, 107, 0.5);

}

#deMain .fixedTime .timeOut .rBtn::after {
    margin-top: 4px;
    display: inline-block;
    content: "";
    width: 10px;
    height: 10px;
    background: url(/static/v2/img/sixOneEight/arrow1.png) no-repeat;
    background-size: 100% 100%;
    transition: all .3s ease;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

#deMain .fixedTime .timeOut .arrow::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

#deMain .fixedTime .timeOut .sty1 {
    width: 112px !important;
}

#deMain .wBox4 {
    margin-top: -8px;
    padding-left: 7px;
    width: 100%;
}

#deMain .wBox4>div {
    display: flex;
    justify-content: flex-start;
}

#deMain .wBox4>.num>p:nth-of-type(2) {
    margin-left: 4px;
}

#deMain .wBox4 p {
    font-size: 16px;
    /* color: #666666; */
    color: #111111;
    line-height: 32px;
}

#deMain .contact {
    margin-top: 12px;
    width: 545px;
    height: 120px;
    background: #FFFFFF;
    border-radius: 2px 2px 2px 2px;
    padding: 10px;
    display: flex;
    justify-content: space-between;
}

#deMain .contact .bText {
    margin: 3px 5px;
}

#deMain .contact .bText>p:nth-of-type(1) {
    font-size: 18px;
    font-family: Source Han Sans;
    font-weight: 600;
    color: #000000;
    line-height: 25px;

}

#deMain .contact .bText>p:nth-of-type(2) {
    margin-top: 12px;
    font-size: 16px;
    color: #000000;
    line-height: 22px;

}

#deMain .contact .xjCode {
    width: 100px;
    height: 100px;
}

#deMain .cenBox .timeTip {
    margin-top: 27px;
    text-align: center;
    font-size: 24px;
    color: #666666;
    line-height: 33px;

}

#deMain .cenBox .borderBox {
    margin-top: 40px;
    width: 1200px;
}

#deMain .cenBox .borderBox::before {
    display: block;
    content: '';
    width: 100%;
    height: 17px;
    background: #E03827;
    border-radius: 9px 9px 9px 9px;
}

#deMain .cenBox .inBox {
    margin: -14px auto 0;
    width: 1190px;
    background: #FCF0E4;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
    border-radius: 2px 2px 0px 0px;
    border: 2px solid #F35B72;
    padding: 19px 10px;
    z-index: 10;
}

#deMain .cenBox .inBox .img3 {
    display: block;
    margin: 30px auto 0;
    width: 1170px;
    height: 390px;

}

#deMain .cenBox .inBox .lookDetail {
    display: block;
    margin: 15px auto 0;
    font-family: Source Han Sans;
    font-weight: 600;
    font-size: 18px;
    color: #F35B72;
    line-height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

#deMain .cenBox .inBox .lookDetail::after {
    margin-left: 6px;
    display: inline-block;
    content: "";
    width: 12px;
    height: 16px;
    background: url(/static/v2/img/eighth/eIcon6.png) no-repeat;
    background-size: 100% 100%;
}

#deMain .cenBox .inBox .twoSpb {
    margin: 36px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#deMain .cenBox .inBox .twoSpb .bulletChat {
    width: 770px;
    height: 536px;
    background-image: url(/static/v2/img/eighth/eighthBg.png);
    background-size: 100% 100%;
    /* box-shadow: 0px 3px 6px 1px rgba(252, 142, 159, 0.63), inset 0px 3px 6px 1px #FB9DAB; */
    border-radius: 10px 10px 10px 10px;
    border: 4px solid #FCB2BD;
    padding: 4px 45px;
    overflow: hidden;
}

#deMain .cenBox .inBox .twoSpb .bulletChat .myscroll {
    column-count: 3;
    /* 定义列数 */
    column-gap: 10px;
    /* 定义列间距 */
    width: 100%;
}



#deMain .cenBox .inBox .twoSpb .bulletChat .myscroll .card {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    /* 定义项目间距 */
    break-inside: avoid;
    /* 防止内容跨列 */
    padding: 15px;
    background: linear-gradient(160deg, #FFFFFF 0%, #FFFBFB 100%);
    box-shadow: 3px 3px 6px 1px rgba(254, 194, 204, 0.57);
    border-radius: 10px 10px 10px 10px;
    border: 1px solid #FFFFFF;
    margin-bottom: 15px;

}



#deMain .cenBox .inBox .twoSpb .bulletChat .myscroll .card .title {
    font-family: Source Han Sans;
    font-weight: 600;
    font-size: 16px;
    color: #333333;
    line-height: 22px;
}

#deMain .cenBox .inBox .twoSpb .bulletChat .myscroll .card .title-two {
    margin-top: 10px;
    font-size: 12px;
    color: #666;
    line-height: 22px;
    width: 100%;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

#deMain .cenBox .inBox .twoSpb .bulletChat .myscroll .card>p {
    margin-top: 10px;
    font-family: Source Han sans-serif;
    font-size: 14px;
    color: #333333;
    line-height: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

#deMain .cenBox .inBox .twoSpb .bulletChat .myscroll .card>img {
    display: block;
    margin-top: 10px;
    width: 100%;

}

#deMain .cenBox .inBox .twoSpb .bulletChat .myscroll .card>.bIcon {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#deMain .cenBox .inBox .twoSpb .bulletChat .myscroll .card>.bIcon .icon1 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Source Han sans-serif;
    font-size: 12px;
    color: #999999;
    line-height: 17px;
}

#deMain .cenBox .inBox .twoSpb .bulletChat .myscroll .card>.bIcon .icon1 img {
    display: block;
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

/* .myscroll {
    width: 291px;
    height: 240px;
    margin: 0 auto;
    overflow: hidden;
} */


.myscroll a {
    color: #333;
    text-decoration: none;
}

.myscroll a:hover {
    color: #ED5565;
    text-decoration: underline;
}

#deMain .cenBox .inBox .threeSpb {
    margin: 30px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#deMain .cenBox .inBox .threeSpb>div {
    width: 380px;
    height: 463px;
    background: #FFFFFF;
    border-radius: 3px 3px 10px 10px;
    border: 1px solid #FDD8A6;
    padding: 15px;
}

#deMain .cenBox .inBox .threeSpb .ctitle {
    font-family: Source Han Sans;
    font-weight: 600;
    font-size: 20px;
    color: #F35B72;
    line-height: 28px;
    text-align: center;
}

#deMain .cenBox .inBox .threeSpb .ltitle {
    font-family: Source Han Sans;
    font-weight: 600;
    font-size: 20px;
    color: #F35B72;
    line-height: 28px;
    text-align: left;
}

#deMain .cenBox .inBox .threeSpb>.lDiv .sTitle {
    margin-top: 12px;
    font-family: Source Han Sans;
    font-weight: 600;
    font-size: 16px;
    color: #333333;
    line-height: 22px;
}

#deMain .cenBox .inBox .threeSpb>.lDiv>p {
    margin-top: 12px;
    margin-left: 30px;
    width: 320px;
    font-family: Source Han sans-serif;
    font-size: 14px;
    color: #333333;
    line-height: 21px;
}

#deMain .cenBox .inBox .threeSpb>.lDiv>p>span {
    position: relative;
}

#deMain .cenBox .inBox .threeSpb>.lDiv>p>span>a {
    position: absolute;
    left: -18px;
}

#deMain .cenBox .inBox .threeSpb>.cDiv .rinkth {
    margin: 60px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 340px;
    height: 40px;
    background: #FEF6E1;
    border-radius: 10px 10px 10px 10px;
    padding: 0 8px 0 41px;
    font-family: Source Han sans-serif;
    font-size: 16px;
    color: #333333;
    line-height: 22px;
    position: relative;

}

#deMain .cenBox .inBox .threeSpb>.cDiv .rinkth::before {
    position: absolute;
    top: 8px;
    left: 8px;
    display: block;
    content: '';
    width: 24px;
    height: 24px;
    background: url(/static/v2/img/eighth/eIcon3.png) no-repeat;
    background-size: 100% 100%;

}

#deMain .cenBox .inBox .threeSpb>.cDiv .rinkth>p {
    font-family: Source Han Sans;
    font-weight: 600;
    font-size: 16px;
    color: #EE8817;
    line-height: 22px;

}

#deMain .cenBox .inBox .threeSpb>.cDiv .conutBox {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#deMain .cenBox .inBox .threeSpb>.cDiv .conutBox .numBox {
    flex: 1;
    font-family: Agency FB, Agency FB;
    font-weight: bold;
    font-size: 30px;
    color: #333333;
    line-height: 35px;
    text-align: center;

}

#deMain .cenBox .inBox .threeSpb>.cDiv .conutBox .numBox>p {
    margin-top: 12px;
    font-family: Source Han sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: #666666;
    text-align: center;
    line-height: 20px;
}

#deMain .cenBox .inBox .threeSpb>.cDiv .bPrize {
    margin-top: 20px;
    border-top: 1px dashed #D8D3D3;
    padding-top: 12px;
}

#deMain .cenBox .inBox .threeSpb>.cDiv .ttBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: Source Han Sans;
    font-weight: 600;
    font-size: 16px;
    color: #481E1A;
    line-height: 22px;
}

#deMain .cenBox .inBox .threeSpb>.cDiv .ttBox .oBtn2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 103px;
    height: 30px;
    background: #F35B72;
    border-radius: 15px 15px 15px 15px;
    font-family: Source Han Sans;
    font-weight: 600;
    font-size: 14px;
    color: #FFFFFF;
}

#deMain .cenBox .inBox .threeSpb>.cDiv .ttBox .oBtn2::after {
    margin-left: 3px;
    display: inline-block;
    content: "";
    width: 16px;
    height: 16px;
    background: url(/static/v2/img/eighth/eIcon4.png) no-repeat;
    background-size: 100% 100%;
}

#deMain .cenBox .inBox .threeSpb>.cDiv .timePrize {
    margin-top: 12px;
    padding: 15px 28px 12px;
    height: 144px;
    background: #F6F6F6;
    border-radius: 10px 10px 10px 10px;
}

#deMain .cenBox .inBox .threeSpb>.cDiv .timePrize .tTip {
    font-family: Source Han sans-serif;
    font-size: 12px;
    color: #F35B72;
    line-height: 17px;
    text-align: center;
}

#deMain .cenBox .inBox .threeSpb>.cDiv .tfour {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 3px;
}

#deMain .cenBox .inBox .threeSpb>.cDiv .tfour>.tTxt {
    font-family: Source Han sans-serif;
    font-size: 12px;
    color: #333333;
    text-align: center;
}

#deMain .cenBox .inBox .threeSpb>.cDiv .tfour .tTxt2 {
    font-family: Source Han sans-serif;
    font-size: 12px;
    color: #666666;
    line-height: 17px;
    text-align: center;
}

#deMain .cenBox .inBox .threeSpb>.cDiv .tfour .color3>.tTxt2 {
    font-family: Source Han Sans;
    font-weight: 600;
    color: #F35B72;
}

#deMain .cenBox .inBox .threeSpb>.cDiv .tfour>.tTxt>p {
    font-family: Source Han sans-serif;
    font-size: 14px;
    color: #666666;
    text-align: center;
}

#deMain .cenBox .inBox .threeSpb>.cDiv .tfour>.color2>p {
    font-family: Source Han Sans;
    font-weight: 600;
    color: #F35B72;
}

#deMain .cenBox .inBox .threeSpb>.cDiv .pBox2 {
    margin-top: 6px;
    height: 24px;
    position: relative;
}

#deMain .cenBox .inBox .threeSpb>.cDiv .pBox2 .progressBar {
    width: 236px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);


}

#deMain .cenBox .inBox .threeSpb>.cDiv .pBox2 .progressBar::after {
    display: block;
    content: '';
    margin: 5px;
    background: #FEEEF0;
    border-radius: 3px;
    width: 236px;
    height: 6px;
    z-index: 0;
}

#deMain .cenBox .inBox .threeSpb>.cDiv .pBox2 .progressBar .line {
    width: 0px;
    height: 6px;
    background: #FE496D;
    border-radius: 3px;
    position: absolute;
    top: 5px;
    left: 0px;
    transition: all .3s ease;
}

#deMain .cenBox .inBox .threeSpb>.cDiv .pBox2 .prizeBox {
    margin: 0 auto;
    width: 260px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 10;
}



#deMain .cenBox .inBox .threeSpb>.cDiv .pBox2 .prizeBox>p {
    width: 24px;
    height: 24px;
    background: url(/static/v2/img/eighth/giftIcon.png) no-repeat;
    background-size: 100% 100%;
    z-index: 10;
}

#deMain .cenBox .inBox .threeSpb>.rDiv {}

#deMain .cenBox .inBox .threeSpb>.rDiv .numBox {
    margin: 44px auto 0;
    padding-top: 20px;
    width: 224px;
    height: 105px;
    background: #F6F6F6;
    border-radius: 10px 10px 10px 10px;
    font-family: Agency FB, Agency FB;
    font-weight: bold;
    font-size: 30px;
    color: #333333;
    line-height: 35px;
    text-align: center;
}

#deMain .cenBox .inBox .threeSpb>.rDiv .numBox>p {
    margin-top: 10px;
    font-family: Source Han sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: #666666;
    text-align: center;
    line-height: 20px;
}

#deMain .cenBox .inBox .threeSpb>.rDiv .below {
    margin-top: 30px;
    border-top: 1px dashed #D8D3D3;
    padding-top: 30px;
}

#deMain .cenBox .inBox .threeSpb>.rDiv .below .subtxt {
    margin: 20px auto;
    text-align: center;
    font-family: Source Han sans-serif;
    font-size: 12px;
    color: #666666;
    line-height: 17px;
}

#deMain .cenBox .inBox .threeSpb>.rDiv .dstatus {
    margin: 30px auto;
    width: 340px;
    height: 40px;
    background: #FEF6E1;
    border-radius: 20px 20px 20px 20px;
    padding: 9px 37px 9px 10px;
    font-family: Source Han sans-serif;
    font-size: 16px;
    color: #F35B72;
    line-height: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

#deMain .cenBox .inBox .threeSpb>.rDiv .complete>span {
    font-family: Source Han sans-serif;
    font-size: 12px;
    color: #308D1F;
    line-height: 17px;
}

#deMain .cenBox .inBox .threeSpb>.rDiv .complete::after {
    display: inline-block;
    content: "";
    width: 20px;
    height: 20px;
    background: url(/static/v2/img/eighth/eIcon7.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 9px;
    top: 10px;
}

#deMain .cenBox .inBox .threeSpb>.rDiv .noComplete>span {
    font-family: Source Han sans-serif;
    font-size: 12px;
    color: #F35B72;
    line-height: 17px;
}

#deMain .cenBox .inBox .threeSpb>.rDiv .noComplete::after {
    display: inline-block;
    content: "";
    width: 20px;
    height: 20px;
    background: url(/static/v2/img/eighth/eIcon5.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 9px;
    top: 10px;
}

#deMain .cenBox .inBox .threeSpb>.rDiv .lBtn {
    margin: 30px 0 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 103px;
    height: 30px;
    background: #F35B72;
    border-radius: 15px 15px 15px 15px;
    font-family: Source Han Sans;
    font-weight: 600;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 30px;
}

#deMain .cenBox .inBox .threeSpb>.rDiv .lBtn::after {
    margin-left: 3px;
    display: inline-block;
    content: "";
    width: 16px;
    height: 16px;
    background: url(/static/v2/img/eighth/eIcon4.png) no-repeat;
    background-size: 100% 100%;
}


#deMain .cenBox .inBox .img1 {
    display: block;
    margin: 0px auto;
    width: 1170px;
    height: 184px;
}

#deMain .cenBox .inBox .imgBtn {
    display: block;
    margin: 30px auto 0;
    width: 475px;
    height: 69px;
}

#deMain .cenBox .inBox .tText {
    width: 1170px;
    background: #FFFFFF;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.1);
    border-radius: 4px 4px 10px 10px;
    border: 1px solid #F35B72;
    padding: 15px;
    font-size: 16px;
    font-family: Source Han sans-serif;
    color: #333333;
    line-height: 24px;
}

#deMain .cenBox .inBox .tText>span {
    color: #F35B72;
    font-family: Source Han Sans;
    font-weight: 600;
}

#deMain .cenBox .inBox .invite {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 25px;
}

#deMain .cenBox .inBox .invite img {
    display: block;
    width: 565px;
    height: 79px;
}

#deMain .cenBox .inBox .vipImg {
    display: block;
    margin-top: 25px;
    width: 1170px;
    height: 342px;
}

#deMain .cenBox .bigTitle {
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 80px auto 0;
    font-size: 36px;
    font-family: Source Han Sans;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 70px;
    position: relative;
}

#deMain .cenBox .bigTitle::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: '';
    width: 1180px;
    height: 70px;
    background: url(/static/v2/img/eighth/titlebg.png) no-repeat;
    background-size: 100% 100%;
    z-index: -10;
}

#deMain .cenBox .bigTitle span {
    color: #F6E283;
}

#deMain .cenBox .inBox .tTitle {
    width: 228px;
    height: 27px;
    border: 1px dashed #E03827;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    font-size: 17px;
    font-family: Source Han Sans;
    font-weight: 600;
    color: #E03827;
    line-height: 24px;

}





#deMain .cenBox .inBox .tTitle::before {
    display: block;
    content: '';
    width: 10px;
    height: 10px;
    background: #E03827;
    border-radius: 2px 2px 2px 2px;
    transform: rotate(45deg);
    margin-right: 16px;
}

#deMain .cenBox .inBox .tTitle::after {
    display: block;
    content: '';
    width: 10px;
    height: 10px;
    background: #F35B72;
    border-radius: 2px 2px 2px 2px;
    transform: rotate(45deg);
    margin-left: 16px;
}

#deMain .cenBox .inBox .prizeImg {
    display: block;
    width: 857px;
    height: 165px;
    margin: 20px auto 0;
}

#deMain .cenBox .subTitle {
    display: block;
    width: 398px;
    height: 46px;
    margin: 0 auto;
}

#deMain .cenBox .inBox .couponTwo {
    display: block;
    margin-top: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#deMain .cenBox .inBox .couponTwo>img {
    width: 570px;
    height: 246px;
}

#deMain .cenBox .inBox .tips {
    margin-top: 20px;
    text-align: center;
    font-size: 16px;
    font-family: Source Han Sans;
    font-weight: 600;
    color: #333333;
    line-height: 22px;

}

#deMain .cenBox .inBox .flashsale {
    margin-top: 30px;
    width: 1170px;
    height: 130px;
}

#deMain .cenBox .inBox .process {
    margin: 38px auto 0;
    display: block;
    width: 720px;
    height: 182px;
}

#deMain .cenBox .inBox .bTitle {
    margin-top: 11px;
    text-align: center;
    font-size: 24px;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: bold;
    color: #111111;
    line-height: 35px;

}

#deMain .cenBox .inBox .rebate {
    margin-top: 29px;
    width: 1170px;
    height: 603px;
    background: url(/static/v2/img/eighth/eighth6.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
}

#deMain .cenBox .inBox .rebate>p {
    width: 252px;
    position: absolute;
    left: 747px;
    top: 180px;
    text-align: center;
    font-size: 68px;
    font-family: Agency FB, Agency FB;
    font-weight: bold;
    color: #E03827;
    line-height: 80px;

}

#deMain .cenBox .inBox .rebate>p>span {
    font-family: Source Han sans-serif;
    font-weight: 400;
    font-size: 34px;
    margin-left: 10px;
}

#deMain .cenBox .inBox .leftText {
    font-size: 16px;
    font-family: Source Han sans-serif;
    color: #333333;
    line-height: 24px;
    position: absolute;
    top: 419px;
    left: 23px;
    width: 520px;
    height: 155px;
    background: #FFFFFF;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.1);
    border-radius: 4px 4px 10px 10px;
    border: 1px solid #FBA991;
    padding: 15px;
    display: flex;
    justify-content: space-between;
}

#deMain .cenBox .inBox .leftText::before {
    display: block;
    content: '';
    width: 60px;
    height: 60px;
    background: url(/static/v2/img/eighth/eIcon8.png) no-repeat;
    background-size: 100% 100%;
}

#deMain .cenBox .inBox .rightText::before {
    display: block;
    content: '';
    width: 60px;
    height: 60px;
    background: url(/static/v2/img/openingSeason/icon5.png) no-repeat;
    background-size: 100% 100%;
}

#deMain .cenBox .inBox .leftText>div {
    width: 421px;
}

#deMain .cenBox .inBox .rightText>div {
    width: 421px;
}

#deMain .cenBox .inBox .rightText {
    font-size: 16px;
    font-family: Source Han sans-serif;
    color: #333333;
    line-height: 24px;
    position: absolute;
    top: 419px;
    left: 612px;
    width: 522px;
    height: 155px;
    background: #FFFFFF;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.1);
    border-radius: 4px 4px 10px 10px;
    border: 1px solid #FBA991;
    padding: 15px;
    display: flex;
    justify-content: space-between;
}

#deMain .cenBox .inBox .example {
    display: block;
    margin: 0 -10px;
    width: 1186px;
    height: 149px;
    border-radius: 0px 0px 0px 0px;
}

#deMain .cenBox .inBox .obtn {
    display: block;
    margin: 0 auto;
    width: 158px;
    height: 58px;
    cursor: pointer;
}



#deMain .cenBox .inBox .tName {
    padding-top: 8px;
    font-family: Source Han Sans;
    font-weight: 600;
    width: 370px;
    height: 60px;
    background: #F67488;
    box-shadow: 2px 2px 6px 1px rgba(0, 0, 0, 0.08);
    border-radius: 10px 10px 10px 10px;
    line-height: 22px;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
}

#deMain .cenBox .inBox .tName>p {
    margin-top: 4px;
    font-family: Source Han sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 17px;
    text-align: center;
}

#deMain .cenBox .inBox .rBox {
    width: 370px;
    height: 536px;
    background: #FFFFFF;
    position: relative;
}



#deMain .cenBox .inBox .rBox .rink {
    padding: 0 20px;
}

#deMain .cenBox .inBox .rBox .rink .arow {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 42px;
    margin-top: 4px;
}

#deMain .cenBox .inBox .rBox .rink .number0::before {
    display: block;
    content: '';
    width: 22px;
    height: 28px;
    background: url(/static/v2/img/openingSeason/number0.png) no-repeat;
    background-size: 100% 100%;
}

#deMain .cenBox .inBox .rBox .rink .number1::before {
    display: block;
    content: '';
    width: 22px;
    height: 28px;
    background: url(/static/v2/img/openingSeason/number1.png) no-repeat;
    background-size: 100% 100%;
}

#deMain .cenBox .inBox .rBox .rink .number2::before {
    display: block;
    content: '';
    width: 22px;
    height: 28px;
    background: url(/static/v2/img/openingSeason/number2.png) no-repeat;
    background-size: 100% 100%;
}

#deMain .cenBox .inBox .rBox .rink .arow>p:nth-of-type(1) {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 42px;
    font-size: 12px;
    font-family: Source Han Sans;
    font-weight: 600;
    color: #333333;
    line-height: 42px;
    text-align: center;
}

#deMain .cenBox .inBox .rBox .rink .arow>p:nth-of-type(2) {
    width: 60px;
    font-size: 14px;
    font-family: Source Han sans-serif;
    color: #666666;
    line-height: 20px;
    text-align: center;
}

#deMain .cenBox .inBox .rBox .rink .arow>p:nth-of-type(3) {
    width: 60px;
    font-size: 14px;
    font-family: Source Han sans-serif;
    color: #666666;
    line-height: 20px;
    text-align: center;
}

#deMain .cenBox .inBox .rBox .rink .arow>p:nth-of-type(4) {
    width: 80px;
    color: #F35B72;
    text-align: right;
    font-size: 14px;
    font-family: Source Han Sans;
    font-weight: 600;
    line-height: 20px;
}

#deMain .cenBox .inBox .rBox .rink .thead {
    border-bottom: 1px dashed #DCDCDC;
}

#deMain .cenBox .inBox .rBox .rink .thead>p {
    font-size: 14px !important;
    font-family: Source Han sans-serif !important;
    font-weight: 500;
    color: #666666 !important;
    line-height: 20px !important;
}

#deMain .cenBox .inBox .rBox .bTips {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 48px;
    background: #FFFFFF;
    box-shadow: 0px -3px 6px 1px rgba(0, 0, 0, 0.05);
    border-radius: 0px 0px 10px 10px;
    font-family: Source Han sans-serif;
    font-size: 12px;
    color: #F35B72;
    line-height: 16px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

#deMain .cenBox .inBox .lBox .reward {
    margin-top: 23px;
    padding: 19px 10px;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    width: 644px;
    height: 80px;
    background: url(/static/v2/img/openingSeason/bg3.png) no-repeat;
    background-size: 100% 100%;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.1);

}

#deMain .cenBox .inBox .lBox .reward span {
    font-size: 36px;
    font-family: Agency FB, Agency FB;
    font-weight: bold;
    color: #111111;
    line-height: 42px;
}

#deMain .navFloor {
    position: fixed;
    background: #FFFFFF;
    width: 100px;
    right: 60px !important;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.06);
    border-radius: 8px;
    padding: 10px 0;
    z-index: 980;
}

#deMain .navFloor .item {
    display: block;
    width: 100px;
    height: 40px;
    border-radius: 4px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #333333;
    cursor: pointer;
}

#deMain .navFloor .active {
    margin-left: -20px;
    width: 120px;
    height: 40px;
    color: #FFFFFF !important;
    background: linear-gradient(107deg, #F35B72 0%, #F35B72 45%, #e04d2c 100%);
    border-radius: 20px 4px 4px 20px;
}

#deMain .navFloor .active::before {
    display: inline-block;
    content: "";
    width: 7.5px;
    height: 10px;
    background: url(../../img/triangle2.png) no-repeat;
    background-size: 100%;
    margin-right: 22px;
    transform: rotate(180deg);
}

#deMain .navFloor .item:hover {
    color: #F35B72;
}

#deMain .cy-popup {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    z-index: 100000;
}

#deMain .cy-popup .content {
    width: 298px;
    height: 430px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url(/static/v2/img/eighth/popup.png) no-repeat;
    background-size: 100% 100%;
}

#deMain .cy-popup .content .aclose {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -5px;
    width: 40px;
    height: 40px;
    cursor: pointer;
}