.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:70px;
    padding-bottom: 75px;
}
.section .title{
    height: 101px;
    width: 467px;
    margin:0 auto;
    margin-bottom: 30px;
}
.section .title1{
    background:url(../images/title1.png);
}
.section .title2{
    background:url(../images/title2.png);
}
.section .title3{
    background:url(../images/title3.png);
}
.section .title4{
    height:87px;
    background:url(../images/title4.png);
}
.header{
    height:70px;
    background: #185fb1;
    color: #fff;
    position: fixed;
    top:30px;
    left:0px;
    right:0px;
    z-index:99;
}
.header li a{
    color: #fff;
    font-size: 16px;
    line-height: 66px;
    margin-left: 15px;
    display: inline-block;
    box-sizing: border-box;
    padding:0 15px;
    
}
.header li a.active{
    background: #124587;
    border-bottom:4px solid #0081cc;
}
.header li:hover a{/*
    font-weight:700;*/

    background: #124587;
    border-bottom:4px solid #0081cc;
}
/*banner*/
.banner{
    margin-top:100px;
}
.banner img{
    width:  100%;
}
/*banner*/
/*section1*/
.section1{
    background: #e1efff;
    border-radius:0px 0px 0px 100px;
}
.section1_img{
    margin-bottom: 25px;
}
.section1_img>div.section1_img_left{
    width: 559px;
    height: 364px;
    background: url(../images/section1_1.png) no-repeat;
}
.section1_img>div.section1_img_right{
    width: 545px;
    height: 364px;
    background: url(../images/section1_2.png) no-repeat;
    border: 3px solid #9ddbff;
    position:   relative;
    cursor: pointer;
}
.sectio1_1_video{
    width:  100%;
    height:     100%;
    position:   relative;
    z-index: 2;
}
.section1_img>div.section1_img_right i{
    position:   absolute;   
    top:50%;
    left:  50%;
    transform: translate( -50%,-50%);
    width:  68px;
    height:     68px;
    background: url(../images/play1.png);
}
.section1_img>div.section1_img_right:hover i{
    width:  68px;
    height:     68px;
    background: url(../images/play2.png);
}
.section1_info{
    height: 187px;
    background: url(../images/section1_3.png) no-repeat ;
    background-size: cover;
    padding:22px 42px 36px 32px;
}
.section1_info p{
    font-size: 16px;
    color: #333333;
    line-height:2;
}
/*section1*/

/*section2*/
.section2_bg{
    height: 854px;
    background:url(../images/bg.png) no-repeat;
    background-size: 100% 100%;
    padding-top: 71px;
}
.section2_info{
    width: 1029px;
    margin:0 auto;
    font-size: 16px;
    line-height: 2;
    color: #c7ddf8;
    margin-bottom: 40px;
}
.section2_swiper{
    width: 1048px;
    padding:0 90px;
    margin:0 auto;
    position: relative;
}
.mySwiper1 {
    width: 868px;
    overflow: hidden;
    background-color:#fff;
}
.section2_swiper_slide {
    width:  100%;
    overflow: hidden;
}
.section2_swiper_slide img{
    width:  100%;
}
.section2_swiper_slide p{
    text-align: center;
    font-size: 14px;
    line-height: 2;
    background: #245caf;
}
.section2_swiper .swiper-pagination{
    display:    none;
}
.section2_swiper .swiper-button-next, .section2_swiper .swiper-button-prev {
    position: absolute;
    top: 46%;
    width: 60px;
    height: 95px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 60px 95px;
    background-position: center;
    background-repeat: no-repeat;
}
.section2_swiper  .swiper-button-next,.section2_swiper  .swiper-container-rtl .swiper-button-prev {
    background-image: url(../images/arrow2.png);
    right: 10px;
    left: auto;
}
.section2_swiper  .swiper-button-next:hover,.section2_swiper  .swiper-container-rtl .swiper-button-prev:hover{
    background-image: url(../images/arrow1.png);
    transform: rotate(180deg);

}
.section2_swiper  .swiper-button-prev,.section2_swiper  .swiper-container-rtl .swiper-button-next {
    background-image: url(../images/arrow2.png);
    left: 10px;
    right: auto;
    transform: rotate(180deg);
}
.section2_swiper  .swiper-button-prev:hover,.section2_swiper  .swiper-container-rtl .swiper-button-next:hover {
    background-image: url(../images/arrow1.png);
    transform: rotate(0deg);
}
/*section2*/

