@charset "UTF-8";
/*公共样式*/
*{
    margin: 0;
    padding: 0;
}
body{
    font-family:"microsoft yahei",simhei;
}
img{
    border: none;
}
ul li{
    list-style: none;
}

body a{
    color: #333;
    text-decoration: none;
}
.clearfix:after{ content: ""; display: block;height: 0;visibility: hidden; clear: both}
.clearfix { zoom: 1; }
.lf{
    float: left;
}
.lr{
    float: right;
}
.line-block{
    display: inline-block;
    *display:inline;
    *zoom: 1;
}

.tag-warp{
    width: 1000px;
    margin: 10px auto 0 auto;
}
.tag-left{
    width: 672px;
    float: left;
}
.tag-right{
    width: 300px;
    float: left;
    margin-left: 28px;
}
.des-main{
    border-bottom: 1px solid #e4e4e4;
    padding: 20px  0;
    position: relative;
}
.img100{
    width: 100%;
    height: 100%;
}

.des-main .avatar img {
    height: auto;
}
.des-main .avatar{
    width: 120px;
    height: 80px;
    margin-right: 22px;
}
.des-msg{
    width: 488px;
    position: relative;
}
.des-msg h3, .des-msg h1{
    font-size: 20px;
    color: #434343;
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
}
.des-msg .collect{
    display: inline-block;
    width: 55px;
    height: 26px;
    border-radius: 3px;
    font-style: normal;
    margin-left: 12px;
    color: #fff;
    line-height: 26px;
    font-size: 13px;
    text-align: center;
    background-color: #d22222;
    vertical-align: middle;
    cursor: pointer;
}
.des-msg .collect.on{
    background-color: #c9c9c9;
    color: #333;
}
.des-msg .light{
    font-size: 12px;
    color: #515151;
    margin-top: 8px;
}
.category-box{
    margin-top: 10px;
}
.category-box dt{
    font-size: 14px;
    color: #515151;
    display: inline-block;
    width: 64px;
}
.category-box dd{
    display: inline-block;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    color: #797979;
    margin-right: 10px;
    padding: 0 12px;
    border: 1px solid #e4e4e4;
}
.category-box dd:hover{
    color: #333;
}
.des-about{
    margin-top: 16px;
    display: flex;
    align-items: center;
    margin-left: -10px;
}
.des-about-item{
    margin-left: 10px;
}
.des-about span{
    color: #999;
    font-size: 12px;
}
.des-about span.nums{
    color: #259;
}
.des-about a{
    color: #259;
    font-size: 12px;
}
.tag-nav{
    height: 40px;
}
.nav-fix{
    position: static;
    height: 39px;
    border: 1px solid #e4e4e4;
    border-top: 0px;
    width: 670px;
    background-color: #fff;
    z-index: 2;
}
.pro-buy a:hover{
    color: #fff;
}
.nav-fix li{
    float: left;
    height: 39px;
    line-height: 39px;
    text-align: center;
    background-color: #f9f9f9;
    color: #666;
    width: 100px;
    font-size: 14px;
    border-right: 1px solid #e4e4e4;
}
.nav-fix li:hover{
    cursor: pointer;
}
.nav-fix li.active{
    background-color: #fff;
    color: #333;
}
.dynamic .info-list:first-child{
    padding-top: 0px;
}
.column-main .h4-tit{
    font-size: 16px;
    color: #363636;
    font-weight: bold;
    margin: 30px 0 20px 0 ;
}
.detail-opera{
    font-size: 12px;
    color: #225599;
    text-align: center;
    margin-top: 20px;
    cursor: pointer;
}
.detail-opera img{
    width: 10px;
    height: 10px;
}
.column-peo li{
    float: left;
    margin-right: 40px;
    margin-bottom: 20px;
}
.column-peo img{
    width: 80px;
    height: 80px;
}
.column-peo p{
    font-size: 12px;
    color: #666666;
    text-align: center;
    margin-top: 3px;
}

.h3-tit {
    margin-bottom: 20px;

}

