.m_nav{
    display: none;
}
.m_show{
    display: none;
}
.is_allow{
    cursor: pointer;
}
.w_h_auto{
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
}
.hover .download_tit{
    background: #2e78e3
}
/* 第二导航栏 */
.nav_bar{
    display: block;
    height: 80px;
    position: fixed;
    width: 100%;
    background: #fff;
    top: 30px;
    z-index: 96;
    border-bottom: 1px solid #ccc
}

.nav_bar>div{
    height: 80px;
}
.p_nav li{
    font-size: 16px;
    cursor: pointer;
    height: 80px;
    line-height: 80px;
}
.p_nav li a{
    color: #333;
    padding: 0 20px;
}
.ac{
    line-height: 80px;
    border-bottom: 2px solid #005184;
}
.p_nav li.ac a{
    color: #005184;
}

/* 第二导航栏 */


/* banner */
.banner{
    position: relative;
    margin-top: 108px;
    overflow: hidden;
}
.banner img{
    cursor: inherit;
}
/* banner */


h2{
    text-align: center;
    font-size: 34px;
    margin: 60px auto;
    font-family: 微软雅黑 bold;
    position: relative;
    color: #005184;
}
h2::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -8px;
    width: 100%;
    height: 65px;
    background: url(../images/tit_bg.png)no-repeat;
    background-size: 100% 100%;
}
h2 span{
    display: block;
    text-align: center;
    color: #666666;
    margin: 10px auto;
    position: absolute;
    font-weight: normal;
    left: 0;
    font-size: 18px;
    right: 0;
    top: 60px;
}
#rule, 
#download,
#video, 
#lottery, 
#about {
    position: relative;
    top: -80px;
    display: block;
    height: 0;
    overflow: hidden;
}
#rule{
    top: -130px;
}
/* #about {
    top: -250px;
} */

/* 步骤 */
.step_box{
    margin: 30px auto;
    width: 1100px;
}
.icon{
    display: inline-block;
    width: 121px;
    height: 121px;
    background: url('../images/step.png')no-repeat;
}
.icon1{
    background-position: -10px -5px;
}
.icon2{
    background-position: -201px -5px;
}
.icon3{
    background-position: -392px -5px;
}
.icon4{
    background-position: -584px -5px;
}
.icon5{
    background-position: -775px -5px;
}
.icon6{
    background-position: -966px -5px;
}

.icon_h1{
    background-position: -6px -167px;
}
.icon_h2{
    background-position: -197px -167px;
}
.icon_h3{
    background-position: -388px -167px;
}
.icon_h4{
    background-position: -581px -167px;
}
.icon_h5{
    background-position: -771px -167px;
}
.icon_h6{
    background-position: -962px -167px;
}
/* 活动规则 */
.blue{
    color: #1296db;
}
.rule_box{
    width: 100%;
    box-sizing: border-box;
    position: relative;
    background: #fbfcfe;
    font-size: 16px;
    padding-bottom: 60px;
}
.rule>div{
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 45px 35px 30px 35px;
}
.concat_list {
    margin: 20px 0;
}
.rule li{
    line-height: 35px;
}
.concat_list span {
    margin-right: 30px;
}
.concat_list img {
    vertical-align: middle;
    margin-right: 10px;
    width: 40px;
}
.btn{
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: #007eca;
    border-radius: 3px;
    font-size: 14px;
    border: none;
}
.btn:hover{
    background: #0173b7;
}
.step{
    width: 270px;
    height: 340px;
    text-align: center;
    padding: 146px 20px 0 20px;
    box-sizing: border-box;
    font-size: 15px;
    line-height: 23px;
}
.step1{
    background: url('../images/step1.png')no-repeat;
    background-size: 100% 100%; 
}
.step2{
    background: url('../images/step2.png')no-repeat;
    background-size: 100% 100%; 
}
.step3{
    background: url('../images/step3.png')no-repeat;
    background-size: 100% 100%; 
}
.step4{
    background: url('../images/step4.png')no-repeat;
    background-size: 100% 100%; 
}
/* 活动规则 */



/* 资料下载 */
.download_box{
    color: #fff;
    padding: 0 0 50px 0;
}
.downlaod_type{
    padding: 8px 0 0 0;
    background: url('../images/bg1.jpg')no-repeat;
    background-size: 100% 100%;
}
.download_box h2{
    margin-bottom: 105px;
    color: #fff;
}
.download_box .downlaod_type .wrapper>div{
    position: relative;
    top: -45px;
}
.download_box h2::after{
    content: "";
    background: url(../images/tit_bg2.png)no-repeat;
    background-size: 100% 100%;
}
.more{
    color: #fff;
    position: absolute;
    bottom: 35px;
    margin: 0 auto;
    border: 1px solid #fff;
    left: 0;
    right: 0;
    width: 120px;
    text-align: center;
    height: 30px;
    border-radius: 20px;
    line-height: 30px;
}
.more:hover{
    background: #007eca;
    border: 1px solid #007eca;
}
.download_content{
    background: #f5fcff;
    padding: 60px 0;
}

