
html{

        overflow-x: hidden;
}
body{
}
.section{
    padding-top: 80px;
}
.section_bg{
    background: url(../images/bg.png) center top no-repeat;
   /* background-size: cover;*/
}
/* 导航栏 start*/
.nav{
    height: 80px;
    background: #00050f;
    position: fixed;
    top:30px;
    left: 0px;
    right: 0px;
    z-index: 22;
}
#order1,#order2,#order3{
    position: relative;
    top:-110px;
}
.nav .nav_logo img{
    width: 238px;
    vertical-align: middle;
}
.nav_list li a{
    display: block;
    line-height: 76px;
   /* margin-right: 40px;*/
    font-size: 18px;
    color:#fff;
}
.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: #47a9ff;
    border-bottom: 4px solid #47a9ff;
}
}
/*.nav_list li.active:after{
        content: "";
        position: absolute;
         width: 80px;
        height: 7px;
       
        background: #1e8ef3;
        left: 50%;
        bottom: 0px;
        transform: translate(-50%,00%);
    }*/
.nav_list li.active a{
    color:#47a9ff;
    border-bottom: 4px solid #47a9ff;
}
.nav_list li:last-child a{
    margin-right: 0px;
}
/* 导航栏 end*/
/*title*/
.title{
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 60px;
}
/*title*/
/*banner start*/
.banner {
    background: url(../images/banner.png) center center no-repeat;
    margin-top: 110px;
    height: 750px;
    position: relative;
}

/*@media screen and (min-width: 1600px) {  
     .banner .banner_icon4{
        top: 22%;
        right:10%;
    }
    .banner .banner_icon5{
        top: 29%;
        right:-6%;
    }
}
*/
/*banner end*/
/*公共title start*/

/*公共title end*/
/*前言 */
.mySwiper1 .swiper-wrapper{
    display: block;
}
.preface_item .preface_item_img{
    width: 362px;
    height: 264px;
    background: #55b7ff;
    margin-right: 166px;
}
.preface_item.preface_item2 .preface_item_img{
    margin-right: 0px;
    background: #3253dc;
}
.preface_item.preface_item2  .preface_item_text{
    margin-right: 173px;
}
.preface_item.preface_item2{
    padding-top: 80px;
}
.preface_item .preface_item_img>img{
    position: relative;
    top:44px;
    left:75px;
}
.preface_item.preface_item2 .preface_item_img>img{
    position: relative;
    top:44px;
    left:-75px;
}
.preface_item_text {
    padding-top: 90px;
}
.preface_item_text h3{
    font-size: 24px;
    font-weight: 700;
    color: #0050a2;
    margin-bottom: 15px;
    padding-top: 80px;
}
.preface_item_text p{
    line-height: 1.8;
}