/*section3*/
.section3{
    background: #e1efff;
    border-radius: 0px 0px 100px 0px;
}
.section3_bg{
    height: 903px;
    background:url(../images/bg.png) no-repeat;
    background-size: 100% 100%;
    padding-top: 71px;
}
.section3_list{
    width: 1010px;
    height: 700px;
    padding: 30px 20px;
    margin:0 auto;
    background: #134b9e;
    border: 3px solid rgba(0,129,204,0.40);
    border-radius: 4px;
}
.section3_list h3{
    font-size: 14px;
    font-weight: 700;
    color: #2897d3;
}
.section3_list p{
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}
.section3_list p.Mb20{    
    margin-bottom:30px;
}
.section3_list>div{
    text-align: center;
}
.section3_nav a{
    width: 215px;
    height: 43px;
    background: url(../images/nav1.png) center center no-repeat;
    text-align: center;
    line-height:43px;
    font-size: 18px;
    color: #fff;
}
.section3_nav a:nth-child(2){
    margin:0 35px;
}
.section3_nav a:nth-child(2) span{
    position:   relative;
    left:5px;
}
.section3_nav a:hover,.section3_nav a.active{
    background: url(../images/nav2.png) center center no-repeat;
}
.section3_nav{
    margin-bottom: 30px;
}
/*section3*/
/*section4*/

.section4_bg{
    height: 760px;
    background:url(../images/bg.png) no-repeat;
    background-size: 100% 100%;
    padding: 0 60px;
    padding-top: 71px;
}
.section4_bg li img{
    vertical-align: middle;
}
.section4_bg li p{
    height: 50px;
    background: #021d63;
    display: flex;
    align-items: center;
    font-size: 14px;
    width:340px;
    box-sizing: border-box;
}
.section4_bg li:nth-child(1) p{
    justify-content: center;
}
.section4_bg li:nth-child(2) p{
    padding: 0 40px;
    justify-content: flex-start;
    text-align: left;
}
.section4_bg li:nth-child(3) p{
    padding: 0 40px;
    justify-content: flex-start;
    text-align: left;
}
.section4_bg li{
    position: relative;
    cursor: pointer;
}
.section4_bg li:hover i{
    position: absolute;
    top:0px;
    left: 0px;
    bottom: 0px;
    right:0px;
    background: url(../images/load.png) center center no-repeat;
    background-color:rgba(0,0,0,0.6);

}
.section4_btn{
    display: block;
    width: 240px;
    height: 76px;
    margin:53px auto 25px;
    line-height: 76px;
    text-align: center;
    color:#fff;
    background: url(../images/section4_btn.png) center center no-repeat;
}
.section4_btn:hover{
    opacity: 0.8;
}
.section4_tip{
    text-align: center;
    font-size: 14px;
}
.section4_tip span{
    color:#3DB8FF;
}
/*section4*/



/*抽奖区域*/
.lottery_box {
    padding-top: 67px;
    background: #0c2b7c;
    border-radius: 200px 0px 0px 0px;
    text-align: center;
    padding-bottom: 76px;
}

.lottery_box h3{
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 30px;
}
.prize_name{
    margin: 8px 0;
    color: #d22222;
    font-size: 18px;
    display: block;
}
.success{
    width: 50px;
    height: 50px;
    display: inline-block;
    background: url('../images/ok.png')no-repeat;
    background-size: 100% 100%;
    vertical-align: middle;
    margin-right: 10px;
}
.go_study{
    width: 120px;
    display: block;
    margin: 22px auto;
    height: 35px;
    line-height: 35px;
}

