body {
    font-family: system-ui,-apple-system,Segoe UI,Rototo,Helvetica,Arial,sans-serif !important;
}

i {
    font-style: normal
}

a {
    text-decoration: none;
}

#mainbody {
    width: 1200px;
    padding: 40px 0;
    margin: 0 auto;
    font-size: 13px;
}


/*企业号主页*/
.profile-info-wrapper {
    width: 1200px;
    margin-top: 70px;
    position: relative;
    display: flex;
    justify-content: flex-start;
}

.profile-info-l {
    width: 810px;
    margin-right: 30px;
    display: flex;
    justify-content: flex-start;
}

.profile-info-r {
    width: 360px;
}

.avatar {
    display: block;
    margin: 0 40px;
    font-size: 0;
}

.detail {
    width: 590px;
}

.ttp-avatar {
    width: 130px;
    height: 130px;
}

.ttp-avatar img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.name {
    display: block;
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis;
    font-size: 24px;
    font-weight: 600;
    white-space: nowrap;
    color: #333333;
}

.user-auth-info {
    font-size: 16px;
    color: #333333;
}

.user-desc {
    font-size: 16px;
    line-height: 20px;
    color: #333333;
    overflow: hidden;
}

.relation-stat {
    margin-top: 10px;
    display: flex;
    /*justify-content: space-between;*/
    padding-right: 20px;
}

.stat-item {
    font-size: 16px;
    margin-right: 27px;
    text-align: center;
    color: #808080;
}

.stat-data-type {
    margin: 0;
    font-size: 12px;
    color: #333333;
    text-align: center;
}

.stat-data-num {
    margin: 0;
    font-size: 20px;
    font-weight: bolder;
    color: #333333;
    font-family: 'Microsoft YaHei', serif;
}

.right-actions {
    display: flex;
    padding-top: 30px;
}

.profile-header-subscribe-mobile {
    border-radius: 1.5vw;
    border: 0.1vw solid #ffffff;
    width: 18vw;
    color: #fff;
    background: #0052d9;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    font-size: 3.6vw;
    line-height: 6vw;
    cursor: pointer;
    text-align: center;
}


.profile-header-subscribe-cancel-mobile {
    border-radius: 1.5vw;
    border: 0.1vw solid #ffffff;
    width: 18vw;
    color: #fff;
    background: darkgrey;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    font-size: 3.6vw;
    line-height: 6vw;
    cursor: pointer;
    text-align: center;
}

.profile-header-subscribe {
    border-radius: 10px;
    border: 1px solid #ffffff;
    width: 160px;
    height: 50px;
    color: #fff;
    background: #339999;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    cursor: pointer;
}

.profile-header-subscribe .plus-icon {
    margin: auto 20px auto 0;
    width: 20px;
    height: 20px;
    background-image: url('../img/companyIndex/subscribe-client.png');
    background-size: contain;
}

.profile-header-subscribe .plus-text {
    margin: auto 0;
}

.profile-header-subscribe-cancel {
    border-radius: 10px;
    border: 1px solid #ffffff;
    width: 160px;
    height: 50px;
    color: #fff;
    background: darkgrey;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    cursor: pointer;
}

.profile-header-subscribe-cancel .plus-icon {
    margin: auto 20px auto 0;
    width: 20px;
    height: 20px;
    background-image: url('../img/companyIndex/minusicon.png');
    background-size: contain;
}

.profile-header-subscribe-cancel .plus-text {
    margin: auto 0;
}

.profile-header-sendMsg {
    border-radius: 10px;
    border: 1px solid #ffffff;
    width: 160px;
    height: 50px;
    color: #339999;
    background: #fff;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    cursor: pointer;
}

.profile-header-sendMsg .plus-text {
    margin: auto 0;
}


.main-wrapper {
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 48px auto 0;
    width: 1200px;
}

.main-l {
    margin-right: 30px;
    width: 810px;
    background-color: #fff;
    border-radius: 10px;
}

.profile-tabs-wrapper {
    margin: 26px 28px;
}

.main-r {
    width: 360px;
    background-color: #fff;
    border-radius: 10px;
}

.main-r li {
	list-style: none;
}

.profile-popular-works {
    margin: 26px 45px;
}

.profile-tabs-nav {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0 8px;
    border-bottom: 1px solid #eaeaea;
    display: flex;
    justify-content: space-between;
}

