:root {
    --zerocircle-default-color: #5D87FF;
    --zerocircle-default-button: #5D87FF;
    --zerocircle-default-button-hover: #2d64ff;
    --zerocircle-default-buttontext: #FFFFFF;
}

/* v4圈子开始 */
.zeroui-ticon {
    -webkit-text-stroke-width: unset !important;
    margin-right: 5px;
}

.zerov4-circle-editor {
    padding: 15px;
    position: relative;
    border: 1px solid #f7f7f7;
    border-radius: 5px;
}

.zerov4-circle-editor input,
.zerov4-circle-editor textarea {
    border: 0;
    font-family: inherit;
    font-style: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
    word-wrap: break-word;
    box-sizing: border-box;
    resize: none;
}

.zerov4-editor-title .editor-input {
    padding: 0 !important;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 10px !important;
    line-height: 24px;
    width: 100%;
    outline: 2px solid transparent;
    outline-offset: 2px;
    border-bottom: 1px solid #f7f7f7;
    transition: border 1s;
}

.zerov4-editor-content .editor-textarea {
    width: 100%;
    padding: 12px 0;
    font-size: 15px;
    line-height: 22px;
}

.editor-content-after .circle-text-hash {
    color: #979797;
    font-size: 12px;
}

.editor-content-after .circle-text-hash a {
    font-size: 12px;
    color: #5D87FF;
    background-color: #f3f6ff;
    padding: 3px 5px;
    border-radius: 5px;
}

.editor-content-after .circle-text-hash a>i {
    -webkit-text-stroke-width: unset !important;
    margin-right: 5px;
}

.zerov4-editor-hash {
    color: #979797;
    font-size: 12px;
}

.zerov4-editor-hash a {
    font-size: 12px;
    color: #5D87FF;
    background-color: #f3f6ff;
    padding: 3px 5px;
    border-radius: 5px;
}

.zerov4-editor-btngroup {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0px 0px;
}

.zerov4-editor-btngroup .selector-inner button {
    background-color: #fa896b !important;
    color: #FFF !important;
}

.zerov4-editor-btngroup .selector-inner button:hover {
    background-color: #c86e56 !important;
}

.zerov4-editor-btn-l>.d-flex {
    align-items: center;
    gap: 15px;
}

.zerov4-editor-btn-l>.d-flex>a {
    color: var(--zeroacticle-default-color);
    font-size: 14px;
}

.zerov4-editor-btn-l>.d-flex>a>i {
   -webkit-text-stroke-width: unset !important;
    margin-right: 5px;
}

.zerov4-editor-left-box {
    display: flex;
    align-items: center;
    gap: 15px;
}

.zerov4-editor-left-link {
    color: var(--zeroacticle-default-color);
    font-size: 14px;
}

.zerov4-editor-btn-r {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.zerov4-editor-btn-r .dropdown .nav-icon-hover.btn-setting {
    font-size: 14px !important;
}

.zerov4-editor-btn-r .dropdown i {
    -webkit-text-stroke-width: unset !important;
    margin-right: 5px;
}

.zerov4-editor-btn-r .dropdown .dropdown-menu .dropdown-item {
    cursor: pointer;
}

.zerov4-editor-btn-r .dropdown .dropdown-menu .dropdown-item:hover {
    color: #5d87ff !important;
}

.zerov4-editor-right-box .zerov4-dropdown {
    font-size: 14px;
}

.zerov4-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px 15px;
    border: unset;
    border-radius: 20px;
    background-color: var(--zerocircle-default-button) !important;
    color: var(--zerocircle-default-buttontext) !important;
}

.zerov4-btn:hover {
    background-color: var(--zerocircle-default-button-hover) !important;
}

.zerov4-editor-btn-r .zerov4-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px 15px;
    border: unset;
    border-radius: 20px;
    background-color: var(--zerocircle-default-button);
    color: var(--zerocircle-default-buttontext);
}

.zerov4-circle-my-login {
    margin-bottom: 20px;
}

.zerov4-circle-my-login-box {
    display: flex;
    align-items: center;
}

.zerov4-circle-my-login-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
    flex: 0 0 auto;
}

.zerov4-circle-my-login-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.zerov4-circle-my-login-info {
    color: var(--zeroacticle-default-color);
}

.zerov4-circle-my-login-user {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.c-user-grade {
    width: 35px;
    height: auto;
    display: block;
}

.c-user-grade img {
    width: 100%;
    height: 100%;
}

.zerov4-circle-my-login-info h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0px;
}

.zerov4-circle-my-login-info p {
    font-size: 12px;
    margin-bottom: 0;
}

.zerov4-circle-userinfo {
    margin-bottom: 10px;
}

.zerov4-circle-userinfo-list {
    background-color: #F6F6F6;
    padding: 10px;
    border-radius: 5px;
}

.zerov4-circle-userinfo-box {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-bottom: 0;
}

.zerov4-circle-userinfo-item {
    padding: 5px;
}

.zerov4-circle-userinfo-link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: var(--zeroacticle-default-color);
}

.zerov4-circle-userinfo-link span:nth-child(1) {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 2px;
}

.zerov4-circle-userinfo-link span small {
    font-size: 10px;
    margin-left: 2px;
}

.zerov4-circle-userinfo-link span:nth-child(2) {
    font-size: 12px;
    color: #979797;
}

.zerov4-circle-mycircle-list {
    margin-bottom: 20px;
}

.zerov4-circle-mycircle-text.no-circle,
.zerov4-circle-tjcircle-text.no-circle {
    text-align: center;
    padding: 20px;
    background: #F6F6F6;
    color: var(--zeroacticle-default-color);
    border-radius: 5px;
}

.zerov4-circle-mycircle-item {
    display: flex;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
}

.zerov4-circle-mycircle-link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px 0px;
    flex: 0 0 auto;
    width: 25%;
}

.zerov4-circle-mycircle-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 10px;
}

.zerov4-circle-mycircle-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.zerov4-circle-mycircle-info {
    color: var(--zeroacticle-default-color);
}

.zerov4-circle-mycircle-info h4 {
    font-size: 13px;
    margin-bottom: 0;
}

.zerov4-circle-tjcircle-list {
    margin-bottom: 20px;
}

.zerov4-circle-tjcircle-list-title {
    font-size: 14px;
    color: var(--zeroacticle-default-color);
    font-weight: 600;
    margin-bottom: 5px;
}

.zerov4-circle-btngroup {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 10px;
}

.zerov4-circle-btngroup .zerov4-circle-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    border-radius: 20px;
    background-color: #5D87FF;
    color: var(--zerocircle-default-buttontext);
    width: 100%;
}

.zerov4-circle-head {
    border-bottom: 1px solid #f7f7f7;
    margin-bottom: 20px;
}

.zerov4-circle-head-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.zerov4-circle-home-nav {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    flex: 0 0 auto;
}

.zerov4-circle-home-nav .home-nav-item {
    margin: 0px 15px;
    position: relative;
}

.zerov4-circle-home-nav .home-nav-link {
    color: var(--zeroacticle-default-color);
    font-size: 16px;
}

.zerov4-circle-home-nav .home-nav-link.active {
    color: #5D87FF;
    font-weight: 600;
}

.zerov4-circle-home-nav .home-nav-link.active::after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #5D87FF;
    position: absolute;
    bottom: -10px;
    left: 0;
    /* z-index: 1; */
    transition: all 0.3s;
    border-radius: 10px;
}

.zerov4-circle-home-right {
    display: flex;
    align-items: center;
    gap: 15px;
    flex: 0 0 auto;
}

.zerov4-circle-home-search {
    flex: 0 0 auto;
}

.zerov4-circle-home-search-right {
    display: flex;
    align-items: center;
    gap: 15px;
}

.zerov4-circle-home-refresh {
    flex: 0 0 auto;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f2f5ff;
    color: #5D87FF;
    cursor: pointer;
}