.lotter_alert.not_winning {
    width: 305px;
}
.lotter_alert.layui-layer-ico {
    background: url("../images/close.png") no-repeat !important;
}
.lotter_alert.layui-layer-close{
    width: 19px;
    height: 19px;
    background-size: 100% 100% !important;
}

.lotter_alert.not_winning .layui-layer-content {
    overflow: hidden;
}

.lotter_alert.layui-layer {
  /*  padding: 30px 20px;*/
    background: #fff;
    border-radius: 5px;
}
/*
.lotter_alert .layui-layer-title {
    display: none;
}
*/
.lotter_alert .layui-layer-content {
    text-align: center;
}

.lotter_alert .layui-layer-content i {
    display: block;
    color: #C77701;
    font-size: 40px;
    font-style: normal;
    padding: 10px 0 0 0;
}

.lotter_alert .layui-layer-content big {
    display: block;
    margin-bottom: 5px;
    font-size: 22px;
    color: #333333;
    font-weight: bold;
    margin-top: 35px;
}

.lotter_alert .layui-layer-content span {
    color: #999;
    font-size: 16px;
    line-height: 23px
}

.lotter_alert.no_chance {
    width: 305px;
}

.lotter_alert.no_chance big {
    display: block;
    padding-top: 0px;
    color: #342e2e;
    margin-top: 0px;
    padding: 0px ;
    font-size: 18px;
}
.success_box{
    padding-top: 25px;
}
.lotter_alert .pop_success{
    display: block;
    margin:0 auto;
    width: 140px;
    height: 40px;
    background: #2897d3;
    border-radius: 3px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
}
.lotter_alert .pop_success:hover{
    background: #0074be;
}
.prize_text{
    font-size: 24px;
    font-weight: 700;
    color: #0074be;
    line-height: 30px;
    padding: 5px 0px;
}
#no_change_study{
    width: 140px;
    height: 40px;
    opacity: 1;
    background: #45649c;
    border-radius: 4px;
    display: block;
    margin:0 auto;
    margin-top:20px;
    line-height: 40px;
    color:#fff;
}

.lotter_alert.no_chance .layui-layer-content {
    overflow: hidden;
}

.lotter_alert.winner {
    width: 305px;
}

.lotter_alert.winner big b {
    color: #ff0000;
}

.lotter_alert.winner img {
    display: block;
    margin: 10px auto;
    width: 100px;
}

.lotter_alert.winner span {
    line-height: 20px;
}

.lotter_alert.winner .layui-layer-content {
    overflow: hidden;
}
.lotter_alert .layui-layer-content big img{
    width: 35px;
    vertical-align: middle;
    margin-right: 11px;
}
.pop_desc{
    font-size: 14px;
    padding: 10px;
    border-radius: 5px;
    margin-top: 4px;
    display: inline-block;
}
.no_chance .pop_desc{
    color: #fff;
    background: #e61439;
}
/*
.section4{
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}*/
.apply_use{
    width: 163px;
    height: 42px;
    background-color: rgba(233, 0, 41, 1);
    font-size: 14px;
    text-align: center;
    line-height: 42px;
    border-radius: 3px;
    display: block;
    color: #fff;
    margin: 40px auto 50px auto;
    border: none;
}
.apply_use:hover{
    background: rgba(101, 0, 17, 1);
}
#prilist{
    float: left;
    width: 672px;
}

#prilist li {
    display: block;
    background: #fff;
    float: left;
    margin: 0 20px 20px 0;
    width: 202px;
    padding: 30px 0;
    text-align: center;
    height: 153px;
    box-sizing: border-box;
    overflow: hidden;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    color: #333;
    background: #ffffff;
    font-size: 14px;
    border-radius: 12px;
}

#prilist li.right {
    margin-right: 0;
}

#prilist li.active {
    background: #D6f4ff;
}

