.m_nav{
    display: none;
}
.m_show{
    display: none;
}
.is_allow{
    cursor: pointer;
}
.section{
    padding-top: 80px;
}
/*页面内容*/
/*导航栏*/
.nav_header{
    height: 70px;
    background: #fff;
    position: fixed;
    top:30px;
    left: 0px;
    right:0px;
    z-index: 99;
    background:rgba(93, 192 ,219,0.6);
}
.nav_header>div{
    height: 100%;
}
.nav_header .logo{
    display: flex;
    align-items: center;
    height: 100%;
}
.nav_header .logo img{
    width: 125px;
}
.nav_header  .nav_list{
    align-items: center;
    height: 100%;
}
.nav_header  .nav_list li{
    margin-left: 20px;
    height: 100%;

}
.nav_header  .nav_list li a{
    font-size: 16px;
    display: inline-block;
    height: 100%;
    line-height: 70px;
    padding:0px 17px;
    color: #fff;/*
    width: 98px;
    height: 70px;*/
}
.nav_header  .nav_list li.active a{
    background: rgb(16 ,71, 125,0.7);
}
.nav_header  .nav_list li a:hover{
    background: rgb(16 ,71, 125,0.7);
}
/*导航栏*/
 .banner  {
    height:560px;
    margin-top: 100px;
}
/*title*/
.title{/*
    width: 1682px;*/
    height: 81px;
    background: url(../images/title.png) center center no-repeat;
    background-size: 1682px 81px;
    margin:0 auto;
   /* margin-top: 80px;*/
}
.title h2{
    text-align: center;
    line-height: 76px;
    font-size: 32px;
    background-image: -webkit-linear-gradient(bottom,#fff,#b0d7ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-right: 48px;
}
@media screen and (max-width: 1600px) {
   /* .title{
        width: 1400px;
        background-size: 1400px 81px;
    }*/
}
/*title*/
/*section1*/
.section1_text .section1_text_left{
    width: 558px;
    font-size: 16px;
    margin-right: 177px;
    display: flex;
    align-items: center;
    height: 227px;
    padding-top:15px;
}
.section1_text .section1_text_left p{
    position: relative;
    line-height: 24px;
}
.section1_text .section1_text_left p:after{
    content:"";
    position: absolute;
    top:-15px;
    left: 0px;
    width:30px;
    height:3px;
    background: #24e5ef;
}
.section1_video{
    background: url(../images/2.png) center bottom no-repeat;
    padding-bottom: 84px;
    justify-content: center;
    margin-bottom: 80px;

}
.section1_video>div{
    width: 346px;
    height: 204px;
    background: url(../images/6.png) left center no-repeat;
    padding-top: 21px;
    padding-left: 13px;
}
.section1_video>div .section1_video_box{
    width: 315px;
    height: 181px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.section1_video_icon{
    position: absolute;
    top:50%;
    left:50%;
    width: 50px;
    height:50px;
    transform:translate(-50%,-50%);
    background: url(../images/video.png) no-repeat;
    z-index: 2;
    cursor:     pointer;
}
.section1_video>div .section1_video_box:hover img{
    transform:scale(1.2);
}
.section1_video>div img{
    width: 315px;
    transition: all 0.5s;
}
.section1_video>div p{
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    line-height: 64px;
    padding-right: 44px;
}
/*section1*/
/*section2*/
.section2{
    height: 605px;
    background: url(../images/bg2.png) center center no-repeat;
    box-sizing: border-box;
    font-size: 16px;
}
.content_title{
    padding:10px 15px;
    padding-right: 0px;
    background: #0c5095;
    color: #d0e8ff;
    width: 965px;
    font-size: 16px; 
    display:block;
    margin:11px  auto 60px auto;
}
.section2_nav li a{
    display:block;
    width: 362px;
    height: 54px;
    opacity: 1;    
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    background:rgba(36,229,239,0.3);
}
.section2_nav li:last-child a{
    margin-bottom: 0px;
}
.section2_nav li.active a{
    color: #10477d;
    background: #24e5ef;
}
.section2_nav li a:hover{
    color: #10477d;
    background: #24e5ef;
}
.section2_content li{
    width: 694px;
   /* height: 260px;*/
    border-radius: 10px;
    margin-left: 50px;
    padding:20px 0px 0px 30px;

}
.section2_content li:nth-child(1){
    background: url(../images/7.png) 98% center no-repeat;
    background-color: #0b3d69;
}
.section2_content li:nth-child(2){
    background: url(../images/8.png) 98% center no-repeat;
    background-color: #0b3d69;
}
.section2_content li:nth-child(3) {
    background: url(../images/9.png) 98% 66.55% no-repeat;
    background-color: #0b3d69;
}
.section2_content h2{
    font-size: 18px;
    font-weight: 700;
    position: relative;
    margin-bottom: 23px;
}
.section2_content h2:after{
    content:"";
    position: absolute;
    bottom:-8px;
    left: 0px;
    width:30px;
    height:3px;
    background: #24e5ef;

}
.section2_content_width{
    width: 60%;
}
.section2_content p{
    font-size: 16px;
    line-height: 26px;
}
.section2_content p i{
    display:inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #24e5ef;
    margin-right: 8px;
    vertical-align: middle;
}
.section2_content .load_btn{
    display: inline-block;
    width: 118px;
    height: 34px;
    background: #24e5ef;
    border-radius: 17px;
    margin-bottom: 20px;
    text-align: center;
    line-height: 34px;
    color: #0b3d69;
    font-size:16px;
    margin-top: 10px;
}
.section2_content .load_btn:hover{
    background: url(../images/btn1.png) center center no-repeat;

}
/*section2*/

.content_title3{
    width:934px;
    padding-right: 0px;
}
/*section3*/
.section3 {
    padding-bottom: 80px;
    overflow: hidden;
}
.section3_content_list h2{
    font-size: 22px;
    font-weight: 700;
    position: relative;
    margin-bottom: 10px;
}
.section3_content_list h2:before{
    content:"";
    position: absolute;
    bottom:1px;
    left: 0px;
    width: 101px;
    height: 10px;
    background: #16779f;
    z-index: -1;
}
.section3_content_list p{
    line-height: 20px;
}
.video_icon{
    position: absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width: 81px;
    height: 82px;
    background: url(../images/load.png) center center no-repeat;
    display: none;
    cursor: pointer;

}
.section3_content_list .img_box:hover{
    opacity: 0.6;
    background: #0b3d69;
}
.section3_content_list .img_box:hover .video_icon{
    display:block;
}
.section3_content_list .img_box{
    margin-top: 24px;
    width: 373px;
    height: 540px;
    overflow: hidden;
    position:   relative;
}
.section3_content_list .img_box .img_text{
    position:   absolute;
    bottom:0px;   
    width: 373px;
    height: 140px;
    box-sizing: border-box;
    padding: 24px 18px 0px 18px;
    line-height: 20px;
    opacity: 1;
    background: #0b3d69;
    border-radius: 0px 100px 0px 0px;
}
.section3_content_list .img_box .img_text p:nth-child(1){
    padding-right: 30px;
}
.section3_content_list .img_box img{
    width: 373px;
    height: 540px;
    transition:all 0.5s;
}
.section3_content_list .img_box:hover img{
    transform:  scale(1.2);
}
/*section3*/
/*section4*/

.section4{
    height: 1287px;
    background: url(../images/bg3.png) center center no-repeat;
    box-sizing: border-box;
    font-size: 16px;
}
.content_title4{

    width: 548px;
}
/*section4*/
/*company_info*/
.company_info{
    margin:80px auto;
    padding:30px;
    background: #0b3d69;
    border-radius: 10px;
    box-shadow: 0px 7px 7px 1px rgba(174,214,255,0.16); 
}
.company_info .logo{
    width: 162px;
    margin-bottom: 20px;
}
/*.company_info .code{
    display: flex;
    align-content: center;
}*/
.company_info .code {
    margin-bottom: 10px;
    margin-top:     14px;
}
.company_info .code p{
    font-size: 18px;
}
.company_info p{
   font-size: 16px;
   line-height: 26px;
}
/*company_info*/

/*抽奖区域*/
.lottery_box {
    /*padding-top: 80px;
    padding-bottom: 85px;
    background: #f8fafb;*/
}
.lottery_box .index_module{
    width: 1201px;
    height: 648px;
    background: url(../images/prize_bg.png) no-repeat;
}
.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-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.no_chance {
    width: 305px;
}

.pop_desc{
    font-size: 14px;
    padding: 10px;
    border-radius: 5px;
    margin-top: 4px;
    display: inline-block;
}
.no_chance .pop_desc{
    color: #fff;
    background: #e61439;
}

.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: 645px;
}

#prilist li {
    display: block;
    float: left;
    margin: 29px -15px -17px 27px;
    width: 189px;
    height: 189px;
  /*  background: rgba(0,0,0,0.5);*/
    text-align: center;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 30px;
    color: #fff;
    font-size: 16px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-bottom: 25px;
    padding-top: 25px;
}
#prilist li>div{
    width: 100%;
    height:   65%;
}
#prilist li>div img{
    max-width: 80%;
    max-height:100px;
}

