@charset "utf-8";
/* 样式重置 */
body,html {
    min-height: 100%;
    height: auto!important;
}

/* 使用此样式防止滚动条出现时页面抖动，这会影响到使用fixed居中出现误差，可js计算html与body直接的宽度差补回 */
:root {
    overflow-y: auto;
    overflow-x: hidden;
}
:root body {
    position: absolute;
}
html {
    overflow-y: scroll;
}
body {
    width: 100vw;
    overflow: hidden;
}
/* 使用此样式防止滚动条出现时页面抖动，这会影响到使用fixed居中出现误差，可js计算html与body直接的宽度差补回 */

body {
    background-color: #fff;
    color: #333;
    font-family: "PingFang SC", "Arial", "Microsoft YaHei", "Helvetica", "Helvetica Neue", "Tahoma", "sans-serif";
    line-height: 1.5;
    font-size: 12px;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td {
    margin: 0;
    padding: 0;
}

h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
}

ol,ul {
    list-style: none;
}

address,caption,cite,code,dfn,em,strong,th,var,optgroup {
    font-style: normal;
}

input,button,textarea,select,optgroup,option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    *font-size: 100%;
}

fieldset,img,a img,:link img,:visited img {
    border: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

/* a:visited {
    color: inherit;
} */

a:hover,
a:active {
    color: #d00000;
}

:focus {
    outline: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,th {
    text-align: left;
}



/* 广告位背景提示文字 */
.openx_place {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}
.openx_place:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 14px;
    margin: auto;
    text-align: center;
    content: "ElecFans-电子发烧友";
    color: #999;
    line-height: 1;
    font-size: 14px;
}
.openx_place iframe {
    position: relative;
    z-index: 1;
    vertical-align:top;
}
.openx_place .close {
    position: absolute;
    z-index: 1;
    right: -5px;
    top: -10px;
    padding: 10px;
    font-size: 24px;
    line-height: 1;
    font-family: sans-serif;
    cursor: pointer;
}

/* 通用样式 */
.wrap {
    width: 1200px;
    margin: 0 auto;
}
.none {
    display: none;
}
.fl {
    display: inline;
    float: left;
}
.fr {
    display: inline;
    float: right;
}
.clearfix {
    _zoom: 1;
}
.clearfix:after {
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}
.ovh {
    overflow: hidden;
    display: block;
}

.lh1 {
    line-height: 1;
}

.tov,
.tovm {
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.tovm {
    display: -webkit-box;
    -webkit-box-orient:  vertical;
    white-space: normal;
}
.tc {
    text-align: center;
}
.fc9 {
    color: #999;
}
.fc6 {
    color: #666;
}
.fc3 {
    color: #333;
}
.fcred {
    color: #d00000;
}
.fs12 {
    font-size: 12px;
}
.fs14 {
    font-size: 14px;
}
.fblod {
    font-weight: 700;
}

.ml10 {
    margin-left: 10px;
}
.ml5 {
    margin-left: 5px;
}
.mt30 {
    margin-top: 30px;
}
.mr30 {
    margin-right: 30px;
}

/* 向下三角形 */
.delta_down {
    display: inline-block;
    width: 0;
    height: 0;
    border-width: 5px 4px;
    border-style: solid;
    vertical-align: -2px;
    border-color: #999 transparent transparent;
}

.not_select {
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}

#coupon-ad {
    left: -9999999px;
}






/* 顶通条 */
.site_top {
    height: 30px;
    background-color: #d00000;
    color: #ffcece;
    line-height: 30px;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0px;
    z-index: 999;
}
.site_top .icon {
    display: inline-block;
    margin-right: 5px;
    width: 16px;
    height: 16px;
    vertical-align: -2px;
    background: url('/static/main/img/site-top-icon.png') no-repeat;
}
.site_top .i2 {background-position: 0 -18px;}
.site_top .i3 {background-position: 0 -36px;}
.site_top .i4 {background-position: 0 -54px;}
.site_top .i5 {background-position: 0 -71px;}
.site_top .i6 {background-position: 0 -125px;}
.site_top .i7 {background-position: 0 -91px;}
.site_top .i8 {background-position: 0 -108px;}
.site_top .site_partner a:hover .icon {
    background-position-x: -19px;
}
.site_top .origin-item {
    float: right;
    margin-right: 20px;
}
.site_top .origin-item .hot {
    position: relative;
    margin: -15px 0 0 10px;
    padding: 1px 2px;
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    border-radius: 3px;
    background-color: #feff02;
    color: #d00000;
    font-size: 12px;
    font-style: italic;
    font-family: "PingFang SC", "Arial", "Microsoft YaHei", "Helvetica", "Helvetica Neue", "Tahoma", "sans-serif";
}
.site_top .origin-item .hot:before {
    position: absolute;
    left: -4px;
    top: 3px;
    content: "";
    width: 0;
    height: 0;
    line-height: 1;
    background-color: #feff02;
    border-style: solid;
    border-width: 4px 4px 4px 0;
    border-color: #d00000 #feff02 #d00000 #d00000;
}
.site_top a {
    color: #ffcece;
}
.site_top a:hover {
    color: #fff;
}
.site_partner {
    position: relative;
    float: left;
}
.site_partner:after {
    position: absolute;
    top: 14.5px;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #e66364;
}
.site_partner a {
    position: relative;
    z-index: 1;
    float: left;
    padding: 0 5px;
    background-color: #d00000;
    margin-left: 20px;
    vertical-align: top;
}
.site_partner a:first-child {
    margin-left: 0;
}
.site_top .user_area {
    position: relative;
    float: right;
    height: 30px;
}
.site_top .login {
    margin-right: 5px;
}
.site_top .user_area .umenu {
    cursor: pointer;
}
.site_top .user_area .umenu img {
    display: inline-block;
    margin-left: 20px;
    vertical-align: -8px;
    width: 24px;
    height: 24px;
    border-radius: 24px;
}
.site_top .user_area .umenu:hover .drop {
    display: block;
}
.site_top .user_area .drop {
    display: none;
    position: absolute;
    right: 0;
    top: 30px;
    z-index: 10;
    width: 110px;
    text-align: center;
    background-color: #666;
    background-color: rgba(0, 0, 0, .6);
}
.site_top .user_area .drop:before {
    content: "";
    position: absolute;
    top: -20px;
    right: 0;
    width: 50px;
    height: 20px;
    /* background-color: red; */
}
.site_top .user_area .drop a {
    display: block;
    color: #fff;
}
.site_top .user_area .drop a:hover {
    background-color: #000;
}

.banner{
    margin-top: 115px;
}
.banner-share {
    width: 1200px;
    padding: 30px 0;
    margin: 0 auto;
    text-align: right;
    line-height: 30px;
    height: 30px;
}
.banner-share .icon{
    width: 24px;
    height: 24px;
    margin-left: 10px;
    vertical-align: middle;
}
.position_nav{
    display: block;
    position: relative;
    top: -170px;
}



/* 201904改版 */
.tipNum{
    width: 100%;
    height: 100px;
    background: #4392f1;
}
.tipNum ul{
    width: 1200px;
    height: 100px;
    margin: 0 auto;
}
.tipNum ul li{
    width: 33%;
    float: left;
    text-align: center;
    color: #fff;
}
.tipNum ul li dt{
    margin-top: 16px;
    font-size: 34px;
    line-height: 42px;
}
.tipNum ul li dd{
    font-size: 16px;
}

/* 视频专访页面 */
.videoConten{
    width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
}
.videoConten .videoTitel{
    margin-top: 40px;
    margin-bottom: 20px;
    border-bottom: 2px solid #d00;
    font-size: 28px;
    padding-bottom: 10px;
}
.videoTitelM{
    display: none;
}
.videoTitel a{
    display: inline-block;
    padding: 5px 10px;
    margin-right: 20px;
    /*border-radius: 20px;*/
    cursor: pointer;
    font-size: 16px;
    border-bottom: 2px solid #fff;
}
.videoTitel a.nvActive{
    color: #d00;
    font-weight:bold;
    position:relative;
}
.videoTitel a.nvActive:after{
    position:absolute;
    content: '';
    bottom: -2px;
    left: 50%;
    width: 26px;
    height: 4px;
    background: #d00;
    margin-left: -13px;
    /* border-bottom: 2px solid #d00; */
    color: #d00;
}
.videoList{
    margin-bottom: 50px;
}
.videoList li{
    width: 390px;
    height: 270px;
    float: left;
    margin-right: 15px;
    margin-bottom: 83px;
}
.videoList li:nth-of-type(3n){
    margin-right: 0;
}
.videoList .vImgBox{
    width: 100%;
    height: 259px;
    position: relative;
    background: #000;
    overflow: hidden;
}
.vImgBox .palyIcon{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 40px;
    height: 40px;
    background: url(img/play-video.png);
    margin: auto;
 /*   display: none;*/
}
.vImgBox .palyIcon:hover{
    background: url(img/play-video-hover.png);
}
.vImgBox .palyIcon-big{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 66px;
    height: 67px;
    background: url(img/play-video-big.png);
    margin: auto;
  /*  display: none;*/
}
.vImgBox .palyIcon-big:hover{
    background: url(img/play-video-big-hover.png);
}
.vImgBox .video-type{
    position: absolute;
    top: 20px;
    right: 0;
    width: 80px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    color: #fff;
    background: #e50112;

}
.vImgBox span{
    display: inline-block;
    min-width: 80px;
    padding: 0 10px;
    line-height: 30px;
    border-radius: 30px;
    background: #333333;
    color: #fff;
    font-size: 14px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 10px;
}
.videoList li p{
    height: 52px;
    padding: 10px 0;
    line-height: 26px;
    width: 100%;
    background: #e50112;
    font-size: 14px;
    color: #fff;
    text-align: center;
}
.videoTiteBox{
    padding-top: 20px;
}
.videoTitel {
    border-bottom: 1px solid #e4e4e4;
    /* overflow-x: auto; */
    /* width: 400px; */
}


/* 现场照片页面 */
.photo_cnetent{
    width: 1200px;
    margin: 50px auto 100px;
}
.photo_list{
    width: 720px;
    height: 750px;
    float: left;
    padding-top: 10px;
    background: #333;
    overflow-y: scroll;
}
.photo_other{
    width: 440px;
    height: 760px;
    margin-left: 20px;
    float: right;
    background: #f2f2f2;
    font-size: 14px;
    overflow: hidden;
}
.photo_other .link_btn{
    display: inline-block;
    width: 140px;
    height: 32px;
    line-height: 32px;
    background: #d9242c;
    color: #fff;
    border-radius: 32px;
    margin-left: 30px;
    margin-top: 20px;
    text-align: center;
}
.photo_other ul{
    width:88%;
    padding: 0 30px;
    line-height: 26px;
}
.photo_title{
    font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    line-height: 70px;
    position: relative;
    padding-left: 30px;
}
/*.photo_title::before{
    content: '';
    position: absolute;
    width: 8px;
    height: 30px;
    background: #bb192f;
    left: 0;
    top: 36px;
}*/
.photo_list li{
    width: 220px;
    height: 138px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    overflow: hidden;
}
.photo_list li:nth-of-type(3n){
    margin-right:0;
}
.photo_list li:nth-of-type(3n+1){
    margin-left: 12px;
}
.photo_list li:hover{
    border:2px solid #bb192f;
    box-sizing: border-box;
}
.photo_list li img{
    cursor: pointer;
    width: 100%;
    vertical-align: middle;
}
.is_allow{
    cursor: pointer;
}
.is_allow:hover{
    color: #bb192f;
}
.pop_up_box{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.5);
    z-index: 99999;
    display: none;
}
.big_watch{
    width: 900px;
    margin:120px auto;
    position: relative;
}
.big_watch .bigImg_box img{
    width: 100%;
}
.big_watch span{
    position: absolute;
    width: 48px;
    top: 50%;
    cursor: pointer;
}
.big_watch .arrow-left{
    left: -80px;
}
.big_watch .arrow-right{
    right: -80px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.big_watch .del{
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: rgba(0,0,0,.7);
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}
.big_watch .del img{
    width: 16px;
}

/* 新闻资讯页面 */
.newsContent{
    width: 1200px;
    margin: 0 auto;
    font-family: "微软雅黑 Bold", "微软雅黑 Regular", 微软雅黑;
    padding-bottom: 50px;
}
.newsContent .newsList{
     font-size: 14px;
     padding-bottom: 30px;
}
.newsContent .newsTitle{
    font-weight: 700;
    font-size: 30px;
    line-height: 50px;
    /* border-bottom: 2px solid #d00; */
    margin-top: 50px;
    margin-bottom: 30px;
}
.watchMore{
    display: block;
    width: 200px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    margin: 50px auto 0;
    background: #dd292f;
    border-radius: 40px;
    font-size: 18px;
    font-weight: bold;
}
.watchMore:hover{
    color: #fff;
    font-weight: bold;
    background: #E35B64;
}
.newsContent .n_img{
    width: 200px;
    height: 125px;
    float: left;
    margin-right: 40px;
}
.newsContent .n_title{
    font-weight: bold;
    font-size: 18px;
    color: #333;
    margin-bottom: 15px;
}
.newsContent .n_title:hover{
    color: #d00;
}
.newsContent .n_smg{
    margin-bottom: 15px;
    line-height: 20px;
    color: #999999;
}
.newsContent .n_time{
    color: #4D4D4D;
}
.newsContent .more{
    color: #508DCD;
}
.newsList li{
     min-height: 125px; 
    padding-bottom: 20px;
    /* border-bottom: 1px solid #e4e4e4; */
}
.newsList ul{
    height: 721px;
    overflow-y:hidden;
}

/* 顶通条 */
.site_top {
    height: 30px;
    background-color: #f2f2f2;
    color: #ffcece;
    line-height: 30px;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0px;
    z-index: 999;
}
.site_top .icon {
    display: inline-block;
    margin-right: 5px;
    width: 16px;
    height: 16px;
    vertical-align: -2px;
    background: url('/static/main/img/site-top-icons.png') no-repeat;
}
.site_top .i2 {background-position: 0 -18px;}
.site_top .i3 {background-position: 0 -36px;}
.site_top .i4 {background-position: 0 -54px;}
.site_top .i5 {background-position: 0 -71px;}
.site_top .i6 {background-position: 0 -125px;}
.site_top .i7 {background-position: 0 -91px;}
.site_top .i8 {background-position: 0 -108px;}
.site_top .site_partner a:hover .icon {
    background-position-x: -19px;
}
.site_top .origin-item {
    float: right;
    margin-right: 20px;
}
.site_top .origin-item .hot {
    position: relative;
    margin: -3px 0 0 10px;
    padding: 1px 2px;
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    border-radius: 3px;
    background-color: #feff02;
    color: #d00000;
    font-size: 12px;
    font-style: italic;
    font-weight: 700;
    font-family: "PingFang SC", "Arial", "Microsoft YaHei", "Helvetica", "Helvetica Neue", "Tahoma", "sans-serif";
}
.site_top .origin-item .hot:before {
    position: absolute;
    left: -4px;
    top: 3px;
    content: "";
    width: 0;
    height: 0;
    line-height: 1;
    background-color: #feff02;
    border-style: solid;
    border-width: 4px 4px 4px 4px;
    border-color: transparent #feff02 transparent transparent;
}
.site_top a {
    color: #666;
}
.site_partner {
    position: relative;
    float: left;
}
.site_partner:after {
    position: absolute;
    top: 14.5px;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #dedede;
}
.site_partner a {
    position: relative;
    z-index: 1;
    float: left;
    padding: 0 5px;
    background-color: #f2f2f2;
    margin-left: 20px;
    vertical-align: top;
}
.site_partner a:hover{
    color: red;
}
.site_partner a:first-child {
    margin-left: 0;
}
.site_top .user_area {
    position: relative;
    float: right;
    height: 30px;
}
.site_top .login {
    margin-right: 5px;
}
.site_top .user_area .umenu {
    cursor: pointer;
}
.site_top .user_area .umenu img {
    display: inline-block;
    margin-left: 20px;
    vertical-align: -8px;
    width: 24px;
    height: 24px;
    border-radius: 24px;
}
.site_top .user_area .umenu:hover .drop {
    display: block;
}
.site_top .user_area .drop {
    display: none;
    position: absolute;
    right: 0;
    top: 30px;
    z-index: 10;
    width: 110px;
    text-align: center;
    background-color: #666;
    background-color: rgba(0, 0, 0, .6);
}
.site_top .user_area .drop:before {
    content: "";
    position: absolute;
    top: -20px;
    right: 0;
    width: 50px;
    height: 20px;
    /* background-color: red; */
}
.site_top .user_area .drop a {
    display: block;
    color: #fff;
}
.site_top .user_area .drop a:hover {
    background-color: #000;
}
/* 站点底部 */
.site_footer {
    overflow: hidden;
    background-color: #333;
    line-height: 1;
    color: #ccc;
}
.site_footer a {
    color: #ccc;
}
.site_footer a:hover {
    color: #fff;
}
.footer_hd {
    overflow: hidden;
    line-height: 39px;
    border-bottom: 1px solid #494949;
}
.footer_hd a {
    float: left;
}
.footer_hd .fl b {
    float: left;
}
.footer_hd .fl a {
    margin-right: 10px;
}
.footer_hd .fr a {
    margin-left: 20px;
}
.footer_bd {
    padding-top: 18px;
    overflow: hidden;
}
.footer_bd .text_list {
    float: left;
}
.footer_bd .text_list li {
    float: left;
    margin-right: 60px;
}
.footer_bd .text_list dt {
    font-weight: 700;
    margin-bottom: 9px;
    color: #fff;
}
.footer_bd .text_list dd {
    line-height: 22px;
}
.footer_hd b,
.footer_bd .text_list .small_tit {
    color: #fff;
}
.footer_bd .text_list .split_25 {
    margin-top: 25px;
}
.footer_bd .text_list .split_10 {
    margin-top: 10px;
}
.footer_bd .text_list .split_30 {
    margin-top: 30px;
}
.site_qrcode {
    float: right;
    color: #fff;
}
.site_qrcode .word {
    margin: 18px 0 10px;
}
.site_qrcode .item:first-child .word {
    margin-top: 0;
}
.site_qrcode img {
    display: block;
}
.site_about {
    margin-top: 20px;
    padding: 15px 0;
    border-top: 1px solid #494949;
    overflow: hidden;
}
.site_about .hd {
    float: left;
    margin-top: 26px;
    font-size: 18px;
    color: #999;
}
.site_about .bd {
    float: right;
    color: #ccc;
}
.site_about .bd .item {
    position: relative;
    float: left;
    margin-right: 50px;
}
.site_about .bd .item:after {
    position: absolute;
    top: 10px;
    right: -25px;
    vertical-align: middle;
    content: ">";
    font-family: simsun;
    font-size: 18px;
    color: #929090;
    font-weight: 700;
}
.site_about .bd .last {
    margin-right: 0;
}
.site_about .bd .last:after {
    display: none;
}
.site_about .bd .tit {
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 700;
}
.site_about .s_link {
    margin: 20px 0 0 -57px;
}
.site_about .s_link a{
    margin-left: 57px;
}
.copy_right {
    color: #666;
    background-color: #2b2b2b;
    line-height: 65px;
    text-align: center;
}
.copy_right a {
    color: #666;
}
.copy_right img {
    height: 16px;
    vertical-align: -2px;
    margin: 0 3px 0 8px;
}

/* 20200608 加入华秋电路首页最新底部*/
.pcb_container {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.pcb-footer-link {
    float: left;
    width: 100px;
    margin-right: 74px;
}

.pcb-footer-link h3 {
    font-size: 16px;
    color: #fff;
    margin-bottom: 10px;
}
.pcb_site_about {
    padding: 15px 0;
    border-top: 1px solid #494949;
    overflow: hidden;
    background-color: #333333;
    min-width: 1200px;
    font-size: 13px;
}
.pcb_site_about .hd {
    float: left;
    margin-top: 26px;
    font-size: 18px;
    color: #999;
    width: auto;
    border: none;
}
.pcb_site_about .bd {
    float: right;
    color: #ccc;
    width: 876px;
    display: flex;
    border: none;
}
.pcb_site_about .bd .item {
    position: relative;
    cursor: pointer;
    float: left;
    margin-right: 10px;
    width: 150px;
    height: 70px;
    text-align: center;
    background-color:#2B2B2B ;
}
.pcb_site_about .bd .item:hover .hover-show,.pcb_site_about .bd .item:hover a {
    opacity: 1;
    color: #fff;
}
.pcb_site_about .bd .last {
    margin-right: 0;
}
.pcb_site_about .bd .last:after {
    display: none;
}
.pcb_site_about .bd .tit {
    font-size: 16px;
    font-weight: 700;
}
.pcb_site_about .bd .pcb-tit-bottom{
    border-top: 1px solid #474646;
    display: block;
}
.pcb_site_about .s_link {
    padding-top: 10px;
    margin-left: 30px;
}
.pcb_site_about .s_link a{
    margin-bottom: 14px;
    display: inline-block;
}
.pcb_site_about .s_link a:hover{
    color: #fff;
}
.pcb-footer-logo{
    width: 91px;
    height: 32px;
}
.pcb-hover-show{
    opacity: 0.5;
}
.pcb-mini-cut-line{
    position: relative;
    display: inline-block;
    background-color: #666666;
    width: 1px;
    height: 30px;
    margin:0 20px 0 20px;
    top: 9px;
}
.pcb_site_about .hd:hover .pcb-hover-show,.pcb_site_about .hd:hover span{
    opacity: 1;
    color: #fff;
}
.pcb_site_about .hd:hover .mini-cut-line {
    background-color: #fff;
}
.pcb_site_about .hd a, .pcb_site_about .bd a {
    color: #999;
}

#siteNav {
    background-color: #fff;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 11;
    border-bottom: 1px solid #ccc;
}
.page_header {
    height: 80px;
    line-height: 80px;
    position: relative;
    margin-top: 30px;
}
.page_header .notice {
    padding: 8px 10px;
    color: #ed4e4e;
    background-color: #f6f6f6;
    border-radius: 3px;
    vertical-align: 1px;
    line-height: normal;
}
.page_header .notice span::before {
    margin-right: 5px;
    display: inline-block;
    content: "";
    width: 14px;
    height: 12px;
    background: url('img/notice.png') no-repeat center center;
}
.page_header .notice:hover span {
    text-decoration: underline;
}
.page_logo img {
    vertical-align: middle;
}
.page_nav {
    float: right;
    line-height: 80px;
    font-size: 16px;
}
.page_nav .page_nav_a {
    display: inline-block;
    /* margin: 0 5px; */
    padding: 0 10px;
    /* margin-left: 13px; */
    vertical-align: middle;
    border-bottom: 3px solid #fff;
}
.page_nav .page_nav_a:hover {
    color: #ee4e4e;
}
.page_nav .sign-up {
    display: inline-block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    margin-left: 25px;
    text-align: center;
    border-radius: 20px;
    background: #E50112;
    color: #fff;
    border: 0;
}
/*.page_nav .sign-up.ed {
    background:  #999;
}*/
.page_nav .sign-up:hover {
    background: #E65C65;
    color: #fff;
}/*
.page_nav .sign-up.ed:hover {
    background:  #999;
}*/
/*.page_nav a:last-child{
    background: rgba(30, 124, 231, 1);
    padding: 0 25px;
    border-radius: 25px;
    color: #fff !important;
    text-align: center;
    display: inline-block;
    opacity: .85;
    width: auto;
    height: 35px;
    line-height: 35px;
    margin: 0 0 0 15px;
    vertical-align: middle;
}*/
.page_nav a:last-child:hover{
    opacity: 1;
}
.page_nav .on {
    color: #ee4e4e;
    font-weight: bold;
}
 .page_header .live_sele{
    display: none;
    position: absolute;
    left: 600px;
    z-index: 99999999999;
    top: 100px;
    width: 110px;
    line-height: 50px;
    background: #fff;
    text-align: center;
    font-size: 14px;
 }
 .live_sele li:hover{
    background: #f6f6f6;
 }
.live_sele li a:hover{
    color: #005486;
}
.endTime {
    position: absolute;
    width: 295px;
    text-align: center;
    top: 36px;
    left: 66%;
    margin-left: 88px;
    color: #fee870;
    z-index: 666;
    background: rgba(0,0,0,.5);
    border-radius: 20px;
}
.endTime .tip {
    font-size: 30px;
    font-weight: 700;
}
.endTime .time {
    font-size: 38px;
}
.introduce {
    overflow: hidden;
    padding: 35px 0 70px;
}
.introduce .desc {
    margin-top: 50px;
    font-size: 16px;
    line-height: 28px;
}
.introduce .desc p {
    margin-bottom: 28px;
}
.introduce img {
    margin-right: 10px;
    vertical-align: middle;
}
.introduce .fr {
    margin-left: 60px;
}
.introduce .item {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
}
.aside_service_m,
.live_room .item_m,
.introduce .item_m {
    display: none;
}
.big_play_box {
    height: 328px;
}
.big_play {
    float: left;
    height: 100%;
    width: 582px;
    background: center center;
}
.big_play_2 {
    margin-left: 36px;
}
.big_play a {
    position: relative;
    display: block;
    height: 100%;
}
.big_play a img {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -40px 0 0 -40px;
}
.big_play a:hover .i1 {
    display: none;
}
.big_play a:hover .i2 {
    display: block;
}
#activityPage h2 {
    position: relative;
    margin-bottom: 30px;
    font-size: 28px;
    /* padding: 80px 0 20px; */
    padding: 20px 0 0;
    margin: 0 auto 36px;
    font-weight: 700;
    text-align: center;
    width: 278px;
    height: 81px;
    background: url(img/title-bg.png)
}
#activityPage h2 a{
    color: #333333 !important;
}
#activityPage h2 span{
    font-size: 14px;
    font-weight: normal;
    display: block;
    color: #508DCD;
}
.compere_team .swiper-button-next{
    right: 44%;
    top: 89%;
    width: 15px;
    height: 15px;
    background-size: 100% 100%;
}
.compere_team .swiper-button-prev{
    left: 44%;
    top: 89%;
    width: 15px;
    height: 15px;
    background-size: 100% 100%;
}

