@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: 85px;
}
.position_nav{
    display: block;
    position: relative;
    top: -110px;
}



/* 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{
    /*background: #d00;*/
    border-bottom: 2px solid #d00;
    color: #d00;
}
.videoList{
    margin-bottom: 50px;
}
.videoList li{
    width: 390px;
    height: 270px;
    float: left;
    margin-right: 15px;
    margin-bottom: 50px;
}
.videoList li:nth-of-type(3n){
    margin-right: 0;
}
.videoList .vImgBox{
    width: 100%;
    height: 220px;
    position: relative;
    background: #000;
    overflow: hidden;
}
.vImgBox .palyIcon{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.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: #4392f1;
    font-size: 14px;
    color: #fff;
    text-align: center;
}
.videoTiteBox{
    padding-top: 20px;
    border-bottom: 1px solid #e4e4e4;
}



/* 现场照片页面 */
.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: 20px;
    line-height: 50px;
    border-bottom: 2px solid #d00;
    margin-top: 50px;
}
.watchMore{
    display: block;
    width: 250px;
    text-align: center;
    line-height: 43px;
    color: #fff;
    margin: 50px auto 0;
    background: #dd292f;
    border-radius: 40px;
}
.watchMore:hover{
    color: #fff;
    background: #ad0610;
}
.newsContent .n_img{
    width: 175px;
    height: 110px;
    float: left;
    margin-right: 20px;
}
.newsContent .n_title{
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
}
.newsContent .n_title:hover{
    color: #d00;
}
.newsContent .n_smg{
    margin-bottom: 15px;
    line-height: 20px;
}
.newsContent .n_time{
    color: #999;
}
.newsContent .more{
    color: #d00;
}
.newsList li{
    min-height: 110px;
    padding: 20px 0;
    border-bottom: 1px solid #e4e4e4;
}
.newsList ul{
    height: 606px;
    overflow-y:hidden;
}

/* 站点底部 */
.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;
    text-align: center;
}
.site_about .s_link a{
    font-size: 14px;
    margin: 0 8px;
}
.copy_right {
    margin-top: 20px;
    color: #999;
}
.copy_right a {
    color: #999;
}
.copy_right img {
    height: 16px;
    vertical-align: -2px;
    margin: 0 3px 0 8px;
}
.copy_right .split {
    margin-top: 5px;
}

#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;
}
.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 a {
    display: inline-block;
    margin: 0 5px;
    padding: 0 10px;
    vertical-align: bottom;
    border-bottom: 3px solid #fff;
}
/*.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;
}
 .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;
}
.page_nav a:hover {
    color: #ee4e4e;
}
.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;
    font-weight: 700;
    text-align: center;
}
#activityPage h2 a{
    color: #4392f1 !important;
}
#activityPage h2 span{
    font-size: 14px;
    font-weight: normal;
    display: block;
    color: #999999;
}
.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: 20px auto 90px auto;
    position: relative;
}
.company_text{
    width: 100%;
    font-size: 14px;
    line-height: 25px;
}
.company_text p{
    text-indent: 20px;
    margin-bottom: 10px;
}
.company_cover{
    cursor: pointer;
}
.light{
    position: absolute;
    bottom: -155px;
    left: 0;
    right: 0;
}
.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: #f5f5f5;
    /* padding-top: 50px; */
}
.live_room .item {
    margin-bottom: 20px;
    width: 23.5%;
    background: #fff;
    transition: all .5s;
    padding-bottom: 40px;
    -webkit-transition: all .5s;
}
.live_room .item:hover{
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.live_room .ibox {
    position: relative;
}
.live_room .ibox img{
    width: 100%;
}
.live_room .live_btn {
    width: 240px;
    line-height: 38px;
    color: #fff;
    text-align: center;
    background-color: #E11421;
    display: block;
    font-size: 16px;
    margin: 20px auto 10px auto;
    border-radius: 25px;
}
.live_room .live_btn:hover {
    background-color: #AD0610;
}
.live_room .ibox img {
    vertical-align: top;
}
.live_room .tit {
    display: block;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    padding: 5px 0;
    background: #4392f1;
}
.live_room .ext{
    /* height: 200px; */
    position: relative;
}
.live_room .desc {
    font-size: 13px;
    line-height: 25px;
    padding: 0 15px;
    height: 106px;
    overflow: hidden;
    margin-bottom: 45px;
}
.live_room .schedule {
    margin-left: -28px;
    line-height: 24px;
    font-size: 16px;
    font-weight: 700;
}
.live_room .schedule img {
    margin: 0 6px 0 28px;
    vertical-align: top;
}
.live_room .compere {
    margin-top: 35px;
    font-size: 14px;
    line-height: 1;
}
.live_room .compere img {
    float: left;
    margin-right: 16px;
}
.live_room .compere .tag {
    display: block;
    margin-bottom: 3px;
    font-weight: 700;
}
.live_room_box{
    padding-bottom: 60px;
}
.lived{
    background: #ccc !important;
}

#video_player{
    height: 100%;
}
.compere_team {
    line-height: 1;
}
.compere_team ul {

}
.compere_team .swiper-container-horizontal>.swiper-pagination-bullets{
    bottom: 40px;
}
.compere_team .swiper-container{
    padding-bottom: 50px;
    height: 260px;
}
.compere_team li {
    position: relative;
    float: left;
    height: 205px;
    background-color: #fff;
}
.compere_team img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    vertical-align: bottom;
    margin-right: 10px;
    position: relative;
    top: -8px;
}
.compere_team .name {
    margin-right: 10px;
    font-size: 16px;
    font-weight: 700;
}
.compere_team .posi {
    margin: 7px 0 22px;
    line-height: 20px;
    font-size: 14px;
    display: block;
}
.compere_team .desc {
    font-size: 13px;
    text-align: justify;
    line-height: 24px;
    position: relative;
}
.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: #E11421;
}
.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 ul{
    width: 1000px;
    margin: 0 auto;
}
.lottery ul li{
    width: 190px;
    height: 140px;
    text-align: center;
    padding: 20px;
    border: 1px solid #ccc;
}

