.section{
   /* padding-top: 60px;*/
   position: relative;

}
.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{

        overflow-x: hidden;
}
/* 导航栏 start*/
.nav{
    height: 80px;
    background: #e4340f;
    position: fixed;
    top:30px;
    left: 0px;
    right: 0px;
    z-index: 22;
}
#order1,#order2,#order3,#order5{
    position: relative;
    top:-60px;

}
.nav .nav_logo img{
    width: 194px;
    vertical-align: middle;
}
.nav_list li a{
    display: block;

    line-height: 80px;
   /* margin-right: 40px;*/
    font-size: 18px;
    color:#FEECCE;
}
.nav_list li{
    padding: 0 20px;
    cursor: pointer;
}
.nav_list li:hover,
.nav_list li.active{
    position: relative;
}
@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: #feecce;
    left: 50%;
    bottom: 0px;
    transform: translate(-50%,50%);
}
.nav_list li.active a{
    color:#feecce;
}
.nav_list li:hover a{
    color:#feecce;
}
.nav_list li:last-child a{
    margin-right: 0px;
}
/* 导航栏 end*/
/*banner start*/
.banner{
  max-width: 1920px;
  height: 660px;
  background: url(../images/banner.png?v=20240226) center center no-repeat;
  background-size: 100% 100%;
  margin: 110px auto 0;
}
/*banner end*/
/*公共title start*/
.section_title{
    width: 589px;
    height: 100px;
    margin:0 auto;
    position: relative;
    top: 50px;
    z-index: 5;
}
.section_title1{
    background: url(../images/title1.png) center center no-repeat;
}
.section_title2{
    background: url(../images/title2.png) center center no-repeat;
}
.section_title3{
    background: url(../images/title3.png) center center no-repeat;
}
.section_title4{
    background: url(../images/title4.png) center center no-repeat;
}
/*公共title end*/
/*产品列表 start */
.section_product_item{
    width: 1184px;
    height: 390px;
    background:url(../images/section1_content_bg.png) center center no-repeat;   
    background-size: cover; 
    margin:0 auto;
}
.product_img{
    margin-right: 153px;
    width: 360px;
}
.product_img img{
    width: 100%;
}
.section_product_list{
    background: #d03816;
    border: 3px solid #fad5a8;
    border-top: 0px;
    border-bottom: 0;
    position: relative;
    z-index: 4;
    box-shadow:inset 5px 0 5px -5px #ffd500,
             inset -5px 0 5px -5px #ffd500;
}
.section_product_item_mt{
    margin-top: -8px;
}
.top_bg{
    width: 1200px;
    height: 40px; 
    background:url(../images/top_bg.png) center center no-repeat;
    z-index: 3;
    position: relative;
}
.bottom_bg{
    width: 1200px;
    height: 40px; 
    background:url(../images/bottom_bg.png) center center no-repeat;
    position: relative;
}
.product_info_box{
    height: 100%;
    position: relative;
    width: 450px;
}
.product_info1{
    padding-top: 30px;
}
.product_info1 span{
    font-size: 20px;
    color: #5d2d26;
}
.product_info1 span.product_info1_info{
    position: relative;
    top: -5px;
    left: 20px;
}
.product_info1 span.product_info1_model{
    font-size: 32px;
    font-weight: 700;
    color: #d7371f;
    position: relative;
    top:0;
}
.product_info2{
    font-size: 16px;
    color: #a15d52;
}
.product_info3{
    font-size: 18px;
    color: #d7371f;
    position: absolute;
    left:0px;
    bottom:170px;
}
.product_info3 sup{
    position: relative;
    top: 3px;
    left: 5px;
}
.product_info4 {
    font-size: 16px;
    color: #a15d52;
    position: absolute;
    left:0px;
    bottom:140px;
}
.product_info4 span{   
    text-decoration: line-through;
}
.product_btn{
    width: 200px;
    height: 60px;
    background: #e90029;
    border-radius: 30px;
}
.product_btn{
    width: 200px;
    height: 60px;
    background: #e90029;
    border-radius: 30px;
    position: absolute;
    text-align: center;
    line-height: 60px;    
    font-size: 20px;
    color: #feecce;
    bottom:55px;
}
.product_btn img{
    vertical-align: middle;
    margin-right: 5px;
}
.product_btn:hover{
    background: #740014;
}
.product_btn_jd{
    left: 0px;
}
.product_btn_mt{
    left: 230px;
}
/*产品列表 end */
.section_qustion_box{   
    background: #d03816;
    border: 3px solid #fad5a8;
    border-top: 0px;
    border-bottom: 0;
    position: relative;
    z-index: 3;
    box-shadow:inset 5px 0 5px -5px #ffd500,
             inset -5px 0 5px -5px #ffd500;
}
.section_qustion_bg .top_bg{
    position: relative;
}
.section_qustion_bg .activity_rule{
    width: 1184px;
    height: 304px;
    background: url(../images/rule_bg.png) center center no-repeat;
    padding-top: 60px;
    margin:0 auto;
    position: relative;
    top: -7px;
    margin-top: -8px;
}
.activity_rule_left{
    width: 740px;
    margin-left:50px;
    margin-right: 110px;
}
.activity_rule_left p{
    font-size: 16px;
    color: #5d2d26;
    margin-bottom: 20px;
}
.activity_rule_right{
    position: relative;
    text-align: center;
}
.activity_rule_right img{
    position: relative;
    z-index: 2;
}
.activity_rule_right .qustion_btn{
    width: 180px;
    height: 48px;
    background: url(../images/btn3.png) center center no-repeat;
    display: block;
    font-size: 18px;
    color: #feecce;
    line-height: 48px;
    position: relative;
    top: -18px;
}
.activity_rule_right .qustion_btn:hover{
    background: url(../images/btn2.png) center center no-repeat;
}
.content_box{
    margin-left: 18px;
}
/* 抽奖样式 start */
.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 {
    height: 118px;
}