.company_content{
    margin: 50px auto 30px auto;
    position: relative;
    background: #ffffff;
    border-radius: 20px;
    padding: 50px;
    box-shadow: 0px 9px 24px 0px rgba(0,0,0,0.05);
    box-sizing: border-box;
}
.company_text{
    width: 100%;
    font-size: 14px;
    line-height: 25px;
}
.company_text p{
    text-indent: 20px;
    margin-bottom: 10px;
}
.span-red {
    color: #E40112;
}
.company_cover{
    cursor: pointer;
}
.light-list {
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 50px;
}
.light-list .light-item {
    display: flex;
    align-items: center;
    width: 380px;
    height: 120px;
    box-shadow: 0px 9px 24px 0px rgba(0,0,0,0.05);
}
.light-list .light-item .light-img-01 {
    width: 61px;
    height: 49px;
    margin-left: 50px;
    margin-right: 15px;
}
.light-list .light-item .light-img-02 {
    width: 53px;
    height: 56px;
    margin-left: 50px;
    margin-right: 15px;
}
.light-list .light-item .light-img-03 {
    width: 54px;
    height: 54px;
    margin-left: 50px;
    margin-right: 15px;
}
.light-list .light-item .light-p {
    font-size: 14px;
    text-align: left;
    color: #333333;
    line-height: 22px;
}
.play_icon{
    background: url('./img/u3.png')no-repeat;
    background-size: 100% 100%;
    width: 85px;
    height: 85px;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 70px;
    margin: 0 auto;
    z-index: 9;
}


