.section{
   /* padding-top: 60px;*/
   position: relative;
   z-index: 2;
}
.bg1{
    position: absolute;
    left: 40px;
    top: 397px;
    width: 196px;
    height: 196px;
    background: url(../images/bg.png) center center no-repeat;
    background-size: cover;
}
.bg2{
    position: absolute;
    left: -204px;
    bottom: -331px;
    width: 943px;
    height: 534px;
    background: url(../images/bg3.png) center center no-repeat;
    background-size: cover;
}

.bg3{
    position: absolute;
    right: 40px;
    bottom: -201px;
    width: 196px;
    height: 196px;
    background: url(../images/bg.png) center center no-repeat;
    background-size: cover;
}
.bg4{
    position: absolute;
    left: 60px;
    top: -147px;
    width: 196px;
    height: 196px;
    background: url(../images/bg.png) center center no-repeat;
    background-size: cover;
}

.bg5{
    position: absolute;
    right: -160px;
    top: -147px;
    width: 943px;
    height: 534px;
    background: url(../images/bg2.png) center center no-repeat;
    background-size: cover;
}

.bg6{
    position: absolute;
    right: 60px;
    bottom: -147px;
    width: 196px;
    height: 196px;
    background: url(../images/bg.png) center center no-repeat;
    background-size: cover;
}
html{
    min-width: 1200px;
   overflow-x: auto; 
}
/* 导航栏 start*/
.nav{
    height: 80px;
    background: #E30327;
    position: fixed;
    top:30px;
    left: 0px;
    right: 0px;
    z-index: 22;
}
#order1,#order2,#order3,#order5{
    position: relative;
    top:-110px;
}
.nav .nav_logo img{
    width: 194px;
    vertical-align: middle;
}
.nav_list li a{
    display: block;
    width: 100%;
    line-height: 80px;
   /* margin-right: 40px;*/
    font-size: 18px;
    color:#FFFFFF;
}
.nav_list li{
    width: 147px;
    padding: 0 20px;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
}
.nav_list li:hover,
.nav_list li.active{
    position: relative;
    background: #CD0828; 
}
@media screen and (min-width: 750px) {
    .nav_list li:hover:after{
        content: "";
        position: absolute;
        width: 48px;
        height: 4px;
        background: #feecce;
        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:#feecce;
}
.nav_list li:hover a{
    color:#FEEDC1;
}
.nav_list li:last-child a{
    margin-right: 0px;
}
/* 导航栏 end*/
/*banner start*/
.banner{
    position: relative;
    z-index: 1;
  max-width: 1920px;
  height: 1200px;
  background: url(../images/banner.png?20240528) center center no-repeat;
  background-size: 1920px 100%;
  margin: 110px auto 0;
}
.content{
    background: #fdf0f0;
    margin-top: -189px;
}
/*banner end*/
/*公共title start*/
.section1 {
    position: relative;
}
.section_title{
    width: 979px;
    height: 158px;
    margin:0 auto;
    position: relative;
}
.section_title1{
    background: url(../images/title1.png) center center no-repeat;
    background-size: 100% 100%;
}
.section_title3{
    background: url(../images/title2.png) center center no-repeat;
    background-size: 100% 100%;
}
.section_title4{
    background: url(../images/title4.png) center center no-repeat;
    background-size: 100% 100%;
}
.section_product_bg{
    position: relative;
    z-index: 2;
    padding: 49px 70px 0;
    height:1790px ;
    box-sizing: border-box;
    background: url(../images/contentBg1.png) left top no-repeat;
    background-size: 100% 100%;
}
.section_product_list img.product_img{
    position: relative;
    z-index: 2;
    display: block;
    width: 520px;
    height: 560px;
    margin-top: 20px;
}
.section_product_list img.bigImg{
    position: relative;
    z-index: 2;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 40px;
}
.jump_btns  div{
    width: 277px;
    height: 80px;
    cursor: pointer;
}
.jump_btns div.jdBtn{
    background: url(../images/jd1.png) left top no-repeat;
    background-size: 100% 100%;
    margin-right: 63px;
}
.jump_btns div.jdBtn:hover{
    background: url(../images/jd2.png) left top no-repeat;
    background-size: 100% 100%;
}

.jump_btns div.tmBtn{
    background: url(../images/tm1.png) left top no-repeat;
    background-size: 100% 100%;
}
.jump_btns div.tmBtn:hover{
    background: url(../images/tm2.png) left top no-repeat;
    background-size: 100% 100%;
}
.descImg1{
    position: absolute;
    left: -87px;
    top: 50%;
    transform: translate(0,-50%);
    width: 87px;
    height: 366px;
    background: url(../images/handleLeft.png) left top no-repeat;
    background-size: 100% 100%;
}
.descImg2{
    position: absolute;
    right: -87px;
    top: 50%;
    transform: translate(0,-50%);
    width: 87px;
    height: 366px;
    background: url(../images/handleRight.png) left top no-repeat;
    background-size: 100% 100%;
    z-index: 2;
}
.descImg3{
    position: absolute;
    right: 0;
    top: 653px;
    width: 517px;
    height: 343px;
    background: url(../images/desc1.png) left top no-repeat;
    background-size: 100% 100%;
    z-index: -1;
}
.descImg4{
    position: absolute;
    left: 0;
    bottom: 398px;
    width: 517px;
    height: 343px;
    background: url(../images/desc1.png) left top no-repeat;
    background-size: 100% 100%;
    z-index: -1;
}

/*公共title end*/
/* 抽奖样式 start */
.section4{
    margin-top: 36px;
    z-index: 3;
}
.section4 .wrap{
    position: relative;
} 
.descImg5{
    position: absolute;
    left:-87px;
    top: 435px;
    width: 87px;
    height: 366px;
    background: url(../images/handleLeft.png) left top no-repeat;
    background-size: 100% 100%;
}
.descImg6{
    position: absolute;
    right:-87px;
    top: 435px;
    width: 87px;
    height: 366px;
    background: url(../images/handleRight.png) left top no-repeat;
    background-size: 100% 100%;
}
.section_qustion_bg{
    height: 910px;
    padding: 70px 70px 0;
    box-sizing: border-box;
    background: url(../images/contentBg2.png) no-repeat center top;
    background-size: 100% 100%;
}   
.activity_rule{
    height: 200px;
    background: linear-gradient(0deg,#fff1da 0%, #f9dd9e 100%);
    border-radius: 24px;
    box-shadow: 0px 0px 18px 0px #ffffff inset; 
    padding: 37px 66px 25px 30px;
    box-sizing: border-box;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 20px;
}
.activity_rule_left{
    width: 722px;
    color:#E30327 ;
    font-size: 16px;
    line-height: 26px;
}
.activity_rule_right{
    width: 173px;
}
.activity_rule_right img{
    display: block;
    width:103px ;
    height: 94px;
    margin: 0 auto 7px;
}
.activity_rule_right .qustion_btn{
    display: block;
    width: 173px;
    height: 55px;
    margin: 0 auto;
    cursor: pointer;
    background: url(../images/writeBtn.png) left top no-repeat;
    background-size: 100% 100%;
}
.activity_rule_right .qustion_btn:hover{
    background: url(../images/writeBtn2.png) left top no-repeat;
    background-size: 100% 100%;
}
.draw-title {
    text-align: center;
    margin-top: -36px;
}

.draw-wrap {
    margin-top: 140px;
    padding-top: 1px;
    padding-bottom: 84px;
    background: url(../images/five-bg3.png) no-repeat center top;
}

.draw-play {
    padding: 0 30px;
}

.draw-step {
    padding: 130px 30px 70px;
    font-size: 0;
}

.draw-step-lt,
.draw-step-gt {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}

.draw-step-lt {
    float: left;
}

.draw-step-lt a,
.draw-step-gt .uploadifive-button {
    position: absolute !important;
    top: 194px;
    right: 30px;
    width: 180px;
    height: 40px;
    /* background: rgba(0, 0, 0, .5); */
    cursor: pointer;
}

.draw-step-gt .uploadifive-button {
    top: 190px;
    right: 26px;
    width: 195px;
}

.draw-step-gt .uploadifive-queue {
    display: none !important;
}

.draw-step-gt {
    float: right;
}

.draw-list {
    float: left;
    width: 720px;
}

.draw-list-item {
    box-sizing: border-box;
    float: left;
    text-align: center;
    padding-top: 12px;
    background: url(../images/draw1.png);
    border-radius: 12px;
    margin-right: 20px;
    margin-bottom: 20px;
    font-size: 16px;
}

.draw-list-item.active {
    /* box-shadow: 0 0 15px 8px #f58511 inset; */
    background: url(../images/draw2.png) center center no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}

.draw-list-item .vlm-wrap {
    justify-content: center;
    height: 90px;
}

.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);
}

