body {
    background: #f5f5f5;
}

.card-top-bg {
    margin-right: auto;
    margin-left: auto;
    width: 1080px;
    height: 190px;
    background-size: 100% 100%;
    margin-top: 20px;
}

.card-intro {
    min-height: 100px;
}

.card-container {
    max-width: 1080px;
    margin: 0 auto;
}

.card-company-intro {
    height: 155px;
    padding-left: 20px;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #eaeaea;
    box-shadow: 0 1px 3px rgba(0, 35, 52, .05);
}

.card-company-intro .card-info {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 650px;
    margin-left: 20px;
}

.card-info .card-introduce {
    margin-top: 10px;
    line-height: 20px;
    color: #555;
    font-size: 15px;
    text-align: justify;
}

.card-company-intro .card-title {
    max-width: 650px;
    overflow: hidden;
    font-weight: 700;
    font-size: 20px;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    margin-top: 10px;
}

#comcollect .icon-shoucang1 {
    margin-right: 8px;
}

.card-company-intro .btn-back-edit {
    width: 96px;
    height: 32px;
    border-radius: 4px;
    border: 1px solid #fe8a22;
    background: #fff;
    font-size: 14px;
    font-weight: 400;
    color: #fe8a22;
    line-height: 30px;
}
.card-company-intro .btn-edit-gray img,
.card-company-intro .btn-back-edit img{
    width: 19px;
    position: relative;
    top: -2px;
    margin-right: 4px;
}
.card-company-intro .btn-edit-gray {
    width: 96px;
    height: 32px;
    border-radius: 4px;
    border: 1px solid #fe8a22;
    background: #fe8a22;
    color: #fff;
    line-height: 30px;
}

/*.card-company-intro .btn-back-edit:hover {*/
/*    background: #107ace*/
/*}*/

.card_intro_fr i {
    font-weight: 700;
}

.collect-main-right {
    width: 300px;
}
.card-main-right{
    width: 200px;
    margin-left: 10px;
    box-sizing: border-box;
}
.card-main-left .module-item:first-child {
    margin-top: 0;
}

.card-main-left .module-item, .collect-main-left {
    position: relative;
    margin-top: 10px;
    border: 1px solid #eaeaea;
    box-shadow: 0 1px 3px rgba(0, 35, 52, .05);
    background: #fff;
    box-sizing: border-box;
}

.card-main-left {
    width: 700px;
    box-sizing: border-box;
}

.collect-main-left {
    margin: 0 0 20px 0;
    min-height: 300px;
}

.member-item {
    padding: 0 20px 20px;
    min-height: 300px;
}

.news-list {
    margin-top: -20px;
}

.module-item .item-box {
    padding: 20px;
}

.card-main-left .news-wrap {
    padding: 0;
}

.news-wrap .module-title {
    margin: 20px;
}

.module-item .module-title i, .collect-tip i {
    padding-right: 10px;
    border-left: 4px solid #1b85d5;
}