.zerov4-circle-home-refresh i {
    -webkit-text-stroke-width: unset;
    font-size: 18px;
}

.zerov4-circle-ajax-success {
    position: fixed; /* 改为 fixed 以相对于视口固定 */
    top: 130px; /* 距离屏幕顶部 130px */
    right: 0;
    left: 0;
    margin: auto;
    z-index: 100;
}

.zerov4-circle-ajax-success i {
    border-radius: 50%;
    width: 20px;
    height: 20px;
    background-color: var(--zerocircle-default-buttontext);
    color: var(--zerocircle-default-color);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.zerov4-circle-ajax-success-box {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.zerov4-circle-ajax-success-body {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--zerocircle-default-color);
    padding: 5px 15px;
    border-radius: 20px;
    color: #FFF;
}

.zerov4-circle-ajax-success-box p {
    margin-bottom: 0;
}

.zerov4-circle-home-select .dropdown-menu .dropdown-item {
    color: var(--zeroacticle-default-color);
}

.zerov4-circle-home-select .dropdown-menu {
    z-index: 1001;
}

.zerov4-circle-home-search .form-control {
    border-radius: 20px;
    padding: 10px;
    line-height: 1;
    background-color: #f1f1f1;
}

.zerov4-circle-content-box {
    padding: 20px;
}

.zerov4-circle-content-item-content-pending {
    color: #FFF;
    background-color: #ff6565;
    padding: 4px 10px;
    border-radius: 50px;
}

.zerov4-circle-content-item-content-pending-icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
    opacity: .3;
}

.zerov4-circle-content-item-content-premium-icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 150px;
}

/* 首页tab开始 */

.tab-section-row .zerov4-circle-content-item-content-premium-icon {
    position: absolute;
    bottom: 75px;
    right: 0px;
    width: 100px;
    top: unset !important;
    display: none !important;
}

.tab-section-row .zerov4-circle-content-item {
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #f5f5f5;
}

.tab-section-row .zerov4-circle-content-layout {
    position: relative;
    overflow: hidden;
}

.tab-section-row .zerov4-circle-content-layout.sticky::after {
    position: absolute;
    content: "\ec9c";
    font-family: "tabler-icons" !important;
    background-color: #ffcdcd;
    color: #FFF;
    font-size: 16px;
    top: 0;
    padding: 0px 1px;
    border-radius: 4px;
}

.tab-section-row .zerov4-circle-content-layout.premium::after {
    position: absolute;
    content: "\eb2e";
    font-family: "tabler-icons" !important;
    background-color: #ffeba0;
    color: #FFF;
    font-size: 16px;
    top: 0;
    padding: 0px 1px;
    border-radius: 4px;
}

.tab-section-row .zerov4-circle-content-layout.premium .zerov4-circle-content-item {
    border: 1px solid #ffeba0 !important;
}

.tab-section-row .zerov4-circle-content-layout.sticky .zerov4-circle-content-item {
    border: 1px solid #ffcdcd !important;
}

.tab-section-row .zerov4-circle-content-item-user-avatar {
    width: 35px;
    height: 35px;
}

.tab-section-row .zerov4-circle-content-item-user-name {
    margin-bottom: 2px;
}

.tab-section-row .zerov4-circle-content-item-user-name h4 {
    font-size: 14px;
}

.tab-section-row .zerov4-circle-content-item-user-info p {
    font-size: 12px;
}

.tab-section-row .zerov4-circle-content-item::after {
    display: none;
}

.tab-section-row .zerov4-circle-content-item-content-box {
    -webkit-line-clamp: 3;
    height: 80px;
}

.tab-section-row .zerov4-circle-content-item-content-box p {
    font-size: 14px;
}

.tab-section-row .zerov4-circle-content-item-comment {
    display: none;
}

.tab-section-row .zerov4-circle-content-item-footer-box {
    flex-wrap: wrap;
}

.tab-section-row .zerov4-circle-content-item-content-file,
.tab-section-row .zerov4-circle-content-item-content-privacy,
.tab-section-row .zerov4-circle-content-item-content-video {
    display: none !important;
}

.tab-section-row .zerov4-circle-content-item-content-images {
    margin: 0 !important;
}

.tab-section-row .zerov4-circle-content-item-content-images>.col {
    display: none !important;
}

.tab-section-row .zerov4-circle-content-item-content-images::after {
    font-family: "tabler-icons" !important;
    content: "\fd4a";
    position: absolute;
    top: -10px;
    right: 0;
    font-size: 50px;
    color: #f5f5f5;
}

.tab-section-row .zerov4-circle-content-item-footer-left {
    gap: 5px;
}

.tab-section-row .circle-item-footer-icon {
    padding: 0 10px 0 8px;
    height: 25px;
    grid-gap: 2px;
}

.tab-section-row .circle-item-footer-icon i {
    width: 15px;
    height: 15px;
    line-height: 15px;
    font-size: 12px;
}

.tab-section-row .circle-item-footer-icon span {
    font-size: 12px;
}

.tab-section-row .zerov4-circle-content-item-footer-right {
    width: 100%;
    margin-top: 10px;
}

.tab-section-row .circle-item-footer-data-list {
    justify-content: space-between;
    gap: unset;
    width: 100%;
}

.tab-section-row .circle-item-footer-data-item button {
    padding: 0px;
    border: unset !important;
}

.tab-section-row .circle-item-footer-data-item button.liked {
    color: #ff8080;
}

.tab-section-row .circle-item-footer-data-item button i {
    -webkit-text-stroke-width: unset !important;
}

.tab-section-row .circle-item-footer-data-item small {
    display: none;
}

.tab-section-row .circle-item-footer-data-item:nth-last-child(1) {
    display: none;
}



/* 首页tab结束 */

.zerov4-circle-content-item::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: rgba(0,0,0,.07);
    margin-top: 40px;
    margin-bottom: 40px;
}

.zerov4-circle-content-item-user {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.zerov4-circle-content-item-user-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
    flex: 0 0 auto;
}

.zerov4-circle-content-item-user-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.zerov4-circle-content-item-user-info {
    color: var(--zeroacticle-default-color);
}

.zerov4-circle-content-item-user-name {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.zerov4-circle-content-item-user-name h4 {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 600;
}

.zerov4-circle-content-item-user-info p {
    margin-bottom: 0;
    color: #979797;
}

.zerov4-circle-content-item-content {
    margin-bottom: 20px;
}

.zerov4-circle-content-item-content .content-title {
    font-size: 17px;
    margin-bottom: 5px;
    color: #222222;
    font-weight: 600;  
}

.zerov4-circle-content-item-content a {
    color: var(--zeroacticle-default-color);
    font-size: 15px;
    line-height: 26px;
}

.zerov4-circle-content-item-content p {
    margin-bottom: 0;
}

.zerov4-circle-content-item-content-clamp {
    color: var(--zeroacticle-default-color) !important;
}

.zerov4-circle-content-item-content-box {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    word-wrap: break-word;
}

.zerov4-circle-content-item-content-privacy {
    margin-top: 10px;
}

.zerov4-circle-content-item-content-privacy .zeroui-hidden-open {
    font-size: 12px;
    color: var(--zeroacticle-default-color);
}

.zerov4-circle-content-item-content-privacy .zeroui-hidden-open-text {
    font-size: 14px;
    color: var(--zeroacticle-default-color);
    margin-top: 5px;
}

.zerov4-circle-content-item-content-privacy i {
    -webkit-text-stroke-width: unset !important;
}

.zerov4-circle-content-item-content-privacy .zeroui-hidden-close {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: var(--zeroacticle-default-color);
}

.zerov4-circle-content-item-content-privacy button {
    padding: 5px;
    font-size: 14px;
}

.zerov4-circle-content-item-content-images img {
    border-radius: 7px;
}

.zerov4-circle-content-item-content-clamp.zeroui-oneimg {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.zeroui-oneimg .zeroui-content-oneimg {
    width: 65%;
    flex: 0 0 auto;
}

.zeroui-oneimg .zeroui-content-oneimg-img {
    width: 230px;
    height: 130px;
    object-fit: cover;
    border-radius: 7px;
}

.zeroui-content-manyimg-img {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 20px;
}

.zeroui-content-manyimg-img-item {
    position: relative;
    width: 120px;
    height: 120px;
    flex: 0 0 auto;
    overflow: hidden;
    border-radius: 5px;
}

.zeroui-content-manyimg-img-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.zeroui-content-manyimg-img-item.manyimg-item-last::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 70%);
    position: absolute;
    bottom: 0;
}

