.m_nav{
    display: none;
}
.m_show{
    display: none;
}
.is_allow{
    cursor: pointer;
}
.wrap{
    width:1200px;
    margin:0 auto;
}
div{
    box-sizing: border-box;
}
.layui-layer,
.layui-layer div{
    box-sizing: content-box;
}
.section{
   /* padding-top: 80px;*/
    padding-bottom: 100px;
}
.section .title {
    height: 66px;
    margin-bottom: 30px;
}
.section .title.title1{
    background:url(../images/title1.png) center center no-repeat;
}
.section .title.title2{
    background:url(../images/title2.png) center center no-repeat;
}
.section .title.title3{
    background:url(../images/title3.png) center center no-repeat;
}
.load_btn{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 164px;
    height: 48px;
    background: #f8dc00;
    border-radius: 4px;
    font-size: 16px;
}
.load_btn:hover{
    background: #e2b108;   
}
.btn_submit_style{
    display: block;
    margin:0 auto;
    width: 210px;
    height: 60px;
    background: #da1f3d;
    border-radius: 8px;
    line-height: 60px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}
.btn_submit_style:hover{
    opacity: 0.8;
    background: #da1f3d;
}
/*nav*/
.nav{
    position: fixed;
    top:30px;
    left:0px;
    right:0px;
    height:70px;
    background-color: #2e2c2c;
}
.nav_list{
    height: 70px;
}
.nav_list li a{
    color:#fff;
    display: inline-block;
    height: 100%;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 68px;
    border-bottom: 2px solid rgba(0,0,0,0);
}
.nav_list li{
    margin-left: 40px;
}

