.section{
    margin-bottom: 80px;
}
html{
    overflow-x: hidden;
}
/* 导航栏 start*/
.nav{
    height: 80px;
    background: #FE5F30;
    position: fixed;
    top:30px;
    left: 0px;
    right: 0px;
    z-index: 22;
}
.section {
    overflow: hidden;
}
#order1,#order2,#order3{
    position: relative;
    top:-110px;

}
.nav .nav_logo img{
    width: 194px;
    vertical-align: middle;
}
.nav_list li a{
    display: block;
    line-height: 80px;
    font-size: 18px;
    color:#fff;
}
.nav_list li{
    padding: 0 20px;
    cursor: pointer;
}
.nav_list li:hover,
.nav_list li.active{
    background: #FAA537;
    color: #fff;
    position: relative;
}
.container-box {
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
}
.container-box .columns-left,  .container-box .columns-right{
    position: absolute;
    height: 5684px;
    width: 294px;
    top: -275px;;
}
.container-box .columns-left {
    left: 0;
    background: url(../images/columns_left.png) center center no-repeat;
}
.container-box .columns-right {
    right: 0;
    background: url(../images/columns_right.png) center center no-repeat;
}
.container-box .content-box {
    position: relative;
    width: 1210px;
    margin: 0 auto;
    overflow: hidden;
}
.container-box .content-box::after{
    content: "";
    position: absolute;
    background: url(../images/light.png) center center no-repeat;
}
@media screen and (min-width: 750px) {
    .nav_list li:hover:after{
        content: "";
        position: absolute;
        width: 48px;
        height: 4px;
        background: #feedc1;
        left: 50%;
        bottom: 0px;
        transform: translate(-50%,50%);
    }
}