.profile-tabs-nav li {
    width: 50px;
    position: relative;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
    color: #707070;
    cursor: pointer;
    outline: none;
}

.profile-tabs-nav li.active {
    font-weight: 500;
    color: #338099;
}

.search-input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #707070;
    border-radius: 10px;
    font-size: 16px;
    color: #222;
    width: 240px;
    height: 28px;
    padding-left: 10px;
    padding-right: 30px;
    background: #fff;
}

.profile-popular-works .section-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    color: #338099;
}

.search-btn {
    width: 28px;
    height: 28px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border: none;
    background: transparent;
    position: absolute;
    top: 0;
    right: 5px;
    z-index: 11;
    cursor: pointer;
}

.search-btn i {
    display: block;
    width: 18px;
    height: 18px;
    margin: auto;
    background: url('../img/companyIndex/search_btn.png') no-repeat 50%;
    background-size: contain;
}


.profile-article {
    display: flex;
    height: 135px;
    border-bottom: 1px solid #eaeaea;

}

.profile-article-l {
    width: 564px;
    margin-top: 22px;
    padding-right: 40px;
}

.article-content {
    min-height: 62px;
}

.article-content a {
    font-size: 16px;
    line-height: 20px;
    color: #333333;
    overflow: hidden;
}

.article-footer {
    display: flex;
    font-size: 14px;
}

.article-footer-data {
    display: flex;
}

.article-footer-data div {
    width: 100px;
    display: flex;
    align-items: center;
}

.article-footer-data div > img{
    width: 16px;
    height: 16px;
    margin-right: 5px;
}


.profile-article-r {
    margin-top: 22px;
}

.article-img {
    width: 170px;
    height: 90px;
}

.article-img a {
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: #f2f2f2;
    text-decoration: none;
}

.article-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.work-item {
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    /*justify-content: space-between;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 16px 0;
    width: 270px;
}

.work-item .cover {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block;
    margin-right: 12px;
    overflow: hidden;
    width: 96px;
    height: 72px;
    background-color: #f8f8f8;
}

.work-item .info .work-title {
    display: block;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 22px;
    height: 44px;
    color: #222;
}

.work-item .info .extra {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    line-height: 20px;
    color: #999;
    display: flex;
    justify-content: space-between;
}

.collection {
    width: 655px;
    padding-top: 18px;
}

.collection-item {
    width: 160px;
    height: 142px;
    margin: 0 58px 30px 0;
    float: left;
}

.collection-header {
    height: 90px;
    position: relative;
    overflow: hidden;
    transform: translate(0, 0);
    border-radius: 5px;
}

.collection-num {
    position: absolute;
    top: 1px;
    right: 0;
    bottom: 1px;
    border-radius: 0 4px 4px 0;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 64px;
    background: rgba(51, 51, 51, .3);
}

.collection-num .count {
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    color: #fff;
}

.collection-num i {
    display: block;
    margin-top: 2px;
    width: 20px;
    height: 20px;
    background: url("../img/companyIndex/collection.png") no-repeat 50%;
    background-size: contain;
}

.collection-title {
    font-size: 16px;
    color: #333333;
    margin-top: 10px;
}

.collection-time {
    font-size: 12px;
    color: #707070;
    margin-top: 10px;
}

.foot {
    height: 74px;
    width: 100%;
    font-size: 13px;
    color: #399;
    line-height: 20px;
    text-align: center;
}

#floatBusiness {
	width: 170px;
    height: 180px;
    position: fixed;
    top: calc(5% + 410px);
    right: 20px;
    z-index: 9999;
}

.floatImg {
	border-radius: 10px;
	width: 100%;
	height: 100%;
}

#fbList a {
	display: none;
}

#fbList a.active {
	display: block;
}

ul, ol {
    list-style-type: none;
    padding-left: 0;
}

/* 置顶标识样式 */
.top-indicator {
    display: inline-block;
    background-color: #ff4757;
    color: #fff;
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 3px;
    margin-left: 8px;
    vertical-align: middle;
    font-weight: normal;
}

.top-indicator-collection {
    display: inline-block;
    background-color: #ff4757;
    color: #fff;
    font-size: 10px;
    padding: 1px 4px;
    border-radius: 2px;
    margin-left: 5px;
    vertical-align: middle;
    font-weight: normal;
}