/*前言 */
/*section1 start*/
.section1{
    padding-top: 120px;
}
.section1_top_item{
    height: 380px;
    background: #fff;
    padding:40px 110px 40px 20px ;
    position: relative;
}
.section1_top_item1{
    background: linear-gradient(180deg,#dfefff, #bdddff);
}
.section1_top_item2{
    margin-bottom: 40px;
}
.section1_video_icon {
    position: absolute;
    top:50%;
    left: 50%;
    width: 54px;
    height: 54px;
    cursor: pointer;
    transform: translate(-50%,-50%);
    background:url(../images/video.png) center center no-repeat;
}
.section1_top_item img{
    width: 400px;
    margin-right: 20px;
}
.section1_top_item h3{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 25px;
}
.section1_top_item p{
    line-height: 1.8;
    letter-spacing: -0.6px;
}
.section1_top_item a{
    position: absolute;
    bottom:50px;    
    background: #0050a2;
    border-radius: 4px;
    font-size: 18px;
    color:#fff;
    padding: 4px 8px;
}

.section1_swiper2{
    margin-bottom: 40px;
}
.section1_swiper2 .swiper-slide img{
    vertical-align: middle;
    width: 100%;
}
.section1_swiper2 .swiper-slide{
    width: 332px;
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.16); 
}
.section1_swiper2 .swiper-slide>div{
    height: 88px;
    background: #ffffff;
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.16); 
    padding-top: 20px;
}
.section1_swiper2 .swiper-slide>div h3{    
    font-size: 18px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 10px;
    text-align: center;
}
.section1_swiper2 .swiper-slide>div a{
    position: relative;
    display: block;
    width: 212px;
    height: 48px;
    background: url(../images/bg2.png) left top no-repeat;    
    background-size: 100% 100%;
    margin:0 auto;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #0050A2;
    line-height: 48px;
    text-align: left;
    padding-left:54px;
    box-sizing: border-box;
}
.section1_swiper2 .swiper-slide>div a::before{
    content:"";
    position: absolute;
    left: 28px;
    top:15px;
    width: 20px;
    height: 20px;
    background: url(../images/downBtn.png) left top no-repeat;
    background-size: 100% 100%;
}
.section1_swiper2 .swiper-slide_last>div a{
    padding-left: 45px;
}
.section1_swiper2 .swiper-slide_last>div a::before{
    left: 20px;
}
.mySwiper3_box{
    position: relative;
    margin-bottom: 20px;
}
.mySwiper3{
    overflow: hidden;
    padding-bottom: 50px;
}
.mySwiper3_item{    
    font-size: 18px;
    font-family: Microsoft YaHei, Microsoft YaHei-Bold;
    font-weight: 700;
    text-align: left;
    color: #333333;
    line-height: 20px;
}
.mySwiper3 .swiper-slide {
    width: 850px;
    height: 295px;
    background:#fff;
    padding: 20px ;
    padding-right: 35px;
    position: relative;
}
.mySwiper3_item h3{
    font-size: 18px;
    margin-bottom: 10px;
}
.mySwiper3_item_img{
    margin-right: 20px;
}
.mySwiper3_item p{
    font-size: 12px;
    line-height: 1.6;
    font-weight: 400;
}
.section1_open_text1{
    padding-top: 10px;
}
.mySwiper3_item p.width_auto{
    width: 380px;
}
.mySwiper3_item p i{
    font-weight: 700;
}
.section1_icon{
    position: absolute;
    bottom:20px;
    right:0px;
}
.section1_icon img{
    vertical-align: bottom;
}
.section1_icon span{
    font-weight: 400;
    font-size: 12px;
}
.mySwiper3_item4 .section1_icon span{
    position: relative;
    right: 34px;
}
.mySwiper3_box .load_btn{
    position: absolute;
    left:311px;
    bottom:20px;
    padding: 6px 8px; background: #0050a2;
    border-radius: 4px;
    font-weight: 400;
}
.section1 .swiper-button-prev,.swiper .swiper-container-rtl .swiper-button-next {
    background-image:url(../images/arrow_left.png) ;
    left: -44px;
    right: auto;
}
.section1  .swiper-button-next,.section1  .swiper-container-rtl .swiper-button-prev{
    background-image:url(../images/arrow_right.png) ;
    right: -44px;
    left: auto;
}
.section1 .swiper-button-next,.section1  .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 48px;
    height:48px;
    margin-top: -60px;
    z-index: 10;
    cursor: pointer;
    background-size: 48px 48px;
    background-position: center;
    background-repeat: no-repeat;
}
.swiper .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    display: inline-block;
    border-radius: 100%;
    background: transparent;
    opacity: 1;
    border:1px solid #0050a2;
}
.swiper  .swiper-pagination-bullet-active{

    background: #0050a2;
    border:1px solid #0050a2;
}
.section1_bottom{
    padding:40px 135px 40px 20px ;
    height: 380px;
    background: linear-gradient(180deg,#dfefff, #bdddff);
}
.section1_bottom img{
    margin-right: 20px;
}
.section1_bottom h3{    
    font-size: 24px;
    font-weight: 700;
    color: #333333;
    padding-top: 12px;
    padding-bottom: 20px;
}
.section1_bottom p{
    line-height: 1.6;
}
.section1_bottom a{
    display: inline-block;
    background: #0050a2;
    border-radius: 4px;
    padding: 4px 8px;
    font-size: 18px;
    margin-top: 10px;
    margin-right: 20px;
}
.section1_bottom div{
    margin-bottom: 10px;
}

/*section1 end*/

/*section2 start*/
.section2 .title{
    position: relative;
}
.section2 .title:after{
    content:"";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,0);
    width: 68px;
    height: 2px;
    background: #0050a2;
}
.activity_rule{
    margin:0 auto;
    margin-top:50px;
    padding-bottom: 100px;
}
.activity_rule_text{
    padding-top: 18px;
}
.activity_rule_code img{
   /* margin-right: 13px;*/
}
.activity_rule_text span {
    margin-right: 50px;
    margin-top: 30px;
    display: inline-block;
}
.activity_rule_text span img{
    vertical-align: middle;
    margin-right: 15px;
}
.activity_rule_text p{  
    width: 826px; 
    line-height: 1.8;
}
.activity_rule_code p{
    text-align: center;
}
/*section4 end*/
/*section3 start*/
.section3{
    padding-bottom: 100px;
}
.section3 img{
    margin-bottom: 50px;
}
.section3 h3{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}
.section3 p{
    line-height: 1.8;
}
/*section3 end*/

