@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 {
    position: relative;
    z-index: 30;
    height: 30px;
    background-color: #d00000;
    color: #ffcece;
    line-height: 30px;
}
.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;
}




/* 201904改版 */
.tipNum{
    width: 100%;
    height: 100px;
    background: #1a88bf;
}
.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: 36px;
    font-weight: bold;
    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 20px;
    border-radius: 20px;
    cursor: pointer;
}
.videoTitel a.nvActive{
    background: #d00;
    color: #fff;
}
.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;
}
.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{
    line-height: 50px;
    width: 100%;
    background: #1a88bf;
    font-size: 14px;
    color: #fff;
    text-align: center;
}


/* 现场照片页面 */
.photo_cnetent{
    width: 1200px;
    margin: 50px auto;
}
.photo_list{
    width: 890px;
    height: 910px;
    float: left;
    padding-top: 30px;
    background: #333;
    overflow-y: scroll;
}
.photo_other{
    width: 280px;
    height: 940px;
    margin-left: 20px;
    float: right;
    background: #f2f2f2;
    font-size: 14px;
}
.photo_other .link_btn{
    display: inline-block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    background: rgba(187, 25, 47, 1);
    color: #fff;
    border-radius: 3px;
    margin-left: 20px;
    margin-top: 20px;
    text-align: center;
}
.photo_other ul{
    width: 240px;
    padding: 0 20px;
    line-height: 26px;
}
.photo_title{
    font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    line-height: 100px;
    position: relative;
    padding-left: 20px;
}
.photo_title::before{
    content: '';
    position: absolute;
    width: 8px;
    height: 30px;
    background: #bb192f;
    left: 0;
    top: 36px;
}
.photo_list li{
    width: 260px;
    height: 200px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
.photo_list li:nth-of-type(3n){
    margin-right:0;
}
.photo_list li:nth-of-type(3n+1){
    margin-left: 25px;
}
.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: 592px;
    text-align: center;
    line-height: 43px;
    color: #fff;
    margin: 50px auto 0;
    background: #d00;
    border-radius: 5px;
}
.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;
}


