/* 自定义拓展页面样式 */
@import "../css/header.css?v=1.0.0";
@import "../css/siderbar.css";
@import "../css/footer.css";
@import "../css/chat.css";
@import "../css/fontawesome5.15/css/all.min.css";


.index-main-wrap {
    width: 100%;
    margin-top: 78px;
}

.index-main-wrap-top {
    width: 100%;
    padding: 20px 20px 25px 20px;
    box-sizing: border-box;
    border-radius: 6px;
    background-color: rgba(206,212,218,0.05);
    background-image: url('../images/nav/bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 235px;
}



.index-search-wrap {
    padding-top:23px;
    box-sizing: border-box;
    min-height: 198px;
}

.index-search {
    width: 66%;
    margin: 7px auto auto auto;
    border-radius: 10px;
}

.index-search input {
    background: #ffffff;
    border-radius: 4px 0px 0px 4px;
    color: var(--color-link);
}

.index-search .btn {
    height: 39px;
    border-radius: 0px 4px 4px 0px;
    background: var(--main-color);
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    border: none;
    color: #ffffff;
    white-space: nowrap;
    padding: 0 15px;
    line-height: 39px;
}

@media (max-width: 589px) {
    .index-search .btn {
        height: 39px;
        border-radius: 0px 4px 4px 0px;
        background: var(--main-color);
        color: rgba(255, 255, 255, 1);
        font-size: 16px;
        border: none;
        color: #ffffff;
        white-space: nowrap;
        padding: 0 15px;
        max-width: 80px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        line-height: 39px;
    }
}

.app-search a{
    font-size: 14px;
}

.app-search .dropdown-menu{
    text-align: center;
    min-width:136px;
}

.app-search .dropdown-toggle{
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 5;
    height: 36px;
    line-height: 39px;
    width: 20px;
    text-align: center;
    padding-right: 28px;
    box-sizing: border-box;
}

.index-bg-title {
    padding-top: 118px;
}

.index-search-type {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    height: 40px;
}

.index-search-type-item {
    display: block;
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
    margin: 0 15px 10px 15px;
    color: #212529;
    font-size: 14px;
    white-space: nowrap;
}

.index-search-type .active {
    border-bottom: 3px solid #1A79FF;
    color: #212529;
}

.index-search input {
    border: none;
}

.index-search input:focus {
    border: none;
}

.index-search-check {
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    margin-top: -1px;
    min-height: 51px;
    width: 84%;
}

.index-search-check::-webkit-scrollbar{
   display: none;
}


.index-search-check .index-search-check-item {
    display: inline-block;
    position: relative;
    margin: 15px 15px;
    cursor: pointer;
    color: #212529;
}

.index-search-check .active::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-top: 12px solid #fff;
    position: absolute;
    top: -15px;
    left: calc(50% - 10px);
}


.index-search-tag {
    width: 66%;
    height: 34px;
    overflow-x: auto;
    white-space: nowrap;
    margin: 0px auto auto auto;
    overflow-y: hidden;
    text-align: center;
}

@media (max-width: 768px) {
    .search-title {
        font-size: 20px!important;
        font-size: 25px;
        padding: 0 10px;
    }

    .index-search{
        width: 90%!important;
    }

    .index-search-tag{
        width: 90%!important;
    }
}

.index-search-tag::-webkit-scrollbar { /* Webkit 浏览器，如 Chrome 和 Safari */
    display: none;
}

.index-search-tag a {
    display: inline-block;
    padding: 0px 10px;
    height: 30px;
    line-height: 30px;
    box-sizing: border-box;
    border-radius: 6px;
    background-color: rgba(26,121,255,0.2);
    color: rgba(111,163,235,1);
    margin: 0 4px;
    font-size: 12px;
}

.index-search-tag a:hover {
    background-color: var(--main-color-2);
    color: #ffffff;
}

.index-search-tag a img{
    width: 15px;
    height: 15px;
    vertical-align: sub;
}



.sidebar-first {
    position: relative;
    padding: 5px 5px;
    box-sizing: border-box;
    border-radius: 6px;
    background: linear-gradient(91.1deg, rgba(187, 39, 212, 1) 1.12%, rgba(82, 69, 229, 1) 98.29%);
}



/* 头部搜索历史 */
.search-history{
    z-index: 999;
    position: absolute;
    top: 38px;
    left: 0;
    width: 100%;
    max-height: 200px;
    background-color: #ffffff;
    box-shadow: 0 0 6px rgba(0, 0, 0, .15);
    overflow-y: hidden;
    box-sizing: border-box;
    padding: 6px 0;
    display: none;
}

.search-history-item{
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
}

.search-history-item a{
    display: inline-block;
    max-width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.search-history-item a:hover{
    background-color: transparent;
}

.index-item-title-more {
    display: inline-block;
    padding: 3px 15px;
    box-sizing: border-box;
    border-radius: 30px;
    background-color: #ffffff;
    color: #757575;
    font-size: 14px;
}

.index-item {
    padding-top: 96px;
    margin-top: -66px;
}

.index-item .index-item-title h2 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #101010;
}

.rbt-chat-box-body-inner {
    width: 100%;
    background-color: #30343e;
    border-radius: 6px;
    transition: all 250ms;
    /* 鼠标经过触发时间 */
}

.rbt-chat-box-body-inner:hover {
    box-shadow: 0 0.15rem 0.3rem rgb(0 0 0 / 10%);
    transform: translateY(-6px);
    /* 向上浮动了8个像素 */
}


.rbt-chat-box-body-inner .fm {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
}

.rbt-chat-box-body-inner .rbt-chat-box-body-inner-title {
    display: block;
    color: #101010;
    font-weight: 600;
    width: 80%;
    font-size: 1rem;
}