#prilist img {
    display: block;
    height: 76px;
    margin: 0 auto 10px;
}
.winner_desc{
    margin-top: 20px;
    padding: 45px 30px;
    border: 1px solid #39578c;
    border-radius: 10px;
    font-size: 16px;
    line-height:1.8;
    text-align: left;
}
.winner_desc img{
    vertical-align:     middle;
    margin-right:   5px;
}
.winner_desc span{
    margin-right:   20px;
    display: inline-block;
    margin-top: 20px;
}
.code_box p{
    text-align: center;
    font-size: 14px;
    margin-left:    10px;
}
#prilist #begin_btn {
    padding: 0;
    height: 153px;
    line-height: 153px;
    font-size: 26px;
    color: #fff;
    background: #1362B8;
    cursor: pointer;
    background: linear-gradient(39deg,#35a094 0%, #17d0ff 0%, #185fb1 94%);
}
#prilist #begin_btn:hover{
background: linear-gradient(317deg,#35a094 0%, #17d0ff 0%, #185fb1);
}
#prilist #begin_btn:active {
    font-size: 26px;
}

#winner_list {
    float: right;
    width: 480px;
}

#winner_list a {
    text-decoration: underline;
}

#winner_list .list_box {
    display: block;
    line-height:    46px;
    background: #169dd9;
    border-radius: 10px 10px 0px 0px;
}

#winner_list .list_box b {
    display: block;
    margin: 0 auto;
    font-size: 18px;
    text-align: left;
    color: #fff;
    padding-left: 20px;
    box-sizing: border-box;
    text-align: center;
    letter-spacing: 4px;
}
/*#fcdee3*/

#winner_list .list_box p {
    line-height: 20px;
}

#winner_list .tips {
    line-height: 20px;
    color: #999999;
    font-size: 12px;
    display: block;
}
#winner_list .tips a{
    color: #9a001b;
}
#jq_marquee_box {
    height: 282px;
    line-height: 15px;
    overflow: hidden;
    color: #000;
    border-top: none;
    padding: 20px 0;
    padding-top: 10px;
    border-radius: 0px 0px 10px 10px;
    font-size: 14px;
    background:rgba(21, 138, 204,0.25);
}

#winner_ul {
    display: block;
    padding: 0 40px 0 40px;
}

#winner_ul .null {
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    padding-top: 30px;
    justify-content: center;
}

#winner_ul li {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 28px;
    color: #fff;
    padding-left: 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#winner_ul li span{
    color: #169DD9;
}
#winner_ul li em{
    display: inline-block;
    width: 70px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 14px;
}
#winner_ul li em{
    color: #fff;
}
#winner_ul li:nth-child(1){
}
#winner_ul li em:last-child{
    width: 170px;
}
.tip_box{
    text-align: left;
    padding-top: 28px;
}
.tip_box p{
    font-size: 16px;
    color: #E1EAFF;
    line-height:1.8;
}
/* 弹窗 */
.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 .inline_dl dd{
    float: inherit;
}
#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;
    border-radius: 3px;
}
.info_msgBox #info_inputs{
    width: 350px;
}
.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;
    margin: 10px 0;
    margin-bottom: 18px;
    color: #333;
}
#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;
}
#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;
    width: ;
    line-height: 25px;
}
#submit_form .inline_dl select{
    width: 129px;
    height: 35px;
    margin: 0 10px 10px 0;
    border: 1px solid #ddd;
}
#submit_form .inline_dl #address_select select:last-child{
    margin-right:0px;
}
#submit_form textarea{
    width: 81%;
    display: block;
    height: 60px;
    padding: 10px;
    border: 1px solid #ddd;
    overflow: hidden;
    resize: none;
    border-radius: 3px;
    margin-left: 47px;
}
.user_self_input .layui-layer-btn{
    box-sizing: border-box;
    padding: 0 20px 12px;
}
.user_self_input .layui-layer-btn0{
    width: 140px;
    text-align: center; 
    background: #2897d3 !important;
    border: 1px solid #2897d3 !important;
    padding: 0;
    font-size: 14px;
    height: 40px;
    display: block;
    margin: 0 auto;
    line-height: 40px;
    position: relative;
}

