
.data_details{
    width: 1200px;
    height: auto;
    margin: auto;
    overflow: hidden;
    margin-top: 94px;
}

/*    顶部详情*/
.details_header{
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #fff;
    margin-bottom: 16px;
    padding: 10px;
    border: 1px solid #ececec;
    box-shadow: 0 5px 10px rgba(210,215,225,.36);
}

.header-top{
    width: 100%;
    height: auto;
}

.header-logo{
    width: 120px;
    height: 120px;
    float: left;
    border-radius: 4px;
    background: radial-gradient(transparent 50%,rgba(0,0,0,.05) 100%);
}

.header-logo img{
    width: 120px;
    height: 120px;
    text-align: center;
}


/*右边内筒*/
.header-top .header-content{
    width: 1030px;
    /*margin-left: 140px;*/
    box-sizing: border-box;
    padding: 22px 24px 24px 0;
    float: right;
}

/*    名称*/
.header-top .header-content .content-title{
    width: 100%;
    height: auto;
    float: left;
}

.header-top .header-content .name{
    font-size: 22px;
    line-height: 28px;
    float: left;
    max-width: 620px;
}

.header-top .header-content .claim{
    float: left;
    width: 74px;
    height: 26px;
    background: #2972fa;
    border-radius: 4px;
    line-height: 26px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    margin-left: 16px;
}

.header-top .header-content .operation{
    float: right;
    width: 320px;
}

.header-top .header-content .operation p{
    float: right;
    color: #666;
    cursor: pointer;
    font-size: 14px;
    margin-right: 20px;
}

.header-top .header-content .operation p:first-child{
    margin-right: 0;
}

.header-top .header-content .operation span{
    margin: 5px 6px 0 0;
    float: left;
    font-size: 12px;
    color: #2972fa;
}


/*标签*/
.tags-list{
    float: left;
    max-width: 630px;
}
.tags-list .zx-ent-tag.blue {
    border-color: #2972fa;
    color: #2972fa;
}
.tags-list .zx-ent-tag {
    border-radius: 3px;
    display: inline-block;
    padding: 0 6px;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    margin-top: 8px;
    border: 1px solid #ccc;
}

/*    详情*/
.header-top .header-content .content-info{
    width: 1026px;
    float: left;
    padding: 16px 14px 11px;
    box-sizing: border-box;
    background: #f6faff;
    margin-top: 16px;
}

.header-top .header-content .content-info-child{
    overflow: hidden;
    line-height: 14px;
}
.header-top .header-content .content-info-child p:first-of-type {
    width: 350px;
}
.header-top .header-content .content-info-child p{
    float: left;
    font-size: 14px;
    line-height: 14px;
    color: #666;
}

.header-top .header-content .content-info-child span{
    color: #151515;
}

.header-top .header-content .content-info-child-brief{
    overflow: hidden;
    margin-top: 10px;
}