.manyimg-item-last .manyimg-item-imagenum {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    color: #FFF;
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.zerov4-circle-content-item-content .zeroui-read-more {
    text-align: center;
    width: 100%;
    margin-top: 10px;
}

.show-full-content {
    -webkit-line-clamp: unset;
    overflow: visible;
}

.zerov4-circle-content-item-content .zeroui-read-more span {
    font-size: 14px;
    background: #5D87FF;
    color: #FFF;
    padding: 2px 15px;
    border-radius: 20px;
    display: inline-block;
}

.show-full-content {
    -webkit-line-clamp: unset;
    overflow: visible;
}

.zerov4-circle-content-item-footer-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.circle-item-footer-icon {
    padding: 0 12px 0 8px;
    height: 30px;
    line-height: 18px;
    background-color: #f6f7f9;
    border-radius: 16px;
    font-size: 13px;
    color: #61666D;
    display: flex;
    align-items: center;
    grid-gap: 4px;
}

.zerov4-circle-content-item-footer-left {
    display: flex;
    align-items: center;
    gap: 15px;
}

.circle-item-footer-icon i {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    border-radius: 50px;
    background: rgba(56, 88, 246, var(--opacity, 0.1));
    color: #3858f6;
    font-weight: 600;
    font-size: 14px;
}

.circle-item-footer-icon img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    overflow: hidden;
    object-fit: cover;
    margin-right: 5px;
}

.circle-item-footer-icon span {
    font-size: 14px;
    color: var(--zeroacticle-default-color);
}

.circle-item-footer-data-list {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 0;
}

.circle-item-footer-data-item {
    color: var(--zeroacticle-default-color);
    font-size: 15px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.circle-item-footer-data-item button {
    padding: 0;
    border: unset !important;
    display: flex;
    align-items: center;
}

.circle-item-footer-data-item i {
    -webkit-text-stroke-width: unset !important;
    margin-right: 3px;
    font-size: 18px;
}

.circle-item-footer-data-item button.liked {
    color: #ff8080;
}

.circle-item-footer-data-item:nth-last-child(2) button.liked {
    color: #ffca00;
}

.circle-item-footer-data-item small {
    font-size: 12px;
}

.zerov4-circle-content-item-comment {
    background-color: #f7f7f7;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 20px;
    position: relative;
}

.zerov4-circle-content-item-comment-box {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.zerov4-circle-content-item-comment-box img {
    width: 20px;
    height: 20px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 5px;
}

.zerov4-circle-content-item-comment-box h4 {
    margin-bottom: 0;
    font-size: 14px;
    color: var(--zeroacticle-default-color);
}

.zerov4-circle-content-item-comment-content {
    color: var(--zeroacticle-default-color) !important;
    font-size: 12px;
}

.zerov4-circle-content-item-comment-content p {
    margin-bottom: 0;
}

.zerov4-circle-content-item-comment-content.zeroui-shenping::after {
    content: "";
    background: url("../images/comment/shenping.png");
    position: absolute;
    width: 35px;
    height: 32px;
    background-repeat: no-repeat;
    background-size: contain;
    top: 0;
    right: 0px;
    background-position: 100% 100%;
    opacity: 0.8;
}

/* 用户弹出卡片 */

.zerov4-circle-content-item {
    position: relative;
}
.zerov4-circle-content-item-head {
    position: relative;
    display: inline-block;
}
.zerov4-circle-content-item-user {
    position: relative;
}
.zerov4-user-details {
    position: absolute;
    background-color: white;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    display: none;
    left: 0;
    top: 45px;
    width: 300px;
    border-radius: 7px;
    overflow: hidden;
}

.zerov4-user-details-bgimg {
    width: 100%;
    height: 90px;
    overflow: hidden;
    position: relative;
}

.zerov4-user-details-bgimg::after {
    content: "";
    position: absolute;
    background: linear-gradient(180deg, hsla(0, 0%, 98%, 0), hsla(0, 0%, 98%, .95) 85%, #f6f7f9);
    width: 100%;
    left: 0;
    z-index: 0;
    bottom: -1px;
    height: 40px;
}

.zerov4-user-details-bgimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.zerov4-user-details-body {
    padding: 15px 20px 0px 20px;
    background: linear-gradient(180deg, hsla(0, 0%, 100%, .6), hsla(0, 0%, 100%, .9) 40%, #fff 100%);
    top: -30px;
    position: relative;
}

.zerov4-user-details-box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    
}

.zerov4-user-details-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #68b5dbad;
}

.zerov4-user-details-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.zerov4-user-details-btn {
    display: flex;
    align-items: center;
    gap: 15px;
}

.zerov4-user-details-btn .zerov4-btn {
    padding: 3px 10px;
    border-radius: 20px;
    color: #FFF;
    background-color: #5D87FF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.zerov4-user-details-btn .zerov4-btn:nth-child(1) {
    border: 1px solid #a5a5a5;
    background-color: #FFFFFF !important;
    color: var(--zeroacticle-default-color) !important;
}

.zerov4-user-details-name {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.zerov4-user-details-name h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
}

.zerov4-user-details-summary {
    margin-bottom: 20px;
    color: var(--zeroacticle-default-color);
}

.zerov4-user-details-summary p {
    margin-bottom: 0;
}

.zerov4-user-details-xb {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    gap: 5px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.zerov4-user-details-xb-item {
    padding: 2px 12px;
    background: #f5f5f5;
    border-radius: 20px;
    font-size: 12px;
    color: var(--zeroacticle-default-color);
}

.zerov4-user-details-xb-item img {
    width: 15px;
    height: 15px;
}

.zerov4-user-details-info {
    display: flex;
    align-items: center;
    gap: 15px;
}

.zerov4-user-details-info-item {
    display: flex;
    align-items: center;
    color: var(--zeroacticle-default-color);
}

.zerov4-user-details-info-item-title {
    font-size: 14px;
    margin-right: 5px;
}

.zerov4-user-details-info-item-content {
    font-size: 16px;
    font-weight: 600;
}

.zero-product-body-box-title-btn a {
    font-size: 14px;
    font-weight: 500;
    color: var(--zeroacticle-default-color);
}

.zerov4-circle-hottalk-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.zerov4-circle-hottalk-item:nth-last-child(1) {
    margin-bottom: 0;
}

.zerov4-circle-hottalk-box {
    display: flex;
    align-items: center;
}

.zerov4-circle-hottalk-item {
    color: var(--zeroacticle-default-color);
}

.zerov4-circle-hottalk-info {
    color: #9f9f9f;
}

.zerov4-circle-hottalk-info .zerov4-btn {
    font-size: 12px;
    padding: 2px 10px;
    background: #f2f5ff !important;
    color: #5D87FF !important;
    font-weight: 600;
}

.zero-circle-home .zero-product-body-box-title i {
    background-color: #dee6ff;
    color: #5D87FF;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 16px;
    font-weight: 500;
}

.zerov4-circle-userpop-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.zerov4-circle-userpop-box {
    display: flex;
    align-items: center;
}

.zerov4-circle-userpop-avatar {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin-right: 10px;
    flex: 0 0 auto;
    position: relative;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .05);
    border: 1px solid #f9f9f9;
}

.zerov4-circle-userpop-avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    transform: scale(0.8);
}

.zerov4-circle-userpop-info {
    color: var(--zeroacticle-default-color);
}

.zerov4-circle-userpop-info h4 {
    font-size: 15px;
    margin-bottom: 3px;
    font-weight: 600;
}

.zerov4-circle-userpop-info p {
    margin-bottom: 0;
    color: #979797;
    font-size: 12px;
}

.zerov4-circle-userpop-box.online .zerov4-circle-userpop-avatar::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #00af50;
    border-radius: 50%;
    display: block;
    color: #6aff84;
    z-index: 1;
    bottom: 2px;
    right: 2px;
}