/* 站点底部 */
.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;
}
.page_header {
    height: 100px;
    line-height: 100px;
    /*overflow: hidden;*/
    position: relative;
}
.page_logo img {
    vertical-align: middle;
}
.page_nav {
    float: right;
    line-height: 97px;
    font-size: 20px;
}
.page_nav a {
    display: inline-block;
    margin: 0 10px;
    padding: 0 10px;
    vertical-align: bottom;
    border-bottom: 3px solid #fff;
}
.page_nav .on {
    color: #005486;
    border-color: #005486;
}
 .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: #005486;
}
.banner {
    position: relative;
    height: 400px;
    color: #fff;
    overflow: hidden;
}
.banner_slide{
    position: relative;
}
.banner_slide .bd li{
    width: 100%;
    height: 400px;
    cursor: pointer;
}
.banner_slide .bd li a{
    display: block;
    width: 100%;
    height: 100%;
}
.banner_slide .hd .on {
    background-color: #313234;
}
.banner h1 {
    position: absolute;
    left: -9999px;
}
.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: 60px;
    font-size: 40px;
    padding: 80px 0 20px;
    font-weight: 700;
    text-align: center;
    color: #005486;
}
#activityPage h2:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -50px;
    width: 100px;
    height: 2px;
    background-color: #E11421;
}
.live_room .item {
    margin-bottom: 54px;
    height: 300px;
}
.live_room .ibox {
    position: relative;
    float: left;
    margin-right: 40px;
}
.live_room .live_btn {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 200px;
    line-height: 60px;
    color: #fff;
    text-align: center;
    border-radius: 3px 0 0 3px;
    background-color: #E11421;
    font-size: 24px;
}
.live_room .live_btn:hover {
    background-color: #AD0610;
}
.live_room .ibox img {
    vertical-align: top;
}
.live_room .ext {
    overflow: hidden;
}
.live_room .tit {
    display: block;
    font-size: 30px;
    color: #005486;
    font-weight: 700;
}
.live_room .desc {
    margin: 14px 0 26px;
    font-size: 16px;
    line-height: 30px;
}
.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;
}
.compere_team {
    padding-bottom: 100px;
    background-color: #F3F3F3;
    line-height: 1;
}
.compere_team ul {
    margin: 0 -90px -15px 70px;
}
.compere_team li {
    position: relative;
    float: left;
    margin: 0 90px 15px 0;
    width: 390px;
    height: 205px;
    padding: 40px 30px 0 100px;
    background-color: #fff;
}
.compere_team img {
    position: absolute;
    top: 52.5px;
    left: -70px;
}
.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;
}
.compere_team .desc {
    margin-top: 20px;
    font-size: 13px;
    text-align: justify;
    line-height: 24px;
}
.firm ul {
    overflow: hidden;
    margin-right: -30px;
}
.firm li {
    float: left;
    margin-right: 30px;
    width: 380px;
    height: 894px;
    background-color: #e1e9f4;
}
.firm li .tit {
    color: #fff;
    font-size: 24px;
    line-height: 60px;
    font-weight: 700;
    text-align: center;
    background-color: #6a91ce;
}
.firm li img {
    display: block;
    margin: 35px auto 0;
}
.interview_slide {
    position: relative;
    height: 660px;
}
.interview_slide .hd,
.banner_slide .hd{
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    line-height: 10px;
}
.interview_slide .prev,
.interview_slide .next {
    position: absolute;
    left: -40px;
    top: 284px;
    font: normal 700 60px/1 '\5b8b\4f53';
    cursor: pointer;
}
.interview_slide .next {
    left: auto;
    right: -40px;
}
.interview_slide .prev:hover,
.interview_slide .next:hover {
    color: #005486;
}
.interview_slide .hd li,
.banner_slide .hd li{
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    overflow: hidden;
    color: transparent;
    background-color: #ccc;
    cursor: pointer;
}
.interview_slide .hd .on {
    background-color: #005486;
}
.interview_slide .bd {
    overflow: hidden;
}
.interview_slide .bd li {
    margin-right: 27px;
    position: relative;
    float: left;
    height: 630px;
    width: 380px;
    color: #333;
}
.interview_slide .bd .item {
    padding: 50px 20px 0;
    border: 1px solid #e4e4e4;
    border-radius: 8px;
    overflow: hidden;
}
.interview_slide .bd .tag {
    position: absolute;
    top: 0;
    right: 20px;
    width:90px;
    height:45px;
    line-height: 45px;
    font-size: 16px;
    text-align: center;
    background: #1b52c1;
    background: linear-gradient(45deg,rgba(32,90,206,1),rgba(21,72,174,1));
    border-radius:0px 0px 15px 15px;
    color: #fff;
}
.interview_slide .bd .u_img {
    float: left;
    margin-right: 20px;
    width: 140px;
    height: 140px;
    border-radius: 100%;
}
.interview_slide .bd .name {
    font-size: 18px;
    font-weight: 700;
}
.interview_slide .bd .title {
    font-size: 14px;
}
.interview_slide .bd .brief {
    margin: 18px 0;
    line-height: 20px;
    height: 100px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}