#prilist .roll-1>div img{
    position:   relative;
    top:20px;
}
#prilist .roll-4>div img{
    position:   relative;
    top:20px;
}
#prilist .roll-5>div img{
    position:   relative;
    top:30px;
}
#prilist .roll-2>div img{
    position:   relative;
    top:40px;
}
/*#prilist li>div{
    height: 101px;
    display: flex;
    justify-content: center;
    align-items: center;
}*/
#prilist li.right {
    margin-right: 0;
}

#prilist li.active {
    background: rgba(17,88,157,0.44);
    box-shadow: 0px 0px 58px 21px rgba(83,223,237,0.84) inset; 
}

#prilist img {
    display: block;
    margin: 0 auto 0px;
}
.winner_desc{
    margin-top: 50px;
    color: #fff;
    line-height: 24px;
    font-size: 12px;
}
.winner_desc span{
    color:#F2AD18;
}
#prilist #begin_btn #start{
    position: relative;
    z-index: 2;
    font-size: 30px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
#prilist #begin_btn #start.active1 img{
    transform:scale(1.2);
}
#prilist #begin_btn #start img{
    transition: all 0.3s;
}
#prilist #begin_btn {
    padding: 0;
    height: 189px;
    line-height: 189px;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    border-radius: 16px;
    position: relative;
    z-index: 1;
    background: linear-gradient(-32deg,#173ccc 0%, #50e0ee 99%);
    border-radius: 30px;
    box-shadow: 0px 0px 26px 9px rgba(255,255,255,0.56) inset;
}

