* {
    padding: 0;
    margin: 0;
    font-family: 'icomoon';
}

ul,
li {
    list-style: none;
}

html,
body {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

.back_img {
    width: 100%;
    /* height: 4431px; */
    height: 4731px;
    background: url('/zt/2023/doubleEleven11/images/back.jpg') no-repeat;
    background-size: 100% 100%;
    background-position-y: 800px;
}

.back_img_top {
    position: relative;
    width: 100%;
    height: 876px;
    background: url("/zt/2023/doubleEleven11/images/eleven-back.jpg") no-repeat;
    background-size: 100% 110%;
}

.lantern {
    position: absolute;
    top: 80;
    left: 1%;
    z-index: 1;
}
.lantern img {
    animation: beat-left 2s ease infinite 1s;
} 
.lantern2 img {
    animation: beat-right 2s ease infinite 1s !important;
}     


.emphasis {
    color: #df0017;
}

.snow-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}
.lantern2 {
    left: 80%;
    animation-delay: 2.5s;
}

.lantern3{
    position: absolute;
    top: 240px;
    right: 8%;
    z-index: 1;
}
.lantern3 img{
    width: 200px;
    animation: beat 2s ease infinite 0s;
}
.bannertext {
    width: 1130px;
    position: relative;
    margin: 0 auto;
}

#flagCanvas{
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.banner2 {
    animation-name: zoomIn;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
}

.banner4 {
    animation-duration: 0.5s;
    animation-iteration-count: 1;
}
.mask{
    position: absolute;
    text-align: center;
    top: 130px;
    cursor: pointer;
    left: 0;
    right: 0;
    overflow: hidden;
    width: 650px;
    margin: 0 auto;
    -webkit-mask-image: url(/zt/2023/doubleEleven11/images/hei.png);
    animation-name: zoomIn;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
}

.banner3 {
    animation-name: zoomIn;
    animation-duration: 0.7s;
    animation-iteration-count: 1;
    top: 240px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.shan {
    position: absolute;
    -webkit-animation: changeImg 3s ease 0s;
    -o-animation: changeImg 3s ease 0s;
    animation: changeImg 3s ease 0s;
    top: 0;
    width: 30%;
    height: 100%;
    content: "";
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .4) 50%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .4) 50%, rgba(255, 255, 255, 0) 100%);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .4) 50%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .4) 50%, rgba(255, 255, 255, 0) 100%);
    transform: skewX(-45deg);
    animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        -ms-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}


@keyframes changeImg {
    0% {
        left: -100%;
    }
    100% {
        left: 150%;
    }
}

@-webkit-keyframes changeImg {
    0% {
        left: -100%;
    }
    100% {
        left: 150%;
    }
}
@keyframes beat {
    0% {
        transform: translateY(0%);
    }
    50% {
        transform: translateY(5%);
    } 
    100% {
        transform: translateY(0%);
    } 
}

@keyframes beat-left {
    
    0% {
        transform: translate(0%,0%);
    }
    50% {
        transform: translate(-5%,5%);
    } 
    100% {
        transform: translate(0%,0%);
    } 
}
@keyframes beat-right {
    0% {
        transform: translate(0%,0%);
    }
    50% {
        transform: translate(5%,5%);
    } 
    100% {
        transform: translate(0%,0%);
    } 
}




/* 导航条 */
.navigation-bar{
    position: relative;
    width: 1200px;
    height: 380px;
    margin: 0 auto;
    top: 470px;
}
.box-title{
    width: 100%;
    height: 80px;
    text-align: center;
}
.box-title>a{
    display: inline-block;
    width: 150px;
    height: 80px;
}
.num{ animation: kc infinite 5s 0s;}
.num1{ animation: kc infinite 5s 0.5s;}
.num2{ animation: kc infinite 5s 1s;}
.num3{ animation: kc infinite 5s 1.5s;}
.num4{ animation: kc infinite 5s 2s;}
.num5{ animation: kc infinite 5s 2.5s;}
.num6{ animation: kc infinite 5s 3s;}