.interview_slide .bd .com {
    overflow: hidden;
    margin: 0 -20px;
    padding: 0 20px;
    height: 302px;
    background-color: #f9f9f9;
    line-height: 22px;
}
.interview_slide .bd .com .word {
    line-height: 22px;
    height: 128px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
}
.interview_slide .bd .com .word::-webkit-scrollbar {
    width: 6px;
}
.interview_slide .bd .com .word::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, .05);
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius:2em;
}
.interview_slide .bd .com .word::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .3);
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}
.interview_slide .bd .ext {
    margin: 20px auto;
    text-align: center;
    line-height: 70px;
}
.interview_slide .bd .brand_logo {
    display: inline-block;
    width: 200px;
    height: 70px;
    vertical-align: top;
    background: #fff center center;
}
.interview_slide .bd .com .play {
    position: relative;
    display: inline-block;
    margin-left: 20px;
    height: 50px;
    width: 50px;
    vertical-align: top;
    background: url('./img/play3.png') 0 center no-repeat;
    background-size: contain;
}
.interview_slide .bd .com .play:after {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: -20px;
    left: 0;
    content: "直播回放";
    line-height: 1;
    white-space: nowrap;
}
.interview_slide .bd .com .play:hover {
    background-image: url('./img/play4.png');
    color: #333;
}
.interview_slide .bd .more {
    position: absolute;
    left: 166px;
    bottom: 24px;
    color: #005486;
}
.interview_slide .bd .more:hover {
    color: #d00;
}
.forum ul {
    overflow: hidden;
    margin-right: -30px;
}
.forum li {
    float: left;
    margin-right: 30px;
    background-color: #1548AE;
    text-indent: 30px;
    line-height: 1;
}
.forum .tit {
    display: block;
    margin: 20px 0 8px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}
