/* 弹窗 */
/*  修改弹窗样式  */
/*弹窗*/

.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: 460px;
    line-height: 1.6;
    background: rgb(255, 255, 255);
    font-size: 14px;
    height: 450px;
}
.pop_window .dialog-hd{
    width: 100%;
    line-height: 50px;
    text-indent: 20px;
    background: #d00;
    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 {
    display: none;
}
.pop_window_box .error {
    color: #f00;
    background: none;
    padding-left: 8px;
    font-weight: normal;
}
#video_box .dialog {
    background: #F6F6F6;
}
#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;
}
.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;
}
#submit_form dd{
/*     display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; */
}
#submit_form dd label{
    /* width: 50%; */
}

.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
}
.info_msgBox{
    height: 100%;
    overflow: auto;
}
/*用户资料 - 弹窗表单*/
.dialog-bd{
    /* position: relative; */
}
#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{
    /* display: block; */
    margin: 10px 10px 10px 0;
    line-height: 14px;
}
#submit_form label input{
    margin-right: 5px;
    vertical-align: initial;
    /* float: left; */
}
#submit_form .inline_selects label{
    float: left;
    width: 280px;
}
#submit_form .inline_dl dt{
    float: left;
    width: ;
    line-height: 25px;
}
#submit_form .inline_dl select{
    width: 129px;
    height: 35px;
    margin: 0 10px 10px 0;
    border: 1px solid #ddd;
}

#submit_form .inline_dl textarea{
    width: 95%;
    display: block;
    height: 18px;
    padding: 10px;
    border: 1px solid #ddd;
    overflow:hidden;
    resize:none;
    border-radius: 5px;
}
.frm_btn {
    background: none;
    color: #fff;
    width: 100%;
    height: 36px;
    vertical-align: top;
    border: none;
    outline: none;
}
.dialog{
    height: 100%;
    position: relative;
}
 #submit_form .sub {
    width: 200px;
    margin: 20px auto;
    background: #c80d00;
    float: inherit;
    cursor: pointer;
    position: absolute;
    bottom: -10px;
    right: 0;
    left: 0;
}

#submit_form .sub:hover {
     background: #e1261a;
}
#winner_list {
    float: left;
    width: 380px;
}

#winner_list a {
    text-decoration: underline;
}

#winner_list .list_box {
    display: block;
    padding-top: 10px;
    background: #e90029;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 20px;
}

#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;
}

/*#fcdee3*/

#winner_list .list_box p {
    line-height: 20px;
}

#winner_list .tips {
    line-height: 20px;
    color: #999999;
    font-size: 12px;
    display: block;
}
#winner_list .tips a{
    color: #9a001b;
}
#jq_marquee_box {
    margin-top: 10px;
    height: 300px;
    line-height: 15px;
    overflow: hidden;
    background: #fff;
    color: #000;
    border: 1px solid rgba(230,0,40,1);
    border-top: none;
    padding: 20px 0;
    border-radius: 0 0 10px 10px;
    font-size: 14px;
}

#winner_ul {
    display: block;
    padding: 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: 20px;
    color: #ef6775;
}
#winner_ul li span{
    color: #666666;
}
#winner_ul li em{
    display: inline-block;
    width: 60px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 14px;
}

 .close-dialog {
    position: absolute;
    top: 10px;
    right: 35px;
    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;
 }
 .mb40{
    margin-bottom: 40px !important;
 }
/* 弹窗 */
.ml230{
    margin-left: 230px;
}
.footer {
    padding: 10px 0;
    color: #ccc;
}
.footer a {
    color: #ccc;
}
.footer a:hover {
    color: #fff;
}
.gray_bg {
    background-color: #f0f0f0;
}
.gray_color{
    color: #999999;
}
.m_nav_bar{
    display: none;
}
.m_section1, .m_section2{
    display: none;
}
.btn, .side_bar_btn{
    width: 170px;
    height: 48px;
    background-color: rgba(180, 25, 33, 1);
    border-radius: 5px;
    font-size: 24px;
    color: #FFFFFF;
    border: none;
    line-height: 48px;
}
.side_bar{
    position: fixed;
    right: 20px;
    top: 40%;
}
.side_bar_btn{
    width: 103px;
    font-size: 16px;
    margin-top: 10px;
    margin-left: -2px;
}