.zerov4-circle-userpop-box.offline .zerov4-circle-userpop-avatar::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #ed3e3e;
    border-radius: 50%;
    display: block;
    color: #ed3e3e;
    z-index: 1;
    bottom: 2px;
    right: 2px;
}

/* 圈子详情页开始 */
.zero-circle-detail {
    
}

.zerov4-circle-detail-right .card-body {
    padding: 0;
}

.zerov4-circle-detail-bg {
    width: 100%;
    height: 120px;
    position: relative;
}

.zerov4-circle-detail-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 7px;
}

.zerov4-circle-detail-bg::after {
    content: "";
    position: absolute;
    background: linear-gradient(180deg, hsla(0, 0%, 98%, 0), hsla(0, 0%, 98%, .95) 85%, #f6f7f9);
    width: 100%;
    left: 0;
    z-index: 0;
    bottom: -1px;
    height: 40px;
}

.zerov4-circle-detail-btngroup-list {
    display: flex;
    align-items: center;
    gap: 15px;
    position: absolute;
    right: 20px;
    top: 20px;
}

.zerov4-cdbgli-item {
    padding: 3px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid transparent;
}

.zerov4-cdbgli-item:nth-child(1) {
    background-color: #FFF !important;
    color: var(--zeroacticle-default-color) !important;
    border: 2px solid #e6e6e6;
}

.zerov4-cdbgli-item.zerov4-btn i {
    font-size: 16px;
    margin-right: 5px;
    -webkit-text-stroke-width: unset !important;
}

.zerov4-cdbgli-item.circle-exit {
    background-color: #e5e5e5;
    color: #717171 !important;
}

.zerov4-dropdown-container {
    position: relative;
}

.zerov4-cdbgli-more {
    background-color: #e5e5e5 !important;
    color: #717171 !important;
    width: 20px;
    height: 20px;
    padding: 13px;
    border: 2px solid transparent;
}

.zerov4-cdbgli-more:hover {
    background-color: #e5e5e5 !important;
}

.zerov4-dropdown-container:hover .zerov4-cdbgli-dorpdown {
    display: block;
}

.zerov4-cdbgli-dorpdown {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background-color: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    min-width: 100px;
    border-radius: 5px;
    padding: 5px;
}

.zerov4-cdbgli-item-more-list {
    text-align: center;
}

.zerov4-cdbgli-more .zeroui-ticon {
    margin-right: 0;
}

.zerov4-cdbgli-item-more-item {
    display: block;
    padding: 10px 0px;
    text-decoration: none;
    color: #333;
}

.zerov4-circle-detail-headbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 30px 0px 30px;
    background: linear-gradient(180deg, hsla(0, 0%, 100%, .6), hsla(0, 0%, 100%, .9) 40%, #fff 100%);
    top: -20px;
    position: relative;
}

.zerov4-circle-detail-headprofile {
    display: flex;
    align-items: center;
}

.zerov4-cdgp-avatar {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .05);
    margin-right: 15px;
    flex: 0 0 auto;
    overflow: hidden;
}

.zerov4-cdgp-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.zerov4-cdgp-info {
    color: var(--zeroacticle-default-color);
}

.zerov4-cdgp-info h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.zerov4-cdgp-info p {
    margin-bottom: 0;
    color: #3f3f3f;
    font-size: 14px;
}

.zerov4-circle-detail-headinfo-list {
    display: flex;
    align-items: center;
}

.zerov4-cdhil-item {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
}

.zerov4-cdhil-item::after {
    content: "";
    width: 1px;
    height: 20px;
    background-color: #e5e5e5;
    display: inline-block;
    margin: 0 15px;
}

.zerov4-cdhil-item:nth-last-child(1)::after {
    display: none;
}

.zerov4-cdhil-item-box {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: var(--zeroacticle-default-color);
    padding: 10px;
}

.zerov4-cdhil-item-num {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 3px;
}

.zerov4-cdhil-item-value {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 3px;
}

.zerov4-cdhil-item-value.characters {
    font-size: 15px;
}

.zerov4-cdhil-item-num.characters {
    font-size: 15px;
}

.zerov4-cdhil-item-title {
    font-size: 14px;
}

.zerov4-circle-detail-headbtn {
    flex: 0 0 auto;
}

.zerov4-circle-detail-headbtn .zerov4-btn {
    padding: 5px 18px !important;
    
}

.zerov4-circle-detail-headbtn .zerov4-btn i {
    font-size: 16px;
}

.zerov4-circle-detail-left {
    height: 100%;
}

.zerov4-ciecle-detail-desc {
    color: var(--zeroacticle-default-color);
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 20px;
}

.zerov4-ciecle-detail-desc p {
    margin-bottom: 0;
}

.zerov4-ciecle-detail-databtn {
    display: flex;
    align-items: center;
    gap: 15px;
    width: 100%;
}

.zerov4-ciecle-detail-databtn .zerov4-btn {
    width: 100%;
    padding: 5px 15px;
}

.zerov4-ciecle-detail-user {
    margin-bottom: 20px;
}

.zerov4-cdul-switch {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    padding: 0px 10px 10px 10px;
}

.zerov4-cdul-switch-item {
    cursor: pointer;
    color: var(--zeroacticle-default-color);
    padding: 10px 0px;
}

.zerov4-cdul-switch-item.active {
    color: #5D87FF !important;
    font-weight: 600;
    position: relative;
}

.zerov4-cdul-switch-item.active::after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #5D87FF;
    display: block;
    position: absolute;
    border-radius: 5px;
    bottom: 0;
    left: 0;
}

.zerov4-cdul-switch-body .zerov4-btn {
    font-size: 12px;
    padding: 2px 10px;
    background: #f2f5ff !important;
    color: #5D87FF !important;
    font-weight: 600;
}

.zerov4-circle-detail-user-footer .zerov4-btn {
    width: 100%;
    padding: 5px;
}

.zerov4-circle-detail-user-footer .zerov4-btn i {
    margin-right: unset;
    margin-left: 5px;
}

.zeroui-sticky {
    position: sticky !important;
    top: 90px;
    z-index: 97;
}

/*我的圈子页面开始*/
.zerov4-circle-content-mycirlce {
    margin-bottom: 20px;
    padding: 20px;
    background-color: #f5f5f5;
    border-radius: 5px;
}

.zerov4-circle-content-mycirlce .zero-product-body-box-title {
    font-size: 14px;
}

.zerov4-circle-content-mycirlce-list {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
    width: 100%;
}

.zerov4-circle-content-mycirlce-item {
    display: flex;
    align-items: center;
    background-color: #ffffff;
    padding: 6px 10px;
    border-radius: 50px;
    cursor: pointer;
    justify-content: space-between;
    width: 23%;
    border: 2px solid transparent;
    height: 55px;
}

.zerov4-circle-content-mycirlce-item.zerov4-more-circlebtn {
    background-color: #5D87FF;
    padding: 0px 10px 0px 30px;
}

.zerov4-more-circlebtn .zerov4-circle-content-mycirlce-item-name {
    width: 100%;
}

.zerov4-more-circlebtn .zerov4-circle-content-mycirlce-item-name h4 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    color: #ffffff !important;
}

.zerov4-more-circlebtn .zerov4-circle-content-mycirlce-item-btn a i {
    color: #ffffff !important;
}