.play{
    display: inline-block;
    width: 80px;
    line-height: 25px;
    border-radius: 23px;
    color: #FFFFFF !important;
    background: #ed1f58;
    cursor: pointer;
    text-align: center;
    font-size: 13px;
    margin-left: 10px;
}
.play:hover{
    background: #ed1f58;
}


/* #activityPage h2:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -50px;
    width: 100px;
    height: 2px;
    background-color: #E11421;
} */
.live_room{
    background: #F9FAFC;
    padding-top: 70px;
    padding-bottom: 60px;
}
.live_room .item {
    width: 590px;
    height: 300px;
    margin-bottom: 20px;
    background: #fff;;
}
.live_room .item-img-box, .live_room .item-img {
    width: 215px;
    height: 300px;
}
.live_room .item-text {
    padding-left: 20px;
    padding-top: 30px;
}
.live_room .item-text .title {
    font-size: 20px;
    font-weight: 700;
    text-align: left;
    color: #508dcd;
    line-height: 58px;
}
.live_room .item-text .desc{
    width: 315px;
    height: 118px;
    overflow-y: scroll;
    font-size: 14px;
    color: #333333;
    line-height: 26px;
}
/*定义滚动条宽高及背景，宽高分别对应横竖滚动条的尺寸*/
.live_room .item-text .desc::-webkit-scrollbar{
    width: 6px;
    height: 6px;
    background-color: #fff;
}
/*定义滚动条的轨道，内阴影及圆角*/
.live_room .item-text .desc::-webkit-scrollbar-track{
    /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3); */
    border-radius: 3px;
    background-color:  #fff;
}
/*定义滑块，内阴影及圆角*/
.live_room .item-text .desc::-webkit-scrollbar-thumb{
    /*width: 10px;*/
    height: 10px;
    border-radius: 3px;
    /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3); */
    background-color: #E6E6E6;
}
.live_room .item-text .link {
    display: inline-block;
    width: 160px;
    height: 40px;
    opacity: 1;
    background: #e50112;
    border-radius: 20px;
    text-align: center;
    line-height: 40px;
    color: #FFFFFF;
    font-size: 14px;
    margin-top: 32px;
}
.live_room .item-text .link img {
   vertical-align: middle;
   margin-right: 9px;
}
.lived{
    background: #ccc !important;
}