.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: 700;
    width: 100px;
    color: #5D2D26;
}
.lt{
    width: 80px;
    color:#D7371F;
}
.draw-winlist-item .lt {
    width: 75px;
    color: #B91A36;
}

.ct {
    width: 90px;
    color: #A15D52;
    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: 773px;
    background: #FF7946;
    border-radius: 20px;
    padding: 6px;
}
.draw-list {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    background: #d03816;
    border-radius: 22px;
    box-shadow: 0px 0px 16px 0px #ff6d0c inset; 
}

.draw-list-item {
    width: 237px;
    height: 180px;
    margin-right: 15px;
    margin-bottom: 15px;
}
.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: #D7371F;
    line-height: 17px;
    letter-spacing: 2.24px;
}

.roll-3,
.roll-4,
.roll-5 {
    margin-right: 0px;
}
/*.draw-list-item img{
    height: 90px;
}*/
/*.roll-1 img {
    width: 72px;
}

.roll-2 img {
    width: 54px;
}

.roll-3 img {
    width: 51px;
}

.roll-4 img,
.roll-8 img,
.roll-6 img {
    width: 110px;
}

.roll-7 img {
    width: 59px;
}

.roll-5 img {
    width: 27px;
}*/

#begin_btn {
    background: #ffd27d;
    color: #d7371f;
    font-size: 30px;
    line-height: 1;
    letter-spacing: 4.76px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 6px solid #FCBE48;
}

#begin_btn::after {
    display: none;
}

#begin_btn span {
    text-align: center;
}
#begin_btn span i{
    font-size: 16px;
    color: #cc2f37;
    letter-spacing: 1.76px;
}
#prize_area {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

/* 抽奖样式 end */
/*关于*/
.section5{
    padding-bottom: 60px;
}
.bottom_about_box{    
    background: #d03816;
    border: 3px solid #fad5a8;
    border-top: 0px;
    border-bottom: 0;
    position: relative;
    z-index: 4;
  /*  top: -6px;*/
    box-shadow:inset 5px 0 5px -5px #ffd500,
             inset -5px 0 5px -5px #ffd500;
    margin-top: -8px;
}
.about_bg{
    width: 1184px;
    height: 294px;
    background: url(../images/about_bg.png) center center no-repeat;
    padding:0 50px;
    position: relative;
    margin:0 auto;
   /* margin-top: -8px;*/
    top: -8px;
}
.about_bg img{
    width:280px;
    height: 84px;
    margin-right: 20px;
}
.about_bg  p{
    font-size: 16px;
    color: #5d2d26;
}
.about_bg  a:hover{
    color: #D7371F;
    text-decoration: underline;
}
.about_btn_box a img{
    vertical-align: middle;
    margin-right: 5px;
}
.about_btn_box a{
    display: inline-block;
    width: 240px;
    height: 60px;
    background: url(../images/btn1.png) center center no-repeat;
    line-height: 60px;
    text-align: center;
    font-size: 20px;
    color: #feecce;
}
.about_btn_jd{
    margin-left: 30px;
    margin-right: 30px;
}
.about_btn_tm{
    margin-right: 30px;
}
.about_btn_box a:hover{
    opacity: 0.6;
}