.forum .desc {
    display: block;
    margin-bottom: 20px;
    font-size: 14px;
    color: #fff;
}
.forum img {
    display: block;
}
.news ul {
    overflow: hidden;
    margin-right: -30px;
}
.news li {
    float: left;
    margin: 0 30px 10px 0;
    padding: 20px;
    height: 140px;
    width: 338px;
    border: 1px solid #ececec;
    border-radius: 8px;
    font-size: 14px;
}
.news .tit {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news .tit a {
    font-weight: 700;
    font-size: 20px;
}
.news .desc {
    margin: 10px 0 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 62px;
}
.news .more {
    color: #005486;
}
.news .more:hover {
    color: #d00;
}
.exp_layout img {
    display: block;
    margin: 0 auto 80px;
}
.exp_layout .download {
    margin-bottom: 40px;
    text-align: right;
    color: #005486;
    font-size: 16px;
}
.order_service {
    /* display: none; */
    position: fixed;
    right: 0;
    bottom: 0;
    width: 150px;
    height: 165px;
    background: url('./img/order.png?v=20190314') center center no-repeat;
    z-index: 10;
}
.order_service .close {
    position: absolute;
    right: 5px;
    top: 0;
    width: 20px;
    height: 20px;
    z-index: 999;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    border-radius: 100%;
    cursor: pointer;
}
.order_service ul{
    width: 100px;
    position: absolute;
    left: 26px;
    bottom: 5px;
}
.order_service ul li{
    height: 31px;
    line-height: 30px;
    text-align: center;
}
.order_service ul li:hover{
    background: #005486;
    color: #fff;
}
.order_service ul li a:hover{
    color: #fff;
}
.order_service a {
    display: block;
    height: 100%;
    width: 100%;
}
.aside_service {
    position: fixed;
    top: 20%;
    right: 0;
}
.aside_service .item {
    position: relative;
    margin-top: -1px;
    border: 1px solid #e4e4e4;
    background-color: #fff;
    width: 70px;
    height: 70px;
    line-height: 1;
    text-align: center;
    cursor: pointer;
}
.aside_service .ser_icons {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 12px 0 10px;
    vertical-align: top;
    background: url('./img/service.png') no-repeat;
}
.aside_service .app .ser_icons {
    background-position: -24px 0;
}
.aside_service .gzh .ser_icons {
    background-position: -48px 0;
}
.aside_service .contact .ser_icons {
    background-position: -72px 0;
}
.aside_service .share:hover .ser_icons {
    background-position: 0 -24px;
}
.aside_service .app:hover .ser_icons {
    background-position: -24px -24px;
}
.aside_service .gzh:hover .ser_icons {
    background-position: -48px -24px;
}
.aside_service .contact:hover .ser_icons {
    background-position: -72px -24px;
}
.aside_service .item:hover {
    color: #005486;
}
.aside_service .item:hover .showin {
    display: block;
}
.aside_service .showin {
    display: none;
    position: absolute;
    top: -1px;
    right: 70px;
    border: 1px solid #e4e4e4;
    background-color: #fff;
}
.aside_service .showin img {
    margin: 8px 8px 5px;
}

.bdsharebuttonbox {
    margin: 8px 8px 0;
    width: 100px;
    /* height: 60px; */
    text-align: center;
    line-height: 80px;
}
.aside_service .tit {
    padding-bottom: 10px;
    color: #333;
}
.aside_service .share .tit {
    margin-top: 10px;
}
.bdsharebuttonbox .bds_tsina,
.bdsharebuttonbox .bds_weixin {
    display: inline-block;
    float: none;
    background-image: url(https://bbs.elecfans.com/template/elecfans_201508/prize/images/weixin-ico.png);
    background-position: 0 0 !important;
    height: 38px;
    padding: 0;
    width: 38px;
    margin: 0;
    vertical-align: middle;
}
.bdsharebuttonbox .bds_tsina {
    background-image: url(https://bbs.elecfans.com/template/elecfans_201508/prize/images/weibo-ico.png);
    margin: 0 0 0 10px;
}
/* .aside_service .delta {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    border-style: solid;
    border-color: transparent transparent transparent #c00;
    border-width: 5px 8px;
    border-style: solid;
} */

.formPop .layui-layer-title {
    background-color: #1548ae;
    color: #fff;
}
/* .formPop .layui-layer-setwin .layui-layer-close1 {
    background-position: -24px -150px;
} */
.formPop .layui-input-block {
    margin-right: 50px;
}
.formPop .tit {
    font-size: 12px;
    line-height: 60px;
    text-indent: 65px;
}
.formPop .layui-btn {
    background-color: #1548ae;
    width: 150px;
}
.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;
}

.quick {
    padding-top: 130px;
}

/* #mobile {
    font-size: 13.333333vw;
}
#mobile #siteTop,
#mobile #siteNav .page_logo {
    display: none;
}

#mobile #siteNav .page_nav {
    float: none;
}
.page_header {
    height: .88rem;
    line-height: .88rem;
} */

@media (max-width: 1200px) {
    html {
        font-size: 13.333333vw;
    }
    #siteTop,
    .aside_service,
    .introduce .item_pc,
    .live_room .item_pc,
    .exp_layout .download,
    .site_footer,
    .interview_slide .hd,
    .interview_slide .bd .more,
    #siteNav .page_logo {
        display: none;
    }

    #siteNav .page_nav {
        float: none;
        line-height: .84rem;
        font-size: .3rem;
    }
    #siteNav .page_nav a:nth-of-type(2) img{
        top: 6px!important;
    }
    #siteNav .page_nav a:nth-of-type(3){
        display: none;
    }
    #siteNav .page_header {
        height: .88rem;
        line-height: .88rem;
        margin: 0;
    }
    .page_nav a {
        width: 22%;
        padding: 0 .2rem;
        text-align: center;
    }
    .page_nav a:first-child {
        margin-left: .2rem;
    }
    .page_nav a:last-child {
        margin-right: 0;
    }
    .banner {
        height: 3.6rem;
    }
    .banner_slide .bd li{
        width: 100%;
        height: 3.6rem;
    }
    .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;
    }
    .introduce {
        padding: .62rem 0 0;
    }
    .introduce .fr {
        display: block;
        margin: 0 0 .68rem;
        float: none;
        width: 100%;
    }
    .introduce .item_m {
        display: block;
    }
    .introduce .item {
        font-size: .32rem;
        line-height: 1;
    }
    .introduce .item img {
        height: .32rem;
        vertical-align: top;
    }
    .introduce .desc {
        margin-top: .55rem;
        font-size: .3rem;
        line-height: .48rem;
    }
    .introduce .desc p {
        margin-bottom: .25rem;
    }
    .big_play {
        height: 3.88rem;
        background-size: cover;
    }
    #activityPage h2 {
        margin-bottom: .6rem;
        padding: .6rem 0 .2rem;
        font-size: .4rem;
    }
    .quick {
        padding-top: 0;
    }
    .live_room .item_m {
        display: block;
    }
    .live_room .item {
        height: auto;
        padding-bottom: .3rem;
        margin-bottom: .48rem;
        border-bottom: 1px solid #e4e4e4;
    }
    .live_room .item:last-child {
        border: none;
    }
    .live_room .ibox {
        overflow: hidden;
        float: none;
        margin: 0;
    }
    .live_room .ibox img {
        float: left;
        margin-right: .2rem;
        width: 2.9rem;
    }
    .live_room .tit {
        font-size: .34rem;
        white-space: nowrap;
        text-indent: -.06rem;
    }
    .live_room .compere {
        margin-top: .4rem;
        line-height: 1.5;
        font-size: .24rem;
    }
    .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;
        width: 2.4rem;
        line-height: .8rem;
        font-size: .36rem;
    }
    .live_room .desc {
        margin: .42rem 0 0;
        font-size: .24rem;
        line-height: .38rem;
        color: #666;
    }
    .compere_team {
        padding-bottom: 1rem;
    }
    .compere_team ul {
        margin: 0;
        padding: 0;
        height: auto;
    }
    .compere_team li {
        float: none;
        margin: 0 0 .2rem;
        padding: .4rem .3rem;
        border-radius: 5px;
        width: auto;
        height: auto;
        text-align: left;
    }
    .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: .36rem;
        color: #666;
    }
    .interview_slide {
        height: 9rem;
    }
    .interview_slide .next,
    .interview_slide .prev {
        left: 2rem;
        top: auto;
        bottom: .15rem;
        font-size: .25rem;
        color: #444;
        font-weight: 400;
    }
    .interview_slide .prev::after {
        margin-left: .15rem;
        content: "上一个";
    }
    .interview_slide .next {
        margin-left: 1rem;
        left: auto;
        right: 2rem;
    }
    .interview_slide .next::before {
        margin-right: .15rem;
        content: "下一个";
    }
    .interview_slide .bd li {
        float: none;
        margin: 0;
        height: 8.4rem;
        width: auto;
    }
    .interview_slide .bd .item {
        box-sizing: border-box;
        width: 100%;
        padding: .5rem .3rem 0;
        margin: 0;
    }
    .interview_slide .bd .tag {
        height: .56rem;
        width: 1.2rem;
        font-size: .24rem;
        line-height: .56rem;
        border-radius: 0 0 .15rem .15rem;
    }
    .interview_slide .bd .u_img {
        width: 1.4rem;
        height: 1.4rem;
        margin-right: .2rem;
    }
    .interview_slide .bd .name {
        font-size: .3rem;
    }
    .interview_slide .bd .title {
        font-size: .28rem;
    }
    .interview_slide .bd .brief {
        margin: .18rem 0;
        font-size: .28rem;
        line-height: 1.2;
        height: 1.6rem;
    }
    .interview_slide .bd .com {
        font-size: .28rem;
        margin: 0 -.3rem;
        padding: 0 .3rem;
        height: 4.5rem;
    }
    .interview_slide .bd .com .ext {
        margin: .2rem auto;
        line-height: .7rem;
    }
    .interview_slide .bd .com .play {
        position: static;
        margin-left: .2rem;
        width: 1.68rem;
        height: .5rem;
        vertical-align: middle;
    }
    .interview_slide .bd .com .play:after {
        position: static;
        margin-left: .55rem;
        vertical-align: .09rem;
    }
    .interview_slide .bd .brand_logo {
        width: 2rem;
        height: .7rem;
        background-size: auto 90%;
    }
    .forum ul {
        margin: 0;
    }
    .forum li {
        position: relative;
        float: none;
        margin: 0 0 .2rem;
        overflow: hidden;
        text-indent: 0;
        line-height: 1.4;
    }
    .forum img {
        float: left;
        margin-right: .3rem;
        width: 3.6rem;
        vertical-align: top;
    }
    .forum .tit {
        margin: .26rem;
        font-size: .3rem;
        line-height: 1.2;
    }
    .forum .desc {
        position: absolute;
        left: 3.9rem;
        right: 0;
        bottom: .26rem;
        margin: 0;
        font-size: .24rem;
    }
    .forum .desc .time {
        display: block;
    }
    .news ul {
        margin: 0;
    }
    .news li {
        margin: 0 0 .32rem;
        float: none;
        width: auto;
        padding: .2rem;
        font-size: .28rem;
        height: 2.5rem;
    }
    .news .desc {
        margin: .2rem 0;
        height: 1.25rem;
    }
    .news .tit a {
        font-size: .3rem;
    }
    .exp_layout img {
        width: 100%;
        margin-bottom: 1rem;
    }
    .aside_service_m {
        display: block;
        padding: 0 .3rem .8rem;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
    }
    .aside_service_m>div {
        position: relative;
    }
    .aside_service_m>div::after {
        position: absolute;
        left: 0;
        right: 0;
        bottom: -.3rem;
        font-size: .22rem;
        text-align: center;
    }
    .aside_service_m>div:nth-child(1)::after {
        content: "电子发烧友APP";
    }
    .aside_service_m>div:nth-child(2)::after {
        content: "电子发烧友观察";
    }
    .aside_service_m>div:nth-child(3)::after {
        content: "联系我们";
    }
    .order_service {
        width: 1.5rem;
        height: 2.4rem;
        background-size: cover;
        bottom: 15%;
    }
    .order_service .close {
        display: none;
    }
    .order_service ul{
        width: 100%;
        left: 0;
        bottom: 3px;
    }
    .order_service ul li{
        height: 0.45rem;
        line-height: 0.45rem;
    }
    .formPop {
        font-size: .24rem;
    }
    .formPop .layui-layer-title {
        background-color: #1548ae;
        color: #fff;
    }
    .formPop .layui-input-block {
        margin: 0 .5rem 0 1.4rem;
    }
    .formPop .tit {
        font-size: .24rem;
        line-height: .8rem;
        text-align: center;
        text-indent: 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 .layui-btn {
        background-color: #1548ae;
        width: 3rem;
    }
    .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;
    }

    /* 视频专访 */
    .videoTitel{
        display: none;
    }
    .videoConten{
        width: 100%;
        padding: 0.2rem 0;
    }
    .videoTitelM{
        display: block;
        font-size: 0.3rem;
        line-height: 0.5rem;
        width: 1.3rem;
        text-align: center;
        margin: 0.4rem auto;
        color: #005585;
        font-weight: 700;
        border-bottom: 2px solid #d00;
    }
    .videoList ul{
        display: block !important;
    }
    .videoList li{
        width: 100% !important;
        height: 270px !important;
        text-align: center;
        box-sizing: border-box;
        padding: 0.2rem;
        margin-bottom: 0.5rem;
    }
    .videoList li img:nth-of-type(1){
        width: 100%;
    }
    .videoList{
        float: inherit;
    }
    .videoConten .photo_other {
        width: 94%;
        float: inherit;
        margin-left: 0.2rem;
        min-height: auto;
    }
    .videoConten  .photo_titlebig{
        width: 50%;
        text-align: center;
        margin: 20px auto;
        color: #005585;
    }

    /* 新闻资讯 */
    .newsContent{
        width: 100%;
    }
    .newsContent .newsTitle{
        font-size: 0.3rem;
        line-height: 0.5rem;
        width: 1.3rem;
        text-align: center;
        margin: 0.4rem auto 0;
        color: #005585;
    }
    .newsList li{
        padding:0.2rem;
    }
    .newsContent .n_img{
        width: 1.75rem;
        height: 1rem;
        margin-right: 0.2rem;
    }
    .newsContent .n_title{
        margin-bottom: 0.15rem;
    }
    .newsContent .n_smg{
        font-size: 0.14rem;
        margin-left: 1.95rem;
        margin-bottom: 0.15rem;
    }
    .newsContent .n_time{
        margin-left: 1.95rem;
    }
    .watchMore{
        width: 3rem;
        line-height: 0.5rem;
        margin: 0.5rem auto 0;
    }
}

@media (min-width: 560px) {
    html {
        font-size: 54px;
    }
}