/*#prilist #begin_btn:after{
    content:"";
    position: absolute;
    top:0px;
    left: 0px;
    width: 240px;
    height: 170px;
    opacity: 1;
    background: #00aee3;
    border-radius: 16px;
}*/
/*#prilist #begin_btn:hover:after{
    background: #0090dd;
}*/
/*#prilist #begin_btn:hover{
background: #337ab7;
}
#prilist #begin_btn:active {
    font-size: 16px;
}*/

#winner_list {
    float: right;
    width: 500px;
    box-sizing: border-box;
    padding:0px 30px;
}

#winner_list a {
    text-decoration: underline;
}

#winner_list .list_box {
    display: block;
    /*padding-top: 10px;
    background: #00aee3;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    margin-bottom: 10px;*/
}

#winner_list .list_box b {
    display: block;
    margin: 0 auto;
    margin-top: 22px;
    line-height: 67px;
    font-size: 18px;
    margin-bottom: 10px;
    text-align: center;
    color: #fff;/*
    padding-left: 20px;*/
    box-sizing: border-box;
    font-weight: 700;
    width: 287px;
    font-size: 31px;
    background: linear-gradient(to right,rgba(50,127,203,0.1) 0%, rgba(16,71,125,0.98) 53%, rgba(16,71,125,0.1) 99%);
}

/*#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 {
    margin-top: 10px;
    height: 363px;
    line-height: 15px;
    overflow: hidden;
    color: #fff;
    border-top: none;
    padding: 20px 0;
    padding-top: 10px;
    border-radius: 0 0 8px 8px;
    font-size: 14px;
}

#winner_ul {
    display: block;
    padding: 20px 20px 0 20px;
}

#winner_ul .null {
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    padding-top: 30px;
    justify-content: center;
}

#winner_ul li {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 15px;
    color: #fff;
    box-sizing: border-box;
}
#winner_ul li span{
    color: #F9E642;
}
#winner_ul li em{
    display: inline-block;
    width: 70px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 14px;
}
#winner_ul li em:last-child{
  /*  width: 130px;*/
    width: auto;
}
.activity_content{
    margin-top: 38px;
    background: #12589e;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 5px rgba(83, 223,237,0.4) inset;
    padding: 30px 40px 30px 110px;
}
.activity_content p{
    margin-bottom: 14px;
}
.activity_content p .color_ye{
   color:#F2AD18; 
}
.activity_content p>i{
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    opacity: 1;
    background: #56deee;
    border-radius: 4px;
    text-align: center;
    line-height: 24px;
    color:#10477D;
    margin-right: 10px;
}
.activity_content p img{
    vertical-align: middle;
    margin-right: 5px;
}
.last_child {
    padding-top: 20px;
}
.last_child span{
    display: inline-block;
    margin-right:80px;
}
.last_child span:last-child{
    margin-right: 0px;
}
.code1{
    margin-right: 60px;
}
/*抽奖*/
/* 弹窗 */
.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{
    border-top: 1px solid #8dc5fe;
    margin: 10px 30px;
    margin-bottom: 35px;
}
.close-dialog{
    right: 5px;
    top: 5px;
    color: #999999;
}
.inline_dl {
    padding: 0 20px;
    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{
  /*  height: 100%;*/
   /* overflow: auto;*/
}
/*用户资料 - 弹窗表单*/
#submit_form{
    height: 100%;
    /*overflow-y: auto;*/
}
.color_red{
    color:#d22;
}
#submit_form dl{
    display: inline-block;
    margin: 10px 2%;
    width: 43%;
}
#submit_form dt{
    display: block;
    font-size: 14px;
}
#submit_form dt i{
    font-weight: normal;
    font-style: normal;
    color: #fff;
    margin-right: 5px;
}
#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: 45%;
    height: 35px;
    margin: 0 10px 10px 0;
    border: 1px solid #ddd;
}
#submit_form .inline_dl select:nth-child(2){
    margin-right: 0px;
}
#submit_form textarea{
    width: 84.5%;
    display: block;
    height: 60px;
    padding: 10px;
    border: 1px solid #ddd;
    overflow: hidden;
    resize: none;
    border-radius: 3px;
    margin-left: 47px;
}
.layui-layer.user_self_input{
    background: #1d6aba;
    border-radius: 10px;
}
.user_self_input .layui-layer-title {
    background: #1d6aba;
    border-radius: 10px;
    border-bottom: 0px;
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    padding-top: 3px;
}
.user_self_input .layui-layer-title span{
    font-weight: 400;
    font-size: 14px;
    color: #46f9d9;
    margin-left: 5px;
}
.user_self_input .layui-layer-setwin .layui-layer-close1 {
    background-position: 0 ;
    background: url(../images/close.png);
    width: 38px;
    height: 38px;
}
.user_self_input .layui-layer-setwin {
    right: -34px;
    top: -40px;
}