.card-main-left .module-title {
    display: flex;
    align-items: center;
    height: 20px;
    font-size: 16px;
    color: #333;
    font-weight: 600;
}
.card-main-left .module-title span{
    display: inline-block;
    max-width: 200px;
    margin-right: 6px;
    overflow: hidden;
    height: 22px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.item-box .module-title {
    margin-bottom: 10px;
}

.company-intro {
    line-height: 24px;
    text-align: justify;
    font-size: 15px;
    color: #555;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
}

.focus-areas, .company-details {
    margin-top: 20px;
}
.company-details .module-title{
    border-bottom: 1px solid #e0e0e9;
    padding-bottom: 10px;
    height: auto;
}
.focus-areas {
    /*padding-bottom: 6px;*/
    /*border-bottom: 1px solid #eaeaea;*/
}

.area-item {
    display: inline-block;
    margin: 0 6px 12px 0;
    padding: 0 12px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #0099e8;
    border-radius: 60px;
    border: 1px solid #0099e8;
}

.company-website, .company-address, .company-product {
    font-size: 12px;
    font-family: microsoftyahei;
    color: #666666;
    line-height: 16px;
}

.company-product {
    padding: 20px 0 10px 0;
    border-bottom: 1px solid #eaeaea;
}

.company-product.hide-product {
    display: none;
}

.item-box .company-product:nth-child(2) {
    padding-top: 0;
}

.company-product:last-child, .company-noborder {
    padding-bottom: 0;
    border-bottom: none;
}

.company-details ul li span {
    display: inline-block;
}
.company-details ul li a{
    color: #0099e8;
}
.company-website p, .company-address p, .company-details ul li span {
    margin-bottom: 6px;
    font-weight: 600;
}

.company-details ul {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
}

.company-details ul li {
    display: inline-block;
    /*margin-right: 30px;*/
    width: 320px;
    text-align: left;
}
.company-details ul li:nth-of-type(2n-1){
   margin-right: 20px;
}
.company-details ul li p{
    font-size: 14px;
    font-family: microsoftyahei;
    color: #333333;
    line-height: 19px;
    word-break: break-all;
}
.product-item {
    padding-bottom: 10px;
    text-align: justify;
    line-height: 20px;
}

.product-item span {
    font-weight: 600;
}

.product-img {
    margin-top: 10px;
}

.product-img img {
    margin: 0 10px 10px 0;
    width: 120px;
    height: 90px;
}

/*.news-list .news-item{*/
/*padding: 16px 0;*/
/*border-bottom: 1px solid #eaeaea;*/
/*}*/
/*.news-list .news-item:last-child{*/
/*border-bottom: none;*/
/*}*/

.news-item .news-headicon {
    display: flex;
    flex-direction: row;
}

.company-headicon {
    margin-right: 14px;
    height: 50px;
    width: 50px;
    border: 1px solid #eaeaea;
    border-radius: 4px;
}

.company-name {
    display: block;
    color: #555;
    font-size: 15px;
    font-weight: 700;
}

.news-time {
    display: inline-block;
    padding-top: 6px;
    font-size: 14px;
    color: #999;
    font-weight: 400;
}

.news-content {
    padding-right: 20px;
    margin-top: 12px;
    line-height: 24px;
    font-size: 15px;
    color: #555;
    overflow: hidden;
    text-align: justify;
    word-wrap: break-word;
    word-break: break-all;
}

.news-operate {
    display: flex;
    flex-direction: row;
    margin-top: 12px;
    font-size: 12px;
    color: #999;
}

/*.com-icon {*/
/*    background-image: url(/uploads/image/icompany/com-icon.png);*/
/*    background-repeat: no-repeat;*/
/*    display: inline-block;*/
/*    vertical-align: middle;*/
/*}*/

.com-top {
    /*width: 30px;*/
    /*height: 16px;*/
    /*background-position: -82px -16px;*/
    /*padding-right: 6px;*/
    display: inline-block;
    width: 34px;
    height: 17px;
    margin-left: 10px;
    line-height: 17px;
    font-style: normal;
    padding: 0;
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
    background: #e89d00;
    text-align: center;
    border-radius: 2px;
}

/*.card-main{*/
/*display: flex;*/
/*flex-direction: row;*/
/*}*/

.card-main-right .collect_box,
.card-main-right .company_member,
.company_visitor {
    min-height: 100px;
    margin-bottom: 20px;
    border: 1px solid #eaeaea;
    background: #fff;
}

.news-operate div {
    margin-right: 20px;
}

.hide-company-box {
    position: absolute;
    bottom: -1px;
    width: 100%;
    padding-top: 120px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(70%, #fff));
    background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, #fff 70%);
    z-index: 9999;
}

.look-more {
    position: relative;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    width: 100%;
    font-size: 14px;
    border-radius: 4px;
    text-align: center;
    border: none;
    background-color: #f9f9f9;
    cursor: pointer;
    /*border-top: 1px solid #eaeaea;*/
}

.look-more i {
    padding-left: 4px;
    font-size: 12px;
    font-weight: 700;
}

.collect-tip {
    padding: 20px;
    color: #333;
    font-size: 16px;
}

.collect-list li a {
    height: 100px;
    padding: 15px 0 15px 0;
    cursor: default;
}

.collect-list .collect-item {
    border-bottom: 1px solid #eaeaea;
}

.new_zixun .news-item:last-child, .collect-list .collect-item:last-child,
.news-list .news-item:last-child {
    border-bottom: none
}

.member-item {
    display: none;
    background: #fff;
    /*border: 1px solid #eaeaea;*/
    border-top: none;
}

.module-show {
    display: block;
}

.fans-ad {
    width: 300px;
    height: 220px;
}

.card-tabs {
    display: flex;
    align-items: center;
    padding-left: 20px;
    height: 52px;
    font-size: 16px;
    color: #333;
    border: 1px solid #eaeaea;
    box-sizing: border-box;
    background: #fff;
}

.card-tabs div {
    line-height: 52px;
    margin-right: 35px;
    border-bottom: 2px solid transparent;
    cursor: pointer;
}

.card-tabs .current-tab {
    color: #0098e8;
    border-color: #0098e8;
    font-weight: 700;
}

.no-data {
    font-size: 16px;
    color: #555;
    text-align: center;
    line-height: 200px;
    background: #fff;
}

.nodata-box {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    height: 300px;
    font-size: 15px;
    color: #999;
}

.nodata-box div {
    margin-top: 10px;
}

.module-item .gongsi_intro_box {
    box-sizing: border-box;
}

.max_height {
    max-height: 380px;
    overflow: hidden;
}

.member-item .look-more {
    border-top: none;
}

.visit-member {
    width: 204px;
    height: 32px;
    line-height: 32px;
    margin-left: 10px;
    background: #f5f6f9;
    border-radius: 4px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
}

.visit-member img {
    width: 15px;
    height: 15px;
    margin-right: 6px;
    position: relative;
    top: -2px;
}

.comcarte-item .comcarte-logo {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #ccc
}

.comcarte-info .comcarte-name {
    font-size: 16px;
    color: #555;
    font-weight: 700;
}

.comcarte-info .comcarte-position {
    font-size: 14px;
    color: #999;
}

.comcarte-info .comcarte-company {
    font-size: 14px;
    color: #999;
}

.com-shoucang {
    width: 19px;
    height: 18px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: sub;
    background: url(/uploads/image/image/all.png) no-repeat -19px -31px;
}

.card_intro_fr {
    margin: 103px 50px 0 0;
}

.tippy-popper {
    opacity: 1;
}

.conline-live {
    float: right;
    margin: 14px 20px 0 0;
    width: 80px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    border-radius: 4px;
    border: 1px solid #1b85d5;
    background: #1b85d5;
    text-align: center;
    cursor: pointer;
    vertical-align: -5px;
}

.conline-live:hover {
    background: #0867c5;
}

.vr-wrap-play {
    position: relative;
    flex-direction: column;
    background: #fff;
    width: 430px;
    height: 280px;
    border-radius: 8px;
    margin: 0 auto;
    box-shadow: 5px 5px 12px rgba(153, 102, 51, 0.2);
    border: 1px solid rgba(242, 242, 242, 1);
}

.vr-play {
    position: absolute;
    width: 50px;
    top: 40%;
    left: 44%;
    cursor: pointer;
}

.vr-title {
    line-height: 42px;
    margin: 0 0 0 18px;
    background: #fff;
    border-radius: 16px;
}

.vr-title img {
    margin-right: 6px;
    height: 25px;
    width: 25px;
    vertical-align: -7px;
}

.vr-video {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 186px;
    background: #f0f0f0;
    border: 1px solid #e5e5e5;
    border-left: 4px solid #fff;
    border-right: 4px solid #fff;
    cursor: pointer;
}

.vr-video img {
    width: 100%;
    height: 186px;
}

.vr-companyname {
    margin-left: 18px;
    line-height: 50px;
    font-size: 16px;
    color: #333;
    font-weight: 600;
}

.company-hd {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 44px;
    margin-bottom: 20px;
    background: #fff;
    border-bottom: 1px solid #e0e0e9;
}
.company-hd.kuaixuns{
    margin: 0;
    padding-left: 20px;
}
.blink-height{
    height: 20px;
    background: #fff;
}


/*展开收起*/
.zixun-text-wrapper {
    display: flex;
    /*margin: 50px auto;*/
    /*width: 800px;*/
    overflow: hidden;
    /*border-radius: 8px;*/
    /*padding: 15px;*/
    /*box-shadow: 20px 20px 60px #bebebe,*/
    /*-20px -20px 60px #ffffff;*/
}

.zixun-text-wrapper .text {
    /*font-size: 20px;*/
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify;
    position: relative;
    line-height: 1.5;
    max-height: 4.5em;
    transition: .3s max-height;
}

.zixun-text-wrapper .text::before {
    content: '';
    height: calc(100% - 26px);
    float: right;
}

.zixun-text-wrapper .text::after {
    content: '';
    width: 999vw;
    height: 999vw;
    position: absolute;
    box-shadow: inset calc(100px - 999vw) calc(30px - 999vw) 0 0 #fff;
    margin-left: -100px;
}

.zixun-text-wrapper .label-btns {
    position: relative;
    float: right;
    clear: both;
    margin-left: 20px;
    font-size: 16px;
    padding: 0 8px;
    background: #3f51b5;
    line-height: 24px;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    /* margin-top: -30px; */
}

.zixun-text-wrapper .label-btns::after {
    content: '展示全部'
}

.zixun-text-wrapper .exp {
    display: none;
}

.zixun-text-wrapper .exp:checked .text {
    max-height: none;
}

.zixun-text-wrapper .exp:checked .text::after {
    visibility: hidden;
}

.exp:checked .text .label-btns::before {
    visibility: hidden;
}

.zixun-text-wrapper .exp:checked .text .label-btns::after {
    content: '收起'
}

.zixun-text-wrapper .label-btns::before {
    content: '...';
    position: absolute;
    left: -5px;
    color: #333;
    transform: translatex(-100%)
}