.column-main {
    position: relative;
}
.hot-main li{
    float: left;
    font-size: 12px;
    color: #666;
    height: 22px;
    line-height: 22px;
    border: 1px solid #e4e4e4;
    text-align: center;
    padding: 0 12px;
    border-radius: 15px;
    margin-right: 10px;
    margin-bottom: 20px;
    position: relative;
}
.hot-main li:hover{
    border-color: #d00000;
    color: #d00000;
    cursor: pointer;
}
.change-hot{
    font-size: 12px;
    color: #5E5E5E;
    position: absolute;
    right: 0px;
    top: 5px;
    cursor: pointer;
}
.change-hot span{
    color: #5e5e5e;
}
.change-hot span:hover{
    color: #d22222;
}
.change-hot img{
    width: 13px;
    height: 13px;
    vertical-align: -2px;
}
.hot-main li:hover .hot-des{
    display: block;
}
.hot-des{
    padding-top: 10px;
    width: 242px;
    position: absolute;
    left: -12px;
    top: 100%;
    display: none;
    z-index: 2;
}
.hot-des .detail{
    padding: 15px 15px 22px 15px;
    border: 1px solid #e4e4e4;
    border-radius: 4px;
    background-color: #fff;
}
.hot-des .top{
    height: 56px;
    border-bottom: 1px solid #e4e4e4;
    width: auto;
}
.hot-des .title{
    width: 120px;
    padding-left: 5px;
    font-size: 16px;
    text-align: left;
    color: #333;
    padding: 0px;
    margin-bottom: 0px;
    border-bottom: none;
}
.hot-des .bottom{
    margin-top: 16px;
    font-size: 12px;
    color: #999999;
    text-align: left;
}
.hot-des .attend{
    width: 70px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    color: #fff;
    font-size: 12px;
    background-color: #d00000;
    border-radius: 5px;
    margin-left: 12px;
    cursor: pointer;
}
.hot-des .attend.on{
    background-color: #ccc;
}
.column-main .info-list .one-more span.mr0{
    margin-right: 0px;
}
.column-detail{

    overflow: hidden;

    font-size: 14px!important;
    font-family: "microsoft yahei", simhei!important;
    color:#5E5E5E!important;
    line-height: 26px!important;
}
.column-detail *{
    font-size: 14px!important;
    font-family: "microsoft yahei", simhei!important;
    color:#5E5E5E!important;
    line-height: 26px!important;
}
/*tag2*/
.min-hei45{
    min-height: 45px;
}
.company-about{
    padding-top: 12px;
    width: 100%;
    max-height: 170px;
    margin-top: 28px;
    display: flex;
    /* flex-direction: column; */
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    gap: 10px;
    overflow: hidden;
}
.company-about li{
    width: 160px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.attend-font{
    display: inline-block;

    color: #999;
    font-size: 14px;
    vertical-align: middle;

}
#attention-count{
    font-weight: bold;
    color: #333;
    margin-left: 6px;
}

.company-about img{
    width: 150px;
    height: 87px;
    margin-bottom: 10px;
}
.company-about a{
    font-size: 12px;
    color: #225599;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.company-about a:hover{
    color: #d00000;
    cursor: pointer;
}
.company-about .mr0{
    margin-right: 0px;
}


.tag-video-list{
    display: grid;
    grid-template-columns: repeat(4,calc((100% - 36px)/4));
    gap: 20px 12px;
    width: 100%;
}

.videoSort {
    height: 100%;
    box-sizing: border-box;
    border-radius: 4px;
    overflow: hidden;
}
.videoSort .videoSort-con,.tag-video-item {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
}
.videoSort-poster,.tag-video-poster {
    width: 100%;
    height: 94px;
    background: no-repeat center;
    background-size: cover;
    position: relative;
    padding: 70px 8px 0;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}
