
html{

        overflow-x: hidden;
}
.section{
    padding: 80px 0;
}
body{
}
.layer_section1_img_item .layui-layer-setwin .layui-layer-close2{    
    right: -48px;
    top: -49px;
}
/* 导航栏 start*/
.nav{
    height: 80px;
    position: fixed;
    top:30px;
    left: 0px;
    right: 0px;
    z-index: 22;    
    background: #fff;
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.10); 
}
#order1,#order2,#order3,#order4{
    position: relative;
    top:-110px;
}
.nav .nav_logo img{
    width: 157px;
    vertical-align: middle;
}
.nav_logo .nav_logo1{
    margin-right: 10px;
}
.nav_list li a{
    display: block;

    line-height: 80px;
   /* margin-right: 40px;*/
    font-size: 18px;
    font-weight: 400;
    color:#333;
}
.nav_list li{
    padding: 0 25px;
    cursor: pointer;
}
/*.nav_list li:hover,
.nav_list li.active{
    color: #1e8ef3;
    position: relative;
}*/
@media screen and (min-width: 750px) {   
    
   /* .nav_list li:hover a{    
        color: #00f0ff;
    }*/
}
.nav_list li {
    position: relative;
}
 .nav_list li:hover a{    
    color: #1863DC;

}
.nav_list li:hover:after{
        content: "";
        position: absolute;
         width: 40px;
        height: 3px;
        background: #1863dc;
        left: 50%;
        bottom: 0px;
        transform: translate(-50%,00%);
}
.nav_list li.active:after{
        content: "";
        position: absolute;
         width: 40px;
        height: 3px;
        background: #1863dc;
        left: 50%;
        bottom: 0px;
        transform: translate(-50%,00%);
}
.nav_list li.active a{ 
        color: #1863dc;
}
.nav_list li:last-child a{
    margin-right: 0px;
}
/* 导航栏 end*/
/*banner start*/
.banner{
    margin-top:110px;
    height: 520px;
    position: relative;
    background: url(../images/banner.png) center center no-repeat;
}
.banner_img{
    width: 100%;
}
.banner_video_box{
    position: absolute;
    right: 21%;
    bottom: 18%;
    width: 29%;
    height: 63%;
    background: url(../images/banner_video.png) center center no-repeat;
    background-size: 95% ;
}
.banner_video_box video{
    width: 100%;
    height: 100%
}
/*banner end*/
/*关于公司 */
.about_company{
    position: relative;
    top:-80px;
}
.about_company_info{
    width: 590px;
    height: 370px;
    background: #fff;
    padding: 40px;
    border-radius: 16px;
    box-shadow: inset 0px 20px 50px rgba(7, 43, 80, 0.09);
}
.about_company_M{

}
.about_company_info h2{
    font-size: 20px;
    line-height: 60px;
    margin-bottom: 10px;
}
.about_company_info a,
.about_company_info p{
    color:#707070;
}
.about_company_info a{
    text-decoration: underline;
}
.about_company_info p a:hover{
    color:#1863DC;
}
/*公共title start*/
.common_title{
    font-size: 40px;
    text-align: center;
    margin-bottom: 50px;
    font-weight: 400;
}
/*公共title end*/
/*section1 start*/
.section1{
    padding-top: 0px;
}
.section1_trend{
    height: 360px;
    background:url(../images/trend.png) top left no-repeat;
    background-color: #1863dc;
    border-radius: 16px;
    padding:40px 40px 40px 720px;
}
.symbol_logo{
    text-align: right;
    margin-bottom: 70px;
}
.section1_trend p{
    font-size: 18px;
    line-height: 1.8;
    color:#fff;
    margin-bottom: 30px;
}
.section1_trend .section1_trend_details{
    top:0;
    display: block;
    width: 130px;
    height: 40px;
    border: 1px solid #ffffff;
    border-radius: 21px;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    color:#fff;
}
.section1_trend .section1_trend_details:hover{
    background: #005cb9;
}
/*section1 end*/
/*section2 start*/
.section2{
    background: url(../images/product/bg.png) bottom right no-repeat;
    background-color: #f4f8fc;

}
.section2_product{
    flex-wrap: wrap;
}
.section2_product_ESS{
    padding-bottom: 60px;
}
.section2_product .section2_product_item{
    width: 590px;
    height: 220px;
    background: #ffffff;
    border-radius: 16px;
    padding: 20px;
    margin-bottom: 20px;
}
.section2_product .section2_product_item_img{
    margin-right: 20px;
    width: 240px;
}
.section2_product_item_info{
    position: relative;
}
.section2_product_item_info h4{
    font-size: 18px;
    margin-bottom: 10px;
}
.section2_product_item_info p{
    font-size: 14px;
    color:#707070;
}
.section2_product_item_info .section2_load_btn1{
    left: 0px;

}
.section2_product_item_info .section2_load_btn2{
    left: 150px;
    
}
.section2_product_item_info .section2_load_btn{
    position: absolute;
    bottom:0;
    width: 130px;
    height: 36px;
    background: #1863dc;
    border-radius: 18px;
    text-align: center;
    line-height: 36px;
}
.section2_product_item_info .section2_load_btn:hover{
    background: #005cB9;
}
.section2_product_item_info .section2_load_btn img{
    vertical-align: middle;
    margin-right: 5px;
}
/*section2 end*/
/*company_info start*/
.company_info{
    padding:34px 0;
    background:#1863dc;
}
.company_info .company_info_symbol{
    width: 44px;
    height: 37px;
    margin-right: 80px;
    transform: scaleX(-1);
    transform-origin: center;
}
.company_info .code1{
    width: 200px;
    height: 200px;
}
.company_info p{
    color:#fff;
    line-height: 1.8;
}
.code1_box{
    margin-left: 96px;
    text-align: center;
}
/*company_info end*/
/*section3 start*/