#video_player{
    height: 100%;
}
.compere_team {
    /* line-height: 1; */
    padding-top: 70px;
    padding-bottom: 80px;
}
.compere_team .compere-team-left {
    padding-top: 120px;
    width: 720px;
}
.compere_team .compere-team-min{
    margin: 0 25px 80px;
    cursor: pointer;
}

.compere_team .compere-team-min img {
    width: 100px;
    height: 100px;
}

.compere_team .compere-team-min p{
    font-size: 14px;
    text-align: center;
    color: #333333;
    line-height: 28px;
}
.compere_team .compere-team-detail {
    width: 580px;
    height: 548px;
    background: #f2f2f2;
}
.compere_team .compere-team-detail .detail {
    padding: 0 70px;
}
.compere_team .compere-team-detail .detail.hide {
    display: none;
}
.compere_team .compere-team-detail .head {
    padding-top: 50px;
    padding-bottom: 40px;
    text-align: center;
    border-bottom: 1px solid #ccc;
}
.compere_team .compere-team-detail .head-pic {
    height: 150px;
    width: 150px;
    border-radius: 75px;
    margin: 0 auto;
    box-shadow: 0px 6px 9px 0px rgba(0,0,0,0.13); 
}
.compere_team .compere-team-detail .name {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    color: #333333;
    margin-top: 15px;
}
.compere_team .compere-team-detail .desc {
    font-size: 14px;
    text-align: center;
    color: #508dcd;
    margin-top: 13px;
}
.compere_team .compere-team-detail .desc-content {
    padding-top: 35px;
    font-size: 14px;
    color: #333333;
    line-height: 28px;
}

.team_item{
    width: 48%;
    display: inline-block;
    /* border: 1px solid #e4e4e4; */
    vertical-align: top;
    padding: 20px;
    box-sizing: border-box;
    height: 230px;
}
.more{
    position: absolute;
    bottom: -33px;
    right: 0;
    left: 0;
    display: block;
    font-size: 15px;
    margin: 0 auto;
    text-align: center;
    color: #4392f1;
    cursor: pointer;
}
.more:after{
    content: '';
    width: 15px;
    height: 10px;
    background: url('./img/arrow.png')no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    margin-left: 5px;
    transform: rotate(180deg)
}
.more:hover,
.hide_desc{
    color: #508DCD;
}
.more:hover:after{
    content: '';
    background: url('./img/arrow_hover.png')no-repeat;
    background-size: 100% 100%;
}
.hide_desc:after{
    content: '';
    background: url('./img/arrow_hover.png')no-repeat;
    background-size: 100% 100%;
    transform: rotate(0deg)
}
.layui-form-select .layui-edge {
    border-top-color: #1548ae;
}

.quick {
    /* padding-top: 130px; */
}

.lottery {
    padding-top: 75px;
    padding-bottom: 80px;
}
.lottery .lottery-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.lottery .draw-pool-left {
    width: 640px;
}
.lottery  .draw-pool-ul {
    width: 640px;
}

.lottery  .draw-pool-ul {
    width: 640px;
}
.lottery  .draw-pool-ul .roll {
    width: 200px;
    height: 150px;
    margin-bottom: 30px;
    background: #EFDCDE;
    align-items: center;
    justify-content: center;
    border: 2px solid #EFDCDE;
    box-sizing: border-box;
}
.lottery  .draw-pool-ul .roll.active {
    border: 2px solid #E50112
}
.lottery  .draw-pool-ul .roll.center {
    background: #999;
    border: 2px solid #999;
    font-size: 20px;
    color: #fff;
}
.lottery  .draw-pool-ul .roll.center:hover {
    background: #999;
     border: 2px solid #999;
    color: #fff;
    cursor:pointer;
}
.lottery  .draw-pool-ul .roll img {
    margin-bottom: 10px;
}
.lottery .draw-pool-right {
    width: 480px;
}
.lottery .draw-pool-right .draw-user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 480px;
    height: 200px;
    background: #fff;
    box-shadow: 0px 25px 65px 0px rgba(51,51,51,0.11);
}
.lottery .draw-pool-right .draw-user .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 50px;
    background:#E50112;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    align-items:center;
    justify-content: center;
    writing-mode:vertical-lr;
    letter-spacing: 3px;
}
.lottery .draw-pool-right .draw-user .list {
    margin: 15px 30px;
    width: 100%;
    height: 170px;
    overflow: hidden;
    /* box-sizing: border-box; */
}
.lottery .draw-pool-right .draw-user .list .list-box {
    width: 100%;
    height: 170px;
    /* overflow: hidden; */
}
.lottery .draw-pool-right .draw-user .ul {
/*     padding: 30px; */
}
.lottery .draw-pool-right .draw-user .li, .lottery .draw-pool-right .draw-user .null {
    padding-bottom: 10px;
    font-size: 14px;
}
.lottery .draw-pool-right .draw-user .li em {
    color: #E50112;
}

.lottery .draw-pool-right .draw-user .li span {
    display: inline-block;
    margin: 0 20px;
}