.zerov4-circle-content-mycirlce-box {
    display: flex;
    align-items: center;
    position: relative;
}

.zerov4-circle-content-mycirlce-item-img {
    width: 35px;
    height: 35px;
    overflow: hidden;
    border-radius: 50%;
    flex: 0 0 auto;
    margin-right: 10px;
}

.zerov4-circle-content-mycirlce-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.zerov4-circle-content-mycirlce-item-name {
    color: var(--zeroacticle-default-color);
    width: 70%;
}

.zerov4-circle-content-mycirlce-item-name h4 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 2px;
}

.zerov4-circle-content-mycirlce-item-name p {
    margin-bottom: 0;
    font-size: 12px;
    color: #979797;
}

.zerov4-circle-content-mycirlce-item-btn {
    flex: 0 0 auto;
}

.zerov4-circle-content-mycirlce-item-btn i {
    font-size: 18px;
    color: var(--zeroacticle-default-color);
}

.zerov4-circle-content-mycirlce-item-num {
    background-color: #ff5a5a;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.zerov4-circle-content-mycirlce-item-num span {
    color: #FFF;
    font-size: 12px;
    transform: scale(0.8);
}

/* 圈子列表页开始 */
.zerov4-circle-list-mycircle {
    padding: 15px 15px;
    background-color: #f5f5f5;
    border-radius: 5px;
    margin-bottom: 30px;
}

.zerov4-circle-list-content {
    display: flex;
    align-items: center;
    row-gap: 15px;
}

.zerov4-circle-list-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #FFFFFF;
    padding: 10px;
    border-radius: 50px;
    height: 55px;
    border: 2px solid transparent;

}

.zerov4-circle-list-item-box {
    display: flex;
    align-items: center;
    
}

.zerov4-circle-list-item-img {
    width: 40px;
    height: 40px;
    overflow: hidden;
    flex: 0 0 auto;
    border-radius: 50%;
    margin-right: 10px;
}

.zerov4-circle-list-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.zerov4-circle-list-item-info {
    color: var(--zeroacticle-default-color);
}

.zerov4-circle-list-item-info h4 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 3px;
}

.zerov4-circle-list-item-info p {
    margin-bottom: 0;
    font-size: 12px;
    color: #979797;
}

.zerov4-circle-list-item-num {
    flex: 0 0 auto;
    background-color: #ff5a5a;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
}

.zerov4-circle-list-item-num span {
    transform: scale(0.8);
    font-size: 12px;
}

/* 圈子广场开始 */
.zerov4-circle-list-mocircle-nav {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.zerov4-clmnav-item {
    color: var(--zeroacticle-default-color);
    font-size: 15px;
    flex: 0 0 auto;
}

.zerov4-clmnav-item.active {
    color: #5D87FF !important;
    font-weight: 600;
    position: relative;
}

.zerov4-clmnav-item.active::after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #5D87FF;
    display: block;
}

.zerov4-circle-list-mocircle-content {
    padding: 20px 0px;
}

.zerov4-clmcontent-list {
    row-gap: 15px;
}

.zerov4-clmcontent-item {
    background: #FFFFFF;
    padding: 15px;
    border-radius: 5px;
    border: 2px solid #F5F5F5;
    display: block;
}

.zerov4-clmcontent-item-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.zerov4-clmcontent-item-header-right {
    flex: 0 0 auto;
    background-color: #ff5a5a;
    border-radius: 20px;
    padding: 0px 5px;
    color: #FFF;
}

.zerov4-clmcontent-item-header-right span {
    font-size: 12px;
    transform: scale(0.8);
}

.zerov4-clmcontent-item-box {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    width: 80%;
}
.zerov4-clmcontent-item-img {
    width: 55px;
    height: 55px;
    overflow: hidden;
    flex: 0 0 auto;
    border-radius: 50%;
    margin-right: 10px;
    background-color: #ffffff;
}

.zerov4-clmcontent-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    transform: scale(0.9);
}

.zerov4-clmcontent-item-info {
    width: 100%;
}

.zerov4-clmcontent-item-info h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

.zerov4-clmcontent-item-info-user {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.zerov4-clmcontent-item-info-user-box {
    display: flex;
    align-items: center;
}

.zerov4-clmcontent-item-info-user-img {
    width: 25px;
    height: 25px;
    overflow: hidden;
    border-radius: 50%;
    border: 2px solid #ffffff;
    margin-right: -5px;
    flex: 0 0 auto;
}

.zerov4-clmcontent-item-info-user-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.zerov4-clmcontent-item-info-user-num {
    font-size: 14px;
    color: var(--zeroacticle-default-color);
    margin-left: 10px;
    flex: 0 0 auto;
}

.zerov4-clmcontent-item-info p {
    margin-bottom: 0;
    font-size: 14px;
    color: #979797;
}

.zerov4-clmcontent-item-summary {
    margin-bottom: 10px;
}

.zerov4-clmcontent-item-summary p {
    font-size: 12px;
    color: var(--zeroacticle-default-color);
    margin-bottom: 0;
    height: 36px;
}

.zerov4-clmcontent-item-info-post {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--zeroacticle-default-color);
}

.zerov4-clmcontent-item-info-post span small {
    font-size: 12px;
}

.zerov4-clmcontent-item-btn i {
    margin-left: 5px;
}

.zerov4-cl-right-create-content {
    color: var(--zeroacticle-default-color);
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 28px;
}

.zerov4-cl-right-create-content p {
    margin-bottom: 2px;
}

.zerov4-cl-right-create .zerov4-btn,
.zerov4-clrmc-item-more .zerov4-btn {
    padding: 5px 15px;
}

.zerov4-clrmc-list {
    margin-bottom: 15px;
}

.zerov4-clrmc-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
}

.zerov4-clrmc-item-box {
    display: flex;
    align-items: center;
}

.zerov4-clrmc-item-img {
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 50%;
    flex: 0 0 auto;
    margin-right: 10px;
}       

.zerov4-clrmc-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.zerov4-clrmc-item-info {
    width: 100%;
}   

.zerov4-clrmc-item-info h4 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px;
}

.zerov4-clrmc-item-info p {
    margin-bottom: 0;
    font-size: 12px;
    color: #979797;
}

.zerov4-clrmc-item-num {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.zerov4-clrmc-item-num span {
    font-size: 12px;
    color: var(--zeroacticle-default-color);
}

.zerov4-clrhc-list {
    margin-bottom: 15px;
}

.zerov4-clrhc-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
}

.zerov4-clrhc-item-box {
    display: flex;
    align-items: center;
}

.zerov4-clrhc-item-img {
    width: 45px;
    height: 45px;
    overflow: hidden;
    border-radius: 5px;
    flex: 0 0 auto;
    margin-right: 10px;
}

.zerov4-clrhc-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.zerov4-clrhc-item-info {
    width: 100%;
}   

.zerov4-clrhc-item-info h4 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px;
}   

.zerov4-clrhc-item-info p {
    margin-bottom: 0;
    font-size: 12px;
    color: #979797;
}

.zerov4-clrhc-item-num {
    flex: 0 0 auto;
    font-size: 24px;
    font-weight: 500;
    color: var(--zeroacticle-default-color);
    font-family: cursive;
    position: relative;
    letter-spacing: -0.5;
}

.zerov4-clrhc-item-num small {
    font-size: 26px;
    margin-left: -3px;
    position: absolute;
    top: 0;
}

/* 圈子成员页开始 */
.zerov4-circle-detail-user-list-body {
    margin-bottom: 20px;
    padding: 20px 0px;
}

.zerov4-cdulbody-item {
    height: 100%;
    border-radius: 5px;
    border: 2px solid #f5f5f5;
}

.zerov4-cdulbody-item-box {
    padding: 15px;
    display: block;
}

.zerov4-cdulbody-item-box-header {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.zerov4-cdulbody-item-box-header-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
}