/*section4 */

/*section5*/

.activity_rule{
   
    background: #f4f8fc;
    padding:28px 60px 28px 40px;
    border-radius: 16px;
}
.activity_rule_text{
    padding-top: 10px;
}
.activity_rule_text b{
    font-size: 18px;
    margin-bottom: 10px;
    display: block;
}
.activity_rule_text>p{
    line-height: 1.9;
}
.activity_rule_code p{
    text-align: center;
}
/*侧边栏 start*/
.aside{
    position: fixed;
    top:50%;
    right:20px;
    transform: translate(0,-50%);
    width: 121px;
    height: 256px;
    padding: 0 10px;
    padding-top: 58px;
    background:url(../images/aside_bg.png) center center no-repeat;
    background-size: cover;
    z-index: 99;
}
.aside_close{
    position: absolute;
    top: 0px;
    right: -5px;
    width: 16px;
    height: 16px;
    z-index: 2;
    background: url(../images/aside_close.png) center center no-repeat;
    cursor: pointer;
}
.aside .lotter_num_text{
    text-align: center;
    font-size: 14px;
    margin-bottom: 10px;
}
.aside_load_num{
    padding-top:48px;
    font-size: 28px;
    color:#1863DC;
    text-align: center;

}
.aside  .aside_btn{
    display: block;
    margin: 0px auto;
    width: 100px;
    height: 36px;
    background: #1863dc;
    border-radius: 18px;
    text-align: center;
    line-height: 36px;
}
.aside  .aside_btn:hover{
    background-color: #005CB9;
}/*
.aside .aside_rule{
    font-size: 12px;
    color:#9CCFFF;
}
.aside_close{
    position: absolute;
    top: -83px;
    right: -5px;
    width: 16px;
    height: 16px;
    z-index: 2;
    background: url(../images/aside_close.png) center center no-repeat;
    cursor: pointer;
}
.aside_close:hover{
    background: url(../images/aside_close2.png) center center no-repeat;
}*/
/*侧边栏 end*/

/* 抽奖样式 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: #e4e4fe;
    background-size: 100% 100%;
    overflow: hidden;
}

.draw-list-item .vlm-wrap {
    height: 116px;
}

.draw-list-click {
    cursor: pointer;
    font-size: 30px;
    font-weight: 400;
    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;
    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: 120px;
    color: #333;
}
.lt{
    width: 90px;
    color:#1863DC;
}
.ct {
    width: 90px;
    color: #949494;
    text-align: center;
}

.draw-winlist-tips {
    color: #fff;
    font-size: 15px;
    padding-top: 20px;
}
.draw-list-left{
    width: 750px;
 /*   background: #fe4135;*/
    border-radius: 20px;
    margin-right: 30px;
  /*  padding:20px;
    box-shadow: 0px 11px 0px #a50825;*/
}
.draw-list {
    width: 100%;
    box-sizing: border-box;
   /* padding: 10px;*/
    background: transparent;
  /*  background: #b1272a;*/
    border-radius: 20px;
}

