@charset "utf-8";
@import url('https://at.alicdn.com/t/c/font_4214786_5anfafjexn.css');
/* 统一引用样式 兼容bbs引用 */
.card.card-thread blockquote,
.card.card-postlist blockquote:not(.blockquote),
.mce-content-body blockquote:not(.blockquote) {
    color: #999;
    font-weight: 400;
    border-left: 2px solid #1abc9c;
    padding: 1em;
    margin: 1em 0em;
	background-color: #f8f8f8;
    border-radius: 5px;
}

/* 编辑器内容-默认字体 */
.mce-content-body {
    font-family: Microsoft YaHei, 微软雅黑, SimHei;
}

/* 编辑器内容-防止图片超宽溢出 */
.mce-content-body img {
    max-width: 100%;
    height: auto;
}

/* 编辑器对bbs评论引用内容做处理，实际项目中删除这些 */
.mce-content-body blockquote.blockquote {
    font-size: 0.8rem;
    background-color: #e9ecef;
    padding: 0.5rem 1rem !important;
    margin: 0;
}

.mce-content-body blockquote.blockquote .avatar-1 {
    width: 1.3rem;
    height: 1.3rem;
    border-radius: 1.3rem;
}

.mce-content-body blockquote.blockquote .user {
    text-decoration: none;
    color: #868e96 !important;
    font-size: 12px;
}

/* 编辑器按钮 */
.tox .tox-tbtn--bespoke .tox-tbtn__select-label {
    width: 2.8rem !important;
}

/* 内容 */
.message img {
    border-color: transparent;
}
/* 网盘模块超链接样式 */
.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: 2rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}
.custom-blockquote {
    background: linear-gradient(135deg, rgb(116 235 213 / 7%), rgb(159 172 230 / 10%));
    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;

}


/* 标题 */
.message h1::before {
	font-family: "fontawesome";
	content: "\f0da";
	margin-right: 5px;
	color: var(--danger);
}

.message h2::before {
	font-family: "fontawesome";
	content: "\f0da";
	margin-right: 5px;
	color: var(--warning);
}

.message h3::before {
	font-family: "fontawesome";
	content: "\f0da";
	margin-right: 5px;
	color: var(--primary);
}

.message h4::before {
	font-family: "fontawesome";
	content: "\f0da";
	margin-right: 5px;
	color: var(--success);
}

.message h5::before {
	font-family: "fontawesome";
	content: "\f0da";
	margin-right: 5px;
	color: var(--info);
}

.message h6::before {
	font-family: "fontawesome";
	content: "\f0da";
	margin-right: 5px;
	color: var(--dark);
}
/*li标签*/
.wp-block-list li{
    list-style: decimal!important;
}

/*.card-thread .message p a::after {*/
/*    font-family: 'fontawesome';*/
/*    content: "\f08e";*/
/*	margin-left: 5px;*/
/*	color: var(--success);*/
/*}*/

/*.card-thread .message p a {*/
/*	color: var(--primary);*/
/*}*/



/*豆瓣相关*/
.movie-info {
    padding: 7px;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(26, 26, 26, .1);
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, rgb(116 235 213 / 7%), rgb(159 172 230 / 10%));
}

.movie-info img {
    max-width: 253px; /* 设置图片最大宽度 */
    height: auto;
    object-fit: cover;
    border-radius: 5px;
    margin-right: 20px; /* 图片和文字之间的间距 */
}

.movie-info-content {
    flex: 1; /* 填充剩余空间 */
}

.movie-info h2 {
    font-size: 26px; /* 增大字体大小 */
    color: #333;
    margin-bottom: 10px;
}

.movie-info p {
    font-size: 14px; /* 增大字体大小 */
    color: #666;
    margin-bottom: 5px;
}

@media (max-width: 767px) { /* 在手机上应用以下样式 */
    .movie-info {
        flex-direction: column; /* 将图片和文字堆叠在一起 */
        align-items: flex-start; /* 文字左对齐 */
    }

    .movie-info img {
        margin-right: 38px; /* 清除图片和文字之间的间距 */
        margin-bottom: 10px; /* 图片和文字之间的间距 */
    }
}
/*定义标题*/
.movie-title {
    font-size: 20px; /* 设置标题字体大小 */
    margin-bottom: 10px; /* 下方间距 */
    position: relative;
    display: inline-block; /* 以块级形式显示，便于边框适应文本 */
    /*border-bottom: 2px solid #0084ff;  下划线样式 */
    padding-bottom: 2px; /* 与下划线的距离 */
    text-align: center; /* 水平居中对齐文本 */
}
/*定义豆瓣评分样式*/
.badge-vlo1 {
    background: linear-gradient(135deg, #0047abb0 0%, #6b8cff5e 100%); /* 背景 */
    color: #ffffff; /* 文字颜色 */
    border-radius: 5px; /* 圆角 */
    padding: 2px 6px; /* 内边距 */
    margin-left: 9px; /* 与名称的间距 */
    font-size: 11px; /* 字体大小 */
    font-weight: bold; /* 加粗文字 */
    display: inline-block; /* 确保它是块级元素，且可调节大小 */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); /* 添加阴影 */
}
.badge-vlo2 {
    background: linear-gradient(135deg, #FF6B6B 0%, #FFA1A1 100%); /* 红色背景 */
    color: #ffffff; /* 文字颜色 */
    border-radius: 5px; /* 圆角 */
    padding: 2px 6px; /* 内边距 */
    margin-left: 9px; /* 与名称的间距 */
    font-size: 11px; /* 字体大小 */
    font-weight: bold; /* 加粗文字 */
    display: inline-block; /* 确保它是块级元素，且可调节大小 */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); /* 添加阴影 */
}
/*主演隐藏2行*/
.actor-list {
   display: -webkit-box; /* 使用 Flexbox 布局 */
    -webkit-box-orient: vertical; /* 设置为纵向排列 */
    -webkit-line-clamp: 2; /* 限制显示两行 */
    overflow: hidden; /* 超出部分隐藏 */
    text-overflow: ellipsis; /* 使用省略号 */
    max-height: 3em; /* 设定最大高度，通常行高乘以行数 */
    line-height: 1.5em; /* 设置行高 */
}

.year { color: #888; font-size: 16px;margin-left: 4px;}

#listBody{
    max-height: 510px;
    overflow: auto;
}
.listItem{
    padding: 10px;
    cursor: pointer;
    width: 180px;
}
.itemTitle{
    padding-top: 10px;
}
.itemImg{
    text-align: center;
}
.itemImg img{
    border-radius: 10px;
}
.douban-pages{
    display: flex;
    justify-content: center;
    margin-top: 30px;
}