.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: 80px;
}
.section.sectionbg{    
    background: #f9f9f9;
}
.section .title h2{
    display: flex;
    align-items: center;
    font-size: 30px;
    margin-bottom:50px;
}
.section .title h2 img{
    margin-right:20px;
}
.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:80px;
    background-color: #fff;
}
.nav_list{
    height: 80px;
}
.nav_list li a{
    color:#333;
    display: inline-block;
    height: 100%;
    box-sizing: border-box;
    font-size: 18px;
    line-height: 78px;
    border-bottom: 2px solid rgba(0,0,0,0);
}
.nav_list li{
    margin-left: 40px;
}

.nav_list li:hover a{
    color:#DA1F3D;
}
.nav_list li.active a{
    color:#DA1F3D;
    border-bottom: 2px solid #DA1F3D;
}
/*nav*/
/*banner*/
.banner{
    margin-top: 100px;
}
.banner img{
    width: 100%;
    vertical-align: middle;
}
/*banner*/

/*sectio1*/
.section1_content{
    border: 7px solid #ededed;
    padding:41px 40px 46px 40px;
    display: flex;
    align-items: center;
}
.section1_content .section1_video{
    margin-left: 110px;
    width: 320px;
    height: 180px;
    background: url(../images/section1_video.png?20211220) no-repeat;
    cursor: pointer;
    position: relative;
}
.video_icon{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 48px;
    height: 48px;
    background: url(../images/play3.png) no-repeat;
}
.video_icon:hover{
    background: url(../images/play3.png) no-repeat;
}
.section1_content>div h3{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}
.section1_content>div p{
   font-size: 16px;
   line-height: 28px;
   margin-bottom: 5px; 
   width: 680px;
}
.section1_content>div a{
   font-size: 16px;
    color:#DA1F3D;
    vertical-align: middle;
}
.section1_content>div a:hover{
    text-decoration: underline;
}
.section1_content>div a img{
    vertical-align: middle;
    position: relative;
    top:-1px;
}
/*sectio1*/
/*section2*/
.section2_top{
    background: #eaeef1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    padding: 30px 0;
    margin-bottom: 40px;
}
.section2_top1{
    display:flex;
    justify-content: space-between;
    margin-bottom: 15px;
}
.section2_top1>div{
    width: 315px;
    height: 237px;
   /* overflow:hidden;*/
    position: relative;
}
.section2_top1 img{
    width: 100%;
    transition: transform .5s;
    cursor: pointer;
    vertical-align: middle;
}
.section2_top1_1 {
    margin-right: 21px;
}
.section2_top1 img:hover{
    transform: scale(1.2);
    position: absolute;
    top:10%;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.2)
}
.section2_top1:hover{
    position: relative;
    z-index: 1;
}
.section2_top2{
    width: 652px;
    height: 293px;
   /* overflow: hidden;*/
    cursor: pointer;
    position: relative;
}
.section2_top2 img{
    width: 100%;
    transition: transform .5s;
    vertical-align: middle;
}
.section2_top2 img:hover{
    transform: scale(1.2);
    position: absolute;
    top:-10%;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.2)
}
.scale{
    position: absolute;
    bottom:0px;
    right:0px;
    background: url(../images/scale.png) no-repeat;
    width: 32px;
    height: 32px;
}
.section2 .ques{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 24px;
}
.ques_list{
    display: flex;
    margin-bottom: 50px;
}
.ques_list .item_input{
    background: #ffffff;
    padding:40px 30px;
    width: 390px;
}
.ques_list .item_input:nth-child(2){
    margin:0 15px;
}
.ques_list .item_input p{
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 16px;
}
.ques_list .item_input>div{
    display: flex;
    flex-flow: column;
}
.ques_list .item_input label{
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 28px;
    text-indent: -34px;
    margin-left: 34px;
}
/*section2*/
/*section3*/
.form_qusetion{
    border: 7px solid #ededed;
    padding: 40px 30px 80px 30px;
}
.form_qusetion .item_input{
    margin-bottom: 40px;
}
.form_qusetion .item_input p{
    margin-bottom: 20px;
}
.form_qusetion .item_input label{
    width: 168px;
    display: inline-block;
}
/*section3*/
/*section4*/ 
.apply_box{
    background: #ededed;
    padding: 7px;
    margin-bottom: 20px;
}
.apply_content{
    display: flex;
    justify-content: space-between;
}
.apply_content_1{
    width: 69%;
    padding-left: 40px;
    padding-top: 40px;
    padding-bottom: 19px;
    background: url(../images/apply_bg.png) right top no-repeat;
    background-color: #fff;
}
.apply_title1{
    align-items: center;
    font-size: 18px;
    font-weight: 700;
}
.apply_title1 img{
    margin-right: 20px;
}
.apply_title2 ,.apply_title3{
    margin-bottom: 12px;
}
.apply_tip1{
    font-size: 12px;
    color: #666;
    margin-bottom: 28px;
}
.apply_tip2{
    color: #da1f3d;
    padding-left: 10px;
    opacity: 1;
    font-weight: 700;
    font-size: 14px;
    background: linear-gradient(90deg,rgba(218, 31, 61,0.05), rgba(218,31,61,0.00));
    margin-bottom: 40px;
}
.apply_content_2{
    padding-top: 40px;
    width:calc(31% - 7px);
    background: #fff;
    text-align: center;
}
.hover_color1{
    font-size: 18px;
    font-weight: 700;   
}
.hover_color1:hover{
    color:#DA1F3D;
}
.hover_color:hover{
    color: #EE29E0;
}
.apply_btn_box{
    padding-top:35px;
    padding-bottom: 28px;
    position: relative;
}
.apply_btn_text{
    position: absolute;
    top:35px;
    left: 40px;
    line-height: 24px;
}
.res_color{
    color:#DA1F3D;
}
.apply_btn{
    display: block;
    margin:0 auto;
    width: 240px;
    height: 60px;
    background: #da1f3d;
    border-radius: 8px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-size: 22px;
}
.rule_box{
    width: 400px;
    font-size: 14px;
    line-height: 28px;
}
.rule_box span{
   color:#DA1F3D; 
}
.activity_content{
    border: 7px solid #ededed;
    padding: 40px;
}
.activity_content div:nth-child(1) p{
    font-size: 14px;
    color: #333333;
    width: 826px;
    line-height: 28px;
    margin-right: 60px;
}
.activity_content div:nth-child(1) p:nth-child(2){
    color:#DA1F3D;
}
.about_link{
    padding-top: 25px;
}
.about_link span{
    margin-right: 48px;
}
.about_link span img{
    margin-right: 10px;
}
.code_box{
    text-align: center;    
}
.code_box p{
    text-align: center;
    color: #333;
    width: auto
    font-size:12px;
    line-height: 24px;
}
/*section4*/ 
/*抽奖区域*/
.index_module {
    padding-top: 50px;
    margin-bottom: 43px;
}
.lottery_start_box {
   width: 450px;
   height: 450px; 
   position: relative;
    margin-left: 62px;
}
.lotteryBtnBg1{
    position: absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    background:url(../images/lotteryBtnBg1.png) center center no-repeat;   
    width: 76px;
    height: 76px;
}
.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: 450px;
   height: 450px; 
}
.lottery_start_bg>img{
    width: 100%;
    height: 100%;
}
.lottery_start_box .outer img{
    width: 100%;
}
.lottery_start_box .inner{
    position: absolute;
    width: 126px;
    height: 126px;
    left: calc(50% - 63px );
    top: calc(50% - 82px );
    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: 24px 0;
    color: #da1f3d;
    font-size: 30px;
    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;
}

