/* 圈子详情 -始 */
.communityV2 {
    min-height: 820px;
    background-color: #f7f7f7;
}
.communityV2 a {
    color: #000;
}
.communityV2 .no-more {
    text-align: center;
    font-size: 15px;
    color: #666;
    padding: 30px 0;
}
.communityV2 .co-tab-content .no-more {
    background-color: #f7f7f7;
}
.community-info-area .community-img {
    width: 180px;
    height: 180px;
    background-color: #efefef;
}
.community-info-area .info-lf-box {
    width: 100%;
    background-color: #fff;
    padding: 20px;
    min-height: 230px;
}
.community-info-area.master .info-lf-box {
    width: 880px;
}
.community-info-area.master .info-rt-box {
    display: block;
}
.community-info-area .info-rt-box {
    display: none;
    width: 300px;
    background-color: #fff;
    min-height: 230px;
    text-align: center;
    padding: 15px 10px;
}
.community-info-area .head-portrait {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 0 auto;
    background-color: #efefef;
}
.community-info-area .master-info {
    font-size: 0;
    margin: 15px 0;
}
.community-info-area .main{
	display: inline-block;
	width: 50px;
	height: 25px;
	line-height: 25px;
	border-radius: 5px;
	background: #00B48B;
	color: #FFFFFF;
	text-align: center;
	font-size: 13px;
	margin-right: 10px;
	vertical-align: middle;
}
.community-info-area .master-info .name{
	display: inline-block;
    max-width: 140px;
    font-size: 16px;
	vertical-align: middle;
}
.community-info-area .user_lv_small,
.community-info-area .user_medal_small {
	vertical-align: middle;
}
.community-info-area .nums-box {
    font-size: 15px;
    line-height: 1;
}
.community-info-area .nums-box .num {
    display: inline-block;
    padding: 0 10px;
    vertical-align: middle;
}
.community-info-area .nums-box .num:first-of-type {
    border-right: 1px solid #333;
}
.community-info-area .info-rt-box {
    font-size: 0;
}
.community-info-area .info-rt-box .btn-box {
    margin-top: 15px;
}
.community-info-area .info-rt-box .btn {
    display: inline-block;
    min-width: 60px;
    line-height: 24px;
    font-size: 12px;
    padding: 0 10px;
    border-radius: 5px;
    vertical-align: middle;
    margin: 0 5px;
}
.community-info-area .info-rt-box .btn-grey {
    border: 1px solid #aeaeae;
    color: #aeaeae;
}
.community-info-area .info-rt-box .btn-green {
    border: 1px solid #00B48B;
	color: #00B48B;
}
.community-info-area.master .introduce {
    max-width: 630px;
}
.community-info-area .wd {
    max-width: 750px;
}
.community-info-area.master .wd {
    max-width: 480px;
}
.community-info-area .introduce {
    margin-left: 20px;
    max-width: 960px;
}
.community-info-area .introduce .h2 {
    font-size: 22px;
	font-weight: bold;
}
.community-info-area .introduce .p {
    font-size: 14px;
    margin-top: 8px;
    max-width: 620px;
    text-align: justify;
}
.community-info-area .tags {
    margin: 3px 0 0 -10px;
}
.community-info-area .tags .tag {
    float: left;
	padding: 2px 8px;
	background: #00B48B;
	color: #FFFFFF;
	margin: 5px 0 0 10px;
	font-size: 12px;
	border-radius: 3px;
}
.community-info-area .info-lf-box .setup {
    display: inline-block;
    font-size: 14px;
    line-height: 25px;
    background: url('../images/set_up.png') no-repeat center left;
    background-size: 15px auto;
    padding-left: 20px;
    margin-bottom: 10px;
}
.community-info-area .info-lf-box .rt-box {
    position: absolute;
    top: 30px;
    right: 20px;
    max-width: 150px;
    text-align: right;
}
.community-info-area .info-lf-box .rt-btn {
    display: inline-block;
	min-width: 80px;
	height: 25px;
	line-height: 25px;
	border-radius: 5px;
	background: #00B48B;
	color: #FFFFFF;
    text-align: center;
    padding: 0 10px;
    margin-bottom: 10px;
	font-size: 13px;
}
.community-info-area .share {
    margin-left: -10px;
    padding-top: 10px;
    font-size: 0;
}
.community-info-area .share .ico {
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 5px;
    background-image: url('../images/share.png');
    background-repeat: no-repeat;
    margin-left: 10px;
    vertical-align: middle;
}
.community-info-area .share .circle-friends {
	background-position: -43px 0;
}
.community-info-area .share .weibo {
	background-position: -86px 0;
}
/* 内容区 */
.communityV2 .co-details-content {
    margin-top: 20px;
}
.communityV2 .management .introduce .name {
    overflow: hidden;
}
/* 右边区 */
.co-details-content .content-rt-area {
    width: 300px;
    margin-bottom: 20px;
}
.content-rt-area .modules {
    background-color: #fff;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.content-rt-area .modules:last-of-type {
    margin: 0;
}
.content-rt-area .modules .module-title {
    font-size: 14px;
    color: #333;
    line-height: 60px;
    padding: 0 20px;
}
.content-rt-area .modules .members {
    padding: 0;
}
.content-rt-area .members .item {
    border-top: 1px solid #f7f7f7;
    padding: 10px 20px;
}
.content-rt-area .members .head-portrait {
    position: relative;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin-right: 10px;
    background-color: #efefef;
}
.members .head-portrait .gender {
    position: absolute;
	right: 0;
	bottom: 0;
    width: 15px;
    height: 15px;
    border-radius: 50%;
}
.members .head-portrait .boy {
    background: url('../images/boy_white.png') no-repeat center #69ABCA;
    background-size: 10px auto;
}
.members .head-portrait .girl {
    background: url('../images/girl_white.png') no-repeat center #F16B74;
    background-size: 10px auto;
}
.content-rt-area .members .name-box {
    padding-top: 3px;
}
.content-rt-area .members .introduce {
    max-width: 145px;
}
.content-rt-area .members .name {
    font-size: 14px;
    max-width: 64px;
    vertical-align: middle;
}
.content-rt-area .members .msg {
    font-size: 12px;
    color: #666;
}
.content-rt-area .members .rt-btn {
    position: relative;
    top: 10px;
    width: 50px;
	height: 25px;
	line-height: 25px;
	border-radius: 5px;
	text-align: center;
	font-size: 12px;
}
.content-rt-area .members .btn-green {
    background: #00B48B;
    color: #FFFFFF;
}
.content-rt-area .members .btn-grey {
    background: #f2f2f2;
    color: #999;
}
.content-rt-area .community-list .item {
    display: block;
    padding: 10px 20px;
    border-top: 1px solid #f7f7f7;
}
.content-rt-area .post-list .post-img,
.content-rt-area .community-list .comunity-img {
    width: 70px;
    height: 70px;
    background-color: #efefef;
    margin-right: 10px;
}
.content-rt-area .post-list .text-box,
.content-rt-area .community-list .rt-info {
    width: 180px;
}
.content-rt-area .community-list .name {
    display: block;
    font-size: 15px;
    font-weight: bold;
}
.content-rt-area .community-list .p {
    font-size: 12px;
    color: #666;
    margin-top: 6px;
}
.content-rt-area .release-types {
    margin: 0 0 4px -6px;
}
.content-rt-area .release-types .item {
    width: 147px;
    margin: 0 0 6px 6px;
    padding: 10px 20px;
    vertical-align: top;
}
.content-rt-area .release-types .ico-img {
    background: url('../images/community/ico_img.png') 110px 12px no-repeat #fff;
    background-size: auto 20px;
}
.content-rt-area .release-types .ico-video {
    background: url('../images/community/ico_video.png') 110px 12px no-repeat #fff;
    background-size: auto 16px;
}
.content-rt-area .release-types .ico-changwen {
    background: url('../images/community/ico_changwen.png') 110px 12px no-repeat #fff;
    background-size: auto 23px;
}
.content-rt-area .release-types .ico-ask {
    background: url('../images/community/ico_ask.png') 110px 12px no-repeat #fff;
    background-size: auto 23px;
}
.content-rt-area .release-types .ico-periodical {
    background: url('../images/community/ico_periodical.png') 110px 10px no-repeat #fff;
    background-size: auto 22px;
}
.content-rt-area .release-types .h4 {
    font-size: 14px;
    font-weight: bold;
    color: #000;
}
.content-rt-area .release-types .p {
    font-size: 12px;
    color: #666;
    margin-top: 5px;
}
.content-rt-area .post-list .item {
    padding: 10px 20px;
    border-top: 1px solid #f7f7f7;
}
.content-rt-area .post-list h4 {
    font-size: 15px;
    font-weight: bold;
}
.content-rt-area .post-list p {
    font-size: 12px;
    color: #666;
    line-height: 1.6;
    margin-top: 6px;
    max-height: 40px;
    overflow: hidden;
}
/* 左边区 */
.co-details-content .content-lf-area {
    width: 880px;
    min-height: 600px;
    margin-bottom: 20px;
}
/* 成员 */
.co-details-content .co-members-area {
    padding: 20px 0;
    background-color: #fff;
}
.co-details-content .co-members-area .co-members-list {
    padding: 0 35px;
}
.co-members-area .co-members-list .item {
    padding: 20px 0;
    border-top: 1px solid #f7f7f7;
}
.co-members-area .co-members-list .item:first-of-type {
    border: 0;
}
.co-members-list .head-portrait {
    position: relative;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background-color: #efefef;
    margin-right: 15px;
}
.co-members-list .head-portrait .gender {
    position: absolute;
	right: 0;
	bottom: 0;
    width: 18px;
    height: 18px;
    border-radius: 50%;
}
.co-members-list .head-portrait .boy {
    background: url('../images/boy_white.png') no-repeat center #69ABCA;
    background-size: 12px auto;
}
.co-members-list .head-portrait .girl {
    background: url('../images/girl_white.png') no-repeat center #F16B74;
    background-size: 12px auto;
}
.co-members-list .introduce {
    max-width: 460px;
}
.co-members-list .introduce .name {
    font-size: 16px;
    font-weight: bold;
    margin-right: 4px;
    max-width: 350px;
}
.co-members-list .introduce .p {
    font-size: 14px;
    margin-top: 4px;
}
.co-members-list .introduce .num {
    position: relative;
    padding: 0 10px;
}
.co-members-list .introduce .num::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: 14px;
    background-color: #333;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.co-members-list .introduce .num:first-of-type {
    border: 0;
    padding-left: 0;
}
.co-members-list .introduce .num:first-of-type::before {
    width: 0;
}
.co-members-list .rt-box .rt-btn {
    width: 80px;
    line-height: 24px;
    text-align: center;
    font-size: 12px;
    border-radius: 5px;
    margin-left: 10px;
}
.co-members-list .rt-box .letter,
.co-members-list .rt-box .btn-green {
    border: 1px solid #01b48c;
    color: #01b48c;
}
.co-members-list .rt-box .btn-grey {
    border: 1px solid #aeaeae;
    color: #aeaeae;
}
.co-members-list .rt-box .letter {
    padding-left: 18px;
    background: url(../images/private.png) no-repeat 10px center;
    background-size: 16px auto;
}
.co-members-list .rt-box .rt-btn:first-of-type {
    margin: 0;
}
.co-members-list .rt-box .omit-more {
    position: relative;
    width: 25px;
    height: 23px;
    border: 1px solid #00B48B;
    border-radius: 5px;
    margin-left: 10px;
    cursor: pointer;
    background: url(../images/list.png) no-repeat 3px 5px;
}
.co-members-list .rt-box .omit-more::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 10px;
}
.co-members-list .rt-box .omit-window-options {
    position: absolute;
    top: 30px;
    right: 0;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    font-size: 14px;
    background: #fff;
}
.co-members-list .omit-window-options .omit-item {
    display: inline-block;
    width: 110px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0;
    color: #7f8c8d;
    border-bottom: 1px dashed #f2f2f2;
}
.co-members-list .omit-window-options .omit-item:hover{
	background: #f2f2f2;
}
.co-members-list .more-box:hover .omit-window-options {
    display: block;
}
.co-details-content ._paging,
.co-members-area ._paging {
    padding-top: 30px;
}
.co-details-content.set-up-content .left-nav {
    min-height: 920px;
}
.management .management-head .title {
    width: 100px;
}
/* 详情-左边区 */
.co-details-content .c-nav-bar {
    height: 46px;
    line-height: 46px;
    background-color: #fff;
    border-bottom: 2px solid #f7f7f7;
    padding: 0 6px;
}
.co-details-content .c-nav-bar .item {
    float: left;
    font-size: 15px;
    color: #333;
    margin: 0 20px;
}
.co-details-content .c-nav-bar .active {
    position: relative;
    color: #01b48e;
}
.co-details-content .c-nav-bar .active::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 20px;
    height: 3px;
    background-color: #01b48e;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