.draw-winlist {
    overflow: hidden;
}

.draw-winlist-box {
    border-radius: 12px;
    background-color: #fff;
    height: 390px;
    overflow: hidden;
}

.draw-winlist-title {
    display: block;
    height: 52px;
    line-height: 52px;
    background-color: #d1082b;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}

#jq_marquee_box {
    margin-top: 30px;
    height: 270px;
    line-height: 26px;
    overflow: hidden;
    background: #FAD5A8;
    color: #000;
    border-top: none;
    border-radius: 0 0 10px 10px;
    font-size: 14px;
}

.draw-winlist-ul {
    padding-left: 40px;
}

.draw-winlist-item {
    width: 100%;
    display: table;
    table-layout: fixed;
    box-sizing: border-box;
}


.lt,
.ct,
.gt {
    display: table-cell;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 400;
    width: 100px;
    color: #333333;
}
.lt{
    width: 76px;
    color:#CC2F37;
}
.draw-winlist-item .lt {
    width: 75px;
    color: #B91A36;
}

.ct {
    width: 90px;
    color: #666666;
    text-align: center;
}

.draw-winlist-item .gt {
    width: 96px;
    color: #5D2D26;
}

.draw-winlist-tips {
    color: #fff;
    font-size: 15px;
    padding-top: 20px;
}
.draw-list-left{
    width: 720px;
    background: url(../images/contentBg3.png) left top no-repeat;
    background-size: 100% 100%;
    padding: 20px;
    box-sizing: border-box;
}
.draw-list-item {
    width: 220px;
    height: 160px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding-top: 18px;
    box-sizing: border-box;
}
.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: #E30327;
    line-height: 17px;
    letter-spacing: 2.24px;
    margin-top: 15px;
}