.zerov4-cdulbody-item-box-header-btn .zerov4-btn {
    font-size: 12px;
    padding: 2px 10px;
    width: 100%;
}

.zerov4-cdulbody-item-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    flex: 0 0 auto;
    margin-right: 10px;
    position: relative;
}

.zerov4-cdulbody-item-avatar span {
    position: absolute;
    bottom: 0;
    right: -4px;
    font-size: 14px;
    color: #FFCA7A;
    font-weight: 600;
    background-color: #404040;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.zerov4-cdulbody-item-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.zerov4-cdulbody-item-info-name {
    display: flex;
    align-items: center;
}

.zerov4-cdulbody-item-info h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 2px;
}

.zerov4-cdulbody-item-info p {
    margin-bottom: 0;
    font-size: 12px;
    color: #979797;
}

.zerov4-cdulbody-item-info-footer {
    color: var(--zeroacticle-default-color);
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}   

.zerov4-cdulbody-item-info-footer span {
    font-size: 12px;
}   

/* 圈子数据页开始 */
.zerov4-cddlb-item {
    background: #F5F5F5;
    padding: 15px;
    border-radius: 5px;
    position: relative;
}

.zerov4-circle-detail-data-list-body {
    margin-bottom: 20px;
    padding: 20px 0px;
    display: flex;
}

.zerov4-cddlb-item-body {
    padding-right: calc(20px* .5);
    padding-left: calc(20px* .5);
    width: 33.333333%;
}

.zerov4-cddlb-item-box {
    display: flex;
    justify-content: space-between;
}

.zerov4-cddlb-item-box-left {
    flex: 0 0 auto;
}   

.zerov4-cddlb-item-blnum {
    font-size: 24px;
    font-weight: 600;
    color: var(--zeroacticle-default-color);
    margin-bottom: 15px;
}

.zerov4-cddlb-item-blnum.zerov4-cddlb-up small {
    color: #F00;
}

.zerov4-cddlb-item-blnum.zerov4-cddlb-down small {
    color: #1ea129;
}

.zerov4-cddlb-item-blnum small {
    font-size: 12px;
    margin-left: 5px;
    font-weight: 400;
}

.zerov4-cddlb-item-bltitle {
    display: flex;
    align-items: center;
    gap: 5px;
}

.zerov4-cddlb-item-bltitle h4 {
    font-size: 18px;
    margin-bottom: 2px;
}

.zerov4-cddlb-item-box-right {
    flex: 0 0 auto;
}

.zerov4-cddlb-item-brnum {
    font-size: 14px;
    color: var(--zeroacticle-default-color);
}

.zerov4-cddlb-item-chart {
    position: absolute;
    bottom: 0;
    right: 5px;
}

/* 圈子话题页开始 */
.zerov4-circle-topic-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.zerov4-circle-topic-head-box {
    display: flex;
    gap: 20px;
}

.zerov4-circle-topic-img {
    width: 150px;
    height: 100px;
    overflow: hidden;
    flex: 0 0 auto;
    border-radius: 5px;
}

.zerov4-circle-topic-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.zerov4-circle-topic-head-info {
    color: var(--zeroacticle-default-color);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.zerov4-circle-topic-head-title {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 20px;
    color: var(--zeroacticle-default-color);
}

.zerov4-circle-topic-head-title h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
}

.zerov4-circle-topic-head-title i {
    margin-right: 5px;
}

.zerov4-circle-topic-head-body {
    display: flex;
    gap: 20px;
}

.zerov4-circle-topic-head-author {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    color: var(--zeroacticle-default-color);
}   

.zerov4-circle-topic-head-author img {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-right: 5px;
}          

.zerov4-circle-topic-head-author span {
    font-size: 14px;
    color: var(--zeroacticle-default-color);
}

.zerov4-circle-topic-head-hot {
    display: flex;
    align-items: center;
    background-color: #FFCA7A;
    padding: 5px 10px;
    border-radius: 50px;
    color: #404040;
    font-weight: 600;
    font-size: 12px;
}

.zerov4-circle-topic-head-hot small {
    font-size: 10px;
    margin-left: 3px;
}

.zerov4-circle-topic-head-hot i {
    background-color: #404040;
    color: #FFCA7A;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: 500;
}

.zerov4-circle-topic-head-right {
    position: relative;
}

.zerov4-circle-topic-head-rank {
    display: flex;
    align-items: center;
    gap: 5px;
    flex-direction: column;
    color: var(--zeroacticle-default-color);
}

.zerov4-circle-topic-head-rank img {
    position: absolute;
    top: 5px;
    width: 80px;
    height: 25px;
}

.zerov4-circle-topic-head-rank span {
    z-index: 1;
    color: var(--zeroacticle-default-color);
}

.zerov4-circle-topic-head-rank span:nth-child(1) {
    font-weight: 600;
    font-size: 25px;
    color: #EE9C3C;
}

/* 圈子动态详情页开始 */
.zero-circle-postdetail {
    display: flex;
    gap: 20px;
}

.zerov4-circle-pdetail-sidebar {
    flex: 0 0 50px;
}

/*圈子动态详情侧边栏*/
.zerov4-circle-pdetail-sidebar {
    position: sticky;
    top: 100px;
    height: 100%;
    z-index: 100;
}

.zerov4-circle-pdetail-sidebar-box {
    background-color: #fff;
    padding: 10px;
    border-radius: 5px;
    /*box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);*/
}

.zerov4-circle-pdetail-sidebar-list {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.zerov4-circle-pdetail-sidebar-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.zerov4-circle-pdetail-sidebar-item img {
    width: 25px;
    height: 25px;
    object-fit: cover;
    border-radius: 50%;
}

.zerov4-circle-pdetail-sidebar-item i {
    font-size: 22px;
    color: var(--zeroacticle-default-color);
    -webkit-text-stroke-width: unset;
    margin-bottom: 3px;
}

.zerov4-circle-pdetail-sidebar-item span,
.zerov4-circle-pdetail-sidebar-item .label {
    font-size: 12px;
}

.zerov4-circle-pdetail-sidebar-item small,
.zerov4-circle-pdetail-sidebar-item .total {
    position: absolute;
    top: 0;
    right: -4px;
    font-size: 12px;
    min-width: 20px;
    height: 20px;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ff2929;
    color: #ffffff;
    border-radius: 10px;
    white-space: nowrap;
    transform: translate(50%, -50%);
    transform-origin: 100% 0;
    font-family: cursive;
}

.zerov4-circle-pdetail-sidebar-item a {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: var(--zeroacticle-default-color);
}

.zerov4-circle-pdetail-sidebar-item::after {
    content: '';
    width: 70%;
    height: 1px;
    background-color: #F1F1F1;
    display: inline-block;
    margin: 20px 0;
}

.zerov4-circle-pdetail-sidebar-item:last-child::after {
    display: none;
}

.zerov4-circle-pdetail-sidebar-item:last-child {
    margin-bottom: 20px;
}

.zerov4-circle-pdetail-sidebar-item.dropdown .dropdown-menu {
    z-index: 100;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
    min-width: 70px;
    text-align: center;
}

.zerov4-circle-pdetail-sidebar-item.dropdown .dropdown-menu li {
    padding: 5px 10px;
}

.zerov4-circle-pdetail-sidebar-item.dropdown .dropdown-menu li a {
    color: var(--zeroacticle-default-color);
    font-size: 14px;
}

.zerov4-circle-pdetail-body {
    flex: 1 1 auto;
}

.zerov4-circle-pdetail-head {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.zerov4-circle-pdetail-head-box {
    display: flex;
    align-items: center;
}

.zerov4-cpdhb-avatar {
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;
    flex: 0 0 auto;
    margin-right: 10px;
}   

.zerov4-cpdhb-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.zerov4-cpdhb-info-name {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.zerov4-cpdhb-info-name h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
}

.zerov4-cpdhb-info p {
    margin-bottom: 0;
    font-size: 14px;
    color: #979797;
}

.zerov4-circle-pdetail-head-btn {
    display: flex;
    gap: 10px;
}

.zerov4-circle-pdetail-head-btn .zerov4-btn {
    padding: 2px 15px;
}

.zerov4-circle-pdetail-topic {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.zerov4-circle-pdetail-topic a {
    color: var(--zeroacticle-default-color);
    font-size: 14px;
    background-color: #F1F1F1;
    padding: 4px 10px;
    border-radius: 20px;
    margin-right: 5px;
    display: flex;
    align-items: center;
}

.zerov4-circle-pdetail-topic a img {
    width: 20px;
    height: 20px;
    object-fit: cover;
    margin-right: 10px;
    border-radius: 50%;
}

.zerov4-circle-pdetail-content {
    color: var(--zeroacticle-default-color);
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 20px;
}

.zerov4-circle-pdetail-content .content-title {
    font-size: 19px;
    margin-bottom: 5px;
    color: #222222;
    font-weight: 600;
    margin-bottom: 15px;
}

.zerov4-circle-pdetail-content p {
    margin-bottom: 10px;
}

.zerov4-circle-pdetail-content-img {
    margin-bottom: 20px;
}

.zerov4-circle-pdetail-content-img img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 5px;
    margin-right: 10px;
}

.zerov4-circle-pdetail-related-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--zeroacticle-default-color);
    padding: 5px;
    margin-bottom: 5px;

}