.soft_menu li{
    color: #fff;
    font-size: 14px;
    background: #70bae6;
    width: 85px;
    height: 85px;
    text-align: center;
    border-radius: 50%;
    padding: 20px;
    box-sizing: border-box;
    font-weight: 700;
    position: absolute;
    z-index: 20
}
.soft_menu li:hover,
.soft_menu li.on{
    background: #007eca;
}
.soft_menu li span{
    width: 70px;
    display: block;
    position: absolute;
    height: 1px;
    background: #ccc;
    transform: rotate(90deg);
    z-index: 0;
}
.soft_menu{
    height: 460px;
    width: 50%;
    position: relative;
}
.download_center{
    width: 115px;
    height: 115px;
    border-radius: 50%;
    background: #8ec31f;
    font-size: 20px;
    color: #fff;
    padding: 32px 25px;
    font-weight: 700;
    box-sizing: border-box;
    display: block;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 22
}
.soft1{left: 42.5%;top: 11%;}
.soft2{left: 63%;top: 22%;}
.soft3{left: 77%;top: 43%;}
.soft4{left: 64%;top: 64%;}
.soft5{left: 43%;top: 70%;}
.soft6{left: 23%;top: 64%;}
.soft7{left: 9%;top: 43%;}
.soft8{left: 23%;top: 22%;}

.soft_menu li .line1{top: 120px;}
.soft_menu li .line2{top: 97px;transform: rotate(135deg);left: -48px;}
.soft_menu li .line3{top: 42px;transform: rotate(181deg);width: 150px;left: -150px;}
.soft_menu li .line4{top: 3px;transform: rotate(229deg);left: -54px;}
.soft_menu li .line5{top: -35px}
.soft_menu li .line6{top: 0px;transform: rotate(138deg);left: 70px;width: 65px;}
.soft_menu li .line7{transform: rotate(179deg);left: 85px;width: 105px;}
.soft_menu li .line8{top: 95px;left: 59px;transform: rotate(45deg);width: 60px;}


.soft_content{
    color: #333;
    width: 580px;
    background: #fff;
    height: 460px;
    padding: 30px;
    box-sizing: border-box;
}
.soft_content li{
    display: none;
}
.soft_content li h3{
    font-size: 20px;
    font-weight: 700;
}
.soft_content p{
    line-height: 25px;
    margin: 10px 0 20px 0;
    max-height: 310px;
    overflow: auto;
}
.chenxi_product>div{
    width: 48%;
    color: #666666
}
.chenxi_product h5{
    width: 300px;
    height: 200px;
    background: url(../images/chenxi_bg.png)no-repeat;
    background-size: 100% 100%;
    padding: 60px 0 0 20px;
    box-sizing: border-box;
    color: #fff;
    font-size: 26px;
    font-weight: normal;
}
.chenxi_info{
    width: 47%;
    height: 200px;
    border: 1px solid #ccc;
    border-left: none;
    box-sizing: border-box;
    padding: 30px 10px 0 16px;
    line-height: 22px;
    float: left;
}
.chenxi_info button{
    margin-top: 20px;
}
.chenxi_icon{
    margin: 50px 0 30px 0
}
.close_pop_content{
    display: none;
}
/* 资料下载 */