/* 课程直播 */
.co-details-content .co-tab-content {
    /* min-height: 560px; */
    background-color: #fff;
}
.co-tab-content .curriculum-list {
    padding: 20px 26px;
    margin-left: -20px;
}
.curriculum-list .curriculum-item {
	width: 250px;
    margin: 0 0 20px 20px;
    border-radius: 10px;
    border: 1px solid #f2f2f2;
    overflow: hidden;
}
.curriculum-list .curriculum-img {
	display: block;
	width: 100%;
	height: 138px;
	background-color: #efefef;
}
.curriculum-list .btm-info {
	height: 102px;
	padding: 10px;
}
.curriculum-list .curriculum-name {
	line-height: 22px;
	font-size: 16px;
	margin: 2px 0 4px 0;
}
.curriculum-list .curriculum-name .ico-subscribe {
	display: inline-block;
	line-height: 18px;
	font-size: 12px;
	color: #fff;
	padding: 0 5px;
	border-radius: 3px;
	background-color: #d11111;
	vertical-align: middle;
	margin-right: 5px;
}
.curriculum-list .btm-info p {
	line-height: 24px;
	font-size: 12px;
	color: #666;
}
.curriculum-list .btm-info p:last-of-type {
	color: #999;
}
/* 动态列表 */
.dynamic-moulds-list .dynamic-moulds-item {
    padding: 30px 40px 20px 40px;
    border-top: 2px solid #f7f7f7;
}
.dynamic-moulds-list .dynamic-moulds-item:first-of-type {
    border: 0;
}
.dynamic-moulds-item .c-enlarge-image {
    background-color: #f4f5f7;
}
.dynamic-moulds-item .single-picture {
    display: inline-block;
}
.dynamic-moulds-item .user-box {
    margin-bottom: 10px;
}
.dynamic-moulds-item .user-box .head-portrait {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #efefef;
    margin-right: 10px;
}
.dynamic-moulds-item .name-box .name {
    max-width: 250px;
    font-size: 15px;
}
.dynamic-moulds-item .user-info .p {
    font-size: 13px;
    color: #999;
}
.dynamic-moulds-item .item-top {
    padding: 0 0 8px 0;
    line-height: 22px;
}
.dynamic-moulds-item .item-top .reward {
	position: relative;
	display: inline-block;
    padding-left: 25px;
    font-size: 14px;
    line-height: 20px;
    color: #d81e06;
    margin-right: 5px;
    vertical-align: middle;
}
.dynamic-moulds-item .ico-money {
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    background-color: #d81e06;
}
.dynamic-moulds-item .dynamic-name {
    font-size: 15px;
    font-weight: bold;
}
.dynamic-moulds-item .dynamic-name:hover,
.dynamic-moulds-item .dynamic-name:hover a {
    color: #555;
}
.dynamic-moulds-item .dyn-source .source-name:hover,
.dynamic-moulds-item .dynamic-des:hover {
    color: #6f6f6f;
}
.dynamic-moulds-item .dyn-tag {
    display: inline-block;
    font-size: 12px;
    height: 18px;
    line-height: 18px;
    font-weight: normal;
    padding: 0 8px;
    border-radius: 4px;
    background-color: #0fb892;
    color: #fff !important;
    vertical-align: middle;
}
.dynamic-moulds-item .dynamic-des {
    line-height: 23px;
    color: #555;
    font-size: 13px;
    padding-bottom: 5px;
}
.dynamic-moulds-item .item-btm {
    padding: 8px 0;
}
.dynamic-moulds-item .dyn-source .source-img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #efefef;
    margin: 3px 10px 3px 0;
}
.dynamic-moulds-item .dyn-source .source-name {
    max-width: 460px;
    line-height: 30px;
    font-size: 13px;
    color: #555;
}
.dynamic-moulds-item .rt-operations {
    margin-left: -60px;
}
.dynamic-moulds-item .rt-operations .opt-item {
	line-height: 30px;
	font-size: 12px;
	color: #999;
	padding-left: 26px;
	margin-left: 60px;
}
.dynamic-moulds-item .rt-operations .ico-share {
	background: url(../images/personal/index/ico_share.png) no-repeat left center;
	background-size: 18px auto;
}
.dynamic-moulds-item .rt-operations .ico-comment {
	background: url(../images/personal/index/ico_comment.png) no-repeat left center;
	background-size: 20px auto;
}
.dynamic-moulds-item .rt-operations .ico-like {
	background: url(../images/personal/index/ico_like.png) no-repeat left center;
	background-size: 20px auto;
}
.dynamic-moulds-item .rt-operations .ico-like-active {
	background: url(../images/personal/index/ico_like_active.png) no-repeat left center;
	background-size: 20px auto;
}
.dynamic-moulds-item .labels .label {
	line-height: 26px;
	font-size: 18px;
	color: #333;
	padding: 0 8px;
	border-radius: 5px;
}
.dynamic-moulds-item .labels .label.active,
.dynamic-moulds-item .labels .label:hover {
    background-color: #f2f2f2;
}
.dynamic-moulds-item .omit-more {
	min-width: 10px;
	text-align: center;
	font-size: 16px;
}
.dynamic-moulds-item .omit-window-options {
	position: absolute;
    top: 32px;
    right: 0;
    padding: 2px 0;
	border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
	border: 0;
	z-index: 99;
}
.dynamic-moulds-item .omit-window-options .omit-item {
	display: block;
	min-width: 56px;
	line-height: 26px;
	font-size: 12px;
    padding: 0 10px;
    text-align: center;
	white-space: nowrap;
}
.dynamic-moulds-item .omit-window-options .omit-item:hover {
    background-color: #f2f2f2;
}
.dynamic-moulds-item .media-container {
	display: block;
	padding-top: 5px;
}
.dynamic-moulds-item .single-picture img {
	max-width: 300px;
    max-height: 300px;
	vertical-align: middle;
	margin-bottom: 10px;
}
.dynamic-moulds-item .multigraph {
    margin-left: -10px;
    /*max-width: 620px;*/
    max-width: 400px;
}
.dynamic-moulds-item .multigraph .mul-item {
    float: left;
    width: 108px;
    height: 108px;
    margin: 0 0 10px 10px;
    overflow: hidden;
}
.dynamic-moulds-item .video-poster img,
.dynamic-moulds-item .multigraph .mul-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: middle;
}
.dynamic-moulds-item .video-box {
	padding-bottom: 10px;
}
.dynamic-moulds-item .video-poster {
    position: relative;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    background-color: #000;
}
.dynamic-moulds-item .video-poster .video-ico-play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    margin: -35px 0 0 -35px;
    border-radius: 50%;
    background: url(../images/community/ico_video_play.png) no-repeat 25px center rgba(0, 0, 0, .5);
    background-size: 24px auto;
    cursor: pointer;
    opacity: 0.8;
}
.dynamic-moulds-item .dyn-share-box {
	background-color: #f4f5f7;
    margin: 4px 0 14px 0;
    padding: 20px;
}
.dynamic-moulds-item .dyn-share-box .dyn-share-top {
    padding-bottom: 5px;
    line-height: 22px;
}
.dynamic-moulds-item .dyn-share-top .author {
    font-size: 15px;
    color: #333;
}
.dynamic-moulds-item .dyn-share-top .a-position {
    padding-left: 10px;
    font-size: 12px;
    color: #999EAA;
}
.dynamic-moulds-item .dyn-share-post {
    width: 700px;
    background-color: #fff;
    margin: 5px 0;
}
.dynamic-moulds-item .dyn-share-post .post-img {
    width: 100px;
    height: 100px;
    overflow: hidden;
}
.dynamic-moulds-item .dyn-share-post .default-img {
    background: url(../images/community/logo_share.png) no-repeat;
    background-size: cover;
}
.dynamic-moulds-item .dyn-share-post .rt-text {
	width: 650px;
	min-height: 50px;
    margin: 0 10px;
    padding: 10px 20px;
	font-size: 14px;
	line-height: 1.5;
}
.dynamic-moulds-item .dyn-share-post .post-img + .rt-text {
    width: 520px;
}
.dynamic-moulds-item .dyn-share-post .post-title {
    color: #333;
    padding: 5px 0;
}
.dynamic-moulds-item .dyn-share-post .post-des {
    color: #888;
    line-height: 1.6;
}
.dynamic-moulds-item .reward-answer {
    background-color: #f7f8fc;
    padding: 20px;
}
.dynamic-moulds-item .reward-answer .answer-des {
    font-size: 13px;
    line-height: 1.6;
    color: #666;
}
.dynamic-moulds-item .reward-answer .author {
    margin-bottom: 10px;
}
.reward-answer .author .author-img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #efefef;
    margin-right: 10px;
}
.reward-answer .author .author-name {
    max-width: 250px;
    line-height: 30px;
    font-size: 13px;
}
.dynamic-moulds-item .reward-answer .ico-optimum {
    position: relative;
    font-size: 12px;
    line-height: 18px;
    border: 1px solid #F09E38;
    color: #F09E38;
    border-radius: 4px;
    padding: 0 5px 0 13px;
    margin-left: 20px;
}
.dynamic-moulds-item .reward-answer .ico-optimum:before {
    content: '';
    position: absolute;
    left: -10px;
    top: -1px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: url(../images/questionAnswers/ico_optimum.png) no-repeat center #F09E38;
    background-size: 14px auto;
}
/* 产品信息 */
.communityV2 .product-info-list {
    padding: 20px 26px 10px 26px;
    margin-left: -20px;
}
.product-info-list .product-item {
    width: 250px;
    box-shadow: 0 0 25px rgba(0, 0, 0, .1);
    overflow: hidden;
    padding: 8px;
    margin: 0 0 20px 20px;
    background-color: #fff;
}
.product-info-list .item-img {
    position: relative;
    height: 300px;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 80px auto;
}
.product-info-list .item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-info-list .item-img:hover .img-mask {
    display: block;
}
.product-info-list .item-img .img-mask {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 9;
}
.product-info-list .img-mask .mask-btn {
    position: absolute;
    width: 110px;
    line-height: 32px;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    background: #00B48B;
    border-radius: 16px;
}
.product-info-list .item-name {
    display: block;
    height: 38px;
    line-height: 38px;
    color: #333333;
    font-size: 14px;
    border-bottom: 1px solid #f2f2f2;
}
/* 圈子详情 -结 */