.nav_list li:hover a{
    color:#F8DC00;
}
.nav_list li.active a{
    color:#F8DC00;
    border-bottom: 2px solid #F8DC00;
}
/*nav*/
/*banner*/
.banner{
    margin-top: 100px;
}
.banner img{
    width: 100%;
    vertical-align: middle;
}
/*banner*/
/*aside*/
.aside_left{
    position: fixed;
    top:50%;
    right: 30px;
    transform: translate(0,-50%);
    width: 116px;
    background: #282525;
    padding: 5px;
    box-sizing: border-box;
    background: url(../images/aside1.png) left top no-repeat,  url(../images/aside2.png) right bottom no-repeat;
    z-index:    9;

}
.aside_left li{
    width: 100%;
    height:56px;
    border: 2px solid #c6c6c6;
    border-bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background: #3d3939;
}
.aside_left li:last-child{
    border: 2px solid #c6c6c6;
}
.aside_left li:first-child{
    border-left: 2px solid #ffe933;
    position:   relative;
}
.aside_left li:first-child:after{
    content: "";
    position: absolute;
    left: 0px;
    top: -2px;
    height: 2px;
    width: 57%;
    background: #ffe933;
}
.aside_left li.active{
    color: #ffe933;
    background: #282525;
}
.aside_left li:hover{
    background: #282525;
}
.aside_left li:nth-child(1){
    background: #ffe933;
    color: #333;
}
.aside_left li:nth-child(1) span{
    display: inline;
}
/*aside*/
/*sectio1*/
.section1_box{
    padding: 20px;
    padding-bottom: 40px;
    background: url(../images/section1.png) center center no-repeat;
    background-size:100% 100%;
    margin-bottom:  40px;
}
.section1_left{
    width: 520px;
    line-height: 24px;
    margin-right: 27px;
}
.section1_left .section1_video{
    width: 100%;
    height: 293px;
    background: url(../images/section1_video.png?20210124) center center no-repeat;
    margin-bottom: 15px;
    position: relative;
    cursor: pointer;
}
.video_icon{
    width: 77px;
    height: 77px;
    position: absolute;
    top:calc(50% - 38px);
    left:calc(50% - 38px);
    background: url(../images/play1.png) center center no-repeat;
    transition: transform 0.5s;
}
.video_icon:hover{
    background: url(../images/play2.png) center center no-repeat;
    transform: scale(1.1);
}
.title_sub_1{
    margin-bottom:  40px;
}
.section1_load>div{
    width: 172px;
    text-align: center;
}
.section1_load>div:nth-child(2){
    margin:0px 39px;
}
.section1_load>div img{
    vertical-align: middle;
    margin-bottom:  30px;
}
.section1_load>div a img{
    margin-bottom: 0px;
    margin-right: 10px;
}
.section1_load>div a{
    margin:0 auto;
}
.section1_01_box{
    padding: 20px;
    padding-bottom: 40px;
    background: url(../images/section2.png) center center no-repeat;
    background-size:100% 100%;
}
.section1_01_content{
    background: rgba(255,255,255,0.12);
    padding: 25px;

}
.section1_01_content>div{
    width:  500px;
}
.section1_01_content1{
    margin-bottom:10px;

}
.section1_01_text{
    text-align: left;
}
.section1_01_text p{
    line-height: 24px;
}
.section1_01_text a{
    font-weight: 700;
}
.section1_01_text>div{
    padding-top:33px;
    padding-bottom:45px;
}
/*sectio1*/
/*section2*/
.section2_box{
    padding: 20px;
    padding-bottom: 40px;
    background: url(../images/section1.png) center center no-repeat;
    background-size:100% 100%;
}
.secrion2_nav{
    border-bottom: 1px solid  rgba(255,255,255,0.5);
    margin-bottom: 30px;
}
.secrion2_nav li{
    margin-right: 80px;
    cursor: pointer;
    font-weight: 700;
    line-height: 60px;
    font-size: 20px;
    position: relative;
    top:2px;
}
.secrion2_nav li.active{
    border-bottom: 4px solid #f8dc00;
    color:#F8DC00;
}
.secrion2_nav li:hover{
    color:#F8DC00;
}
.secrion2_content{
    background: rgba(255,255,255,0.12);
    padding: 40px 30px;
}
.secrion2_content>div:first-child{
    width: 557px;
    position: relative;
    font-size: 16px;
    line-height: 32px;
}
.secrion2_content>div .section_nav_img{
    width: 500px;
    height: 280px;
    object-fit: cover;
}
.secrion2_content>div:first-child a{
    font-weight: 700;
    position: absolute;
    bottom: 0px;
    left:0px;
}
/*section2*/
/*section3*/
.section3_box{
    padding: 20px;
    padding-bottom: 40px;
    background: url(../images/section2.png) center center no-repeat;
    background-size:100% 100%;
    margin-bottom:  40px;
}
.title_sub_4{
    display: block;
    vertical-align: middle;
    margin-bottom: 30px;
}
.ection3_progress{
    display: block;
    vertical-align: middle;
    margin-bottom:  64px;
}
.yellow_color{
    color:#F8DC00;
}
.section_rule{
    width: 648px;
    padding: 40px 20px;
    box-sizing: border-box;
    background: rgba(255,255,255,0.12);
    margin-right: 30px;
}
.section_rule h2{
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 25px;
}
.section_rule p{
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 22px;
}
.section3_rule_img img{
    display:block;
    margin-bottom:20px; 
}
.section3_rule_img img:last-child{
    margin-bottom: 0px;
}
/*section3*/
/*section4*/
.title_sub_5{
    margin-bottom: 20px;
}
.rule_box p span{
    color:#F6D000;
}
.about_us{
    padding: 40px 110px;
    background: url(../images/section3.png) center center no-repeat;
    background-size:100% 100%;
}
.about_us div:first-child p{
    width: 600px;
    line-height: 24px;
}
.about_us>div:last-child{
    width: 180px;
    text-align: center;
    line-height: 30px;
}
.about_us div div{
    display: flex;
    padding-top: 50px;
}
.about_us div div span{
    display: flex;
    justify-content: center;
    margin-right:   59px;
    align-items: center;
}
.about_us div div span img{
    margin-right: 10px;
}
.company_info{
    background: #403c3c;
    padding-top: 49px;
    padding-bottom: 39px;
}
.company_info img{
    margin-bottom: 25px;
}
.company_info p{
    line-height:24px;
}
/*section4*/ 
/*抽奖区域*/
.index_module {
    padding: 20px;
    padding-bottom: 50px;
    background: url(../images/section3.png) center center no-repeat;
    background-size:100% 100%;
    margin-bottom:  40px;
}
.lottery_start_box {
   width: 580px;
   height: 580px; 
   position: relative;
   margin-left: 40px;
}
.lotteryBtnBg1{
    position: absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    background:url(../images/lotteryBtnBg1.png) center center no-repeat;   
    width:146px;
    height: 146px;
    z-index:    3;
    border-radius: 50%;
    box-shadow: 10px 14px 26px rgba(226, 78, 13, 0.4);
}
.lottery_start_box .outer {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.lottery_start_bg{
   width: 580px;
   height: 580px; 
}
.lottery_start_bg>img{
    width: 100%;
    height: 100%;
}
.lottery_start_box .outer img{
    width: 100%;
}
.lottery_start_box .inner{
    position: absolute;
    width: 240px;
    height: 240px;
    left: calc(50% - 120px );
    top: calc(50% - 120px );
    z-index: 2;
    cursor:pointer;
    background: url(../images/lotteryBtn.png) center 2px no-repeat; 
    opacity: 0.8;
   /* background-color: red;*/
}

.lottery_box {
    padding-top: 100px;
    padding-bottom: 85px;
    background: #fff;
}
.lottery_box .index_module {
    margin-bottom: 70px;
}
.prize_name {
    margin: 4px 0;
    color: #da1f3d;
    font-size: 18px;
    display: block;
    font-weight: 700;
}
.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;
}