/* 视频观看 */
/* .video_box {
    padding-bottom: 60px;
}
.video_box h2 {
    margin-bottom: 95px;
}
.video_box h6{
    background: #a5adb9;
    color: #fff;
    padding: 0 20px;
    font-weight: 400;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.video_txt{
    line-height: 25px;
    font-size: 14px;
    text-align: center;
    margin: 30px 0 50px 0;
}
.video_item{
    width: 220px;
    text-align: center;
    box-shadow: 0 2px 11px -10px;
    padding-bottom: 20px;
    box-sizing: border-box;
    margin-bottom: 25px;
}
.video_item h6{
    font-weight: normal;
    margin:  10px 0;
    font-size: 14px;
    height: 38px;
}
.video_cover{
    width: 100%;
    cursor: pointer;
}
.video_cover img{
    width: 100%;
    height: 200px;
    vertical-align: bottom;
}

.video_item button{
    width: 140px;
    height: 32px;
    font-weight: 700;
}
.video_cover{
    position: relative;
}
.play_icon {
    width: 60px;
    height: 60px;
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    background: url(../images/play.png);
    background-size: 100% 100%;
    cursor: pointer;
}
.video_cover:hover .play_icon,
.about_video .play_icon{
    background: url(../images/play_hover.png);
    background-size: 100% 100%;
}
.swiper-button-prev{
    background-image: url('../images/top.png'); 
    background-size: 100% 100%;
    width: 46px;
    height: 46px;
    position: absolute;
    top: 60%;
    left: -70px;
    transform: rotate(270deg);
    outline: none; 
}
.swiper-button-next{
    background-image: url('../images/top.png'); 
    background-size: 100% 100%;
    width: 46px;
    height: 46px;
    position: absolute;
    top: 60%;
    right: -70px;
    transform: rotate(90deg);
    outline: none;
}
.swiper-button-next:hover{
    background-image: url('../images/arrow.png'); 
    background-size: 100% 100%;
    transform: rotate(0);
}
.swiper-button-prev:hover{
    background-image: url('../images/arrow.png'); 
    background-size: 100% 100%;
    transform: rotate(180deg);
} */
/* 视频观看 */


aside{
    position: fixed;
    right: 0;
    top: 40%;
    height: 194px;
    width: 114px;
    padding-top: 21px;
    box-sizing: border-box;
    background: url('../images/aside.png')no-repeat;
    background-size: 100% 100%;
}
.aside_on{
    background: #0173b7;
    color: #fff;
}
aside a{
    display: block;
    cursor: pointer;
    width: 93px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #017dcc;
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
    margin: 0 auto;
    position: absolute;
    bottom: -28px;
    left: 0;
    right: 0;
}
aside a:hover{
    background: #0173b7;
}
aside i{
    color: #007eca;
    font-size: 14px;
    display: block;
    font-style: italic;
    width: 60%;
    border-radius: 25px;
    text-align: center;
    border: 1px solid #007eca;
    padding: 0px 20px;
    box-sizing: border-box;
    margin: 0 auto 5px auto;
    font-style: inherit;
}



/*抽奖区域*/
.layui-layer,
.layui-layer div{
    box-sizing: content-box;
}
.lottery_box h2::after{
    content: "";
    background: url(../images/tit_bg.png)no-repeat;
    background-size: 100% 100%;
}
.lottery_box {
    background: #f9fdff;
    padding-bottom: 20px;
}
.lottery_box h2{
    margin-bottom: 75px;
}
.lottery_box h2 span{
    color: #fff;
}
#prize_area {
    padding: 20px 0;
}

.prize_name{
    margin: 8px 0;
    color: #d22222;
    font-size: 22px;
    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: 140px;
    display: block;
    margin: 22px auto;
    height: 35px;
    line-height: 35px;
}

.lotter_alert.not_winning {
    width: 305px;
}
.lotter_alert.layui-layer-ico,
.user_self_input .layui-layer-ico {
    background: url(../images/close.png) no-repeat;
    background-size: 100% 100%;
    background-position: inherit !important;
}
.lotter_alert.layui-layer-close{
    width: 19px;
    height: 19px;
    background-size: 100% 100% !important;
}

.lotter_alert.not_winning .layui-layer-content {
    overflow: hidden;
}

.lotter_alert.layui-layer {
    padding: 30px 20px;
    background: #fff;
    border-radius: 5px;
}

.lotter_alert .layui-layer-title {
    display: none;
}

.lotter_alert .layui-layer-content {
    text-align: center;
}

.lotter_alert .layui-layer-content i {
    display: block;
    color: #C77701;
    font-size: 40px;
    font-style: normal;
    padding: 10px 0 0 0;
}

.lotter_alert .layui-layer-content big {
    display: block;
    margin-bottom: 5px;
    font-size: 22px;
    color: #333333;
    font-weight: bold;
    margin-top: 35px;
}

.lotter_alert .layui-layer-content span {
    color: #999;
    font-size: 16px;
    line-height: 23px
}

.lotter_alert.no_chance {
    width: 305px;
}

.lotter_alert.no_chance big {
    display: block;
    padding-top: 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;
}
#prilist{
    float: left;
    width: 672px;
    margin-right: 100px;
}

#prilist li {
    display: block;
    background: #fff;
    float: left;
    margin: 0 20px 20px 0;
    width: 202px;
    padding: 30px 0;
    text-align: center;
    overflow: hidden;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    color: #333;
    border: 1px solid #2c68c0;
    font-size: 16px;
}

#prilist li.right {
    margin-right: 0;
}

#prilist li.active {
    background: #d8e8ff;
}

