@charset "UTF-8";
/*
  * 2026 01 06 lili
  * 依赖 common.rem.css 用于设计稿尺寸 375rem 4:1
  * 所有相关详情页
  * last date 2026 01 06
*/

/* 下一页 */
.nextArticle-wrap{
    display: none;
    padding: .56rem .64rem;
    border-top: .05px solid rgba(245, 245, 245, 1);
    background: #fff;
}
.nextArticle-wrap .nextArticle-wrapIn{
    height: 1.6rem;
    background: rgba(239, 255, 252, 1);
    border-radius: .4rem;
    overflow: hidden;
}
.nextArticle-wrap .nextArticle-text{
    width: 3.2rem;
    height: 1.6rem;
    background: rgba(31, 211, 186, 1);
    font-size: .56rem;
    color: #fff;
    text-align: center;
    line-height:1.6rem;
    font-weight: 400;
}
.nextArticle-wrap .nextArticle-con{
    padding: 0 1.2rem 0 .4rem;
    background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAcCAYAAABsxO8nAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAHwSURBVHgBlZVPUuJAFMa/F6CKqplFTmD1LKdGZ/AGk4X/duYGegLlBOAJxBPgDXSnglXxBiIUpTu7OAELXQXy7G7EknQTmm9BkZfkl9fd73uPxKD7n4nbYAgmXAY/KnX5KxpjTQVziL4gxhG/p4l4TgTWVIAM4UKEUePp+rCAiGL18jgHEwY27NS8QXJr54GmiECQFixDIvp3h14g/SO3d3uUTm0YEDLRlXi6PfUCzWAH0sCAXv4hDoLzjUG3UQSifEA8JiHKkzaDrSWp7FqjzZ26F+gLOOi0GDhxvHJNP8vH+VpbCprB7poMajg+36NSJZa/I+kFMjC10XqPHDCpYNEcthJkYP37Q0bWVk+HFowQyz/q1OEp8dipcQVXczt905hAsTdoBrsRXCklLliAdVStuuOks/LNZpjUmFPH0khDYq+MtN84m9hL0ps94Uj7tbQSMrg/0Q1P/a1aEGUpub3/oi8LMxLDbkMde8u6oQvSQA7kPLQUtNHvnnPGTZuhLJK+L0Bm8XwWr0nIb5M2XKYFLkZbu86WsgDS7VV1Rn0yVmdU2Z2N/u01sUSUg7iKDURZXW7ut1AgAyqsEc6O5d+9a6wQmbkG5SGwbchUGVK1YXio/DnXHJCpdTJFsueao0a8QGaumemhPeOuER99AFOQ8a213r7jAAAAAElFTkSuQmCC');
    background-size: .36rem .56rem;
    background-position: calc(100% - .6rem) center;
    background-repeat: no-repeat;
}
.nextArticle-wrap .nextArticle-title{
    font-size: .56rem;
    color: rgba(102, 102, 102, 1);
    line-height: 1.6rem;
    overflow:hidden;text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical;-webkit-line-clamp: 1;
}
/* 热门推荐 */
.detailWrap-hotRec{
    background: #fff;
}
.detailWrap-hotRec .dWrap-hotRec--title{
    padding: .72rem .6rem;
    font-size: .72rem;
    color: rgba(51, 51, 51, 1);
    line-height: 1.5;
}
.detailWrap-hotRec .dWrap-hotRec--list{
    padding: 0 .96rem 1px;
}
.detailWrap-hotRec .dWrap-hotRec--list .item{
    margin-bottom: .8rem;
}
.detailWrap-hotRec .dWrap-hotRec--list .num{
    margin-right: .2rem;
    width: .68rem;
    height: .68rem;
    background: rgba(153, 152, 150, 1);
    border-radius: .16rem;
    font-size: .56rem;
    color: #fff;
    text-align: center;
    line-height: .68rem;
}
.detailWrap-hotRec .dWrap-hotRec--list .detail_title{
    font-size: .56rem;
    color: rgba(102, 102, 102, 1);
    line-height: .68rem;
}
.detailWrap-hotRec .dWrap-hotRec--list .item:nth-child(1) .num{
    background: rgba(255, 0, 64, 1);
}
.detailWrap-hotRec .dWrap-hotRec--list .item:nth-child(2) .num{
    background: rgba(255, 87, 4, 1);
}
.detailWrap-hotRec .dWrap-hotRec--list .item:nth-child(3) .num{
    background: rgba(255, 181, 59, 1);
}