/*侧边栏 start*/
.aside{
    position: fixed;
    top:55%;
    right:20px;
    transform: translate(0%,-50%);
    z-index: 999;
    text-align: center;
    width: 128px;
    height: 330px;
    background:url(../images/aside.png) center center no-repeat;
    padding:125px 16px 0;
}
.aside_close{
    position: absolute;
    top:0px;
    right: -14px;
    width: 20px;
    height: 20px;
    background: url(../images/aside_close.png) center center no-repeat;
    background-size: cover;
    z-index: 3;
    cursor: pointer;
}
.aside .lotter_text{
    font-size: 16px;
    text-align: center;
    line-height: 1.6;
    color:#fff;
}
.aside .lotter_text i{
    color:#FED652;
}
.aside .go_prize_btn {
    display: block;
    margin:10px auto;
    width: 88px;
    height: 32px;
    background: #005cb9;
    border-radius: 4px;
    text-align: center;
    line-height: 32px;
}
.aside .go_prize_btn:hover{    
    background: #044b92;
}
.lotter_text_info{
    color:#fff;
    font-size: 12px;
    opacity: 0.7;

}
/*侧边栏 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: #fff;
    background-size: 100% 100%;
    overflow: hidden;
}

.draw-list-item .vlm-wrap {
    height: 125px;
}

.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;
    background: #2d2d2d;
    color: #000;
    border-top: none;
    border-radius: 0 0 4px 4px;
    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: 120px;
    color: #333;
}
.lt{
    width: 95px;
    color: #005CB9;
}
.ct {
    width: 100px;
    text-align: center;
    color:#949494;
}

.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: 180px;
    background: #d4f5ff;
    margin-right: 15px;
    margin-bottom: 15px;
    box-shadow: 0px 4px 0px 0px #bbefff;
}
.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: #0081C6;
    line-height: 17px;
}

.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: #3253dc;
    box-shadow: 0px 7px 0px 0px #162cbb;
    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: #225678;
    box-shadow: 0px 4px 0px 0px #194663;
}

#begin_btn span {
    text-align: center;
}
#begin_btn span i{
    font-size: 16px;    
    color: #fff;
    font-weight: 400;
}
#prize_area {
    display: flex;
    justify-content:center;
}

/* 抽奖样式 end */

/* 弹窗 */
.layer_user_info_form .layui-layer-title{
    background: transparent;
    height: auto;
    line-height: 34px;
    color: #333;
    font-size: 28px;
    font-weight: 700;
    padding: 30px 80px 0px 30px;
    border-bottom: 0px solid #e4e4e4;
    text-align: left font-weight: 700;
}
.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;
    background-size: cover;
}
.submit_form_register{
    padding:10px 30px;
    padding-top: 0;
}
.layer_user_info_form  .collect_title{
    font-size: 14px;
    color: #fb4754;
    margin-bottom: 20px;
    font-weight: 400;
}
.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:300px;
    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:300px;
    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:50px;
  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;
}
.layer_user_info_form  .layui-layer-content{
    position: static!important;
}

.submit_form_register .other_input p{
    color:#333;
    font-size: 16px;
    margin-bottom: 10px;
}
.submit_form_register .other_input textarea{
    width: 100%;
    height: 40px;
    background: #ffffff;
    border: 1px solid #e4e4e4;
    border-radius: 4px;
    text-indent: 10px;
    font-size: 16px;
    color: #333;
    margin-bottom: 20px;
    line-height: 38px;
    resize: none;
}
.other_checkbox {
    color:#333;
    font-size: 16px;
    line-height: 22px;
}
.checkbox_text{
    font-size: 12px;
    color: #949494;
    margin-left: 27px;
    padding-top: 7px;
}
 