/* 人脉圈首页改 -始 */
.soc-circle-indexV2 .w {
    padding-top: 25px;
}
.soc-dynamic-area .dynamic-moulds-item {
    background-color: #fff;
}
.soc-dynamic-area .dynamic-moulds-list .dynamic-moulds-item {
    border-top: 10px solid #f7f7f7;
}
.soc-dynamic-area .dynamic-moulds-list .dynamic-moulds-item:first-of-type {
    border: 0;
}
.soc-circle-indexV2 .community-slide-area {
    margin-bottom: 20px;
}
.soc-circle-indexV2 .title-bar {
    height: 55px;
    line-height: 55px;
    background-color: #fff;
    margin-bottom: 20px;
}
.soc-circle-indexV2 .title-bar .item {
    font-size: 16px;
    min-width: 128px;
    text-align: center;
}
.soc-circle-indexV2 .title-bar .active {
    position: relative;
    color: #01b48e;
    background-color: #fff;
    border-bottom: 3px solid #01b48c;
}
.soc-circle-indexV2 .title-bar .view-more {
    font-size: 15px;
    color: #01b48e;
    margin-right: 40px;
}
.community-slide-area .public-circle-list {
    margin-left: -10px;
}
.community-slide-area .public-circle-list li {
    width: 230px;
    height: 258px;
    border: 1px solid #f6f6f6;
    background-color: #fff;
    margin: 0 0 0 10px;
    border-radius: 10px;
    overflow: hidden;
}
.community-slide-area .public-circle-list li .frame {
    height: 164px;
}
.community-slide-area .public-circle-list .circle-info {
    padding: 25px 10px 0 10px;
}
.community-slide-area .public-circle-list .icon-tick,
.community-slide-area  .public-circle-list .icon-add {
    transform: scale(0.8);
}
.community-slide-area .public-circle-list .table span {
    height: 20px;
    line-height: 20px;
    padding: 0 4px;
    font-size: 12px;
    margin: 0 0 4px 8px;
}
.community-slide-area .public-circle-list .circle-info > h3 {
    margin: 8px 0;
}
.soc-circle-indexV2 .be-interested-users {
    background-color: #fff;
    margin-top: 10px;
    padding: 20px;
}
.be-interested-users .title-box .title {
    font-size: 16px;
}
.be-interested-users .title-box .view-more {
    font-size: 15px;
    color: #01b48e;
    margin-right: 20px;
}
.be-interested-users .focus-all {
    width: 150px;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
    border-radius: 5px;
    margin: 0 auto 5px auto;
}
.be-interested-users .user-list {
    padding: 20px 0;
    margin-left: -20px;
}
.be-interested-users .user-item {
    margin-left: 20px;
}
.be-interested-users .head-portrait {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #efefef;
    margin-right: 10px;
}
.be-interested-users .user-info {
    width: 126px;
}
.be-interested-users .user-name-box {
    padding-bottom: 8px;
}
.be-interested-users .user-name {
    font-size: 15px;
    margin-right: 5px;
    max-width: 100px;
}
.be-interested-users .item-tags {
    font-size: 0;
    padding-bottom: 10px;
}
.be-interested-users .item-tags .tag {
    display: inline-block;
    padding: 0 8px;
    color: #9ba6c2;
    font-size: 12px;
    line-height: 1;
    border-left: 1px solid #9ba6c2;
}
.be-interested-users .item-tags .tag:first-of-type {
    padding-left: 0;
    border: 0;
    max-width: 70px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.be-interested-users .item-tags .tag:last-of-type {
    padding-right: 0;
}
.be-interested-users .user-item .is-focus-on,
.be-interested-users .user-item .focus-on {
    display: inline-block;
    width: 60px;
    line-height: 22px;
    text-align: center;
    font-size: 12px;
    border-radius: 5px;
}
.be-interested-users .focus-on {
    background-color: #00b48d;
    color: #fff;
    cursor: pointer;
}
.be-interested-users .is-focus-on {
    color: #fff;
    background-color: #d8d8d8;
    cursor: default;
}
/* 人脉圈首页改 -结 */
/* 圈子详情 -设置 -始 */
.communityV2 .editor-details .text,
.communityV2 .layui-form .layui-form-label {
    width: 100px;
}
.communityV2 .layui-form .layui-input-block {
    margin-left: 100px;
}
.communityV2 .editor-details .ipt-des {
    width: 500px;
    font-size: 12px;
    color: #999;
    margin-top: 10px;
}
.communityV2 .pay-details .title {
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 10px;
}
.communityV2 .pay-details .paragraph {
    max-width: 650px;
    margin: 0 0 5px 20px;
}
.pay-details .paragraph .p {
    font-size: 12px;
    padding: 5px 0;
}
/* 圈子详情 -设置 -结 */

/* 上传产品弹窗 -始 */
.Upload-Products {
    position: absolute;
    width: 560px;
    height: 300px;
    background-color: #fff;
    border-radius: 10px;
}
.Upload-Products .ico-close {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 14px;
    height: 14px;
    background: url('../images/close.png') no-repeat center;
    background-size: auto 12px;
}
.Upload-Products .btm-btn-box {
    text-align: center;
    font-size: 0;
}
.Upload-Products .info-area {
    position: absolute;
    min-width: 435px;
}
.Upload-Products .info-area .rt-info {
    width: 335px;
}
.Upload-Products .info-area .file-icon {
    width: 76px;   
    height: 78px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 20px;
}
.product-info-list .doc,
.Upload-Products .doc {background-image: url(../images/fileType/doc.png);}
.product-info-list .exl,
.Upload-Products .exl {background-image: url(../images/fileType/exl.png);}
.product-info-list .pdf,
.Upload-Products .pdf {background-image: url(../images/fileType/pdf.png);}
.product-info-list .pptx,
.Upload-Products .pptx {background-image: url(../images/fileType/pptx.png);}
.product-info-list .txt,
.Upload-Products .txt {background-image: url(../images/fileType/txt.png);}
.product-info-list .wps,
.Upload-Products .wps {background-image: url(../images/fileType/wps.png);}
.Upload-Products .file-progress-bar {
    line-height: 20px;
    margin: 10px 0 5px 0;
}
.Upload-Products .porogress-bar-bac,
.Upload-Products .porogress-bar-bac .active {
    height: 8px;
    border-radius: 4px;
}
.Upload-Products .porogress-bar-bac {
    position: relative;
    top: 6px;
    width: 280px;
    background-color: #EFEFEF;
}
.Upload-Products .porogress-bar-bac .active {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #00B48D;
}
.Upload-Products .file-progress-bar .text {
    font-size: 14px;
    margin-left: 15px;
    color: #00B48B;
}
.Upload-Products .file-info .file-name {
    font-size: 16px;
    line-height: 22px;
}
.Upload-Products .file-name .name {
    max-width: 280px;
    text-align: justify;
}
.Upload-Products .file-info .delete {
    width: 22px;
    height: 22px;
    background: url(../images/offer/ico_delete.png) no-repeat center;
    background-size: contain;
    margin-left: 15px;
}
.Upload-Products .file-info .msg {
    font-size: 14px;
    color: #00B48B;
}
.Upload-Products .btm-btn-box {
    padding-top: 40px;
}
.Upload-Products .btm-btn-box .b-btn {
    display: inline-block;
    vertical-align: middle;
    min-width: 160px;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    border-radius: 5px;
    margin: 0 10px;
}
.Upload-Products .btm-btn-box .grey {
    background-color: #D8D8D8;
}
.Upload-Products .btm-btn-box .green {
    background-color: #00B48D;
}
/* 上传产品弹窗 -结 */

/*圈子改V3 -始*/
.communityV3 {
    min-height: 100vh;
    background-color: #f7f7f7;
    box-sizing: border-box;
}
.communityV3 .flex-space-between {
    display: flex;
    justify-content: space-between;
}
.communityV3 .sticky {
    position: sticky;
    top: 0;
    z-index: 11;
}
.communityV3 .left-region-v2 {
    width: 880px;
}
/*侧边栏 -始*/
.right-sidebar-v2 {
    width: 300px;
}
.communityV3 a,
.right-sidebar-v2 a {color: #333;}
.communityV3 .mb10,
.right-sidebar-v2 .mb10 {margin-bottom: 10px;}
.communityV3 .mb20,
.right-sidebar-v2 .mb20 {margin-bottom: 20px;}
.right-sidebar-v2 ._boxShadow {
    background-color: #fff;
}
.right-sidebar-v2 .pub-title {
    display: flex;
    height: 58px;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    box-sizing: border-box;
}
.right-sidebar-v2 .pub-title .t-text {
    font-size: 16px;
    font-weight: bold;
}
.right-sidebar-v2 .pub-title .t-more {
    color: #0fb892;
    font-size: 13px;
}
/*用户信息*/
.sidebar-userInfo-v2 {
    min-height: 230px;
    text-align: center;
    padding: 15px 10px
}
.sidebar-userInfo-v2 .user-img {
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 0 auto;
    background-color: #efefef;
}
.sidebar-userInfo-v2 .user-info {
    font-size: 0;
    margin: 15px 0;
}
.sidebar-userInfo-v2 .main {
    display: inline-block;
    width: 50px;
    height: 25px;
    line-height: 25px;
    border-radius: 5px;
    background: #00B48B;
    color: #FFFFFF;
    text-align: center;
    font-size: 13px;
    margin-right: 10px;
    vertical-align: middle;
}
.sidebar-userInfo-v2 .name{
    display: inline-block;
    max-width: 140px;
    font-size: 16px;
    vertical-align: middle;
}
.sidebar-userInfo-v2 .user_lv_small,
.sidebar-userInfo-v2 .user_medal_small {
    vertical-align: middle;
}
.sidebar-userInfo-v2 .nums-box {
    font-size: 15px;
    line-height: 1;
}
.sidebar-userInfo-v2 .nums-box .num {
    display: inline-block;
    padding: 0 10px;
    vertical-align: middle;
}
.sidebar-userInfo-v2 .nums-box .num:first-of-type {
    border-right: 1px solid #333;
}
.sidebar-userInfo-v2 .btn-box {
    margin-top: 15px;
    font-size: 0;
}
.sidebar-userInfo-v2 ._btn {
    display: inline-block;
    min-width: 60px;
    line-height: 24px;
    font-size: 12px;
    padding: 0 10px;
    border-radius: 5px;
    vertical-align: middle;
    margin: 0 5px;
}
.sidebar-userInfo-v2 .btn-grey {
    border: 1px solid #aeaeae;
    color: #aeaeae;
}
.sidebar-userInfo-v2 .btn-green {
    border: 1px solid #00B48B;
    color: #00B48B;
}
/*话题列表*/
.sidebar-topics-v2 {
    background-color: #fff;
}
.sidebar-topics-v2 .pub-title {
    border-bottom: 2px solid #fbfbfb;
}
.sidebar-topics-v2 .st-item {
    padding: 12px 20px;
    border-top: 2px solid #fbfbfb;
}
.sidebar-topics-v2 .st-item:first-of-type {
    border-top: 0;
}
.sidebar-topics-v2 .i-title {
    color: #333;
    line-height: 1.6;
    font-size: 13px;
}
.sidebar-topics-v2 .i-title:hover {
    color: #0fb892;
}
/*签到*/
.sidebar-signIn-v2 {
    padding-bottom: 20px;
}
.sidebar-signIn-v2 .sign-in-title {
    line-height: 58px;
    font-size: 16px;
    font-weight: bold;
    padding-left: 50px;
    background: url("../images/icon_sign_in.png") no-repeat 20px center;
    background-size: auto 24px;
}
.sidebar-signIn-v2 .sign-in-box {
    min-height: 70px;
    background: url("../images/task_banner01.png") no-repeat left top;
    background-size: cover;
    margin: 0 20px;
    text-align: right;
    font-size: 13px;
    padding-right: 6px;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
}
.sidebar-signIn-v2 .sign-in-btn {
    display: inline-block;
    min-width: 60px;
    height: 28px;
    line-height: 28px;
    border-radius: 20px;
    text-align: center;
    padding: 0 10px;
    margin: 10px 0 5px 0;
    background-color: rgba(0,0,0,.25);
}
/*用户列表*/
.sidebar-users-v2 {
    padding-bottom: 20px;
}
.sidebar-users-v2 .su-list {
    margin-top: -5px;
}
.sidebar-users-v2 .su-item {
    display: flex;
    align-items: center;
    padding: 15px 20px;
}
.sidebar-users-v2 .su-info {
    flex: 1;
    overflow: hidden;
}
.sidebar-users-v2 .su-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #efefef;
    margin-right: 10px;
}
.sidebar-users-v2 .su-user-box {
    display: flex;
    align-items: center;
}
.sidebar-users-v2 .user-name {
    font-size: 15px;
    color: #333;
    max-width: 112px;
    margin-right: 5px;
}
.sidebar-users-v2 .user-name:hover {
    color: #0fb892;
}
.sidebar-users-v2 .su-tags {
    font-size: 0;
    line-height: 1;
    margin-top: 8px;
}
.sidebar-users-v2 .su-tags .tag {
    display: inline-block;
    font-size: 12px;
    padding: 0 8px;
    color: #9ba6c2;
    vertical-align: middle;
    border-left: 1px solid #9ba6c2;
}
.sidebar-users-v2 .su-tags .tag:first-of-type {
    border: 0;
    padding-left: 0;
}
.sidebar-users-v2 .su-tags .tag:last-of-type {
    padding-right: 0;
}
.sidebar-users-v2 .su-item .focus-on,
.sidebar-users-v2 .su-item .is-focus-on {
    display: inline-block;
    width: 60px;
    line-height: 22px;
    text-align: center;
    font-size: 12px;
    margin-left: 10px;
    border-radius: 5px;
}
.sidebar-users-v2 .focus-all {
    width: 150px;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
    border-radius: 5px;
    margin: 10px auto 0 auto;
}
.sidebar-users-v2 .focus-on {
    background-color: #00b48d;
    color: #fff;
    cursor: pointer;
}
.sidebar-users-v2 .is-focus-on {
    color: #fff;
    background-color: #d8d8d8;
    cursor: default;
}
/*圈子列表*/
.sidebar-circle-v2 {
    padding-bottom: 20px;
    overflow: hidden;
}
.sidebar-circle-v2 .sc-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 15px;
}
.sidebar-circle-v2 .sc-item {
    width: 25%;
    text-align: center;
    padding: 5px 0;
    margin: 5px 0;
}
.sidebar-circle-v2 .sc-img {
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    border-radius: 10px;
    background-color: #efefef;
}
.sidebar-circle-v2 .sc-name {
    font-size: 12px;
    color: #333;
    margin: 5px 4px 0 4px;
}
/*发布*/
.sidebar-publish-v2 {
    padding-bottom: 25px;
}
.sidebar-publish-v2 .sp-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 10px 20px;
}
.sidebar-publish-v2 .sp-item {
    width: 50%;
    font-size: 14px;
    line-height: 50px;
    padding-left: 50px;
    color: #333;
    box-sizing: border-box;
}
.sidebar-publish-v2 .sp-item:hover {
    color: #0fb892;
}
.sidebar-publish-v2 .ico-dynamic {
    background: url("../images/community/ico_edit.png") 15px center no-repeat #fff;
    background-size: auto 22px;
}
.sidebar-publish-v2 .ico-article {
    background: url("../images/community/ico_changwen.png") 15px center no-repeat #fff;
    background-size: auto 23px;
}
.sidebar-publish-v2 .ico-video {
    background: url("../images/community/ico_video.png") 17px center no-repeat #fff;
    background-size: auto 16px;
}
.sidebar-publish-v2 .ico-ask {
    background: url("../images/community/ico_ask.png") 17px center no-repeat #fff;
    background-size: auto 23px;
}
.sidebar-publish-v2 .ico-periodical {
    background: url('../images/community/ico_periodical.png') 16px center no-repeat #fff;
    background-size: auto 22px;
}
.sidebar-publish-v2 .sp-publish-area {
    margin: 0 20px;
    background-color: #f9f9f9;
}
.sidebar-publish-v2 .textarea-box {
    padding: 15px 0;
    height: 190px;
    box-sizing: border-box;
}
.sidebar-publish-v2 .ipt-div,
.sidebar-publish-v2 .textarea {
    padding: 0 15px;
    width: 100%;
    height: 100%;
    font-size: 14px !important;
    color: #333;
    box-sizing: border-box;
}
.sidebar-publish-v2 .ipt-div {
    word-break: break-all;
    overflow-x: hidden;
    overflow-y: auto;
    outline: none;
}
.sidebar-publish-v2 .ipt-div:empty:before {
    content: attr(placeholder);
    color: #ccc;
}
.sidebar-publish-v2 .num-words {
    position: relative;
    line-height: 1;
    text-align: right;
    font-size: 12px;
    margin: 0 15px;
    color: #999;
}
.sidebar-publish-v2 .num-words:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 120px;
    height: 1px;
    background-color: #ddd;
}
.sidebar-publish-v2 .sp-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 15px;
}
.sidebar-publish-v2 .sp-opts {
    display: inline-flex;
    align-items: center;
    margin-left: -6px;
}
.sidebar-publish-v2 .sp-opts .opt {
    display: inline-block;
    width: 28px;
    height: 28px;
    margin-left: 6px;
}
.sidebar-publish-v2 .opt-topic {
    background: url("../images/community/ico_topic.png") no-repeat center;
    background-size: auto 16px;
}
.sidebar-publish-v2 .opt-circle {
    background: url("../images/community/ico_circle.png") no-repeat center;
    background-size: auto 16px;
}
.sidebar-publish-v2 .opt-img {
    background: url("../images/community/ico_img01.png") no-repeat center;
    background-size: auto 17px;
}
.sidebar-publish-v2 .opt-expression {
    background: url("../images/community/ico_expression01.png") no-repeat center;
    background-size: auto 17px;
}
.sidebar-publish-v2 .opt-box {
    position: relative;
    display: inline-flex;
}
.sidebar-publish-v2 .expression-package {
    width: 375px;
    height: 140px;
    padding: 20px 10px 30px 20px;
    z-index: 99;
}
.sidebar-publish-v2 .position-box {
    position: absolute;
    left: 50%;
    bottom: 35px;
    transform: translateX(-50%);
    background-color: #fff;
    z-index: 99;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}