.lottery .draw-pool-right .draw-rules {
    width: 480px;
    height: 290px;
    margin-top: 20px;
    padding: 30px;
    box-sizing: border-box;
    background: #ffffff;
    box-shadow: 0px 25px 65px 0px rgba(51,51,51,0.11); 
}
.lottery .draw-pool-right .draw-rules .title {
    color: #333333;
    /* font-weight: bold; */
}
.lottery .draw-pool-right .draw-rules .rules {
    color: #999999;
    line-height: 22px;
    padding-bottom: 15px;
}
.lottery .draw-pool-right .draw-rules .content {
    width: auto;
}
.lottery .draw-pool-right .draw-rules .content .qrcode {
    float: left;
    width: 90px;
    height: 90px;
}
.lottery .draw-pool-right .draw-rules .content .wx-email{
    float: left;
    margin-left: 20px;
}
.lottery .draw-pool-right .draw-rules .wx {
    margin-left: 22px;
    padding-top: 15px;
}
.lottery .draw-pool-right .draw-rules .email {
    margin-left: 22px;
    margin-top: 10px;
}
.lottery .draw-pool-right .draw-rules .icon {
    display:inline-block;
    margin-right: 10px;
}
.interviewContent{
    position: relative;
    /* padding-top: 80px; */
}
.interviewContent .swiper-container{
    width: 1000px;
    padding-bottom: 50px;
}
.interviewContent .swiper-button-next,
.interviewContent .swiper-button-prev{
    top: 63%;
}
.interview{
    background: #F9FAFC;
    padding-bottom: 100px;
    padding-top: 70px;
}
.interviewItem{
    height: 410px;
    overflow: hidden;
}
.interviewItem .leftContent{
    float: left;
}
.interviewItem .rightContent{
    float: right;
    background: #f9f9f9;
    box-shadow: 0px 10px 50px #ccc;
}
.interviewItem .InContent{
    width: 375px;
    height: 410px;
    padding: 20px;
    box-sizing: border-box;
    position: relative;
}
.interviewItem .InContent .headMsg{
    margin-top: 50px;
    margin-bottom: 20px;
    overflow: hidden;
}
.interviewItem .leftContent .text{
    height: 180px;
}
.InContent .headMsg p{
    font-size: 14px;
    line-height: 26px;
}
.InContent .headMsg p:nth-of-type(1){
    margin-top: 30px;
}
.InContent .headMsg img{
    float: left;
    width: 115px;
    height: 115px;
    border-radius: 50%;
    margin-right: 20px;
    object-fit: contain;
}
.InContent .logo{
    margin: 20px 0;
    position: relative;
}
.InContent .logo img{
    width: 170px;
    height: 60px;
}
.InContent .text{
    line-height: 26px;
    font-size: 14px;
    color: #666666;
    height: 260px;
    overflow: auto;
}
/*定义滚动条宽高及背景，宽高分别对应横竖滚动条的尺寸*/
.InContent .text::-webkit-scrollbar{
    width: 6px;
    height: 6px;
    background-color: #fff;
}
/*定义滚动条的轨道，内阴影及圆角*/
.InContent .text::-webkit-scrollbar-track{
    /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3); */
    border-radius: 3px;
    background-color:  #fff;
}
/*定义滑块，内阴影及圆角*/
.InContent .text::-webkit-scrollbar-thumb{
    /*width: 10px;*/
    height: 10px;
    border-radius: 3px;
    /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3); */
    background-color: #E6E6E6;
}
.InContent .text p{
    text-indent: 24px;
}
.ltag{
    background: #e50112;
    color: #fff;
    padding: 5px 35px;
    box-sizing: border-box;
    position: absolute;
    top: 10px;
    left: 0;
    font-size: 16px;
}
.ltag::after{
    content: "";
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-left: 0px solid transparent;
    border-right: 12px solid white;
    border-bottom: 17px solid transparent;
    position: absolute;
    right: 0px;
    top: 0;
}
.video{
    display: block;
    /* position: absolute;
    top: 50px;
    right: 40px;
    width: 80px;
    height: 28px;
    background: #e11421;
    color: #fff !important;
    text-align: center;
    font-size: 14px;
    line-height: 28px;
    cursor: pointer;
    border-radius: 2px; */
}
.interview .swiper-slide{
    background: #fff;
}
.interview .swiper-slide-active{
    width: 75% !important;
    margin-left: -12%;
    box-shadow: 0 0 60px #ccc;
    z-index: 9;
}
.interview .swiper-slide:not(.swiper-slide-active){
    transform: scaleY(0.9);
    background: rgba(255,255,255,0.9);
}
.interview .interview-live-link {
    display: inline-block;
    width: 100px;
    height: 40px;
    border-radius: 20px;
    line-height: 40px;
    font-size: 14px;
    color: #eaf4fe;
    text-align: center;
    background: #ff0000;
    margin-left: 40px;
}
.interview .interview-live-link.hide {
    display: none;
}

.bbs {
    background: #F9FAFC;
    padding-top: 70px;
    padding-bottom: 80px;
}
.bbs_item{
    position: relative;
    width: 32%;
}
.bbs_item .img{
    width: 100%;
}
.bbs_info{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    box-sizing: border-box;
    color: #fff;
    background: transparent;
    width: 100%;
}
.bbs_info h6{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
}
.bbs_info .time {
    font-size: 14px;
    margin-top: 5px;
}
.bbs_info .time .time-icon {
    width: 14px;
    height: 13px;
    display: inline-block;
    margin-right: 10px;
}
.bbs_item a{
    display: block;
}
.exp_layout {
    padding-top: 70px;
}
.formPopSucc {
    width: 420px!important;
}
.formPop .layui-layer-ico, .formPopSucc .layui-layer-ico {
    background-image:url(img/menu_close.png)!important;
    background-repeat: no-repeat!important;
    background-size: 100% 100%!important;
    background-position: 0 0!important;
}
.pop-succ .succ-img-head {
    padding-top: 45px;
    padding-bottom: 35px;
    text-align: center;
}
.pop-succ .succ-img-head .succ-img {
    display: inline-block;
    margin-right: 30px;
    width: 80px;
    height: 80px;
}
.pop-succ .succ-img-head .succ-text {
    font-size: 24px;
    font-weight: bold;
    display: inline-block;
    /* margin-top: 0.2rem; */
    /* margin-bottom: 0.8rem; */
}
.pop-succ .succ-desc {
    font-size: 16px;
    line-height: 36px;
    font-weight: bold;
    text-align: left;
}
.pop-succ .succ-qrcode {
    margin-top: 30px;
    text-align: center;
    padding-bottom: 10px;
}
.pop-succ .succ-qrcode .succ-qrcode-img {
    width: 150px;
}
.pop-succ .succ-qrcode .succ-qrcode-desc {
    font-size: 14px;
    color: #999;
    margin-top: 10px;
}
.pop-succ .m_show {
    display:none;
}
.pop-style {
    width: 420px!important;
    height: 372px;
    border-radius: 15px!important;
    overflow: hidden;
}
.pop-style .layui-layer-title {
    background: none;
    border: none;
    text-align: left;
    background: #e50112!important;
    color: #fff;
}
.pop-style .layui-layer-ico {
    background-image:url(img/menu_close.png)!important;
    background-repeat: no-repeat!important;
    background-size: 100% 100%!important;
    background-position: 0 0!important;
}
.pop-style .pop-img {
    display: block;
    width: 96px;
    height: 96px;
    margin: 30px auto;
}
.pop-style .pop-title {
    color: #333;
    font-size: 24px;
    text-align: center;
}
.pop-style .pop-desc {
    color: #999;
    font-size: 14px;
    text-align: center;
    margin-top: 15px;
}
.pop-style .pop-desc span {
    color:  #e50112
}
.pop-style .pop-btn {
    display: block;
    width: 140px;
    height: 40px;
    background: #e50112;
    border-radius: 4px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    line-height: 40px;
    margin: 20px auto;
}
.layui-layer-title {
    text-align: center;
/*     background: #4392f1 !important;
    color: #fff !important; */
}
.layui-input-block {
    margin-left: 65px;
    min-height: 36px;
    margin-right: 25px;
}
.layui-form-label {
    width: 35px;
    font-size: 14px;
}
.layui-form-item .layui-input-inline{
    width: 155px;
}
.formBox .tit{
    margin: 20px 0 20px 30px;
    font-size: 12px;
    color: #999999;
}
.formPop .layui-input{
    width: 300px!important;
}
.formPop .layui-form-item{
    padding: 0 50px;
}
.layui-btn {
    width: 140px;
    height: 40px;
    background: #e50112;
    border: 1px solid #e50112;
    border-radius: 4px;
}
.layui-btn.cancle {
    background: #fff;
    border: 1px solid #CCCCCC;
    color: #CCCCCC;
}
.layui-form-select dl dd.layui-this {
    background-color: #4392f1;
}
.formPop {
    width: 500px!important;
}
.formPopSucc .layui-layer-content{
    text-align: center;
    padding: 0 30px 30px 30px!important;
}
.formPopSucc .tit{
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 20px;
}
.formPop, .formPopSucc {
    border-radius: 20px!important;
    overflow:hidden;
}
.formPop .J_address_select {
    width: 300px;
}

.formPop .z_select{
    display:block;
    padding-left: 10px;
    width: 300px!important;
    height: 38px;
    border: 1px solid #e6e6e6;
}
.formPop .z_select::placeholder {
    color: #ffae00!important;
}
.formPop .province{
    padding-left: 10px;
    display: inline-block;
    width: 140px!important;
    height: 38px;
    border: 1px solid #e6e6e6;
}
.formPop .city{
    padding-left: 10px;
    display: inline-block;
    width: 140px!important;
    height: 38px;
    border: 1px solid #e6e6e6;
    margin-left: 20px
}
.formPop .layui-layer-title, .formPopSucc .layui-layer-title {
    background: none;
    border: none;
    text-align: left;
    background: #e50112;
    color: #fff;
}
.compere_team_m{
    display: none;
}
.more_forum{
    position: absolute;
    right: 0;
    top: 33%;
    font-size: 14px
}
aside {
    position: fixed;
    z-index: 99;
    top: 30%;
    right: 0;
    background: url(./img/aside.png?v3);
    background-size: 100% 100%;
    width: 200px;
    height: 230px;
    box-sizing: border-box;
    line-height: 32px;
    text-align: center;
}
aside a {
    display: block;
    width: 100%;
    height: 35px;
    color: #fff;
    text-align: center;
    line-height: 35px;
    font-size: 24px;
    position: relative;
    top: 4px;
    left: -3px;
    height: 100%;
}
.close_aside{
    position: absolute;
    right: 10px;
    top: 20px;
    width: 25px;
    height: 25px;
    display: block;
    z-index: 9;
    cursor: pointer;
}
.notice_wrap{
    width: 1010px;
    margin: 0 auto 40px;
    padding: 40px 95px;
    background-color: #fff;
    font-size: 14px;
}
.notice_wrap p {
    margin-bottom: 25px;
    line-height: 1.4;
}