.nav_list li.active:after{
    content: "";
    position: absolute;
    width: 48px;
    height: 4px;
    background: #feedc1;
    left: 50%;
    bottom: 0px;
    transform: translate(-50%,50%);
}
.nav_list li.active a{
    color:#FEEDC1;
}
.nav_list li:hover a{
    color:#FEEDC1;
}
.nav_list li:last-child a{
    margin-right: 0px;
}
/* 导航栏 end*/
/*banner start*/
.banner{
    position: relative;
    z-index: 21;
    height: 1334px;
    background: url(../images/banner.png) center center no-repeat;
    margin-top:110px;
}
/*banner end*/
/*公共title start*/
/** 抽奖 **/
.section4 .wrap {
    position: relative;
    overflow: hidden;
    width: 1210px;
    height: 1175px;
    background: url(../images/session4_bg.png);
    background-size: 100% 100%;
}
.section4 .wrap .content_box {
    width: 1130px;
    margin: 32px auto;
}
.lottery-rules-box {
    margin-top: 200px;
}
.lottery-rules-box .lottery-rules-content {
    position: relative;
    margin: 0 auto;
    padding: 45px 50px;
    width: 1130px;
    height: 230px;
    background: linear-gradient(0deg,#ffe7ca 0%, #ffffff 100%);
    border: 2px solid #fce7cd;
    border-radius: 16px;
    box-shadow: 0px 7px 9.6px 0.28px rgba(152,47,2,0.30);
}
.lottery-rules-box .lottery-rules-content p {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    line-height: 28px;
}
.lottery-rules-box .lottery-rules-content .apply-btn {
    cursor: pointer;
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    width: 250px;
    height: 42px;
    color: #fff;
    font-size: 16px;
    line-height: 42px;
    text-align: center;
    border-radius: 20px;
    background: #F14439;

}
.lottery-rules-box .lottery-rules-content .apply-btn:hover{
    color: #eee;
    background: #E7231D;
}
.lottery-rules-box .lottery-rules-content .apply-form-disabled, .lottery-rules-box .lottery-rules-content .apply-form-disabled:hover {
    background: #999;
}
.buy_btn{
    display: inline-block;
    width: 196px;
    height: 52px;
    background: #F03D33;
    border-radius: 35px;
    font-size: 24px;
    color:#fff;
    text-align: center;
    line-height: 52px;
}
.buy_btn:hover{
    background: #CC1D19;
}
/***************************满减活动好券抢不停********************************/
.section1 .wrap {
    position: relative;
    width: 1210px;
    height: 685px;
    background: url(../images/session1_bg.png);
    background-size: 100% 100%;
}
.section .wrap .title_bg {
    position: absolute;
    left: 50%;
    top: 30px;
    transform: translatex(-50%);
}
.section1 .wrap .section_content {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
}
.section .wrap .section_content .tips {
    height: 100px;
    line-height: 100px;
    color: #fff;
    font-size: 20px;
    text-align: center;
}
.section1 .wrap .section_content .coupon_wrapper {
    position: relative;
    width: 1148px;
    height: 388px;
    background: url(../images/coupon_bg.png);
    background-size: 100% 100%;
}
.section1 .wrap  .coupon_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1050px;
    height: 256px;
    background: url(../images/coupon_box.png);
    background-size: 100% 100%;
}
.section1 .wrap  .coupon_content .coupon_box {
    position: relative;
    display: flex;
    justify-content: space-between;
    top: 50%;
    transform: translateY(-50%);
    padding: 20px 100px;
}
.section1 .wrap  .coupon_content .coupon_box .coupon_act {
    width: 345px;
}
.section1 .wrap  .coupon_content .coupon_box .coupon_act b {
    display: block;
    text-align: center;
    color: #E91E19;
    font-size: 56px;
    font-weight: 700;
}
.section1 .wrap  .coupon_content .coupon_box .coupon_act p {
    font-size: 16px;
    color: #D02617;
    text-align: center;
}
.section1 .wrap  .coupon_content .coupon_box .coupon_shops {
    width: 260px;
}
.section1 .wrap  .coupon_content .coupon_box .coupon_shops .coupon_shop {
    display: block;
    width: 260px;
    height: 75px;
}
.section1 .wrap  .coupon_content .coupon_box .coupon_shops .coupon_jd {
    background: url(../images/coupon_jd.png) center center no-repeat;
}
.section1 .wrap  .coupon_content .coupon_box .coupon_shops .coupon_tm {
    background: url(../images/coupon_tm.png) center center no-repeat;
}
.section1 .wrap  .coupon_content .coupon_box .coupon_shops .coupon_shop:hover{
    opacity: .9;
}
/***************************限时特价大回馈********************************/
.section2 .wrap  {
    position: relative;
    width: 1210px;
    height: 2620px;
    background: url(../images/session2_bg.png);
    background-size: 100% 100%;
}
.section2 .wrap .section_content {
    margin: 0 auto;
    position: relative;
    top: 160px;
}
.section .wrap  .activity_title {
    text-align: center;
    margin: 30px 0 35px;
}
.section .wrap  .activity_title img {
    margin: 0 auto;
}
.section2 .wrap  .product_content {
    position: relative;
}
.section2 .wrap  .product_type .swiper {
    width: 1020px;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 40px;
}
.mySwiper_1 .swiper-slide, .mySwiper_2 .swiper-slide, .mySwiper_3 .swiper-slide {
    width: 510px;
}
.section2 .wrap .section_content .swiper-slide {
    height: 610px;
    background: url(../images/swiper_bg.png);
    background-size: 100% 100%;
}
.section2 .wrap .section_content .swiper-slide .swiper_content_box {
    position: relative;
    padding: 43px 40px;
    height: 100%;
}
.section2 .swiper_content_box .product-serial {
    display: inline-block;
    padding: 10px 20px;
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    border-radius: 8px;
    background: #E12C28;
}
.section2 .swiper_content_box .product-title {
    margin: 23px 0 40px 0;
    font-size: 32px;
    font-weight: 700;
    color: #333;
} 
.section2 .swiper_content_box .product-img-box img {
    display: block;
    max-height: 180px;
    margin: 0 auto;
}
.section2 .swiper_content_box .product-price-box {
    position: absolute;
    bottom: 130px;
}
.section2 .swiper_content_box .product-price-box .original-price,.section2 .swiper_content_box .product-price-box .special-price {
    font-size: 25px;
    font-weight: 500;
}
.section2 .swiper_content_box .product-price-box .original-price {
    color: #333;
}
.section2 .swiper_content_box .product-price-box .special-price {
    color: #E81F1A;
}
.section2 .swiper_content_box .product-price-box .original-price span {
    text-decoration: line-through;
}
.section2 .swiper_content_box .product-price-box .special-price span{
    font-size: 44px;
    font-weight: 700;
    color: #E81F1A;
}
.section2 .swiper_content_box .product-shops-box {
    position: absolute;
    bottom: 55px;
}
.section2 .swiper_content_box .product-shops {
    display: flex;
}
.section2 .swiper_content_box .product-shops .product-shop-tm {
    margin-left: 38px;
}
.section2 .wrap  .product_type .swiper-button-next {
    right: 50px !important;
} 
.section2 .wrap  .product_type .swiper-button-prev {
    left: 50px !important;
}
.swiper-pagination-bullet-active {
    background: #F4EBC5;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url(../images/btn_next.png);
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url(../images/btn_prev.png);
}