.rbt-chat-box-body-inner .rbt-chat-box-body-inner-dec {
    color: #626466;
    height: 42px;
    font-size: 13px;
}


.side-top{
    position: fixed;
    right: 20px;
    bottom: 308px;
    z-index: 999;
    width: 46px;
    height: 46px;
    font-size: 14px;
}


/* 协议页面 */
.protocol-wrap{
    position: relative;
    width: 100%;
    height: 255px;
    background-repeat: no-repeat;
    border-radius: 0 0 19% 19%;
    background-color: rgb(249 250 251 / 1) !important;
}

.protocol-wrap .container{
    position: relative;
    height: 100%;
}

.protocol-left{
    border-radius: 6px;
}

.protocol-left ul{
    margin: 0;
    padding: 0;
}

.protocol-left ul>li{
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 10px;
}

.protocol-left ul>li a{
    display: block;
    width: 100%;
    height: 100%;
    color: #94A3B8;
}

.protocol-left .active a{
    background-color: #F0F1FA;
    color: var(--main-color);
}



/* 添加收藏 */
.add-bottom-submit {
    z-index: 99;
    position: absolute;
    right: 6px;
    top: 5px;
    display: flex;
    align-items: center;
}

.add-bottom .input-group input{
    border-color: var(--main-color);
    border-radius: 6px !important;
    padding-right: 158px;
}

.add-bottom-submit button {
    padding: 0;
    margin: 0;
    width: 57px;
    height: 28px;
    line-height: 20px;
    border-radius: 6px;
    background-color: rgba(237, 242, 245, 1);
    text-align: center;
    display: block;
}

.add-album-click{
    display: flex;
    align-items: center;
}

.add-album-list-item{
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 6px;
    color: #101010;
}

.add-album-list-item.active{
    background-color: #F0F1FA ;
    color: var(--main-color-2);
}

.add-album-list-item.active .active-img{
    display: block;
}

.add-album-list-item.active .noactive-img{
    display: none;
}

.add-album-list-item .noactive-img{
    display: block;
}

.add-album-list-item .active-img{
    display: none;
}

.add-album-list{
    width: 100%;
    height: 400px;
    overflow: auto;
}

.collect-img{
    width: 23px;
}


/* 主页导航锚点 横向*/
.index-anchor-point{
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
}

.index-anchor-point::-webkit-scrollbar { /* Webkit 浏览器，如 Chrome 和 Safari */
    display: none;
}

.index-anchor-point-name{
    display: inline-block;
    padding: 5px 20px;
    box-sizing: border-box;
    border-radius: 6px;
    background-color: #ffffff;
    color: #3c3c3c;
}

.index-anchor-point-name:first-child{
    display: inline-block;
    padding: 5px 20px;
    box-sizing: border-box;
    border-radius: 6px;
    background-color: var(--main-color-2);
    color: #ffffff;
}

.index-anchor-point-name:not(:last-child){
    margin-right: 10px;
}



/* 热点榜 */
.hot-sidebar-content a{
    width: 100%;
    height: 40px;
    font-size: .875rem;
    color: #94a3b8;
}

.hot-sidebar-content .active{
    background-color: rgba(245, 250, 251, 1);
    color: var(--main-color-4);
}

.hot-sidebar-content a:hover{
    background-color: rgba(245, 250, 251, 1);
    color: var(--main-color-4);
}

.hot-item-list{
    width: 100%;
    height: 335px;
    overflow-y: auto;
}

.hot-item-list::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #d2d2d8!important;
}
  
.hot-item-list-sort{
    width: 18px;
    height: 18px;
    position: relative;
    margin-right: 10px;
}

.hot-item-title{
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 10px;
}

.hot-item-title-bottom-border{
    position: relative;
    transition: all 500ms;
}

.hot-item-title-bottom-border::after{
    content: "";
    position: absolute;
    bottom: -11px;
    left: 0;
    width: 28px;
    height: 3px;
    background-color: #3577f1;
    box-shadow: 0 0 5px #aec9f9;
    border-radius: 100px;
    transition: all 1s;
}

.hot-item:hover .hot-item-title-bottom-border{
    width: 100%;
    transition: all 500ms;
}

.hot-item:hover .hot-item-title-bottom-border::after{
    height: 2px;
}

.hot-item:hover .hot-item-title-bottom-border::after{
    width: 100%;
    transition: all 500ms;
}

.hot-item-list-sort img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.hot-item-list-sort span{
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    background-color: #f3f3f3;
    color: #101010;
    text-align: center;
    line-height: 18px;
}

.hot-item-list a:first-child .hot-item-list-sort span{
    color: #f1404b;
    background-color: #ffeef1;
}

.hot-item-list a:nth-child(2) .hot-item-list-sort span{
    color: #ff6f06;
    background-color: #fff0e6;   
}

.hot-item-list a:nth-child(3) .hot-item-list-sort span{
    background-color: #f4eeff;
    color: #955cff;
}

.hot-item{
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
}


.hot-item-list-span{
    display: inline-block;
    flex: 1;
    vertical-align: middle;
    color: #484b4f;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hot-item-list-span:hover{
    color:#3577f1;
}

.hot-item-views{
    color: #999;
    font-size: 12px;
    margin-left: 10px;
    white-space: nowrap;
}



/* 用户中心 */
.user-left{
    width: 211px;
    float: left;
}

.user-right{
    width: calc(100% - 226px);
    float: right;
}

.user-left ul{
    padding: 0;
    margin: 0;
}



.user-item-content{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}

.user-item-content li {
    width: 100%;
    height: 48px;
}

.user-item-content li a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 48px;
    text-align: center;
    box-sizing: border-box;
    color: #333333;
    font-size: 14px;
    cursor: pointer;
    border-radius: 6px;
}
.user-item-content li .active{
    text-decoration: none;
    color: #333333;
    background-color: #f2f2f2;
}
.user-item-content li a:hover {
    text-decoration: none;
}