.rule{
    width: 1000px;
    margin: 30px auto;
}
.rule div{
    display: inline-block;
    margin-right: 40px;
    vertical-align: top;
}
.rule img{
    margin-bottom: 10px;
    display: block;
}
.right_txt{
    padding-top: 10px;
    line-height: 25px;
    font-size: 14px;
}



.interviewContent{
    position: relative;
}
.interviewContent .swiper-container{
    width: 1000px;
    padding-bottom: 50px;
}
.interviewContent .swiper-button-next,
.interviewContent .swiper-button-prev{
    top: 63%;
}
.interview{
    background: #f5f5f5;
    padding-bottom: 100px;
}
.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;
}
.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 p{
    text-indent: 24px;
}
.ltag{
    background: #007aff;
    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{
    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);
}


.bbs_item{
    width: 32%;
}
.bbs_item img{
    width: 100%;
}
.bbs_info{
    padding: 10px;
    box-sizing: border-box;
    color: #fff;
    background: #4392f1;
    width: 100%;
}
.bbs_info h6{
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px;
}
.bbs_item a{
    display: block;
}

.layui-layer-title {
/*     background: #4392f1 !important;
    color: #fff !important; */
}
.layui-input-block {
    margin-left: 65px;
    min-height: 36px;
    margin-right: 25px;
}
.layui-form-label {
    width: 35px;
}
.layui-form-item .layui-input-inline{
    width: 155px;
}
.formBox .tit{
    margin: 10px 0 15px 30px;
}
.layui-btn {
    background-color: #4392f1;
}
.layui-form-select dl dd.layui-this {
    background-color: #4392f1;
}
.formPopSucc .layui-layer-content{
    text-align: center;
    padding: 0 30px 30px 30px!important;
}
.formPopSucc .tit{
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 20px;
}
.formPopSucc .layui-layer-title {
    background: none;
    border: none;
}
.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;
}


.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;
}
.liveMoreSele{
    width: 76px;
    height: 72px;
    padding-top: 7px;
    background: url('img/hoverBg.png');
    position: absolute;
    top: 60px;
    display: none;
}
.liveMoreSele li{
    line-height: 36px;
    color: #fff;
    text-align: center;
    font-size: 14px;
}
.liveMore:hover .liveMoreSele{
    display: block;
}