.layer_user_info_form .layui-layer-btn{
    text-align: center;
}
.layer_user_info_form .layui-layer-btn .layui-layer-btn0{
    width:350px;
    height: 50px;
    background: #0081c6;
    border: 1px solid transparent;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    border-radius: 4px;
}
.layer_user_info_form .layui-layer-btn .layui-layer-btn0:hover{

   opacity: 0.8;
}
.layer_input_box{
    width: 100%;
}
.layer_input_box .layer_input_title{
    font-size: 16px;
    font-weight: 700;
}
.layer_checkbox_label{
    display: inline-block;
    width: 32%;
    font-size: 14px;
}
.layer_checkbox_label_100 {
    width: 100%;
}
.layer_checkbox_label_16{
    width:auto;
    margin-right: 60px;
}
.layer_checkbox_label_16.mr0{
    margin-right: 0;
}
.layer_checkbox_label_16.mrauto{
    margin-right: 18px;
}
.layer_checkbox_label_70{
    width: 700px;
}
.submit_form_register .layer_input_box div>input{
    width: 460px;
}
.layer_input_box .layer_checkbox_label .checkbox_input{
    width: 14px;
    height: 14px;
    position: relative;
    top:2px;
}
.layer_input_box .layer_checkbox_label>div{
    text-align: left;
    padding-left: 20px;
}
/* 弹窗 ebd*/
/*抽奖弹框*/
.layer_lotter_alert {    
    border-radius: 8px;
}
.layer_lotter_alert .layui-layer-title {
    border-bottom: 1px solid transparent;
    background-color: transparent;
}
.layer_lotter_alert_title_no .layui-layer-title{
    height: 30px;
}
.layer_lotter_success{
    text-align: center;
}
.layer_lotter_success p{
    font-size: 24px;
    font-weight: 700;
    color:#333;
}
.layer_lotter_success  .scroe_text1{
        
    font-size: 18px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 10px;
}
.layer_lotter_success  .scroe_text2{    
    font-size: 24px;
    font-weight: 700;
    color: #0074be;
}

.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: 0px;
    margin-top: 0px;
}
.layer_lotter_success_btn p{
    margin-bottom: 20px;
}
.layer_lotter_info{    
    text-align: center;
}
.layer_lotter_info img{
    margin-bottom: 20px;
    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{
/*小米小爱音箱 Play*/
}

.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: #0081C6;
    margin-bottom: 15px;
}
.layer_lotter_prize_name img{
    margin-top: 0px;
    margin-bottom: 20px;
}
.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: 400px;
    overflow: hidden;
}
.zjMd_tip {       
    margin-top: 40px;
    font-size: 14px;
    line-height: 1.8;
}
.zjMd h3 {
    line-height: 50px;
    height: 50px;
    background: #3253DC;
    color:#fff;
    font-size:18px;
    text-align: left;
    padding-left: 20px;
    font-weight: 400;
    border-radius: 8px 8px 0px 0px;
}
#jq_marquee_box {
    margin-top: 0px;
    width: 400px;
    height: 315px;
    padding: 20px;
    box-sizing: border-box;
    line-height: 40px;
    letter-spacing: 0.8px;  
    background: #ffffff;
    border-radius: 8px ;
}
#jq_marquee_box .null{
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color:#fff;
}

/* 中奖名单 */
/*-----------设计方案 弹出框样式-------------------*/
.layer_case_detail .layui-layer-title{ 
    background: transparent;
    border-bottom: 0;
    padding: 40px 0px 0px 30px;
    height: 80px;

}
.layer_case_detail .layui-layer-setwin .layui-layer-close1 {
    background-position: 0 0px;
}
.layer_case_detail  .layui-layer-ico {
    background: url(../images/close.png) no-repeat;
    background-size: cover;
}
.layer_case_detail .layui-layer-content{
    padding: 40px 30px;
    padding-top: 0px;
    height: calc(100% - 200px)!important;
}
.layer_case_detail .case_detail_content_title{
    height: 33px;
    font-size: 24px;
    font-weight: 700;
    color: #0081c6;
    line-height: 24px;
    margin-bottom: 20px;
}
.layer_case_detail .case_detail_content_title i{
    display: inline-block;
    width: 8px;
    height: 24px;
    background: #0081c6;
    vertical-align: middle;
    margin-right: 10px;
    position: relative;
    top:-2px;
}
.layer_case_detail  sub{
    font-weight: 400;
    font-size:  12px;
}
.layer_case_detail  .case_detail_text{
   color: #000;
   font-size: 16px;
   line-height: 1.8;
   margin-bottom: 20px;
}
.layer_case_detail .case_detail_content .case_detail_img{
    display: block;
    margin:0 auto;
    margin-bottom: 10px;
}
.case_detail_btn_box{
    text-align: center;
}
.layer_case_detail .case_detail_content  .case_detail_btn{
    display: inline-block;
   
}

