﻿.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;
}

/* Cover card information hierarchy */
body.card #index article .post-card-mask,
body.card #archive article .post-card-mask {
    position: relative;
    display: block;
    width: 100%;
    height: 15.5rem;
    background: transparent;
}

body.card #index article .post-card-container,
body.card #archive article .post-card-container {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-end !important;
    width: 100%;
    min-height: 33.333%;
    height: auto !important;
    box-sizing: border-box;
    padding: 1.625rem 1rem 0.75rem !important;
    text-align: left !important;
    background: linear-gradient(
        to bottom,
        rgba(24, 24, 24, 0) 0,
        rgba(24, 24, 24, 0.3) 32%,
        rgba(12, 12, 12, 0.66) 100%
    );
}

body.card #index article .post-card:has(.wrap) .wrap {
    display: none;
}

body.card #index article .post-card:has(.wrap)::after {
    content: "热搜 HOT";
    position: absolute;
    top: 1.125rem;
    right: -2.5rem;
    z-index: 12;
    width: 10rem;
    height: 1.75rem;
    border-block: 1px dashed rgba(255, 255, 255, 0.62);
    box-sizing: border-box;
    color: rgba(255, 255, 255, 0.88);
    background: rgba(38, 125, 120, 0.76);
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 1.625rem;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
    transform: rotate(45deg);
    transform-origin: center;
    pointer-events: none;
}

body.card #index article .post-card-title,
body.card #archive article .post-card-title {
    order: 2 !important;
    display: -webkit-box !important;
    margin: 0 !important;
    max-height: 63px !important;
    overflow: hidden !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 1.5 !important;
    text-align: left !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.55);
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 3 !important;
}

body.card #index article .post-card-info,
body.card #archive article .post-card-info {
    order: 1;
    margin: 0 0 0.3125rem;
    color: rgba(255, 255, 255, 0.68);
    font-family: inherit;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4;
    text-align: left;
}

body.card #index article .post-card-info:empty,
body.card #archive article .post-card-info:empty {
    display: none;
}

@media (max-width: 767px) {
    body.card #index article .post-card:has(.wrap)::after {
        top: 0.75rem;
        right: -2.5rem;
        width: 8rem;
        height: 1.5rem;
        font-size: 0.75rem;
        line-height: 1.375rem;
    }

    body.card #index article .post-card-container,
    body.card #archive article .post-card-container {
        padding: 0.75rem 0.75rem 0.5rem !important;
    }
}

/* 首页品牌 Logo */
.navbar-brand.text-brand.home-brand-logo {
    display: inline-flex;
    align-items: center;
    width: 11.25rem;
    height: auto;
    padding: 0;
}

.navbar-brand.text-brand.home-brand-logo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.home-sidebar-logo img {
    width: 13.5rem;
    max-width: 80%;
    height: auto;
    max-height: 7rem;
    object-fit: contain;
}