.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 .img_go{
    text-align: center;
    padding-top: 20px;
}
.lotter_alert .layui-layer-content big {
    display: block;
    margin-bottom: 5px;
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    margin-top: 35px;
}
.lotter_alert .layui-layer-content big.no-padding{
    margin-top: 0px;
    font-weight: 400;
}
.lotter_alert .layui-layer-content span{

    color: #999;
    font-size: 12px;
    height: auto;

}
.lotter_alert .layui-layer-content .go_study {
    display:    block;
    color: #222020;
    font-size: 18px;
    line-height: 23px;
    width: 120px;
    height: 40px;
    background: #f8dc00;
    border-radius: 4px;
    margin: 0 auto;
    line-height: 40px;
    margin-top: 20px;
    cursor: pointer;
}

.lotter_alert.no_chance {
    width: 305px;
}

.lotter_alert.no_chance big {
    display: block;
    padding-top: 10px;
    color: #342e2e;
    margin-top: 20px;
}


.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 img.prize_img{
    width: auto;
}

.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;
}

.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: 750px;
    margin-right: 52px;
}

#prilist li {
    display: block;
    float: left;
    margin: 0 15px 15px 0;
    width: 240px;
    padding: 30px 0;
    text-align: center;
    height: 180px;
    box-sizing: border-box;
    overflow: hidden;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    color: #337ab7;
    background: url(../images/prize_bg.png) no-repeat;
    font-size: 16px;
}
#prilist li>div{
    height: 101px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#prilist li.right {
    margin-right: 0;
}

#prilist li.active {
    background: #e3f1ff;
}
#prilist img {
    display: block;
    margin: 0 auto 10px;
}
#prilist #begin_btn #start{
    position: relative;
    z-index: 2;
    font-size: 30px;
}
#prilist #begin_btn {
    padding: 0;
    height: 180px;
    line-height: 180px;
    font-size: 20px;
    color: #fff;
    background: #1362B8;
    background: #0090dd;
    cursor: pointer;
    border-radius: 16px;
    position:relative;
    z-index: 1;
}

#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_rule{
    display: flex;
    flex-flow: column;
    align-items: flex-end;
    width: 440px;
    margin-top: 30px;
}
#winner_list {
    width:  100%;
    border-radius: 4px;
    margin-bottom: 30px;
}
#winner_list h3{
    width: 100%;
    height: 48px;
    background: #ffe933;
    border-radius: 4px 4px 0px 0px;
    font-size: 16px;
    color: #333;
    line-height: 48px;
    text-align: left;
    padding-left:   30px;
    box-sizing:     border-box;

}
#winner_list a {
    text-decoration: underline;
}

#winner_list .list_box {
    display: block;
    padding-top: 10px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    margin-bottom: 10px;
}

#winner_list .list_box b {
    display: block;
    margin: 0 auto;
    font-size: 18px;
    margin-bottom: 10px;
    text-align: left;
    color: #fff;
    padding-left: 20px;
    box-sizing: border-box;
    font-weight: 400;
}

