/* 公共 -始 */
.soc-circle {
    position: relative;
    min-height: 820px;
}
.soc-circle .bdbox {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}
.soc-circle .f-size0 {
    font-size: 0;
}
.soc-circle .btm-bac {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #f7f7f7;
    z-index: 1;
}
.soc-circle .w {
    position: relative;
    padding-top: 25px;
    padding-bottom: 1px;
    z-index: 9;
}
.soc-circle .lf-navigation {
    width: 165px;
    border: 1px solid #f2f2f2;
    background-color: #fff;
    text-align: center;
}
.soc-circle .lf-navigation .nav-item {
    display: block;
    font-size: 15px;
    line-height: 48px;
    color: #333;
    border-bottom: 1px solid #f5f5f5;
}
.soc-circle .lf-navigation .nav-item.active {
  color: #fff;
  background-color: #00b48d;  
}
.soc-circle.V2 .rt-content {
    width: initial;
}
.soc-circle .rt-content {
    width: 1002px;
    color: #333;
}
.soc-circle .rt-content .mr-btm20,
.personal-homepage .mr-btm20 {
    margin-bottom: 15px;
}
.soc-circle .rt-content .rt-top-title {
    position: relative;
    line-height: 48px;
    background-color: #fff;
    border: 1px solid #eeeeee;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}
.soc-circle .rt-top-title .top-title {
    position: relative;
    display: inline-block;
    padding: 0 30px;
}
.rt-content .rt-top-title .top-title .ico,
.rt-content .rt-top-title .top-title .ico::before {
    position: absolute;
    left: 50%;
    margin-left: -8px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
}
.rt-content .rt-top-title .top-title .ico {
    bottom: 0;
    border-bottom: 8px solid #eeeeee;
    z-index: 9;
}
.rt-content .rt-top-title .top-title .ico::before {
    content: '';
    top: 1px;
    border-bottom: 8px solid #f7f7f7;
}
.rt-content .rt-top-title .view-more {
    font-size: 14px;
    color: #01b48e;
    margin-right: 40px;
}
.recomend-user-list .user-item .focus-on,
.com-dynamic-content .user-info .focus-on {
    background-color: #00b48d;
    color: #fff;
    cursor: pointer;
}
.recomend-user-list .user-item .is-focus-on,
.com-dynamic-content .user-info .is-focus-on {
    color: #fff;
    background-color: #d8d8d8;
    cursor: default;
}
/* 人脉推荐 -始 */
.soc-circle .soc-recommend .reco-title {
    font-size: 16px;
    line-height: 56px;
}
.soc-circle .soc-recommend .tab-nav {
    font-size: 0;
    line-height: 45px;
    text-align: center;
    background-color: #fff;
}
.soc-recommend .tab-nav .nav-item {
    width: 20%;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
}
.soc-recommend .nav-item .item-text {
    display: inline-block;
    padding: 0 5px;
    font-size: 15px;
    cursor: pointer;
}
.soc-recommend .nav-item .item-text.active {
    border-bottom: 3px solid #01b48e;
    color: #01b48e;
}
.soc-recommend .recomend-user-list {
    background-color: #fff;
    padding: 15px 25px;
    font-size: 0;
}
.soc-recommend .recomend-user-list .user-item {
    display: inline-block;
    width: 33.33%;
    height: 76px;
    padding: 20px 0;
    font-size: 14px;
}
.soc-recommend .user-item .head-portrait {
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-size: #efefef;
    margin: 0 14px;
}
.soc-recommend .user-item .user-info {
    width: 210px;
}
.recomend-user-list .user-item .focus-on,
.recomend-user-list .user-item .is-focus-on {
    display: inline-block;
    width: 61px;
    line-height: 23px;
    text-align: center;
    font-size: 13px;
    border-radius: 5px;
}
.recomend-user-list .user-name-box {
    padding-bottom: 5px;
}
.recomend-user-list .user-name-box .user-name {
    display: inline-block;
    max-width: 150px;
    font-size: 16px;
    color: #222222;
    margin-right: 5px;
    padding-top: 2px;
    vertical-align: top;
}
.soc-circle .user-name-box {
    font-size: 0;
}
.soc-circle .user-name-box .ico-authentication{
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/community/ico_authentication.png) no-repeat center;
    background-size: contain;
    margin: 0 5px;
}
.recomend-user-list .user-name-box .ico-authentication {
    top: 4px;
}
.recomend-user-list .item-tags {
    padding-bottom: 8px;
}
.recomend-user-list .item-tags .tag {
    display: inline-block;
    padding: 0 10px;
    color: #9ba6c2;
    font-size: 12px;
    line-height: 16px;
    border-left: 1px solid #9ba6c2;
}
.recomend-user-list .item-tags .tag:first-child {
    padding-left: 0;
    border: 0;
}
/* 人脉推荐 -结 */
.com-omit-options {
    position: absolute;
    background-color: #fff;
    border: 2px solid #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
    -ms-box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
    -o-box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
    z-index: 99;
}
.com-omit-options .opt-item {
    display: inline-block;
    text-align: center;
    font-size: 12px;
    color: #555;
    white-space: nowrap;
    padding: 0 20px;
    cursor: pointer;
}
.com-omit-options .opt-item.active {
    color: #00b48d;
    background-color: #f0f0f0;
}
.com-omit-options .opt-item:hover {
    background-color: #f0f0f0;
}
/* 发表输入区 -始 */
.soc-circle .publish-input-area {
    padding: 15px 40px 0 40px;
    background-color: #fff;
}
.soc-circle .publish-input-area .textarea-bac {
    padding: 15px;
    border: 1px solid #e2e2e2;
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.15) inset;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.15) inset;
    -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.15) inset;
    -ms-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.15) inset;
    -o-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.15) inset;
}
.soc-circle .publish-input-area .focus-style {
    border: 1px solid #00b48d;
    /* box-shadow: 0 0 10px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.15);
    -ms-box-shadow: 0 0 10px rgba(0,0,0,0.15);
    -o-box-shadow: 0 0 10px rgba(0,0,0,0.15); */
}
.soc-circle .publish-input-area .textarea {
    outline: none;
    font-size: 15px;
    height: 110px;
    caret-color: #00b48d;
    color: #333;
    overflow-x: hidden;
    overflow-y: auto;
}
.publish-input-area .input-btm-opts .set-up {
    margin-right: 30px;
    padding: 13px 18px 13px 10px;
    line-height: 34px;
    font-size: 15px;
    background: url(../images/community/arrow_down.png) no-repeat right center;
    background-size: 13px auto;
    cursor: pointer;
}
.publish-input-area .com-omit-options {
    top: 50px;
    right: 0;
}
.publish-input-area .com-omit-options .opt-item {
    position: relative;
    color: #444;
    line-height: 35px;
    padding: 0 20px 0 40px;
    font-size: 14px;
}
.publish-input-area .com-omit-options .checked {
    background-color: #f2f2f5;
}
.publish-input-area .com-omit-options .radio-bg,
.publish-input-area .com-omit-options .radio-active {
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -7.5px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    border: 1px solid #dadada;
}
.publish-input-area .com-omit-options input:checked + .radio-active {
    border: 1px solid #00b48d;
    background: url(../images/icon_options02.png) no-repeat center #fff;
    background-size: contain;
}
.publish-input-area .add-label-window {
    position: absolute;
    left: 50%;
    top: 55px;
    margin-left: -207.5px;
    width: 415px;
    min-height: 300px;
    line-height: normal;
    padding: 0 10px 20px 10px;
    background-color: #fff;
    cursor: default;
    z-index: 99;
}
.add-label-window .label-window-top {
    padding: 10px 0 15px 0;
}
.add-label-window .label-window-top input {
    width: 300px;
    height: 35px;
    line-height: 35px;
    border-radius: 20px;
    padding: 0 15px 0 35px;
    color: #333;
    caret-color: #00b48d;
    background-color: #f7f7f7;
}
.add-label-window .label-window-top .ico-search {
    position: absolute;
    top: 0;
    left: 8px;
    width: 26px;
    height: 35px;
    background: url(../images/search_normal.png) no-repeat center;
    background-size: auto 20px;
}
.add-label-window .label-window-top .ico-close,
.upload-video-window .ico-close {
    position: absolute;
    top: 10px;
    right: 0;
    width: 35px;
    height: 35px;
    cursor: pointer;
    background: url(../images/close.png) no-repeat center;
    background-size: 14px auto;
}
/* .add-label-window  .roll-container {
    max-height: 275px;
    overflow-x: hidden;
    overflow-y: auto;
} */
.add-label-window .label-box .box-title {
    position: relative;
    line-height: 36px;
    color: #aeaeae;
    font-size: 15px;
    margin-bottom: 2px;
}
.add-label-window .label-box .ico-delete {
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -12px;
    width: 24px;
    height: 24px;
    background: url(../images/delete02.png) no-repeat center;
    background-size: 16px auto;
    cursor: pointer;
}
.add-label-window .label-box .ico-recommend {
    float: left;
    vertical-align: middle;
    width: 30px;
    height: 36px;
    background: url(../images/community/ico_fire.png) no-repeat center 2px;
    background-size: 20px auto;
}
.add-label-window .label-box .label-list {
    margin-left: -10px;
}
.add-label-window .label-box .deepen {
    color: #555 !important;
    border: 1px solid #ccc !important;
}
.add-label-window .label-list .label-item {
    display: inline-block;
    font-size: 15px;
    color: #898989;
    line-height: 32px;
    padding: 0 10px;
    border: 1px solid #efefef;
    border-radius: 20px;
    margin: 0 0 10px 10px;
    vertical-align: top;
}
.add-label-window .label-list.pointer .label-item {
    cursor: pointer;
}
.add-label-window .label-list .label-item .label-close {
    display: inline-block;
    width: 20px;
    height: 32px;
    background: url(../images/close.png) no-repeat 7px center;
    background-size: 10px auto;
    vertical-align: top;
    cursor: pointer;
}
/* 多图上传 */
.soc-circle .upload-multiple-imgs {
    position: absolute;
    top: 54px;
    left: -95px;
    width: 320px;
    min-height: 205px;
    line-height: normal;
    cursor: default;
    color: #2b2b2b;
    padding: 18px;
    background-color: #fff;
    z-index: 99;
}
.upload-multiple-imgs.bdbox .ico-triangle:before,
.upload-multiple-imgs.bdbox .ico-triangle:after {
    left: 125px;
} 
.soc-circle .upload-multiple-imgs .mini-pop-ups {
    top: 40px;
    right: -139px;
}
.soc-circle .upload-multiple-imgs .ico-triangle {
    left: 125px;
}
.soc-circle .upload-multiple-imgs .mul-title {
    line-height: 1;
    font-size: 15px;
    font-weight: bold;
}
.soc-circle .upload-multiple-imgs .ico-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    background: url(../images/close.png) no-repeat center;
    background-size: 12px auto;
    cursor: pointer;
}
.soc-circle .upload-multiple-imgs .tips-box {
    padding: 14px 0 10px 0;
    line-height: 30px;
}
.soc-circle .upload-multiple-imgs .msg {
    font-size: 14px;
}
.soc-circle .upload-multiple-imgs .add-btn {
    width: 70px;
    text-align: center;
    background-color: #ff8140;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    border-radius: 5px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    margin-right: 4px;
    cursor: pointer;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    -ms-box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    -o-box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}