.line-1{
    max-height: 24px;
}
.fold-container{
    margin-top: -2px;
    line-height: 24px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.header-top .header-content .content-info-child-brief .brief{
    color: #666;
}
.header-top .header-content .content-info-child-brief .fold-btn {
    background-image: linear-gradient(90deg,hsla(0,0%,100%,0),#f5fbff 26.4%);
}
.fold-btn {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 70px;
    text-align: right;
}
.fold{
    color: #2972fa;
    cursor: pointer;
}
.fold .ellipsis {
    color: #333;
}

/*    选项*/
.header-top .header-content .content-card{
    overflow: hidden;
    float: left;
    width: 100%;
    margin-top: 19px;
}
.header-top .header-content .content-card .item{
    width: 25%;
    float: left;
}
.header-top .header-content .content-card .fate-image-container{
    float: left;
    margin-right: 10px;
    border-radius: 4px;
    overflow: hidden;
}
.fate-image-container.small {
    width: 40px;
    height: 40px;
}

.fate-image-container .img-logo {
    position: relative;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
.fate-image-container .img-logo img {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.header-top .header-content .content-card .card-right p{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 14px;
    font-size: 14px;
    color: #333;
}

.header-top .header-content .content-card .card-right p:nth-of-type(2) {
    color: #999;
    font-size: 12px;
    line-height: 12px;
    margin-top: 12px;
}


/*    新闻资讯*/
.right-pane{
    width: 289px;
    height: auto;
    float: right;
}

.news-info{
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #ececec;
    margin-bottom: 16px;
    box-shadow: 0 5px 10px rgba(210,215,225,.36);
}
.news-title{
    height: 50px;
    background: #fcfcfc;
    font-size: 16px;
    color: #333;
    line-height: 50px;
    position: relative;
    padding-left: 12px;
    border-bottom: 1px solid #eee;
}
.news-title i{
    color: #2972fa;
}

.news-title .news-more-url{
    float: right;
    color: #2972fa;
    font-size: 14px;
    margin-right: 16px;
}

.news-box{
    height: 87px;
    padding: 11px 15px;
    float: left;
    width: 100%;
}
.news-subtitle{
    height: 40px;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 20px;
    margin-bottom: 12px;
    color: #333;
}

.news-content{
    font-size: 12px;
    line-height: 14px;
}
.news-content span[data-v-84431320] {
    color: #999;
}
.news-content span:nth-of-type(2) {
    float: right;
}

/*    可能感兴趣的企业*/
.recommend-company{
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    box-shadow: 0 5px 10px rgba(210,215,225,.36);
    background: #fff;
    border: 1px solid #ececec;
    margin-bottom: 16px;
}
.recommend-title{
    height: 50px;
    background: #fcfcfc;
    font-size: 16px;
    color: #333;
    line-height: 50px;
    position: relative;
    padding-left: 12px;
    border-bottom: 1px solid #eee;
}
.recommend-title i {
    color: #f48151;
}
.recommend-box{
    height: 48px;
    padding: 16px;
    float: left;
    box-sizing: border-box;
    width: 100%;
}

.recommend-subtitle{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 18px;
    color: #333;
}

/*    浏览记录*/
.browseh-history{
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #ececec;
    margin-bottom: 16px;
    box-shadow: 0 5px 10px rgba(210,215,225,.36);
}
.history-title{
    height: 50px;
    background: #fcfcfc;
    font-size: 16px;
    color: #333;
    line-height: 50px;
    position: relative;
    padding-left: 12px;
    border-bottom: 1px solid #eee;
}
.history-title i{
    color: #2972fa;
}
.history-box{
    height: 46px;
    padding: 16px;
    float: left;
    width: 100%;
}
.history-subtitle{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 18px;
    color: #333;
}

/*左侧基本信息*/
.tab-wrapper{
    position: relative;
    width: 896px;
    height: 46px;
}

.tab-wrapper .tabs{
    position: absolute;
    z-index: 998;
    overflow: hidden;
    width: 896px;
    height: 46px;
    background: #fff;

}
.tabs.visible{overflow:visible}
.tab-wrapper .tabs.fixed{
    position: fixed;
    top: 94px;
}

.tab-wrapper .tabs .col-wrap{
    background: #fff;
    box-shadow: 0 5px 10px rgba(210,215,225,.36);
}

/*    基本信息*/
.tab-wrapper .tabs .col-wrap .col.active:first-of-type {
    border-left: none;
}
.tab-wrapper .tabs .col-wrap .col.col-7{
    padding-right: 0;
    padding-left: 0;
    width: 128px;
}
.tab-wrapper .tabs .col-wrap .col{
    position: relative;
    float: left;
    width: 112px;
    background: #fff;
    padding-right: 0;
    padding-left: 0;
}

.tab-wrapper .tabs .col-wrap .col.col-7:hover{
    background-color: #fbfbfb;
}


.tab-wrapper .tabs .col-wrap .col:first-of-type.active .title{
    border-left: 1px solid transparent;
    color: #2972fa;
}

.tab-wrapper .tabs .col-wrap .col .title.active{
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    font-family: PingFangSC-Medium;
    background: #fff;
    color: #2972fa;
}
.tab-wrapper .tabs .col-wrap .col .title.active .number{
    color: #2972fa;
}
.tab-wrapper .tabs .col-wrap .col .title{
    display: inline-block;
    width: 100%;
    height: 46px;
    border-bottom: 1px solid #eee;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    line-height: 46px;
    text-align: center;
    background: #fbfbfb;
    border-left: 1px solid transparent;
}
.tab-wrapper .tabs .col-wrap .col .title:hover, .tab-wrapper .tabs .col-wrap .col .title:hover .number{
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: #2972fa;
    cursor: pointer;
}
.tab-wrapper .tabs .col-wrap .col .title .number{
    color: #999;
}
.tab-wrapper .tabs .col-wrap .col .number{
    color: #2972fa;
    font-size: 12px;
}
.tab-wrapper .tabs .col-wrap .col .item-wrap{
    min-height: 560px;
    border-left: 1px solid #eee;
}

.tab-wrapper .tabs .col-wrap .col .item-wrap .item{
    display: block;
    margin-left: 10px;
    padding-top: 14px;
    font-family: PingFangSC-Regular;
    font-size: 12px;
    line-height: 12px;
    color: #333;
}
.tab-wrapper .tabs .col-wrap .col .item-wrap .item:hover{
    color: #2972fa;
    cursor: pointer;
}
.tab-wrapper .tabs .col-wrap .col .number{
    color: #2972fa;
    font-size: 12px;
}

.tab-wrapper .tabs .col-wrap .col .item-wrap .disable .number, .tab-wrapper .tabs .col-wrap .col .item-wrap .disable, .tab-wrapper .tabs .col-wrap .col .item-wrap .disable:hover {
    color: #999;
}

/*    内容*/
.main{
    width: 896px;
    margin-bottom: 52px;
    float: left;
    background: #fff;
    min-height: 400px;
    padding: 0 24px;
    box-shadow: 0 5px 10px rgba(210,215,225,.36);
}

/*    基本信息*/
.sub-tabs{
    border-bottom: 1px solid #eee;
    font-size: 12px;
    margin: 0 -24px 30px;
}
.sub-tabs ul{
    padding: 16px 24px 6px;
    list-style: none;
    height: auto;
    overflow: hidden;
}
.sub-tabs li{
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 0 10px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #eee;
    color: #666;
    cursor: pointer;
}
.sub-tabs li em{
    font-style: normal;
}
.sub-tabs li.disabled {
    background: #eee;
    border-color: #eee;
    cursor: no-drop;
}

/*    工商注册表格*/
.aqc-table-list {
    margin-bottom: 48px;
    position: relative;
}
.aqc-table-list .aqc-detail-title {
    margin-bottom: 12px;
    font-size: 16px;
    color: #333;
}
.zx-detail-basic-table{
    border: 1px solid #e5ebf5;
    width: 100%;
    table-layout: fixed;
    word-wrap: break-word;
    border-collapse: collapse;
}
.zx-detail-basic-table tbody td:first-child {
    width: 140px;
    background: #f6faff;
}
.zx-detail-basic-table tbody td{
    border: 1px solid #e3edfb;
    color: #333;
    font-size: 14px;
    padding: 10px;
    box-sizing: border-box;
}
.zx-detail-basic-table tbody td:nth-child(2) {
    width: 282px;
}
.zx-detail-basic-table tbody td:nth-child(3) {
    width: 140px;
    background: #f6faff;
}
.zx-detail-basic-table tbody td:nth-child(4) {
    width: 282px;
}
.line-3{
    max-height: 72px;
}
.fold-container{
    margin-top: -2px;
    line-height: 24px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.fold-btn{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 70px;
    text-align: right;
    background-image: -webkit-gradient(linear,left top,right top,color-stop(0,hsla(0,0%,100%,0)),color-stop(26.4%,#fff));
    background-image: linear-gradient(90deg,hsla(0,0%,100%,0),#fff 26.4%);
}
/*    主要人员*/
.aqc-table-list .aqc-detail-table {
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
    text-align: center;
}
.aqc-table-list .aqc-detail-table .table-header {
    background: #f6faff;
    line-height: 40px;
}
.aqc-table-list .aqc-detail-table td {
    vertical-align: middle;
    box-sizing: border-box;
    border: 1px solid #e3edfb;
    text-align: center;
}
.aqc-table-list .aqc-detail-table .table-body {
    text-align: center;
    line-height: 22px;
}
.aqc-table-list .aqc-detail-table td {
    vertical-align: middle;
    box-sizing: border-box;
    border: 1px solid #e3edfb;
    text-align: center;
}
.aqc-table-list .aqc-detail-table td>div.table-index {
    padding: 0;
}
.aqc-table-list .aqc-detail-table td>div.text-content {
    display: inline-block;
    text-align: center;
}
.aqc-table-list .aqc-detail-table td>div {
    padding: 10px;
    word-break: break-all;
}
.aqc-table-list .aqc-detail-table td>div.text-content .text {
    text-align: left;
    display: inline-block;
}