.user_self_input .layui-layer-btn{
    box-sizing: border-box;
    padding: 0 20px 12px;
}
.user_self_input .layui-layer-btn0{
    text-align: center;
    background: url(../images/form_btn.png) !important;
    border: 0px solid #3788df !important;
    padding: 0;
    font-size:24px;
    font-weight: 700;
    height: 73px;
    width: 254px;
    line-height: 73px;
    margin: 0 auto;
    display: block;
    position: relative;
    top:-80px;
}
.user_self_input .layui-layer-btn0:hover{
    background: url(../images/form_btn.png) !important;
    border: 0px solid #3788df !important;
}
.from_tip{
    font-size: 12px;
    color: #BDDDFF;
    text-align: center;
    position: absolute;
    left:50%;
    width: 100%;
    transform: translate(-50%,-50%);
    bottom:3%;
}
.frm_btn {
    background: none;
    color: #fff;
    width: 100%;
    height: 36px;
    vertical-align: top;
    border: none;
    outline: none;
    cursor: pointer;
}
.dialog{
    height: 100%;
    position: relative;
}
 .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;
 }
 .radio_box{
    display: block !important;
    line-height: 35px;
 }
/* 弹窗 */
/*奖品弹框*/
.layui-layer.lotter_alert{
    background: url(../images/prize_pop_bg.png) no-repeat;
    box-shadow:0 0 0 rgba(0,0,0,0);
}
.lotter_alert .layui-layer-ico {
    background: url(../images/close.png) no-repeat;
    width: 38px;
    height: 38px;
    background-position:0px 0px!important;
    top: -36px;
    right: -20px;
}
.lotter_alert  .layui-layer-content{
    padding-right: 0px;
    overflow: inherit!important;
}
.prize_pop_img{
    text-align: center;
}
.pop_0{
    margin-bottom: 50px;
}
.pop_no{
    margin-bottom: 90px;
}
.pop_2>div{
    width: 96px;
    height: 96px;
    border-radius: 50%;
    background: #fff0e4;
    margin: 30px auto;
    margin-bottom: 64px;
}
.pop_2 img{
    margin-top: 67px;
}

.pop_5>div{
    width: 96px;
    height: 96px;
    border-radius: 50%;
    background: #fff0e4;
    margin: 30px auto;
    margin-bottom: 64px;
}
.pop_5 img{
    margin-top: 48px;
}
.pop_4{
    margin-top: -73px;
    margin-bottom: 30px;
}
.pop_1{
    margin-top: -35px;
    margin-bottom: 30px;
}
.pop_7{
    margin-top: -107px;
    margin-left: 47px;
    margin-bottom: 30px;
}
.prize_pop_text{
    font-size: 32px;
    color: #225ba8;
}
.prize_pop_text2{
    font-size:26px;
    color: #666;
    margin-top: 50px;
}
.prize_pop_text3{
    font-weight: 700;    
    font-size: 32px;
    color: #e93030;
    padding-top: 10px;
    padding-bottom: 20px;
}
.prize_pop_text4{
    font-size: 18px;
    color: #666;
}
.prize_pop_btn{
    display: block;
    width: 220px;
    height: 72px;
    background: url(../images/pop_btn.png) no-repeat;
    margin:0 auto;
    line-height: 72px;
    font-size: 32px;
    font-weight: 700;
    cursor: pointer;
}
.prize_pop_btn1{
    margin-top: 20px;
}
.prize_pop_btn2{
    margin-top: 40px;
}
/*奖品弹框*/
/*侧边栏*/
.aside{
    position: absolute;
    top:80%;
    right:-40px;
    width: 387px;
    height: 628px;
    background: url(../images/aside_bg.png) no-repeat;
    z-index: 99;
    transform: scale(0.8);
}
.close2_btn{
    top: -23px;
    position: absolute;
    right: 14px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
}
.close2{

    top: -28px;
    position: absolute;
    right:0px;
}
.aside_fixed{

    position: fixed;
    top:24%;
}
.text1{
    position: absolute;
    top:46%;
    left: 16.7%;
    font-size: 23px;
    color: #ff5e5e;
}
.text6{
    position: absolute;
    height: 75px;
    width:150px;
    text-align: center;
    top: 65.1%;
    left: 33.7%;
    font-size: 22px;
    text-shadow: 0px 0px 6px rgba(115,182,252,1);

}