@keyframes kc {
    0%,25%,5%,12.5%,20% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    10% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }
    15% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px)
    }
}


/* 限时秒杀 */
.seckill-module{
    width: 100%;
    /* height: 296px; */
    height: 487px;
    background: url('/zt/2023/doubleEleven11/images/seckill-background.png') no-repeat;
    background-size: 100% 100%;
    position: relative;
    z-index: 9999;
}
.time-text-prompt{
    width: 90%;
    padding: 15px 0;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    margin: 0 auto;
}
.time-text-prompt > span{
    font-size: 12px;
    font-weight: 600;
    margin-left: 25%;
}


.time-text-prompt > span:last-child{
    margin-left: 20%;
} 
.left30{
    left: 28%;
}
.left60{
    left: 60%;
}
.left90{
    left: 90%;
}


.second-kill-head{
    width: 100%;
    height: 80px;
    position: relative;
    padding-bottom: 20px;
}
.progress-bar{
    width: 90%;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    position: relative;
}
.myProgress1{
    width: 30%;
    height: 18px;
    background: #e0e0e0;
    border-radius:  20px 0 0 20px;
    color: #e92f2c;
    display: flex;
}
.back-progress-bar{
    background: url('/zt/2023/doubleEleven11/images/icon_timeline.png') no-repeat;
}
.not-opened-yet{
    width: 100%;
    text-align: center;
}
.nexat {
    width: 20% !important;
    height: 100% !important;
    line-height: 18px !important;
    background: url('/zt/2023/doubleEleven11/images/icon_timeline.png') no-repeat !important;
    border-radius: 0 20px 20px 0;
    text-align: center !important;
    border-radius: 20px !important;
}
.myProgress {
    width: 70%;
    background: #999;
    border-radius: 0 20px 20px 0;
}
.myBar {
    width: 0;
    height: 18px;
    line-height: 18px;
    background: url('/zt/2023/doubleEleven11/images/icon_timeline.png') no-repeat;
    text-align: center;
    color: white;
    border-radius: 20px;
    transition: all 2s linear;
    -webkit-transition: all 2s linear;
}
.circle{
    width: 25px;
    height: 25px;
    position: absolute;
    border-radius: 50%;
    background: #eaeaea;
    border: 3px solid #ff0501;
    top: -6px;
}
.reduce{
    position: absolute;
    width: 100px;
    height: 100px;
    box-shadow: 0 5px 20px rgba(241, 196, 15, .5);
    top: -10px;
    right: 0;
    border-radius: 50%;
    background: url('/zt/2023/doubleEleven11/images/wfe.png') no-repeat;
}
.seckill-book{
    width: 96%;
    height: 170px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.seckill-book-back{
    width: 50%;
    height: 100%;
    position: relative;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    margin-bottom: 15px;
}
.seckill-book-back>div>a{
    display: inline-block;
    width: 100%;
    height: 100%;
}
.seckill-book-back div:first-child{
    width: 100%;
    height: 100%;
	
}
.seckill-book-back div:first-child img{
    width: 101%;
    height: 106%;
}
.seckill-book-next > a > img{
    position: absolute;
    width: 120px;
    bottom: 20px;
    right: 10px;
}

.seckill-book-back:hover{
    transform: translate3d(0, -5px, 0);
}
.flash-sale{
    position: absolute;
    right: 0;
    top: 0;
}












/* 全天购 */
.all-day-shopping-module{
    width: 1200px;
    height: 614px;
    margin: 0 auto;
    margin-top: 50px;
    position: relative;
    overflow: hidden;
}
.buy-pictures{
    z-index: 3;
    position: absolute;
    width: 100%;
    height: 120px;
    text-align: center;
    z-index: 5;
}
.modelTextBox{
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    top: 0px;
    z-index: 99999;
    display: flex;
    justify-content: center;
}
.modelText{
    position: relative;
    width: 200px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    color: #df0017;
    font-size:36px;
    top: -22px;
    font-weight: bold;
}
.text1{
    position: absolute;
    left: -5px;
    top: 38px;
    width: 50px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    display: inline-block;
    transform: rotate(-20deg);
}
.text4{
    position: absolute;
    right: -3px;
    top: 38px;
    width: 50px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    display: inline-block;
    transform: rotate(20deg);
}
.buy-pictures-content{
    position: absolute;
    top: 130px;
    left: 50%;
    transform: translate(-50%, 0);
    background: url('/zt/2023/doubleEleven11/images/module-back.png') no-repeat;
    width: 1210px;
    height: 552px;
    background-size: 100% 100%;
    margin: 0 auto;
    margin-top: -64px;
    box-sizing: border-box;
    padding: 90px 40px 40px 40px;
    z-index: 3;
}
.content-picture{
    width: 100%;
    height: 100%;
    border-radius: 20px;
}
.buy-shopping{
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 40px;
}
.double_picture_back{
    width: 100%;
    height: 100%;
    display: flex;
    border-radius: 20px;
}
.shopping-module{
    height: 420px;
    width: 380px;
    border-radius: 30px;
    background: #b30308 !important;
    transition:all 0.2s linear;
    -webkit-transition:all 0.2s linear;
}
.shopping-module:hover {
    transform: translate3d(0, -5px, 0);
}
.shopping-module > a {
    display: inline-block;
}
.swiper-button-prev-shopping{
    width: 50px !important;
    height: 70px !important;
    background: url('/zt/2023/doubleEleven11/images/left-buttom.png') no-repeat !important;
    background-size: 100% 100% !important;
}
.swiper-button-next-shopping{
    width: 50px !important;
    height: 70px !important;
    background: url('/zt/2023/doubleEleven11/images/right-bottom.png') no-repeat !important;
    background-size: 100% 100% !important;
}




/* 书课大礼包 */
.all-day-booklesson-module{
    width: 1200px;
    height: 763px;
    margin: 0 auto;
    /* margin-top: 180px; */
    margin-top: 212px;
    /* margin-top: 50px; */
    position: relative;
    overflow: hidden; 
}
.book-package{
    position: absolute;
    top: 130px;
    left: 50%;
    transform: translate(-50%, 0);
    background: url(/zt/2023/doubleEleven11/images/module-back.png) no-repeat;
    width: 1200px;
    background-size: 100% 100%;
    margin: 0 auto;
    margin-top: -64px;
    box-sizing: border-box;
    padding: 90px 20px 25px 20px;
    z-index: 3;
}
.book-package-model{
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background-image: linear-gradient(to right,#ffe2b8,#ffdba5,#feca7c)
}
.buy-booklesson-content{
    position: absolute;
    top: 130px;
    left: 50%;
    transform: translate(-50%, 0);
    background: url(/zt/2023/doubleEleven11/images/module-back.png) no-repeat;
    width: 1210px;
    background-size: 100% 100%;
    margin: 0 auto;
    margin-top: -64px;
    box-sizing: border-box;
    padding: 90px 40px 40px 40px;
    z-index: 3;
}
.class_buy_book_nav {
    height: 78px;
    width: 100%;
    display: flex;
    cursor: pointer;
    margin: 0 auto;
    margin-top: 10px;

}

.class_buy_book_nav span {
    display: inline-block;
    position: relative;
    overflow: hidden;
    flex: 1;
    line-height: 75px;
    text-align: center;
    color: #FFF;
    font-weight: 700;
    font-size: 20px;
    background: url("/zt/2023/doubleEleven11/images/red-back.png") no-repeat center center;
}

.class_buy_book_nav span:hover {
    background: url('/zt/2023/doubleEleven11/images/blue-back.png') no-repeat center center;
    color: #FFFFFF;
}

.class_buy_book_nav span:last-child::after {
    width: 0;
}
.class_buy_book_nav .item_favorable_change {
    background: url('/zt/2023/doubleEleven11/images/blue-back.png') no-repeat center center;
    color: #FFFFFF;
}
.book_package_detail{
    width: 100%;
    height: 440px;
    margin: 0 auto;
}
.book_package_detail_block{
    width: 100%;
    height: 100%;
    background: #eaeaea;
    display: none;
    overflow: hidden;
    position: relative;
    border-radius: 20px;
}
.book_package_detail_block img{
    width: 100%;
    height: 100%;
}
.other_preferential_buy_price{
    position: absolute;
    width: 130px;
    height: 50px;
    border-radius: 30px;
    right: 6%;
    bottom: 24%;
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    font-style: oblique;
    background: url('/zt/2023/doubleEleven11/images/book-purchase-immediately.png') no-repeat center center;
    text-align: center;
    background-size: 110% 110%;
    line-height: 50px;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}
.other_preferential_buy_price:hover{
    transform: translate3d(0,-5%,0);
    
}








/* 单品优惠 */
.item-discount-content{
    position: absolute;
    top: 130px;
    left: 50%;
    transform: translate(-50%, 0);
    background: url(/zt/2023/doubleEleven11/images/module-back.png) no-repeat;
    width: 1170px;
    height: 552px;
    background-size: 100% 100%;
    margin: 0 auto;
    margin-top: -64px;
    box-sizing: border-box;
    padding: 79px 20px 23px 20px;
    z-index: 3;
}
.item_favorable_nav_same {
    width: 140px;
    height: 100%;
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    box-sizing: border-box;
    cursor: pointer;
    align-items: center;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    /* background: linear-gradient(#feca7c,#ffdba5,#ffe2b8 ); */
    background: linear-gradient(#ffe2b8,#ffdba5,#feca7c );
}

.item_favorable_nav_same span {
    display: inline-block;
    position: relative;
    overflow: hidden;
    line-height: 78px;
    text-align: center;
    width: 130px;
    height: 60px;
    line-height: 50px;
    color: #ffffff;
    font-weight: 700;
    font-size: 18px;
    background: url("/zt/2023/doubleEleven11/images/red-back.png") no-repeat center center;
    background-size: 100% 100%;
}

.item_favorable_nav_same span:hover {
    background: url('/zt/2023/doubleEleven11/images/blue-back.png') no-repeat center center;
    background-size: 100% 100%;
    color: #FFFFFF;
}
.item_favorable_detail_item {
    position: relative;
    width: 100%;
    height: 100%;
    display: none;
    /* margin-left: -80px; */
    margin-left: -150px;
}
.item_favorable_detail_littlered {
    position: absolute;
    top: 86px;
    left: 173px;
    width: 155px;
    height: 157px;
    z-index: 1;
}
.item_favorable_detail_littlered_detail {
    box-sizing: border-box;
    position: absolute;
    top: 204px;
    left: 130px;
    padding-top: 26px;
    width: 243px;
    height: 207px;
    text-align: center;
    background: url(/zt/2021/1212/images/pink.png) no-repeat 100%;
}
.item_favorable_detail_littlered_detail p {
    margin-bottom: 10px;
}
.book_package_detail_red {
    color: #e80017;
    font-weight: 700;
    font-size: 26px;
    margin-top: 10px;
}
.price_color b {
    font-size: 30px;
    color: #e80218;
}
.buy_now {
    background: #fc4341;
    padding: 5px 10px;
    border-radius: 5px;
    color: #fff;
    letter-spacing: 1px;
    margin-top: 12px;
    background-image: linear-gradient(to right, #ff6666, #ff3333);
    width: 100px;
}
.item_favorable_detail_littleNet {
    position: absolute;
    top: 59px;
    left: 447px;
    width: 155px;
    height: 157px;
    z-index: 1;
}
.item_favorable_detail img {
    height: 100%;
}
.item_favorable_detail_littleNet_detail {
    position: absolute;
    top: 185px;
    left: 422px;
    width: 295px;
    padding-top: 33px;
    height: 233px;
    box-sizing: border-box;
    text-align: center;
    background: url(/zt/2021/1212/images/yellow.png) no-repeat;
}
.item_favorable_detail_littleskill {
    position: absolute;
    top: 86px;
    left: 770px;
    width: 155px;
    height: 157px;
    z-index: 1;
}
.item_favorable_detail_littleskill_detail {
    position: absolute;
    top: 203px;
    left: 767px;
    width: 243px;
    height: 207px;
    padding-top: 30px;
    box-sizing: border-box;
    text-align: center;
    background: url(/zt/2021/1212/images/pink2.png) no-repeat;
}
.item_favorable_detail {
    position: relative;
    float: left;
    width: 990px;
    height: 100%;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    overflow: hidden;
    background: linear-gradient(#ffe2b8,#ffdba5,#feca7c );;
}
.item_favorable_nav_same .item_favorable_change {
    background: url('/zt/2023/doubleEleven11/images/blue-back.png') no-repeat center center;
    background-size: 100% 100%;
    color: #FFFFFF;
}



/* 买课赠书 */
.buy-free-books-module {
    width: 1200px;
    height: 662px;
    margin: 0 auto;
    margin-top: 50px;
    position: relative;
    overflow: hidden;
}
.class_buy_book_detail {
    margin: 0 14px;
    height: 380px;
    border-radius: 10px;
}
.class_buy_book_detail_item {
    width: 100%;
    height: 100%;
    display: none;
}
.buy-free-books-but{
    position: absolute;
    width: 110px;
    height: 38px;
    border-radius: 30px;
    right: 6%;
    bottom: 24%;
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    font-style: oblique;
    background: url(/zt/2023/doubleEleven11/images/book-purchase-immediately.png) no-repeat center center;
    text-align: center;
    background-size: 110% 110%;
    line-height: 38px;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}
.buy-free-books-but:hover{
    transform: translate3d(0,-5%,0);
}

.course-purchase-module{
    width: 100%;
    height: 100%;
    background: #eaeaea;
    display: none;
    overflow: hidden;
    position: relative;
    border-radius: 20px;
}
.course-purchase-module img{
    width: 100%;
    height: 100%;
}



/* 其他优惠活动 */
.item-discount-content {
    position: absolute;
    top: 130px;
    left: 50%;
    transform: translate(-50%, 0);
    background: url(/zt/2023/doubleEleven11/images/module-back.png) no-repeat;
    width: 1170px;
    height: 543px;
    background-size: 100% 100%;
    margin: 0 auto;
    margin-top: -64px;
    box-sizing: border-box;
    padding: 76px 20px 22px 20px;
    z-index: 3;
}
.item_discount_detail{
    position: relative;
    float: left;
    width: 990px;
    height: 100%;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    overflow: hidden;
}
.item_discount_nav_same {
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
}
.other_item_favorable_detail{
    position: relative;
}
.other-buy-now{
    position: absolute;
    width: 130px;
    height: 50px;
    border-radius: 30px;
    right: 4%;
    bottom: 24%;
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    font-style: oblique;
    background: url(/zt/2023/doubleEleven11/images/book-purchase-immediately.png) no-repeat center center;
    text-align: center;
    background-size: 110% 110%;
    line-height: 50px;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}
.pharmacy-now-one{
    position: absolute;
    width: 70px;
    height: 25px;
    border-radius: 30px;
    right: 4%;
    bottom: 31%;
    color: #FFF;
    font-size: 12px;
    font-weight: 600;
    font-style: oblique;
    background: url(/zt/2023/doubleEleven11/images/book-purchase-immediately.png) no-repeat center center;
    text-align: center;
    background-size: 100% 100%;
    line-height: 25px;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}
.pharmacy-now-two{
    position: absolute;
    width: 70px;
    height: 25px;
    border-radius: 30px;
    right: 4%;
    bottom: 15%;
    color: #FFF;
    font-size: 12px;
    font-weight: 600;
    font-style: oblique;
    background: url(/zt/2023/doubleEleven11/images/book-purchase-immediately.png) no-repeat center center;
    text-align: center;
    background-size: 100% 100%;
    line-height: 25px;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}

/* 盲盒大礼包 */
.blind-box-head{
    width: 100%;
    height: 80px;
    display: flex;
    background: #ea4330;
    justify-content: center;
    align-items: center;
}
.four-products{
    flex: 1;
    text-align: center;
    color: #fff;
    cursor: pointer;
}
.content-picture{

}
.four-products div:first-child{
    font-size: 22px;
}
.four-products div:last-child{
    font-size: 14px;
}
.products-line{
    height: 50px;
    border: 1px solid #ffd79a;
}
.products-back{
    background: url(/zt/2023/doubleEleven11/images/products-back.png) no-repeat;
    background-size: 100% 100%;
    height: 92px;
    margin-top: 10px;
    color: #ea4330;
    z-index: 10;
}
.products-back div:first-child{
    margin-top: 10px;
}
.blind-box-carousel{
    width: 100%;
    height: 360px;
    display: flex;
    overflow: hidden;
}
.drawing-of-blind-box{
    height: 360px;
    width: 728px;
}
.blind-box-diagram{
    width: 408px;
    height: 360px;
}
.blind-box-diagram img{
    width: 100%;
}
.swiper_center_img_blind{
    width: 100%;
    height: 360px;
    margin-top: 0;
}
.swiper-container-horizontal{
    width: 100%;
    height: 100%;
}
.swiper_center_img_blind img{
    width: 100%;
    height: 100%;
    margin-top: 0;
}
.blind-box-module{
    position: absolute;
    top: 130px;
    left: 50%;
    transform: translate(-50%, 0);
    background: url(/zt/2023/doubleEleven11/images/module-back.png) no-repeat;
    width: 1178px;
    height: 534px;
    background-size: 100% 100%;
    margin: 0 auto;
    margin-top: -64px;
    box-sizing: border-box;
    padding: 74px 20px 21px 20px;
    z-index: 3;
}
.blind-box-picture{
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
}
.prototype-of-blind-box-module{
    width: 100%;
    height: 360px;
    display: flex;
    overflow: hidden;
}
.title_gift {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99;
    color: #fff;
    line-height: 50px;
    padding-left: 20px;
}






/* 弹窗 */
.pop-up-module{
    width: 250px;
    position: fixed;
    z-index: 70;
    right: -20px;
    top: 40%;
    margin-top: -245px;
    margin-right: 0;
}
.pop-up-header{
    width: 227px;
    height: 145px;
    background: url('/zt/2023/doubleEleven11/images/shang.png') no-repeat;
    z-index: 2;
}
.pop-up-center{
    position: relative;
        z-index: 1;
        width: 111px;
        margin: 0 auto;
        height: 411px;
        padding-top: 12px;
        background: url(/zt/2023/doubleEleven11/images/pop-up-center.png) no-repeat;
        background-size: 100% 100%;
        margin-left: 60px;
}
.nav_modular{
    display: block;
    width: 90px;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    margin: 0 auto 10px;
    background: url('/zt/2023/doubleEleven11/images/default-back.png') no-repeat;
    background-size: 100% 100%;
}
.nav_modular:hover{
    background: url('/zt/2023/doubleEleven11/images/suspension-back.png') no-repeat;
    color: #fff;
    background-size: 100% 100%;
}
.pop-up-center-suspension{
    background: url('/zt/2023/doubleEleven11/images/suspension-back.png') no-repeat;
    color: #fff;
    background-size: 100% 100%;
}
.top_half{
    cursor: pointer;
    width: 90px;
    margin: 0 auto;
    display: block;
    text-align: center;
    margin-top: 20px;
}
.top_half div:first-child {
    width: 0;
    height: 0;
    border-bottom: 20px solid #f0d7a6;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    display: inline-block;
}
.top_half p {
    font-size: 16px;
    color: #f0d7a6;
}
.pop-up-footer{
    position: absolute;
    left: 28px;
    z-index: 2;
    top: 250px;
    width: 32px;
    height: 60px;
    background: url('/zt/2023/doubleEleven11/images/narrow-btn-left.png') no-repeat;
}
.pop-up-module-fa{
    background: url('/zt/2023/doubleEleven11/images/narrow-btn-right.png') no-repeat;
}
.pop-up-module-fan{
    right: -190px;
}

html,body{
    overflow-y: initial !important ;
}