#prilist img {
    display: block;
    height: 60px;
    margin: 0 auto 10px;
}
.winner_desc{
    font-size: 13px;
    line-height: 25px;
    color: #666666;
}

#prilist #begin_btn {
    padding: 0;
    height: 160px;
    line-height: 160px;
    font-size: 20px;
    color: #fff;
    background: #4e80bd;
    cursor: pointer;
}
#prilist #begin_btn:hover{
    background: #2e78e3;
}
#prilist #begin_btn:active {
    font-size: 16px;
}

#winner_list {
    float: left;
    width: 380px;
}

#winner_list a {
    text-decoration: underline;
}

#winner_list .list_box {
    display: block;
    padding-top: 10px;
    background: #4e80bd;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 0 0 52px -28px #ccc;
}

#winner_list .list_box b {
    display: block;
    margin: 0 auto;
    font-size: 18px;
    color: #007ac2;
    margin-bottom: 10px;
    text-align: left;
    color: #fff;
    padding-left: 20px;
    box-sizing: border-box;
    text-align: center;
}
#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: 280px;
    line-height: 15px;
    overflow: hidden;
    background: #fff;
    color: #000;
    border-top: none;
    padding: 20px 0;
    border-radius: 0 0 10px 10px;
    font-size: 14px;
}

#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: 28px;
    color: #2c68c0;
    padding-left: 20px;
    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: 120px;
}
.contact_box {
    height: 280px;
    margin-top: 40px;
    padding: 35px;
    box-sizing: border-box;
    border: 1px dashed #c81131;
    border-radius: 3px;
    font-size: 18px;
}
.contact_box .spe {
    color: #E60028;
}
.contact_box .tip {
    margin-bottom: 20px;
}
.contact_box {
    line-height: 2;
}
.contact_box .t_box {
    float: left;
}
.contact_box .i_box {
    float: right;
    text-align: center;
    font-weight: 700;
}
.contact_box .i_box img {
    vertical-align: top;
}
.about_cover{
    cursor: pointer;
}
.about_box {
    padding: 0 0 40px;
}
.about_box .t_box {
    float: left;
    width: 940px;
    font-size: 14px;
    line-height: 1.5;
}
.about_box .t_box {
}
.about_box .t_box p{
    line-height: 25px;
}
.about_box .concat {
    margin-top: 30px;
    border-top: 1px solid #e4e4e4;
    width: 50%;
    font-size: 14px;
}
.about_box .qr_img {
    float: right;
    margin-top: 70px;
    font-size: 14px;
    width: 180px;
    text-align: center;
}
.about_box .qr_img img {
    vertical-align: top;
    margin-bottom: 15px;
    cursor: inherit;
}
.about_box .qr_img .spe {
    color: #E80027;
}
.about_box .tip {
    padding: 20px 0 8px;
    color: #E80027;
    font-weight: 700;
    font-size: 16px;
}
.about{
    padding: 1px 35px 45px;
    box-sizing: border-box;
}
.about_txt{
    width: 58%;
    font-size: 14px;
    line-height: 30px;
}
.about_txt p{
    text-indent: 20px;
    color: #000;
}
.about_txt p a{
    color: #0046ad;
    text-decoration: underline;
    margin-left: 20px;
}
.about_txt>div{
    margin-top: 30px;
}
.about-swiper{
    width: 40%;
}
.about-swiper .swiper-slide{
    text-align: center;
}
.about-swiper img{
    position: relative;
}
.about-swiper .swiper-slide::after{
    content: "";
    width: 25px;
    height: 25px;
    display: inline-block;
    position: absolute;
    right: 106px;
    bottom: 47px;
    background: url('../images/zoom.png')no-repeat;
    background-size: 100% 100%;
}


.swiper-button-prev{
    background-image: url('../images/top.png'); 
    background-size: 100% 100%;
    height: 46px;
    position: absolute;
    top: 60%;
    left: 10px;
    transform: rotate(360deg);
    outline: none; 
}
.swiper-button-next{
    background-image: url('../images/top.png'); 
    background-size: 100% 100%;
    height: 46px;
    position: absolute;
    top: 60%;
    right: 10px;
    transform: rotate(180deg);
    outline: none;
}
.swiper-button-next:hover{
    background-image: url('../images/arrow.png'); 
    background-size: 100% 100%;
    transform: rotate(180deg);
}
.swiper-button-prev:hover{
    background-image: url('../images/arrow.png'); 
    background-size: 100% 100%;
    transform: rotate(0);
}