input[type="radio"] {
  position: relative;
  top: 0;
}

.draw-list {
    float: left;
    width: 720px;
}

.draw-list-item {
    box-sizing: border-box;
    float: left;
    text-align: center;
    padding-top: 12px;
    /* box-shadow: 0px 6px 0px 0px #fbe9c3 inset; */
    background: #fff;
    border-radius: 12px;
    margin-right: 20px;
    margin-bottom: 20px;
    font-size: 16px;
}

.draw-list-item.active {
    background: url(../images/draw2.png) center center no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}
.draw-list-item .vlm-wrap {
    height: 106px;
}

.draw-list-click {
    cursor: pointer;
    font-size: 30px;
    font-weight: 700;
    padding: 0;
    color: #e0223a;
    background-image: -webkit-linear-gradient(#fec481, #ffb153);
    background-image: -moz-linear-gradient(#fec481, #ffb153);
    background-image: -ms-linear-gradient(#fec481, #ffb153);
    background-image: linear-gradient(#fec481, #ffb153);
}

#jq_marquee_box {
    margin-top: 30px;
    height: 270px;
    line-height: 26px;
    overflow: hidden;
    background: #fff;
    color: #000;
    border-top: none;
    border-radius: 0 0 10px 10px;
    font-size: 14px;
}

.lt,
.ct,
.gt {
    display: table-cell;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 700;
    width: 100px;
}
.lt{
    width: 80px;
    color:#E12C28;
}
.ct {
    width: 110px;
    color: #666;
    text-align: center;
}
.draw-list-left{
    width: 740px;
    background: #FD5A2A;
    border-radius: 20px;
    padding:20px;
    box-shadow: 0px 11px 0px #C92505;
}
.draw-list {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    background: transparent;
    background: #b1272a;
    border-radius: 20px;
}

.draw-list-item {
    width: 220px;
    height: 160px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.draw-list-item.roll-5,
.draw-list-item.roll-6,
.draw-list-item.roll-7{
    margin-bottom: 0px;
}
.draw-list-item p {
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    line-height: 17px;
    letter-spacing: 2.24px;
}

.roll-3,
.roll-4,
.roll-5 {
    margin-right: 0px;
}

#begin_btn {
    background: url(../images/btnBegin.png) left top no-repeat;
    background-size: 100% 100%;
    color: #c80f02;
    font-size: 34px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 4.76px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

#begin_btn::after {
    display: none;
}

#begin_btn span {
    text-align: center;
}
#begin_btn span i{
    font-size: 16px;
    color: #cc2f37;
}
#prize_area {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
/*关于*/
.section5 .wrap {
    position: relative;
    overflow: hidden;
    width: 1210px;
    height: 560px;
    background: url(../images/session5_bg.png);
    background-size: 100% 100%;
}
.section5 .content_box{
    margin: 200px auto 0;
    padding: 50px 20px;
    width: 1150px;
    height: 300px;
    background: linear-gradient(0deg,#ffe7ca 0%, #ffffff 100%);
    border: 2px solid #fce7cd;
    border-radius: 16px;
    box-shadow: 0px 7px 9.6px 0.28px rgba(152,47,2,0.30); 
    display: flex;
    justify-content: space-around;
}
.section5 .content_box .company-logo img{
    margin-top: 60px;
}
.section5 .content_box .company-intro {
    flex: 1;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    color: #333;
    margin-left: 35px;
}
/*关于*/


/* 弹窗 */
.layer_user_info_form .layui-layer-title{
    background: #e30327;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 18px;
    padding: 0 80px 0 30px;
}
.layer_user_info_form .layui-layer-setwin .layui-layer-close1 {
    background-position: 0 0px;
}
.layer_user_info_form  .layui-layer-ico {
    background: url(../images/close.png) no-repeat;
}
.submit_form_register{
    padding: 20px;
}
.layer_user_info_form  .collect_title{
    font-size: 14px;
    color: #E12C28;
    margin-bottom: 20px;
}
.submit_form_register .inline_dl_flex{
    display: flex;
    justify-content: space-between;
}
.submit_form_register .inline_dl_flex_box {
    width: 49%;
}
.submit_form_register .inline_dl {
    font-size: 16px;
    color:#333;
    line-height: 40px;
    margin-bottom: 20px;
}
.submit_form_register .label_info_radio,
.submit_form_register  .label_info{
    display: block;
    padding: 0 20px;
}
.color_red{
    margin-right: 5px;
    color:#D00000;
}
.submit_form_register .inline_dl input,
.submit_form_register .inline_dl select
{
    width: 280px;
    height: 40px;
    background: #ffffff;
    border: 1px solid #e4e4e4;
    border-radius: 4px;
    text-indent: 10px;
    font-size: 16px;
    color:#333;
}
.submit_form_register .inline_dl input:focus-visible,
.submit_form_register .inline_dl select:focus-visible {
    outline: aliceblue;
}
.submit_form_register .address_dt {
    width: 160px;
}
.submit_form_register #address_select select {
    width: 48%;
}
.submit_form_register #address_select .address_details {
    margin-top: 20px;
}