.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: 24px;
    font-weight: 700;
    line-height: 1.8;
    color:#333;
}

.submit_title p{
    font-size: 16px;
    color:#333;
    line-height: 1;
    margin-bottom: 20px;
}
.submit_title{
    border-bottom: 1px solid #e4e4e4;
    text-align: center;
}
/*  #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: 84px;
    height: 84px;
}
.aside .aside_1{
    position: absolute;
    top:0px;
    left:0px;
    width: 84px;
    height: 84px;
    background: url(../images/aside.png) center center;
    z-index: 3;
}
.aside .aside_2{
    position: absolute;
    top: -42px;
    left: -30px;
    width: 85px;
    height: 83px;
    background: url(../images/aside1.png) center center;
    z-index: 2;
}
.aside .aside_3{
    position: absolute;
    top: -39px;
    left: 20px;
    width: 75px;
    height: 66px;
    background: url(../images/aside2.png) center center;
}
.aside .aside_4{
    position: absolute;
    top: -21px;
    left: 20px;
    width: 29px;
    height: 28px;
    background: url(../images/aside4.png) center center;
}
.aside .aside_5{
    position: absolute;
    top: -10px;
    left: 64px;
    width: 29px;
    height: 28px;
    background: url(../images/aside3.png) center center;
}
.aside .aside_6{
    position: absolute;
    top: 2px;
    left: -5px;
    width: 29px;
    height: 28px;
    background: url(../images/aside5.png) center center;
}
.aside_7{
    position:   absolute;  
     width: 61px;
    height: 37px; 
    bottom:35px;
    left: 50%;
    transform: translate(-50%,0);
    z-index: 6;
    background: url(../images/aside6.png) center center;
}
.aside_8{
    position:   absolute;   
    bottom:8px;
    left: 50%;
    transform: translate(-50%,0);
    z-index: 6;
    width: 69px;
    height: 23px;
    background: url(../images/aside7.png) center center;
}
/*侧边栏*/
@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;
    }
    .banner {
        margin-top: 0.88rem;
    }
    .banner img{
        width: 100%;
    }
    .m_show{
        display: block;
    }
    .m_hide,.aside{
        display: none;
    }
    .header_nav_m{
        display: none;
    }
  
    .wrapper{
        width: 100%;
    }
    #top{
        display: none;
    }
    .section {
        padding: 0.6rem 0.3rem 0.75rem;
    }
    /*title*/
    .section .title{
        height: 1.02rem;
        margin:0 auto;
        width: 4.67rem;
        margin-bottom: 0.28rem;
    }
    .section .title1{
        background:url(../images/title1_m.png) center center  no-repeat;
        background-size: 100%;
    }
    .section .title2{
        background:url(../images/title2_m.png) center center   no-repeat;
        background-size:100%;
    }
    .section .title3{
        background:url(../images/title3_m.png) center center   no-repeat;
        background-size: 100%;
    }
    .section .title4{
        height: 0.87rem;
        background:url(../images/title4_m.png) center center   no-repeat;
        background-size:100%;
    }
    /*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: 1.74rem;
    }
    .header_menu{
        position: absolute;
        right:0.3rem;
        top:0px;
        width:0.6rem;
        height: 0.88rem;
        background: url(../images/menu.png) center center no-repeat;
        background-size:0.4rem 0.32rem;
    }
    .header_nav_m{
        position: fixed;
        top:0.88rem;
        right:0px;
        background: #124587;
        padding-bottom: 0.2rem;
    }
    .header li a {
        color: #fff;
        font-size: 0.3rem;
        line-height: 0.8rem;
        margin-left: 0;
        display: inline-block;
        box-sizing: border-box;
        padding: 0;
        width: 2.8rem;
        text-align: center;
        background: #124587;
    }
    .header li a.active{
        color:#009CFF;
        border-bottom: 0px;
    }
    .header li:hover a{
        border-bottom:0px solid #0081cc;
    }
    /*header*/
    /*section1*/
    .section1{

        border-radius: 0px 0px 0px 1rem;
    }
    .section1_img {
        display: block;
    }
    .section1_img>div.section1_img_left {
        width: 100%;
        height: 4.5rem;
        background: url(../images/section1_1_m.png) no-repeat;
        background-size: 100% 100%;
        margin-bottom:  0.27rem;
    }
    .section1_img>div.section1_img_right {
        width: 100%;
        height: 4.6rem;
        background: url(../images/section1_2.png) no-repeat;
        border: 0.03rem solid #9ddbff;
        position: relative;
        cursor: pointer;
        background-size: 100% 100%;
        margin-bottom:  0.27rem;
    }
    .section1_info {
        height: auto;
        background: url(../images/section1_3_m.png) no-repeat;
        background-size: 100% 100%;
        padding: 0.22rem 0.42rem 0.36rem 0.32rem;
    }
    .section1_info p {
        font-size: 0.24rem;
        color: #333333;
        line-height: 1.8;
    }
    /*section1*/
    /*section2*/
    .section2_bg {
        height: auto;
        background: url(../images/bg_m.png) no-repeat;
        background-size: 100% 100%;
        padding-top: 0.7rem;
        padding: 0.7rem 0.4rem 0.6rem 0.5rem;
    }
    .section2_info {
        width: 100%;
        margin: 0 auto;
        font-size: 0.24rem;
        line-height: 1.8;
        color: #c7ddf8;
        margin-bottom: 0.4rem;
    }
    .section2_swiper .swiper-button-next, .section2_swiper .swiper-button-prev{display: none;}

    .section2_swiper .swiper-pagination{
        display:    block;
    }
    .mySwiper1 {
        width: 100%;
    }
    .section2_swiper {
        width: 100%;
        padding: 0;
        margin: 0 auto;
        position: relative;
    }
    .section2_swiper .swiper-pagination {
        display: block;
        left: 50%;
        transform: translate(-50%, 0px);
    }
     .section2_swiper .swiper-pagination-bullet {
        width: 0.4rem;
        height: 0.1rem;
        display: inline-block;
        border-radius: 0;
        background: #def2ff;
        opacity: 1;
        margin-right: 0.1rem;
    }
    .section2_swiper .swiper-pagination-bullet-active {
        opacity: 1;
        background: #0074be;
    }
    /*section2*/
    /*section3*/
    .section3 {
        border-radius: 0px 0px 1rem 0px;
    }
    .section3_bg {
        height: auto;
        background: url(../images/bg_m.png) no-repeat;
        background-size: 100% 100%;
        padding-top: 0.7rem;
        padding: 0.7rem 0.4rem 0.6rem 0.5rem;
    }
    .section3_nav {
        margin-bottom: 0rem;
    }
    .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_nav a {
        width: 3rem;
        height: 0.71rem;
        background: url(../images/nav1.png) center center no-repeat;
        background-size: 100% 100%;
        text-align: center;
        line-height:1.2;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 0.24rem;
        color: #fff;
    }
    .section3_nav a:nth-child(2) {
        margin: 0 0.1rem;
    }
    .section3_nav a:nth-child(2) span {
        position: relative;
        left: 0px;
    }
    .section3_nav a:hover, .section3_nav a.active {
        background: url(../images/nav2.png) center center no-repeat;
        background-size: 100% 100%;
    }
    .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;
    }
    .section4_btn {
        display: block;
        width: 2.8rem;
        height: 0.8rem;
        margin: 1rem auto 0.42rem;
        line-height: 0.8rem;
        text-align: center;
        color: #fff;
        background: url(../images/section4_btn.png) center center no-repeat;
        background-size: 100% 100%;
    }
    .section4_bg {
        height: auto;
        background: url(../images/bg_m.png) no-repeat;
        background-size: 100% 100%;
        padding-top: 0.7rem;
        padding: 0.7rem 1.2rem 1rem 1.2rem;
    }
    .section4_tip {
        text-align: center;
        font-size: 0.2rem;
        margin: 0 -1.2rem;
    }
    /*section3*/
    .lottery_box {
        background: #0c2b7c;
        border-radius: 1rem 0px 0px 0px;
        text-align: center;
        padding-bottom: 0.76rem;
        padding-top: 0.67rem;
        padding: 0.67rem 0.3rem 0.76rem;
    }
    .lottery_box h3 {
        font-size: 0.32rem;
        font-weight: 700;
        margin-bottom: 0.31rem;
    }
    #winner_ul {
        display: block;
        padding: 0 0rem 0 0rem;
    }
    #winner_ul li em:first-child{
        width: 22%;
        float: left;
    }
     #winner_ul li em{

    line-height: 0.6rem;
    }
    #winner_ul li span{
        width:auto;
        margin:0px;
        float: left;
    }
    #winner_ul li em:last-child {
        width: auto;
        float: left;
    }
    .winner_desc {
        padding: 0.2rem;
        border-radius: 5px;
        border: 1px solid rgba(22, 157, 217,0.19);
        font-size: 0.24rem;
        line-height: 0.45rem;
        margin:0;
        margin-top: 0px;`
        padding-top: 0rem;
        display: block;
        position: relative;
    }
   
    .winner_desc i{
        margin-bottom: 0.2rem;
        display: inline;
    }
    .tip_box{
        margin-bottom:  0.47rem;
    }
     .tip_box p{
        font-size: 0.28rem;
        line-height:  1.8;
     }
     .code_box {
        display:    flex;
        flex-direction: column;
        justify-content:    center;
        align-items: center;
        padding-top:    0.5rem;
     }
    .code_box img{
        margin-bottom: 0.2rem;
    }
    .winner_desc{
        background: transparent;
        padding-bottom: 0.6rem;
    }
    .winner_desc span {
        margin-right: 0px;
        display: inline-block;
        margin-top: 0.3rem;
        display: block;
    }
    .about_box {
        background: #39578c;
        padding: 0.8rem 0.3rem;
        text-align: center;
    }
    .about_box img{
        width: 1.85rem;
    }
    .about_box p{
        text-align: left;
        line-height: 0.48rem;
    }
    #winner_ul li span {
        margin: 0 .6rem !important;
        font-size: .28rem;
    }
    .lotter_alert.layui-layer {
        width: 90% !important;
    }
    .play{
        width: 15% !important
    }
    #prize_area{
        padding: 0;
    }
    #prilist{
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        width:100%;
        float: none;
        margin: 0 auto;
    }
    #prilist::after {
        display: none;
    }
    #prilist li{
        margin: 0 0 .16rem;
        width: 2.24rem;
        box-sizing: border-box;
        height: 1.86rem;
        padding: .16rem 0;
        font-size: .22rem; 
        word-break: break-all;
    }
     #prilist img{
        height: 36px;
        margin-top: 13px;
     }
    
     #prilist #begin_btn,#prilist #begin_btn:active {
        box-sizing: border-box;
        height: 1.86rem;
        line-height: 1.86rem;
        font-size: .35rem;
        margin-bottom: 0;
     }
     #winner_list{
        width: 100%;
        margin: 0;
        font-size: 17px;
        margin-top: 0.5rem;
     }
     #winner_list .tips{
        color: #666;
     }
     #jq_marquee_box {
        height:4.6rem;
     }
    
    .footer{
        display: none;
        border-top:0px;
    }

    #winner_list .tips{
        display: none;
    }
    .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: 78%;
        height: 40px;
        overflow:hidden;
        resize:none;
        border-radius: 5px;
    }
    #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_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: 102%;
    }
}