/* 网盘模块超链接样式 */
.alert-success a {
            color: #007bff;
            transition: all 0.2s;
        }
.alert-success a:hover {
            color: #ff0000; /* 当鼠标悬停时的颜色 */
        }
        
/* 豆瓣样式 */
@media (min-width: 768px) {
    .text-center.position-relative {
        width:100% !important;
        padding: 50px 15px 40px 15px;
        border-radius: 10px;
        background: #fff;
        background-image: url("/upload/images/OHmeUq.webp");
        background-size: cover;
        background-position: center;
        /*! border: 1px solid #abb7ec4f; */
    }
    
    .site-body.text-sm {
        position: relative;
        width: 100.55%;
        /*! padding: 30px 15px 48px 40px; */
        /*! margin: 17px 30px -70px -13px; */
        background: linear-gradient(to right,#ffffff 20%,rgba(255,255,255,0) 100%);
    }
    
    .site-body p {
    color: #9aa0a7;
}
    .site-content p {
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
    .text-sm {
    font-size: .975rem !important;
}
    .book-info ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
    .doubanpingfen {
    position: relative;
    top: -25px; 
    left: -50px;
}
    .douban-score {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    bottom: 0;
    right: 0
}

.douban-score strong {
    font-size: 55px;
    background: linear-gradient(0deg,#cea95c,#fce297);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}

.douban-score span {
    background: linear-gradient(0deg,#cea95c,#fce297);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 22px;
    margin-top: -15px;
}

.douban-score:after,.douban-score:before {
    font-family: io!important;
    position: absolute;
    font-size: 90px;
    bottom: -25px;
    background: linear-gradient(0deg,#cea95c,#fce297);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 0 8.2px rgba(255,205,77,.21)
}

/*.douban-score:before {*/
/*    content: "\e69e";*/
/*    left: 20%;*/
/*    transform: translateX(-100%);*/
/*}*/

/*.douban-score:after {*/
/*    content: "\e69f";*/
/*    right: 20%;*/
/*    transform: translateX(100%)*/
/*}*/

     }
@media(max-width:576px) {
    .text-center.position-relative {
        width:100% !important;
        padding: 30px 10px 30px 15px; 
         margin: 0px 0px 0px 0px;
        border-radius: 10px;
        background: #fff;
        background-image: url("/upload/images/OHmeUq.webp");
        background-size: cover;
        background-position: center;
        border: 1px solid #abb7ec4f;
    }
    
   .site-body.text-sm {
        position: relative;
        width: 100.55%;
        /*! padding: 30px 15px 48px 40px; */
        /*! margin: 17px 30px -70px -13px; */
        background: linear-gradient(to right,#ffffff 20%,rgba(255,255,255,0) 100%);
    }
    
    .site-body p {
    color: #9aa0a7;
}
    .site-content p {
    font-size: 14px;
}
    .text-sm {
    font-size: .875rem !important;
}
    .book-info ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
    .doubanpingfen {
    display: none;
}
    .douban-score {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    bottom: 0;
    right: 0
}

.douban-score strong {
    font-size: 40px;
    background: linear-gradient(0deg,#cea95c,#fce297);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}

.douban-score span {
    background: linear-gradient(0deg,#cea95c,#fce297);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 17px;
    margin-top: -15px;
}

.douban-score:after,.douban-score:before {
    font-family: io!important;
    position: absolute;
    font-size: 70px;
    bottom: -25px;
    background: linear-gradient(0deg,#cea95c,#fce297);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 0 8.2px rgba(255,205,77,.21)
}

.douban-score:before {
    content: "\e69e";
    left: 20%;
    transform: translateX(-100%);
}

.douban-score:after {
    content: "\e69f";
    right: 20%;
    transform: translateX(100%);
}

.col-9 {
  flex: 0 0 100%;
  max-width: 100% !important;
}
     }

.tl .year { color: #888; font-size: 18px;margin-left: 4px;}
h1 .year {
  color: #888;
  font-size: 18px;
}
.tl {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}
.custom-blockquote {
    /*background: linear-gradient(to right, #fff4f1, #fff);*/
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    margin: 10px 0;
    padding: 20px 30px;
    position: relative;
    display: block;
}

.custom-blockquote::before {
    color: #0000007a;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 10px;
    vertical-align: -0.4em;
}

.custom-blockquote::after {
    color: #0000007a;
    content: close-quote;
    font-size: 4em;
    line-height: 0.1em;
    opacity: 0.7;
    position: absolute;
    right: 20px;
    bottom: 10px;
}
.post_pin_comment{
background: #e6e6e6;
  padding: .25em .2em;
    padding-left: 0.2em;
  padding-left: 0.5em;
  border-radius: 5px;

}

