.wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    top: -8px;
    left: 8px;
    overflow: hidden;
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    opacity: 0.6;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -ms-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
}

.wrap:hover {
    opacity: 0.9;
}

.wraps {
    display: inline-block;
    text-align: center;
    width: 200px;
    height: 30px;
    line-height: 27px;
    position: absolute;
    top: 30px;
    right: -50px;
    z-index: 2;
    overflow: hidden;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    border: 1px dashed;
    box-shadow: 0 0 0 1px #000, 0px 21px 5px -18px rgba(0, 0, 0, 0.6);
    background: rgb(1, 132, 127);
}

.flash {
    font-weight: bold;
    font-size: calc(10px + 4vh);
    line-height: calc(10px + 6.6vh);
    text-shadow: 0 0 5px #ffa500, 0 0 15px #ffa500, 0 0 20px #ffa500, 0 0 40px #ffa500, 0 0 60px #ff0000, 0 0 10px #ff8d00, 0 0 98px #ff0000;
    color: #fff6a9;
    font-family: "Sacramento", cursive;
    text-align: center;
    animation: blink 1s infinite;
    -webkit-animation: blink 1s infinite;
    margin: 1rem 0;
}
.bling{text-align:center;margin: 2rem 0;}
.bling1 {
    margin: 0;
    padding: 0;
    color: white;
    display: inline-block;
    font-size: 2.3rem;;
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #e60073, 0 0 40px #e60073, 0 0 50px #e60073, 0 0 60px #e60073, 0 0 70px #e60073;
}
.navbar-search-container.parent {
    position: relative;
}
.nav-search-container.panel.expand {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10%;
    width: 30rem!important;
    display: none;
}
.nav-search-container.panel.expand .xqbj-icon-search {
    position: absolute;
    left: 1rem;
    top: 0.5rem;
}
.nav-search-container.panel.expand .input-control {
    width: 25rem;
    height: 2.5rem;
    margin-left: 2rem;
}

.page-panel {
    position: relative;
    width: 100%;
    padding: 1.5rem;
    background: #3f3f3f;
    border-radius: 0.5rem;
    overflow: hidden;
}
.page-panel .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.page-panel .header .title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #fff;
}
.page-panel .header .refresh {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    gap: 0.5rem;
    font-size: 1.2rem;
}
.page-panel .header .refresh img {
    width: 1.5rem;
    height: 1.5rem;
}
.page-panel .panel-list {
    margin-top: 1.8rem;
}

.page-panel .panel-list .panel-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.8rem;
    gap: 2rem
}
.page-panel .panel-list .panel-item .panel-item-title {
    flex: 1;
    font-size: 1.25rem;
    flex-wrap: wrap;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    color: #fff;
    font-weight: normal
}

.page-panel.loading .loading-mask {
    display: flex;
}
.page-panel.loading .loading-mask .loading-icon {
    width: 3rem;
    height: 3rem;
    animation-name: spin;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(0.12, 0.84, 0.28, 1);
    animation-fill-mode: both;
}

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

.page-panel .loading-mask {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    align-items: center;
    justify-content: center;
}