.roll-3,
.roll-4,
.roll-5 {
    margin-right: 0px;
}

#begin_btn {
    color: #CC2F37;
    font-size: 34px;
    line-height: 1;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../images/btnBegin.png) left top no-repeat;
    background-size: 100% 100%;
}
#begin_btn:hover{
    background: url(../images/btnBegin2.png) left top no-repeat;
    background-size: 100% 100%;
}
#begin_btn::after {
    display: none;
}

#begin_btn span {
    text-align: center;
}
#begin_btn span i{
    font-size: 16px;
    color: #CC2F37;
    line-height: 1;
    margin-top: 17px;
    font-weight: 400;
}
#prize_area {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

/* 抽奖样式 end */
/*关于*/
.section5{
    position: relative;
    z-index: 2;
    margin-top: 40px;
    padding-bottom: 80px;
}
.bottom_about_box{   
    height: 280px;
    background: url(../images/contentBg5.png) left top no-repeat;
    background-size: 100% 100%;
    padding: 50px 38px 0 30px;
    box-sizing: border-box;
}
.bottom_about_box>p{
    font-size: 16px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    text-align: left;
    color: #e30327;
    line-height: 26px;
    margin-top: 25px;
}
.bottom_about_box>p a{
    color: #e30327;
    cursor: pointer;
}
.bottom_about_box>p a:hover{
    text-decoration: underline;
}
.about_title img{
    display: block;
    width: 176px;
    margin-right: 32px ;
}
.about_title div{
    font-size: 24px;
    font-family: PingFang SC, PingFang SC-Bold;
    font-weight: 700;
    text-align: left;
    color: #e30327;
    line-height: 26px;
}
/*关于*/
/*侧边栏*/
.section_product_bg2{
    position: relative;
    z-index: 2;
    width: 1200px;
    height: 424px;
    background:url(../images/contentBg4.png) left top no-repeat ;
    background-size: 100% 100%;
    padding: 70px;
    box-sizing: border-box;
}
.aside{
    position: fixed;
    top:50%;
    right:0px;
    transform:translate(0,-50%);
    width: 172px;
    height: 157px;
    background:url(../images/aside.png) center center  no-repeat;
    background-size: 100% 100% ;
    z-index: 99;
    cursor: pointer;
}
.aside_close{
    position: absolute;
    bottom:-31px;
    left:50%;
    transform:translate(-50%,0);
    background:url(../images/aside_close.png) center center  no-repeat;
    background-size: 100% 100% ;
    width: 24px;
    height: 24px;
    cursor: pointer;
}
.aside_close:hover{
    background:url(../images/aside_close2.png) center center  no-repeat;
    background-size: 100% 100% ;
}
.descImg7{
    position: absolute;
    left: 0px;
    top: -168px;
    width: 707px;
    height: 377px;
    background:url(../images/desc3.png) center center  no-repeat;
    background-size: 100% 100% ;
}
.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 40px;
  }
  
  .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 {
    display: flex;
    font-size: 16px;
    color: #333;
    line-height: 40px;
    margin-bottom: 20px;
  }
  .lable_info9_wrapper {
    display: flex;
  }
  .lable_info9_wrapper label {
    flex: 1;
  }
  .submit_form_register .label_info_radio,
  .submit_form_register .label_info {
    display: block;
  }
  .color_red {
    margin-right: 5px;
    color: #D00000;
  }
  .submit_form_register .inline_dl input,
  .submit_form_register .inline_dl select {
    width: 230px;
    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: 112px;
    white-space: nowrap;
  }
  .submit_form_register #address_select{
    display:flex ;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .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;
  }
  .layer_user_info_form .layui-layer-btn .layui-layer-btn0 {
    background: transparent;
    border: 1px solid transparent;
    width: 350px;
    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;
  }
  .label_info13 a:hover{
    text-decoration: underline;
  }
  
  /* 弹窗 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_text1{
    /* margin-bottom: 20px; */
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    color: #333333;
    line-height: 33px;
    margin-bottom: 5px;
}
.layer_lotter_success_text2{
    margin-bottom: 20px;
    line-height : 20px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: #666666;
}
.layer_lotter_success_text1 img{
    vertical-align: middle;
    margin-right: 10px;
    width: 24px;
    height: 24px;
} 
.layer_lotter_success_text1 span{
    font-size: 18px;
    color:#333;
}
.layer_lotter_success .layer_lotter_success_text2{
    margin-bottom: 20px;
    line-height : 20px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: #666666;
}
.layer_lotter_success_btn{
    display: block;
    margin:0 auto;
    width: 160px;
    height: 48px;
    background: #da1f3d;
    border-radius: 4px;
    font-size: 18px;
    color:#fff;
    line-height: 48px;
}
.layer_lotter_success_btn:hover{
    opacity: 0.8;
}
.layer_lotter_info{    
    text-align: center;
}
.layer_lotter_info img{
    margin-bottom: 20px;
    margin-top: 20px;
}
.layer_lotter_info .layer_lotter_text1{    
    font-size: 24px;
    line-height: 33px;
    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_answer_btn{    
    width: 160px;
    height: 48px;
    background: rgba(218 ,31, 61,1);
    border-radius: 4px;
    display: block;
    margin:0 auto;
    text-align: center;
    line-height: 48px;
    font-size: 18px;
    color:#fff;
}
.layer_lotter_answer_btn:hover{
    background: rgba(218 ,31, 61,0.8);
}
.layer_lotter_prize{
    text-align: center;
}
.layer_lotter_prize_text1{
    font-size: 18px;
    color:#333;
    margin-top: 10px;
    margin-bottom: 5px;
}
.layer_lotter_prize_text2{
    font-size: 14px;
    color:#666666;
}
.layer_lotter_prize_btn{
    display: block;
    margin: 15px auto 0;
    width: 160px;
    height: 50px;
    background: #da1f3d;
    border-radius: 4px;
    font-size: 18px;
    font-family: PingFang SC, PingFang SC-Medium;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
    line-height: 50px;
    opacity: 1;
}
.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: 14px;
    font-weight: 400;
    color: #666666;
}
.layer_user_info_form .layui-layer-title {
    background: #e30327;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 18px;
    padding: 0 80px 0 30px;
  }
  