.draw-list-item {
    width: 240px;
    height: 170px;
    background: #f1f6ff;
    margin-right: 15px;
    margin-bottom: 24px;
    box-shadow: 0px 9px 0px 0px #deeaff;
}
.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: #005EB8;
    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: #1863dc;
    box-shadow: 0px 9px 0px 0px #1759C2;
    background-size: 100% 100%;
    color: #fff;
    font-size: 28px;
  /*  font-weight: 800;*/
    line-height: 1;
 /*   letter-spacing: 4.76px;*/
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

#begin_btn:hover {
    background: #005cb9;
    box-shadow: 0px 9px 0px 0px #0252A4;
}

#begin_btn span {
    text-align: center;
}
#begin_btn span i{
    font-size: 16px;    
    color: #fff;
    font-weight: 400;
}
#prize_area {
    display: flex;
    justify-content:space-between;
    margin-bottom: 36px;
}

/* 抽奖样式 end */
/**/
.submit_problem{
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 400;
}
.submit_problem_text{
    width: 100%;
    height: 100px;
    background: #ffffff;
    border: 1px solid #e4e4e4;
    border-radius: 4px;
    font-size: 16px;
    padding: 10px;
    resize: none;
}
/* 弹窗 */
.layer_user_info_form .layui-layer-title{
    background: transparent;
    height: auto;
    line-height: 24px;
    color: #333;
    font-size: 24px;
    padding: 20px 20px 0px 30px;
    border-bottom: 0px solid #e4e4e4;
    text-align: left;
    font-weight: 700;
}
.layer_user_info_form .layui-layer-title .layer_tip{
    font-weight: 400;
    font-size: 16px;
}
.layer_user_info_form .layui-layer-setwin .layui-layer-close1 {
    background-position: 0 0px;
}
.layer_user_info_form  .layui-layer-ico {
    background: url(../images/close1.png) no-repeat;
    background-size: cover;
}
.layer_user_info_form  .layui-layer-ico:hover {
    background: url(../images/close2.png) no-repeat;
    background-size: cover;
}
.submit_form_register{
    padding:20px 30px;
    padding-bottom: 0px;
}
.layer_user_info_form  .collect_title{
    margin-bottom: 16px;
    font-weight: 400;
    font-size: 14px;
    color: #fb4754;
}
.layer_user_info_form  .collect_title i{
    display: inline-block;
    position: relative;
    top: 3px;
    left: -9px;
    width: 5px;
    height: 19px;
    background: #009cff;
}
.submit_form_register .inline_dl_flex{
    display: flex;
    justify-content: space-between;
}
.submit_form_register .inline_dl_flex_box {
    width: 48%;
}
.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 dl{
    color:#333;
}
.inline_dl dt{
    width:62px;
}
.inline_dl dd{
    width: calc(100% - 62px);
}
.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 .addr_box{
     width:290px;
    display: flex;
    justify-content: space-between;
}
.submit_form_register .inline_dl .addr_box  select
{
    width:49%;
}
.submit_form_register .inline_dl input,
.submit_form_register .inline_dl select{
     width:290px;
    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{
    width: 47%;
    display: inline-block;

}

.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: 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;
}


 .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{
    text-align: center;
    margin-left: 0;
    padding-top: 0px;
    padding-bottom: 40px;
}
.layer_user_info_form .layui-layer-btn .layui-layer-btn0{
    width: 240px;
    height: 40px;
    background: #1863dc;
    border: 1px solid transparent;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    border-radius: 20px;
}
.layer_user_info_form .layui-layer-btn .layui-layer-btn0:hover{

   background: #005CB9;
}
.layer_input_box{
    width: 100%;
}
.layer_input_box .layer_input_title{
    font-size: 16px;
    font-weight: 700;
}