.submit_form_register input[type="checkbox"] {
    width: 20px;
    height: 20px;
    background: #ffffff;
    border: 1px solid #707070;
  -webkit-appearance: none;
  outline: none;
  vertical-align: middle;
  border-radius:4px;
  margin-right: 5px;
  box-sizing: border-box;
}
.submit_form_register  input[type="checkbox"]:checked {
  background: url(../images/checkbox.png) center center no-repeat;
  background-size:cover;
  border:1px solid rgba(0,0,0,0);
  box-sizing: border-box;
}

.submit_form_register .label_info input[type="checkbox"] {
  position: relative;
  top:0px;
}
.submit_form_register .label_info label{
    width: 47%;
    display: inline-block;

}
.submit_form_register .label_info11 label {
    display: block;
    width: 100%;
}

.submit_form_register .label_info_radio  label{
    display: block;
}
.submit_form_register .label_info_radio input[type="radio"] {
    width: 20px;
    height: 20px;
    background: #ffffff;
    border: 1px solid #707070;
   -webkit-appearance: none;
   outline: none;
   vertical-align: middle;
   border-radius:50%;
   margin-right: 5px;
   box-sizing: border-box;
}
.submit_form_register .label_info_radio input[type="radio"]:checked {
  background-size:cover;
  border:3px solid #E30327;
  box-sizing: border-box;
  position: relative;
}
.submit_form_register .label_info_radio input[type="radio"]:checked:after{
    content:"";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #E30327;
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.layer_user_info_form  .layui-layer-content{
    position: static!important;
}
.submit_form_register .label_info_radio input[type="radio"] {
  position: relative;
  top:0px;
}

.layer_user_info_form  .layui-layer-btn .layui-layer-btn0{
    height: 70px;
}
 .form_btn{
    width: 350px;
    height: 50px;
    background: rgba(227, 3, 39,1);
    border-radius: 4px;
    text-align: center;
    line-height: 50px;
    outline: none;
    border:none;
    font-size: 18px;
    color:#fff;
    margin-bottom: 20px;
    position: absolute;
    bottom:2px;
    left: 40px;
}
 .form_btn:hover{
    background: rgba(227, 3, 39,0.7);
}
.layer_user_info_form .layui-layer-btn .layui-layer-btn0{
    background: transparent; 
    border: 1px solid transparent;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 20px;
    display: block;
    height: 50px;
    background: rgba(227, 3, 39,1);
    color: #fff;
    border-radius: 4px;
    text-align: center;
    line-height: 50px;
    outline: none;
    border: none;
    font-size: 18px;
    bottom: 2px;
}

/* 弹窗 ebd*/
/*抽奖弹框*/
.layer_lotter_alert {    
    border-radius: 8px;
}
.layer_lotter_alert .layui-layer-title {
    border-bottom: 1px solid transparent;
    background-color: transparent;
}
.layer_lotter_alert_title_no .layui-layer-title{
    height: 30px;
}
.layer_lotter_success{
    text-align: center;
}
.layer_lotter_success p{
    font-size: 24px;
    font-weight: 700;
    color:#333;
}
.layer_lotter_success img{
    margin-bottom: 10px;
    margin-top: 33px;
}
.layer_lotter_info{    
    text-align: center;
}
.layer_lotter_info img{
    margin-bottom: 20px;
    margin-top: 20px;
}
.layer_lotter_info .layer_lotter_text1{    
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}
.layer_lotter_info .layer_lotter_text2{
    font-size: 14px;
    color: #666666;
}

.layer_lotter_answer{
    text-align: center;
}
.layer_lotter_answer_text1{
    font-size: 18px;
    text-align: center;
    color: #333333;
    margin-bottom: 15px;
}
.layer_lotter_answer_text2{    
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    color: #e30327;
    margin-bottom: 15px;
}
.layer_lotter_prize{
    margin-top: 20px;
    text-align: center;
}
.layer_lotter_prize_text1{
    font-size: 18px;
    color:#333;
    font-weight: 700;
    margin: 20px 0 10px 0;
}
.layer_lotter_prize_btn{
    display: block;
    margin:0 auto;
    width: 220px;
    height: 50px;
    background: rgba(218 ,31, 61,1);
    border-radius: 4px;
    text-align: center;
    line-height: 50px;
    color:#fff;
    font-size: 18px;
}
.layer_lotter_prize_btn:hover{
    background: rgba(218 ,31, 61,0.8);
}
.layer_lotter_prize_name{
    text-align: center;
}
.layer_lotter_prize_name_text1{    
    font-size: 18px;
    font-weight: 700;
    color: #333333;
}
.layer_lotter_prize_name_text2{
    font-size: 24px;
    font-weight: 700;
    color: #da1f3d;
}
.layer_lotter_prize_name img{
    margin-top: 10px;
    margin-bottom: 10px;
}
.layer_lotter_prize_name_text3{    
    font-size: 12px;
    font-weight: 400;
    color: #999;
}

/*抽奖弹框*/
/* //////////////////////// */



/* 中奖名单 */
.zjMd {
    width: 350px;
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
}

.zjMd h3 {
    line-height: 48px;
    background: #FFD985;
    color: #B1272A;
    font-size: 20px;
    font-weight: 700;
    text-align: left;
    letter-spacing: 2.8px;
    text-align: center;
}

#jq_marquee_box {
    margin-top: 0px;
    width: 350px;
    height: 516px;
    padding: 20px 32px;
    box-sizing: border-box;
    line-height: 40px;
    letter-spacing: 0.8px;
}
#jq_marquee_box .null{

    text-align: center;
    font-size: 16px;
    font-weight: 700;
}