.user-right-title h2{
    position: relative;
    display: inline-block;
}

.user-right-title h2::after{
    position: absolute;
    content: "";
    bottom: -12px;
    left: 0px;
    width: 100%;
    height: 4px;
}

.z-user-right-content .layui-form-select dl dd.layui-this {
    background-color: #D9383E;
}

.z-information-form .z-user-header {
    width: 100px;
    height: 100px;
    padding: 10px;
    margin-left: 10px;

}

.z-if-cell .z-title .z-name {
    display: inline;
    position: relative;
    font-size: 17px;
    font-weight: 700;
    padding-left: 10px;
}

.z-information-form .z-user-header img {
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    object-fit: cover;
}

.z-user-header-tips p {
    font-size: 13px;
    color: #999999;
    line-height: 25px;
}

.z-user-header-btn {
    padding: 0px 10px;
    height: 37px;
}

/* 个人中心E */


/* 头像修改模态框S */

#uwa-model1 .modal-dialog,
#uwa-model2 .modal-dialog {
    width: 400px;
}

#avatar-modal .modal-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0px;
}

.user-avatar img {
    width: 100px;
    height: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    object-fit: cover;
}


#modal-user .modal-header {
    border-radius: 22px 22px 0px 0px;
    color: #000000;
    background-color: #ffffff;
}

#modal-user .modal-content {
    border-radius: 22px;
}

#modal-user .modal-dialog {
    width: 520px !important;
}

#modal-user .modal-header .close {
    color: #000000;
}

#modal-user .modal-footer {
    text-align: center;
}

.cropper-container {
    position: relative;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.cropper-container img {
    display: block;
    width: 100%;
    min-width: 0 !important;
    max-width: none !important;
    height: 100%;
    min-height: 0 !important;
    max-height: none !important;
    image-orientation: 0deg !important
}

.cropper-canvas,
.cropper-crop-box,
.cropper-drag-box,
.cropper-modal {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.cropper-drag-box {
    background-color: #fff;
    filter: alpha(opacity=0);
    opacity: 0
}

.cropper-modal {
    background-color: #000;
    filter: alpha(opacity=50);
    opacity: .5
}

.cropper-view-box {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: #69f solid 1px;
    outline-color: rgba(102, 153, 255, .75)
}

.cropper-dashed {
    position: absolute;
    display: block;
    filter: alpha(opacity=50);
    border: 0 dashed #fff;
    opacity: .5
}

.cropper-dashed.dashed-h {
    top: 33.33333333%;
    left: 0;
    width: 100%;
    height: 33.33333333%;
    border-top-width: 1px;
    border-bottom-width: 1px
}

.cropper-dashed.dashed-v {
    top: 0;
    left: 33.33333333%;
    width: 33.33333333%;
    height: 100%;
    border-right-width: 1px;
    border-left-width: 1px
}

.cropper-face,
.cropper-line,
.cropper-point {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=10);
    opacity: .1
}

.cropper-face {
    top: 0;
    left: 0;
    cursor: move;
    background-color: #fff
}

.cropper-line {
    background-color: #69f
}

.cropper-line.line-e {
    top: 0;
    right: -3px;
    width: 5px;
    cursor: e-resize
}

.cropper-line.line-n {
    top: -3px;
    left: 0;
    height: 5px;
    cursor: n-resize
}

.cropper-line.line-w {
    top: 0;
    left: -3px;
    width: 5px;
    cursor: w-resize
}

.cropper-line.line-s {
    bottom: -3px;
    left: 0;
    height: 5px;
    cursor: s-resize
}

.cropper-point {
    width: 5px;
    height: 5px;
    background-color: #69f;
    filter: alpha(opacity=75);
    opacity: .75
}

.cropper-point.point-e {
    top: 50%;
    right: -3px;
    margin-top: -3px;
    cursor: e-resize
}

.cropper-point.point-n {
    top: -3px;
    left: 50%;
    margin-left: -3px;
    cursor: n-resize
}

.cropper-point.point-w {
    top: 50%;
    left: -3px;
    margin-top: -3px;
    cursor: w-resize
}

.cropper-point.point-s {
    bottom: -3px;
    left: 50%;
    margin-left: -3px;
    cursor: s-resize
}

.cropper-point.point-ne {
    top: -3px;
    right: -3px;
    cursor: ne-resize
}

.cropper-point.point-nw {
    top: -3px;
    left: -3px;
    cursor: nw-resize
}

.cropper-point.point-sw {
    bottom: -3px;
    left: -3px;
    cursor: sw-resize
}

.cropper-point.point-se {
    right: -3px;
    bottom: -3px;
    width: 20px;
    height: 20px;
    cursor: se-resize;
    filter: alpha(opacity=100);
    opacity: 1
}

.cropper-point.point-se:before {
    position: absolute;
    right: -50%;
    bottom: -50%;
    display: block;
    width: 200%;
    height: 200%;
    content: " ";
    background-color: #69f;
    filter: alpha(opacity=0);
    opacity: 0
}

@media (min-width:768px) {
    .cropper-point.point-se {
        width: 15px;
        height: 15px
    }
}

@media (min-width:992px) {
    .cropper-point.point-se {
        width: 10px;
        height: 10px
    }
}

@media (min-width:1200px) {
    .cropper-point.point-se {
        width: 5px;
        height: 5px;
        filter: alpha(opacity=75);
        opacity: .75
    }
}

.cropper-bg {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC)
}

.cropper-invisible {
    filter: alpha(opacity=0);
    opacity: 0
}

.cropper-hide {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    filter: alpha(opacity=0);
    opacity: 0
}

.cropper-hidden {
    display: none !important
}

.cropper-move {
    cursor: move
}