.sidebar-publish-v2 .sp-choose-circle {
    width: 220px;
    padding: 10px 0;
}
.sp-choose-circle .c-list {
    max-height: 340px;
    overflow-y: auto;
    overflow-x: hidden;
}
.sp-choose-circle .c-item {
    padding: 6px 15px;
    font-size: 13px;
    line-height: 1.5;
    cursor: pointer;
}
.sp-choose-topic .topic-list .t-item:hover,
.sp-choose-circle .c-item:hover {
    background-color: #f5f5f5;
}
.sidebar-publish-v2 .sp-choose-topic {
    width: 250px;
    padding-bottom: 10px;
}
.sp-choose-topic .search-box {
    margin: 10px 15px;
}
.sp-choose-topic .search-box:before {
    content: '';
    position: absolute;
    top: 7px;
    left: 16px;
    width: 16px;
    height: 16px;
    background: url('../images/community/ico_topic.png') no-repeat center;
    background-size: contain;
    opacity: 0.3;
}
.sp-choose-topic .search-box .ipt {
    width: 100%;
    height: 30px;
    border-radius: 15px;
    background-color: #f3f4f6;
    color: #333;
    font-size: 13px;
    padding: 0 20px 0 40px;
}
.sp-choose-topic .topic-list {
    max-height: 300px;
    min-height: 100px;
    overflow-y: auto;
    overflow-x: hidden;
}
.sp-choose-topic .sub-title {
    position: relative;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 20px;
}
.sp-choose-topic .new-topic-conversation {
    max-width: 125px;
}
.sp-choose-topic .topic-list .add {
    color: #0fb892;
}
.sp-choose-topic .topic-list .t-item {
    padding: 6px 10px 6px 45px;
    font-size: 13px;
    line-height: 1.5;
    cursor: pointer;
    background: url('../images/community/ico_tag.png') no-repeat 18px 6px;
    background-size: auto 20px;
}
.sp-choose-topic .topic-list .delete {
    position: absolute;
    top: 50%;
    right: 5px;
    width: 24px;
    height: 24px;
    background: url('../images/community/ico_delete.png') no-repeat center;
    background-size: 16px auto;
}

