.m_nav{
    display: none;
}
.m_show{
    display: none;
}
.is_allow{
    cursor: pointer;
}
.w_h_auto{
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
}
.hover .download_tit{
    background: #2e78e3
}
div{
    box-sizing: border-box;
}
.wrapper{
    width: 1200px;
    margin:0 auto;
}
.section{
    padding-top: 80px;
}
.section .title{
    height: 37px;
    width: 490px;
    margin: 0 auto;
    margin-bottom: 35px;
    background:url(../images/title_bg.png) no-repeat;
    background-size: 100% 100%;
}
.section .title h3 {
    font-size: 36px;
    line-height: 15px;
    font-weight: 800;
    color: #1E9BCB;
    text-align: center;
}
.header{
    height:70px;
    background: #fff;
    color: #111C24;
    position: fixed;
    top: 30px;
    left: 0px;
    right: 0px;
    z-index: 99;
}
.header li a{
    position: relative;
    color: #111C24;
    font-size: 16px;
    line-height: 66px;
    margin-left: 15px;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 15px;
    
}
.header li a.active{
    color: #1E9BCB;
    font-weight: 700;
}
.header li:hover a{
    color: #1E9BCB;
    font-weight: 700;
}
.header li a.active::after, .header li:hover a::after{
    content: "";
    position: absolute;
    width: 30%;
    height: 4px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #1E9BCB;
    border-radius: 3px;
}


/* 弹窗 */
.pop_window {
    z-index: 1011;
    position: fixed;
    padding: 0px;
    margin: 0px 0px 0px -250px;
    width: 420px;
    top: 15%;
    left: 50%;
    color: rgb(0, 0, 0);
    border: 8px solid rgb(216, 216, 216);
    border-radius: 5px;
    cursor: default;
    height: 528px;
    line-height: 1.6;
    background: rgb(255, 255, 255);
    font-size: 14px;
    max-height: 596px;
    min-height: 528px;
}
.pop_window .dialog-hd{
    width: 100%;
    line-height: 50px;
    text-indent: 20px;
    background: #091c90;
    color: #fff;
}

.form-item {
    height: 484px;
    overflow-y: scroll;
}
.layer {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(25, 25, 25, 0.8);
}
.pop_window_box .error {
    color: #f00;
    background: none;
    padding-left: 8px;
    font-weight: normal;
}

#video_box .dialog {
    background: #F6F6F6;
}
#video_box #video_player{
    height: 100%;
}
#video_box .pop_window {
    width: 800px;
    height: 500px;
    margin-left: -400px;
}
#video_player_box {
    padding: 0;
}
#video_player_box {
    height: 450px;
}
#video_box .dialog-hd {
    margin-right: 70px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: #fff;
    border: none;
    height: 30px;
    border-radius: 5px;
}
.radio_box dt{
    float: inherit !important;
}
#submit_form{
    overflow: inherit;
}
#submit_form .reason_box{
    display: none;
}
.pop_window{
    border: none;
    border-radius: 5px;
    box-shadow: 2px 1px 10px #000000;
    z-index: 99999;
}
.dialog{
    border-radius: 5px;
}
.collect_title{
    text-indent: 20px;
    margin: 16px 0;
    color: #FF3333;
}
.close-dialog{
    right: 5px;
    top: 5px;
    color: #999999;
}
.inline_dl {
    box-sizing: border-box;
}
#submit_form .user_info_cookie{
    margin-left: 36px;
}
.input_box{
    width: 300px;
    margin: 0 auto;
    position: relative;
}
.input_box span{
    position: absolute;
    left: 20px;
    top: 5px;
    font-size: 20px;
    color: #999;
}
.input_box input{
    width: 300px;
    line-height: 40px;
    border-radius: 5px;
    padding: 0px 10px 0 50px;
    box-sizing: border-box;
}
.dialog-bd{
    padding: 0;
}
#s_tip_box{
    text-align: center;
}
#s_tip_box h2{
    font-size: 24px;
    color: #e30327;
    text-align: center;
    margin-bottom: 40px;
}
#s_tip_box p{
    margin-bottom: 40px;
    font-size: 20px
}
#s_tip_box h5{
    color: #999;
}