/* 中奖名单 */

.is_allow {
    cursor: pointer;
}

/* pc显示隐藏 start*/

.is_pc {
    display: block;
}
.is_pc_flex {
    display: flex;
}
.is_mobile, .is_mobile_flex {
    display: none!important;
}

/* pc显示隐藏 end*/
@media screen and (max-width: 750px) {
    .container-box .columns-left, .container-box .columns-right {
        display: none;
    }
    html {
        font-size: 13.3333vw !important;
        overflow-x: hidden;
    }

    .swiper-button-next, .swiper-button-prev {
        display: none;
    }
    .wrap {
        width: 100%;
    }
    /* 移动端隐藏 end*/
    .is_pc,
    .is_pc_flex {
        display: none !important;
    }

    .is_mobile {
        display: block !important;
    }

    .is_mobile_flex {
        display: flex !important;
    }

    .pc_nav {
        margin-top: 0px !important;
        width: 100vw;
        height: 0.87rem;
        line-height: 0.87rem;

    }

    /* 移动端隐藏 end*/
    /*导航栏样式*/
    .nav .nav_logo img {
        width: 2.2rem;
    }
    .nav {
        height: 0.88rem;
        padding: 0 0.2rem;
        top:0px;
    }
    .nav_list li a {
        line-height: 0.88rem;
        font-size: 0.28rem;
    }
    .nav_list li {
        padding: 0 0.1rem;
        cursor: pointer;
    }
    .nav_list li:hover{
        background:transparent;
        position: relative;
    }

  
    /*导航栏样式*/
    /*banner*/
    .banner {
        height: 7.85rem;
        background: url(../images/banner_m.png) center center no-repeat;
        background-size: 100% 7.85rem;
        margin-top: 0.88rem;
    }
    /*banner*/
    /*section*/
    .section{
        padding: 0 0.2rem;
        margin-bottom: 0.8rem;
    }
    .container-box .content-box { 
        width: 100%;
    }
    .section .wrap .title_bg  {
        width: 4rem;
        top: .15rem;
    }
    .section4 .wrap .title_bg {
        width: 1.34rem;
    }
    .section .wrap .title_bg img {
        width: 100%;
    }
    
    .section .wrap .section_content {
        padding: 0 .2rem;
        bottom: initial;
        top: 1.2rem;
    }
    .section .wrap .activity_title {
        width: 2.1rem;
        height: .46rem;
        margin: .2rem auto .22rem
    }
    .section .wrap .activity_title img {
        display: block;
        width: 100%;
    }
    /***************************满减活动好券抢不停********************************/
    .section1 .wrap {
        position: relative;
        width: 6.95rem;
        height: 5.48rem;
        background: url(../images/session1_m_bg.png);
        background-size: 100% 100%;
    }
    .section1 .wrap .section_content .coupon_wrapper {
        margin-top: .16rem;
        width: 6.65rem;
        height: 3.2rem;
        background: url(../images/coupon_m_bg.png);
        background-size: 100% 100%;
    }
    .section1 .wrap .coupon_content {
        position: relative;
        width: 6.25rem;
        height: 2.68rem;
        background: url(../images/coupon_m_box.png?v=20230524);
        background-size: 100% 100%;
    }
    .section1 .wrap .coupon_content .coupon_box .coupon_act {
        padding-top: .2rem;
        width: 100%;
    }
    .section1 .wrap .coupon_content .coupon_box .coupon_shops .coupon_shop {
        width: 1.9rem;
        height: .65rem;
        background-size: 100% 100%;
    }
    .section1 .wrap .coupon_content .coupon_box .coupon_shops {
        position: absolute;
        left: 50%;
        bottom: .2rem;
        transform: translateX(-50%);
        display: flex;
        justify-content: space-between;
        width: 5rem;
    }
    .section1 .wrap .coupon_content .coupon_box {
        display: block;
        height: 100%;
        padding: 0;
        top: 0;
        transform: initial;
    }
    .section1 .wrap .coupon_content .coupon_box .coupon_act b {
        font-size: .4rem;
    }
    .section1 .wrap .coupon_content .coupon_box .coupon_act p {
        font-size: .18rem;
    }
    .section1 .wrap  .coupon_content .coupon_box .coupon_shops .coupon_jd {
        background: url(../images/coupon_m_jd.png) center center no-repeat;
        background-size: 100% 100%;
    }
    .section1 .wrap  .coupon_content .coupon_box .coupon_shops .coupon_tm {
        background: url(../images/coupon_m_tm.png) center center no-repeat;
        background-size: 100% 100%;
    }
    .section1 .wrap .coupon_content::before {
        display: none;
    }
    /***************************限时特价大回馈********************************/
    .section2 .wrap {
        width: 100%;
        height: 24.7rem;
        background: url(../images/session2_m_bg.png);
        background-size: 100% 100%;
    }
    .section2 .wrap .product_type .swiper {
        width: 100%;
        padding-bottom: .5rem;
    }
    .section2 .wrap .section_content .swiper-slide {
        height: 6.08rem;
        background: url(../images/swiper_m_bg.png);
        background-size: 100% 100%;
    }
    .section2 .wrap .section_content .swiper-slide .swiper_content_box {
        padding: .43rem .4rem;
    }
    .section2 .swiper_content_box .product-img-box img {
        max-height: 1.5rem;
    }
    .section2 .swiper_content_box .product-serial {
        padding: .1rem .2rem;
        font-size: .32rem;
    }
    .section2 .swiper_content_box .product-title {
        margin: .23rem 0 .4rem 0;
        font-size: .32rem;
    }
    .section2 .swiper_content_box .product-price-box {
        bottom: 1.3rem;
    }
    .section2 .swiper_content_box .product-price-box .original-price, .section2 .swiper_content_box .product-price-box .special-price {
        font-size: .25rem;
        margin-left: .3rem;
    }
    .section2 .swiper_content_box .product-price-box .special-price span {
        font-size: .44rem;
    }
    .section .wrap .section_content .tips {
        margin: 0 auto;
        height: initial;
        line-height: initial;
        font-size: .2rem;
        padding: 0 .2rem;
    }
    .lottery-rules-box {
        margin-top: 1.2rem;
    }
    .lottery-rules-box .lottery-rules-content {
        padding: .2rem;
        width: 6.5rem;
        height: 6rem;
        font-size: .24rem;
    }
    .content_box {
        border-radius: 0.4rem;
        padding: 0.4rem 0;
    }
    .mySwiper_3,
    .mySwiper_2,
    .mySwiper_1{
        margin-bottom: 0.2rem;
        overflow: hidden;
    }
    .mySwiper_2{
        padding-bottom: 0.6rem;
    }
    .couplet_left,.couplet_right{
        display: none;
    }
    .mySwiper_1 .swiper-slide ,
    .mySwiper_2 .swiper-slide,
    .mySwiper_3 .swiper-slide  {
        width: 5.69rem;
    }
    .swiper-pagination-bullet-active {
        opacity: 1;
        background: #f4ebc5;
    }
    .swiper-pagination-bullet {
        width: 0.16rem;
        width: 0.16rem;       
    }
    .section2 .swiper_content_box .product-shops-box {
        bottom: .55rem;
    }
    .buy_btn {
        width: 1.96rem;
        height: .52rem;
        font-size: .24rem;
        line-height: .52rem;
    }    
    .couplet_flex{
        padding-top:0.8rem;
    }
    .couplet_flex a img{
        width: 3.4rem;
        height: 1.4rem;
    }
    .item_input>div {
        margin-bottom: 0.25rem;
    }
    .section4 .wrap {
        width: 100%;
        height: 19rem;
        background: url(../images/session4_m_bg.png);
        background-size: 100% 100%;
    }
    input[type="radio"] {
        position: relative;
        top: 0px;
    }
    .section5 .wrap .title_bg img{
        width: 2rem;
        margin: 0 auto;
    }
    .section5 .wrap {
        width: 100%;
        height: 8.2rem;
        background: url(../images/session5_m_bg.png);
        background-size: 100% 100%;
    }
    .section5 .content_box {
        display: block;
        width: 6.5rem;
        margin: 1.2rem auto 0;
        padding: .4rem 0;
        height: 6.66rem;
    }
    .section5_about.content_box{        
        display: block;
        padding: 0.2rem;
        padding-top: 0.8rem;
        padding-bottom: 0.5rem;
    }
    .section5 .content_box .company-logo img {
        margin-top: 0;
    }
    .section5_about.content_box img{
        width: 2.3rem;
        margin-bottom: 0.3rem;
        height: auto;
    }
    .section5_about>div {
        width: 100%;
        font-weight: 700;
        color: #feedc1;
        font-size: 0.28rem;
    }
    .section5 .content_box .company-logo {
        text-align: center;
    }
    .section5 .content_box .company-intro {
        margin-left: 0;
        line-height: .4rem;
        padding: .3rem .2rem;
        font-size: .24rem;
    }
    .section5{
        padding-bottom: 0.8rem;
    }
    /*section*/
    

    /* 抽奖部分 start*/
    /* #prize_area {
        display: block;
        padding: 0px;
    } */

    /* .draw-list {
        width: 100%;
        box-sizing: border-box;
        padding:  0.11rem;
        background: none;
        border: none;
        border-radius: 0;
    } */

    /* .draw-list-item {
        width: 2.1rem;
        height: 1.5rem;
        margin-right: 0.1rem;
        margin-bottom: 0.1rem;
        padding-top: 0px;
        position: relative;
    } */

    .draw-list-item .vlm-wrap {
        height: .51rem;
    }

    #prilist li:nth-child(3n) {
        margin-right: 0rem;
    }

   /* .draw-list-item img {
        height: 0.9rem;
        margin-top: 0.3rem;
    }*/

  /*  .roll-2 img {
        width: 0.54rem;
        padding-top: 0.23rem;
    }

    .roll-3 img {
        width: 0.51rem;
        padding-top: 0.42rem;
    }

    .roll-4 img,
    .roll-8 img,
    .roll-6 img {
        width: 1.1rem;
        padding-top: 0.27rem;
    }

    .roll-7 img {
        width: 0.59rem;
        padding-top: 0.41rem;
    }

    .roll-5 img {
        width: 0.27rem;
        padding-top: 0.12rem;
    }*/

    #prilist .vlm {
        display: block;
        margin: 0 auto;
        height: .51rem;
        margin-top: 0.3rem;
        font-size: 0.36rem;
    }
    #prilist .roll-6 .vlm{
        width: auto;
     }

    .draw-list-item p {
        margin-top: .14rem;
        font-size: 0.14rem;
        font-weight: 500;
        color: #333333;
        letter-spacing: 0.02rem;
        text-align: center;
        width: 100%;
    }
    #begin_btn span i {
        font-size: 0.24rem;
        color: #cc2f37;
    }
    #begin_btn {
        background: url(../images/btnBegin.png) left top no-repeat;
        background-size: 100% 100%;
        color: #c80f02;
        font-size: 0.34rem;
        font-weight: 800;
        line-height: 0.41rem;
        letter-spacing: 0.05rem;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .zjMd {
        position: relative;
        width: 100%;
        height: 4.8rem;
        background: #ffffff;
        border-radius: 0.2rem;
        overflow: hidden;
        margin-top: 0.6rem;
    }

    #jq_marquee_box {
        margin-top: 0px;
        width: 100%;
        height: 5rem;
        padding: 0.2rem 0.32rem;
        box-sizing: border-box;
        font-size: 0.24rem;
        line-height: 40px;
        letter-spacing: 0.03rem;
    }
    .section4 .content_box{
        padding: 0.4rem 0.2rem;
    }
    .section4 .wrap .content_box {
        width: 100%;
    }
    #prize_area {
        width: 100%;
        display: block;
    }
    .draw-list-left {
        width: 100%;
        padding: .12rem;
        border-radius: .2rem;
    }
    .draw-list-item {
        width: 1.88rem;
        height: 1.37rem;
        margin-right: 0.1rem;
        margin-bottom: 0.1rem;
        padding-top: 0px;
        position: relative;
    }
    .section4 .wrap .content_box {
        margin-top: 0;
    }
    /* 抽奖部分 end*/

   
    /* 弹窗部分 start*/
    .submit_form_register .inline_dl_flex{
        display: block;
    }
    .submit_form_register {
        padding: 0.2rem 0.4rem;
    }
    .submit_form_register .inline_dl_flex_box {
        width: 100%;
    }
    .submit_form_register .label_info label {
        width: 100%;
        display: inline-block;
    }
     .form_btn {
        width: 80%;
        margin: 0 auto;
        margin-bottom: 20px;
        display: block;
        left: 50%;
        transform: translate(-50%,0);
    }
    .submit_form_register .inline_dl{
        justify-content: flex-start;
        width: 100%;
    }
    .submit_form_register .inline_dl dd{
        flex: 1;
    }
    .submit_form_register .label_info_radio.inline_dl dd{
        width: 100%;
    } 
    .submit_form_register .inline_dl input, .submit_form_register .inline_dl select{
        width: 100%;
    }
    .submit_form_register input[type="checkbox"]{
        width: 20px!important;
    }
    .submit_form_register{
        position: relative;
    }
    .submit_form_register .label_info_radio label {
        display: block;
        text-indent: -0.6rem;
        margin-left: 0.6rem;
        line-height: 1.8;
    }
    /* 弹窗部分 end*/
    /*下载部分 start*/
    .layer_user_info_form {
        position: relative;
    }
    
    /*下载部分 end*/
    #order1,#order2,#order3{
        position: relative;
        top:-0.88rem;

    }
    .submit_form_register .inline_dl {
        font-size: .26rem;
    }
    .submit_form_register .address_dt {
        width: auto;
    }
    .submit_form_register .inline_dl input, .submit_form_register .inline_dl select {
        font-size: .18rem;
    }
    .submit_form_register .label_info_radio, .submit_form_register .label_info {
        padding: 0;
    }
    .submit_form_register .label_info11 label {
        display: block;
    }
    .submit_form_register .label_info11  dd {
        width: 100%;
    }
    .submit_form_register .label_info_radio label {
        font-size: .24rem;
        height: 40px;
        line-height: 40px;
    }
   
}