.sidebar-publish-v2 .sp-btn {
    display: inline-block;
    width: 60px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    border-radius: 4px;
    line-height: 28px;
    background-color: #0fb892;
    cursor: pointer;
}
.sidebar-publish-v2 .sp-selected-area {
    padding: 5px 15px 0 15px;
}
.sidebar-publish-v2 .sp-tags,
.sidebar-publish-v2 .sp-imgs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 4px;
    margin-left: -6px;
}
.sidebar-publish-v2 .sp-img {
    position: relative;
    width: 60px;
    height: 60px;
    overflow: hidden;
    margin: 6px 0 0 6px;
}
.sidebar-publish-v2 .sp-img .ico-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 15px;
    height: 15px;
    background: url("../images/close_while.png") no-repeat center #00000050;
    background-size: 8px auto;
    cursor: pointer;
}
.sidebar-publish-v2 .sp-tag {
    display: inline-flex;
    align-items: center;
    font-size: 12px;
    color: #fff;
    height: 24px;
    padding: 0 10px;
    border-radius: 4px;
    background-color: #0fb892;
    margin: 6px 0 0 6px;
}
.sidebar-publish-v2 .sp-tag .symbol {
    font-size: 16px;
}
.sidebar-publish-v2 .sp-tag .ico-close {
    display: inline-block;
    width: 10px;
    height: 100%;
    background: url("../images/close_while.png") no-repeat center;
    background-size: 9px auto;
    margin-left: 5px;
    cursor: pointer;
}
/*侧边栏 -结*/