#submit_form .inline_dl .wid100{
    width: 100%;
    margin: 0;
    padding-left: 5px;
    border-radius: 3px;
}
.info_msgBox>h3{
    color:#333;
    font-size: 20px;
    font-weight: 700;
    margin-bottom:15px;
}
.info_msgBox>h3 i{
    display: inline-block;
    width: 5px;
    height: 19px;
    background: #009cff;
    vertical-align: middle;
    margin-right: 7px;
}
/*用户资料 - 弹窗表单*/
#submit_form{/*
    height: 100%;*/
    padding: 0 30px;
}
.color_red{
    color:#d22;
}
#submit_form dl{
    display: block;
    float: left;
    margin: 10px 0;
    margin-bottom: 18px;
    color: #333;
}
#submit_form dl:nth-child(odd) {
    width: 340px;
    margin-right: 20px;
}
#submit_form dl:nth-child(even) {
    width: 460px;
}
#submit_form dl:nth-child(odd) dt{
    width: 100px;
}
#submit_form dl:nth-child(even) dt {
    width: 180px;
}
#submit_form dt{
    display: block;
    font-size: 14px;
}
#submit_form dt i{
    font-weight: normal;
    font-style: normal;
}
#submit_form dt span{
    font-weight: normal;
    color: #999;
    font-size: 12px;
}

#submit_form dd{
    font-size: 14px;
    color: #666;
}
#submit_form dd input[type=text]{
    border: 1px solid #ddd;
    padding: 8px 10px;
    width: 100%;
    border-radius: 5px;
}
:focus {
    outline: none;
}
#submit_form dd label{
    margin: 10px 10px 10px 0;
    line-height: 14px;
}
#submit_form label input{
    margin-right: 5px;
    vertical-align: initial;
}
#submit_form .inline_selects label{
    float: left;
    width: 280px;
}
#submit_form .inline_dl dt{
    float: left;
    text-align: right;
    line-height: 25px;
}
#submit_form .inline_dl select{
    width: 129px;
    height: 35px;
    margin: 0 10px 10px 0;
    border: 1px solid #ddd;
}
#submit_form textarea{
    width: 100%;
    display: block;
    height: 60px;
    padding: 10px;
    border: 1px solid #ddd;
    overflow: hidden;
    resize: none;
    border-radius: 3px;
}
.user_self_input .layui-layer-btn{
    box-sizing: border-box;
    padding: 0 20px 12px;
    text-align: center;
}
.user_self_input .layui-layer-btn0, .user_self_input .layui-layer-btn1{
    width: 140px;
    text-align: center; 
    background: #2897d3 !important;
    border: 1px solid #2897d3 !important;
    padding: 0;
    font-size: 14px;
    height: 40px;
    display: inline-block;
    margin: 0 auto;
    line-height: 40px;
    position: relative;
    margin: 0 10px;
    border-radius: 20px;
}
.user_self_input .layui-layer-btn1 {
    background: #ffffff !important;
    border: 1px solid #E4E4E4 !important;
}
.user_self_input .layui-layer-btn1:hover{
    background: #f9f9f9 !important;
}
.form_tip_bottom{
    padding:0px 20px;
    padding-top: 70px;
    color:#999;
}
.user_self_input .layui-layer-btn0:hover{
    background: #2897d3 !important;
    border: 1px solid #2897d3 !important;
}

.user_self_input .layui-layer-btn0.finish{    
    background: #8acdea !important;
    border: 1px solid #8acdea !important;
}
.frm_btn {
    background: none;
    color: #fff;
    width: 100%;
    height: 36px;
    vertical-align: top;
    border: none;
    outline: none;
    cursor: pointer;
}
.dialog{
    height: 100%;
    position: relative;
}
.header_common .layui-layer-title {
    padding: 0 20px 0 20px;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid transparent;
    font-size: 14px;
    color: #fff;
    overflow: hidden;
    background-color:transparent;
    border-radius: 2px 2px 0 0;
}
.header_common  .layui-layer-ico {
    background: url(../images/close.png) no-repeat;
}
.header_common .layui-layer-setwin .layui-layer-close1{
    background-position: 0px;
}
.submit_title h3{
    font-size: 20px;
    font-weight: 800;
    color:#000;
}