.layer_case_detail  .layui-layer-btn{
    background: #fff;    
    border-radius: 0px 0px 8px 8px;
    box-shadow: 0px -4px 6px 0px rgba(0,0,0,0.10); 
    text-align: center;
    height: 120px;
    padding-top: 30px!important;
}
.layer_case_detail  .layui-layer-btn .layui-layer-btn0 {
    display: inline-block;
    margin:0 auto;
    padding: 0 40px;
    height: 60px;
    background: #0081c6;
    border-radius: 30px;
    font-size: 18px;
    color:#fff;
    line-height: 60px;
    text-align: center;
}
.layer_case_detail  .layui-layer-btn  .layui-layer-btn0:hover{
    background: #225678;
}
.layer_case_detail  .layui-layer-btn  .layui-layer-btn0.disabled{
    background: #333333;
    cursor: not-allowed;
}
.case_detail_pdf{
    padding-top: 30px;
    padding-bottom: 30px;
}
.case_detail_pdf a{
    display: block;
    height: 56px;
    background: #f8f8f8;
    border-radius: 4px;
    line-height: 50px;
    font-size: 16px;
    color:#333;
    margin-bottom: 10px;
}
.case_detail_pdf a:hover{
    background: #ecf6ff;
}
.case_detail_pdf .case_detail_pdf_flex  a{
  /*  width: calc(100% - 210px);*/
  width: 100%;
}
.case_detail_pdf  .case_detail_pdf_flex   a.case_detail_more{
    padding: 0 25px;
    width: 130px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    display: none
}
.case_detail_pdf_flex  a.case_detail_more:hover{
    color: #0081c6;
    background: #ecf6ff;
}
.case_detail_pdf a:last-child{
    margin-bottom: 0px;
}
.case_detail_pdf img{
    margin-right: 10px;
    margin-left: 10px;
    vertical-align: middle;
}
.case_detail_text_title{
    font-size: 20px;
    font-weight: 700;
    color: #0081c6;
    margin-bottom: 20px;
}
.cord_success{
    text-align: center;
}
.layer_cord_success.layui-layer-msg{   
    width: 200px;
    height: 160px;
    background:rgba(0,0,0,0.5);
    border:0;
    text-align: center;
}
.layer_cord_success.layui-layer-dialog .layui-layer-content{
    width: 200px;
    height: 160px;
    background:rgba(0,0,0,0.5);
    border-radius: 8px;
} 
.cord_success p{
    font-size: 24px;
    margin-top:20px;
}
/*-----------设计方案 弹出框样式-------------------*/

.is_allow {
    cursor: pointer;
}

/* pc显示隐藏 start*/