.videoSort-poster::before,.tag-video-poster::before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.1);
    transition: all linear 0.2s;
}
.videoSort-poster::after,.tag-video-poster::after{
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: url(../images/play_b.png) no-repeat center;
    background-size: cover;
}
.videoSort-poster:hover::before,.tag-video-poster:hover::before{
    background-color: rgba(0,0,0,0.3);
}
.videoSort-plays,.videoSort-time ,.tag-video-plays,.tag-video-time{
    position: relative;
    z-index: 2;
    font-size: 12px;
    color: #FFF;
    line-height: 16px;
    display: inline-flex;
    align-items: center;
}
.videoSort-plays .icon-play ,.tag-video-plays .icon-play{
    display: inline-block;
    vertical-align: middle;
    height: 16px;
    width: 16px;
    background: url(../images/play_s.png) no-repeat center;
    background-size: cover;
    margin-right: 4px;
}
.videoSort-plays .icon-play::before ,.tag-video-plays .icon-play::before{
    display: none;
}
.videoSort-tit ,.tag-video-tit{
    line-height: 20px;
    height: 40px;
    white-space: normal;
    font-weight: normal;
    color: #333;
    display: -webkit-box;
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical;  
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 8px;
    transition: all linear 0.2s;
}
.videoSort-tit:hover,.tag-video-tit:hover{
    color: #d00000;
}
.videoSort-msg ,.tag-video-msg{
    margin-top: 8px;
    display: flex;
    align-items: center;
    width: 100%;
}
.videoSort-userimg ,.tag-video-userimg{
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: no-repeat center;
    background-size: cover;
    flex: 0 0 auto;
    margin-right: 10px;
}
.videoSort-username,.tag-video-username {
    flex: 1 1 auto;
    white-space: nowrap;
    color: #999999;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 12px;
    line-height: 18px;
    transition: all linear 0.2s;
}
.videoSort-username:hover,.tag-video-username:hover{
    color: #d00000;
}



.link-text{
    font-size: 14px;
    color: #5E5E5E;
    line-height: 26px;
}
.link-text *{
    font-size: 14px!important;
    color: #5E5E5E!important;
    line-height: 26px!important;
    font-family: "microsoft yahei", simhei!important;
}
.pro-list{
    padding: 20px 28px ;
    border: 1px solid #e4e4e4;
}
.pro-list ul{

}
.pr26{
    padding-right: 26px;
}
.pl26{
    padding-left: 26px;
}
.bor-right{
    border-right: 1px solid #e4e4e4;
}
.pro-list li{
    padding-bottom: 15px;
    width: 280px;
    float: left;

}
.pro-list li:nth-child(odd){
    padding-right: 26px;
    margin-right: 26px;
    border-right: 1px solid #e4e4e4;
}