/*抽奖弹框*/
/* //////////////////////// */



/* 中奖名单 */
.zjMd {
    width: 320px;
    margin-left: 20px;
    overflow: hidden;
}

.zjMd h3 {
    background: #ed5755;
    border-radius: 16px 16px 0px 0px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    line-height: 48px;
    font-family: PingFang SC, PingFang SC-Bold;
}

#jq_marquee_box {
    margin-top: 0px;
    height:302px;
    padding: 20px;
    box-sizing: border-box;
    line-height: 40px;
    letter-spacing: 0.8px;
    background: #fff6e8;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    box-shadow: 3px 3px 0px 3px #fed7cb; 
}
#jq_marquee_box .null{
    text-align: center;
    font-size: 16px;
    font-weight: 700;
}
.code_box{
    padding-top: 25px;
}
.code_box p{
    font-size: 12px;
    color: #fee4c3;
    line-height: 18px;
    padding-left: 14px;
}
.tips{
    margin-top: 25px;
    font-size: 14px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    text-align: left;
    color: #333333;
    line-height: 22px;
}

/* 中奖名单 */

.is_allow {
    cursor: pointer;
}

/* pc显示隐藏 start*/

.is_pc {
    display: block;
}
.is_pc_flex {
    display: flex;
}
.is_mobile, .is_mobile_flex {
    display: none!important;
}
.btn-quest.disabled{
    cursor: not-allowed;
}
/* pc显示隐藏 end*/
@media screen and (max-width: 750px) {
    html {
        font-size: 13.3333vw !important;
        min-width: 100vw;
        width: 100vw;
        overflow-x: hidden;
    }
    .wrap {
        width: 100%;
    }
    .content{
        margin-top: -1.63rem;
    }
    /* 移动端隐藏 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;

    }
    .nav{
        padding: 0 0.24rem;
        top: 0;
        height: 0.88rem;
    }
    .nav .nav_logo img{
        display: block;
        height: 0.42rem;
        width: 2.23rem;
    }
    .nav_list li{
        width: 1.5rem;
        padding: 0;
        text-align: center;
        font-size: 0.28rem;
        line-height: 0.88rem;
    }
    .nav_list li a{
        font-size: 0.28rem;
        line-height: 0.88rem;
    }
    .nav_list li.active:after{
        content: "";
        position: absolute;
        width: 0.48rem;
        height: 0.04rem;
        background: #FEEDC1;
        left: 50%;
        bottom: 0px;
        transform: translate(-50%,50%);
        background: #feedc1;
    }
    .banner{
        width:100vw;
        height: 10.51rem;
        background: url(../images/m_banner.png?20240528) center center no-repeat;
        background-size: 100% 100%;
        margin: 0.88rem auto 0;
    }
    .section_title{
        width: 5.72rem;
        height: 0.92rem;
        background: url(../images/m_title1.png) left top no-repeat;
        background-size: 100% 100%;
    }
    .section_title3{
        background: url(../images/m_title2.png) left top no-repeat;
        background-size: 100% 100%;
    }
    .section_product_bg{
        margin: 0 0.24rem;
        padding: 0.31rem 0.36rem 0;
        height:12.32rem;
        background: url(../images/m_contentBg1.png) left top no-repeat;
        background-size: 100% 100%;
    }
    .section_product_list img.product_img{
        width: 3.12rem;
        height: 3.81rem;
        margin-top: 0.06rem;
    }
    .section_product_list img.bigImg{
        width: 100%;
        height: 2.3rem;
        margin-top: 0.06rem;
        margin-bottom: 0.2rem;
    }
    .jump_btns div{
        width: 2.77rem;
        height: 0.88rem;
    }
    .jump_btns div.jdBtn{
        margin-right: 0.33rem;
    }
    .section4{
        margin-top: 0.39rem;
    }
    .section_qustion_bg{
        margin: 0 0.24rem;
        padding:0.37rem 0.36rem 0;
        height: 15.73rem;
        background: url(../images/m_contentBg2.png) left top no-repeat;
        background-size: 100% 100%;    
        box-sizing: border-box; 
    }
    .activity_rule{
       height: 4.9rem; 
       padding: 0.37rem 0.2rem 0;
       background: url(../images/rule.png) left top no-repeat;
       background-size: 100% 100%; 
       box-sizing: border-box;
        flex-direction: column;
        justify-content: flex-start;
    }
    .activity_rule_left{
        width: 100%;
        font-size: 0.28rem;
        line-height: 0.38rem;
    }
    .activity_rule_right{
        position: relative;
        margin-top: 0.4rem;
        width: 2.39rem;
    }
    .activity_rule_right img{
        position: absolute;
        left: -0.63rem;
        top: -0.17rem;
        width: 1.12rem;
        height: 1.02rem;
    }
    .activity_rule_right  a.qustion_btn{
       width: 2.39rem;
       height: 0.76rem;
       background-size: 100% 100%; 
    }
    .draw-list-left{
        width: 100%;
        padding: 0.17rem 0.18rem;
        height: 4.78rem;
        background: url(../images/m_contentBg3.png) left top no-repeat;
        background-size: 100% 100%; 
    }
    /* 抽奖部分 start*/
    #prize_area {
        display: block;
        padding: 0px;
    }

    .draw-list {
        width: 100%;
        box-sizing: border-box;
        padding:  0;
        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: 0.79rem;
        margin-top:0.16rem ;
    }

    #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: 0.79rem;
        margin-top: 0;
        font-size: 0.36rem;
    }
    .draw-list-item p {
        font-size: 0.2rem;
        font-weight: 500;
        line-height: 0.2rem;
        letter-spacing: 0.02rem;
        position: absolute;
        left: 0px;
        bottom: 0.18rem;
        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;
        display: flex;
        flex-wrap: wrap;
        flex-direction:row;
        width: 100%;      
        border-radius: 0;
        overflow: hidden;
        margin-top: 0.24rem;
        margin-left: 0;
    }
    .zjMd h3{
        width: 0.48rem;
        height: 2.4rem;
        background:#ED5755 ;
        border: 1px solid #fed8cb;
        border-radius: 0;
        border-top-left-radius: 0.16rem;
        border-bottom-left-radius: 0.16rem;
        font-size: 0.28rem;
        line-height: 0.32rem;
        padding-top: 0.5rem;
        box-sizing: border-box;
        border: 1px solid #fed8cb;
        border-right: none;
    }

    #jq_marquee_box {
        margin-top: 0px;
        width: calc(100% - 0.48rem);
        height: 2.4rem;
        padding: 0.25rem 0.4rem;
        box-sizing: border-box;
        font-size: 0.24rem;
        line-height: 0.42rem;
        letter-spacing: 0.03rem;
        border-radius: 0;
        border-top-right-radius: 0.16rem;
        border-bottom-right-radius: 0.16rem;
        box-shadow: none;
        border: 1px solid #fed8cb;
        border-left: none;
    }
    .lt, .ct, .gt{
        font-size: 0.24rem;
        height: 0.42rem;
        line-height: 0.42rem;
    }
    .tips{
        margin-top: 0.28rem;
        font-size: 0.24rem;
        color: #333333;
        line-height: 0.33rem;
    }
    .section4 .content_box{
        padding-bottom: 0;
    }
    .draw-list-item {
        width: 1.92rem;
        height: 1.4rem;
        margin-right: 0.09rem;
        margin-bottom: 0.09rem;
        padding-top: 0px;
        position: relative;
    }


    /* 抽奖部分 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%;
        font-size: 0.32rem;
    }
    .submit_form_register .inline_dl dd{
        width: 80%;
    }
    .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%;
        font-size: 0.32rem;
    }
    .submit_form_register .label_info10 dd, 
    .submit_form_register .label_info11 dd, 
    .submit_form_register .label_info13 dd{
        width: 100%;
    }
    .submit_form_register dl.label_info13 {
        line-height: 0.4rem;
        color: #999999;
        font-size: 0.28rem;
    }
    .submit_form_register .address_dt{
        width: 1.2rem;
    }
    .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*/
    .load_pdf_common {
        border: 0.02rem solid #ffe0af;
        width: 5.49rem;
        height: 0.64rem;
        border-radius: 0.08rem;
        margin-top: 0.2rem;
        margin-left: 0.1rem;
        line-height: 0.64rem;
        position: relative;
        display: flex;
    }
    .load_pdf_common span {
        font-size: 0.24rem;
    }
    .load_pdf_common1{
        width: calc(100% - 0.2rem);
    }
    .load_pdf_common3{
        margin-top: 0px;
        width: 95%;
        margin-bottom: 0.2rem;
    }
    .load_pdf_common:hover{
        background: transparent;
    }
    .load_pdf_common_text1 {
        margin-right: 0.2rem;
    }
    .load_pdf_common_text2{
        margin-right: 0px;
    }
    span.load_pdf_common_text3{
        font-size: 0.24rem;
        font-weight: 400;
        color: #f4ebc5;
    }
    span.load_pdf_common_text2{
        font-size: 0.28rem;

    }
    .load_pdf_common span{

    position: relative;
    top:0px;
    }
    .load_pdf_common .pdf_icon{
        display: inline-block;
        width: 0.32rem;
        height: 100%;
        background: url(../images/pdf.png) center center no-repeat;
        background-size: 0.32rem 0.32rem;
        vertical-align: middle;
        margin-left: 0.16rem;
        margin-right: 0.16rem;
    }
    .load_pdf_common .pdf_icon3{
        background: url(../images/pdf1.png) center center no-repeat;
    }
    .load_pdf_common .load_iocn{
        position: absolute;
        right: 0px;
        top: 0px;
        display: inline-block;
        width: 0.64rem;
        height: 100%;
        border-left:1px solid #ffe0af;
       /* width: 29px;
        height: 27px;*/
        background: url(../images/load.png) center center no-repeat;
        vertical-align: middle;
        background-size: 0.29rem 0.27rem;

    }
    .load_pdf_common .load_iocn3{
        background: url(../images/load1.png) center center no-repeat;
        background-size: 0.29rem 0.27rem;
    }
    .load_pdf_common i {
        position: relative;
        top: 0px;
    }
    .layer_user_info_form {
        position: relative;
    }
    .layer_user_info_form .layui-layer-btn{
        width: 100%;
        padding: 0.2rem 0;
        box-sizing: border-box;
    }
    .layer_user_info_form .layui-layer-btn .layui-layer-btn0 {
        display: block;
        width: calc(100% - 0.8rem);
        box-sizing: border-box;
        margin: 0 auto;
        line-height: 0.8rem;
    }
    /*下载部分 end*/
    #order1,#order2,#order3,#order5{
        position: relative;
        top:-0.88rem;

    }
    .aside {       
        width: 1.71rem;
        height: 1.57rem;
    }
    .aside_close {
        bottom: -0.2rem;
        width: 0.28rem;
        height: 0.28rem;
    }
    .descImg1,.descImg2,.descImg3,.descImg4,.descImg5,.descImg6,.descImg7{
        display: none;
    }
    .section5{
        margin-top: 0.4rem;
        padding-bottom: 0.4rem;
        margin: 0.4rem 0.24rem 0;
    }
    .section_product_bg2{
        width: 100%;
        height: 8.28rem;
        padding:0.36rem 0.36rem 0.51rem ;
        background:url(../images/m_contentBg4.png) left top no-repeat ;
        background-size: 100% 100%;
    }
    .bottom_about_box{
        width: 100%;
        height: 100%;
        background: linear-gradient(0deg,#fff1da 0%, #f9dd9e 100%);
        border-radius: 0.16rem;
        box-shadow: 0px 0px 0.18rem 0px #ffffff inset; 
        padding: 0.63rem 0.18rem 0;
    }
    .about_title img{
        width: 3.05rem;
        height: 0.56rem;
        margin-right: 0.28rem;
    }
    .about_title div{
        font-size: 0.32rem;
    }
    .bottom_about_box>p{
        margin-top: 0.48rem;
        font-size: 0.28rem;
        line-height: 0.38rem;
    }
}