.about-swiper .swiper-slide:nth-child(3)::after{
    right: 140px;
    bottom: 10px;
}
.about-swiper .swiper-slide:nth-child(4)::after,
.about-swiper .swiper-slide:nth-child(5)::after,
.about-swiper .swiper-slide:nth-child(6)::after,
.about-swiper .swiper-slide:nth-child(7)::after{
    right: 150px;
    bottom: 10px;
}
.about-swiper .swiper-slide:nth-child(8)::after{
    right: 177px;
    bottom: 13px;
}

.about .about_txt img{
    display: block;
    margin: 0 auto;
}
.big_img{
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 9999
}
.big_img_bg{
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    width: 100%;
    height: 100%;
}

.big_img_content{
    text-align: center;
    margin: 10% auto 0 auto;
    position: absolute;
    left: 0;
    right: 0;
}
.hide{
    display: none;
}
.about_img{
    cursor: pointer;
}
.close_icon{
    font-size: 38px;
    color: #fff;
    position: absolute;
    top: -40px;
    cursor: pointer;
}


/* 弹窗 */
.pop_window {
    z-index: 1011;
    position: fixed;
    padding: 0px;
    margin: 0px 0px 0px -250px;
    width: 420px;
    top: 15%;
    left: 50%;
    color: rgb(0, 0, 0);
    border: 8px solid rgb(216, 216, 216);
    border-radius: 5px;
    cursor: default;
    height: 528px;
    line-height: 1.6;
    background: rgb(255, 255, 255);
    font-size: 14px;
    max-height: 596px;
    min-height: 528px;
}
.pop_window .dialog-hd{
    width: 100%;
    line-height: 50px;
    text-indent: 20px;
    background: #091c90;
    color: #fff;
}

.form-item {
    height: 484px;
    overflow-y: scroll;
}
.layer {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(25, 25, 25, 0.8);
}
.pop_window_box .error {
    color: #f00;
    background: none;
    padding-left: 8px;
    font-weight: normal;
}
#video_box .dialog {
    background: #F6F6F6;
}
#video_box #video_player{
    height: 100%;
}
#video_box .pop_window {
    width: 800px;
    height: 500px;
    margin-left: -400px;
}
#video_player_box {
    padding: 0;
}
#video_player_box {
    height: 450px;
}
#video_box .dialog-hd {
    margin-right: 70px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: #fff;
    border: none;
    height: 30px;
    border-radius: 5px;
}
.radio_box dt{
    float: inherit !important;
}
#submit_form{
    overflow: inherit;
}
#submit_form .reason_box{
    display: none;
}
.pop_window{
    border: none;
    border-radius: 5px;
    box-shadow: 2px 1px 10px #000000;
    z-index: 99999;
}
.dialog{
    border-radius: 5px;
}
.collect_title{
    text-indent: 20px;
    margin: 16px 0;
}
.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: block;
    margin: 10px 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;
}
#submit_form label input{
    margin-right: 5px;
    vertical-align: initial;
}
#submit_form .inline_selects label{
    float: left;
    width: 280px;
}
#submit_form .inline_dl dt{
    float: left;
    width: ;
    line-height: 25px;
}
#submit_form .inline_dl select{
    width: 129px;
    height: 35px;
    margin: 0 10px 10px 0;
    border: 1px solid #ddd;
}

#submit_form textarea{
    width: 81%;
    display: block;
    height: 60px;
    padding: 10px;
    border: 1px solid #ddd;
    overflow: hidden;
    resize: none;
    border-radius: 3px;
    margin-left: 47px;
}
.user_self_input .layui-layer-btn{
    box-sizing: border-box;
    padding: 0 20px 12px;
}
.user_self_input .layui-layer-btn0{
    width: 100%;
    text-align: center;
    background: #0046ad !important;
    border: 1px solid #0046ad !important;
    padding: 0;
    font-size: 14px;
    height: 35px;
    display: block;
    margin: 0 0 0 auto;
    line-height: 35px;
}
.user_self_input .layui-layer-btn0:hover{
    background: #2e78e3 !important;
    border: 1px solid #2e78e3 !important;
}
.user_self_input .layui-layer-content{
    height: 289px !important;
    position: static !important;
}
.user_self_input .tips{
    position: absolute;
    bottom: 20px;
    width: 90%;
    margin: 0 auto;
    left: 0;
    right: 0;
    color: #666;
}
.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;
}
/* 弹窗 */