/* 弹窗 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;
    padding-top: 20px;
}
.layer_lotter_success_pop{
    display: flex;
    justify-content: center;
    padding-top: 60px;
}
.layer_lotter_success_pop img{
    margin-right: 20px;
    width: 48px;
    height: 48px;
}
.layer_lotter_success_pop p{
    font-size: 24px;
    line-height: 48px;
    font-weight: 400;
}
.layer_lotter_success p{
    font-size: 18px;
    font-weight: 700;
    color:#333;
}

.layer_lotter_alert_scroe{

    background:linear-gradient(180deg,rgba(0 ,156, 255,0.2), #ffffff);
}
.layer_lotter_success img{
    margin-bottom: 0px;
    margin-top: 10px;
}
.layer_lotter_success_btn img{
    margin-bottom: 30px;
    margin-top: 0px;
}
.layer_lotter_success_btn p{
    margin-bottom: 20px;
    padding-top: 15px;
}
.layer_lotter_success_btn .lotter_text1{
    margin-bottom: 5px;
    padding-top: 0;
    font-size: 18px;
    color:#333;
}
.layer_lotter_success_btn .lotter_text2{
    margin-bottom: 0;
    padding-top: 0;
    font-size: 14px;
    color: #666;
}
.layer_lotter_info{    
    text-align: center;
}
.layer_lotter_info img{
    margin-bottom: 30px;
    margin-top: 10px;
}
.layer_lotter_info .layer_lotter_text1{    
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
    color:#333;
}
.layer_lotter_info .layer_lotter_text2{
    font-size: 14px;
    color: #666666;
}
.layer_lotter_alert_title_no{

 /*   background:linear-gradient(180deg,rgba(0 ,156, 255,0.2), #ffffff);*/
}

.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;
    margin-bottom: 10px;
}
.layer_lotter_prize_name_text2{
    font-size: 24px;
    font-weight: 700;
    color: #E91C39;
    margin-bottom: 15px;
}
.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_btn_commom{
    display:block;
    width: 140px;
    height: 40px;
    background: #2897d3;
    border-radius: 3px;
    font-size: 16px;
    color:#fff;
    text-align: center;
    line-height: 40px;
    margin:0 auto;
}

.layer_btn_commom:hover{
    background: #0074be;
}
/*抽奖弹框*/
/* //////////////////////// */
/*----------radio checkbox样式-----------*/

/*---------------------*/
/* 中奖名单 */
.zjMd {
    width: 402px;
    height: 315px;
    background: #f4f8fc;
    border-radius: 8px;
}
.zjMd_tip {   
    margin-top: 47px;
    font-size: 14px;
    line-height: 1.8;
    color: #707070;
}
.zjMd_tip b{
    display: block;
    font-size: 16px;
    color:#666;
}
.zjMd h3 {
    line-height: 50px;
    height: 50px;
    background: #1863dc;
    font-size: 18px;
    font-weight: 700;
    color:#fff;
    text-align: left;
    letter-spacing: 2.8px;
    padding-left: 32px;
    border-radius: 8px 8px 0 0;
}
#jq_marquee_box {
    margin-top: 0px;
    width: 100%;
    height: 265px;
    padding: 5px 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;
    color:#333;
}

/* 中奖名单 */