/*#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:366px;
    line-height: 15px;
    overflow: hidden;
    color: #000;
    border-top: none;
    padding: 20px 0;
    padding-top: 14px;
    padding-left: 0px;
    border-radius: 0 0 8px 8px;
    font-size: 14px;
    background: #fff;
}

#winner_ul {
    display: block;
    padding: 0 70px 0 70px;
}

#winner_ul .null {
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    padding-top: 30px;
    justify-content: center;
}

#winner_ul li {
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 34px;
    color: #222020;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;

}
#winner_ul li span{
    color: #222020;
}
#winner_ul li em{
    display: inline-block;
    width: 70px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 14px;
    color: #333;
}
#winner_ul li em:first-child{
color: #333;
}
#winner_ul li em:last-child{
    color: #333;
}

/* 弹窗 */
.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: 40px;
    margin: 16px 0;
    color: #3788df;
}
.close-dialog{
    right: 5px;
    top: 5px;
    color: #999999;
}
.inline_dl {
    padding: 0 30px;
    box-sizing: border-box;
}
.submit_form_box_flex>div:nth-child(1) .inline_dl{
    padding-right: 20px;
}
.submit_form_box_flex>div:nth-child(2) .inline_dl{
    padding-left: 20px;
}
#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: 88%;
    overflow-y: auto;
    position: relative;
}
.color_red{
    color:#d22;
}
#submit_form dl{
    display: block;
    margin: 20px 0;
}
.other_content{
    margin:-20px 0px  10px 0px!important;
}
#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;
    width: 43%;
    display: inline-block;
    line-height: 20px;
}
#submit_form label input{
    margin-right: 5px;
    vertical-align: middle;
}
#submit_form .inline_selects label{
    float: left;
    width: 280px;
}
#submit_form .inline_dl dt{
    float: left;
    line-height: 25px;
    padding-right: 10px;
}
#submit_form .inline_dl select{
    width: 49%;
    height: 35px;
    margin: 0 10px 0px 0;
    border: 1px solid #ddd;
}
#submit_form .inline_dl select:nth-child(2){
    margin-right: 0px;
}
#submit_form textarea {
    width: calc(100% - 47px);
    display: block;
    height: 60px;
    /* padding: 10px; */
    padding: 0px 6px;
    box-sizing: border-box;
    line-height: 35px;
    height: 35px;
    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: 50%;
    text-align: center;
    background: #1d57bb !important;
    border: 1px solid #1d57bb !important;
    padding: 0;
    font-size: 14px;
    height: 35px;
    display: block;
    /* margin: 0 auto; */
    line-height: 35px;
} 
.user_self_input .layui-layer-btn0:hover{
    background: #387BDC !important;
    border: 1px solid #387BDC !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;
}

 .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;
 }
/* 弹窗 */


.form_submit_button{
    width: 48%;
    height: 48px;
    background: #f8dc00;
    border-radius: 4px;
    outline: none;
    border: none;
    font-size: 18px;
    color: #333;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0px);
    bottom: 20px;
}
.form_submit_button:hover{
    opacity: 0.9;
};
 #submit_form  .label_info dt{
        padding-bottom:10px;
        display: block;
        float: inherit;
    }
    #submit_form  .label_info dd{
        display: block;float: inherit;
    }

/*弹窗*/
.user_self_input {
    color: #333;
}
.user_self_input  .layui-layer-title {
    border-bottom: 0px solid #eee;
    background-color: #f8dc00;
    color: #333;
    font-size: 14px;
    padding-left: 30px;
    /* padding-top: 10px; */
    box-sizing: border-box;
    overflow: visible;
}
.user_self_input .layui-layer-ico {
    background: url(../images/close.png) no-repeat;
    background-position:0px!important;
}
.user_self_input .collect_title {
    color: #FB4754;
    padding-left: 0px;
    text-indent: 30px;
}
.submit_form_box_flex>div{
    width: 50%;
}
.form_success{
    box-sizing: border-box;
}
.form_success .form_success_box{
    padding-top:50px;
}
/*弹窗*/
/*复选框样式*/
input[type="radio"] {
  width: 16px;
  height: 16px;
  background-color: #fff;
  -webkit-appearance: none;
    border: 2px solid #999999;
  border-radius: 2px;
  outline: none;
  vertical-align: middle;
  border-radius:50%;
  margin-right: 10px;
  position: relative;
}
input[type="radio"]:checked {
  background:rgba(248,220,0,0.1);
  background-size: 100% 100%;
  border:none;
    border: 2px solid #f8dc00;
}