.right_aside {
    background: url('img/aside2.png')no-repeat;
    background-size: 100% 100%;
    position: fixed;
    height: 329px;
    width: 140px;
    right: 30px;
    top: 30%;
    z-index: 99
}
.right_aside p {
    margin-top: 160px;
    font-size: 15px;
    text-align: center;
}
.right_aside .live1 {
    display: block;
    width: 120px;
    height: 32px;
    background: #e50112;
    border-radius: 4px;
    margin: 10px auto 0;
    line-height: 32px;
    text-align: center;
    color: #fff;
    font-size: 14px;
}
.right_aside .live2 {
    display: block;
    width: 120px;
    height: 32px;
    background: #e50112;
    border-radius: 4px;
    margin: 10px auto 0;
    line-height: 32px;
    text-align: center;
    color: #fff;
    font-size: 14px;
}
.right_aside .go-top {
    display: block;
    margin: 10px auto 0;
    text-align: center;
}

.left_aside{
    background: url('img/aside2.png')no-repeat;
    background-size: 100% 100%;
    width: 179px;
    height: 324px;
    position: fixed;
    left: 0;
    top: 30%;
    z-index: 99
}


.left_aside a {
    width: 58%;
    display: block;
    height: 25px;
    border-radius: 25px;
    color: #fff;
    text-align: center;
    line-height: 27px;
    margin: 76px auto 0 auto;
}
.left_aside .live1 {
    background: transparent;
    margin-top: 172px;
}
.left_aside .live2{
    background: transparent;
}
.left_aside .go_apply{
    margin-top: 132px;
}

.r_play{
    background: url('img/play.png')no-repeat;
    background-size: 100% 100%; 
    width: 60px;
    height: 60px;
    right: 20px;
    top: -10px;
}
.r_play i{
    position: absolute;
    color: #333;
    width: 60px;
    bottom: -24px;
    left: 0;
}
.liveMore{
    position: relative;
    display: inline-block;
    padding: 0 15px;
    border-bottom: 3px solid #fff;
}
.liveMore:hover {
    background: #F2F2F2;
    border-color: #F2F2F2!important;
    color: #ee4e4e;!important;
}
.liveMoreSele{
    position: absolute;
    bottom: -130px;
    left: 0;
    padding-top: 7px;
    background: #F2F2F2;
    display: none;
}
.liveMoreSele li{
    line-height: 40px;
    width: 180px;
    height: 40px;
    color: #333;
    text-align: center;
    font-size: 14px;
}
.liveMoreSele.liveMoreSele_room{
    bottom:-90px;
}
.liveMoreSele.liveMoreSele_room li{
    width: 130px;
}
.liveMoreSele li:hover{
    color: #ee4e4e;
}
.liveMore:hover .liveMoreSele{
    display: block;
}
.theme_live {
    position: relative;
    display: inline-block;
    padding: 0 15px;
    color: #333;
    border-bottom: 3px solid #fff;
}
.theme_live.on {
    color: #ee4e4e;
    font-weight: bold;
}
.theme_live .theme_live_Sele {
    position: absolute;
    bottom: -123px;
    left: 0;
    width: 180px;
    display: none;
    flex-wrap: wrap;
}
.theme_live:hover {
    background: #F2F2F2;
    border-color: #F2F2F2!important;
}
.theme_live:hover .theme_live_Sele {
    display: flex;
}
.theme_live .theme_live_Sele .item{
    width: 80px;
    height: 40px;
    line-height: 40px;
    color: #333!important;
    background: #F2F2F2;
    display: block;
    text-align: left;
    font-weight: normal;
    padding-left: 10px;
    /* flex:1; */
}
.theme_live .theme_live_Sele .item:hover{
    color: #ee4e4e!important;
}