.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;

    }
    /* 移动端隐藏 end*/
    .section{
        padding:0.8rem 0.3rem;
    }
    /*导航栏样式*/
    .nav .nav_logo{
        margin-left: 0.3rem;
    }
    .nav .nav_logo img {
        width: 1.66rem;
    }
    .nav_list{
        display: none;
        position: fixed;
        top:0.88rem;
        right:0;
        height: calc(100% - 0.88rem);  
        background: #fff;
        width: 4rem;
    }
    .nav_list li{
        padding: 0 0rem;
    }
    .nav_list ul{
        display: block;
    }
    .nav {
        height: 0.88rem;/*
        background: #fff;*/
        position: fixed;
        top: 0px;
        left: 0px;
        right: 0px;
        z-index: 22;
    }
    .nav_list li.active:after{
        background: transparent;
    }
    .nav_list li a {
        display: block;
        line-height: 0.96rem;
        font-size: 0.3rem;
      /*  color: #fff;*/
        font-weight:400;
        border-bottom: 1px solid #ececec;
        padding-left: 0.2rem;
    }
    .menu_icon{
        position: absolute;
        right: 0;
        top:0;
        height: 0.88rem;
        width: 0.88rem;
        background: url(../images/menu.png) center center no-repeat;
        background-size: 0.48rem 0.48rem;
    }
    .menu_icon.menu_hide{
        background: url(../images/menu_close.png) center center no-repeat;
        background-size: 0.48rem 0.48rem;
    }
    .nav_list li.active a{
        color:#1863DC;
        background: #f6f6f6;
        border-bottom: 0px solid #ececec;
    }
    .nav_list li:hover a{
        color:#1863DC;
        border-bottom: 0px solid #ececec;
    }
   .nav_logo{
        display: flex;
       align-items: center;
        height: 0.88rem;
    }
    /*导航栏样式*/
    /*title 样式*/   
   .common_title {
        font-size: 0.48rem;
        text-align: center;
        margin-bottom: 0.5rem;
    }
    /*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*/
    .about_company {
        position: relative;
        top: -0.8rem;
        padding: 0 0.3rem;
    }
    .about_company .wrap{
        display: block;
    }
    .about_company_M{
        margin-bottom: 0.2rem;
    }
    .about_company_info {
        width: 100%;
        height: auto;
        background: #fff;
        padding: 0.32rem;
        border-radius: 0.16rem;
    }
    .about_company_info h2 {
        font-size: 0.36rem;
        line-height: 0.8rem;
        margin-bottom: 10px;
    }
    .about_company_info img{
        height: 0.8rem;
        vertical-align: middle;
    }
    .about_company_info a, .about_company_info p {
        color: #707070;
        font-size: 0.28rem;
        line-height: 1.6;
    }

    /*section1*/
    .section1 {
        padding-top: 0;
    }
    
    .section1_trend {
        height: auto;
        background: url(../images/trend_m.png) top left no-repeat;
        background-color: #1863dc;
        background-size: 100% 4rem;
        background-color: #1863dc;
        border-radius: 16px;
        padding: 4.32rem 0.3rem 0.4rem 0.3rem;
    }
    .section1_trend p{
        font-size: 0.28rem;
        margin-bottom: 0.3rem;
    }
    .section1_trend .section1_trend_details{
        margin:0 auto;
        font-size: 0.28rem;
    }

    /*section1*/
    /*section2*/
    .section2_product .section2_product_item {
        width: 100%;
        height: 4.68rem;
        padding: 0.32rem;
        margin-bottom: 0.2rem;
    }
    .section2_product .section2_product_item_img {
        margin-right: 0.2rem;
        width: 2.96rem;
        height: 2.22rem;
    }
    .section2_product_item-text{
        display: flex;
        justify-content:space-between;
    }
    .section2_product_item-text img{
        width: 2.96rem;
        height: 2.22rem;
        margin-right: 0.2rem;
    }
    .section2_product_item_info p {
        font-size: 0.24rem;
        color: #707070;
        line-height: 1.6;
        display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 6;
      overflow: hidden;
      text-overflow: ellipsis;
    }
   .section2_product_item_info .section2_load_btn{
        position: static;
        display: inline-block;
   }
   .section2_product_btn_box{
        display: flex;
        justify-content: center;
        padding-top: 0.3rem;
   }
   .section2_load_btn1{
        margin: 0 0.2rem 0 0;
   }
    /*section2*/
    .company_info .wrap{
        display: block;
    }
    .company_info {
        padding: 0.8rem 0.3rem;
        background: #1863dc;
    }
    .company_info p {
        color: #fff;
        line-height: 1.8;
        font-size: 0.28rem;
        margin-bottom: 0.4rem;
    }
    .code1_box{
        margin-left: 0;
    }
    .company_info .code1 {
        width: 3.6rem;
        height: 3.6rem;
    }
    /*section3*/    
    
    /*section3*/
    /*section4*/
  
    /*section4*/
    .activity_rule {
        width: 100%;
        padding: 0.3rem;
        background-size: contain;
        border-radius: 0px;
        margin: 0 auto;
        margin-top: 0;
        display: block;
        position: relative;
    }
    .activity_rule {
        display: block;
    }
    .activity_rule_text b{
        margin-bottom: 10px;
        display: block;
    }
    .activity_rule_text>p {
        font-size: 0.28rem;
        margin-bottom: 0.1rem;
    }
    .activity_rule_text>div>span {
        margin-right: 0;
        margin-top: 10px;
        display: block;
    }
    .activity_rule_code{
        text-align: center;
    }
    .activity_rule_code img{
        width: 2.4rem;
    }
    .activity_rule_code p{
        font-size: 0.28rem;
    }
  
    /* 抽奖部分 start*/
    .section5{
        background: #0269cb;
    }
    .content_box {
        margin-bottom: 0.4rem;
    }
    #prize_area {
        display: block;
        padding: 0px;
        margin-bottom: 0;
    }
    .draw-list-left{
        width: auto;
        margin-right: 0;
    }
    .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: 1.5rem;
    }

    #prilist li:nth-child(3n) {
        margin-right: 0rem;
    }

 
    #prilist .vlm {
        display: block;
        margin: 0 auto;
        height: 0.9rem;
        margin-top: 0.2rem;
        font-size: 0.36rem;
        color: #fff;
    }
  

    .draw-list-item p {
        font-size: 0.2rem;
        font-weight: 500;
        color: #333333;
        line-height: 1.6;
        letter-spacing: 0rem;
        position: absolute;
        left: 0px;
        bottom: 0.2rem;
        text-align: center;
        width: 100%;
    }
    #begin_btn span i {
        font-size: 0.24rem;
     
    }
    #begin_btn {
        /*background: url(../images/btnBegin.png) left top no-repeat;
        background-size: 100% 100%;*/       
        color: #582d00;
        font-size: 0.34rem;
        font-weight: 800;
        line-height: 0.41rem;
        letter-spacing:0rem;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0px 0.09rem 0px 0px #0b59a2;
    }

    .zjMd {
        position: relative;
        width: 100%;
    /*    background: #ffffff;*/
        border-radius: 0rem;
        margin-top: 0.3rem;
        margin-bottom: 2.2rem;
        height: 5.56rem;
        background-size: contain;
    }

    .zjMd_tip b{
        font-size: 0.24rem;
    }
    .zjMd_tip {
        margin-top: 0.27rem;
        font-size: 0.24rem;
        line-height: 1.6;
    }
    .zjMd h3 {
        line-height: 0.8rem;
        height: 0.8rem;
        font-size: 0.3rem;
        text-align: center;
        padding-left: 0;
    }
    #jq_marquee_box {
        margin-top: 0.3rem;
        width: 100%;
        margin-bottom: 0.8rem;
        height: 4rem;
        padding: 0.2rem 0.32rem;
        box-sizing: border-box;
        font-size: 0.24rem;
        line-height: 40px;
        letter-spacing: 0.03rem;
    }
    .section5 .content_box{
        padding:0;
    }   
    .draw-list-item {
        width: 2.16rem;
        height: 1.65rem;
        margin-right: 0.1rem;
        margin-bottom: 0.25rem;
        padding-top: 0px;
        position: relative;
    }
    .layer_lotter_prize_name {
        text-align: center;
        padding-top: 0.4rem;
    }
   
    /* 抽奖部分 end*/

   .submit_form_flex_m{
    display: block;
   }
    /* 弹窗部分 start*/
    .layer_user_info_form .layui-layer-title {
        line-height: 1.8;
        font-size: 0.4rem;
        padding: 0.3rem 0.3rem 0.2rem 0.3rem;
    }
    .layer_checkbox_label {
        display: inline-block;
        width: 49%;
        font-size: 0.2rem;
        line-height: 1.6;
        vertical-align: middle;
    }
    .layer_checkbox_label53{
        width: 61%;
    }
    .layer_checkbox_label46{
        width: 36%;
    }
    .layer_checkbox_label47{
        width: 47%;
    }
    .layer_checkbox_label51{
        width: 51%;
    }
    .layer_checkbox_label_100{
        width: 100%;
    }
    .layer_checkbox_label_16{
        width: 24%;
        margin-right:0rem;
        white-space: nowrap;
    }
    .layer_checkbox_label_70{
        width: 100%;
    }
    .layer_input_box .layer_checkbox_label>div{
        padding-left: 0.2rem;
    }
    .layer_input_box .layer_checkbox_label>div img{
        width: 2.4rem;
    }
     .layer_input_box div{
        font-size: 0.2rem;
     }
     .layer_user_info_form .layui-layer-title .layer_tip{
        font-size:0.24rem;
     }
    .layer_input_box .layer_input_title{
        font-size: 0.26rem;
        line-height: 1.6;
    }
    .submit_form_register .layer_input_box div>input {
        width: 100%;
    }
    .submit_form_register .inline_dl_flex{
        display: block;
    }
    .submit_form_register {
        padding: 0.2rem 0.2rem;
    }
    .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;
    }
    .layer_user_info_form .layui-layer-btn .layui-layer-btn0{
        width: 86%;
    }
    /* 弹窗部分 end*/
   
    #order1,#order2,#order3,#order4{
        position: relative;
        top:-0.8rem;

    }

  
  
}