.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: 20px;
    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 span.go_study {
    color: #999;
    font-size: 18px;
    line-height: 23px;
    width: 160px;
    height: 50px;
    background: #009bea;
    border-radius: 4px;
    margin: 0 auto;
    line-height: 50px;
    margin-top: 30px;
    color: #fff;
    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 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;
}

#winner_ul li em:first-child{
color: #1d57bb;
}
#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;
    justify-content: flex-end;
    align-items: flex-end;
}
#winner_list {
    width: 400px;
    height: 310px;
    background: #da1f3d;
    border-radius: 4px;
    background: rgba(218 ,31, 61,0.03);
    margin-bottom: 30px;
   /* position: relative;
    top:17px;*/
}
#winner_list h3{
    width: 100%;
    height: 48px;
    background: #da1f3d;
    border-radius: 4px 4px 0px 0px;
    font-size: 16px;
    color: #ffffff;
    line-height: 48px;
    text-align: center;

}
#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:82%;
    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: rgba(0,0,0,0.3);*/
}

#winner_ul {
    display: block;
    padding: 0 20px 0 20px;
}

#winner_ul .null {
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    padding-top: 30px;
}

#winner_ul li {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 34px;
    color: #333333;
    box-sizing: border-box;
}
#winner_ul li span{
    color: #666666;
}
#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: 170px;
    color: #1d57bb;
}