@media (max-width: 800px) {
    html {
        font-size: 13.333333vw;
    }
    .m_page_header {
        height: 1rem;
    }
    .m_page_header .m_logo {
        height: 0.5rem;
        margin: 0.25rem 0 0.25rem 0.2rem;
    }
    .m_page_header .m_logo img {
        height: 0.5rem;

    }
    .m_sign {
        width: 1.3rem;
        background: #E50112;
        text-align: center;
        line-height: 0.55rem;
        height: 0.55rem;
        font-size: 0.24rem;
        font-weight: bold;
        color: #fff;
        margin-top: 0.22rem;
        margin-left: 10px;
    }
   /* .m_sign_last{
        margin-right: 0px;
        margin-left: 0px;
    }*/
    .m_sign.ed {
        /*background: #999;*/
    }
    .m_sign:active {
        color: #fff;
    }
    .m_sign.ed:active {
        color: #fff!important;
    }
    .m_page_header .m_menu {
        width: 1rem;
        height: 1rem;
        text-align: center;
        line-height: 1rem;
    }
    .m_page_header .m_menu .img{
        width: .4rem;
        /* height: .32rem; */
    }
    .m_menu_list {
        background: #E6E6E6;
        position: fixed;
        top: 1rem;
        right: 0;
        bottom: 0;
        width: 2.8rem;
        display: none;
    }
    .m_menu_list.show {
        display: block;
    }
    .m_menu_list .item {
        height: 0.88rem;
        font-size: 0.28rem;
        text-align: center;
        line-height: 0.88rem;
        display: block;
    }
    .m_menu_list .item.on {
        background:#CCCCCC;
        color: #E50112;
        font-weight: bold;
    }
    .m_menu_list .item_list {
        position: absolute;
        top: 0;
        bottom: 0;
        left: -4rem;
        width: 4rem;
        background: #F2F2F2;
        display: none;
    }
    .m_menu_list .item.on .item_list {
        display: block;
    }
    .m_menu_list .item_list .c_item {
        color:  #333;
/*         background: #D9D9D9; */
    }
    .m_menu_list .item_list .c_item.on {
        color:  #E50112;
        background: #D9D9D9;
    }
    .pop-succ .succ-img-head {
        padding-top: 0.5rem;
        text-align: center;
    }
    .pop-succ .succ-img-head .succ-img {
        width: 1.4rem;
        height: 1.4rem;
    }
    .pop-succ .succ-img-head .succ-text {
        font-size: 0.36rem;
        font-weight: bold;
        margin-top: 0.2rem;
        margin-bottom: 0.8rem;
    }
    .pop-succ .succ-desc {
        font-size: 0.32rem;
        line-height: 0.8rem;
        font-weight: bold;
        padding-left: 0.6rem;
    }
    .pop-succ .succ-qrcode {
        margin-top: 0.8rem;
        text-align: center;
    }
    .pop-succ .succ-qrcode .succ-qrcode-img {
        width: 2.8rem;
        height: 2.8rem;
    }
    .pop-succ .succ-qrcode .succ-qrcode-desc {
        font-size: 0.2rem;
    }
    .layui-layer-title {
        padding: 0!important;
        background: #fff!important;
        font-weight: bold;
        font-size: 0.38rem!important;
    }
    .formPop .layui-layer-setwin, .formPopSucc .layui-layer-setwin{
       left: 15px;
       right: auto!important; 
    }
    .formPop .layui-layer-ico, .formPopSucc .layui-layer-ico {
        background-image:url(img/pop_close.png)!important;
        background-repeat: no-repeat!important;
        background-size: 100% 100%!important;
        background-position: 0 0!important;
        width: 8px!important;
    }
    #siteTop,
    .site_footer,
    #siteNav .page_logo,
    .left_aside, .copy_right {
        display: none;
    }
    #siteNav{
        position: fixed;
        top: 0;
        bottom: auto;
    }
    #siteNav .page_nav {
        float: none;
        line-height: .84rem;
        font-size: .3rem;
        padding: 0 10px;
    }
    #siteNav .page_nav a:nth-of-type(2) img{
        top: 6px!important;
    }
    #siteNav .page_header {
        height: .88rem;
        line-height: .88rem;
        margin: 0;
    }
    .notice_wrap {
        padding: .4rem .3rem;
        width: auto;
    }
    .notice_wrap p {
        margin-bottom: .4rem;
        line-height: 1.4;
    }
    .page_nav a {
        font-size: .28rem;
        text-align: center;
        margin: 0;
        padding: 0
    }
    .page_nav a:first-child {
        margin-left: .2rem;
        margin: 0;
    }
    .page_nav a:last-child {
        margin-right: 0;
    }
    .page_nav {
        display: flex;
        justify-content: space-between;
    }
    .compere_team_pc{
        display: none;
    }
    .company_content {
        padding: 0;
        margin: 0 .3rem;
        box-shadow: 0 0 0 #fff;
    }
    .company_content img{
        width: 90%;
        margin: 0 auto;
    }
    .company_text {
        margin-top: .3rem;
        width: 100%;
        margin-bottom: .3rem;
    }
    .company_cover {
        box-sizing: border-box;
        width: 100%;
    }
    .company_cover img{
        width: 100%;
    }
    .compere_team_m{
        display: block;
        margin: 0!important;
    }
    .tipNum ul li dd{
        font-size: 12px;
    }
    .endTime {
        width: 2.28rem;
        top: 1.85rem;
        margin-left: .2rem;
        line-height: 1;
    }
    .endTime .tip {
        font-size: .25rem;
        margin-bottom: .1rem;
    }
    .endTime .time {
        font-size: .3rem;
    }
    .tipNum{
        height: 1rem;
    }
    .tipNum ul{
        width: 100%;
        height: 1rem;
    }
    .tipNum ul li dt{
        margin-top: 0.16rem;
        font-size: 0.36rem;
        line-height: 0.42rem;
    }
    .big_play_box {
        height: auto;
    }
    .big_play_2 {
        margin: .3rem 0 0 0;
    }
    .big_play {
        float: none;
        width: auto;
    }
    .wrap {
        width: auto;
        margin: 0 .3rem;
    }
    #activityPage h2 {
        margin-bottom: .4rem;
        padding: 0.3rem;
        font-size: .4rem;
        width: 3.38rem;
        height: 0.93rem;
        background-size: 100% 100%;
    }
    #activityPage h2 span {
        font-size: 0.1rem;
    }
    .position_nav {
        top: -1.5rem;
    }
    .quick {
        padding-top: 0;
    }
    .live_room{
        padding-top: 0.8rem;
        padding-bottom: 0;
    }
    .live_room_box{
        padding-bottom: 20px;
    }
    .live_room .item_m {
        display: block;
    }
    .live_room .item {
        height: auto;
        padding-bottom: .3rem;
        margin-bottom: .48rem;
        border-bottom: 1px solid #e4e4e4;
        width: 100%;
    }
    .live_room .item:hover {
        transform: none;
        -ms-transform: none;
        -moz-transform: none;
        -o-transform: none;
        -webkit-transform: none;
    }
    .live_room .item:last-child {
        border: none;
    }
    .live_room .ibox {
        overflow: hidden;
        float: none;
        margin: 0;
        height: 1.47rem;
    }
    .live_room .ibox img {
        float: left;
        margin-right: 0;
        width: 2.9rem;
        height: 100%;
    }
    .live_room .tit br{
        display: block;
    }
    .live_room .tit {
        font-size: .34rem;
        float: right;
        width: 57.9%;
        height: 100%;
        margin: 0;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .live_room .compere {
        font-size: .34rem;
        float: right;
        width: 57%;
    }
    .live_room .ext {
        position: relative;
    }
    .live_room .schedule {
        margin-top: .3rem;
        font-size: .28rem;
        line-height: 1;
    }
    .live_room .schedule .time {
        margin-bottom: .12rem;
    }
    .live_room .schedule img {
        width: .28rem;
        height: .28rem;
    }
    .live_room .live_btn {
        top: .3rem;
        bottom: auto;
        line-height: .7rem;
        font-size: .3rem;
        width: 80%;
    }
    .live_room .desc {
        margin: .42rem 0 0;
        font-size: .25rem;
        line-height: .5rem;
        color: #666;
        word-break: break-all;
        height: 106px;
        margin-bottom: 1rem;
        /* overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical; */
    }
    .more{
        /* display: none; */
        bottom: 1rem;
    }
    .interviewContent {
        padding-top: 0;
        margin: 0;
    }
    .compere_team {
        padding-top: 0.8rem;
        padding-bottom: .5rem;
    }
    .compere_team .swiper-container{
        height: auto;
        padding-bottom: 0.5rem;
        /* margin: 0 0.3rem; */
    }
    .compere_team ul {
        margin: 0;
        padding: 0;
        height: auto;
    }
    .compere_team li {
        width: 100%;
        height: auto;
        padding: 0.35rem;
        box-sizing: border-box;
    }
    .team_item {
        width: 100%;
        display: inline-block;
        vertical-align: top;
        /* margin: 0 .35rem; */
        border: 0;
        padding: 0.28rem;
        box-sizing: border-box;
        height: auto;
        border-radius: 10px;
        box-shadow: 0px 11px 29px 0px rgba(0,0,0,0.09);
    }
    .swiper-button-next,
    .swiper-button-prev {
        display: none;
    }
    .compere_team img {
        position: static;
        float: left;
        margin: 0 .35rem .2rem 0;
        width: 1.8rem;
        height: 1.8rem;
    }
    .compere_team .name {
        display: block;
        margin-top: .35rem;
        font-size: .34rem;
        font-weight: bold;
    }
    .compere_team .posi {
        display: block;
        margin: .1rem 0 0;
        font-size: 0.26rem;
        color: #508DCD;
    }
    .compere_team .desc {
        margin-top: 0;
        clear: both;
        font-size: .24rem;
        line-height: .5rem;
        color: #666;
        height: 3.5rem;
    }
    .compere_team .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 5px;
    }
    .swiper-pagination-bullet-active {
        background: #E50112!important;
    }
    .interview{
        padding-bottom: .5rem;
        padding-top: 0.8rem;
    }

    .interviewContent .swiper-container {
        width: 100%;
        padding-bottom: .3rem;
    }
    .interview .swiper-slide-active{
        width: 100% !important;
        margin-left: 0%;
        box-shadow: none;
    }
    .interviewItem .leftContent .text{
        height: 2rem;
    }
    .swiper-wrapper{
        width: 100%;
    }
    .interview .swiper-slide{
        width: 100% !important;
        background:transparent;
    }
    .interview .swiper-slide:not(.swiper-slide-active){
        transform: none;
        background: #fff;
        /* border-radius: 20px; */
        /* box-shadow: 0px 11px 29px 0px rgba(0,0,0,0.09); */
    }
    .interviewItem {
        height: auto;
        margin: 0.35rem;
        box-sizing: border-box;
        border-radius: 20px;
        box-shadow: 0px 11px 29px 0px rgba(0,0,0,0.09);
    }
    .interviewItem .InContent {
        width: 100%;
        height: auto;
        background: #fff;
    }
    .interviewItem .rightContent {
        box-shadow: none;
    }
    .interview .interview-live-link {
        display: block;
        width: auto;
        height: 40px;
        border-radius: 20px;
        line-height: 40px;
        font-size: 14px;
        color: #eaf4fe;
        text-align: center;
        background: #ff0000;
        margin: 0.3rem auto 0;
    }
    .lottery {
        padding-top: 0.6rem;
        padding-bottom: 0;
    }
    .lottery .lottery-box {
        -webkit-box-orient: vertical;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
    }
    .lottery .draw-pool-left {
        width: auto;
    }
    .lottery  .draw-pool-ul {
        width: auto;
    }
    .lottery .draw-pool-ul .roll {
        width: 30%;
        height: 1.56rem;
        margin-bottom: .32rem;
    }
    .lottery .draw-pool-ul .roll img{
       max-width: 1.1rem;
       height: 0.7rem;
       margin-bottom: 0.1rem;
    }
    .lottery .draw-pool-ul .roll p{
        font-size: 12px;
    }
    .lottery .draw-pool-right {
        width: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    .lottery .draw-pool-right .draw-user {
        width: auto;
        height: auto;
        -webkit-box-orient: vertical;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    .lottery .draw-pool-right .draw-user .title {
        height: 1rem;
        width: 100%;
        writing-mode: lr;
        display: block;
        text-align: center;
        line-height: 1rem;
    }
    .lottery .draw-pool-right .draw-user .list {
        /* padding: 0.4rem; */
        box-sizing: border-box;
    }
    .lottery .draw-pool-right .draw-rules {
        width: auto;
        height: auto;
        background: transparent;
        box-shadow: 0 0 0 transparent;
        padding: 0 0 0.6rem;
    }
    .lottery .draw-pool-right .draw-rules .title {
        font-weight: bold;
    }
    .lottery .draw-pool-right .draw-rules .content {
        width: auto;
    }
    .lottery .draw-pool-right .draw-rules .content .qrcode {
        float: right;
        width: 2.2rem;
        height: 2.2rem;
    }
    .lottery .draw-pool-right .draw-rules .content .wx-email{
        float: left;
        margin-left: 0;
    }
    .lottery .draw-pool-right .draw-rules .wx {
        margin-left: 0;
    }
    .lottery .draw-pool-right .draw-rules .email {
        margin-left: 0;
    }
    .layui-form-label {
        width: .8rem;
        padding: .25rem .3rem;
        line-height: 1;
        /* background: red; */
    }
    .layui-form-item,
    .layui-form-item .layui-inline {
        margin-bottom: .12rem;
    }
    .layui-form-item .layui-input-inline {
        margin: 0 .45rem 0 1.45rem;
    }
    .formPop .z_select{
        display:block;
        padding-left: 10px;
        width: 5.5rem!important;
        height: 38px;
        border: 1px solid #e6e6e6;
    }
    .formPop .z_select::placeholder {
        color: #ffae00!important;
    }
    .J_address_select {
        width: 5.5rem!important;
        /* font-size: 0; */
    }
    .formPop .province{
        padding-left: 10px;
        display: inline-block;
        width: 45%!important;
        height: 38px;
        border: 1px solid #e6e6e6;
    }
    .formPop .city{
        padding-left: 10px;
        display: inline-block;
        width: 45%!important;
        height: 38px;
        border: 1px solid #e6e6e6;
    }
    .formPop .layui-btn, .formPopSucc .layui-btn {
        background-color: #D91F2D;
        width: 6.9rem;
        height: 0.9rem;
        border-radius: 0.45rem;
        box-sizing: border-box;
        margin: 0.3rem auto;
    }
    .formPop .layui-btn.cancle {
        display: none;
    }
    .formPop .layui-form-select dl dd.layui-this {
        background-color: #1548ae;
    }
    .layui-form-select .layui-edge {
        border-top-color: #1548ae;
    }
    .formPopSucc {
        width: 100%!important;
        height: 100%!important;
        border-radius: 0!important;
    }
    .formPopSucc.m_show {
        width: 100%;
    }
    .formPopSucc .layui-layer-title {
        background-color: #fff;
        text-align: center;
    }
    .formPopSucc .layui-layer-content {
        text-align: center;
        color: #666;
        padding: 0!important;
    }
    .formPopSucc .layui-layer-content .tit {
        margin-bottom: 10px;
        color: #333;
        font-weight: 700;
    }
    
    .bbs {
        padding-bottom: 0.5rem;
        padding-top: 0.6rem;
    }
    .bbs_item {
        width: 100%;
        margin-bottom: .35rem;
    }
    .m_show{
        display: block!important;
        /* width: 100%; */
    }
    .pc_hide{
        display: none!important;
    }
    .p10{
        padding: 0 10px;
        box-sizing: border-box;
    }
    .exp_layout {
        margin-bottom: 1rem;
        padding-top: .6rem;
    }
    .light-list-m {
        /* width: 1200px; */
        margin: 0 auto;
        margin-bottom: 0.8rem;
    }
    .light-list-m .light-item {
        display: flex;
        margin: 0 0.4rem 0.2rem;
        align-items: center;
        /* width: 380px; */
        height: 2.4rem;
        box-shadow: 0px 9px 24px 0px rgba(0,0,0,0.05);
    }
    .light-list-m .light-item .light-img-01 {
        width: 61px;
        height: 49px;
        margin-left: 15px;
        margin-right: 15px;
    }
    .light-list-m .light-item .light-img-02 {
        width: 53px;
        height: 56px;
        margin-left: 15px;
        margin-right: 15px;
    }
    .light-list-m .light-item .light-img-03 {
        width: 54px;
        height: 54px;
        margin-left: 15px;
        margin-right: 15px;
    }
    .light-list-m .light-item .light-p {
        font-size: 0.26rem;
        text-align: left;
        color: #333333;
        line-height: 22px;
    }
    .live_room_m {
        background: #F9FAFC;
        padding-top: 0;
        padding-bottom: 0.6rem;
    }
    .live_room_m .live_room_m-item {
        margin: 0 auto 0.3rem;
        width: 6.9rem;
        height: auto;
        background: #ffffff;
        border-radius: 20px;
        padding-bottom: 0.5rem;
        box-shadow: 0px 14px 29px 0px rgba(0,0,0,0.03);
    }
    .live_room_m .live_room_m-item .room-img {
        width: 100%;
    }
    .live_room_m .live_room_m-item .title {
        height: 0.9rem;
        line-height: 0.9rem;
        text-align: center;
        font-size: 0.32rem;
        font-weight: bold;
        color: #508DCD;
    }
    .live_room_m .live_room_m-item .desc {
        padding: 0 0.3rem;
        line-height: 0.45rem;
        height: 1.35rem;
        overflow : hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        margin: 0;
    }
    .live_room_m .live_room_m-item .desc.show {
        height: auto;
        overflow: auto;
        display: block;
    }
    .live_room_m .live_room_m-item .room-more {
        display: block;
        margin: 0 auto;
        width: 3rem;
        text-align: center;
        font-size: 0.24rem;
        color: #508DCD;
        line-height: 0.7rem;
    }
    .live_room_m .live_room_m-item .room-more img {
        width: 0.24rem;
        margin-left: 0.1rem;
    }
    .live_room_m .live_room_m-item .room-more img.arrow-rese {
        transform: rotate(180deg);
    }
    .live_room_m .live_room_m-item .link {
        display: block;
        height: 0.88rem;
        background: #e50112;
        border-radius: 0.44rem;
        text-align: center;
        line-height: 0.88rem;
        color: #FFFFFF;
        font-size: 0.28rem;
        margin: 0.2rem 0.3rem 0;
    }
    .live_room_m .live_room_m-item .link img {
        vertical-align: middle;
        margin-right: 9px;
        width: 0.38rem;
        height: 0.38rem;
     }
    .formPop{
        width: 100% !important;
        height: 100%!important;
        border-radius: 0!important;
    }
    .formPop .layui-layer-title, .formPopSucc .layui-layer-title {
        background: none;
        border: none;
        text-align: center;
        background: #fff;
        color: #333;
        border-bottom: 1px solid #f1f1f1;
    }
    .formPop .layui-input{
        width: 5.5rem!important;
    }
    .formPop .layui-form-item{
        padding: 0;
    }
    .formBox .tit{
        margin: 10px 0 15px 30px;
        font-size: 0.2rem;
    }
    .layui-form-item .layui-input-inline {
        width: 74% !important;
    }
    .address_box .layui-edge{
        right: 20px !important;
    }
    .page_nav a:last-child{
        display: none;
    }
    .more_forum {
        top: 10%;
        font-size: .28rem;
    }
    aside{
        top: 20%;
        z-index: 9;
        width: 2rem;
        height: 2.3rem;
        background-size: cover;
    }
    .close_aside {
        width: .2rem;
        height: .2rem;
        top: .2rem;
        right: .15rem;
        /* background-color: red; */
    }
    /* .address_box{
        display: flex;
    } */

    /* .address_box>div{
        display: inline-block !important;
    } */
    .m_hide {
        display: none;
    }
    .videoTiteBox {
        padding: 5px 0;
        overflow: hidden;
    }
    .videoTitel-scroll {
        overflow-y: hidden;
        overflow-x: auto;
        margin: 0;
        padding: 0 .3rem;
    }
    .videoTitel {
        border: 0;
        margin: 0 auto;
        overflow: scroll;

        width: 10rem;
    }
    .videoConten{
        padding: 0 0;
    }

    .videoList li{
        float: inherit;
        width: 6.9rem;
        height: 5.1rem;
        margin-left: .3rem;
    }
    .videoTitel a:after {
        display: none;
    }
    .videoTitel a{
        margin-right: 0px;
        padding: .12rem;
        font-size: .28rem;
    }
    .newsContent{
        box-sizing: border-box;
        width: 100%;
        padding: 0.74rem .3rem 0;
    }
    .newsContent .n_img{
        width: 2rem;
        height: 1.25rem;
        /* height: auto; */
        /* margin-top: .3rem; */
        margin-bottom: .2rem;
        margin-right: 0.3rem;
    }
    .newsList li{
        padding: .2rem 0;
        border-bottom: 1px solid #e4e4e4;
        min-height: 2.7rem;
        box-sizing: border-box;
    }
    .newsContent{
        padding-bottom: 1.2rem;
    }
    .newsContent .newsTitle{
        margin-top: 0;
        font-size: 0.36rem;
        margin-bottom: 0;
    }
    .newsContent .n_smg{
        display: block;
        clear: both;
        font-size: 0.28rem;
        line-height: 0.4rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display:-webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp:2;
        height: 0.8rem;
        margin: 0;
    }
    .newsContent .more {
        display: none;
    }
    .newsContent .n_time {
        display: none;
    }
    .newsContent .limit {
        overflow: auto;
        white-space: break-spaces;
        text-overflow: ellipsis;
        margin: 0;
        font-size: 0.30rem;
    }
    .newsList ul{
        height: 13.5rem;
    }
    .right_aside {
        display: none;
    }
    .pop-style {
        width: 6.3rem!important;
        /* margin: 0 auto!important; */
    }
    .pop-style .layui-layer-title {
        /* background: none; */
        border: none;
        text-align: left;
        /* background: #e50112; */
        font-size: 0.32rem!important;
        padding-left: 0.2rem!important;
        color: #fff;
    }
    .pop-style .layui-layer-ico {
        background-image:url(img/menu_close.png)!important;
        background-repeat: no-repeat!important;
        background-size: 100% 100%!important;
        background-position: 0 0!important;
    }
    .pop-style {
    }
    .pop-style .pop-img {
        width: 1.4rem;
        height: 1.4rem;
    }
    .pop-style .pop-title {
        font-size: 0.36rem;
    }
    .pop-style .pop-desc {
        font-size: 0.28rem
    }
    .pop-style .pop-desc span {}
    .pop-style .pop-btn {}
    .videoList li p{
        font-size: 12px;
    }
}

@media (min-width: 560px) {
    html {
        font-size: 54px;
    }
}