/*关于*/
/*侧边栏*/
.aside{
    position: fixed;
    top:50%;
    right:0px;
    transform:translate(0,-50%);
    width: 136px;
    height: 224px;
    background:url(../images/aside.png) center center  no-repeat;
    background-size: cover;
    z-index: 99;
    cursor: pointer;
}
.aside_close{
    position: absolute;
    bottom:-17px;
    left:50%;
    transform:translate(-50%,0);
    background:url(../images/aside_close.png) center center  no-repeat;
    background-size: cover;
    width: 24px;
    height: 24px;
    cursor: pointer;
}
.aside_close:hover{
    opacity: 0.8;
}
/* 弹窗 */
.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: #fb4754;
    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;
  /*  justify-content: space-between;*/
    font-size: 16px;
    color:#333;
    line-height: 40px;
    margin-bottom: 20px;
}
.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 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{

    display:block;

}


.submit_form_register .label_info_radio  label{
    display: block;
}

.submit_form_register .label_info10 label{
    width: 47%;
    display: inline-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: url(../images/checkbox.png) center center no-repeat;*/
  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{
    width: 350px;
    height: 50px;
    background: #e30327;
    border-radius: 4px;
    border: 0px solid transparent;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
}
.layer_user_info_form  .layui-layer-btn{
    text-align: left;
}
/* 弹窗 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;
}
.layer_lotter_success_text2{
    margin-bottom: 20px;
}
.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{
    font-size: 30px;
    font-weight: 700;
    color: #E30327;
}
.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: 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_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: 30px;
}
.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: 14px;
    font-weight: 400;
    color: #666666;
}

/*抽奖弹框*/
/* //////////////////////// */



/* 中奖名单 */
.zjMd {
    width: 370px;
    overflow: hidden;
}

.zjMd h3 {
    line-height: 48px;
    background: #ffd27d;
    color: #B1272A;
    font-size: 20px;
    padding-left: 20px;
    text-align: left;
    letter-spacing: 2.8px;
    border-radius: 8px 8px 0 0;
}

#jq_marquee_box {
    margin-top: 0px;
    width: 370px;
    height:310px;
    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;
}
.code_box{
    padding-top: 20px;
}
.code_box p{
    font-size: 12px;
    color: #fee4c3;
    line-height: 18px;
    padding-left: 14px;
}
.concat_us p img{
    vertical-align: middle;
    margin-right: 10px;

}
.concat_us{
    padding-top: 10px;
}
.concat_us p{
    margin-bottom: 10px;
    color: #fee4c3;
    font-size: 14px;
}
/* 中奖名单 */