@media screen and (max-width: 800px) {
    html{
        font-size: 13.33333333vw;
    }
    body{
        width: 100vw;
    }
    .m_show{
        display: block;
    }
    .m_hide{
        display: none;
    }
    h2{
        font-size: .45rem;
        margin: .66rem 0 1rem !important;
    }
    h2::after {
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 7rem;
        height: .9rem;
        bottom: -0.55rem;
        background-size: 196% 100%;
        background-position: 49%;
    }
    h2 span {
        top: 100%;
        font-size: .25rem;
        margin: 16px auto;
    }
    .wrapper{
        width: 100%;
    }
    #top{
        display: none;
    }
    section{
        padding: 1px 0;
    }


    .m_nav{
        display: flex;
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }
    .m_nav li img{
        display: inline-block;
        width: 100%;
        position: relative;
        top: 5px;
    }
    .ac a{
        color: #005184;
    }
    .m_nav li a{
        height: 100%;
        padding: 0 .2rem;
    }
    .m_nav li{
        display: inline-block;
        font-size: 0.3rem;
        margin-left: 0;
        height: 60px;
        line-height: 60px;
        text-align: center;
    }
    .m_nav li:first-child{
        margin-right: .25rem;
        width: 35%;
    }

    .step_box {
        width: 100%;
        padding: 0 10px;
        margin: .4rem auto;
    }
    .icon{
        width: 1rem;
        height: 1rem;
        background-size: 8.5rem 2.1rem;
    }
    .icon1 {
        background-position: -3px -2px;
    }
    .icon2 {
        background-position: 20.5% 1%;
    }
    .icon3 {
        background-position: 40.5% 1%;
    }
    .icon4 {
        background-position: 60.5% 1%;
    }
    .icon5 {
        background-position: 80% 1%;
    }
    .icon6 {
        background-position: 100% 1%;
    }

    .icon_h1{
        background-position: .2% 104%;
    }
    .icon_h2{
        background-position: 20.2% 104%;
    }
    .icon_h3{
        background-position: 40.2% 104%;
    }
    .icon_h4{
        background-position: 60.2% 104%;
    }
    .icon_h5{
        background-position: 80% 104%;
    }
    .icon_h6{
        background-position: 99.4% 104%;
    }

    .rule_box{
        padding: 0 10px;
        box-sizing: border-box;
    }

    .rule_box_bg{
        top: 8%;
        background: url(../images/rule_m_bg.png)no-repeat;
        display: none;
    }

    .rule {
        width: 100%;
        height: auto;
        padding: .45rem 0 .33rem 0 !important;
        box-sizing: border-box;
        font-size: .33rem;
        line-height: .63rem;
        background-size: 100% 100%;
    }
    .rule_box ul{
        width: 100%;
        padding-top: .2rem;
    }
    .rule_box ul li {
        width: 100%;
        font-size: .28rem;
        height: auto;
        line-height: .5rem;
    }
    .rule_box ul li br{
        display: none
    }
    .rule_box h2{
        margin: .4rem 0 .8rem !important
    }
    .rule>div{
        padding: .2rem;
    }
    .concat_list div{
        margin-top: 0.3rem;
        display: block;
    }
    .qr_code{
        font-size: .25rem;
        width: 2.5rem;
        position: absolute;
        right: 0rem;
        top: -0.5rem;
    }
    .qr_code img{
        width: 100%;
        height: 100%;
        margin-top: 0;
    }
    .concat_list span {
        margin-right: 0;
    }

    .download_box{
        box-sizing: border-box;
        padding: 0 0 0.1rem 0;
    }
    .download_left {
        padding: .4rem;
        position: static;
        display: block;
        float: initial;
    }

    .download_box h2{
        margin: .66rem 0 1.5rem !important;
    }
    .download_box h2::after{
        background-size: 196% 100%;
        background-position: 49%;
    }
    .download_box .download_tit {
        width: 3.6rem;
        font-size: .35rem;
    }
    
    .downlaod_type .clear>div{
        width: 48%;
    }
    .downlaod_type .clear>div img{
        width: 100%;
        vertical-align: bottom;
    }
    .downlaod_type .wrapper{
        padding: 0 10px;
    }

    .download_left li {
        margin-bottom: 0.3rem;
        text-align: center;
    }
    .line {
        width: 1.9rem;
    }
    .data_tit {
        font-size: .35rem;
        margin: .3rem 0;
    }
    .download_item p {
        line-height: .4rem;
        margin-bottom: .35rem;
        font-size: .28rem;
    }

    .download_box button {
        width: 2rem;
        font-size: .28rem;
        bottom: .5rem;
        right: .5rem;
        height: .6rem;
        line-height: .6rem;
    }
    .download_right {
        float: inherit;
        position: static;
        width: 100%;
        height: auto;
        margin-top: .7rem;
        padding: .5rem .3rem 2rem .3rem;
    }
    .download_content{
        padding: .8rem 0;
    }
    .download_content>.wrapper img,
    .download_content2>.wrapper img{
        width: 60%;
        margin-left: 10px;
    }

    .more{
        bottom: .2rem;
        width: 1.7rem;
        line-height: .5rem;
        height: .5rem;
        font-size: .24rem;
    }
    .download_content .soft_slide{
        top: 0 !important;
        padding: 0 10px;
    }
    .soft_menu {
        width: 100%;
    }
    .soft_menu li {
        width: 1.3rem;
        height: 1.3rem;
        font-size: .2rem;
    }
    .soft_menu li span {
        width: 1.3rem;
    }
    .soft_content {
        width: 100%;
    }


    .soft_menu li .line1 {
        top: 1.95rem;
        left: -0.1rem;
    }

    .soft_menu li .line2 {
        left: -65%;
        top: 123%;
    }
    .soft_menu li .line3 {
        top: .6rem;
    }

    .soft_menu li .line5 {
        left: -.1rem;
        top: -.6rem;
    }
    .soft_menu li .line6 {
        left: 78%;
        top: -13%;
        width: 1.1rem;
    }

    .soft_menu li .line7 {
        left: 1.3rem;
        top: .6rem;
    }
    .soft_menu li .line8 {
        top: 1.55rem;
        left: .9rem;
        width: 1.3rem;
    }

    .soft1 {
        left: 41%;
        top: 15%;
    }
    .soft_menu li .line4 {
        top: -24%;
        left: -67%;
    }

    .soft5 {
        left: 42%;
        top: 72%;
    }
    .soft6 {
        left: 18%;
        top: 63%;
    }
    .soft7 {
        left: 5%;
    }
    .soft8 {
        left: 19%;
        top: 22%;
    }

    .chenxi_product>div {
        width: 100%;
        padding: 0 10px;
        margin-bottom: .25rem;
    }
    .chenxi_product h5 {
        width: 50%;
        height: 3rem;
        font-size: .33rem;
        display: flex;
        justify-content: center;
        align-items: center;
        line-height: .5rem;
        padding: 0 .36rem;
    }
    .chenxi_product h5 br{
        display: none;
    }
    .chenxi_info {
        width: 50%;
        height: 3rem;
        padding: 0.1rem;
        line-height: 19px;
        font-size: .2rem;
        position: relative;
    }
    .chenxi_info button{
        position: absolute;
        bottom: .2rem;
        left: .1rem
    }



    .pop_download_content{
        position: fixed;
        top: 0;
        left: 0;
        top: 8%;
        left: 0;
        z-index: 100;
    }
    .downlaod_type {
        background: url(../images/m_bg1.png)no-repeat;
        background-size: 100% 100%;
    }
    /* .pop_download_content::after{
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background: red;
    } */

    .pop_bg{
        display: block;
        width: 100%;
        background: rgba(0,0,0,.8);
        height: 100%;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        z-index: 99;
    }
    .close_pop_content{
        position: absolute;
        top: 10px;
        right: 10px;
        background: #ccc;
        width: 30px;
        height: 30px;
        text-align: center;
        border-radius: 50%;
        font-size: 16px;
        text-align: center;
        line-height: 30px;
    }
    .mr75{
        margin-right: .45rem;
    }
    .data_img {
        width: 4rem;
        height: auto;
    }

    .swiper-button-next{
        right: 0;
    }
    .swiper-button-prev{
        left: 0;
    }
    .swiper-button-next, 
    .swiper-button-prev{
        height: .8rem;
    }
    
    .play_icon {
        width: 1rem;
        height: 1rem;
    }

    .download_box .wrapper>div {
        top: 1.2rem;
    }



    .lottery_box h2::after{
        content: "";
        /* background: url(../images/tit_bg2.png)no-repeat; */
        background-size: 196% 100%;
        background-position: 49%;
    }

    .about {
        padding: 10px;
    }
    .about-swiper {
        width: 100%;
    }


    .about_txt {
        width: 100%;
        float: inherit;
        font-size: .28rem;
        line-height: .45rem;
    }
    .about_txt>div span{
        width: 30%;
    }

    .about .about_txt img{
        bottom: 22px;
        width: .8rem;
        display: block;
        margin: 0 auto;
    }
    .about .qrCode_box img{
        float: inherit;
        display: block;
        margin: 0 auto;
        width: auto;
    }
    .qrCode_box p {
        float: inherit;
        text-align: center;
        margin-top: .35rem;
        margin-bottom: .35rem;
    }
    .qrCode_box {
        margin-top: .5rem;
    }
    .pc_concat{
        display: none;
    }
    .concat_box{
        padding: 0 10px 10px 10px;
        box-sizing: border-box;
        margin-bottom: 2.5rem;
    }
    
    aside {
        bottom: 0;
        width: 100%;
        left: 0;
        margin: 0 auto;
        right: 0;
        top: initial;
        height: 1.5rem;
        padding: 4% 7%;
        box-sizing: border-box;
        z-index: 99;
        background: url(../images/m_aside.png)no-repeat;
        background-size: 100% 100%;
    }

    aside a{
        width: 1.5rem;
        height: auto;
        display: block;
        background-size: 100% 100%;
        cursor: default;
        right: 6%;
        margin: 0 0 0 auto;
        bottom: 29%;
        border-radius: 25px;
    }
    aside i {
        text-align: center;
        font-size: .35rem;
        width: .5rem;
        display: inline-block;
        padding: .2rem 0;
        margin: 0;
        margin: 0 .1rem 0 0;
    }

    .video_box {
        padding: 0 10px 0.3rem 10px;
    }


    .video_cover img {
        width: 100%;
        height: 3rem;
    }

    .video_txt {
        line-height: .7rem;
        font-size: .35rem;
        text-align: center;
        margin: .35rem 0;
    }
    .video_txt br{
        display: none;
    }
    .video_box h6 {
        font-size: .3rem;
        height: 1.6rem;
        padding: 0 .3rem;
    }

    #winner_ul li span {
        margin: 0 .6rem !important;
        font-size: .28rem;
    }
    .lotter_alert.layui-layer {
        width: 75% !important;
    }
    .nav_bar{
        top: 0;
        height: 60px;
        z-index: 99;
    }
    .nav_bar>div{
        width: 100%;
        height: 60px;
    }
    .nav_bar>div>img{
        display: none;
    }
    .play{
        width: 15% !important
    }
    #prize_area{
        padding: 0;
    }
    #prilist{
        width: 100%;
    }
    #prilist li{
        width: 30%;
        margin: 0 10px 10px 0;
        padding:10px 0;
        height: 66px;
    }
    #prilist li{
        width: 30%;
        margin: 0 1% 10px 0;
        font-size: .3rem;
    }
    #prilist li:nth-of-type(3n+1){
        margin-left: 2%;
    }
    #prilist img{
        height: 36px;
    }
    .roll-8 img{
        height: 42px !important;
    }
    .roll-4 img{
        height: 24px !important;
        margin-top: 16px !important;
    }
    #prilist #begin_btn{
        height: 86px;
        line-height: 86px;
        font-size: 22px;
    }
    #winner_list{
        width: 94%;
        margin: 20px 3% 0;
        font-size: 17px;
    }
    #winner_list .tips{
        color: #666;
    }
    .about_box {
        width: 100%;
        padding: .6rem 0 1.6rem 0;
    }
    .about_box h2{
        /* padding: .6rem 0 1.6rem 0; */
        margin: .66rem 0 .23rem !important
    }
    .about_box .t_box {
        float: none;
        width: auto;
        font-size: 12px;
    }
    .about_box .t_box img {
        margin-bottom: .1rem;
        height: .8rem;
    }
    .about_box .tip {
        font-size: 14px;
        padding-top: .3rem;
    }
    .about_box .concat {
        width: auto;
        margin-top: .4rem;
        font-size: 14px;
    }
    .about_box .qr_img {
        float: none;
        margin: .4rem auto 0;
        font-size: 14px;
        width: 100%;
        text-align: left;
    }
    .about_box .qr_img img {
        max-width: 140px;
        margin-bottom: .1rem;
        vertical-align: bottom;
        margin-right: 10px;
    }
    .about_box .qr_img .spe{
        font-weight: 700;
    }

    .big_img_content {
        margin-top: 40%;
    }
    .big_img_content img{
        width: 85%;
    }
    .footer{
        display: none;
    }

    #winner_list .tips{
        display: none;
    }
    .pop_window{
        width: 92%;
        margin: 10% 0px 0px -46%;
        height: 500px;
    }
    .info_msgBox{
        height: 280px;
        overflow: auto;
    }
    #submit_form dd input[type=text]{
        width: 100%;
        border-radius: 5px;
    }
    #submit_form .inline_dl textarea{
        width: 78%;
        height: 40px;
        overflow:hidden;
        resize:none;
        border-radius: 5px;
    }
    #submit_form .inline_dl select {
        width: 115px;
    }
    #submit_form dd label{
        margin: 5px 0;
    }
    .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;
    }
    .lottery_box {
        margin-top: .5rem;
    }
    #winner_ul li{
        color: #2F318B;
    }
    .collect_title{
        font-size: .26rem;
    }
    .user_self_input{
        width: 90% !important;
    }
    .lotter_alert .layui-layer-content span{
        font-size: .25rem;
        line-height: .4rem;
    }
    .about-swiper .swiper-slide::after{
        background: none;
    }
}