.side_bar ul{
    background: url('../images/u151.png')no-repeat;
    width: 120px;
    height: 275px;
    background-size: 100% 100%;
    padding: 26px 0px;
    box-sizing: border-box;
    /* background: #fff; */
    /* border: 1px solid #d22222; */
}
.side_bar ul li{
    line-height: 38px;
    text-align: left;
    padding-left: 0px;
    border-bottom: 1px solid #999;
    width: 70px;
    margin-left: 25px;
    position: relative;
}
.ac img{
    display: block;
    margin: 10px auto 0 auto;
}
.ac a{
    color: #B41921;
    font-weight: 700;
}
.ac a i{
    color: #B41921;
    display: block !important;
}
.side_bar ul li:last-child{
    text-align: center;
    color: #008DCB;
    font-weight: 700;
    font-size: 14px;
    line-height: 25px;
    border: none;
}
.side_bar ul li:last-child img{
    display: block;
    margin: 10px auto 0 auto;
}
.side_bar ul li:last-child a{
    color: #008DCB;
}
.side_bar_img{
    width: 139px;
    position: absolute;
    top: -68px;
    left: -12px;
}
.side_bar ul li:hover a{
    color: #B41921;
    font-weight: 700;
}
.side_bar ul li:hover a i{
    display: inline-block;
}
.side_bar ul li i{
    background: url('../images/u162.png')no-repeat;
    width: 11px;
    height: 15px;
    display: inline-block;
    background-size: 100% 100%;
    display: none;
    position: absolute;
    top: 14px;
    left: -16px;
}
.navigation{
    display: block;
    position: absolute;
    top: -160px;
}
.btn:hover{
    width: 180px;
    font-size: 26px;
    height: 53px;
}
.section{
    margin-bottom: 35px;
    position: relative;
}
.section h2{
    margin: 50px 0 80px 0;
    text-align: center;
    font-size: 20px;
    color: #B41921;
}
.section h2 i{
    width: 50px;
    height: 46px;
    vertical-align: middle;
    display: inline-block;
    margin: 0 15px;
}
.section h2 i:first-child{
    background: url('../images/u11.png')no-repeat;
    background-size: 100% 100%;
}
.section h2 i:nth-child(2){
    background: url('../images/u10.png')no-repeat;
    background-size: 100% 100%;
}
/* 第二导航 */
.nav_bar{
    text-align: center;
    background: #b41921;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #FFFFFF;
    padding: 0 5px;
    box-sizing: border-box;
}
.nav_bar span{
    display: inline-block;
    padding: 0 45px;
}
.nav_bar span:first-child{
    border-right: 1px solid #fff;
}
/* 第二导航 */