.is_pc {
    display: block;
}
.is_pc_flex {
    display: flex;
}
.is_mobile, .is_mobile_flex {
    display: none!important;
}
.section  a.is_allow_link{
    position: static;
    padding: 0px;
    background: none;
    color: #337Ab7;
    font-size: inherit;
    margin-top: 0px;
    word-break: break-all;
    display: inline;
}
/* 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:0rem 0.24rem;
        padding-bottom: 0.8rem;
      /*  margin-bottom: 0.6rem;*/
    }
    /*导航栏样式*/
    .nav .nav_logo img {
        width:2.64rem;
        margin-left: 0.3rem;
    }
    .nav_list li{
        padding: 0 0.4rem;
    }
  /*  .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.84rem;
        font-size: 0.3rem;
      /*  color: #fff;*/
        font-weight: 700;
    }
  
    .nav_list li:hover a{
        border-bottom: 0px solid #1e8ef3;
    }
    .nav_list li.active a{
        border-bottom: 0.04rem solid #1e8ef3;
    }
   .nav_logo{
        display: flex;
       align-items: center;
        height: 0.88rem;
    }
    /*导航栏样式*/
    /*title 样式*/
    .title{
        font-size: 0.48rem;
        position: relative;
        margin-bottom: 0.6rem;
    }
    .title span{
        border-bottom: 0.02rem solid  #0050a2;
    }
    /*banner*/
    .banner {
        height: 4rem;
        background: url(../images/banner_m.png) center center no-repeat;
        background-size: 100% 4rem;
        margin-top:0.88rem;
    }
    .section_bg{
        padding-top: 0.4rem;
        background:url(../images/bg_m.png) center top no-repeat;
        background-size: cover;
    }
    /*section1 start*/
    .mySwiper1{
        position: relative;
        overflow: hidden;
        padding-bottom: 0.9rem;
    }
    .mySwiper1 .swiper-slide{
        display: block;
    }
    .mySwiper1 .swiper-wrapper{
        display: flex;
    }
    .preface_item1{
        background: url(../images/preface_1_m.png) no-repeat;
    }
    .preface_item2{
        background: url(../images/preface_2_m.png) no-repeat;
    }
    .preface_item{
        width: 6.9rem;
        height: 11.06rem;
        background-size: cover;
    }
    .preface_item.preface_item2 .preface_item_text {
        margin-right: 0;
    }
    .preface_item .preface_item_img>img{
        top:0;
        left:0px;
    }
    .preface_item.preface_item2 .preface_item_img>img {
        position: relative;
        top: 0;
        left: 0;
    }
    .preface_item .preface_item_img {
        width: auto;
        height: auto;
        background: transparent;
        margin-right: 0;
    }
    .preface_item_text h3 {
        font-size: 0.36rem;
        font-weight: 700;
        color: #0050a2;
        margin-bottom: 0.1rem;
        padding-top: 5.3rem;
    }
    .preface_item_text{
        padding: 5.36rem 0.3rem 0;
    }
    .preface_item_text p.mb20{
        margin-bottom: 0.2rem;
    }
    .preface_item_text p{
        font-size: 0.28rem;
        line-height: 1.6;
    }
    .preface_item.preface_item2{
        padding-top: 0px;
    }
    .section1_top_item {
        height: auto;
        padding: 0;
        display: block;
    }
    .section1_top_item img {
        width: 100%;
        margin-right: 0px;
        vertical-align: middle;
    }
    .section1_top_item>div{
        padding: 0 0.3rem;
        padding-bottom: 0.4rem;
    }
    .section1_top_item h3 {
        font-size: 0.36rem;
        font-weight: 700;
        margin-bottom: 0.3rem;
        padding-top: 0.2rem;
        color: #0050a2;
    }
    .section1_top_item a {
        position: static;
        font-size: 0.36rem;
        display: inline-block;
        margin-top: 0.4rem;
    }
    .section1_top_item p.mb20{
        margin-bottom: 0.2rem;
    }
    .section1_top_item1  {
        margin-bottom: 0.4rem;
    }
    .mySwiper2{
        position: relative;
        overflow: hidden;
        padding-bottom: 0.3rem;
        margin:0 0.3rem;
   }
   .section1_swiper2 .swiper-slide>div{
        padding-top: 0.4rem;
        height: 1.76rem;
   }
   .section1_swiper2 .swiper-slide>div h3{
        margin-bottom: 0.2rem;
        font-size: 0.36rem;
   }
   .section1_swiper2 .swiper-slide>div a {
        width: 4.26rem;
        height: 0.98rem;
        font-size: 0.36rem;
        line-height: 0.98rem;
    }

    .mySwiper3_item>.flex{
        display: block;
    }
    .mySwiper3_box .load_btn{
        position: static;
    }
    .mySwiper3 .swiper-slide {
        width: 100%;
        height: 9.4rem;
        padding: 0.3rem;
        padding-bottom: 0.4rem;
        padding-right: 0;
    }
    .mySwiper3_item p.width_auto{
        width: auto;
    }
    .mySwiper3_item_img {
        margin-right: 0;
        width: 3.44rem;
        margin-bottom: 0.4rem;
    }
    .section1_icon {
        position: absolute;
        bottom: 59%;
        right: 5%;
        text-align: right;
    }

    .section1_icon img{
        width: 2.64rem;
    }
    .mySwiper3_item2 .section1_icon img{

    }
    .mySwiper3_item2 .section1_open_text1{
        right:24%;
    }
    .mySwiper3_item2  .section1_icon{
        bottom: 65%;
        right: 7%;
    }
    .mySwiper3_item3 .section1_icon img{

    }
    .mySwiper3_item4 .section1_icon img{
        width: 1.64rem;
    }
     .mySwiper3_item4  .section1_icon{

    bottom: 59%;
    right: 18%;
    }
    .mySwiper3_item4 .section1_icon span {
        position: relative;
        right:-1rem;
    }
    .section1_open_text1{
        position: absolute;
        top: 9%;
         right:24%;
        text-align: right;
    }
    .section1_icon span {
        font-weight: 400;
        font-size: 0.24rem;
        display: block;
        margin-top: 0.3rem;

    }
    .mySwiper3_item p {
        font-size: 0.28rem;
        line-height: 1.6;
        font-weight: 400;
        padding-right: 0.3rem;
    }
    .section1 .swiper-button-next, .section1 .swiper-button-prev{
        display: none;
    }
    .mySwiper3_box .load_btn {
        position: absolute;
        display: inline-block;
        margin-top: 0.4rem;
        font-size: 0.32rem;
        left: 0.2rem;
        bottom: 0.4rem;
    }
    .section1_bottom {
        padding: 0;
        height: auto;
        display: block;
    }
    .section1_bottom img{
        margin: 0;
        width: 100%;
    }
    .section1_bottom>div{
        padding: 0.3rem;
    }
    .section1_bottom h3 {
        font-size: 0.36rem;
        padding-top: 0;
        color: #0050a2;
        margin-bottom: 0.2rem;
    }
    .section1_bottom p {
        line-height: 1.6;
        font-size: 0.28rem;
    }
    .section1_bottom a{
        font-size: 0.36rem;
    }
    /*section1 end*/
    /*section2 start*/
    .section2 .title:after{
        display: none;
    }
    /*section2 end*/
    /*section3 start*/
    .section3 img {
        margin-bottom: 0.6rem;
        width: 4.76rem;
    }
    .section3 h3 {
        font-size: 0.48rem;
        margin-bottom: 0.3rem;
    }
    .section3 p{
        font-size: 0.28rem;
    }
    /*section3 end*/
    /*section4 start*/
  
    /*section end*/
  
    /* 抽奖部分 start*/
    .content_box {
        margin-bottom: 0.6rem;
    }
    #prize_area {
        display: block;
        padding: 0px;
    }
    .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.22rem;
        font-weight: 500;
        color: #333333;
        line-height: 0.16rem;
        letter-spacing: 0.02rem;
        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;
    }

    .zjMd {
        position: relative;
        width: 100%;
    /*    background: #ffffff;*/
        border-radius: 0.2rem;
        overflow: hidden;
        margin-top: 0.3rem;
    }
    .zjMd_tip {
        margin-top: 0.27rem;
        font-size: 0.24rem;
        line-height: 1.6;
    }
    .zjMd h3 {
        line-height: 0.6rem;
        height: 0.6rem;
        font-size: 0.26rem;
    }
    #jq_marquee_box {
        margin-top: 0px;
        width: 100%;
        height:5rem;
        padding: 0.2rem 0.32rem;
        box-sizing: border-box;
        font-size: 0.24rem;
        line-height: 40px;
        letter-spacing: 0.03rem;
    }
  /*  .section4 .content_box{
        padding: 0.4rem 0.37rem;
    }*/
    .draw-list-item {
        width: 2.2rem;
        height: 1.72rem;
        margin-right: 0.1rem;
        margin-bottom: 0.2rem;
        padding-top: 0px;
        position: relative;/*
        box-shadow: 0px 2px 0px 0px #f29300;*/
    }
    .activity_rule {
        width: 100%;
        height: auto;
        padding:0.4rem 0rem;
        border-radius: 10px;
        margin: 0 auto;
        margin-top: 0rem;
        display: block;

    }
    .activity_rule_code {
        text-align: center;
        padding-top: 0.4rem;
    }
    .activity_rule h3 {
        height: 0.6rem;
        line-height: 0.6rem;
        font-size: 0.3rem;
        margin-bottom: 0.05rem;
    }
    .activity_rule_text{
        padding-top: 0;
    }
    .activity_rule_code p{
        font-size: 0.24rem;
    }
    .activity_rule_text p {
        width: 100%;
        line-height: 1.8;
        margin-left: 0rem;
        font-size: 0.24rem;
    }
    .activity_rule_text span {
        margin-right:0rem;
        margin-top: 0.4rem;
        display: inline-block;
    }
    .activity_rule_text span.mr6{
        margin-right:0.4rem;
    }
    .activity_rule_text span img{
        width: 0.96rem;
    }
    /* 抽奖部分 end*/

   
    /* 弹窗部分 start*/
    .layer_user_info_form .layui-layer-title {
        line-height: 1.8;
        font-size: 0.4rem;
        padding: 0.3rem 0.3rem 0rem 0.3rem;
    }
    .layer_user_info_form .collect_title{
        margin-bottom: 0.2rem;
    }
    .layer_checkbox_label {
        display: inline-block;
        width: 49%;
        font-size: 0.2rem;
        line-height: 1.6;
        vertical-align: middle;
    }
    .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;
     }
     .checkbox_text{
        margin-left: 0;
     }
     .submit_form_register .other_input textarea{
        height: 2rem;
        line-height: 1.8;
     }
     .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;
        padding-top: 0px;
    }
    .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%;
        border-radius: 5px;
    }
    .info_msgBox>#info_inputs>.flex{
        display: block;
    }
    /* 弹窗部分 end*/
   
    #order1,#order2,#order3,#order4,#order5{
        position: relative;
        top:-0.8rem;

    }
    .section1_video_item i{
        width: 0.68rem;
        height: 0.68rem;
    }
    .img_big img{
        width: 85vw;
        height: 4.2rem;
        object-fit: cover;
    }

    .aside {
        width: 2.2rem;
        height: 4.44rem;
        background: url(../images/aside_m.png) center center no-repeat;
        background-size: cover;
        padding: 0 ;
        padding-top:2.4rem;
        padding-left: 0.1rem;
        right: 0.3rem;
    }
    .aside .lotter_text{
        font-size: 0.28rem;
    }
    .aside .go_prize_btn {
        display: block;
        margin: 10px auto;
        width: 1.76rem;
        height: 0.64rem;
        background: #005cb9;
        border-radius: 4px;
        text-align: center;
        line-height: 0.64rem;
    }
    
    .aside_back_top span{
        font-size: 0.2rem;
    }
    .aside_back_top img{
        width: 0.28rem;
    }
    /*设计方案弹框*/
    .layer_case_detail .layui-layer-title {
        background: transparent;
        border-bottom: 0;
        padding: 0.4rem 0.3rem;
        padding-bottom: 0;
        height: auto;
        line-height: 0.4rem;
    }
    .layer_case_detail .case_detail_content_title {
        white-space: normal;
        height: auto;
        font-size: 0.36rem;
        line-height: 1.8;
        margin-bottom: 0.2rem;
    }
    .layer_case_detail .layui-layer-content {
        padding: 0.4rem 0.3rem;
        padding-top: 0px;
        height: calc(100% - 3.5rem)!important;
    }

    .layer_case_detail .case_detail_text {
        color: #000;
        font-size: 0.28rem;
        margin-bottom: 0.2rem;
    }
    .layer_case_detail .case_detail_content .case_detail_img{
        width: 100%;
    }
    .layer_case_detail .layui-layer-setwin .layui-layer-close1{
        left: 0px;
    }
    .case_detail_btn_box {
        text-align: center;
        /* height: 80px; */
        background: #ffffff;
        box-shadow: 0px -2px 6px 0px rgba(11,67,116,0.16);
        margin-left: -0.3rem;
        width: calc(100% + 0.6rem);
        padding: 0.4rem 0;
    }
    .layer_case_detail .layui-layer-btn .layui-layer-btn0 {
        display: inline-block;
        margin: 0 auto;
        padding: 0 0.4rem;
        height: 0.96rem;
        background: #0081c6;
        border-radius: 30px;
        font-size: 0.3rem;
        color: #fff;
        line-height:  0.96rem;
        text-align: center;
    }
    .layer_case_detail .layui-layer-btn {
        height: auto;
        padding-top:0.4rem!important;
       
    }
    .case_detail_pdf img{
        width: 0.64rem;
        background: #f8f8f8;
        position: absolute;
        left: 0px;
        top:50%;
        transform: translate(0,-50%);
    }
    .case_detail_pdf a {
        display: block;
        height: auto;
        background: #f8f8f8;
        border-radius: 4px;
        line-height: 1.4;
        font-size: 0.28rem;
        color: #333;
        margin-bottom: 10px;
        padding:0.2rem  0  0.2rem 1rem;
        position: relative;

    }
       
}