/*圈子首页 -始*/
.community-index-v3 {
    padding: 30px 0;
}
.community-index-v3 ._QA-item {
    margin-bottom: 10px;
    box-shadow: 0 0 10px #00000005;
}
.community-index-v3 .tab-nav {
    display: flex;
    align-items: center;
    height: 55px;
    line-height: 55px;
    background-color: #fff;
}
.community-index-v3 .tab-item {
    font-size: 16px;
    color: #333;
    margin-left: 40px;
}
.community-index-v3 .tab-item.active {
    position: relative;
    color: #0fb892;
}
.community-index-v3 .tab-item.active:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 24px;
    height: 3px;
    background-color: #0fb892;
}
.community-index-v3 .dynamic-moulds-item {
    background-color: #fff;
    margin-bottom: 10px;
    border: 0;
}
.community-moulds-v3 {
    padding-bottom: 20px;
    background-color: #fff;
}
.community-moulds-v3 .community-moulds {
    background-color: #fff;
    padding: 0 40px;
}
.community-moulds .moulds-box {
    padding: 30px 0;
    border-bottom: 1px solid #efefef;
}
.community-moulds:last-of-type .moulds-box {
    border-bottom: 0;
}
.community-moulds .mould-title {
    font-size: 15px;
    margin-bottom: 10px;
}
.community-moulds .mould-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: -10px;
}
.community-moulds .mould-item {
    width: calc(25% - 10px);
    position: relative;
    display: inline-flex;
    align-items: center;
    box-sizing: border-box;
    margin: 15px 0 15px 10px;
}
.community-moulds .item-img {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    margin-right: 8px;
    background-color: #efefef;
}
.community-moulds .item-info {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    height: 50px;
    justify-content: center;
    flex: 1;
    overflow: hidden;
}
.community-moulds .item-info .h4 {
    font-size: 14px;
    font-weight: bold;
}
.community-moulds .item-info .p {
    font-size: 12px;
    color: #999;
    margin-top: 6px;
}
.community-moulds .item-info .mask {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    background-color: #fff;
    z-index: 9;
    transition: all .5s;
}
.community-moulds .mould-item:hover .mask {
    left: 0;
}
.community-moulds .mask .m-btn {
    display: inline-block;
    width: 60px;
    text-align: center;
    font-size: 12px;
    border-radius: 4px;
    line-height: 28px;
    margin-left: 20px;
    color: #fff !important;
    cursor: pointer;
}
.community-moulds .mask .bac-green {
    background-color: #0fb892;
}
.community-moulds .mask .bac-grey {
    background-color: #d8d8d8;
}
.community-moulds .more-view {
    text-align: center;
    padding-top: 20px;
}
.community-moulds .more-view .text {
    position: relative;
    font-size: 14px;
    color: #bbb;
    padding-right: 15px;
    cursor: pointer;
}
.community-moulds .more-view .text:before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 0;
    height: 0;
    transform: translateY(-50%);
    border-top: 6px solid #bbb;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}