/* 弹窗 */
.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: 100%;
    overflow-y: auto;
}
.color_red{
    color:#d22;
}
#submit_form dl{
    display: block;
    margin: 20px 0;
}
#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;
    width: ;
    line-height: 25px;
}
#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: 100%;
    height: 50px;
    background: #da1f3d;
    border-radius: 4px;
    outline: none;
    border:none;
    font-size: 18px;
    color:#fff;
}
.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  .layui-layer-title {
    border-bottom: 0px solid #eee;
    background-color: transparent;
    color: #333;
    font-size: 24px;
    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: 20px;
  height: 20px;
  background-color: #fff;
  -webkit-appearance: none;
    border: 1px solid #707070;
  border-radius: 2px;
  outline: none;
  vertical-align: middle;
  border-radius:50%;
  margin-right: 10px;
}
input[type="radio"]:checked {
  background: url(../images/radio.png)   no-repeat center;
  background-size: 100% 100%;
  border:none;
}

/*复选框样式*/
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: url(../images/checkbox.png)   no-repeat center;
  background-size: 100% 100%;
  border:none;
}
/*复选框样式*/
.aside{
    position: fixed;
    top:50%;
    right:0;
    z-index: 22;
    width: 141px;
    height: 284px;
    background: url(../images/aside.png) no-repeat;
}
.from_input12_box{
    padding-left: 48px;
}
#submit_form  dd .from_input12_box label{
    display: inline-block;
    width: auto;
    margin: 0px;
    margin-bottom: 10px;
    margin-right: 10px;
}
@media screen and (max-width: 750px) {
    .aside{
        display: none;
    }
    #top{
        display: none;
    }
   
    .pc_show{
        display: none;
    }
    .m_show{
        display: inherit;
    }
    html{
        font-size: 13.333333333vw;
    }
    body{
        width: 100vw;
    }
    .section {
        padding-top:0.8rem;
        padding-bottom:0.8rem;
    }
    .wrap{
        width: 100%;
        padding: 0px 0.3rem;
    }
    .nav .wrap{
        padding: 0px ;
    }
    .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;
    }
    .nav_list li a {
        color: #333;
        font-size: 0.2rem;
        line-height: 0.8rem;
    }
    /*页面内容*/
    .nav{
        top:0px;
        height: 0.88rem;
        padding: 0 0.3rem;
    }
    .nav_list {
        height: 0.88rem;
    }
    .logo_m{
        height: 0.88rem;
    }
    .logo{
        width: 0.9rem;
    }
    .banner {
        margin-top: 0.88rem;
    }
    .banner img{
        vertical-align: middle;
    }
    /*section1*/
    .section1_content{
        display:block;
        border: 5px solid #ededed;
        padding: 0.6rem 0.3rem;
    }
    .section1_content>div p{
        width:100%;
        font-size:0.32rem;
        line-height:0.56rem;
    }
    .section1_content>div h3 {
        font-size: 0.4rem;
        margin-bottom:0.4rem;
    }
    .section1_content>div a{
        font-size: 0.32rem;
    }
    .section1_content>div a img {
        vertical-align: middle;
        position: relative;
        top: -1px;
    }
    .section1_content .section1_video {
        margin-top: 0.6rem;
        margin-left: 0;
        width: 100%;
        height: 3.5rem;
        background: url(../images/section1_video.png) no-repeat;
        background-size: 100%;
    }
    .section2_top_m img{
        width: 100%;
        margin-bottom: 0.48rem;
    }
    /*section1*/
    /*section2*/
    .section2 .ques {
        font-size: 0.36rem;
        font-weight: 700;
        margin-bottom: 0.48rem;
    }
    .ques_list{
        display: block;
        margin-bottom: 0.6rem;
    }
    .ques_list .item_input {
        background: #ffffff;
        padding: 0.4rem .3rem;
        width: 100%;
    }
    .ques_list .item_input:nth-child(2){
        margin:0.4rem 0;
    }
    .btn_submit_style {
        width: 87%;
    }
    .form_qusetion {
        border: 0px solid #ededed;
        padding: 0;
    }
    .form_qusetion .item_input label {
        width: 49%;
        display: inline-block;
        margin-bottom: 0.2rem;
    }
    /*section2*/
   /*section3*/
    .apply_box {
        padding: 5px;
    }
    .apply_content_m{
        background: #fff;
        padding-top: .5rem;
        padding-left: 0.3rem;
        padding-right: 0.3rem;
   }    
    .apply_title_m img{
        margin-right: 0.6rem;
        width:0.9rem;
        height: 0.9rem;
   }
    .apply_title_m div p {
        font-size: 0.36rem;
        font-weight: 700;
        margin-bottom: 0.1rem;
    }
    .textCenter.color666{
        font-size: 12px;
    }
    .apply_title_m div a{
        font-size: 0.28rem;
        color: #da1f3d;
        display: inline-block;
        margin-bottom: 0.3rem;
    }
    .textLeft1{
        font-weight: 700;
        font-size: 0.20rem;
        padding-top: 0.6rem;
    }
    .apply_content_2m{
        justify-content: space-between;
        padding-bottom:  0.9rem;
    }
    .apply_content_2m>div{
        width: 40%; 
        text-align: center;       
    }
    .apply_content_2m>div img{
        width: 100%;
    }
    .apply_tip2{
        margin-top:0.4rem;
    }
    .apply_btn_text {
        position: initial;
        text-align: center;
        margin-bottom: 0.6rem;
    }
    .apply_btn{
        width: 91%;
    }
   /*section3*/
   /*section4*/
   /*section4*/
   /*section5*/
   .activity_content {
        border: 5px solid #ededed;
        padding: 0.3rem;
        display: block;
    }
    .activity_content div:nth-child(1) p {
        width: auto;
        margin-right: 0px;
    }
    .about_link {
        padding-top:0.4rem;
        display: block;
        padding-bottom: 0.2rem;
    }

    .about_link span{
        margin-right: 0px;
        margin-bottom: 16px;
    }

   /*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% - 1.32rem );
        background-size: 0.44rem 0.7rem;
    }

    .lotteryBtnBg1 {
        width: 1.26rem;
        height: 1.26rem;
        background-size: 1.26rem;
    }
    /*抽奖*/
    .index_module {
        padding-top: 0.1rem;
        margin-bottom: 0.8rem;
    }
    .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: 6.2rem;
        background-size: 100%;
        margin-top: 0.8rem;
        padding-top: 0rem;
        margin-bottom: 0.6rem;
     }
     .winner_rule{
        padding-right: 0px;
     }
     #winner_list .tips{
        color: #666;
     }
    #jq_marquee_box {
        height: calc(6rem - 52px);
        margin-top: 7px;
        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%;
    }
    .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 {
        margin: 24px;
        font-size: 0.3rem;
        display: block;
    }
}
@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;
    }
}
@media screen and (max-width: 320px){

    .nav_list li {
        margin-left: 0rem;
    }
}