.pro-img{
    margin-right: 16px;
}
.pro-img>p{
    font-size: 16px;
    color: #666;
    margin-bottom: 3px;
}
.pro-img img{
    width: 90px;
    height: 90px;
}
.pro-price{
    margin-top: 24px;
    margin-bottom: 12px;
}
.pro-price small{
    font-size: 16px;
    color: #d00000;
}
.pro-price big{
    font-size: 14px;
    color: #999;
    text-decoration: line-through;
}
.pro-dec p{
    color: #999;
    font-size: 12px;
}
.pro-buy {
    text-align: right;
    margin-top: -7px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e4e4e4;
    width: 100%;
}
.pro-buy a{
    display: inline-block;
    width: 75px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    color: #fff;
    background-color: #D22222;
    border-radius: 4px;
    font-size: 12px;
    margin-top: 6px;
}
/*tag2*/
/*tag3*/
.device-opera{
    margin-top: 16px;
}
.device-opera .lf a{
    display: inline-block;
    width: 85px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    color: #fff;
    background-color: #d00000;
    border-radius: 4px;
    font-size: 12px;
}
.device-down a{
    margin-left: 16px;
    font-size: 12px;
    color: #666666;
    padding: 2px 12px 5px 10px;
    border: 1px solid #e4e4e4;
    border-radius: 4px;
}
.device-down img{
    margin-right: 4px;
}
.device-down img,.device-down span{
    vertical-align: middle;
}
/*tag3*/
/*tag4*/
.noun-list li{
    float: left;
    border: 1px solid #e4e4e4;
    font-size: 0px;
    margin-right: 26px;
    margin-bottom: 20px;
}
.noun-list li.mr0{
    margin-right: 0px;
}
.noun-list li img{
    width: 88px;
    height: 50px;
}
.noun-list li p{
    background-color: #f9f9f9;
    height: 20px;
    border-top: 1px solid #e4e4e4;
    line-height: 20px;
    color: #666;
    font-size: 12px;
    text-align: center;
}
/*tag4*/
/*tag5*/
    .correlation li{
        float: left;
        border: 1px solid #e4e4e4;
        text-align: center;
        width: 80px;
        height: 100px;
        margin-right: 18px;
        margin-bottom: 20px;
    }
    .correlation li img{
        height: 54px;
        width: 100%;
    }
    .correlation .corre-text{
        font-family: '微软雅黑 Regular', '微软雅黑'!important;
        font-size: 12px!important;
        color: #5E5E5E!important;
        text-align: center!important;
        line-height: 26px!important;
        font-weight: normal!important;
        word-wrap: break-word;
        word-break: normal;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
.correlation .corre-text *{
    font-family: '微软雅黑 Regular', '微软雅黑'!important;
    font-size: 12px!important;
    color: #5E5E5E!important;
    text-align: center!important;
    line-height: 26px!important;
    font-weight: normal!important;
    font-weight: normal!important;
}
    .correlation li .company-name{
        font-size: 14px;
        color: #333;
        font-weight: bold;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .correlation li.mr0{
        margin-right: 0px;
    }
    .correlation li p{
        font-size: 12px;
        color: #666;
        margin-bottom: 6px;
    }
/*tag5*/
.interest-tag h3 {
    margin-bottom: 10px;

}
.disnone{
    display: none;
}
/*分享*/
.tag-share{
    position: absolute;
    right: 0px;
    bottom: -8px;
}
.bdsharebuttonbox a{
    font-size: 30px;
    margin-left: 12px;

}
.bdsharebuttonbox{
    width: 190px;
    height: 40px;
    box-shadow:none!important;
    display: block!important;
    position: relative!important;
    background-color: transparent!important;
    border: 0px!important;
    float: right;
    padding: 0px!important;
    top: 0px!important;
    left: 0px!important;
    margin-top: 10px;
    z-index: 48!important;

}
.ver-mid{
    vertical-align: middle;
}
#showcase .bdsharebuttonbox>a{
    vertical-align: middle;
    font-size: 30px;
    margin: 5px 2px;
}
.bdsharebuttonbox a[data-cmd]{
    background:transparent!important;
    vertical-align: middle;
}
.bdsharebuttonbox .icon-weixin {
    color: #55b16d;
}
.bdsharebuttonbox .icon-weixin:hover{
    color: #499252;
}
.bdsharebuttonbox .icon-sina {
    color: #ed594d;
}
.bdsharebuttonbox .icon-sina:hover{
    color: #d75348;
}
.bdsharebuttonbox .icon-qzone {
    color: #e4b71f;
}
.bdsharebuttonbox .icon-qzone:hover{
    color: #cb9f1f;
}
.icon-qq {
    color: #50caf9!important;
}
.icon-qq:hover{
    color: #4cb6e4;
}
.bdsharebuttonbox>span{
    font-size: 12px;
    color: #666;
}
.tag-warp .now-posi {
    color: #333;
    font-size: 13px;
    padding-bottom: 10px;
}
.pro-more{
  position: relative;
}
.pro-more a{
    position: absolute;
    right: 0;
    top: -50px;
    color: #259;
}

.top .my-info{
    margin-top: 0px;
}
.top .my-info img{
    border: none;
}
body a:hover{
    text-decoration: none;
}
.user-focus .img-list a{
    width: auto;
}
.one-more .type{
    padding-left: 20px;
    background-image: url(//www.elecfans.com/skin-2014/images/c-img.png);
    background-position: 0px 110px;
    background-repeat: repeat-y;
}
.dynamic .info-list .one-tit{
    line-height: 20px;
    margin-bottom: 12px;
}

.user-focus h3, .interest-tag h3, .h3-tit {
    font-size: 14px;
    font-weight: bold;
    color: #363636;
}

.mb15.h3-tit {
    margin-bottom: 15px;
}

.user-focus a{
    color: #259;
}
.closely li{
    font-size: 12px;
    color: #5e5e5e;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    line-height: 26px;
}
.closely{
    margin-bottom: 24px;
}
.closely li:before{
    content: "● ";

}

/*关注电子说专栏*/
.author {
    position: relative;
    padding-left: 68px;
    margin-top: 10px;
}

.author .face {
    position: absolute;
    left: 0;
    top: 0;
}

.author h2 a {
    color: #333;
    font-size: 16px;
    line-height: 24px
}

.author .profile {
    color: #999;
    padding: 7px 0 12px;
}

.author .count span {
    margin-right: 20px;
}

.author-box {
    background-color: #f4f5f6;
    padding: 15px 20px;
}

.author-collect {
    display: inline-block;
    width: 60px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    background-color: #82cddb;
    font-size: 14px;
    color: #FFFFFF;
    margin-top: 16px;
    border-radius: 3px;
}

/*关注电子说专栏*/
.art-aside-fixed {
    position: fixed;
}
.sub-tgtit img{
    float: left;
    overflow: hidden;
}
.subbd-wrap .subbd-left .detail-share{
    float: right;
    margin: -40px 0 0;
}
.subbd-wrap .subbd-left .detail-share .tag-share{
	bottom: 0;
}
.tag-warp .tag-left .tag-share{
	top: -16px;
}
.subbd-wrap .subbd-left .statistic-info{
    margin: 10px 0 0;
    float: none;
}
.subbd-wrap .subbd-left .statistic-info .one-statistic{
    margin-left: 5px;
    font-size: 12px;
}
/* tags下产品和方案 */
.qiyeList {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.qiyeList .item {
    position: relative;
    width: 206px;
    border: 1px solid #e6e6e6;
    margin-right: 23px;
    margin-bottom: 21px;
}
.qiyeList .item img{
    vertical-align: middle;
}
.qiyeList .item:nth-child(3n) {
    margin-right: 0px;
}

.qiyeList .item_img {
    width: 100%;
}

.qiyeList .pImg {
    height: 208px;
}

.qiyeList .item_info {
    padding: 7px 10px 0 10px;
    color: #999;
}
.qiyeList .item_info a{
    color: #999;
}

.qiyeList .item_info h3 {
    font-size: 14px;
    line-height: 20px;
    height:40px;
    font-weight: 400;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    word-break: break-all;
    color: #333333;
}

.qiyeList .item_info h3:hover {
    color: #d00000;
}

.qiyeList .item_info .model {
    padding-top: 8px;
    font-size: 12px;
    line-height: 28px;
    color: #999999;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 28px;
}

.qiyeList .item_info .category {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    line-height: 1;
    font-weight: 400;
    padding-bottom: 20px;
    height: 12px;
}

.qiyeList .category span {
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.qiyeList .category .datamanual {
    color: #333;
    margin-left: 20px;
}
.qiyeList .category .datamanual a{
    color: #333;
}
.qiyeList .category .datamanual a:hover{
    color: #D00000;
}
.company {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 10px 0;
    border-top: 1px solid #F2F2F2;
}

.company_img {
    width: 38px;
    height: 38px;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    vertical-align: middle;
    margin-right: 10px;
}

.company span {
    flex: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 12px;
}

.immediaBtn {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 0px;
    background: #fff;
    text-align: center;
    overflow: hidden;
}

.immediaBtn a {
    display: inline-block;
    vertical-align: middle;
    margin-top: 13px;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 400;
    line-height: 35px;
    background: #d00000;
    border-radius: 4px;
    width: 120px;
    border: none;
    outline: none;
}
.immediaBtn a:hover{
    color: #fff;
}

.qiyeList .item:hover {
    box-shadow: 0 2px 18px 0 rgb(0 0 0 / 30%);
}

.qiyeList .item:hover .immediaBtn {
    height: 60px;
    transition: height 0.5s;
}

.outAnimate {
    height: 0;
    transition: height 0.5s;
}

.recom {
    width: 40px;
    height: 22px;
    position: absolute;
    left: 0px;
    top: 0px;
}

.qiyeList .solImg{
    height: 135px;
}
.qiyeList .views{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    font-weight: 400;
    line-height:40px
}   
.qiyeList .views img{
    width: 16px;
    height: 10px;
    vertical-align: middle;
    margin-right: 2px;
    margin-top: -2px;
}


html{
    font-size: 33px;
}