.text6 p:nth-child(1){

}
.text6 p:nth-child(2){
    font-size: 12px;
}
.text6 p:nth-child(3){
    font-size: 12px;
    color: #282845;
    margin-right: 6px;
    cursor: pointer;
    display: inline-block; 
    position: relative;
    top: -10px;
}
.text2{
    position: absolute;
    top: 54.3%;
    left: 16.7%;
    font-size: 23px;
    color: #ff5e5e;
}
.text3{
    position: absolute;
    left: 28%;
    top: 26%;
    font-weight: 700;
    font-size: 26px;
    text-shadow: 0px 0px 6px rgba(115,182,252,1);
}
.text4{
    position: absolute;
    left: 27%;
    top: 41%;
    font-weight: 700;
    font-size: 26px;
    text-shadow: 0px 0px 6px rgba(115,182,252,1);
}
.text_btn{
    width: 203px;
    height: 42px;
    border-radius: 40px;
   
    cursor: pointer;
    line-height: 42px;
    text-align: center;
}
.text5{

    position: absolute;
    left: 27%;
    top: 52.2%;
    font-weight: 700;
    font-size: 26px;
    text-shadow: 0px 0px 6px rgba(115,182,252,1);
}
.text7{

    position: absolute;
    left: 27%;
    top: 87%;
    font-weight: 700;
    font-size: 26px;
    text-shadow: 0px 0px 6px rgba(115,182,252,1);
}
/*侧边栏*/

.new{
    position: absolute;
    right: 0;
    top: 0;
    background: url(/static/main/img/new.gif)no-repeat;
    width: 35px;
    height: 13px;
    display: block;
}
 #submit_form  .label_info dt{
        padding-bottom:10px;
        display: block;
        float: inherit;
    }
    #submit_form  .label_info dd{
        display: block;float: inherit;
    }