.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) {
    html {
        font-size: 13.3333vw !important;
        overflow-x: hidden;
    }

    
    .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;

    }
    .section{      
        width: 7.02rem;
        margin: 0 auto;
    }
    /* 移动端隐藏 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: 4.8rem;
        background: url(../images/banner_m.png) center center no-repeat;
        background-size: 100%  4.8rem;
        margin-top:0.88rem;
    }
    /*banner*/
    .top_bg {       
        width: 7.02rem;
        height: 0.2rem;
        background: url(../images/top_bg_m.png) center center no-repeat;
        background-size: 7.02rem 0.2rem;
       
        z-index: 3;
        position: relative;
        margin: 0 auto;
    }
    .bottom_bg {
        width: 7.02rem;
        height: 0.2rem;
        background: url(../images/bottom_bg_m.png) center center no-repeat;
        background-size: 7.02rem 0.2rem;
        position: relative;
    }  
  
    .section_product_list{
        background: #d03816;
        border:2px solid #fad5a8;
        border-bottom: 0;
        border-top:0px;
    } 
    /*title*/
    .section_title {
        width: 4.92rem;
        height: 0.84rem;
        margin: 0 auto;
        position: relative;
        top: 0.45rem;
        z-index: 5;
    }
    .section_title1{
        background: url(../images/title1_m.png) center center no-repeat;    
        background-size: 4.92rem 0.84rem;
    }
    .section_title2{
        background: url(../images/title2_m.png) center center no-repeat;  
        background-size: 4.92rem 0.84rem;
    }
    .section_title3{
        background: url(../images/title3_m.png) center center no-repeat;  
        background-size: 4.92rem 0.84rem;
    }
    .section_title4{
        background: url(../images/title4_m.png) center center no-repeat;  
        background-size: 4.92rem 0.84rem;
    }
    /*title*/
    /*section*/
    .section_product_item {
        width: 6.9rem;
        height: 8.48rem;
        background: url(../images/section1_content_bg_m.png) center center no-repeat;
        background-size: cover;
        margin: 0 auto;
        display: block;
        position: relative;
    }
    .product_img img {
        width: 3.2rem;
        display: block;
        margin: 0 auto;
    }
    .product_info1{
        padding-top: 0;
    }
    .product_info1 span{
        display: block;
        text-align: center;
        font-size: 0.32rem;
    }

    .product_img{
        margin-right: 0px; 
        width: auto;
        margin: 0 auto;
        padding-top: 0.1rem;
    }
    .product_info1 span.product_info1_model{
        font-size: 0.48rem;
    }
    .product_info1 span.product_info1_info {
        position: relative;
        top: 0;
        left: 0;
    }
    .product_info2{
        font-size: 0.24rem;
    }
    .product_info_box{
        width: auto;
        text-align: center;
        position: static;
        height: auto;
    }
    .product_btn {
        width: 2.8rem;
        height: 0.88rem;
        line-height: 0.88rem;
        font-size: 0.32rem;
        color: #feecce;
        bottom: 0.8rem;
    }
    .product_btn_jd {
        left: 8%;
    }
    .product_btn_mt {
        left: 52%;
    }
    .product_info3 {
        font-size: 0.36rem;
        color: #d7371f;
        position: absolute;
        left: 50%;
        bottom: 28%;
        transform: translate(-50%, 0);
        width: 100%;
    }
    .product_info4 {
        font-size: 0.24rem;
        color: #a15d52;
        position: absolute;
        left: 50%;
        bottom: 24%;
        transform: translate(-50%, 0);
        width: 100%;
    }
    .product_btn img{
        width: 0.52rem;
    }
    .section_qustion_box {
        border: 2px solid #fad5a8;
        border-top: 0px;
        border-bottom: 0;
    }
    .section_qustion_bg .activity_rule {
        width: 100%;
        height: 9.6rem;
        background: url(../images/rule_bg_m.png) center center no-repeat;
        background-size: cover;
        padding-top: 0.6rem;
        margin: 0 auto;
        position: relative;
        top: 0rem;
        display: block;
    }
    .activity_rule_left {
        width: auto;
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }
    .activity_rule_left p {
        font-size: 0.28rem;
        color: #5d2d26;
        margin-bottom: 0.2rem;
    }
    .activity_rule_right img {
        position: relative;
        z-index: 2;
        width: 3.2rem;
        margin-top: 0.2rem;
    }
    .activity_rule_right .qustion_btn{
        margin:0 auto;
    }
    .draw-list-left {
        width: 100%;
        padding: 0.06rem;
    }
    .content_box{
        margin-left: 0px;
    }
    .tip_mobile {
        font-size: 0.24rem;
        color: #fee4c3;
        padding-top: 0.24rem;
        padding-bottom: 0.3rem;
    }
    .code_box{
        padding-top: 0;
        display: block;
        text-align: center;
    }
    .concat_us{
        padding-left: 1.2rem;
    }
    .about_bg {
        width: 100%;
        height: 9.6rem;
        background: url(../images/rule_bg_m.png) center center no-repeat;
        background-size: cover;
        padding: 0 0.5rem;
        padding-top: 0.6rem;
        margin: 0 auto;
        position: relative;
        top: 0rem;
        display: block;
    }
    .about_bg img {
        width: 3.56rem;
        height: auto;
        margin-right: 0px;
    }
    .about_bg p {
        font-size: 0.28rem;
        color: #5d2d26;
        line-height: 1.7;
    }
    .about_bg p a{
        color:#E90029;
    }
    .about_btn_box{
        display: block;
    }
    .section  .about_btn_box a {
        display: inline-block;
        width: 3.1rem;
        height: 0.96rem;
        background: url(../images/btn1_m.png) center center no-repeat;
        background-size: cover;
        line-height: 0.96rem;
        text-align: center;
        font-size: 0.32rem;
        color: #feecce;
    }
    .about_btn_jd {
        margin-left: 0.2rem;
        margin-right: 0.1rem;
    }
    .about_btn_tm{
        margin-right: 0;
    }
    .about_btn_box a img{
        width: 0.52rem;
    }
    .section5{
        padding-bottom: 0.6rem;
    }
    .bg_color{
        position: relative;
        top:-1px;
    }
    .bottom_about_box {
        border: 2px solid #fad5a8;
        border-top: 0;
        border-bottom: 0;
        padding-bottom: 0.4rem;
        top:0px;
        margin-top: 0;
    }
    /*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.2rem;
    }

    .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: 1.5rem;
    }

    #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.9rem;
        margin-top: 0.3rem;
        font-size: 0.36rem;
    }
    #prilist .roll-6 .vlm{
     
     }

    .draw-list-item p {
        font-size: 0.2rem;
        font-weight: 500;
        line-height: 0.16rem;
        letter-spacing: 0.02rem;
        position: absolute;
        left: 0px;
        bottom: 0.3rem;
        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%;      
        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.2rem;
        padding-bottom: 0;
    }
    .draw-list-item {
        width: 1.95rem;
        height: 1.95rem;
        margin-right: 0.1rem;
        margin-bottom: 0.1rem;
        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%;
    }
    .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%;
    }
    .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.36rem;
        height: 2.24rem;
    }
    .aside_close {
        bottom: -0.2rem;
        width: 0.28rem;
        height: 0.28rem;
    }
   
}