@media (max-width: 800px) {
    html {
        font-size: 13.333333vw;
    }
    .m_page_header{
        height: 1rem;
        line-height: 1rem;
    }
    .m_page_header img{
        width: 5rem;
    }
    #siteTop,
    .site_footer,
    #siteNav .page_logo,
    .left_aside {
        display: none;
    }
    #siteNav{
        position: fixed;
        bottom: 0;
        top: 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;
    }
    .m_page_header .notice {
        float: right;
        color: #ed4e4e;
        font-size: .32rem;
    }
    .m_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;
    }
    .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 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;
    }
    .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: .6rem;
        padding: .6rem 0 .2rem;
        font-size: .4rem;
    }
    .quick {
        padding-top: 0;
    }
    .live_room{
        padding-top: 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
    }
    .compere_team {
        padding-bottom: .5rem;
    }
    .compere_team .swiper-container{
        height: auto;
    }
    .compere_team ul {
        margin: 0;
        padding: 0;
        height: auto;
    }
    .compere_team li {
        width: 100%;
        height: auto;
    }
    .team_item {
        width: 99%;
        display: inline-block;
        border: 1px solid #e4e4e4;
        vertical-align: top;
        padding: .35rem;
        box-sizing: border-box;
        height: auto;
    }
    .swiper-button-next,
    .swiper-button-prev {
        display: none;
    }
    .compere_team img {
        position: static;
        float: left;
        margin: 0 .35rem .3rem 0;
        width: 1.44rem;
        height: 1.44rem;
    }
    .compere_team .name {
        display: block;
        margin-top: .35rem;
        font-size: .34rem;
    }
    .compere_team .posi {
        display: block;
        margin: .1rem 0 0;
        font-size: .28rem;
    }
    .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: 10px;
    }
    .interview{
        padding-bottom: .5rem;
    }

    .interviewContent .swiper-container {
        width: 100%;
        padding-bottom: .8rem;
    }
    .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;
    }
    .interview .swiper-slide:not(.swiper-slide-active){
        transform: none;
        background: #fff;
    }
    .interviewItem {
        height: auto;
        overflow: hidden;
    }
    .interviewItem .InContent {
        width: 100%;
        height: auto;
    }
    .interviewItem .rightContent {
        box-shadow: none;
    }
    .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 .layui-btn {
        background-color: #1548ae;
        width: 3rem;
        margin: 0.3rem 0;
    }
    .formPop .layui-form-select dl dd.layui-this {
        background-color: #1548ae;
    }
    .layui-form-select .layui-edge {
        border-top-color: #1548ae;
    }
    .formPopSucc .layui-layer-title {
        background-color: #fff;
    }
    .formPopSucc .layui-layer-content {
        text-align: center;
        color: #666;
    }
    .formPopSucc .layui-layer-content .tit {
        margin-bottom: 10px;
        color: #333;
        font-weight: 700;
    }
    .lottery ul{
        width: 100%;
    }
    .lottery ul li {
        width: 2rem;
        height: 3rem;
    }
    .lottery img{
        width: 90%;
        margin: 0 auto;
        display: block;
    }
    .bbs {
        padding-bottom: 1rem;
    }
    .bbs_item {
        width: 100%;
        margin-bottom: .35rem;
    }
    .m_show{
        display: block!important;
    }
    .pc_hide{
        display: none!important;
    }
    .p10{
        padding: 0 10px;
        box-sizing: border-box;
    }
    .exp_layout {
        margin-bottom: 1rem;
    }
    .light_m{
        padding: .5rem 0;
    }
    .formPop{
        width: 90% !important;
    }
    .formPop .layui-input{
        width: 95%;
    }
    .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;
    } */

    .videoList li{
        float: inherit;
        width: 6.9rem;
        height: 5.1rem;
        margin-left: .3rem;
    }
    .videoTitel a{
        margin-right: 0px;
        padding: .12rem;
        font-size: .28rem;
    }
    .newsContent{
        box-sizing: border-box;
        width: 100%;
        padding: 0 .3rem;
    }
    .newsContent .n_img{
        width: 1.85rem;   
        /*height: 1.9rem;*/
        height: auto;
        margin-top: .3rem;
        margin-bottom: .3rem;
    }
    .newsList li{
        padding: .2rem 0;
    }
    .newsContent{
        padding-bottom: 1.2rem;
    }
    .newsContent .newsTitle{
        margin-top: .5rem;
    }
    .newsContent .n_smg{
        font-size: 12px;
    }
    .newsList ul{
        height: 10rem;
    }
@media (min-width: 560px) {
    html {
        font-size: 54px;
    }
}