@media screen and (max-width: 750px) {

    .aside{
        display: none;
    }
    .footer,#top{
        display: none;
    }
    .m_show{
        display: block;
    }
    .pc_show{
        display: none;
    }
    .section{
        padding-top: 0.6rem;
    overflow: hidden;
    }
    .wrapper{
        width: 100%;
    }
    html{
        font-size: 13.333333333vw;
    }
    body{
        width: 100vw;
        background:url(../images/bg_m.png?20210910) center -1.3rem  no-repeat;
        background-size: 100% auto;
    }
    .ac {
        border-bottom: 3px solid #3788df;
    }
    .ac a{
        color: #3788df !important;
        font-weight: 700;
    }
    .nav_header {
        height: 0.8rem;
        background: #1b4570;
        top: 0px;
    }
     .nav_header .logo{
        height: 100%;
        display: flex;
        align-items: center;
        padding-left: 0.3rem;
     }
    .nav_header .logo img{
        width: 1.56rem;
    }
    .nav_header>div{
        display: block;
    }
    .nav_header .nav_list{
        height: 0.8rem;
        padding:0 0.3rem;
        background: rgb(18, 73, 126,1);
     }
     .nav_header .nav_list li {
        margin-left: 0rem;
        margin-right: 0.5rem;
        height: 100%;
    }
    .nav_header .nav_list li a {
        font-size: 0.26rem;
        display: inline-block;
        height: 100%;
        line-height: 0.7rem;
        padding: 0px 0px;
        color: #fff;
        font-weight: 700;
    }
    /*title*/
    .title {
        height: 0.8rem;
        background: url(../images/title_m.png) center center no-repeat;
        background-size: 5rem 0.8rem;
        margin: 0 auto;
    }
    .title h2 {
        line-height: 0.78rem;
        font-size: 0.34rem;
        padding-right: 0px;
    }
    /*title*/
    .banner {
        height: 6rem;
        margin-top: 1.5rem;
    }
    /*section1*/
    .section1_text {
        display: block;
        padding-top: 0.4rem;
    }
    .section1_text .section1_text_left {
        width: 100%;
        font-size: 0.28rem;
        margin-right: 0px;
        display: block;
        align-items: center;
        height: auto;
        padding:0.2rem 0.3rem 0px 0.3rem;
        box-sizing: border-box;

    }
    .section1_text>div:last-child{
        text-align: center;
    }
    .section1_video_container{
        overflow-x: auto;
        width:  100%;
        padding-top: 0.5rem;
        background: url(../images/2_m.png) center bottom no-repeat;
        background-size: 100% 1.45rem;
        padding-bottom: 0.9rem;
        margin-bottom: 1.2rem;
    }
    .section1_video{
        display: block;
        width: 18.5rem;
        padding-left:0.3rem;
        background:transparent;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .section1_video>div{
        display: inline-block;
    }
    .section1_video>div {
        width: 6rem;
        height: 3.4rem;
        background: url(../images/6.png) left center no-repeat;
        background-size:7.25rem 3.4rem;
        padding-top: 0.35rem;
        padding-left: 0.2rem;
    }
    .section1_video>div p {
        font-size: 0.3rem;
        font-weight: 700;
        text-align: center;
        line-height: 1.2rem;
        padding-right: 0.4rem;
    }
    .section1_video>div .section1_video_box {
        width: 5.3rem;
        height: 3rem;
        overflow: hidden;
        position: relative;
        cursor: pointer;
    }
    .section1_video>div img {
        width: 5.3rem;
        height: 3rem;
        object-fit: cover;
    }
    /*section1*/
    /*section2*/
    .section2 {
        width: 100%;
        height: 11rem;
        background: url(../images/bg2_m.png) center center no-repeat;
        background-size: cover;
        box-sizing: border-box;
        font-size: 16px;
        padding:0 0.3rem;
        padding-top: 0.6rem;
    }
    .content_title {
        padding: 0.15rem;
        width: 100%;
        font-size: 0.2rem;
        box-sizing: border-box;
        display: block;
        margin: 0.2rem auto 0.6rem auto;
        background: rgb(12 ,80, 149,0.4);
    }
    .section2_nav_content_box{
        display: block;
    }
    .section2_nav{
        display: flex;
    }
    .section2_nav li{
        width: 33.33%;
    }
    .section2_nav li a {
        display: block;
        width: 100%;
        height: auto;
        color: #B1C8DB;
        margin-bottom: 0.4rem;
        font-size: 0.23rem;
        background: transparent!important;
    }
    .section2_nav li.active a{
        color: #fff;
        font-weight: 700;
    }
    .section2_content li {
        width: 100%;
        height: auto; 
        box-sizing: border-box;
        border-radius: 0.2rem;
        margin-left: 0px;
        padding: 0.2rem 0.3rem;
    }
    .section2_content p {
        font-size: 0.28rem;
        line-height: 0.44rem;
    }
    .section2_content_width {
        width: 100%;
    }
    .section2_content li:nth-child(1) {
        background: url(../images/7.png) 89% 86% no-repeat;
        background-size: 57%;
        background-color: #0b3d69;
        padding-bottom: 2rem;
    }
    .section2_content li:nth-child(3) {
        background: url(../images/8.png) 89% 86% no-repeat;
        background-size: 57%;
        background-color: #0b3d69;
        padding-bottom: 2rem;
    }
    .section2_content li:nth-child(2) {
        background: url(../images/9.png) 89% 86% no-repeat;
        background-size: 57%;
        background-color: #0b3d69;
        padding-bottom: 2rem;
    }
    .section2_content .load_btn {
        display: inline-block;
        position: relative;
        top: 1.6rem;
        width: 2rem;
        height: 0.54rem;
        background: #24e5ef;
        border-radius: 17px;
        margin-bottom: 20px;
        text-align: center;
        line-height: 0.54rem;
        color: #0b3d69;
        font-size: 16px;
        margin-top: 0px;
    }
    /*section2*/
    /*section3*/ 
    .section3 {
        padding:0 0.3rem;
        padding-top: 0.6rem;
    }
    .section3_bg_box{
        width: 7.02rem;
        height: 3.58rem;
        background: url(../images/section3_bg_box.png) no-repeat;
        background-size: cover;
        margin:0 auto;
    }
    .section3_bg_box .swiper-container {
        width: 6.3rem;
        height: 3.58rem;
        margin: 0;
        position: relative;
        left: -0.04rem;
        border-radius: 5px;
        overflow-x: hidden;
        overflow-y: visible;
    }

    .section3_bg_box .swiper-slide {
        width: 100%;
        height: 100%;
        text-align: center;
        font-size: 18px;
        background: transparent;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .img_box1{
        background: url(../images/p1_m.png) center bottom no-repeat;
    }
    .img_box2{
        background: url(../images/p2_m.png) center bottom no-repeat;
    }
    .img_box3{
        background: url(../images/p3_m.png) center bottom no-repeat;
    }
    .section3_bg_box .swiper-slide>div{
        width: 6.24rem;
        height: 3.58rem;
        background-size: cover;
        box-sizing: border-box;
        text-align: left;
        padding-top: 0.2rem;
        padding-left: 0.3rem;
        position: relative;
    }
    .section3_bg_box .swiper-slide h2 span{
        position:relative;
    }
    .section3_bg_box .swiper-slide h2{
        font-size: 0.32rem;
        position: relative;
        margin-bottom:  0.1rem;
    }
    .section3_bg_box .swiper-slide h2:before {
        content: "";
        position: absolute;
        bottom: 1px;
        left: 0px;
        width:1.1rem;
        height: 0.1rem;
        background: #16779f;
    }
    .section3_bg_box .swiper-slide>div>p{
        color: #d1d5d9;
        font-size: 0.2rem;
    }
    .section3_bg_box .swiper-slide .img_box {
        padding-top: 0.27rem;
        font-size: 0.24rem;
    }
    .swiper_load{
        display: block;
        width: 2.8rem;
        height: 0.7rem;
        background: #24e5ef;
        border-radius: 35px;
        text-align: center;
        color: #104274;
        line-height: 0.7rem;
        font-size: 0.24rem;
        margin:0.5rem auto 1rem auto;

    }
    /*section3*/ 
    /*section4 */
    .section4{
        padding:0.6rem 0.3rem;
    }

    .section4 {
        height: auto;
        background: url(../images/bg3_m.png) center center no-repeat;
        background-size: cover;
    }
    /*section4 */
    .lottery_box .index_module {
        width: 7.03rem;
        height: 10.21rem;
        background: url(../images/prize_bg_m.png) no-repeat;
        background-size:cover;
    }
    .section5{
        padding-left: 0.3rem;
        padding-right: 0.3rem;
    }
    .company_info {
        margin: 0.8rem auto;
        box-sizing: border-box;
        padding: 0.3rem;
        border-radius: 0.2rem;
    }
    .company_info>div{
        display: block;
    }
    .company_info .logo {
        width: 100%;
        margin-bottom: 0.45rem;
    }
    .company_info p {
        font-size: 0.26rem;
        line-height: 0.34rem;
    }
    .company_info .code {
        margin-bottom: 0px;
        margin-top: 0.37rem;
        text-align: center;
        font-size: 0.36rem;
        line-height: 0.8rem;
    }
   /*抽奖*/
   #winner_ul li em{
    line-height: 0.73rem;
   }
    #winner_ul li:nth-child(1) em{
        text-align: left;
    }
    #winner_ul li span {
        margin: 0 0rem !important;
        font-size: .28rem
        width: 8%!important;
    }
    #winner_ul li{
        padding-left: 0px;
    }
    .lotter_alert.layui-layer {
        width: 75% !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: 7.03rem;
        float: none;
        margin: 0 auto;
        padding-top: 0.25rem;
        padding-left: 0.28rem;
        padding-right: 0.28rem;
        box-sizing: border-box;
    }
    #prilist::after {
        display: none;
    }
    #prilist li {
        margin: 0 0 .16rem;
        box-sizing: border-box;
        height: 2.05rem;
        width: 2.05rem;
        padding: .16rem 0;
        font-size: 12px;
        word-break: break-all;
        background-size: cover;
        border-radius: 0.3rem;
    }
    #prilist .roll-1>div img,#prilist .roll-4>div img {
        top: 0px; 
    }
    #prilist .roll-2>div img,#prilist .roll-5>div img{
        top: 0px; 
    }
    #prilist li>div {
        height: 1rem;
        margin-top:0.1rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #prilist #begin_btn #start {
        position: relative;
        z-index: 2;
        font-size: 0.32rem;
        top: 0.05rem;
    }
    #prilist #begin_btn:after {
        width: 2.24rem;
        height: 1.78rem;
    }
     #prilist img{
        height: 90%;
     }