input[type="radio"]:checked:after{
    content:"";
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background:#f8dc00; 
}
/*复选框样式*/
input[type="checkbox"] {
  width: 20px;
  height: 20px;
  background-color: #fff;
  -webkit-appearance: none;
    border: 1px solid #707070;
  outline: none;
  vertical-align: middle;
  border-radius:4px;
margin-right: 10px;
position: relative;
top: -1px;
}
input[type="checkbox"]:checked {
  background:#F8DC00;
  background-size: 100% 100%;
  border:none;
  position: relative;
}
input[type="checkbox"]:checked:before, input[type="checkbox"]:checked::after {
    content: "";
    height: 14px;
    width: 2px;
    border-radius: 10px;
    display: block;
    background: white;
    position: absolute;
    top: 2px;
    left: 11px;
    transform: rotate(45deg);
}
input[type="checkbox"]:checked::before {
    height: 7px;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    position: absolute;
    top: 8px;
    left: 5px;
}
/*复选框样式*/
.from_input12_box{
    padding-left: 48px;
}
.paddingLeft0{
    padding-left: 0px;
}
.paddingRight10{
    padding-right: 10px;
}
.wid105{
    width: 171px!important;
}
#submit_form  dd .from_input12_box label{
    display: inline-block;
    width: auto;
    margin: 0px;
    margin-bottom: 10px;
    margin-right: 10px;
}
.from_input12_width105 label{
    margin-right: 4px!important;
    width:  109px!important;
}
#submit_form .show_address{display: none;}
.logo_menu_drop{
    display: none;
}
.mySwiper1_box{
    display:none;
}
.ection3_progress_m{
    display: none;
}
.mySwiper2_box{
    display:none;
}
@media screen and (max-width: 750px) {
    .aside_left{
        display: none;
    }
    #top{
        display: none;
    }
   
    .pc_show{
        display: none;
    }
    .m_show{
        display: inherit;
    }
    html{
        font-size: 13.333333333vw;
    }
    body{
        width: 100vw;
    }
    .section_bg{
        background: transparent;
        margin-top: -2.1rem;
        position: relative;
    }
    .section {
        padding-top:0rem;
        padding-bottom:0.8rem;
    }
    .wrap{
        width: 100%;
        padding: 0px 0.3rem;
    }
    .nav .wrap{
        padding: 0px ;
        display: block;
    }
    .section .title h2 img {
        margin-right: 0.3rem;
        width: 0.6rem;
    }
    .section .title h2{
        font-size: 0.4rem;
        margin-bottom:  0.6rem;
    }
    .title .title_line{
        margin-bottom: 0.4rem;
    }
    .title h2 {
        font-size: 0.38rem;
        font-weight: 700;
        color: #232425;
        margin-bottom: 0.2rem;
    }
    .title p{
        font-size: 0.24rem;
    }
    .nav_list li {
        margin-left: 0.15rem;
        text-align: right;
        margin:0 0.3rem;
        border-bottom: 1px solid #484848;
    }
    .nav_list li a {
        color: #fff;
        font-size: .32rem;
        line-height: 0.8rem;
    }
    .nav_list li.active a{
        border-color: transparent;
    }
    .logo_menu_drop{
        display: block;
        position: absolute;
        right:-0.3rem;
        top:0px;
        width: 0.88rem;
        height:0.88rem;
        background: url(../images/open.png) center center no-repeat;
        background-size: 0.44rem 0.44rem;
        background-color: #393939;
    }
    .logo_menu_drop.active{
        background: url(../images/open_close.png) center center no-repeat;
        background-size: 0.44rem 0.44rem;
        background-color: #393939;
    }
    /*页面内容*/
    .nav{
        top:0px;
        height: 0.88rem;
        padding: 0 0.3rem;

    }
    .nav_list {
        height:auto;
        display: block;
        width:calc(100% + 0.6rem);
        margin:0 -0.3rem;
        background: #393939;
        display:   none;
    }
    .logo_m{
        height: 0.88rem;
        position:   relative;
    }
    .logo{
        width: 1.39rem;
    }
    .banner {
        margin-top: 0.88rem;
    }
    .banner img{
        vertical-align: middle;
    }
    .section .title {
        height: 0.76rem;
        margin-bottom: 0.5rem;
    }
    .load_btn{

        display: flex;
        justify-content: center;
        align-items: center;
        width: 2rem;
        height: 0.54rem;
        background: #f8dc00;
        border-radius: 4px;
        font-size: 0.28rem;
    }
    /*section1*/
    .section .title.title1 {
        background: url(../images/title1_m.png) center center no-repeat;
        background-size: 6.54rem 100%;
    }
    .section1_box {
        display: block;
        padding: 0.26rem;
        padding-bottom: 0.32rem;
        background: url(../images/section1_m.png) center center no-repeat;
        background-size: 100% 100%;
        margin-bottom: 0.24rem;
    }
    .section1_left {
        width: 100%;
        line-height:1.5;
        margin-right: 0px;
        font-size: 0.24rem;
    }
    .section1_left .section1_video {
        width: 100%;
        height: 3.66rem;
        background: url(../images/section1_video.png) center center no-repeat;
        background-size: 100% 100%;
        margin-bottom: 0.15rem;
        position: relative;
    }
    .title_sub_1 {
        margin-bottom: 0.3rem;
        width: 4.5rem;
        padding-top: 0.48rem;
    }
    .section1_load>div{
        width:  30%;
    }
    .section1_load>div:nth-child(2){
        margin:0;
    }
    .section1_load>div img {
        vertical-align: middle;
        margin-bottom: 0.23rem;
        width: 100%;
    }
    .section1_load>div a img{
        width:  0.28rem;
    }
    .section1_load .load_btn{
        width:  100%;
    }
    /*section1*/
    /*section2*/
    .section1_01_box{
        display: none;
    }
    .mySwiper1_box {
        display: block;
        position:   relative;
        padding: 0.26rem;
        padding-bottom: 0.32rem;
        background: url(../images/section1_m.png) center center no-repeat;
        background-size: 100% 100%;
        margin-bottom: 0rem;
    }
    .mySwiper_item{
        width:  100%;
    }
    .mySwiper_item .section_01{
        width:  100%
    }
    .section1_01_text {
        padding-top: 0.3rem;
    }
    .section1_01_text>img{
        width: 2.56rem;
        margin-bottom: 0.1rem;
    }
    .section1_01_text>div {
        padding-top: 0;
        padding-bottom: 0.2rem;
        font-size: 0.24rem;
        line-height: 1.5;
    }
    .section1_01_text a {
        font-weight: 700;
        width: 100%;
        height: 0.76rem;
        font-size: 0.28rem;
    }

   .section .title.title2 {
        background: url(../images/title2_m.png) center center no-repeat;
        background-size: 100% 100%;
    }
    .section2_box{
        display: none;
    }
    .mySwiper2_box {
        display: block;
        position:   relative;
        padding: 0.26rem;
        padding-bottom: 0.32rem;
        background: url(../images/section2_m.png) center center no-repeat;
        background-size: 100% 100%;
        margin-bottom: 0rem;
    }    
    .mySwiper2_item img{
        width: 100%;
        display: block;
    }
    .mySwiper2_item p{
        padding-top: 0.1rem;
        line-height: 1.5;
        font-size: 0.24rem;
        margin-bottom: 0.2rem;
    }
    .mySwiper2_item a{
        font-weight: 700;
        width: 100%;
        height: 0.76rem;
        font-size: 0.28rem;
    }
    .mySwiper2_item h2{
        font-size: 0.4rem;
        position: relative;
        display: inline-block;
        font-weight: 500;
        letter-spacing: 2px;
        text-shadow: 2px 1px 3px rgba(0,0,0,0.7);
        margin-bottom: 0.2rem;
    }
    .mySwiper2_item h2:after{
        content:"";
        position:absolute;
        z-index: -1;
        bottom:0;
        left: 0px;
        right:0px;
        height:0.15rem;
        background: #ffe933;
    }
    .mySwiper2_item h2:before{
        content: "";
        position: absolute;
        z-index: -1;
        bottom: 0;
        left: 57%;
        right: 0px;
        height: 0.25rem;
        background: #ffe933;
        border-radius: 2px 2px 0px 0px;
    }
    .ection3_progress{
        display: none;
    }
    .ection3_progress_m{
        display: block;
        width: 100%;
    }
    /*section2*/
    /*section2 section3 swiper公用*/

    .mySwiper1_2.swiper {
        width: 100%;
        height: 100%;
        overflow: hidden;
        padding-bottom: 0.4rem;
    }
    .mySwiper1_2.swiper .swiper-pagination-bullet {
        width: 0.6rem;
        height: 0.08rem;
        display: inline-block;
        border-radius: 4px;
        background: #000;
        opacity: .2;
    }
    .mySwiper1_2.swiper .swiper-pagination-bullet {
        width: 0.6rem;
        height: 0.08rem;
        display: inline-block;
        border-radius: 4px;
        background: #ffe933;
        opacity: .3;
    }    
    .mySwiper1_2.swiper .swiper-pagination-bullet-active {
        opacity: 1;
        background: #ffe933;
    }
    /*section2 section3 swiper公用*/
   /*section3*/
   .section .title.title3 {
        background: url(../images/title4_m.png) center center no-repeat;
        background-size: 100% 100%;
    }
    .section3_box {
        display: block;
        position:   relative;
        padding: 0.26rem;
        padding-bottom: 0.32rem;
        background: url(../images/section3_m.png) center center no-repeat;
        background-size: 100% 100%;
        margin-bottom:0.24rem;
    }
    .title_sub_4 {
        margin-bottom: 0.3rem;
        width: 1.19rem;
    }
    .ection3_progress_m{
        margin-bottom: 0.33rem;
    }
    .section3_box .flex{
        flex-flow: column-reverse;
    }
    .section3_rule_img img{
        width: 100%;
        margin-bottom: 0.2rem;
    }
    .section3_rule_img img:last-child{
        margin-bottom: 0.5rem;
    }
    .section_rule {
        width: 100%;
        padding: 0px 0px;
        box-sizing: border-box;
        background: transparent;
        margin-right: 0px;
        font-size: 0.24rem;
        /* line-height: 1.5rem; */
    }
    .section_rule h2 {
        font-weight: 700;
        font-size: 0.28rem;
        margin-bottom: 0.25rem;
    }
    .section_rule p {
        margin-bottom: 0.1rem;
        font-size: 0.24rem;
        line-height: 1.5;
    }
   /*section3*/
   /*section4*/
   .about_us {
        padding: 0.26rem;
        background: url(../images/section5_m.png) center center no-repeat;
        background-size: 100% 100%;
        display: block;
        position: relative;
    }
    .about_us div:first-child p {
        width: 100%;
        line-height: 1.5;
    }
    .about_us div div{
        padding-top: 0px;
        display: block;
        position: absolute;
        right: 0.1rem;
        left:2.8rem;
        bottom: 13%;
        width: 61%;
    }
    .about_us div div  span{
        justify-content: start;
        margin-bottom:  0.18rem;
        font-size: 0.12rem;
    }
    .about_us div div span img {
        margin-right: 0.1rem;
        width: 0.32rem;
    }

    .about_us>div:last-child {
        text-align: center;
        font-size: 12px;
        line-height:20px;
        padding-top:0.3rem;
        width: 2.5rem;
        text-align: center;
        color: #f9fcff;
    }
    .about_us>div:last-child p{
        font-size: 0.12rem;
        width: 3rem;
        margin-left:-0.25rem;
        color: #f9fcff;
    }
    .about_us>div:last-child img{
        width:  100%;
        width: 1.88rem;
    }
    .company_info img {
        margin-bottom: 0.29rem;
        width: 1.4rem;
    }
    .company_info {
        padding-top: 0.58rem;
    }
    .company_info p {
        line-height: 1.5;
        font-size: 0.24rem;
    }
   /*section4*/
   /*section5*/
   
   /*section5*/
    #prize_area{
        display: block;
    }
   
    
    #winner_ul li em:first-child{
        width:30%;
        float: left;
    }
     #winner_ul li em{

    line-height: 0.6rem;
    }
    #winner_ul li span{
        width:17%;
        margin:0px;
        float: left;
    }
    #winner_ul li em:last-child {
        width: 50%;
        float: left;
    }
    .lottery_start_box .inner {
        width: 1.9rem;
        height: 1.9rem;
        left: calc(50% - 0.95rem );
        top: calc(50% - 1rem );
        background-size: 51%;
    }

    .lotteryBtnBg1 {
        width: 1.26rem;
        height: 1.26rem;
        background-size: 1.26rem;
    }
    /*抽奖*/
    .title_sub_5 {
        margin-bottom: 0.4rem;
        width: 1.19rem;
    }
    .index_module {
        margin-bottom: 0.5rem;
        padding: 0.26rem;
        padding-bottom: 0;
        background: url(../images/section4_m.png) center center no-repeat;
        background-size: 100% 100%;
    }
    .lottery_start_box {
        width:6.2rem;
        height: 6.2rem; 
        margin-right: 0px;
        margin: 0 auto;
    }

    .lottery_start_bg {
        width:6.2rem;
        height: 6.2rem; 
    }
    #winner_ul li:nth-child(1) em{
        text-align: left;
    }
    #winner_ul li span {
        margin: 0 0rem !important;
        font-size: .28rem;
        line-height: 0.6rem;
    }
    #winner_ul li{
        padding-left: 0px;
    }
    
    .play{
        width: 15% !important
    }
    .lottery_box .index_module{
        margin-bottom:40px;
    }
    #winner_list{
        width: 100%;
        margin: 0;
        margin-top: 0rem;
        font-size: 17px;
        height: 5.2rem;
        background-size: 100%;
        margin-top: 0.4rem;
        padding-top: 0rem;
        margin-bottom: 0.1rem;
     }
     .winner_rule{
        width: 100%;
        margin-top: 0px;
    }
     #winner_list .tips{
        color: #666;
     }
    #jq_marquee_box {
        height: calc(5rem - 52px);
        margin-top: 0px;
        padding: .8rem 0;
        padding-top: 0px;
        padding-left: 0.5rem;
        box-sizing: border-box;
     }
     #winner_ul {
        display: block;
        padding: 0 0.2rem 0 0.2rem;
    }

    .footer{
        display: none;
    }

    #winner_list .tips{
        display: none;
    }
    .rule_box {
        width: 100%;
        margin-bottom: 0.3rem;
        font-size: 0.2rem;
    }
    .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{
        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: 100%;
    }*/
    .winner .layui-layer-content{
        font-size: 17px;
    }
    .new_not_winning .layui-layer-content{
        font-size: 20px;
    }
    .question .ui-text {
        margin-left: 10px;
        width: 4rem;
    }
    .m_banner{
        margin-top: 60px;
    }
    .m_banner img{
        vertical-align: bottom;
    }
    .collect_title{
        font-size: .28rem;
    }
    .about_txt p {
        font-size: .24rem;
        line-height: 1.7;
        line-height: 0.56rem;
        margin-bottom: 0.6rem;
    }
    .download_item5 em{
        display: none;
    }
    .activity_rule {
        background: #f5f5f5;
        padding: 0.6rem 0.3rem;
    }
    .activity_rule h2 {
        font-size: 0.36rem;
        margin-bottom: 0.15rem;
    }
    .activity_rule p {
        font-size: 0.24rem;
        color: #333333;
        line-height: 0.56rem;
    }
    .submit_form_box_flex {
        display: block;
    }
    .submit_form_box_flex>div{
        width: 100%;
    }
    .inline_dl{
        padding: 0 10px!important;
    }
    .collect_title{
        text-indent: 10px;
    }
    .info_msgBox{
        height: auto;
    }
    .user_self_input .layui-layer-btn0{
        width: 100%;
        margin:0 !important;
    }
    #submit_form dd label{
        width: 100%;
        margin: 0.1rem 0.1rem 0.1rem 0;
    }
   
    .form_success .from_back_index {
        width: 240px;
        height: 50px;
        background: #ffffff;
        border-radius: 25px;
        margin: 48px auto;
        line-height: 48px;
        font-size: 18px;
    }
    .form_success .form_success_box {
        padding-top: 0.8rem;
    }

    .lotter_alert .layui-layer-content .img_go{
        text-align: center;
        padding-top: 0.2rem;
    }
    .lotter_alert .layui-layer-content .img_go img{
        width: 1.2rem;
    }
    .lotter_alert .layui-layer-content span.go_study {
        height: 0.8rem;
        line-height: 0.8rem;
        margin-top: 0.4rem;
    }
    .prize_name {
        font-size: 0.3rem;
        display: block;
    }
    .lotter_alert .layui-layer-content big{
        margin-top: 20px;
    }
}
@media screen and (max-width: 750px){
    #prilist li>div {
        margin-top: 0rem;
    }
    .user_self_input .collect_title{

    text-indent: 10px;
    }
    .user_self_input .layui-layer-title{
        padding-left: 10px;
    }
    .dispaly_none_m{
        display: none!important;
    }
    .video_icon {
        background-size: 80%;
    }
    /*表单字体大小*/    
    #submit_form dt,.from_input12_box lable, #submit_form p,#submit_form dd{
        font-size: 12px;
    }
    .inline_dl15{
            margin: 4px 0 !important;
    }
    .inline_dMbl15{
        margin-bottom:  15px!important;
    }

    .form_submit_button{
        bottom: 13px;
    }

    .wid105 {
        width: 150px!important;
    }
    .other_content{
        margin:0px 0px  10px 0px!important;
    }
}