.soc-circle .upload-multiple-imgs .add-btn b {
    position: relative;
    top: -3px;
    font-size: 20px;
    vertical-align: middle;
}
.upload-multiple-imgs .roll-container {
    max-height: 195px;
    overflow-x: hidden;
    overflow-y: auto;
    margin-left: -5px;
}
.upload-multiple-imgs .roll-container .imgs-item {
    position: relative;
    float: left;
    width: 90px;
    height: 90px;
    text-align: center;
    background-color: #f3f3f3;
    margin: 0 0 5px 5px;
}
.upload-multiple-imgs .roll-container .img-local,
.upload-multiple-imgs .roll-container .add-img,
.upload-multiple-imgs .roll-container .ico-mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.upload-multiple-imgs .roll-container .img-local {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #f3f3f3;
}
.upload-multiple-imgs .roll-container .add-img {
    font-size: 34px;
    font-weight: bold;
    color: #cccccc;
    line-height: 80px;
    cursor: pointer;
    background-color: #fff;
    border: 2px dashed #ccc;
}
.upload-multiple-imgs .roll-container .add-img:hover {
    color: #ff8140;
    border: 2px dashed #ff8140;
}
.upload-multiple-imgs .roll-container .ico-mask {
    display: none;
    background-color: #777777;
    background-color: rgba(0, 0, 0, .5);
}
.upload-multiple-imgs .roll-container .imgs-item:hover .ico-mask {
    display: block;
}
.upload-multiple-imgs .roll-container .mask-close {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -15px 0 0 -15px;
    width: 30px;
    height: 30px;
    background: url(../images/community/delete_while.png) no-repeat center rgba(0, 0, 0, .2);
    background-size: 20px auto;
    cursor: pointer;
}
/* 发表输入区 -结 */
/* 公共-结 */
/* 人脉圈子 -始 */
.soc-circle-index .circle-slide-box {
    position: relative;
    padding: 42px 0 0 0;
    background-color: #fff;
}
.soc-circle-index .circle-slide-box .bd {
    height: 364px;
    overflow: hidden;
}
.circle-slide-box .public-circle-list {
    border: 1px solid #f6f6f6;
}
.circle-slide-box .public-circle-list .frame {
    height: 170px;
}
.circle-slide-box .public-circle-list {
    width: 942px;
    margin: 0 auto;
    border: 0;
    font-size: 0;
}
.circle-slide-box .public-circle-list li {
    float: none;
    display: inline-block;
    margin: 0 14px;
    height: 362px;
    border: 1px solid #f6f6f6;
    vertical-align: top;
}
.circle-slide-box .public-circle-list .info-post p {
    position: relative;
    text-align: left;
    font-size: 12px;
    line-height: 20px;
    padding-left: 10px;
}
.circle-slide-box .circle-info .info-post {
    border-top: 1px dashed #ddd;
    padding: 10px 10px 20px 10px;
    margin-top: 10px;
}
.circle-slide-box .public-circle-list .info-post a {
    color: #3a3636;
}
.circle-slide-box .info-post a:hover {
    color: #02b68f;
    text-decoration: underline;
}
.circle-slide-box .info-post a:hover .ico-point {
    background-color: #02b68f;
}
.circle-slide-box .info-post .ico-point {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -2px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #bbb;
}
.circle-slide-box .hd ul {
    text-align: center;
    font-size: 0;
    height: 64px;
    line-height: 64px;
}
.circle-slide-box .hd ul li {
    display: inline-block;
    width: 28px;
    height: 4px;
    background-color: #c8c8c8;
    cursor: pointer;
    margin: 0 5px;
    border-radius: 2px;
}
.circle-slide-box .hd ul li.on {
    background-color: #00b48d;
}
.circle-slide-box .arrow i {
    position: absolute;
    top: 210px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    cursor: pointer;
    background: url(../images/icon_prev.png) no-repeat center center #03b68f;
    background-size: auto 16px;
    vertical-align: middle;
}
.circle-slide-box .arrow .prev {
    left: 10px;
}
.circle-slide-box .arrow .next {
    right: 10px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
/* 人脉圈子 -结 */
/* 人脉搜索 -始 */
.contacts-search-page .contacts-search {
    background-color: #fff;
    border: 1px solid #eeeeee;
    padding: 0 30px;
    min-height: 64px;
}
.contacts-search .search-box {
    position: relative;
    display: inline-block;
    margin: 15px 0 0 0;
}
.contacts-search .search-box .search-input {
    width: 550px;
    height: 30px;
    font-size: 14px;
    padding: 0 40px 0 10px;
    caret-color: #00b48d;
    color: #333;
    border: 1px solid #eeeeee;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    -ms-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    -o-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}
.contacts-search .search-box .search-input:focus {
    border: 1px solid #00b48d;
}
.contacts-search .search-box .ico-search {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 32px;
    background: url(../images/search_normal.png) no-repeat center;
    background-size: auto 20px;
    cursor: pointer;
}
.contacts-search .screen-box {
    height: 48px;
    line-height: 48px;
    font-size: 0;
}
.contacts-search .screen-box .sign-text {
    color: #9a9a9a;
    font-size: 12px;
}
.contacts-search .screen-box .select-box {
    display: inline-block;
    padding: 0 10px;
    line-height: 18px;
    border: 1px solid #ddd;
    cursor: pointer;
    font-size: 12px;
    margin: 0 10px;
    box-shadow: 0 0 2px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, .2);
    -ms-box-shadow: 0 0 2px rgba(0, 0, 0, .2);
    -o-box-shadow: 0 0 2px rgba(0, 0, 0, .2);
}
/* 人脉搜索 -结 */
/* 全部好友 -始 */
.all-friends-page .all-friends-box {
    background-color: #fff;
    padding: 0 40px;
}
.all-friends-box .top-box {
    padding-top: 5px;
}
.all-friends-box .top-box .classify-box {
    position: relative;
    font-size: 12px;
}
.all-friends-box .classify-box .classify-text {
    position: relative;
    line-height: 56px;
    display: inline-block;
    cursor: pointer;
    padding-right: 10px;
}
.classify-box .classify-text .ico-triangle {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -1.5px;
    border-top: 3px solid #555555;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
}
.classify-box .classify-text.open .ico-triangle {
    border-top: none;
    border-bottom: 3px solid #555555;
}
.classify-box .com-omit-options {
    left: 0;
    top: 42px;
}
.classify-box .com-omit-options .opt-item {
    min-width: 90px;
    line-height: 30px;
}
.all-friends-box .search-box {
    position: relative;
    margin: 15px 0;
}
.all-friends-box .search-box input {
    display: inline-block;
    width: 130px;
    height: 26px;
    line-height: 26px;
    caret-color: #00b48d;
    color: #333;
    padding: 0 40px 0 10px;
    border: 1px solid #eeeeee;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .25);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .25);
    -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, .25);
}
.all-friends-box .search-box .ico-search {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 28px;
    background: url(../images/search_normal.png) no-repeat center;
    background-size: auto 20px;
    cursor: pointer;
}
.all-friends-box .users-list {
    font-size: 0;
    margin-left: -30px;
    padding-bottom: 10px;
}
.all-friends-box .users-list .users-item {
    display: inline-block;
    width: 237px;
    height: 95px;
    background-color: #fff;
    margin: 0 0 30px 30px;
    padding: 15px 25px;
    font-size: 12px;
    box-shadow: 0 1px 10px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, .3);
    -ms-box-shadow: 0 1px 10px rgba(0, 0, 0, .3);
    -o-box-shadow: 0 1px 10px rgba(0, 0, 0, .3);
}
.users-list .users-item .head-portrait {
    position: relative;
    top: 20px;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    vertical-align: middle;
}
.users-list .users-item .rt-info {
    max-width: 148px;
    height: 100%;
    border-left: 1px solid #efefef;
    padding-left: 18px;
}
.users-list .rt-info .user-name-box {
    padding-bottom: 15px;
}
.users-list .rt-info .user-name {
    display: inline-block;
    max-width: 90px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    color: #333333;
    vertical-align: top;
    padding-right: 5px;
}
.all-friends-box .users-item .second-line {
    color: #9a9a9a;
    padding-bottom: 15px;
    min-height: 16px;
}
.all-friends-box .users-item .btn-box {
    position: relative;
    margin-left: -6px;
}
.all-friends-box .users-item .item-btn {
    display: inline-block;
    width: 64px;
    height: 24px;
    line-height: 24px;
    border: 1px solid #e3e3e3;
    text-align: center;
    cursor: pointer;
    font-size: 12px;
    color: #5c5c5c;
    margin-left: 6px;
}
.all-friends-box .item-btn .ico-triangle {
    position: relative;
    top: -2px;
    display: inline-block;
    height: auto;
    margin-left: 5px;
    border-top: 3px solid #555555;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
}
.all-friends-box .item-btn.open .ico-triangle {
    border-top: none;
    border-bottom: 3px solid #555555;
}
.all-friends-box .group-options {
    position: absolute;
    top: 32px;
    left: 6px;
    width: 200px;
    padding: 10px 14px 10px 14px;
    font-size: 12px;
    color: #555;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
    -ms-box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
    -o-box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
    z-index: 99;
}
.all-friends-box .group-options .group-title {
    line-height: 22px;
}
.group-options .group-list .group-item {
    position: relative;
    min-width: 80px;
    height: 26px;
    line-height: 26px;
    cursor: pointer;
    padding-left: 20px;
}
.group-options .group-item .radio-bg,
.group-options .group-item .radio-active {
    position: absolute;
    top: 50%;
    left: 2px;
    margin-top: -6px;
    border-radius: 50%;
    width: 12px;
    height: 12px;
}
.group-options .group-item .radio-bg {
    background-color: #f0f0f0;
    border: 1px solid #cfcfcf;
}
.group-options .group-item input:checked + .radio-active {
    border: 1px solid #00b48d;
    background: url(../images/icon_options02.png) no-repeat center #fff;
    background-size: contain;
}
/* 全部好友 -结 */
/* 个人主页 -始 */
.personal-homepage .rt-user-info {
    width: 300px;
}
.personal-homepage .rt-user-info .user-info-box {
    background-color: #fff;
    padding: 15px;
    margin-bottom: 20px;
}
.rt-user-info .user-info-box .btn-box {
    padding-top: 15px;
    font-size: 0;
}
.rt-user-info .user-info-box .btn-item {
    display: inline-block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    border-radius: 5px;
    color: #999;
    border: 1px solid #d4d4d4;
    margin-left: 12px;
    box-shadow: 0 0 2px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, .2);
    -ms-box-shadow: 0 0 2px rgba(0, 0, 0, .2);
    -o-box-shadow: 0 0 2px rgba(0, 0, 0, .2);
}
.rt-user-info .user-info-box .user-head-portrait {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    margin-right: 15px;
}
.rt-user-info .user-info-box .btn-item:first-child {
    margin-left: 0;
}
.rt-user-info .user-info-box .ico-follow {
    position: relative;
    top: -1px;
    display: inline-block;
    color: #01b48c;
    font-size: 20px;
    font-weight: bold;
    padding-right: 5px;
    vertical-align: top;
}
.rt-user-info .user-info-box .ico-private-letter {
    position: relative;
    top: 5px;
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 5px;
    background: url(../images/community/ico_private_letter.png) no-repeat center;
    background-size: contain;
}
.rt-user-info .user-info-box .rt-info {
    width: 175px;
}
.rt-user-info .user-info-box .user-name-box {
    padding-bottom: 5px;
}
.rt-user-info .user-info-box .user-name {
    font-size: 16px;
    padding-right: 5px;
}
.rt-user-info .user-info-box .user_lv_small {
    margin-left: 0;
}
.rt-user-info .user-info-box .user_level_small {
    margin: 0 5px;
}
.rt-user-info .user-info-box .second-line {
    font-size: 13px;
    padding-bottom: 8px;
    color: #9ba6c2;
}
.personal-homepage .rt-user-info .investigation-data {
    background-color: #fff;
    padding: 10px 0;
    font-size: 0;
}
.rt-user-info .investigation-data .data-item {
    display: inline-block;
    width: 99px;
    height: 45px;
    border-left: 1px solid #efefef;
    text-align: center;
}
.rt-user-info .investigation-data .data-item:first-child {
    border-left: 1px solid #fff;
}
.investigation-data .data-item .num {
    font-size: 15px;
    color: #333;
    line-height: 22px;
    padding-bottom: 5px;
}
.investigation-data .data-item .text {
    font-size: 12px;
    color: #a2a2a2;
}
.rt-user-info .growth-value {
    font-size: 13px;
    color: #fff;
    line-height: 26px;
    margin-left: -10px;
}
.rt-user-info .growth-value .text-bac {
    position: relative;
    left: 8px;
    padding: 0 13px;
}
.rt-user-info .growth-value .num {
    min-width: 30px;
    padding: 0 13px 0 18px;
    background-color: #00b48d;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    text-align: center;
}
.growth-value .text-bac .text {
    position: relative;
    z-index: 9;
}
.rt-user-info .growth-value .text-bac::before,
.rt-user-info .growth-value .text-bac::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    transform: skew(-18deg, 0);
    -webkit-transform: skew(-18deg, 0);
    -moz-transform: skew(-18deg, 0);
    -ms-transform: skew(-18deg, 0);
    -o-transform: skew(-18deg, 0);
}
.rt-user-info .growth-value .text-bac::before {
    top: 0;
    left: 0;
    background-color: #01b48c;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.rt-user-info .growth-value .text-bac::after {
    top: -1px;
    left: 0;
    border: 1px solid #76ffdd;
}
.personal-homepage .homepage-rt-content {
    width: 870px;
}
.homepage-rt-content .tab-ctrl {
    font-size: 0;
    line-height: 54px;
    background-color: #f2f2f5;
}
.homepage-rt-content .tab-ctrl .item {
    display: inline-block;
    text-align: center;
    padding: 0 30px;
    color: #333;
    font-size: 16px;
    cursor: pointer;
}
.homepage-rt-content .tab-ctrl .item.active {
    background-color: #fff;
    border-bottom: 3px solid #01b48c;
}
/* 动态/帖子 -始 */
.com-dynamic-content {
    background-color: #fff;
}
.com-dynamic-content .btm-column {
    padding-bottom: 10px;
}
.com-dynamic-content .btm-operate {
    font-size: 0;
}
.com-dynamic-content .btm-operate .opt-item {
    position: relative;
    display: inline-block;
    line-height: 32px;
    height: 32px;
    font-size: 15px;
    cursor: pointer;
    margin-left: 32px;
    color: #666;
}
.personal-homepage .com-dynamic-content .btm-operate {
    padding: 10px 0;
    border-top: 1px solid #f5f5f7;
}
.personal-homepage .com-dynamic-content .opt-item {
    width: 33.33%;
    text-align: center;
    margin: 0;
}
.com-dynamic-content .btm-operate .opt-item:first-child {
    border-left: 2px solid #fff;
}
.com-dynamic-content .opt-item .opt-ico {
    display: inline-block;
    padding-left: 25px;
}
.com-dynamic-content .opt-item .ico-like {
    background: url(../images/personal/index/ico_like.png) no-repeat left center;
    background-size: 20px auto;
}
.com-dynamic-content .opt-item .ico-like-active {
    background: url(../images/personal/index/ico_like_active.png) no-repeat left center;
    background-size: 20px auto;
}
.com-dynamic-content .opt-item .ico-chat {
    background: url(../images/community/ico_chat01.png) no-repeat left center;
    background-size: 20px auto;
}
.com-dynamic-content .opt-item .ico-share {
    background: url(../images/community/ico_share.png) no-repeat left center;
    background-size: 15px auto;
}
.com-dynamic-content .dynamic-box {
    padding: 28px 30px 0 30px;
}
.com-dynamic-content .user-info .rt-text {
    max-width: 520px;
}
.com-dynamic-content .user-info .head-portrait {
    width: 50px;
    height: 50px;
    margin-right: 12px;
    border-radius: 50%;
}
.com-dynamic-content .user-info .user-name {
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    color: #222222;
    padding: 2px 0 8px 0;
}
.com-dynamic-content .user-info .user-name a {
    color: #222;
}
.com-dynamic-content .user-info .time {
    font-size: 13px;
    color: #acacac;
}
.com-dynamic-content .user-info .focus-on,
.com-dynamic-content .user-info .is-focus-on {
    position: relative;
    top: 8px;
    right: 50px;
    display: inline-block;
    width: 82px;
    line-height: 32px;
    border-radius: 5px;
    text-align: center;
    font-size: 15px;
}
.com-dynamic-content .rt-operates .ico-arrow-down {
    position: absolute;
    right: 0;
    top: 8px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 20px;
    border-radius: 5px;
    cursor: pointer;
}
.com-dynamic-content .rt-operates .ico-arrow-down.active,
.com-dynamic-content .rt-operates .ico-arrow-down:hover {
    background-color: #f2f2f2;
}
.com-dynamic-content .rt-operates .com-omit-options {
    right: 0;
    top: 42px;
}
.hide-action .com-omit-options .opt-item {
    line-height: 32px;
    min-width: 50px;
    font-size: 14px;
    color: #747882;
}
.com-dynamic-content .dyn-content {
    position: relative;
    padding: 5px 0 10px 62px;
    z-index: 1;
}
.com-dynamic-content .dyn-content .video-box {
    padding: 4px 0 14px 0;
}
.com-dynamic-content .video-poster {
    position: relative;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    background-color: #000;
}
.com-dynamic-content .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;
}
.com-dynamic-content .video-poster .video-ico-play:hover {
    background-color: rgba(0, 0, 0, .44);
}
.com-dynamic-content .video-poster img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
}
.com-dynamic-content .dyn-content .c-title,
.com-dynamic-content .dyn-content .c-content {
    color: #333333;
    line-height: 1.7;
}
.com-dynamic-content .dyn-content .c-title {
    font-size: 17px;
}
.com-dynamic-content .dyn-content .c-content {
    font-size: 15px;
    padding-bottom: 10px;
}
.com-dynamic-content .dyn-content .c-images {
    padding: 4px 0 14px 0;
    font-size: 0;
    vertical-align: middle;
}
.com-dynamic-content .dyn-content .single-picture {
    display: inline-block;
}
.com-dynamic-content .single-picture img {
    max-width: 300px;
    max-height: 300px;
    vertical-align: middle;
}
.dyn-share-dynamic .single-picture img {
    max-width: 200px;
    max-height: 200px;
}
.V2 .com-dynamic-content .multigraph {
    max-width: initial;
}
.com-dynamic-content .multigraph {
    max-width: 620px;
    margin-top: -10px;
}
.com-dynamic-content .multigraph .mul-item{
    display: inline-block;
    width: 150px;
    height: 150px;
    margin: 10px 10px 0 0;
    overflow: hidden;
}
.dyn-share-dynamic .multigraph .mul-item {
    width: 110px;
    height: 110px;
    margin: 5px 5px 0 0;
}
.com-dynamic-content .multigraph .mul-item:first-child {
    margin-left: 0;
}
.com-dynamic-content .multigraph .mul-item img {
   width: 100%;
   height: 100%;
   object-fit: cover;
   vertical-align: middle;
}
.com-dynamic-content .dyn-content .c-labels {
    margin-left: -10px;
}
.com-dynamic-content .multigraph video {
    max-width: 100% !important;
    height: auto;
}
.dyn-content .c-labels .label-item {
    display: inline-block;
    padding: 8px 10px;
    line-height: 1.6;
    border-radius: 16px;
    background-color: #f3f3f5;
    color: #222222;
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 10px 10px;
}
.com-dynamic-content .dyn-content .view-full-text {
    display: inline-block;
    color: #4e688b;
    font-size: 16px;
    padding-top: 5px;
}
.com-dynamic-content .dyn-content .post-source {
    font-size: 13px;
    line-height: 32px;
    color: #aaaaaa;
}
/* 评论区 */
.com-dynamic-content .comments-modular {
    padding: 0 30px;
}
.comments-modular .color-cyan {
    color: #22b9aa;
}
.comments-modular .comments-list {
    padding-bottom: 40px;
}
.com-dynamic-content .comments-modular .comments-item {
    position: relative;
    min-height: 52px;
    padding: 25px 0 0 73px;
}
.com-dynamic-content .comments-modular .publishing-input-area {
    padding-bottom: 5px;
}
.comments-modular .comments-item .head-portrait {
    position: absolute;
    left: 0;
    top: 25px;
    width: 52px;
    height: 52px;
    border-radius: 50%;
}
.comments-modular .comments-item .textarea-bac {
    width: 100%;
    min-height: 52px;
    padding: 12px 20px;
    border: 1px solid #e3e3e3;
    background-color: #f6f6f6;
}
.comments-modular .comments-item .focus-style {
    border: 1px solid #00b48d !important;
}
.comments-modular .comments-item .textarea {
    width: 100%;
    height: 150px;
    font-size: 15px;
    caret-color: #00b48d;
    outline: none;
    overflow-x: hidden;
    overflow-y: auto;
}
.comments-modular .comments-item .textarea:empty:before {
    content: attr(placeholder);
    color: #ccc;
}
.comments-item .input-btm-opts .submit-btn,
.publish-input-area .input-btm-opts .submit-btn {
    width: 90px;
    line-height: 34px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    border-radius: 5px;
    margin: 13px 0;
    background-color: #d8d8d8;
    cursor: default;
}
.comments-item .input-btm-opts .submit-btn.bac-green,
.publish-input-area .input-btm-opts .submit-btn.bac-green,
._play-pop-up-rt .bac-green {
    background-color: #00b48d !important;
    cursor: pointer;
}
.comments-item .input-btm-opts .opt-ico,
.publish-input-area .input-btm-opts .opt-ico {
    position: relative;
    line-height: 60px;
    font-size: 15px;
    color: #444;
    padding-left: 28px;
    margin-right: 25px;
    cursor: pointer;
}
.comments-item .input-btm-opts .ico-expression,
.publish-input-area .input-btm-opts .ico-expression {
    background: url(../images/community/ico_expression.png) no-repeat left center;
    background-size: auto 24px;
}
.comments-item .input-btm-opts .ico-img,
.publish-input-area .input-btm-opts .ico-img {
    background: url(../images/community/ico_img.png) no-repeat left center;
    background-size: auto 21px;
}
.publish-input-area .input-btm-opts .ico-video {
    background: url(../images/community/ico_video.png) no-repeat left center;
    background-size: auto 19px;
}
.publish-input-area .input-btm-opts .ico-label {
    background: url(../images/community/ico_label.png) no-repeat left center;
    background-size: auto 17px;
}
.publishing-input-area .anonymous-checkbox {
    position: relative;
	margin-right: 25px;
	font-size: 15px;
	line-height: 60px;
	cursor: pointer;
	padding-left: 25px;
	color: #888;
}
.publishing-input-area .anonymous-checkbox .ico-checkbox {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -9px;
	width: 18px;
	height: 18px;
	background: url(../images/checkbox02.png) no-repeat center;
	background-size: contain;
}
.publishing-input-area .anonymous-checkbox input:checked + .ico-checkbox {
	background: url(../images/checkbox01.png) no-repeat center;
}
.comments-item .item-rt-box .user-name {
    font-size: 15px;
    color: #22b9aa;
}
.comments-item .item-rt-box .comment-msg {
    font-size: 14px;
    line-height: 1.6;
    padding: 10px 0;
}
.comments-modular .sub-comment-box {
    background-color: #f6f6f6;
    padding: 10px 15px;
    font-size: 14px;
    line-height: 1.6;
}
.comments-modular .sub-comment-box .see-more-replies {
    padding-top: 5px;
}
.comments-modular .sub-comment-box .sub-comment-item {
    position: relative;
    padding: 3px 0;
}
.comments-modular .sub-comment-item .sub-comment-msg {
    max-width: 600px;
}
.V2 .comments-modular .sub-comment-item .sub-comment-msg {
    max-width: 760px;
}
.comments-modular .sub-comment-item .opts-box {
    display: none;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -12px;
    height: 24px;
}
.comments-modular .sub-comment-box .sub-comment-item:hover .opts-box {
    display: block;
}
.sub-comment-item .opts-box .opt-ico {
    height: 24px;
    cursor: pointer;
    font-size: 13px;
    line-height: 24px;
    color: #959595;
    margin-left: 10px;
    padding-left: 22px;
}
.comments-modular .comments-item .textarea img,
.comments-modular .comments-item img {
    max-width: 24px;
    max-height: 24px;
    vertical-align: middle;
}
.comments-modular .sub-comment-opts {
    font-size: 14px;
    color: #959595;
    padding-top: 10px;
    line-height: 25px;
}
.comments-modular .sub-comment-opts .opt-ico {
    float: left;
    height: 25px;
    cursor: pointer;
    font-size: 14px;
    line-height: 25px;
    color: #959595;
    margin-left: 15px;
    padding-left: 25px;
}
.comments-modular .sub-comment-opts .ico-delete {
    background: url(../images/delete02.png) no-repeat 3px center;
    background-size: auto 21px;
}
.sub-comment-item .opts-box .ico-delete {
    background: url(../images/delete02.png) no-repeat 3px center;
    background-size: auto 18px;
}
.sub-comment-item .opts-box .ico-report {
    background: url(../images/community/ico_report.png) no-repeat 3px center;
    background-size: auto 16px;
}
.comments-modular .sub-comment-opts .ico-report {
    background: url(../images/community/ico_report.png) no-repeat 3px center;
    background-size: auto 18px;
}
.comments-modular .sub-comment-opts .ico-share {
    background: url(../images/community/ico_share.png) no-repeat 4px center;
    background-size: auto 18px;
}
.comments-modular .sub-comment-opts .ico-like {
    background: url(../images/personal/index/ico_like.png) no-repeat 3px center;
    background-size: auto 20px;
}
.sub-comment-item .opts-box .ico-like {
    background: url(../images/personal/index/ico_like.png) no-repeat 3px center;
    background-size: auto 18px;
}
.comments-modular .sub-comment-opts .ico-like-active {
    background: url(../images/personal/index/ico_like_active.png) no-repeat 3px center;
    background-size: auto 20px;
}
.sub-comment-item .opts-box .ico-like-active {
    background: url(../images/personal/index/ico_like_active.png) no-repeat 3px center;
    background-size: auto 18px;
}
.comments-modular .sub-comment-opts .ico-chat {
    background: url(../images/community/ico_chat01.png) no-repeat 3px center;
    background-size: auto 20px;
}
.sub-comment-item .opts-box .ico-chat {
    background: url(../images/community/ico_chat01.png) no-repeat 3px center;
    background-size: auto 18px;
}
.com-dynamic-content .expression-package,
.soc-circle .input-btm-opts .expression-package {
    position: absolute;
    left: 0;
    z-index: 998;
    background: #FFFFFF;
    width: 375px;
    height: 140px;
    line-height: normal;
    padding: 20px 10px 30px 20px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.15);
    -ms-box-shadow: 0px 0px 10px rgba(0,0,0,0.15);
    -o-box-shadow: 0px 0px 10px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.15);
}
.soc-circle .input-btm-opts .expression-package,
.com-dynamic-content .expression-package {
    bottom: 55px;
}
/* 动态/帖子 -结 */
.personal-homepage .multigraph .mul-item {
    width: 160px;
    height: 160px;
}
.personal-homepage .com-dynamic-content .dyn-content {
    padding-right: 50px;
}
/* 个人主页-TA的圈子 -始 */
.personal-homepage .t-circle,
.personal-homepage .t-course {
    padding: 30px 36px 5px 36px;
    background-color: #fff;
}
.personal-homepage .tab-content .public-circle-list {
    font-size: 0;
}
.personal-homepage .public-circle-list li {
    float: none;
    display: inline-block;
    width: 254px;
    height: 284px;
    border: 2px solid #f3f3f3;
    border-radius: 20px;
    overflow: hidden;
    margin: 0 0 14px 14px;
    vertical-align: top;
}
.personal-homepage .public-circle-list .frame {
    height: 178px;
}
.personal-homepage .public-circle-list .frame .table {
    padding-top: 12px;
}
.personal-homepage .public-circle-list .frame .table span {
    padding: 0 5px;
    height: 20px;
    line-height: 20px;
    font-size: 13px;
    border-radius: 5px;
    margin: 0 0 5px 8px;
}
.personal-homepage .public-circle-list .icon-tick,
.personal-homepage .public-circle-list .icon-add {
    top: -29px;
    width: 58px;
    height: 58px;
    margin-left: -29px;
}
.personal-homepage .public-circle-list .icon-tick {
    background-size: 51px auto;
}
.personal-homepage .public-circle-list .icon-add {
    background-size: 58px auto;
}
.personal-homepage .public-circle-list .circle-info h3 {
    font-size: 15px;
    margin: 8px 0;
}
.personal-homepage .public-circle-list .circle-info .btm {
    font-size: 13px;
}
.personal-homepage .public-circle-list .circle-name {
    max-width: 195px;
}
.personal-homepage .public-circle-list .circle-info {
    padding: 30px 10px 0 10px;
}
.personal-homepage .ico-small .ico-live-broadcast-gif {
    margin-top: -9px;
    width: 18px;
    height: 18px;
}
/* 个人主页-TA的圈子 -结 */
/* 个人主页-TA的课程 -始 */
.personal-homepage .tab-content .course-list {
    font-size: 0;
    margin-left: -30px;   
}
.personal-homepage .course-list .list-item {
    display: inline-block;
    width: 348px;
    border: 1px solid #e4e4e4;
    border-radius: 10px;
    margin: 0 0 25px 30px;
    padding: 20px 15px;
}
.personal-homepage .course-list .course-img {
    display: inline-block;
    width: 104px;
    height: 78px;
    border-radius: 5px;
    background-color: #efefef;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-right: 15px;
}
.personal-homepage .course-list .rt-info {
    width: 228px;
    color: #333;
}
.personal-homepage .course-list a {
    color: #333;
}
.personal-homepage .course-list .couser-name {
    font-size: 16px;
    padding-bottom: 8px;
}
.personal-homepage .course-list .lecturer {
    font-weight: bold;
    font-size: 15px;
    padding-bottom: 8px;
}
.personal-homepage .course-list .time {
    font-size: 14px;
    color: #999;
}
/* 个人主页-TA的课程 -结 */
/* 个人主页 -结 */
/* 好友动态 -始 */
.soc-circle.social-updates-page {
    min-height: 920px;
}
.social-updates-page .com-dynamic-content .dynamic-box {
    padding: 20px 40px 0 40px;
}
.social-updates-page .com-dynamic-content .comments-modular {
    padding: 0 40px;
}
/* 好友动态 -结 */
/* 迷你小弹窗 -始 */
.mini-pop-ups {
    position: absolute;
    top: 45px;
    right: -132px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #ccc;
    box-shadow: 0 4px 20px 1px rgba(0,0,0,0.2);
    width: 148px;
    padding: 16px;
    z-index: 999;
}
.mini-pop-ups .pop-ups-text {
    font-size: 12px;
    line-height: 18px;
    color: #333;
}
.mini-pop-ups .pop-ups-text .icon-mark {
    display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align: middle;
    margin-right: 5px;
    background: url(../images/icon_mark.png) no-repeat left center;
    background-size: contain;
}
.mini-pop-ups .pop-ups-btn {
    padding-top: 15px;
    font-size: 0;
    text-align: center;
}
.mini-pop-ups .pop-ups-btn .p-btn {
    display: inline-block;
    width: 40px;
    line-height: 24px;
    font-size: 12px;
    padding: 0 10px;
    margin: 0 5px;
    cursor: pointer;
}
.mini-pop-ups .pop-ups-btn .cancel {
    border: 1px solid #ccc;
    color: #999;
}
.mini-pop-ups .pop-ups-btn .determine {
    border: 1px solid #00b48d;
    background-color: #00b48d;
    color: #fff;
}
/* 迷你小弹窗 -结 */
/* 上传视频窗口 -始 */
.upload-video-window {
    position: absolute;
    top: 55px;
    left: 50%;
    margin-left: -215px;
    width: 430px;
    min-height: 50px;
    background-color: #fff;
    z-index: 99;
    line-height: initial;
    cursor: initial;
}
.upload-video-window .upload-title {
    font-size: 15px;
    font-weight: bold;
    padding: 16px 16px 10px 16px;
}
.upload-video-window .tips-msg {
    font-size: 14px;
    color: #808080;
    padding: 0 16px;
}
.upload-video-window .ico-close {
    top: 0;
    background-size: 12px auto;
}
.upload-video-window .btn-bac {
    background-color: #00b48d;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    font-size: 15px;
    border: 1px solid #00b48d;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.25);
    cursor: pointer;
}
.upload-video-window .btn-bac:hover,
.mini-pop-ups .pop-ups-btn .determine:hover {
    background-color: #04a985;
    border: 1px solid #04a985;
}
.upload-video-window .btn-bac.disable,
.upload-video-window .btn-bac.disable:hover {
    cursor: default;
    background-color: #80dac6;
    border: 1px solid #80dac6;
}
.upload-video-window .upload-btn {
    line-height: 34px;
    width: 90px;
    margin: 20px auto;
}
.upload-video-window .window-btm {
    border-top: 1px solid #ddd;
    padding: 12px 0;
}
.upload-video-window .window-btm .complete-btn {
    width: 68px;
    line-height: 30px;
    margin: 0 auto;
}
.upload-video-window .upload-progress {
    padding: 10px 16px 20px 16px;
    font-size: 14px;
    color: #808080;
}
.upload-video-window .upload-progress .cancel-upload {
    cursor: pointer;
    color: #333333;
}
.upload-video-window .upload-progress .cancel-upload:hover {
    color: #00b48d;
}
.upload-video-window .upload-progress .speed-progress-bac {
    position: relative;
    width: 320px;
    height: 10px;
    border-radius: 5px;
    background-color: #f2f2f5;
    margin: 5px 0;
}
.upload-video-window .speed-progress-bac .speed-progress {
    position: absolute;
    left: 0;
    top: 0;
    height: 10px;
    border-radius: 5px;
    background-color: #00b48d;
}
.upload-video-window .upload-progress .msg {
    padding-top: 5px;
}
.upload-video-window .upload-progress .upload-again {
    color: #00b48d;
    cursor: pointer;
}
.upload-video-window .upload-succeeded {
    position: relative;
    padding: 10px 16px 20px 16px;
    text-align: center;
}
.upload-video-window .upload-succeeded .upload-again {
    position: absolute;
    right: 16px;
    top: 10px;
    font-size: 12px;
    cursor: pointer;
    color: #333;
}
.upload-video-window .upload-again .icoft-load {
    font-size: 12px;
    vertical-align: middle;
    margin-right: 4px;
}
.upload-video-window .upload-succeeded .upload-again:hover {
    color: #00b48d;
}
.upload-video-window .upload-succeeded .msg {
    font-size: 14px;
    line-height: 24px;
}
.upload-video-window .upload-succeeded .msg .icoft-success {
    color: #00b48d;
    vertical-align: middle;
    margin-right: 5px;
}
.upload-video-window .upload-succeeded .video-name {
    font-size: 12px;
    color: #808080;
    line-height: 20px;
}
.upload-video-window .video-container {
    position: relative;
    padding: 10px 16px 30px 16px;
}
.upload-video-window .video-container .video-img {
    position: relative;
    width: 170px;
    height: 100px;
    background-color: #efefef;
}
.upload-video-window .video-container .ico-video {
    position: absolute;
    left: 5px;
    bottom: 5px;
    width: 20px;
    height: 20px;
    background: url(../images/community/ico_video01.png) no-repeat center;
    background-size: contain;
    overflow: hidden;
}
.upload-video-window .video-container .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .2);
}
.upload-video-window .video-container .duration {
    position: absolute;
    left: 30px;
    bottom: 5px;
    color: #fff;
    line-height: 20px;
    font-size: 14px;
}
.upload-video-window .video-container .video-edit {
    position: absolute;
    right: 16px;
    top: 10px;
    font-size: 14px;
    color: #333;
    cursor: pointer;
}
.upload-video-window .video-container .video-edit:hover {
    color: #00b48d;
}
.upload-video-window .video-container .icoft-edit {
    font-size: 14px;
    margin-right: 4px;
    vertical-align: middle;
}
.upload-video-window .mini-pop-ups {
    top: 38px;
    right: -142px;
}
/* 上传视频窗口 -结 */
/* 视频 -始*/
.video-js .vjs-big-play-button {
    top: 50%;
    left: 50%;
    width: 54px;
    height: 54px;
    line-height: 54px;
    font-size: 40px;
    background: rgba(0,0,0,.4);
    border-radius: 50%;
    border: none;
    margin: -27px 0 0 -27px;
}
/* 视频 -结*/
/* 播放弹出窗口 -始 */
._play-pop-up {
    position: absolute;
    max-width: 1314px;
    max-height: 616px;
    min-width: 790px;
    min-height: 320px;
    background-color: #eee;
}
._play-pop-up .close {
    position: absolute;
    width: 30px;
    height: 30px;
    font-size: 0;
    z-index: 1;
    top: -18px;
    right: -18px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: url(../images/close_while.png) no-repeat center #3a3b3b;
    background-size: 15px auto;
    cursor: pointer;
    box-shadow: 0 0 8px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .5);
    -ms-box-shadow: 0 0 8px rgba(0, 0, 0, .5);
    -o-box-shadow: 0 0 8px rgba(0, 0, 0, .5);
}
/* 左边区域 */
._play-pop-up ._play-pop-up-lf {
    background-color: #000;
}
._play-pop-up ._play-pop-up-lf .video-area {
    position: relative;
    min-width: 500px;
    min-height: 282px;
    max-width: 1020px;
    max-height: 575px;
    z-index: 9;
}
._play-pop-up ._play-pop-up-lf .btm-operate-area {
    background: #333;
    padding: 0 10px;
    height: 40px;
    color: #fff;
    font-size: 0;
}
._play-pop-up-lf .btm-operate-area li {
    position: relative;
    display: inline-block;
    height: 100%;
    margin: 0 10px;
}
._play-pop-up-lf .btm-operate-area .btm-ico {
    display: inline-block;
    height: 18px;
    line-height: 18px;
    margin: 11px 0;
    font-size: 13px;
    padding-left: 20px;
    cursor: pointer;
}
._play-pop-up-lf .btm-operate-area .ico-share {
    background: url(../images/community/ico_share_white.png) no-repeat center left;
    background-size: 13px auto;
}
._play-pop-up-lf .btm-operate-area .ico-comment {
    background: url(../images/community/ico_comment_white.png) no-repeat center left;
    background-size: 15px auto;
}
._play-pop-up-lf .btm-operate-area .ico-like {
    background: url(../images/community/ico_like_white.png) no-repeat center left;
    background-size: 15px auto;
}
._play-pop-up-lf .btm-operate-area .ico-like-active {
    background: url(../images/community/ico_like_active.png) no-repeat center left;
    background-size: 15px auto;
}
._play-pop-up-rt .cmt-li-opt .inner-box .time {
    line-height: 18px;
}
/* 右边区域 */
._play-pop-up ._play-pop-up-rt {
    padding: 16px 0 16px 16px;
    width: 274px;
    background-color: #fff;
}
._play-pop-up ._play-pop-up-rt .scroller-box {
    position: relative;
    max-height: 583px;
    min-height: 290px;
    overflow-y: auto;
    overflow-x: hidden;
}
._play-pop-up-rt .scroller-box .inner-box {
    width: 254px;
}
._play-pop-up-rt .inner-box .head-portrait {
    width: 50px;
    height: 50px;
    margin-right: 10px;
    border-radius: 50%;
    background-color: #efefef;
}
._play-pop-up-rt .inner-box .user-name {
    display: inline-block;
    font-size: 15px;
    color: #222222;
    padding: 2px 0 8px 0;
    max-width: 190px;
}
._play-pop-up-rt .inner-box .time {
    font-size: 12px;
    color: #acacac;
}
._play-pop-up-rt .inner-box .dyn-content {
    padding-top: 10px;
    font-size: 15px;
    color: #333;
    margin-bottom: 6px;
}
._play-pop-up-rt .inner-box .deletion {
    max-height: 69px;
    overflow: hidden;
    word-wrap: break-word;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
._play-pop-up-rt .inner-box a {
    color: #666;
}
._play-pop-up-rt .inner-box .see-more-text {
    font-size: 14px;
    color: #666;
    line-height: 20px;
    margin-bottom: 8px;
}
._play-pop-up-rt .see-more-text .ico-arrow {
    position: relative;
    top: 2px;
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../images/community/arrow_down.png) no-repeat center;
    background-size: 12px auto;
    vertical-align: top;
}
._play-pop-up-rt .dyn-comment {
    border-top: 1px solid #ddd;
    font-size: 13px;
    margin-bottom: 20px;
}
._play-pop-up-rt .dyn-comment .dyn-comment-title {
    position: relative;
    line-height: 36px;
    font-weight: bold;
    padding-left: 10px;
}
._play-pop-up-rt .dyn-comment-title .flag {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -7px;
    width: 2px;
    height: 14px;
    background-color: #00b48d;
}
._play-pop-up-rt .dyn-comment .comment-box {
    background-color: #f2f2f5;
    min-height: 50px;
    padding: 10px 8px;
    word-break: break-all;
}
._play-pop-up-rt .cmt-publish .textarea {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 6px;
    outline: none;
    font-size: 13px;
    max-height: 90px;
    overflow-y: auto;
}
._play-pop-up-rt hr,
._play-pop-up-rt img {
    width: 20px;
    height: 20px;
    vertical-align: top;
}
._play-pop-up-rt .cmt-publish .textarea:empty::before {
    content: attr(placeholder);
    color: #ccc;
}
._play-pop-up-rt .cmt-publish .textarea:focus {
    border: 1px solid #00b48d;
}
._play-pop-up-rt .input-btm-opts {
    padding: 8px 0 0 0;
}
._play-pop-up-rt .input-btm-opts .submit-btn {
    width: 62px;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    background-color: #d8d8d8;
    cursor: pointer;
}
._play-pop-up-rt .input-btm-opts .opt-ico {
    width: 20px;
    height: 26px;
    cursor: pointer;
    margin: 0 5px;
}
._play-pop-up-rt .input-btm-opts .ico-expression {
    background: url(../images/community/ico_expression.png) no-repeat left center;
    background-size: 19px auto;
}
._play-pop-up-rt .input-btm-opts .ico-img {
    background: url(../images/community/ico_img.png) no-repeat left center;
    background-size: 17px auto;
}
._play-pop-up .expression-package {
    position: fixed;
    z-index: 1000;
    background: #FFFFFF;
    width: 360px;
    height: 140px;
    line-height: normal;
    padding: 10px 10px 15px 10px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.15);
    -ms-box-shadow: 0px 0px 10px rgba(0,0,0,0.15);
    -o-box-shadow: 0px 0px 10px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.15);
}
._play-pop-up .expression-package img {
    width: 24px;
    height: 24px;
}
._play-pop-up-rt .comment-list-li .sub-comment-box {
    padding: 5px 10px;
    background-color: #fff;
    margin-top: 10px;
    border-radius: 2px;
}
.comment-list-li .sub-comment-box .sub-comment-item {
    border-top: 1px solid #efefef;
    padding: 5px 0;
}
.comment-list-li .sub-comment-box .sub-comment-item:first-child {
    border-top: 0;
}
.comment-list-li .sub-comment-box .see-more {
    text-align: center;
    padding: 5px 0 10px 0;
}
.comment-list-li .sub-comment-box .see-more:hover {
    color: #00b48d;
}
.comment-list-li .sub-comment-box .msg {
    padding-bottom: 2px;
}
._play-pop-up-rt .comment-box .comment-list-li {
    border-bottom: 1px solid #ddd;
    padding: 8px 0;
}
._play-pop-up-rt .comment-box .comment-list-li:last-child {
    border: 0;
}
._play-pop-up-rt .comment-list-li .cmt-li-opt {
    padding-top: 5px;
    font-size: 13px;
    min-height: 18px;
}
._play-pop-up-rt .comment-list-li .cmt-opts {
    display: none;
}
._play-pop-up-rt .comment-list-li .cmt-comment-item:hover .cmt-opts,
.comment-list-li .sub-comment-box .sub-comment-item:hover .cmt-opts {
    display: block;
}
._play-pop-up-rt .cmt-li-opt .opt-ico {
    width: 18px;
    height: 18px;
    cursor: pointer;
    margin: 0 5px;
}
._play-pop-up-rt .cmt-li-opt .ico-like {
    background: url(../images/community/ico_like.png) no-repeat center;
    background-size: 16px auto;
}
._play-pop-up-rt .cmt-li-opt .ico-like-active {
    background: url(../images/community/ico_like_active.png) no-repeat center;
    background-size: 16px auto;
}
._play-pop-up-rt .cmt-li-opt .ico-chat {
    /* background: url(../images/community/ico_chat.png) no-repeat center;
    background-size: 16px auto; */
    background: url(../images/community/ico_chat01.png) no-repeat center;
    background-size: 17px auto;
}
._play-pop-up-rt .cmt-li-opt .ico-delet {
    background: url(../images/delete02.png) no-repeat center;
    background-size: auto 18px;
}
._play-pop-up-rt .cmt-li-opt .ico-report {
    background: url(../images/community/ico_report.png) no-repeat center;
    background-size: 16px auto;
}
.comment-list-li .cmt-li-opt .btn-text {
    cursor: pointer;
}
.comment-list-li .cmt-li-opt .btn-text:hover,
._play-pop-up-rt .dyn-comment .see-more-comments:hover {
    color: #00b48d;
}
._play-pop-up-rt .dyn-comment .in-list-item {
    background-color: #fff;
    padding: 8px;
    margin-top: 5px;
}
._play-pop-up-rt .dyn-comment .see-more-comments {
    font-size: 13px;
    line-height: 36px;
    height: 36px;
    text-align: center;
    color: #333;
    cursor: pointer;
}
/* 播放弹出窗口 -结 */
/* 西瓜播放器 -始 */
.xgplayer-skin-default .xgplayer-enter .xgplayer-enter-spinner {
	width: 70px;
	height: 70px;
}
/* 西瓜播放器 -结 */
/* 动态帖子 -放大图片 -始 */
.com-dynamic-content .c-enlarge-image {
    background-color: #f4f5f7;
}
.c-enlarge-image .image-show-box {
    width: 534px;
}
.c-enlarge-image .tab-control {
    padding: 7px 0;
}
.c-enlarge-image .tab-control .ctrl-item {
    line-height: 10px;
    font-size: 12px;
    color: #333;
    margin: 5px 0;
    padding: 0 8px;
    border-left: 1px solid #d9d9d9;
}
.c-enlarge-image .tab-control .ctrl-item:first-child {
    border-left: 1px solid #f4f5f7;
}
.c-enlarge-image .tab-control .item-pd {
    position: relative;
    padding-left: 16px;
    cursor: pointer;
}
.c-enlarge-image .tab-control .ico {
    position: absolute;
    left: 0;
    top: 50%;
    width: 13px;
    height: 13px;
    margin-top: -6.5px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
}
.c-enlarge-image .tab-control .item-pd:hover {
    color: #00b48d;
}
.c-enlarge-image .tab-control .ico-put-away {
    background-image: url(../images/community/ico_put_away.png);
}
.c-enlarge-image .tab-control .ico-lf-rotate {
    background-image: url(../images/community/ico_lf_rotate.png);
}
.c-enlarge-image .tab-control .ico-rt-rotate {
    background-image: url(../images/community/ico_rt_rotate.png);
}
.c-enlarge-image .tab-control .put-away:hover .ico-put-away {
    background-image: url(../images/community/ico_put_away_active.png);
}
.c-enlarge-image .tab-control .lf-rotate:hover .ico-lf-rotate {
    background-image: url(../images/community/ico_lf_rotate_active.png);
}
.c-enlarge-image .tab-control .rt-rotate:hover .ico-rt-rotate {
    background-image: url(../images/community/ico_rt_rotate_active.png);
}
.c-enlarge-image .big-picture {
    position: relative;
    width: 500px;
    text-align: center;
    overflow: hidden;
}
.c-enlarge-image .big-picture img {
    width: 100%;
    height: auto;
}
.c-enlarge-image .thumbnail-box {
    padding: 10px 0;
}
.c-enlarge-image .thumbnail-box .thumbnail {
    width: 53px;
    height: 52px;
    padding: 3px;
    overflow: hidden;
    cursor: pointer;
    opacity: .5;
}
.c-enlarge-image .thumbnail-box .thumbnail:hover,
.c-enlarge-image .thumbnail-box .thumbnail.active {
    border: 2px solid #00b48d;
    padding: 1px;
    opacity: 1;
}
.c-enlarge-image .thumbnail-box .thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* 动态帖子 -放大图片 -结 */
/* 动态帖子 -分享动态/帖子 -始 */
.com-dynamic-content .dyn-share-box {
    background-color: #f4f5f7;
    margin: 4px 0 14px 0;
    padding: 20px;
}
.com-dynamic-content .color-grey {
    color: #888 !important;
}
.com-dynamic-content .dyn-share-box .dyn-share-top {
    padding-bottom: 5px;
    line-height: 22px;
}
.com-dynamic-content .dyn-share-top .author {
    font-size: 16px;
    color: #333;
}
.com-dynamic-content .dyn-share-top .a-position {
    padding-left: 10px;
    font-size: 12px;
    color: #999EAA;
}
.com-dynamic-content .dyn-share-post {
    width: 750px;
    background-color: #fff;
    margin: 5px 0;
}
.com-dynamic-content .dyn-share-post .post-img {
    width: 100px;
    height: 100px;
    overflow: hidden;
}
.com-dynamic-content .dyn-share-post .rt-text {
    width: 700px;
    padding: 10px 20px;
    font-size: 15px;
}
.com-dynamic-content .dyn-share-post .post-img + .rt-text {
    width: 570px;
}
.personal-homepage .com-dynamic-content .dyn-share-post .rt-text {
    width: 615px;
}
.personal-homepage .dyn-share-post .post-img + .rt-text {
    width: 480px;
}
.personal-homepage .com-dynamic-content .dyn-share-post {
    width: 655px;
}
.com-dynamic-content .dyn-share-post .post-title {
    color: #333;
    padding: 5px 0;
}
.com-dynamic-content .dyn-share-post .post-des {
    color: #888;
    line-height: 1.6;
}
/* 动态帖子 -分享动态/帖子 -结 */