.community-moulds .more-view .text.rotate:before {
    transform: translateY(-50%) rotate(180deg);
}
/*圈子首页 -结*/
/*圈子详情 -始*/
.communityV3 .co-details-content {
    margin: 0;
}
.community-detail-v3 .blank-tip02,
.communityV3 .co-details-content .c-nav-bar,
.communityV3 .dynamic-moulds-list .dynamic-moulds-item {
    box-shadow: 0 0 10px #00000005;
}
.community-detail-v3 .dynamic-moulds-list .dynamic-moulds-item {
    border-bottom: 10px solid #f7f7f7;
}
.community-info-v3 {
    background-color: #fff;
    z-index: 10;
}
.community-info-v3 .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
    opacity: .8;
}
.community-info-v3 .bg:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255, .5);
    z-index: 2;
}
.community-detail-v3 .community-info-v3 .box {
    display: flex;
    padding: 20px;
    z-index: 9;
}
.community-info-v3 .community-img {
    width: 64px;
    height: 64px;
    margin-right: 10px;
    background-color: #efefef;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.community-info-v3 .info-box {
    flex: 1;
    color: #333;
    font-size: 14px;
}
.community-info-v3 .info-box .p {
    margin-top: 5px;
}
.community-info-v3 .info-box .p a:hover {
    color: #0fb892;
}
.community-info-v3 .info-box .title {
    font-weight: bold;
    cursor: default;
}
.community-info-v3 .info-box .triangle {
    position: relative;
    padding-right: 15px;
    cursor: pointer;
}
.community-info-v3 .info-box .triangle:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    border-left: 5px solid #666;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}
.community-info-v3 .info-box .triangle:hover {
    color: #0fb892;
}
.community-info-v3 .info-box .triangle:hover:before {
    border-left: 5px solid #0fb892;
}
.community-info-v3 .rt-box {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-end;
    margin-left: 10px;
}
.community-info-v3 .r-btn {
    display: inline-block;
    min-width: 100px;
    line-height: 34px;
    height: 34px;
    font-size: 14px;
    padding: 0 10px;
    border-radius: 4px;
    text-align: center;
    box-sizing: border-box;
    margin-bottom: 10px;
    cursor: pointer;
}
.community-info-v3 .btn-green {
    background-color: #0fb892;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    color: #fff;
}
.community-info-v3 .btn-grey {
    background-color: #eee;
    color: #aaa;
    box-shadow: 0 0 2px rgba(0,0,0,.05);
}
.community-info-v3 .btm-box {
    display: inline-flex;
    align-items: center;
}
.community-info-v3 .opt-box {
    position: relative;
    margin-left: 20px;
}
.community-info-v3 .opt-box:first-of-type {
    margin-left: 0;
}
.community-info-v3 .opt {
    font-size: 14px;
    padding-left: 24px;
    line-height: 24px;
    cursor: pointer;
}
.community-info-v3 .opt:hover {
    color: #0fb892;
}
.community-info-v3 .opt-invite {
    background: url("../images/add_max.png") no-repeat left center;
    background-size: auto 13px;
}
.community-info-v3 .opt-share {
    background: url("../images/community/ico_share01.png") no-repeat left center;
    background-size: auto 16px;
}
.community-info-v3 .share-qrcode-box {
    position: absolute;
    top: 38px;
    left: 50%;
    transform: translateX(-50%);
    padding: 5px;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,.2);
    z-index: 9;
}
.community-info-v3 .hover .share-qrcode-box {
    display: none;
}
.community-info-v3 .hover:hover .opt {
    color: #0fb892;
}
.community-info-v3 .hover:hover .share-qrcode-box {
    display: block;
}
.community-info-v3 .share-qrcode-box:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 25px;
    left: 0;
    top: -25px;
}
.community-info-v3 .share-qrcode-box i:before,
.community-info-v3 .share-qrcode-box i:after {
    content: '';
    position: absolute;
    top: -12px;
    left: 50%;
    border-style: solid;
}
.community-info-v3 .share-qrcode-box i:before {
    border-width: 0 12px 12px;
    border-color: transparent transparent #DDDDDD;
    margin-left: -6px;
}
.community-info-v3 .share-qrcode-box i:after {
    border-width: 0 11px 11px;
    border-color: transparent transparent #fff;
    margin-left: -5px;
    padding-top: 1px;
}
.community-info-v3 .share-qrcode-box img {
    display: block;
    width: 120px;
    height: auto;
}
/*圈子详情 -结*/
/*帖子/动态详情 -始*/
.detail-content-v3 {
    background-color: #fff;
    padding: 30px 0;
}
.detail-content-v3 .user-container {
    display: flex;
    justify-content: space-between;
    padding: 0 40px;
    margin-bottom: 20px;
}
.detail-content-v3 .user-box {
    display: inline-flex;
    align-items: center;
}
.detail-content-v3 .user-box .user-img {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 10px;
    background-color: #efefef;
}
.detail-content-v3 .user-box .user-name {
    font-size: 14px;
}
.detail-content-v3 .user-box .time {
    font-size: 12px;
    color: #999;
    margin-left: 10px;
}
.detail-content-v3 .user-container .user-opts {
    display: inline-flex;
}
.detail-content-v3 .user-opts .focus-on,
.detail-content-v3 .user-opts .is-focus-on {
    display: inline-block;
    width: 70px;
    line-height: 30px;
    height: 30px;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
    color: #fff;
}
.detail-content-v3 .user-opts .focus-on {
    background-color: #0fb892;
    cursor: pointer;
}
.detail-content-v3 .user-opts .is-focus-on {
    background-color: #d8d8d8;
}
.detail-content-v3 .opt-menu {
    margin-left: 10px;
}
.detail-content-v3 .opt-menu .ico-omit {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 20px;
    border-radius: 5px;
    cursor: pointer;
}
.detail-content-v3 .opt-menu .ico-omit:hover {
    background-color: #efefef;
}
.detail-content-v3 .omit-menu-list {
    position: absolute;
    top: 32px;
    right: 0;
    background-color: #fff;
    border: 2px solid #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
}
.detail-content-v3 .omit-menu-list .menu-item {
    display: inline-block;
    text-align: center;
    line-height: 32px;
    min-width: 50px;
    font-size: 14px;
    color: #747882;
    white-space: nowrap;
    padding: 0 20px;
    cursor: pointer;
}
.detail-content-v3 .omit-menu-list .menu-item.active {
    color: #00b48d;
    background-color: #f0f0f0;
}
.detail-content-v3 .omit-menu-list .menu-item:hover {
    background-color: #f0f0f0;
}
.detail-content-v3 .btm-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 40px;
    margin-top: 20px;
}
.detail-content-v3 .btm-toolbar .source {
    flex: 1;
    font-size: 14px;
    color: #999;
}
.detail-content-v3 .btm-toolbar .toolbar-opts {
    display: inline-flex;
    align-items: center;
}
.detail-content-v3 .toolbar-opts .opt {
    display: inline-block;
    line-height: 30px;
    height: 30px;
    font-size: 13px;
    color: #999;
    padding-left: 24px;
    margin-left: 32px;
}
.detail-content-v3 .toolbar-opts .opt-box {
    position: relative;
    display: inline-flex;
}
.detail-content-v3 .toolbar-opts .ico-like {
    background: url("../images/personal/index/ico_like.png") no-repeat left center;
    background-size: 20px auto;
}
.detail-content-v3 .toolbar-opts .ico-like-active {
    background: url("../images/personal/index/ico_like_active.png") no-repeat left center;
    background-size: 20px auto;
}
.detail-content-v3 .toolbar-opts .ico-share {
    background: url("../images/personal/index/ico_share.png") no-repeat left center;
    background-size: 18px auto;
}
.detail-content-v3 .toolbar-opts .ico-collect {
    background: url("../images/community/ico_collect.png") no-repeat left center;
    background-size: 22px auto;
}
.detail-content-v3 .toolbar-opts .ico-collect-active {
    background: url("../images/community/ico_collect_active.png") no-repeat left center;
    background-size: 22px auto;
}
.detail-content-v3 .dyn-content {
    padding: 0 40px;
    line-height: 1.6;
}
.detail-content-v3 .dyn-content .content-container {
    font-size: 15px;
    overflow: hidden;
}
.detail-content-v3 .content-container .c-tag {
    color: #0fb892;
    margin-right: 5px;
}
.detail-content-v3 .content-container .c-medias {
    margin-top: 10px;
}
.detail-content-v3 .content-container img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
}
.detail-content-v3 .reward-money-box {
    padding: 0 40px;
    margin-top: 25px;
}
.detail-content-v3 .post-attachment,
.detail-content-v3 .post_vote {
    margin-left: 40px;
    margin-right: 40px;
}
.detail-content-v3 .post_vote .vote-btn {
    margin: 30px auto 15px auto;
    width: 120px;
}
.detail-content-v3 .post_vote .vote-btn,
.detail-content-v3 .post_vote .item-btn {
    line-height: 42px;
    height: 42px;
    font-size: 16px;
}
.detail-content-v3 .topic-content .title-v3 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 20px;
    margin-bottom: 20px;
}
.detail-content-v3 .title-v3 .title {
    font-weight: bold;
}
.detail-content-v3 .title-v3 span {
    vertical-align: middle;
}
.detail-content-v3 .title-v3 .alone_ico {
    top: 0;
    margin-right: 5px;
}
.detail-content-v3 .topic-content .content-container {
    padding: 0 40px;
    text-align: justify;
    overflow: hidden;
}
.detail-content-v3 .default-styles table,
.detail-content-v3 .default-styles .previewVideo,
.post-cont-box .default-styles div,
.post-cont-box .default-styles p,
.post-cont-box .default-styles audio,
.post-cont-box .default-styles video {
    max-width: 800px !important;
}
.detail-content-v3 .rewar-douter-layer {
    border-top: 1px solid #f7f7f7;
    margin-top: 25px;
    padding: 20px 0;
}
/*评论*/
.detail-comments-v3 {
    position: relative;
    background-color: #fff;
    padding: 30px 0 100px 0;
}
.detail-comments-v3 ._div-msg hr,
.detail-comments-v3 ._div-msg i {
    max-width: 20px;
    max-height: 20px;
    vertical-align: text-bottom;
}
.detail-comments-v3 ._div-msg img {
    max-width: 100px;
    max-height: 20px;
    vertical-align: text-bottom;
}
.detail-comments-v3 .comments-title {
    padding: 0 40px;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #333;
}
.detail-comments-v3 .comments-lists-v3 {
    padding: 0 40px;
}
.comments-lists-v3 .comment-item,
.comments-lists-v3 .second-floor {
    border-top: 1px solid #f7f7f7;
}
.comments-lists-v3 .comment-item:first-of-type {
    border-top: 0;
}
.comments-lists-v3 .c-item {
    display: flex;
    padding: 20px 0;
}
.comments-lists-v3 .second-floor {
    margin-left: 34px;
}
.comments-lists-v3 .head-sculpture {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
    background-color: #efefef;
}
.comments-lists-v3 .rt-container {
    flex: 1;
}
.comments-lists-v3 .top-box {
    display: flex;
    align-items: center;
}
.comments-lists-v3 .top-box .user {
    display: flex;
    align-items: center;
    flex: 1;
    color: #999;
}
.comments-lists-v3 .top-box .text {
    margin: 0 5px;
    font-size: 14px;
    color: #666;
}
.comments-lists-v3 .top-box .name {
    font-weight: bold;
    font-size: 15px;
    color: #333;
}
.comments-lists-v3 .top-box .time {
    font-size: 13px;
    margin-left: 10px;
}
.comments-lists-v3 .top-box .floor {
    display: inline-block;
    font-size: 12px;
    min-width: 58px;
    padding: 0 10px;
    line-height: 18px;
    text-align: center;
    color: #f39c12;
    border: 1px solid #f39c12;
    border-radius: 20px;
    margin-left: 10px;
}
.comments-lists-v3 .comment-msg {
    font-size: 15px;
    color: #333;
    line-height: 1.6;
    text-align: justify;
    margin: 4px 0;
}
.comments-lists-v3 .comment-opts {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.comments-lists-v3 .comment-opts .opt {
    display: inline-block;
    line-height: 22px;
    height: 22px;
    font-size: 12px;
    color: #999;
    padding-left: 20px;
    margin-left: 20px;
}
.comments-lists-v3 .comment-opts .ico-like {
    background: url("../images/personal/index/ico_like.png") no-repeat left center;
    background-size: 18px auto;
}
.comments-lists-v3 .comment-opts .ico-like-active {
    background: url("../images/personal/index/ico_like_active.png") no-repeat left center;
    background-size: 18px auto;
}
.comments-lists-v3 .comment-opts .ico-comment {
    background: url("../images/personal/index/ico_comment.png") no-repeat left center;
    background-size: 17px auto;
}
.comments-lists-v3 .comment-opts .ico-del {
    background: url("../images/personal/index/ico_del.png") no-repeat 1px center;
    background-size: 15px auto;
}
.comments-lists-v3 .comment-opts .ico-top {
    background: url("../images/icon_placedtop.png") no-repeat 1px center;
    background-size: 14px auto;
}
.comments-lists-v3 .comment-opts .ico-adopt {
    background: url("../images/icon_adopt.png") no-repeat left center;
    background-size: 17px auto;
}
.comments-lists-v3 .comment-opts .ico-adopt-active {
    background: url("../images/icon_adopt_active.png") no-repeat left center;
    background-size: 17px auto;
    color: #64bb35;
}
.comments-lists-v3 .c-view-more {
    position: relative;
    display: inline-flex;
    align-items: center;
    height: 32px;
    background-color: #f3f4f6;
    padding: 0 25px 0 12px;
    font-size: 12px;
    color: #888;
    border-radius: 4px;
    margin: 10px 0 30px 34px;
    cursor: pointer;
}
.comments-lists-v3 .c-view-more .ico-arrow {
    position: absolute;
    top: 0;
    right: 10px;
    width: 10px;
    height: 100%;
    background: url("../images/xg_tb8.png") no-repeat center;
    background-size: auto 12px;
}
.comments-lists-v3 .view-more {
    text-align: center;
    font-size: 14px;
    color: #999;
    margin: 10px auto;
}
.comments-lists-v3 .view-more a {
    color: #999;
}
/*输入区*/
.comments-lists-v3 .comment-ipt-area {
    margin-top: 15px;
}
.comment-ipt-area .ipt-box {
    height: 80px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    padding: 10px;
    box-sizing: border-box;
}
.detail-comments-v3 .ipt-div {
    outline: none;
    font-size: 15px;
    color: #333;
    line-height: 1.6;
    text-align: justify;
    word-wrap: break-word;
    overflow-x: hidden;
    overflow-y: auto;
}
.detail-comments-v3 .ipt-div::-webkit-scrollbar {
    width: 0;
}
.detail-comments-v3 .ipt-div:empty:before {
    content: attr(placeholder);
    color: #ccc;
}
.comment-ipt-area .ipt-box .ipt-div {
    width: 100%;
    height: 100%;
}
.comment-ipt-area .ipt-btm {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}
.comment-ipt-area .ipt-btm .btm-lf {
    display: flex;
    flex: 1;
    align-items: center;
}
.comment-ipt-area .ipt-opt-box {
    position: relative;
    display: inline-flex;
}
.comment-ipt-area .ipt-opt {
    margin-right: 20px;
    font-size: 14px;
    padding-left: 24px;
    cursor: pointer;
}
.comment-ipt-area .ico-expression {
    color: #999;
    background: url("../images/community/ico_expression02.png") no-repeat left center;
    background-size: 18px auto;
}
.comment-ipt-area .expression-package {
    left: 0;
}
.detail-comments-v3 .expression-package {
    position: absolute;
    bottom: 30px;
    z-index: 1000;
    background: #FFFFFF;
    width: 375px;
    height: 140px;
    padding: 20px 10px 30px 20px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.15);
}
.comment-ipt-area .ico-img {
    color: #999;
    background: url("../images/personal/index/ico_img.png") no-repeat 1px center;
    background-size: 16px auto;
}
.comment-ipt-area .ipt-btm .btm-rt {
    display: inline-flex;
    align-items: center;
}
.comment-ipt-area .anonymous-checkbox {
    margin-right: 20px;
}
.detail-comments-v3 .anonymous-checkbox {
    display: inline-flex;
    align-items: center;
    color: #999;
    font-size: 14px;
    cursor: pointer;
}
.detail-comments-v3 .anonymous-checkbox .ico-checkbox {
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #BEC4C8;
    box-sizing: border-box;
    margin-right: 5px;
}
.detail-comments-v3 .anonymous-checkbox input:checked + .ico-checkbox {
    position: relative;
    border: 1px solid #0fb892;
}
.detail-comments-v3 .anonymous-checkbox input:checked + .ico-checkbox:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #0fb892;
}
.comment-ipt-area .ipt-btm .r-btn {
    display: inline-block;
    width: 70px;
    line-height: 30px;
    height: 30px;
    border-radius: 4px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background-color: #0fb892;
    cursor: pointer;
}
/*浮动输入栏*/
.detail-comments-v3 .float-ipt-bar {
    position: absolute;
    bottom: 0;
    z-index: 100;
    display: flex;
    align-items: flex-end;
    width: 880px;
    padding: 10px 40px 15px 40px;
    background-color: #fff;
    box-sizing: border-box;
    box-shadow: 0 -5px 10px rgba(0,0,0,.05);
    transition: all .1s;
}
.detail-comments-v3 .float-ipt-bar.fade-out,
.detail-comments-v3 .float-ipt-bar.fade-in {
    position: fixed;
}
.detail-comments-v3 .float-ipt-bar.fade-out {
    transform: translateY(100%);
}
.float-ipt-bar .float-ipt-box {
    display: flex;
    flex: 1;
    width: 656px;
    box-sizing: border-box;
    border-radius: 20px;
    padding: 5px;
    background-color: #f7f8f9;
}
.float-ipt-bar .float-ipt-box .user-img {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #efefef;
    margin-right: 10px;
}
.float-ipt-bar .float-opts {
    display: inline-flex;
    align-items: center;
    padding-bottom: 5px;
}
.float-ipt-bar .float-opts .float-opt-box {
    position: relative;
    display: flex;
}
.float-ipt-bar .float-opts .float-opt {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-left: 15px;
    cursor: pointer;
}
.float-ipt-bar .float-opts .ico-expression {
    background: url('../images/community/ico_expression02.png') no-repeat left center;
    background-size: auto 22px;
}
.float-ipt-bar .float-opts .ico-img {
    background: url('../images/personal/index/ico_img.png') no-repeat left center;
    background-size: auto 20px;
}
.float-ipt-bar .anonymous-checkbox {
    margin-left: 15px;
}
.float-ipt-bar .expression-package {
    left: 50%;
    transform: translateX(-50%);
}
.float-ipt-bar .ipt-div-box {
    display: flex;
    align-items: center;
    flex: 1;
    overflow: hidden;
    padding-right: 10px;
}
.float-ipt-bar .ipt-div {
    flex: 1;
    max-height: 96px;
    padding-right: 10px;
}
.float-ipt-bar .ipt-div-box .submit-btn {
    display: inline-block;
    width: 56px;
    line-height: 26px;
    height: 26px;
    border-radius: 4px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    background-color: #0fb892;
    margin: 2px 0;
    align-self: flex-end;
    cursor: pointer;
    transition: all .1s;
}
/*相关推荐*/
.detial-recommends-v3 {
    background-color: #fff;
    padding: 30px 0;
    margin-bottom: 40px;
}
.detial-recommends-v3 .recommends-title {
    padding: 0 40px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}
.detial-recommends-v3 .dynamic-moulds-item {
    border-bottom: 2px solid #f7f7f7 !important;
    box-shadow: none !important;
}
.detial-recommends-v3 .dynamic-moulds-item:last-of-type {
    border: 0 !important;
}
/*帖子/动态详情 -结*/
/*圈子改V3 -结*/