.section1{
    width: 860px;
    height: 490px;
    background: url(../images/u70.png)no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    padding: 6% 10% 0 24%;
    box-sizing: border-box;
    font-size: 18px;
    color: #000000;
    line-height: 28px;
}
.section1 a{
    display: block;
    margin-top: 50px;
    margin-top: 50px;
    outline: none;
    margin: 36px 0 0 30%;
}
.section2 ul{
    text-align: center;
}
.section2 ul li{
    width: 138px;
    height: 138px;
    background: #b41921;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    margin-right: 60px;
}
.section2 ul li img{
    position: absolute;
    top: -49px;
    right: -12px;
    width: 105px;
    height: 105px;
    transform: rotate(86deg);
}
.section2 ul li span{
    font-weight: 700;
    font-size: 28px;
    position: absolute;
    top: -26px;
    right: 43px;
}
.section2 li p{
    height: 60px;
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
}
.live_section img{
    height: 370px;
    vertical-align: middle;
}
.live_tit{
    height: 73px;
    background-color: rgba(180, 25, 33, 1);
    box-sizing: border-box;
    line-height: 73px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 10px;
}
.video_item{
    width: 45%;
    position: relative;
}
.video_info{
    margin-top: 15px;
}
.item_cover{
    width: 203px;
}
.play_icon{
    position: absolute;
    left: 0;
    right: 0;
    top: 25%;
    margin: 0 auto;
    cursor: pointer !important;
}
.video_info p{
    width: 57%;
    display: inline-block;
}
#video_player{
    height: 100%;
}
.video_info p a{
    margin: 10px 0 0 0 ;
}
.is_allow .cover{
    width: 100%;
    height: 300px;
    vertical-align: bottom;
    cursor: pointer !important;
}
.is_allow{
    cursor: pointer;
}
.video_tit{
    background: #b41921;
    color: #fff;
    text-align: center;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    width: 100%;
}
.section3{
    width: 860px;
    margin: 0 auto;
}
.see_reivew{
    width: 210px;
    height: 56px;
    background: inherit;
    background-color: rgba(255, 255, 255, 1);
    box-sizing: border-box;
    border-width: 3px;
    border-style: solid;
    border-color: rgba(180, 25, 33, 1);
    display: block;
    text-align: center;
    line-height: 56px;
    font-weight: 700;
    font-style: normal;
    font-size: 28px;
    color: #B41921;
    float: right;
    position: absolute;
    cursor: pointer;
    bottom: 102px;
    right: 0;
}
.section3 h2{
    margin: 80px 0 45px 0;
}
.section3 ul li{
    width: 230px;
    display: inline-block;
    margin-right: 60px;
    margin-top: 60px;
}
.section3 ul li:nth-child(3n+0){
    margin-right: 0px;
}
.section3 ul li img{
    width: 230px;
    position: relative;
    top: -62px;
}
.section3 ul li:first-child img{
    top: -70px;
}
.section3 ul li:last-child img{
    top: -50px;
}
.section3 ul li:first-child img{
    -moz-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
}
.section3 ul li p{
    width: 100%;
    background: #b41921;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    line-height: 74px;
    height: 74px;
    position: absolute;
    top: -20px;
    z-index: 9
}
.section4{
    text-align: center;
}
.section4 h2{
    margin: 40px 0 26px 0;
}
.section4 li{
    width: 125px;
    display: inline-block;
    margin-right: 40px;
    text-align: center;
}
.section4 li img{
    width: 115px;
    height: 91px;
    position: relative;
    top: 33px;
    z-index: -1;
}
.section4 li:nth-child(4){
    margin-right: 0px;
}
.section4 p{
    background: url('../images/u139.png')no-repeat;
    background-size: 100% 100%;
    width: 124px;
    height: 80px;
    padding: 5px 0 0 0;
    box-sizing: border-box;
    font-size: 20px;
    color: #231815;
    font-weight: 700;
    text-align: center;
}
.section5 .section5_right li{
    padding: 20px 0 10px 0;
    font-size: 16px;
    border-bottom: 1px solid #333;
}
.section5 .section5_right li:first-child{
    /* padding-top: 0 */
}
.section5 h2{
    margin: 50px 0 40px 0;
}
.section5 .section5_right li img{
    margin-right: 15px;
    position: relative;
    bottom: -8px;
    left: -2px;
    cursor: initial;
}
.section5_right{
    display: inline-block;
    margin-right: 80px;
    text-align: left;
}
.section5_right li span{
    position: absolute;
    left: 13px;
    top: 44px;
    font-size: 18px;
    color: #4F5054;
}
.section5_left{
    border: 1px solid rgba(180, 25, 33, 1);
    width: 480px;
    display: inline-block;
    text-align: left;
    margin-top: 30px;
}
.section5_left h3{
    background-color: rgba(180, 25, 33, 1);
    box-sizing: border-box;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    color: #FFFFFF;
}
.section5_left img{
    width: 145px;
    height: 64px;
    cursor: pointer !important;
}
.section5_left>div{
    padding: 30px;
    box-sizing: border-box;
}
.section5_left>div p{
    width: 245px;
    display: inline-block;
}
.download_btn{
    display: block;
    width: 90px;
    height: 26px;
    background-color: rgba(180, 25, 33, 1);
    margin: 0 auto;
    color: #fff;
    line-height: 26px;
    border-radius: 3px;
    text-align: center;
}
.download_btn:hover{
    width: 95px;
    font-size: 16px;
    height: 29px;
}
.section5_left>div:last-child{
    border-top: 1px solid rgba(180, 25, 33, 1);
}
.section6>div{
    border: 2px solid rgba(79, 80, 84, 1);
    padding: 30px;
    box-sizing: border-box;
    width: 802px;
    margin: 0 auto;
    margin-bottom: 100px;
    height: 265px;
}
.guest_name{
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 20px;
}
.guest_name small{
    font-size: 16px;
}
.guest_info{
    width: 60%;
    font-size: 16px;
    color: #000000;
    line-height: 28px;
}
.man img, .woman img{
    width: 288px;
    height: 336px;
    vertical-align: middle;
    position: relative;
    top: -116px;
}
.man img{

}
.woman img{
    left: -14px;
    top: -105px;
    width: 250px;
}
/* .section7 h2{
    background: url('../images/u71.png')no-repeat;
    background-size: 100% 100%;
} */
.section7{
    text-align: center;
    width: 1000px;
    margin: 0 auto;
}
.section7 h2{
    margin: 150px 0 160px 0;
    color: #fff;
}
.section7 h2 div{
    position: absolute;
    top: -110px;
    left: 0;
    right: 0;
    z-index: -1;
    cursor: pointer;
}
.section7 h2 i:nth-child(1){
    background: url('../images/u137.png')no-repeat;
    background-size: 100% 100%;
}
.section7 h2 i:nth-child(2){
    background: url('../images/u136.png')no-repeat;
    background-size: 100% 100%;
}
.section7 ul li {
    text-align: center;
    text-align: center;
    font-size: 18px;
}
.section7 ul li div{
    width: 260px;
    height: 243px;
    background-color: rgba(22, 155, 213, .1);
    border-radius: 8px;
    cursor: initial;
    margin-bottom: 10px;
}
.section7_live .desc2{
    width: 100%;
    margin-top: 60px;
}
.footer_btn{
    margin: 50px 0 10px 0;
}
.desc1{
    margin: 35px;
    font-size: 18px;
    color: #000000;
}
.section7 .section7_live ul li div{
    width: 170px;
    height: 160px;
}
.section7_live .price1{
    width: 83px;
    cursor: initial;
}
.section7_live .price2{
    width: 157px;
    cursor: initial;
}
.section7_live .price3{
    width: 157px;
    cursor: initial;
}
.desc2{
    margin: 10px auto 35px auto;
    color: #999999;
    text-align: left;
    width: 62%;
}
.price1{
    width: 126px;
    cursor: initial;
}
.price2{
    width: 236px;
    cursor: initial;
}
.price3{
    width: 130px;
    cursor: initial;
}
.small_box{
    width: 132px;
    height: 132px;
    top: -34px;
    position: relative;
    cursor: pointer;
}
.small_box1{
    left: 83px;
    top: -37px;
}
.small_box2{
    left: -64px;
}
.big_box{
    width: 236px;
    height: 236px;
    position: relative;
    z-index: 9;
    cursor: pointer;
}
.section8{
    width: 530px;
    margin: 0 auto;
}
.section8 h2{
    margin: 50px 0 35px 0;
}
.m_side{
    display: none;
}
.concat_type{
    font-size: 18px;
    position: relative;
    margin-bottom: 60px;
    left: 35px;
}
.concat_type img{
    width: 40px;
    height: 40px;
    margin-right: 5px;
    margin-left: 30px;
    margin-bottom: 6px;
    vertical-align: middle;
}
.footer_about{
    font-size: 16px;
    color: #fff;
    padding: 35px 0;
    background: #231815;
    position: relative;
    bottom: -2px;
    text-align: center;
}
.footer_about img{
    width: 320px;
    height: 80px;
    margin-right: 45px;
    vertical-align: super
}
.footer_about h6{
    margin: 0 0 15px 0; 
}
/* 分享 */
.bdsharebuttonbox .share-need-vfy { width: 266px; height: 38px; display: block; margin: 0; padding: 0; background: none; position: absolute; left: auto; right: 0; z-index: 1000; }
.bdshare-button-style0-16::after { clear: both; content: ''; display: block; height: 0; visibility: hidden; }
.bdsharebuttonbox { float: right;margin: 45px 0 35px; font-size: 14px; color: #333; line-height: 38px; z-index: 2; }
.bdshare-button-style0-16 .bds_weixin { background-position: 0 -1612px; }
.bdshare-button-style0-16 .bds_tsina { background-position: 0 -104px; }
.bdshare-button-style0-16 .bds_qzone { background-position: 0 -52px; }
.bdsharebuttonbox .bds_sqq {
    background-attachment: scroll;
    background-clip: border-box;
    background-image: url("http://bbs.elecfans.com/template/elecfans_201508/prize/images/qq-ico.png");
    background-origin: padding-box;
    background-position: 0 0 !important;
    background-size: auto;
    background-repeat: no-repeat;
    height: 38px;
    margin: 0 0 0 18px;
    padding: 0;
    width: 38px;
}
.bdsharebuttonbox .bds_weixin {
    background-attachment: scroll;
    background-clip: border-box;
    background-image: url("http://bbs.elecfans.com/template/elecfans_201508/prize/images/weixin-ico.png");
    background-origin: padding-box;
    background-position: 0 0 !important;
    background-size: auto;
    background-repeat: no-repeat;
    height: 38px;
    margin: 0 0 0 18px;
    padding: 0;
    width: 38px;
}
.bdsharebuttonbox .bds_tsina {
    background-attachment: scroll;
    background-clip: border-box;
    background-image: url("http://bbs.elecfans.com/template/elecfans_201508/prize/images/weibo-ico.png");
    background-origin: padding-box;
    background-position: 0 0 !important;
    background-size: auto;
    background-repeat: no-repeat;
    height: 38px;
    margin: 0 0 0 18px;
    padding: 0;
    width: 38px;
}
.bdsharebuttonbox .bds_qzone {
    background-attachment: scroll;
    background-clip: border-box;
    background-image: url("http://bbs.elecfans.com/template/elecfans_201508/prize/images/qzone-ico.png");
    background-origin: padding-box;
    background-position: 0 0 !important;
    background-size: auto;
    background-repeat: no-repeat;
    height: 38px;
    margin: 0 0 0 18px;
    padding: 0;
    width: 38px;
}
.bdsharebuttonbox a, .bdsharebuttonbox .bds_more{
    cursor: pointer;
    float: left;
    font-size: 12px;
    line-height: 16px;
}
.concat_type .qrcode{
    position: absolute;
    left: 40px;
    top: -20px;
    width: 150px;
    height: 170px;
    font-size: 14px;
    text-align: center;
}
.concat_type .qrcode img{
    width: 150px;
    height: 150px;
    margin: 0;
}

.back_live_m{
    display: none;
}
.video_section h2{
    margin: 50px 0 35px 0;
}
/* 主体 */
@media screen and (max-width: 800px) {
    html{
        font-size: 13.3333333vw;
    }
    .m_banner {
        margin-top: 70px;
    }
    .wrapper{
        width: 100%;
    }
    .back_live,#top, #p_side, .nav_bar, .p_banner,.section1{
        display: none;
    }
    .m_banner, .back_live_m{
        display: block !important;
    }
    .m_logo{
        width: 2.6rem;
        margin-right: .2rem;
        position: relative;
        top: 10px;
    }
    .m_nav_bar{
        display: flex;
        padding: 0 10px;
        box-sizing: border-box;
        height: 70px;
        position: fixed;
        top: 0;
        background: #fff;
        z-index: 99;
        border-bottom: 1px solid #ccc;
        width: 100%;
    }
    .m_nav_bar li {
        display: inline-block;
        font-size: 14px;
        margin-left: 0;
        height: 70px;
        line-height: 70px;
        text-align: center;
    }
    .m_nav_bar li a {
        height: 68px;
        font-size: 0.32rem;
        background: #fff !important;
    }
    .ac a{
        font-weight: 700;
        color: #008DCB;
        border-bottom: 2px solid #008DCB;
    }
    .bdsharebuttonbox {
        display: none;
    }
    .section{
        padding: 0 10px;
        box-sizing: border-box;
    }
    .m_section1,.m_section2{
        display: block;
        width: 100%;
    }
    .section2 ul li{
        margin-right: 0.85rem;
        margin-bottom: 1rem;
        width: 2.5rem;
        height: 2.5rem;
    }
    .section2 ul li:nth-child(2n+0){
        margin-right: 0;
    }
    .section2 ul li:nth-child(n+3){
        margin-bottom: 0;
    }
    .section3{
        width: 100%;
    }
    .section3 ul li img {
        width: 100%;
        position: relative;
        top: -1rem !important;
    }
    .section3 ul li:last-child  img{
        top: -0.8rem !important;
    }
    .section3 ul li {
        width: 45%;
        display: inline-block;
        margin-right: .3rem;
        margin-top: 0.7rem;
    }
    .section3 ul li:nth-child(2n+0){
        margin-right: 0;
    }
    .section3 ul li p{
        font-size: 0.25rem;
        line-height: 54px;
        height: 54px;
    }
    .section4 p{
        font-size: 0.3rem;
        height: 1.3rem;
        width: 100%;
    }
    .section4 li {
        width: 35%;
        display: inline-block;
        margin-right: 0;
        text-align: center;
    }
    .section4 li {
        margin-right: .5rem;
    }
    .section4 li:nth-child(2n+0) {
        margin-right: 0;
    }
    .section4 li img{
        width: 100%;
    }
    .section5_right{
        display: block;
        margin-right: 0;
    }
    .section5_left{
        display: block;
        width: 100%;
        text-align: center;
    }
    .section5_left #download{
        position: relative;
        top: -1.5rem;
        display: block;
    }
    .section5_right li{
        width: 100%;
        display: inline-block;
        font-size: 0.35rem !important;
    }
    .section5 .section5_right li img{
        margin-right: 6px;
    }
    .section5 .section5_right li:last-child{
        width: 100%;
    }
    .section5_left>div p{
        width: 100%;
    }
    .section5_left>div div{
        float: initial;
    }
    .section5_left div p a{
        color: #d22222;
    }
    .section6>div{
        width: 100%;
        padding: 10px;
        height: auto;
        margin-top: 4rem;
        background: #fff;
    }
    .guest_info{
        font-size: 0.3rem;
        line-height: 0.6rem;
        width: 100%;
    }
    .man img {
        position: absolute;
        width: 40%;
        height: auto;
        top: 1.5rem;
        left: 0;
        right: 0;
        margin: 0 auto;
        z-index: -1
    }
    .woman{
        position: relative;
    }
    .woman img {
        position: absolute;
        width: 40%;
        height: auto;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: -3.5rem;
        z-index: -1
    }
    .guest_name {
        font-size: 0.35rem;
        font-weight: normal;
        margin-bottom: 5px;
    }
    .section7{
        width: 100%;
    }
    .price1{
        width: 1rem
    }
    .price2{
        width: 100%;
    }
    .price3{
        width: 2rem
    }
    .section7 ul li {
        width: 30%;
        height: auto;
        font-size: 0.3rem;
    }
    .section7 ul li div{
        width: 100%;
        height: 2rem;
    }
    .big_box{
        width: 4rem;
        height: 4rem
    }
    .small_box{
        position: absolute;
        width: 2.7rem;
        height: 2.7rem
    }
    .small_box1{
        left: 4.2rem;
        top: 0.8rem;
    }
    .small_box2 {
        left: 0.5rem;
        top: 0.8rem;
        position: absolute;
    }
    .section7 h2 {
        margin: 3rem 0 2rem 0;
    }
    .section7 h2 div{
        top: -2rem;
    }
    .footer_btn {
        font-size: 0.35rem;
    }
    .desc1 {
        margin: 0.25rem auto;
        font-size: 0.35rem;
        text-align: center;
        width: 5rem;
    }
    .desc1 span{
        display: block;
    }
    .desc1 em{
        display: none;
    }
    .desc2 {
        width: 100%;
    }
    .footer_about{
        font-size: 0.28rem;
        text-align: left; 
        padding: 0.75rem 10px;
    }
    .footer_about img{
        width: 4rem;
        height: auto;
    }
    .footer_about>div>div{
        width: 100% !important;
    }
    .footer{
        display: none;
    }
    .concat_type span{
        display: block;
        text-align: left;
        margin-bottom: 10px;
    }
    .section8{
        width: 100%;
        background: #231815;
        color: #fff;
        margin-bottom: -2px;
    }
    .section2 li p{
        font-size: 0.25rem;
    }
    .m_price{
        display: block
    }
    .concat_type {
        border: 1px solid #fff;
        border-radius: 5px;
        padding: 0.2rem;
        box-sizing: border-box;
        font-size: 0.3rem;
        margin-bottom: 0;
        padding-bottom: 4rem;
        left: 0;
    }
    .concat_type img{
        margin-left: 0.25rem;
        width: 0.6rem;
        height: 0.6rem;
    }
    .section8 h2{
        color: #fff;
        padding: 1rem 0 0.5rem 0;
        margin: 0;
    }
    .m_btn{
        font-size: 0.3rem !important;
        display: block;
        text-align: center;
        width: 2rem !important;
        height: 0.6rem !important; 
        line-height: 0.6rem;
        position: absolute;
        right: 0.7rem;
        bottom: 0.5rem;
    }
    .m_side{
        display: block;
        position: fixed;
        top: 50%;
        right: 0;
        z-index: 99;
    }
    .m_side a{
        width: 2rem !important;
        position: relative;
        height: 0.6rem !important;
        line-height: 0.6rem;
        font-size: 0.3rem !important;
        display: block;
        text-align: center;
    }
    .side_bar_img{  
        top: -1.2rem;
        width: 2rem;
        left: 0;  
    }
    .pop_window {
        margin: auto;
        width: 90%;
        top: 15%;
        left: 0;
        right: 0;
    }
    .concat_type .qrcode img{
        width: 2.5rem;
        height: 2.5rem;
        margin: 0;
    }
    .concat_type .qrcode {
        position: absolute;
        right: 0;
        width: 2.5rem;
        left: 0;
        font-size: 0.3rem;
        text-align: left;
        margin: 10px 28px;
        top: 2.5rem;
    }
    .ml230{
        margin-left: 0
    }
    #submit_form .inline_dl select{
        width: 117px;
    }
    .city{
        margin-right: 0 !important;
    }
    .video_section h2{
        margin: 0.3rem 0 0.4rem 0;
    }
    .video_item{
        width: 100%;
    }
    .video_section .video_item:first-child {
        margin-bottom: 1rem;
    }
    .video_info p{
        width: 60%;
        float: right;
    }
    .video_info a{
        width: 40%;
    }
    .video_info a img:first-child{
        width: 100%;
    }
    .is_allow .cover{
        height: auto;
    }
    .play_icon{
        width: 1rem;
        top: 19%;
    }
    .live_section img{
        height: auto;
    }
    .live_tit{
        height: 1.2rem;
        line-height: 24px;
        padding: 5px 10px 0 10px;
        box-sizing: border-box;
        font-size: 0.3rem;
        text-align: left;
    }
    .see_reivew{
        bottom: auto;
        width: 3rem;
        font-size: .4rem;
        height: 1rem;
        line-height: 1rem;
        top: 2.9rem;
    }
/*     .section1{
        background-size: contain;
        width: 100%;
        padding: 0.5rem 0.8rem 0rem 2.4rem;
        font-size: 0.23rem;
        line-height: 18px;
        height: auto;
    }
    .section1 br:nth-child(2n+0){
        display: none;
    }
    .section1 br:nth-child(3){
        display: none;
    }
    .section1 button{
        margin: 0;
        width: 2rem;
        font-size: 0.28rem;
        height: 0.6rem;
        line-height: 0.6rem;

    }
    .section2 ul li{
        margin-right: 0.2rem;
        margin-bottom: 50px;
    }
    .section2 ul li{

    }
    .section2 ul li:last-child{
        margin-right: 0;
    } */
}