/*      .roll-8 img{
        height: 42px !important;
     } */
     .roll-2 img,
     .roll-4 img{
        height: 60% !important;
        margin: .15rem auto!important;
     }
     #prilist #begin_btn{
        box-sizing: border-box;
        height: 2.05rem;
        line-height: 2.05rem;
        border-radius: 0.3rem;
        font-size: .35rem;
        margin-bottom: 0;
     }
     #winner_ul {
        display: block;
        padding: 0px;
        line-height: 0.73rem;
    }
     #winner_list{
        width: 97%;
        margin: 20px 3% 0;
        font-size: 17px;
     }
     #winner_list .tips{
        color: #666;
     }
     #jq_marquee_box {
        height: 0.73rem;
        padding: 0px;
        margin-top: 0.35rem;
        width: 100%;
    }

    #winner_list .tips{
        display: none;
    }
    #winner_list .list_box b{
        display:none;
    }
    .winner_desc {
        margin-top: 0.2rem;
        line-height: 0.28rem;
        font-size: 0.2rem;
    }
    .activity_content .activity_content_text p {
        margin-bottom: 0.1rem;
        font-size: 0.24rem;
        text-indent: -0.6rem;
        margin-left: 0.6rem;
    }
    .activity_content p img{
        width: 0.4rem;
    }
    .activity_content p>i {
        width: 0.4rem;
        height: 0.4rem;
        line-height: 0.4rem;
        text-indent: 0;
        border-radius: 4px;
        text-align: center;
        line-height: 0.4rem;
    }
    .flex_m{
        display: flex;
        padding-top: 0.3rem;
    }
    .last_child{
        margin-bottom: 0px;
        padding-top: 0px;
    }
    .last_child span {
        display: inline-block;
        margin-right: 0px;
        font-size: 12px;
        margin-bottom: 0.2rem;
    }
    .code1 {
        margin-right: 0.3rem;
        width: 1.9rem;
        height: 1.9rem;
    }
    /*抽奖*/
    /*活动介绍*/
    .activity_content {
        margin-top: 0.4rem;
        background: #12589e;
        border-radius: 0.2rem;
        box-shadow: 0px 0px 10px 5px rgba(83, 223,237,0.4) inset;
        padding: 0.37rem;
        display: block;
    }
    /*活动介绍*/
     /*弹框*/

    .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: 45%;
    }
    #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%;
    }
    .sideBar{
        display: none;
    }
    .bdsharebuttonbox{
        display: none;
    }
    .close-dialog{
        right: 15px;
        color: #525252;
    }
    #submit_form{
        height: 80%;
    }
    .winner .layui-layer-content{
        font-size: 17px;
    }
    .pop_no {
        margin-bottom: 14%;
    }
    .pop_0 {
        margin-bottom: 0.3rem;
        position: relative;
        top: -0.4rem;
    }
    .pop_0 img{
        width: 2rem;
    }
    .pop_1{

    margin-bottom: 0.2rem;
    }
    .pop_1 img{
        width: 4.1rem;
        margin-bottom: 0.1rem;
    }
    .pop_2 img {
        margin-top: 67px;
        width: 1.5rem;
        margin-bottom: 0.5rem;
    }
    .pop_2{
        position: relative;
        top: -0.3rem;
    }
    .pop_2>div{
        margin-bottom: 0.3rem;
    }