.page-panel .panel-list .panel-item .panel-item-img {
    width: 13rem;
    height: 6.25rem;
    border-radius: 0.5rem
}
.page-panel .more {
    display: block;
    text-align: center;
    color: #1abc9d;
    margin-top: 1.5rem;
    font-size: 1.5rem;
}
.page-panel.mb-2 {
    margin-bottom: 2rem;
}
.page-panel.mt-2 {
    margin-top: 2rem;
}
@media(max-width: 767px) {
    .page-panel .panel-list .panel-item .panel-item-title {
        font-size: 1.25rem;
    }
    .page-panel .panel-list .panel-item .panel-item-img {
        width: 10rem;
        height: 5rem;
    }
    .page-panel .panel-list .panel-item {
        gap: 1rem;
    }
    .page-panel .header .title {
        font-size: 1.2rem;
    }
    .page-panel .header .refresh {
        gap: 0.4rem;
        font-size: 1rem;
    }
    .page-panel .header .refresh img {
        width: 1.2rem;
        height: 1.2rem;
    }
    .page-panel .more {
        font-size: 1.25rem;
    }
}
@media (max-width: 430px) {
    .page-panel .panel-list .panel-item .panel-item-title {
        font-size: 1.1rem;
    }
    .page-panel .panel-list .panel-item .panel-item-img {
        width: 7rem;
        height: 3.5rem;
    }
    .page-panel .panel-list .panel-item {
        gap: 0.3rem;
    }
    .page-panel .header .title {
        font-size: 1rem;
    }
    .page-panel .header .refresh {
        gap: 0.2rem;
        font-size: 1rem;
    }
    .page-panel .header .refresh img {
        width: 1rem;
        height: 1rem;
    }
    .page-panel .more {
        font-size: 1rem;
    }
}
.pc-search-container-wrap {
    width: 100%;
    height: 100%;
    margin: 1rem auto;
}
.pc-search-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 3rem;
    border-radius: 1.5rem;
    background: #222222;
    margin: 0.6rem 0;
    padding: 0 2rem;
}
.pc-search-container .input-control {
    flex: 1;
    background: transparent;
    border: none;
    outline: none;
    font-size: 0.875rem;
    color: #ffffff;
}
@media (min-width: 768px) {
    .pc-search-container-wrap {
        background-color: initial;
        padding-left: 0.625rem;
        padding-right: 0.625rem;
    }
    body.use-navbar.no-banner #wrap {
        padding-top: 5rem;
    }
}
@media screen and (min-width: 768px) and (max-width: 1250px){
    .pc-search-container-wrap {
        max-width: 654px;
    }
    body.search-page #wrap {
        padding-top: 15rem!important;
    }
}
@media screen and (min-width: 1251px) and (max-width: 1599px) {
    .pc-search-container-wrap {
        max-width: 710px;
    }
    body.search-page #wrap {
        padding-top: 13rem!important;
    }
}
@media screen and (min-device-width: 1680px) and (min-device-pixel-ratio:2), screen and (min-device-width: 1680px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-device-width: 1680px) and (-o-min-device-pixel-ratio:2 / 2) {
    .pc-search-container-wrap {
        max-width: 800px;
    }
    body.search-page #wrap {
        padding-top: 13rem!important;
    }
}
@media screen and (min-width: 1600px) and (max-width: 1799px) {
    .pc-search-container-wrap {
        max-width: 900px;
    }
    body.search-page #wrap {
        padding-top: 13rem!important;
    }
}
@media screen and (min-width: 1872px) and (min-device-pixel-ratio:1.9), screen and (min-width: 1872px) and (-webkit-min-device-pixel-ratio: 1.9), screen and (min-width: 1872px) and (-o-min-device-pixel-ratio:1.5 / 1.5) {
    .pc-search-container-wrap {
        max-width: 980px;
    }
    body.search-page #wrap {
        padding-top: 13rem!important;
    }
}

/* 首页/列表广告卡片：去掉标题蒙版 */
body.card #index article .post-card-ads,
body.card #archive article .post-card-ads,
body.card #index article.no-mask .post-card-ads,
body.card #archive article.no-mask .post-card-ads {
    background: none !important;
}
body.phone.card #index article .post-card-ads::before,
body.mobile.card #index article .post-card-ads::before,
body.phone.card #archive article .post-card-ads::before,
body.mobile.card #archive article .post-card-ads::before {
    display: none !important;
}
@media (max-width: 767px) {
    body.card #index article.no-mask .post-card-mask,
    body.card #archive article.no-mask .post-card-mask,
    body.card #index article .post-card-ads,
    body.card #archive article .post-card-ads {
        background: none !important;
    }
}

/* PC 首页文章间距减半（H5 保持不变） */
@media screen and (min-width: 768px) {
    body.card #index article {
        padding: 1rem 0 0.625rem !important;
    }
}

/* 分类/标签页文章间距减半（PC + H5） */
@media screen and (min-width: 768px) {
    body.card #archive article {
        padding: 1rem 0 0.625rem !important;
    }
}
@media (max-width: 767px) {
    body.card #archive article {
        padding: 0.46875rem 0 0.625rem !important;
    }
    body.card #archive.archive-category article,
    body.card #archive.archive-tag article {
        padding: 0.234375rem 0 0.3125rem !important;
    }
}