.zerov4-circle-pdetail-related-item:hover {
    color: var(--zeroacticle-default-color);
    background-color: #F1F1F1;
    border-radius: 5px;
}

.zerov4-circle-pdetail-related-item h4 {
    font-size: 14px;
    margin-bottom: 0;
}

.zerov4-circle-pdetail-related-item-info {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #979797;
}

.zerov4-circle-pdetail-related-item-info i {
    margin-right: 2px;
    font-size: 14px;
}
.zerov4-circle-list-item-create {
    display: none;
}

.zerov4-circle-list-item-create .zerov4-circle-list-item {
    background-color: #5D87FF;
    padding: 10px 10px 10px 20px;
}

.zerov4-circle-list-item-create .zerov4-circle-list-item-info h4 {
    color: #FFFFFF !important;
    margin-bottom: 0 !important;
    font-size: 16px;
    font-weight: 500;
}

.zerov4-circle-list-item-create .zerov4-circle-content-mycirlce-item-btn i {
    color: #FFFFFF !important;
}

/* 圈子移动端开始 */
@media (min-width: 768px) {
    .close-button {
        display: none;
    }

    .floating-button {
        display: none;
    }
}

@media (max-width: 768px) {
    .zerov4-circle-pdetail-body .comment-content .comment-list {
        padding: 0 !important;
    }

    .zerov4-circle-pdetail-body .comment-content .comment-list>.comment {
        padding: 5px !important;
    }

    .product-comment-box-author {
        margin-bottom: 10px !important;
    }

    .product-comment-box-content {
        margin-bottom: 10px !important;
    }

    .zeroui-v4-editor {
        padding: 0;
    }

    .zeroui-v4-editor i {
        -webkit-text-stroke-width: unset;
    }

    .activity-editor-toolbar-view .selector-container {
        top: -140px !important;
    }

    .zeroui-v4-editor-header {
        display: none;
        position: fixed !important;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: white;
        z-index: 1001;
        box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
        margin-bottom: -1px;
        border-radius: 0;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .floating-button {
        display: block;
        position: fixed;
        bottom: 20px;
        right: 20px;
        background-color: #007bff;
        color: white;
        border-radius: 50%;
        width: 50px;
        height: 50px;
        text-align: center;
        line-height: 50px;
        font-size: 24px;
        cursor: pointer;
        z-index: 1002;
    }

    .zeroui-overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 1000;
    }

    .close-button {
        position: absolute;
        top: -15px;
        right: 0px;
        background-color: #ff5c5c;
        color: white;
        border: none;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 30px;
        font-size: 18px;
        cursor: pointer;
        z-index: 1;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .nav-icon-hover:hover::before {
        display: none;
    }

    .zerov4-editor-btngroup {
        flex-direction: column;
        align-items: unset;
    }

    .zerov4-circle-editor {
        background-color: rgba(243, 244, 246, 1);
    }

    .zerov4-editor-title .editor-input {
        background-color: rgba(243, 244, 246, 1);
        border-bottom: 1px solid #e1e1e1;
        border-radius: unset;
    }

    .zerov4-editor-content .editor-textarea {
        background-color: rgba(243, 244, 246, 1);
    }

    .zerov4-editor-btn-l {
        margin-bottom: 20px;
    }

    .zerov4-editor-left-box {
        justify-content: space-between;
    }

    .zerov4-editor-btn-r {
        justify-content: flex-end !important;
    }

    .zerov4-editor-btn-r .zerov4-btn {
        padding: 4px 20px;
    }

    .zerov4-editor-right-box .dropdown {
        padding: 4px 20px;
        border-radius: 20px;
        background: #f3f3f3;
    }

    .zerov4-editor-left-link {
        flex: 0 0 auto;
    }

    .zerov4-circle-content-box {
        padding: 0;
    }

    .zerov4-circle-head-nav {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .zerov4-circle-home-nav {
        justify-content: space-between;
        width: 100%;
        flex-wrap: nowrap;
    }

    .zerov4-circle-home-right {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        margin-bottom: 20px;
    }

    .zerov4-circle-home-nav .home-nav-item {
        margin: 0 !important;
    }

    .zerov4-circle-home-nav .home-nav-link {
        font-size: 14px;
    }

    .zerov4-circle-home-nav .home-nav-link.active::after {
        bottom: -5px !important;
    }

    .zerov4-circle-content-item-content-clamp.zeroui-oneimg {
        flex-wrap: wrap;
        width: 100%;
        flex-direction: column;
        align-items: unset;
    }

    .zeroui-oneimg .zeroui-content-oneimg {
        width: 100%;
        margin-bottom: 10px;
    }

    .zeroui-content-manyimg-img {
        flex-wrap: wrap;
    }

    .zeroui-content-manyimg-img-item {
        width: 60px;
        height: 60px;
    }

    .zeroui-oneimg .zeroui-content-oneimg-img {
        width: 100%;
        height: 160px;
    }

    .zerov4-circle-content-item-footer-box {
        flex-direction: column;
        align-items: unset;
    }

    .zerov4-circle-content-item-footer-left {
        margin-bottom: 20px;
    }

    .circle-item-footer-data-list {
        gap: unset;
        justify-content: space-between;
    }

    .zerov4-circle-content-item::after {
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .zerov4-circle-content-item-content-box {
        -webkit-line-clamp: 4;
    }

    .zerov4-circle-content-item-comment {
        padding: 10px;
    }

    .zerov4-circle-content-mycirlce {
        padding: 15px;
    }

    .zero-product-body-box-title {
        margin-bottom: 5px !important;
    }

    .zerov4-circle-content-mycirlce-item {
        width: 47%;
        border-radius: 6px;
        padding: 6px;
    }

    .zerov4-circle-list {
        padding: 0;
    }

    .zerov4-circle-list-content {
        row-gap: 10px;
    }

    .zerov4-circle-list-content .col-sm-6 {
        width: 50%;
        padding-right: calc(10px* 0.5);
        padding-left: calc(10px* 0.5);
    }

    .zerov4-circle-list-mocircle-nav {
        overflow: auto;
        margin-bottom: 5px;
    }

    .zerov4-circle-list-item {
        border-radius: 7px;
    }

    .zerov4-circle-list-mocircle .zero-product-body-box-title {
        margin-bottom: 15px !important;
    }

    .zerov4-circle-list > .row {
        margin: 0 !important;
        padding: 0 !important;
    }

    .zerov4-circle-list > .row > .col-xl-9 {
        padding: 0 !important;
    }

    .zerov4-circle-list-item-create {
        display: block !important;
    }

    .zerov4-circle-list-right {
        display: none;
    }

    .zeroui-v4-body-right {
        display: none;
    }

    .zerov4-circle-pdetail-head {
        justify-content: space-between;
    }

    .zerov4-circle-pdetail-sidebar {
        position: fixed;
        bottom: -1px;
        left: 0;
        top: unset;
        width: 100%;
        height: 60px;
    }

    .zerov4-circle-pdetail-sidebar-box {
        border-radius: 0;
        width: 100%;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
    }

    .zerov4-circle-pdetail-sidebar-list {
        display: flex;
        align-items: center;
        flex-direction: row;
        justify-content: space-around;
        width: 100%;
        height: 100%;
    }

    .zerov4-circle-pdetail-sidebar-box {
        padding: 10px;
    }

    .zerov4-circle-pdetail-head-btn .zerov4-btn {
        padding: 2px 8px;
    }

    .zerov4-circle-pdetail-head-btn .zerov4-btn:nth-child(1) {
        display: none;
    }

    .zerov4-circle-pdetail-sidebar-item  a {
        display: flex;
        flex-direction: column;
        align-items: center;
        color: var(--zeroacticle-default-color);
    }

    .zerov4-circle-pdetail-sidebar-item::after {
        display: none;
    }

    .zerov4-circle-pdetail-sidebar-item i {
        font-size: 20px;
    }

    .zerov4-circle-pdetail-body .col-xl-9 {
        padding: 0 !important;
    }

    .zerov4-circle-pdetail-sidebar-item:last-child {
        margin-bottom: 0;
    }

    .zerov4-circle-detail-headbox {
        flex-direction: column;
        align-items: unset;
        padding: 15px 15px 0px 15px;
    }

    .zerov4-cdgp-avatar {
        width: 45px;
        height: 45px;
        margin-right: 10px;
    }

    .zerov4-cdgp-info h4 {
        font-size: 16px; 
        margin-bottom: 2px;
    }

    .zerov4-circle-detail-bg {
        height: 100px;
    }

    .zerov4-circle-detail-btngroup-list {
        gap: 10px;
    }

    .zerov4-cdbgli-item {
        padding: 3px 10px;
    }

    .zerov4-circle-detail-headprofile {
        margin-bottom: 10px;
    }

    .zero-circle-detail .card-body {
        margin-bottom: 0;
        border-radius: 0;
    }

    .zerov4-circle-detail-right,
    .zerov4-circle-detail-left,
    .zero-circle-detail > .row > .col-xl-9 {
        padding: 0;
    }

    .zerov4-circle-detail-left .card-body:last-child {
        display: none;
    }

    .zerov4-circle-detail-headinfo-list {
        flex-wrap: wrap;
    }

    .zerov4-cdhil-item {
        width: 50%;
    }

    .zerov4-cdhil-item-box {
        flex-direction: row-reverse;
        padding: 5px;
    }

    .zerov4-cdhil-item-num {
        margin-bottom: 0;
    }

    .zerov4-cdhil-item::after {
        display: none;
    }

    .zerov4-cdhil-item-title {
        margin-right: 10px;
    }

    .zerov4-circle-detail-data-list-body {
        flex-wrap: wrap;
    }

    .zerov4-cddlb-item-body {
        width: 100%;
        margin-bottom: 10px;
    }

    .zero-circle-detail .zero-product-body-box-title {
        margin-bottom: 20px !important;
    }

    .zero-circle-topic > .zerov4-circle-topic-box > .zerov4-circle-topic-body {
        padding: 0 !important;
    }

    .zero-circle-topic > .zerov4-circle-topic-box > .zerov4-circle-topic-body > .card-body {
        margin-bottom: 0 !important;
        border-radius: 0 !important;
    }

    .zerov4-circle-topic-box {
        flex-direction: column-reverse;
    }

    .zero-circle-topic .zerov4-circle-mobile-box {
        padding: 0 !important;
        position: relative;
    }

    .zerov4-circle-topic-head {
        padding: 20px;
    }

    .zerov4-circle-topic-head-title {
        margin-bottom: 10px;
    }

    .zerov4-circle-topic-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        right: 0;
        opacity: 0.2;
        border-radius: 0;
    }

    .zerov4-circle-topic-head-hot {
        display: none;
    }

    .zerov4-circle-topic-head-info {
        z-index: 1;
    }

    .zerov4-circle-topic-right {
        padding: 0 !important;
    }

    .zerov4-circle-topic-right .card-body:nth-last-child(1) {
        display: none;
    }

    .zerov4-circle-topic-right .card-body {
        margin-bottom: 0 !important;
        border-radius: 0;
        box-shadow: unset;
    }

    .zerov4-circle-topic-right .zero-product-body-box-title {
        margin-bottom: 10px !important;
    }

    .zerov4-circle-hottalk {
        background-color: #F7F7F7;
        border-radius: 7px;
        padding: 5px;
    }

    .zerov4-circle-hottalk-list {
        display: flex;
        flex-wrap: wrap;
    }

    .zerov4-circle-hottalk-item {
        flex: 0 0 auto;
        justify-content: unset;
        padding: 5px 10px;
        margin-bottom: 0px;
    }

    .zerov4-circle-hottalk-info {
        margin-left: 5px;
        padding: 0px 5px;
        border-radius: 20px;
        background-color: #ff5a5a;
        color: #FFFFFF;
        font-size: 12px;
    }
}

/* 置顶动态 */
.zerov4-sticky-activities-container {
    padding: 15px;
    margin-bottom: 20px;
    background-color: #f9f9f9;
}

.zerov4-sticky-activities-title {
    margin-top: 0;
    margin-bottom: 15px;
    width: 100px;
    height: 100%;
}

.zerov4-sticky-activity-item {
    position: relative; 
    padding: 15px;
    background-color: #FFF;
    border-radius: 5px;
    margin-bottom: 15px;
    overflow: hidden;
}

.zerov4-sticky-activity-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #ff4d4f;
    color: white;
    padding: 2px 8px;
    font-size: 12px;
    border-radius: 4px;
}

.zerov4-sticky-activity-badge i {
    margin-right: 5px;
    -webkit-text-stroke-width: unset !important;
}
    

.zerov4-sticky-activity-author {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
}

.zerov4-sticky-activity-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
    overflow: hidden;
}