.submit_title p{
    font-size: 14px;
    color:#666;
    margin: 20px 0;
}
.submit_title{
    text-align: left;
}
/*  #submit_form .sub {
    width: 200px;
    margin: 20px auto;
    background: #091c90;
    float: inherit;
    cursor: pointer;
    position: absolute;
    bottom: -10px;
    right: 0;
    left: 0;
}

#submit_form .sub:hover {
     background: #2e78e3;
} */

 .close-dialog {
    position: absolute;
    top: 10px;
    right: 30px;
    width: 28px;
    height: 28px;
    color: #D0CECF;
    text-align: center;
    cursor: pointer;
    font-size: 20px;
 }
 .close-dialog:hover {
    color: #444;
 }
 /**/
 .submit_qus_title{
    font-size: 16px;
    font-weight: 700;
    color:#333;
    margin-bottom: 14px;
 }
 .radio_box{
    display: block !important;
    line-height: 35px;
 }
 /**/
 .submit_radio{
    padding-top: 30px;
 }
 .submit_radio label{
    color:#333;
 }
 .submit_radio_box{
    margin-bottom:20px;
 }
 .submit_radio_box3{
    border-bottom: 1px solid #e4e4e4;
 }
 .submit_radio_list1{
    display:flex;
    flex-wrap: wrap;

 }
  .submit_radio_list1 label span{
    word-wrap: break-word;
  }
 .submit_radio_item1{    
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    margin-right: 20px;

 }
  .submit_radio_item1 img{
    vertical-align: middle;
    width: 220px;
    margin-top: 10px;
  }
  .radio2_img{
    position: relative;
    left:10px;
  }
  .radio3_img{
    position: relative;
    left:4px;
  }
 .submit_radio_item1_text p{
    color: #333;
 }
 .submit_radio_item1_text input{
    width: 376px;
    height: 40px;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    padding: 0 20px;
 }
  .submit_radio_item2{
    margin-bottom: 10px;
  }
  .submit_radio_item2_text,.submit_radio_item3_text{
    width: 460px;
    height: 40px;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    padding: 0 20px;
    margin-top: 5px;
  }
  .submit_radio_item3_text{
    margin-top: 0px;
    position: relative;
    top: -9px;
  }
  .submit_radio_item3{
    margin-right: 60px;
    margin-bottom: 20px;
  }
  .submit_radio_item3:nth-child(6){
    margin-right: 0px;
  }
  .submit_radio_item3:last-child{
    margin-right: 0px;
  }
  .submit_radio_list3{
    flex-wrap: wrap;
  }
  .lotter_alert.layui-layer.no_chance_style{
    background: linear-gradient(to bottom,rgba(214, 214, 214,1) , rgba(255, 254, 254,1) );
  }
  .lotter_alert.layui-layer.yes_chance_style{
    background: linear-gradient(to bottom,#afd1e6  , #fffefe );
  }
/* 弹窗 */
/*侧边栏*/
.aside{
    position: fixed;
    top:50%;
    right:10px;
    z-index: 999;
    width: 150px;
    height: 127px;
    background: url(../images/aside/aside.png) center center;
}
.aside .close_aside {
    cursor: pointer;
    position: absolute;
    z-index: 1000;
    width: 12px;
    height: 12px;
    right: 0;
    background: url(../images/aside/close_btn.png) center center;
}
.aside_7{
    position: absolute;  
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    width: 122px;
    font-size: 16px;
    color: #ffffff;
    line-height: 20px;
    z-index: 6;
}
/*侧边栏*/
@media screen and (max-width: 750px) {

  
    html{
        font-size: 13.333333333vw;
    }
    body{
        width: 100vw;
    }

    .ac {
        border-bottom: 3px solid #3788df;
    }
    .ac a{
        color: #3788df !important;
        font-weight: 700;
    }
    .m_show{
        display: block;
    }
    .pc_show {
        display: none;
    }
    .m_hide,.aside{
        display: none;
    }
    .header_nav_m{
        display: none;
    }
  
    .wrapper{
        width: 100%;
    }
    #top{
        display: none;
    }
    .section {
        padding: 0.6rem 0.3rem 0;
    }
    /*title*/
    .section .title{
        height: .37rem;
        margin: 0 auto;
        width: 4.89rem;
        margin-bottom: 0.4rem;
    }
    .section .title h3 {
        font-size: .36rem;
    }
    /*title*/
    /*header*/
    .header {
        height: 0.88rem;
        position: fixed;
        top: 0px;
        z-index: 99;
        justify-content: space-between;
        padding: 0 0.3rem;
    }
    .header .flex_align_items img{
        width: .88rem;
    }
    .header_menu{
        position: absolute;
        right: .3rem;
        top: 50%;
        transform: translateY(-50%);
        width: .48rem;
        height: .48rem;
        background: url(../images/nav/menu.png) center center no-repeat;
        background-size: 100% 100%;
    }
    .header_nav_m{
        position: fixed;
        width: 3.2rem;
        height: 100vh;
        top:0.88rem;
        right:0px;
        background: #FFFFFF;
        padding-bottom: 0.2rem;
    }
    .header li a.active::after, .header li:hover a::after {
        background: #ffffff;
    }
    .header li a {
        color: #111C24;
        font-size: 0.3rem;
        line-height: 0.8rem;
        margin-left: 0;
        display: block;
        padding-left: .55rem;
        text-align: left;
    }
    .header li a.active{
        color: #111C24;
        font-weight: 400;
        border-bottom: 0px;
    }
    .header li:hover a{
        border-bottom:0px solid #0081cc;
    }
    /*header*/
    /*section3*/
    .section3 {
        border-radius: 0px 0px 1rem 0px;
    }
    .section3_list {
        width: 100%;
        height: auto;
        padding: 0.3rem 0.2rem;
        margin: 0 auto;
        background: transparent;
        border: 0px solid rgba(0,129,204,0.40);
        border-radius: 1px;
        color: #245CAF;
    }
    .section3_list h3 {
        font-size:0.26rem;
        font-weight: 700;
        color: #245CAF;
    }
    .section3_list p {
        font-size: 0.26rem;
        line-height: 1.6;
        color: #245CAF;
    }
    .section3_list div>img{
        width: 100%;
    }
    .section3_list p.Mb20 {
        margin-bottom: 0.2rem;
    }
    .section3_swiper {
        position: relative;
    }
    .mySwiper3 {
        width: 100%;
        overflow: hidden;
    }
    .section3_swiper_slide{
        position: relative;
    }
    .section3_swiper_slide:hover i{
        position: absolute;
        top:0px;
        bottom:0px;
        right:0px;
        left:0px;
        background: url(../images/load.png) center center no-repeat;
        background-color: rgba(0,0,0,0.5);
        background-size: 0.6rem 0.6rem;
    }
    .section3_swiper_slide img{
        width: 100%;
        vertical-align: middle;
    }

    .section3_swiper_slide p{
        background: #021d63;
        padding: 0.1rem 0.15rem;
    }
    .section3_swiper .swiper-button-next, .section3_swiper .swiper-button-prev {
        position: absolute;
        top: 46%;
        width: 0.6rem;
        height: 0.95rem;
        margin-top: -22px;
        z-index: 10;
        cursor: pointer;
        background-size: 0.6rem 0.95rem;
        background-position: center;
        background-repeat: no-repeat;
    }
    .section3_swiper  .swiper-button-next,.section3_swiper  .swiper-container-rtl .swiper-button-prev {
        background-image: url(../images/arrow2.png);
        right:-0.8rem;
        left: auto;
    }
    .section3_swiper  .swiper-button-next:hover,.section3_swiper  .swiper-container-rtl .swiper-button-prev:hover{
        background-image: url(../images/arrow1.png);
        transform: rotate(180deg);

    }
    .section3_swiper  .swiper-button-prev,.section3_swiper  .swiper-container-rtl .swiper-button-next {
        background-image: url(../images/arrow2.png);        
        left: -0.8rem;
        right: auto;
        transform: rotate(180deg);
    }
    .section3_swiper  .swiper-button-prev:hover,.section3_swiper  .swiper-container-rtl .swiper-button-next:hover {
        background-image: url(../images/arrow1.png);
        transform: rotate(0deg);
    }
    .section3_swiper .swiper-pagination {
        display: block;
        left: 50%;
        transform: translate(-50%, 0.2rem);
    }
     .section3_swiper .swiper-pagination-bullet {
        width: 0.4rem;
        height: 0.1rem;
        display: inline-block;
        border-radius: 0;
        background: #def2ff;
        opacity: 1;
        margin-right: 0.1rem;
    }
    .section3_swiper .swiper-pagination-bullet-active {
        opacity: 1;
        background: #0074be;
    }
    /*section3*/
    .pop_window{
        width: 92%;
        margin: 10% 0px 0px -46%;
        height: 500px;
    }
    .info_msgBox{/*
        height: 390px;
        overflow: auto;*/
    }
    #submit_form dd input[type=text]{
        width: 100%;
        border-radius: 5px;
    }
    #submit_form .inline_dl textarea{
        width: 100%;
        height: 40px;
        overflow:hidden;
        resize:none;
        border-radius: 5px;
        margin-left: 0;
    }
    #submit_form .inline_dl select {
        width: 115px;
    }
    #submit_form  .label_info dt{
        padding-bottom:10px;
        display: block;
        float: inherit;
    }
    #submit_form  .label_info dd{
        display: block;float: inherit;
    }
    #submit_form dd label{
        /*margin: 5px 0;*/
    }
    #submit_form dd label:nth-of-type(1){
        margin-right:10px;
    }
    .pop_window{
        top: 0%;
    }
   
    .close-dialog{
        right: 15px;
        color: #525252;
    }
    #submit_form{
        height: 100%;
    }
    #winner_ul li{
        padding: 0 0.5rem;
    }
    .winner .layui-layer-content{
        font-size: 17px;
    }
    .new_not_winning .layui-layer-content{
        font-size: 20px;
    }
    .question .ui-text {
        margin-left: 10px;
        width: 4rem;
    }
    
    .collect_title{
        font-size: .28rem;
    }
    .user_self_input{
        width: 90% !important;
    }
    .lotter_alert .layui-layer-content span{
        font-size: .3rem;
        line-height: .6rem;
    }
    .lotter_alert.no_chance big {        
        padding: 0px ;
        font-size: 0.3rem;
    }
    .inline_dl {
        padding: 0px;
        box-sizing: border-box;
    }
    .user_self_input .layui-layer-btn0{
        top:0px;
    }
    .form_tip_bottom{
        padding:0px 20px;
    }
    /**/
    #submit_form {
        /* height: 100%; */
        padding: 0 0.3rem;
    }
    #submit_form dl {
        float: inherit;
    }
    #submit_form .inline_dl dt {
        float: inherit;
    }
    #submit_form dl:nth-child(even) dt {
        width: 100%;
    }
    #submit_form dl:nth-child(odd), #submit_form dl:nth-child(even) {
        width: 100%;
    }
    #submit_form .inline_dl dt {
        text-align: left;
    }
    .submit_title h3 {
        font-size: 0.4rem;
    }
    .submit_title p {
        font-size: 0.24rem;
        margin-bottom: 0.3rem;
    }
    .submit_radio {
        padding-top: 0.34rem;
    }
    .submit_qus_title {
        font-size: 0.26rem;
        margin-bottom: 0.14rem;
    }
    .submit_radio_item1 img {
        width: 2.4rem;
    }
    .submit_radio_list1 label span {
        font-size: 0.2rem;
    }
    .submit_radio_item1_text input {
        width: 100%;
        height: 0.6rem;
        background: #ffffff;
        border: 1px solid #e5e5e5;
        border-radius: 2px;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .submit_radio_item2_text, .submit_radio_item3_text {
        width: 100%;
        height: 0.6rem;
        background: #ffffff;
        border: 1px solid #e5e5e5;
        border-radius: 2px;
        padding: 0 20px;
        margin-top: 5px;
        box-sizing: border-box;
    }
    .submit_radio_list3 {
        position:   relative;  
        padding-bottom: 1.4rem; 
    }
    .submit_radio_item3.flex{
        position:   absolute;  
        bottom: 0.3rem;
        left:0px;
        flex-direction: column;
        right:0px;
    }
    .submit_radio_item3_text {
        margin-top: 0px;
        position: relative;
        top: 0px;
    }
    .submit_radio_item3:nth-child(6){
        margin-right: 0.3rem;
        margin-bottom: 0.2rem;
      }
    .submit_radio_item3 {
        margin-right: 0.3rem;
        margin-bottom: 0.2rem;
    }
    .info_msgBox #info_inputs {
        width: 100%;
    }
    .info_msgBox>h3{
        font-size: 0.3rem;
    }
    .user_self_input .layui-layer-btn0{
        width: 140px;
    }
}