/*TvBox页面*/
.yxzhi-rsbn {
    width: 100%;
    background-image: url(https://img.alicdn.com/imgextra/i3/2904919345/O1CN01owxEVd2Iu4OA1D5id_!!2904919345.png);
    background-repeat: no-repeat;
    background-position: right 0px bottom -15px;
    background-size: 380px;
    animation: floatBackground 2.5s ease-in-out infinite;
    will-change: background-position;
    position: relative;
    transition: box-shadow 0.2s;
    padding: 90px 0 30px;
}

@keyframes floatBackground {
    0% {
        background-position: right 0px bottom -15px;
    }

    50% {
        background-position: right 0px bottom -10px;
    }

    100% {
        background-position: right 0px bottom -15px;
    }
}

.yxzhi-rsbn h1 {
    margin: 0 0 0.2rem 0;
    letter-spacing: -0.01em;
    font-weight: 600;
    font-size: 36px;
    letter-spacing: 2px;
}

.yxzhi-rsbn p {
    margin: 0;
    max-width: 70%;
    color: hsla(var(--theme-color-hsl, 210, 50%, 50%), .5);
    font-size: 16px;
    padding-top: 10px;
    letter-spacing: 1px;
}

.yxzhi-rsbn h1 span {
    color: var(--theme-color);
}

.yxzhi-rsbn-tag {
    display: flex;
    margin-top: 25px;
}

.yxzhi-rsbn-tag-item {
    display: flex;
    margin-right: 30px;
}

.yxzhi-rsbn-tag-item:last-child {
    margin-right: 0px;
}

.yxzhi-rsbn-icon {
    display: flex;
    background: var(--theme-el-bg-color);
    height: 45px;
    width: 45px;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    border-radius: 16px;
    margin-right: 10px;
    box-shadow: 0 0 3px 1px hsla(var(--theme-color-hsl), .06);
}

.yxzhi-rsbn-info {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.yxzhi-rsbn-tag-title {
    font-weight: 600;
    font-size: 16px;
}

.yxzhi-rsbn-tag-desc {
    color: hsla(var(--theme-color-hsl), .5);
}

/*app下载*/

.yxzhi-rs-app-wrap {
    width: 33.33%;
    transition: 0.2s;
}

.yxzhi-rs-app-wrap:hover {
    transform: translateY(-2px);
    z-index: 10;
}

.yxzhi-rs-app-item {
    display: flex;
    background: var(--theme-el-bg-color);
    border-radius: var(--theme-border-radius-xl);
    margin: 8px;
    flex-direction: column;
}

.yxzhi-rsap-item-content {
    display: flex;
    width: 100%;
    padding: 10px;
}

.yxzhi-rsap-item-img {
    height: 60px;
    width: 60px;
    overflow: hidden;
    text-transform: uppercase;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 8px;
    border-radius: var(--theme-border-radius-xl);
}

.yxzhi-rsap-item-img img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.yxzhi-rsap-item-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.yxzhi-rsap-item-title {
    font-size: 20px;
    color: var(--theme-black-color);
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.yxzhi-rsap-item-desc {
    color: hsla(var(--theme-color-hsl), .5);
    margin-top: 3px;
}

.yxzhi-rsap-item-down {
    border-top: 1px solid hsla(var(--theme-color-hsl), .04);
    padding: 10px;
}

.yxzhi-rsap-item-down-item {
    display: flex;
    align-items: center;
    background-color: hsla(var(--theme-color-hsl), .04);
    margin-bottom: 6px;
    border-radius: 8px;
    padding: 8px;
    position: relative;
}

.yxzhi-rsap-item-down-img {
    height: 20px;
    width: 20px;
    overflow: hidden;
    text-transform: uppercase;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 8px;
    border-radius: var(--theme-border-radius-xl);
}

.yxzhi-rsap-item-down-img img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.yxzhi-rsap-item-down-title {
    flex: 1;
    margin-right: 8px;
    font-size: 13px;
    display: flex;
    align-items: center;
}

.yxzhi-rsap-item-down-link {
    padding-right: 5px;
    border-right: 1.5px solid hsla(var(--theme-color-hsl), .04);
}

.yxzhi-rsap-item-down-qr {
    margin-left: 5px;
    position: relative;
}

.yxzhi-rsap-item-down-qr {
    cursor: pointer;
}

.yxzhi-rsap-item-down-qr:hover .yxzhi-rsap-item-down-phone {
    display: inline
}

.yxzhi-rsap-item-down-phone {
    display: none;
    position: absolute;
    padding: 8px;
    background: #000;
    bottom: -8px;
    left: 50%;
    transform: translate(-50%, 100%);
    filter: drop-shadow(hsla(210, 80%, 55%, .2) 0 6px 15px);
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .2);
    z-index: 100;
}

.yxzhi-rsap-item-down-phone:before {
    content: '';
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent #000;
    position: absolute;
    left: 50%;
    top: -11px;
    margin-left: -6px
}

/* 二维码 */
.yxzhi-rsap-item-down-content {
    width: 120px;
    height: 120px;
    padding: 6px;
    background: #fff;
    border-radius: 8px;
}

.yxzhi-rsap-item-down-content img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/*网址*/

.yxzhi-rs-site-wrap {
    width: 20%;
    transition: 0.2s;
}

.yxzhi-rs-site-wrap:hover {
    transform: translateY(-2px);
}

.yxzhi-rs-site-wrap:hover .yxzhi-rs-site-item {
    box-shadow: 0 0 3px 1px hsla(var(--theme-color-hsl), .06);
}

.yxzhi-rs-site-item {
    display: flex;
    align-items: center;
    background: var(--theme-el-bg-color);
    border-radius: var(--theme-border-radius-xl);
    padding: 10px;
    margin: 8px;
}

.yxzhi-rss-item-img {
    height: 40px;
    width: 40px;
    overflow: hidden;
    text-transform: uppercase;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 8px;
    border-radius: var(--theme-border-radius-xl);
}

.yxzhi-rss-item-img img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.yxzhi-rss-item-info {
    display: flex;
    flex-direction: column;
    width: 0;
    flex: 1;
}

.yxzhi-rss-item-title {
    font-size: 14px;
    color: var(--theme-black-color);
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.yxzhi-rss-item-desc {
    display: flex;
    margin: 0;
    color: hsla(var(--theme-color-hsl), .5);
    font-size: 12px;
    flex-direction: column;
    justify-content: space-between;
}

.yxzhi-rss-item-desc span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*接口*/
.yxzhi-rs-content {
    width: 100%;
    margin-top: 50px;
}

.yxzhi-rs-card-head {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
    margin-bottom: 20px;
}

.yxzhi-rs-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    margin: 0;
    padding: 0 0 0 12px;
    position: relative;
    color: var(--theme-color);
}

.yxzhi-rs-title:before {
    background-color: var(--theme-color);
    background-image: linear-gradient(180deg, #ffffff26, #0000);
    border-radius: var(--theme-border-radius-s);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 3px;
}

.yxzhi-rs-card-head>span {
    color: hsla(var(--theme-color-hsl), .5);
}

.yxzhi-rs-card-body {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
}

.yxzhi-rs-api-wrap {
    width: 20%;
    transition: 0.2s;
}

.yxzhi-rs-api-wrap:hover {
    transform: translateY(-2px);
}

.yxzhi-rs-api-wrap:hover .yxzhi-rs-api-item {
    box-shadow: 0 0 3px 1px hsla(var(--theme-color-hsl), .06);
}

.yxzhi-rs-api-item {
    background: var(--theme-el-bg-color);
    border-radius: var(--theme-border-radius-xl);
    padding: 10px;
    margin: 8px;
}

.yxzhi-rsa-item-top {
    display: flex;
    margin-bottom: 10px;
    align-items: center;
}

.yxzhi-rsa-item-img {
    height: 40px;
    width: 40px;
    overflow: hidden;
    text-transform: uppercase;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 8px;
    border-radius: var(--theme-border-radius-xl);
}

.yxzhi-rsa-item-img img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.yxzhi-rsa-item-content {
    flex: 1;
    width: 0;
}

.yxzhi-rsa-item-title {
    font-size: 14px;
    color: var(--theme-black-color);
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.yxzhi-rsa-item-desc {
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: hsla(var(--theme-color-hsl), .5);
    font-size: 12px;
}

.yxzhi-rsa-item-connect {
    position: relative;
    display: flex;
    width: 100%;
    margin: 0;
    padding: 5px 20px 5px 8px;
    background-color: hsla(var(--theme-color-hsl), .04);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: var(--theme-gray-color);
    border-radius: var(--theme-border-radius-m, 3px);
    font-size: 12px;
    margin-bottom: 5px;
}

.yxzhi-rsa-item-connect .detection-icon i {
    margin-right: 8px;
}

.detection-connect {
    flex: 1;
}

.detection-link {
    position: absolute;
    top: 50%;
    right: 2px;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 12px;
}

.status-ok {
    color: #4ade80;
}

.status-fail {
    color: #f87171;
}

.status-none {
    color: #64748b;
}

.status-checking {
    color: #fbbf24;
}

.spin {
    display: inline-block;
    animation: spin .8s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.yxzhi-rsa-item-link {
    display: flex;
    position: relative;
}

.yxzhi-rsa-item-link p {
    display: block;
    flex: 1;
    width: 0;
    margin: 0;
    padding: 5px 20px 5px 8px;
    background-color: hsla(var(--theme-color-hsl), .04);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: var(--theme-gray-color);
    border-radius: var(--theme-border-radius-m, 3px);
    font-size: 12px;
}

.yxzhi-rsa-item-link p i {
    margin-right: 8px;
}

.yxzhi-rsa-copy {
    position: absolute;
    top: 50%;
    right: 2px;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 12px;
}

@media screen and (max-width: 768px) {
    .yxzhi-rsbn {
        background-image: unset;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 20px 0 20px;
    }

    .yxzhi-rsbn h1 {
        font-size: 20px;
    }

    .yxzhi-rsbn p {
        font-size: 13px;
        text-align: center;
    }

    .yxzhi-rsbn-tag {
        display: none;
    }

    .yxzhi-rs-content {
        margin-top: 0px;
    }

    .yxzhi-rs-app-wrap {
        width: 100%;
        margin-bottom: 10px;
        border-radius: var(--theme-border-radius-xl);
    }

    .yxzhi-rs-card-head span {
        display: none;
    }

    .yxzhi-rs-site-wrap,
    .yxzhi-rs-api-wrap {
        width: 50%;
    }

    .yxzhi-rs-app-wrap,
    .yxzhi-rs-site-item,
    .yxzhi-rs-api-item {
        border: 1px solid hsla(var(--theme-color-hsl), .04);
    }
}

/*电脑端搜索*/
.j-navbar-search {
    display: none !important;
}

/*留言页面*/
.yxzhi-message-img img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
    border-radius: var(--theme-border-radius-l);
    overflow: hidden;
    margin-bottom: 20px;
}

/*侧边栏工具-统计*/
.el-boxed .widget_search {
    background: unset;
    padding: 0;
}

.yxzhi-search-img {
    border-radius: var(--theme-border-radius-l) var(--theme-border-radius-l) 0 0;
    overflow: hidden;
    text-transform: uppercase;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.yxzhi-search-img img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.yxzhi-search {
    padding: 15px;
    background: var(--theme-el-bg-color);
    border-radius: 0 0 var(--theme-border-radius-l) var(--theme-border-radius-l);
}

.yxzhi-count {
    display: flex;
    justify-content: space-evenly;
    gap: 10px;
    margin-bottom: 20px;
}

.yxzhi-count>div {
    flex: 1;
    background: rgb(48, 116, 246, .1);
    text-align: center;
    padding: 10px 0px;
    border-radius: var(--theme-border-radius-m);
    text-transform: uppercase;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.count-number {
    font-size: 18px;
    font-weight: 800;
    color: var(--theme-color);
    line-height: 1;
    letter-spacing: -.02em;
    font-variant-numeric: tabular-nums;
}

.count-name {
    font-size: 11px;
    font-weight: 600;
    color: hsla(var(--theme-color-hsl), .2);
    margin-top: 4px;
    letter-spacing: 1px;
}

/*侧边栏工具-搜索*/
.search-head {
    display: flex;
    justify-content: space-between;
}

.search-title {
    font-weight: 600;
    font-size: 14px;
}

.search-eng {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: hsla(var(--theme-color-hsl), .2);
    letter-spacing: 3px;
}

/*侧边栏工具-版式*/
.el-boxed .widget_layout_card {
    background: unset;
    padding: 0;
}

.layout-card {
    background: linear-gradient(150deg, #2563eb, #70a8ff);
    border-radius: var(--theme-border-radius-l);
    position: relative;
    overflow: hidden;
    color: #fff;
    padding: 18px;
}

.layout-card::after {
    content: "";
    position: absolute;
    right: -40px;
    top: -40px;
    width: 100px;
    height: 100px;
    background: rgba(255, 255, 255, 0.1);
    transform: rotate(45deg);
}

.layout-card-title {
    font-size: 15px;
    margin-bottom: 8px;
}

.layout-card-desc {
    font-size: 12px;
    opacity: 0.9;
    line-height: 1.6;
    margin-bottom: 30px;
}

.layout-card-button {
    display: block;
    width: 100%;
    padding: 8px;
    text-align: center;
    background: #fff;
    color: #2563eb;
    border-radius: 8px;
    text-decoration: none;
    font-size: 13px;
}

/*侧边栏工具-福利*/
.el-boxed .widget_welfare {
    background: linear-gradient(180deg, #5d9aff 0%, #a2c5f5 50%, #d0e0f5 100%);
}

.welfare-head {
    position: relative;
    padding: 20px 0 15px 0;
    color: #FFFFFF;
}

.welfare-widget-title {
    font-weight: 600;
}

.welfare-head::before {
    content: '';
    position: absolute;
    background: url(https://img.alicdn.com/imgextra/i4/2904919345/O1CN01TmePLH2Iu4OHrSdsO_!!2904919345.png);
    background-repeat: no-repeat;
    background-size: 130px;
    transform: rotate(15deg);
    width: 130px;
    height: 130px;
    z-index: 1;
    right: -10px;
    bottom: -15px;
}

.welfare-widget-title {
    margin: 0;
    font-size: 20px;
    padding-bottom: 10px;
}

.welfare-list {
    position: relative;
    background: var(--theme-el-bg-color);
    z-index: 999;
    border-radius: var(--theme-border-radius-l);
}

.welfare {
    border-bottom: 1.5px dashed var(--theme-hover);
    padding: 10px;
}

.welfare:last-child {
    border-bottom: 0;
}

.welfare-link {
    display: flex;
    align-items: center;
}

.welfare-icon {
    margin-right: 15px;
}

.welfare-icon i {
    font-size: 30px;
}

.welfare-info {
    flex: 1;
}

.welfare-title {
    font-size: 16px;
    font-weight: 600;
    color: var(--theme-color);
}

.welfare-desc {
    font-size: 12px;
    color: var(--theme-light-color);
}

/*鸭先知弹窗*/
.yxzhi-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.55);
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    padding:20px;
    opacity:0;
    animation: overlayFadeIn .25s forwards;
}
@keyframes overlayFadeIn {
    from{
        opacity:0;
    }
    to{
        opacity:1;
    }
}
@keyframes modalPop {
    from{
        opacity:0;
        transform:scale(.88) translateY(30px);
    }
    to{
        opacity:1;
        transform:scale(1) translateY(0);
    }
}

.yxzhi-modal-overlay.closing {
    animation:overlayFadeOut .2s forwards;
}


.yxzhi-modal-overlay.closed {
    display:none!important;
}


@keyframes overlayFadeOut {
    from{
        opacity:1;
    }
    to{
        opacity:0;
    }
}
/*福利弹窗*/
.yxzhi-welfare-modal {
    background: #C86B30;
    width: 100%;
    max-width: 310px;
    border-radius: 15px;
    padding: 10px;
    box-shadow: 0px 1px 24px rgba(0, 0, 0, .1);
    transform: scale(.92) translateY(20px);
    animation: modalPop .3s forwards;
    max-height: 90vh;
    overflow: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.yxzhi-welfare-title {
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    padding: 5px;
    margin: 10px 0;
}
.yxzhi-welfare-tab {
    margin: 5px 0 15px;
    background: rgba(255, 255, 255, 0.18);
    display: flex;
    border-radius: 999px;
    padding: 3px;
    color: #FFFFFF;
}
.yxzhi-welfare-tab-item {
    border-radius: 999px;
    margin: 0;
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
}
.yxzhi-welfare-tab-item.active {
    position: relative;
    background: #fff7e8;
    color: #b35c26;
}
.yxzhi-welfare-tab-item.active:before {
    content: '';
    width: 14px;
    height: 15px;
    background: linear-gradient(to top left, #fff 0%, #fff 40%, #9ff492 100%);
    transform: rotate(45deg);
    position: absolute;
    left: calc(50% - 7px);
    bottom: -26px;
    border-radius: 2px;
}
.yxzhi-welfare-content {
    width: 100%;
    background: #fff7e8;
    border-radius: 10px;
    z-index: 9999;
}
.yxzhi-welfare-info-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
}
.yxzhi-welfare-img {
    position: relative;
    width: 210px;
    height: 210px;
    overflow: hidden;
    margin: 20px;
}
.yxzhi-welfare-img img {
    width: 100%;
    height: 100%;
}
.yxzhi-welfare-img-icon {
    position: absolute;
    width: 35px;
    height: 35px;
    padding: 5px;
    background: #ffffff;
    border-radius: 4px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.yxzhi-welfare-img-icon img {
    width: 100%;
    height: 100%;
    border-radius: 2px;
    overflow: hidden;
}
.yxzhi-welfare-info {
    display: flex;
    position: relative;
    flex-direction: column;
    width: 100%;
    padding: 20px;
    border-top: 2px dashed #C86B30;
    font-size: 13px;
}
.yxzhi-welfare-info:after, .yxzhi-welfare-info:before {
    content: '';
    position: absolute;
    height: 16px;
    width: 8px;
    background: #C86B30;
}
.yxzhi-welfare-info:before {
    left: 0px;
    top: -8px;
    border-radius: 0 50px 50px 0;
}
.yxzhi-welfare-info:after {
    right: 0;
    top: -8px;
    border-radius: 50px 0 0 50px;
}
.yxzhi-welfare-more {
    margin-top: 5px;
}
.yxzhi-welfare-more a{
    color: #ffb586;
    font-size: 12px;
}
.yxzhi-welfare-desc {
    padding-bottom: 5px;
}
.yxzhi-welfare-desc span{
    position: relative;
}

.yxzhi-welfare-desc span:before {
    content: '';
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 40' preserveAspectRatio='none'%3E%3Cdefs%3E%3Cfilter id='glow' x='-20%25' y='-20%25' width='140%25' height='140%25'%3E%3CfeGaussianBlur stdDeviation='2.5' result='blur' /%3E%3CfeMerge%3E%3CfeMergeNode in='blur' /%3E%3CfeMergeNode in='blur' /%3E%3CfeMergeNode in='SourceGraphic' /%3E%3C/feMerge%3E%3C/filter%3E%3C/defs%3E%3Cpath d='M0,20 Q15,5 30,20 T60,20 T90,20 T120,20' stroke='%23C86B30' stroke-width='3' fill='none' stroke-linecap='round' filter='url(%23glow)' /%3E%3C/svg%3E") repeat-x 0 106% / 20px 7px;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: -3px;
}
/*侧边栏工具-标签*/
.widget .tagcloud {
    margin: 0 -5px;
}

.widget .tagcloud a {
    display: inline-block;
    border: 0;
    background: rgba(148, 149, 158, .15);
    width: unset;
    margin: 5px !important;
    padding: 8px 10px;
}

.widget .tagcloud a:nth-child(5n+1) {
    color: #f1404b !important;
    background-color: rgba(249, 100, 90, .15) !important;
}

.widget .tagcloud a:nth-child(5n+2) {
    color: #20a0ff !important;
    background-color: rgba(32, 158, 255, .15) !important;
}

.widget .tagcloud a:nth-child(5n+3) {
    color: #39c408 !important;
    background-color: rgba(58, 196, 8, .15) !important;
}

.widget .tagcloud a:nth-child(5n+4) {
    color: #ff8400 !important;
    background-color: rgba(255, 131, 0, .15) !important;
}

.widget .tagcloud a:nth-child(5n) {
    color: #837adc !important;
    background-color: rgba(132, 122, 220, .15) !important;
}

.widget .tagcloud a:hover {
    background-color: var(--theme-hover) !important;
    color: #FFFFFF !important;
}

/*文章网址短代码*/
.post-site-card {
    display: flex;
    align-items: center;
    background-color: hsla(var(--theme-color-hsl), .04);
    border-radius: var(--theme-border-radius-s);
    padding: 10px;
    margin-bottom: 20px;
}

.psc-img {
    margin-right: 10px;
    pointer-events: none !important;
    border-radius: var(--theme-border-radius-s);
    overflow: hidden;
}

.psc-img img {
    width: 40px;
    height: 40px;
}

.psc-info {
    flex: 1;
    text-align: left;
    width: 0;
}

.psc-info h3,
.psc-info p {
    margin: 0 !important;
}

.psc-info h3 {
    font-size: 16px !important;
    padding-bottom: 5px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.psc-info p {
    font-size: 13px !important;
    line-height: 1 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.psc-goto a:hover i {
    text-shadow: 0 0 5px;
}

.psc-goto i {
    font-size: 20px !important;
}


/*今日更新*/
.yxzhi-today-update {
    text-align: center;
    font-size: 16px;
    margin-bottom: 10px;
}

/* 版权声明 */
.serial-number {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    color: #fff !important;
    background-color: var(--theme-color);
    border-color: var(--theme-color);
}


/* 面包屑导航 */
.breadcrumb {
    background: var(--theme-el-bg-color);
    padding: 8px;
    border-radius: var(--theme-border-radius-m);
}

/* 顶部通知居中 */
.top-news-content .content-text {
    text-align: center;
}

/* 头部会员按钮 */
.yxzhi-navbar-vip {
    display: inline-block;
    position: relative;
    color: var(--theme-gray-color);
    margin-right: 16px;
    text-align: center;
    vertical-align: top;
    cursor: pointer;
}

.yxzhi-navbar-vip .wi {
    display: inline-block;
    font-size: 18px;
    line-height: 26px;
    width: 22px;
}

.ynw-j-vip {
    background: linear-gradient(300deg, #4c4d51, #2a2a31 15%, #85858a 40%, #393a3c 60%, #393838 80%, #5e5f62 100%);
    overflow: hidden;
    border-radius: var(--theme-border-radius-m);
    padding: 4px;
    display: none;
}

@media (max-width: 991px) {

    /*会员按钮*/
    .ynw-j-vip {
        display: block;
        margin: 0 20px;
        width: auto;
        text-align: center;
    }

    .yxzhi-navbar-vip {
        display: none !important;
    }
}

@media (max-width: 1239px) {

    /*首页小卡片*/
    .feature-post {
        display: none !important;
    }
}