.zerov4-sticky-activity-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.zerov4-sticky-activity-name {
    font-weight: bold;
    color: #333;
    text-decoration: none;
}

.zerov4-sticky-activity-meta {
    font-size: 12px;
    color: #999;
}

.zerov4-sticky-activity-content {
    z-index: 1;
    position: relative;
}

.zerov4-sticky-activity-text {
    color: #000000;
    text-decoration: none;
    margin-bottom: 10px;
    -webkit-line-clamp: 4 !important;
    line-height: 26px;
}

.zerov4-sticky-activity-image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    opacity: 0.05;
    filter: blur(1px);
}

.zerov4-sticky-activity-footer {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
    z-index: 1;
    position: relative;
}

.zerov4-sticky-activity-actions {
    display: flex;
    gap: 15px;
}

.zerov4-sticky-activity-action {
    display: flex;
    align-items: center;
    color: #666;
    font-size: 12px;
}

.zerov4-sticky-activity-action i {
    margin-right: 5px;
    -webkit-text-stroke-width: unset !important;
}

.zerov4-circle-content-item-content-private {
    color: #888;
    padding: 15px;
    background-color: #f8f8f8;
    border-radius: 5px;
    margin: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.zerov4-content-private-text {
    margin-right: 20px;
}

.zerov4-circle-content-item-content-private .ti-lock {
    margin-right: 5px;
    color: #666;
}

.zerov4-circle-content-item-title {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #222222;
} 

.zerov4-content-private-button .zmo-circle-join-btn {
    padding: 0px 5px !important;
    font-size: 14px !important;
    border-radius: 3px !important;
}