/*
    .pop_4 img {
        width: 3.1rem;
        margin-bottom: 0.5rem;
    }*/
    .pop_4 img {

    width: 3.9rem;
        margin-bottom: 0rem;
    }
    .pop_4{
        margin-bottom: 0.3rem;
    }
    .pop_5>div{
    margin-bottom: 0.1rem;
    position: relative;
    top: -0.4rem;
    }
    .pop_7{
        margin-left: 0px;
        margin-bottom: 0.3rem;
    }
    .pop_7 img{
        width: 4.45rem;
    }
    .prize_pop_text {
        font-size: 0.4rem;
    }
    .prize_pop_text3 {
        font-weight: 700;
        font-size: 0.5rem;
        color: #e93030;
        padding-top: 0.3rem;
        padding-bottom: 0.4rem;
    }
    .prize_pop_text4 {
        font-size: 12px;
        color: #666;
    }
    .lotter_alert .layui-layer-content{
        padding-right: 0px;     
    }
    .layui-layer.lotter_alert {
        background: url(../images/prize_pop_bg.png) no-repeat;
        background-size: 100%;
        box-shadow: 0 0 0 rgba(0,0,0,0);
    }
    .prize_pop_text2 {
        font-size: 0.26rem;
        margin-top: 0.8rem;
    }
    .prize_pop_btn {
        display: block;
        width: 2.2rem;
        height: 0.72rem;
        background: url(../images/pop_btn.png) no-repeat;
        background-size: cover;
        margin: 0 auto;
        line-height: 0.72rem;
        font-size: 0.32rem;
        font-weight: 700;
        cursor: pointer;
    }
    .prize_pop_btn1 {
        margin-top: 0.6rem;
    }
    .prize_pop_btn2 {
        margin-top: 40px;
    }
    .user_self_input .layui-layer-title {
        border-bottom: 0px;
        font-size: 0.3rem;
        padding-top: 0.2rem;
        height: auto;
        padding: 0.2rem 0px 0rem 0.3rem;
        line-height: 0.4rem;
    }
    .user_self_input .layui-layer-title span {
        font-weight: 400;
        font-size: 12px;
        color: #46f9d9;
        margin-left: 0px;
        display: block;
    }
    .collect_title {
        border-top: 1px solid #8dc5fe;
        margin: 10px 0.3rem;
        margin-bottom: 10px;
    }
    .user_self_input .layui-layer-setwin {
        right: 50%;
        top: 106%;
        transform: translate(50%, -50%);
    }
    #submit_form dl {
    margin: 5px 2%;
    width: 96%;
    }
    .inline_dl {
        padding: 0 10px;
        box-sizing: border-box;
    }
    .user_self_input .layui-layer-btn0 {
        text-align: center;
        background: url(../images/form_btn.png) !important;
        background-size: cover!important;
        border: 0px solid #3788df !important;
        padding: 0;
        font-size: 0.24rem;
        font-weight: 700;
        height: 0.73rem;
        width: 2.54rem;
        line-height: 0.73rem;
        margin: 0 auto;
        display: block;
        position: relative;
        top: -52px;
    }
    .from_tip {
        padding: 0px 0.3rem;
        text-align: left;
        box-sizing: border-box;
        bottom: 0;
    }
    /*弹框*/
}
@media screen and (max-width: 375px){
    .section2{
        height: 11.5rem;
        background: url(../images/bg2_m.png) center center no-repeat;
        background-size: cover;
    }
    .pop_4 img {
        width: 4rem;
        margin-bottom: 0.4rem;
    }
    .pop_7 img {
        width: 4.3rem;
        margin-bottom: 0.3rem;
    } 

     .user_self_input .layui-layer-btn0{
        top:-65px;
    }
}

@media screen and (max-width: 360px){
    .section3_bg_box .swiper-slide>div{
        padding-top: 0.1rem;
        padding-left: 0.1rem;
    }
        

}
    

@media screen and (max-width: 320px){
    .user_self_input .layui-layer-btn0{
        top:-72px;
    }
    .section3_bg_box .swiper-slide>div{
        padding-top: 0.1rem;
        padding-left: 0.1rem;
    }
    .section3_bg_box .swiper-slide .img_box {
        padding-top: 0rem;
        font-size: 0.2rem;
    }
    .section3_bg_box .swiper-container {
        height: 4rem;
    }
    .section3_bg_box .swiper-slide>div{
        height: 4rem;
    }
    .winner_desc {
        margin-top: 0.0rem;
        line-height: 0.3rem;
        font-size: 0.2rem;
    }
       
    .pop_2>div {
        margin-bottom: -0.4rem;
    } 
    .pop_2 {
        position: relative;
        top: -0.9rem;
    }
    .pop_1 img {
        width: 4.1rem;
        margin-bottom: 0.5rem;
    }
    .pop_4 img {
        margin-top: 0.2rem;
    }
    .pop_7 img {
        width: 4.2rem;
        margin-bottom: 0rem;
        margin-top: 0.4rem;
    }
    .pop_5{

        position: relative;
        top: -0.8rem;
    }
    .pop_5>div {
        margin-bottom: -0.4rem;
    }
    #submit_form {
        height: 75%;
    }
    .info_msgBox{
        height: 100%;
    }
}