.cropper-crop {
    cursor: crosshair
}

.cropper-disabled .cropper-canvas,
.cropper-disabled .cropper-face,
.cropper-disabled .cropper-line,
.cropper-disabled .cropper-point {
    cursor: not-allowed
}

.avatar-view {
    display: block;
    width: 220px;
    height: 220px;
    border: 3px solid #fff;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .15);
    cursor: pointer;
    overflow: hidden;
}

.avatar-view img {
    width: 100%;
}

.avatar-body {
    padding-right: 15px;
    padding-left: 15px;
}

.avatar-upload {
    overflow: hidden;
}

.avatar-upload label {
    display: block;
    float: left;
    clear: left;
    width: 20px;
}

.avatar-upload input {
    display: block;
    margin-left: 110px;
}

.avater-alert {
    margin-top: 10px;
    margin-bottom: 10px;
}

.avatar-wrapper {
    height: 301px;
    width: 301px;
    margin-top: 15px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, .25);
    background-color: #fcfcfc;
    overflow: hidden;
}

.avatar-wrapper img {
    display: block;
    height: auto;
    max-width: 100%;
}

.avatar-preview {
    float: left;
    margin-top: 15px;
    border: 1px solid #eee;
    border-radius: 4px;
    background-color: #fff;
    overflow: hidden;
}

.avatar-preview:hover {
    border-color: #ccf;
    box-shadow: 0 0 5px rgba(0, 0, 0, .15);
}

.avatar-preview img {
    width: 100%;
}

.avatar-preview-p {
    margin-top: 10px;
    text-align: center;
    color: #9B9B9B;
}

.preview-lg {
    height: 125px;
    width: 125px;
    margin-top: 15px;
    margin-left: 15px;
}

.preview-md {
    height: 100px;
    width: 100px;
}

.preview-sm {
    height: 50px;
    width: 50px;
}

@media (min-width: 992px) {
    .avatar-preview {
        float: none;
    }
}

#avatar-modal .modal-footer button{
    width: 100px;
}

.avatar-upload-btn{
    border-color: #4860ff;
    background-color: #4860ff;
}

.avatar-btns {
    margin-top: 10px;
    margin-bottom: 15px;
}

.avatar-btns .tools {
    width: 330px;
}

.avatar-btns .btn-group {
    margin-right: 5px;
}

.loading {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .75;
    filter: alpha(opacity=75);
    z-index: 20140628;
}

.preview-windows {
    display: flex;
    justify-content: center;
}

.modal-header .close {
    margin-top: -21px;
}

/* 头像修改模态框E */
.c_fonts_total {
    position: absolute;
    top: 11px;
    left: 66%;
}

.c_fonts_total.red{
    color: #d9383e;
}

.red-btn{
    background-color: #d9383e;
}


/* 我的关注&粉丝s*/

.c-fans-list {
    width: 100%;
    padding: 20px 20px 0 20px;
    box-sizing: border-box;
    /*border: 1px solid #e6e6e6;*/
}

.c-fans-list ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.c-fans-list ul>li {
    display: flex;
    width: 48%;
    margin-right: 2%;
    margin-bottom: 50px;
}

.c-fans-list ul>li:nth-child(2n) {
    margin-right: 0;
}

.c-fans-avatar {
    display: inline-block;
    width: 80px;
    height: 80px;
}

.c-fans-avatar img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.c-fans-info {
    width: 75.5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 2.5%;
}

.c-fans-info h2 {
    display: flex;

}

.c-fans-info h2 a {
    color: #282828;
    font-size: 15px;
    margin-right: 10px;
}

.c-fans-tag {
    display: inline-block;
    width: 33px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    color: #f2bf61;
    background-color: #282828;
    border-radius: 5px;
    font-size: 12px;
}

.c-fans-worker {
    display: flex;
    align-items: center;
    margin: 7px 0;
}

.c-fans-worker p {
    margin-right: 20px;
    color: #999999;
}

.c-follow {
    width: 100%;
}



.c-follow a{
    width: 85px;
    height: 30px;
}
.c-follow a:hover {
	color: #fff !important;
}
.focus-btn {
    width: 85px;
    height: 30px;
    background-color: #D9383E;
    color:#fff;
}
.un-focus-btn {
    width: 85px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #D9383E;
    color: #D9383E;
    background-color: #fff;
    border-radius: 5px;
}
.un-focus-btn:hover{
    color:#D9383E;
}
.hu-focus-btn{
    width: 85px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #089261;
    color: #fff;
    border-radius: 5px;
}
.hu-focus-btn:hover{
    color:#fff;
}

/* 我的关注&粉丝e */

/* 注册登录 */
.login-wrap{
    margin: 0;
    padding: 0;
    border-radius: 10px;
    overflow: hidden;
}

.login-wrap #swal2-html-container{
    margin: 0;
    padding: 0;
    height: 370px;
    overflow: hidden;
}


.login-header{
    position: relative;
    width: 100%;
}



.login-close{
    z-index: 1;
    position: absolute;
    right: 10px;
    top: 10px;
    color: #999999;
}

.login-left{
    width: 285px;
    background: #ffffff;
}

.login-right{
    width: 440px;
    background-color: #fff;
}


.input-group .getcode-btn{
    position: absolute;
    right: 2px;
    top: 1px;
    background-color: transparent;
    height: 35px;
    border: none;
    padding-right: 15px;
    z-index: 999;
}

.input-group .getcode-input{
    padding-right: 100px;
}

.input-group .login-btn{
    height: 42px;
    background: var(--btn-bg-color);
    border-radius: 21px;
    border: none;
    color: #ffffff;
}

.input-group .login-btn:hover{
    background: var(--btn-bg-color);
}

.input-group .look-password{
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 18px;
    color: #afafaf;
    z-index: 99;
}

.login-header .nav-tabs-custom .nav-item{
    font-size: 16px;
}

/* 协议 */
.about-left {
    width: 178px;
}

.about-right {
    width: calc(100% - 192px);
}

.about-left ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    padding: 0;
    margin: 0;
}


.about-left-title {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    font-size: 17px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    line-height: 24px;
}

.about-left ul li {
    color:#282828;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 54px;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
    border-radius: 4px;
    border: 1px solid transparent;
}

.about-left ul li a {
    display: flex;
    color: #282828;
    justify-content: center;
    width: 100%;
    height: 100%;
    line-height: 54px;
}

.about-left ul li.active{
    background: #ffffff;
    border: 1px solid #4860ff;
}

.about-left ul li.active a{
    color:#4860ff;
}


/* 用户充值页面 */
.user-recharge-wrap{
    width: 100%;
    height: 160px;
}

.user-recharge-wrap .container{
    height: 100%;
    color: #F0CAA5;


}

.recharge-title-container{
    background-image: url(../images/recharge/bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 160px;
    padding-top: 30px;
    border-radius: 3px;
}

.user-recharge-user-scroll{
    padding: 0px 15px;
    box-sizing: border-box;
    text-align: center;
    color: #A6682B;
    overflow: hidden;
    height: 40px;
}

.user-recharge-user-scroll-wrap{
    animation: scrollUp 5s linear infinite; /* 动画名称，持续时间，速度曲线，重复次数 */
}

.user-recharge-user-scroll-item {
    display: flex;
    height: 100%;
    justify-content: center;
    height: 40px;
}

@keyframes scrollUp {
    0% { transform: translateY(0); }
    100% { transform: translateY(-100%); } /* 滚动到顶部 */
}

.recharge-package-item{
    position: relative;
    border: 2px solid transparent;
    border-radius: 10px;
}

.recharge-package-item h2{
    color: #525252;
}

.recharge-package-order-btn{
    width: 90%;
    height: 42px;
    background: #ffffff;
    border: 1px solid #9a6d4e;
    border-radius: 8px;
    text-align: center;
    line-height: 42px;
    margin: 20px auto auto auto;
    cursor: pointer;
}

.recharge-package-order-btn:hover{
    background: #9a6d4e;
    border: 1px solid #9a6d4e;
    border-radius: 8px;
    text-align: center;
    line-height: 42px;
    color: #ffffff;
}

.recharge-package-item-dec{
    width: 90%;
    margin: 0 auto;
}

.recharge-package-item.active{
    border-color: #E62929;
}

.recharge-package-item.active::after{
    position: absolute;
    right: 0;
    bottom: 0;
    content: url('../images/recharge/youxiajiaoxuanzhong.png');
    width: 27px;
    height: 27px;
}

.recharge-recommend{
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    margin: auto;
    width: 110px;
    height: 35px;
    background: #ee3333;
    border-radius: 4px;
    text-align: center;
    line-height: 35px;
    color: #ffffff;
}

.recharge-package-item.active .recharge-package-order-btn{
    background: #9a6d4e;
    border: 1px solid #9a6d4e;
    border-radius: 8px;
    text-align: center;
    line-height: 42px;
    color: #ffffff;
}

/* 充值弹窗 */
.recharge-close{
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 11px;
    color: #464646;
}

.recharge-item-left{
    width: 85px;
}

.recharge-item-right{
    width: calc(100% - 85px);
}

.recharge-item{
    padding-bottom: 15px;
    border-bottom: 1px solid #eaeaea;
}

.recharge-item .pay-type{
    position: relative;
    width: 174px;
    height: 74px;
    background: #f9f9f9;
    border: 1px solid transparent;
    border-radius: 6px;
    text-align: center;
    line-height: 74px;
    margin-right: 15px;
    cursor: pointer;
}

.recharge-item .pay-type .sjx{
    position: absolute;
    right: 0;
    bottom: 0;
    display: none;
}

.recharge-item .pay-type.active{
    border: 1px solid #EE3333;
}

.recharge-item .pay-type.active .sjx{
    display: block;
}

.recharge-item .btn-vip{
    display: block;
    height: 26px;
    line-height: 26px;
    background: #333333;
    border-radius: 13px;
    color: #E8C799;
    padding: 0 15px;
    box-sizing: border-box;
}

.recharge-comfir-btn{
    display: block;
    text-align: center;
    width: 293px;
    height: 48px;
    line-height: 48px;
    background: var(--btn-bg-color);
    border-radius: 21px;
    border: none;
    margin: 0 auto;
    color: #ffffff;
}

.recharge-comfir-btn:hover{
    background: var(--btn-bg-color);
    color: #ffffff;
}


.wx-pay-wrap{
    z-index: 200;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
  }
  
  .wx-pay-wrap .wx-pay-content{
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 407px;
    height: 454px;
    background: #ffffff;
    border-radius: 10px;
    padding: 25px;
    box-sizing: border-box;
  }
  
  .wx-qr-code{
    width: 205px;
    height: 201px;
    padding: 5px;
    box-sizing: border-box;
    margin: 0px auto 0;
  }
  
  .wx-qr-code img{
    width: 100%;
    height: 100%;
  }
  
  .wx-pay-success{
    width: 169px;
    height: 46px;
    background: linear-gradient(82deg,#9ba2fc 0%, #8f44ec 100%);
    border-radius: 8px;
    margin: 20px auto 0;
    text-align: center;
    line-height: 46px;
    color: #ffffff;
    font-size: 16px;
    cursor: pointer;
  }
  
  .recharge-pakage-close{
    position: absolute;
    right: -30px;
    top: -30px;
    font-size: 25px;
    color: #ffffff;
    cursor: pointer;
  }
  
/* 以下是账户设置，涉及到弹窗样式 */
.account-comfir-btn{
    display: block;
    text-align: center;
    width: 260px;
    height: 47px;
    line-height: 47px;
    background: var(--btn-bg-color);
    border-radius: 21px;
    border: none;
    margin: 0 auto;
    color: #ffffff;
}

.account-comfir-btn:hover{
    background: var(--btn-bg-color);
    color: #ffffff;
}

.account-close {
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 11px;
    color: #464646;
}

.input-group .getcode-btn{
    color: #7A7A7A;
}

/* 作者详情 */
.author-detail-top{
    width: 100%;
    height: 279px;
}

.author-detail-avatar{
    position: relative;
}

.author-detail-avatar .c-avatar{
    width: 103px;
    height: 103x;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #e3e3e3;
    margin-right: 20px;
}

.author-detail-info-handle{
    position: absolute;
    right: 0;
    top: 30px;
}

.author-detail-right{
    width: 318px;
}

.author-detail-left{
    width: calc(100% - 333px);
}


.author-detail-right-fans .author-detail-right-fans-item{
    width: 100%;
    text-align: center;
    margin-top: 15px;
}

.author-detail-right-fans .author-detail-right-fans-item img{
    display: inline-block;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    object-fit: cover;
}

.author-detail-right-fans .author-detail-right-fans-item .c-name{
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    margin-top: 10px;
}


/* 工具宝箱详情 */
.tool-box-dec-sort{
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background-color: #FFEE55;
    border-radius: 30px;
    margin-right: 10px;
}

.tool-box-window-wrap{
    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.tool-box-window-content{
    z-index: 9;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 400px;
    height: 300px;
    background-color: #ffffff;
    margin: auto;
    border-radius: 10px;
}

.tool-box-window-top{
    z-index: 8;
    position: absolute;
    content:'';
    width: 400px;
    height: 200px;
    background: url('../images/tool/3.png');
    background-repeat: no-repeat;
    background-size: contain;
    top: -343px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.tool-box-window-close{
    position: absolute;
    right: -50px;
    top: -20px;
    width: 30px;
    height: 30px;
    background-color: #ffffff;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}

.tool-box-window-close img{
    width: 70%;
}

.tool-box-window-dec{
    width: 100%;
    height: 200px;
    background-image: url('../images/tool/5.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 100%;
}

.ljqw-btn{
    display: block;
    width: 80%;
    height: 45px;
    border-radius: 30px;
    background-color: var(--main-color);
    margin: 0 auto;
    text-align: center;
    line-height: 45px;
    color: #ffffff;
}

.ljqw-btn:hover{
    color: #ffffff;
}


/* 工具箱无数据弹窗 */
.tool-box-window-wrap-nodata{
    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.tool-box-window-content-nodata{
    z-index: 9;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 400px;
    height: 300px;
    background-color: #ffffff;
    margin: auto;
    border-radius: 10px;
}

.tool-box-window-close-nodata{
    position: absolute;
    right: -50px;
    top: -20px;
    width: 30px;
    height: 30px;
    background-color: #ffffff;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}

.tool-box-window-close-nodata img{
    width: 70%;
}


.tool-box-upload .webuploader-pick-hover{
    background-color: transparent;
}

/*tool 详情页模板 */
.input-panel {
    width: 100%;
    border-radius: 5px;
    border-bottom: solid 2px #000;
    border: solid 1px #ccc;
    position: relative;
    margin-bottom: 15px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.input-panel .leftname {
    background-color: #fff;
    position: absolute;
    left: 15px;
    top: -10px;
    padding-left: 5px;
    padding-right: 5px;
    font-weight: bold;
    font-size: 16px;
}

.input-panel .input-panel-input {
    height: 38px;
    margin: 5px 10px;
    outline: none;
    border: none;
    display: block;
    width: 96%;
    height: 45px;
    background-color: transparent;
    font-size: 16px;
}

.input-panel:focus-within {
    border: solid 1px #4860ff;
    background-color: #eeeeee3a;
    border-color: #4860ff;
    outline: 0;
    box-shadow: 0 0 0 .15rem #4860ff
}

.copy-badge{
    opacity: 0;
}

.copy-badge-wrap:hover .copy-badge{
    opacity: 1;
}


.CodeMirror{
    height: 600px;
}

.chinese-amount-words-wrap {
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 20px 30px;
}
.chinese-amount-words {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    font-size: 25px;
    line-height: 1.5;
}
.chinese-amount-words + .chinese-amount-words {
    margin-top: 10px;
    padding-top: 15px;
    border-top: 1px dashed #ddd;
}
.chinese-amount-words > li {
    margin-right: 30px;
}

.project-card{
    transition: all 250ms;
}

.project-card:hover{
    transform: translateY(-5px);
    z-index: 1;
    cursor: pointer;
    transition: all 250ms;
}

.project-card .card-body{
    padding: 10px;
    box-sizing: border-box;
}

.project-card .badge {
    padding: 5px 10px;
    box-sizing: border-box;
    font-weight: 400;
}

/* PC 充值弹窗 */
.recharge-pakage-cover{
    z-index: 99;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
  }
  .recharge-pakage-wrap{
    z-index: 100;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 541px;
    height: 580px;
    background: #ffffff;
    border-radius: 10px;
    padding: 20px;
    box-sizing: border-box;
  }
  
  
  .recharge-pakage-content-price .sanjiao{
    position: absolute;
    right: 0px;
    bottom: 0px;
  }
  
  
  
  .recharge-pakage-close{
    position: absolute;
    right: -30px;
    top: -30px;
    font-size: 25px;
    color: #ffffff;
    cursor: pointer;
  }
  
  .recharge-item-left{
    width: 85px;
  }
  
  .recharge-item-right{
    width: calc(100% - 85px);
  }
  
  .recharge-item{
    padding-bottom: 15px;
    border-bottom: 1px solid #eaeaea;
  }
  
  .recharge-item .pay-type{
    position: relative;
    width: 174px;
    height: 74px;
    background: #f9f9f9;
    border: 1px solid transparent;
    border-radius: 6px;
    text-align: center;
    line-height: 74px;
    margin-right: 15px;
    cursor: pointer;
  }
  
  .recharge-item .pay-type .sjx{
    position: absolute;
    right: 0;
    bottom: 0;
    display: none;
  }
  
  .recharge-item .pay-type.active{
    border: 1px solid #EE3333;
  }
  
  .recharge-item .pay-type.active .sjx{
    display: block;
  }
  
  .recharge-item .btn-vip{
    display: block;
    height: 26px;
    line-height: 26px;
    background: #333333;
    border-radius: 13px;
    color: #E8C799;
    padding: 0 15px;
    box-sizing: border-box;
  }
  
  .recharge-comfir-btn{
    display: block;
    text-align: center;
    width: 293px;
    height: 48px;
    line-height: 48px;
    background: linear-gradient(82deg,#9BA2FC 0%, #8F44EC 100%);
    border-radius: 21px;
    border: none;
    margin: 0 auto;
    color: #ffffff;
  }
  
  .recharge-comfir-btn:hover{
    background: linear-gradient(82deg,#9BA2FC 0%, #7b1af2 100%);
    color: #ffffff;
  }
  
  .wx-pay-wrap{
    z-index: 200;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
  }
  
  .wx-pay-wrap .wx-pay-content{
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 407px;
    height: 454px;
    background: #ffffff;
    border-radius: 10px;
    padding: 25px;
    box-sizing: border-box;
  }
  
  .wx-qr-code{
    width: 205px;
    height: 201px;
    padding: 5px;
    box-sizing: border-box;
    margin: 0px auto 0;
  }
  
  .wx-qr-code img{
    width: 100%;
    height: 100%;
  }
  
  .wx-pay-success{
    width: 169px;
    height: 46px;
    background: linear-gradient(82deg,#9ba2fc 0%, #8f44ec 100%);
    border-radius: 8px;
    margin: 20px auto 0;
    text-align: center;
    line-height: 46px;
    color: #ffffff;
    font-size: 16px;
    cursor: pointer;
  }

  /* 修改tab 导航和工具  */


.project-card{
    max-width: 100%;
    border-radius: 50%;
    object-fit: cover;
    height: 100%;
}

.project-nav a{
    background-color: transparent;
    color:#707070;
}

.project-nav .active{
    background-color: transparent;
    color:#4860ff;
}

.project-card .avatar-sm{
    width: 42px;
    height: 42px;
}

.project-card  .img-fluid{
    width: 42px;
    height: 42px;
    object-fit: cover;
    border-radius: 50%;
}

.project-card  .text-truncate-two-lines{
    height: 42px;
}

.project-card-title-wrap{
    width: calc(80% - 42px);   
    margin-bottom: 0!important;
}
.project-card  .project-card-title{
    display: inline-block;
    width: 100%;
}

.project-card .flex-grow-1{
    width: calc(100% - 46px);
}

/* 搜索下拉框 */
.search-list{
    z-index: 9;
    display: none;
    position: absolute;
    top: 34px;
    left: 0;
    width: 100%;
    max-height: 400px;
    overflow: auto;
    box-sizing: border-box;
    box-shadow: 0 0 5px rgba(0, 0, 0, .15);
    background-color: #ffffff;
    padding: 20px;
    box-sizing: border-box;
}
.search-list .search-list-item{
    padding: 10px 10px;
    cursor: pointer;
    color: #333;
    background: #fff;
    transition: all .3s;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 6px;
}


.search-list .search-list-item:hover{
    background-color: #DCE8FC;
}

.search-list .search-list-item:hover a{
    color: var(--main-color);
}

.search-list .search-list-item .c-tag{
    border-radius: 6px;
    background-color: rgba(237,249,238,1);
    color: rgba(55,192,77,1);
    padding: 2px 10px;
    font-size: 13px;
    border-radius:3px;
    white-space: nowrap;
}

.search-list .search-list-item a span:first-child{
    display: inline-block;
    max-width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.search-list .search-list-item .c-tag-gj{
    border-radius: 6px;
    background-color: rgba(253,246,236,1);
    color: rgba(230,162,60,1);
}

.search-list .search-list-item .c-tag-news{
    border-radius: 6px;
    background-color: #0876c9;;
    color: #ffffff;
}


/* IP地址查询网页 */
.ip-q-form input{
    background-color: transparent!important;
    z-index: 0;
}

.ip-q-form input:focus{
    background-color: transparent!important;
    z-index: 0;
}

.ip-q-form-item button{
    z-index: 99!important;
    position: absolute!important;
    right: 0;
    top: 0;
    width: 88px;
    border: 1px solid var(--vz-primary);
    box-sizing: border-box;
}

.mod-list {
    margin-bottom: 30px
}

.mod-list .hd {
    position: relative;

    padding: 10px 15px 10px 0;
    margin-bottom: 10px;
    border: 1px solid #f0f0f0;
    background: #fcfcfc;
    border-radius: 4px
}

.mod-list .hd .title {
    position: relative;
    display: inline-block;
    padding-left: 15px;
    line-height: 20px;
    font-weight: bold;
    font-size: 16px
}

.mod-list .hd .title:before {
    position: absolute;
    left: 3px;
    top: 1px;
    display: inline-block;
    width: 4px;
    height: 18px;
    content: "";
    margin: 0 2px;
    vertical-align: middle;
    background: #1296db;
    border-radius: 2px
}

.mod-list .hd .title strong {
    color: #fc9000;
}

.mod-list .hd .more {
    float: right;
    line-height: 20px;
    color: #999;
}

.mod-list .bd ul {
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.mod-list .bd ul li {
    float: left;
    width: 25%;
}

.mod-list .bd ul li a {
    display: block;
    height: 32px;
    padding: 0 8px;
    background: #f8f8f8;
    line-height: 32px;
    text-align: center;
    margin: 1px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.mod-list .bd ul li a:hover {
    background: #1296db;
    color: #fff;
}

.mod-list .bd ul.list-2 li {
    width: 50%;
}



/* 二维码的统计模块 */
.statistics-nav-btn-list{
    display:flex;
    align-items: center;
    flex-wrap: wrap;
}

.statistics-nav-btn{
    display: block;
    padding: .5rem 1.5rem;
    border-radius: 6px;
    min-width: 212px;
    height: 41px;
    border: none;
    color: #31363f;
    margin-top: 20px;
    margin-right: 20px;
    text-align: center;
}

.statistics-nav-btn.active{
    background-color: #f1f2f4;
}

.statistics-nav-btn:hover{
    background-color: #f1f2f4;
}

/* 工具列表 */
.too-index-list .card{
    box-shadow: 0px 1px 8px 0px rgb(0 0 0 / 8%);
    border-radius: 6px;
}


.nav-secondary .nav-link.active {
    color: #fff;
    background-color: var(--vz-secondary);
}

.btn-soft-success {
    --vz-btn-color: var(--vz-success);
    --vz-btn-bg: var(--vz-success-bg-subtle);
    --vz-btn-border-color: transparent;
    --vz-btn-hover-bg: var(--vz-success);
    --vz-btn-hover-border-color: transparent;
    --vz-btn-focus-shadow-rgb: var(--vz-success-rgb);
    --vz-btn-active-bg: var(--vz-success);
    --vz-btn-active-border-color: transparent;
}

.favourite-btn{
    border: none!important;
}

/* 站长导航首页，导航 */
.nav-list-item{
    display: block;
    width: 100%;
    border-radius: 6px 40px 6px 6px;
    background: linear-gradient(91.58deg, rgba(235,236,254,1) 0.38%,rgba(215,211,252,1) 99.33%);
    padding: 20px;
    box-sizing: border-box;
    height: 100%;
}

.nav-list-item-wrap .col-12:nth-child(2) .nav-list-item{
    background: linear-gradient(94.69deg, rgba(199,245,243,1) 3.47%,rgba(165,224,254,1) 97.53%);
}

.nav-list-item-wrap .col-12:nth-child(3) .nav-list-item{
    background: linear-gradient(90deg, rgba(255,223,197,1) 0%,rgba(255,159,104,1) 100%);
}


.nav-list-item-body{
    width: 100%;   
}

.nav-list-item-right{
    width: 63px;
}

.nav-list-item-left{
    width: calc(100% - 63px);
    margin-right: 15px;
    color: #878A99;
    line-height: 23px;
}

.nav-tab-wrap .nav-link{
    color: #7C7F90;
}

/* 进入个人中心之后，默认都会显示一次这个tour guide */
.c-step-cover{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.c-step-1{
    position: absolute;
    top: 368px;
    left: 244px;
    width: 320px;
    height: 161px;
    z-index: 9999;
}

#step-1{
    position: relative;
    z-index: 9999;
}

/* 引导提示框样式 */
.guide-tooltip {
    position: relative;
    width: 300px;
    background: #ffffff;
    border-radius: 6px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-left: 20px;
    z-index: 1000;
}

/* 提示框箭头 */
.guide-tooltip-arrow {
    position: absolute;
    left: -26px;
    top: 20px;
}

/* 标题样式 */
.guide-tooltip-title {
    font-size: 16px;
    color: #606060;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 500;
}

/* 内容文本样式 */
.guide-tooltip-text {
    font-size: 14px;
    color: #b0b0b0;
    margin-bottom: 15px;
    line-height: 1.5;
}

/* 按钮容器样式 */
.guide-tooltip-buttons {
    display: flex;
    gap: 10px;
}

/* 主要按钮样式 */
.guide-btn-primary {
    background-color: #0ab39c;
    border-color: #0ab39c;
    font-size: 14px;
    padding: 6px 14px;
}

/* 次要按钮样式 */
.guide-btn-secondary {
    color: #6c757d;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    font-size: 14px;
    padding: 6px 14px;
}


/* 弹窗背景 */
.no-stats-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

/* 弹窗内容 */
.no-stats-content {
    background-color: #fff;
    width: 360px;
    border-radius: 5px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* 警告图标 */
.warning-icon {
    margin-bottom: 20px;
}

/* 如果没有图片资源，可以使用CSS创建警告三角 */
.triangle-icon {
    width: 40px;
    height: 40px;
    background-color: #FFBB00;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    color: white;
    font-weight: bold;
    font-size: 24px;
}

/* 标题样式 */
.no-stats-title {
    font-size: 18px;
    color: #333;
    margin-bottom: 15px;
    font-weight: 500;
}

/* 消息文本样式 */
.no-stats-message {
    font-size: 14px;
    color: #888;
    margin-bottom: 25px;
}

/* 按钮区域 */
.no-stats-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
}

/* 主按钮样式 */
.no-stats-modal .btn-primary {
    background-color: #00BFA5;
    color: white;
    padding: 8px 20px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 14px;
    border: none;
    cursor: pointer;
}

/* 次要按钮样式 */
.no-stats-modal .btn-secondary {
    color: #999;
    background: none;
    border: none;
    text-decoration: none;
    font-size: 14px;
    padding: 8px 0;
    cursor: pointer;
}

.no-stats-modal .btn-primary:hover {
    background-color: #00A896;
}

.no-stats-modal .btn-secondary:hover {
    color: #666;
}