/* @media (max-width: 750px) { */
body {
    margin: 0;
    font-size: 12px !important;
}

#page {
    /* width: 100%; */
    background:#000;
    padding-bottom: 10px;

}
.rightBox:visited {
  color: #fff;
}
.rightBox{
        height: 36px;
        display: flex;
    padding: 4px 6px;
    text-align: start;
    gap: 10px;
    color: #FFF;
    font-family: "PingFang SC";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    border-radius: 4px;
    background: #AE0049;
    align-items: center;
}

/* 返回栏 */
.nav {
    /* width: calc(100% - 20px); */
    padding: 10px 10px;
    padding-top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.left {
    display: flex;
    align-items: center;
}

.leftBtn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.leftName {
    font-family: PingFang SC;
    font-size: 13px;
    font-weight: 600;
    line-height: 18.2px;
    text-align: left;
    color: #FFFFFF;

}

.right {
    display: flex;
    align-items: center;
     gap: 4px;
}

.rightBtn {
    /* width: 60px; */
    height: 22px;
    border-radius: 44px;
    border: 1px solid #F52E70;
    padding: 0 3px;
    margin: 0 5px;
    color: #F52E70;
    font-family: PingFang SC;
    font-size: 12px;
    font-weight: 600;
    line-height: 22px;
    text-align: center;


}

/* 导航栏 */
.contentBox {
    /* width: calc(100% - 40px); */
    /* height: 300px; */
    padding: 10px;
    border-radius: 16px;
    background: #211F1D;
    padding-bottom: 40px;

}

.lableList {
    display: flex;
    justify-content: space-between;

}

.lable {
    width: 23%;
    height: 28px;
    /* padding: 10px; */
    border-radius: 5px;
    border: 1px solid #FFFFFF1A;
    font-family: SF Pro;
    font-size: 12px;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
    color: #FFFFFF99;
    text-decoration: none;
}

.lable_active {
    border:0px;
    width: 23%;
    height: 28px;
    color:#fff;
    border-radius: 5px;
    font-family: SF Pro;
    font-size: 12px;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
    background: linear-gradient(229.21deg, #FD5B25 15.85%, #F3257E 86.08%);
}
.aColor{
    /* color:; */
}
.aColor:visited {
     color: #FFFFFF99;
}



/* 小说列表 */
.contentList {
    text-decoration: none;
    display: flex;
}

.contentListLeft {
    position: relative;
}

.contentCover {
    width: 119px; 
    height: 158px;
    border-radius: 8px;
    background-color: #211F1D;
}

.contentNum {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 20px;
    height: 20px;
    border-radius: 76px;

    font-family: DIN Black;
    font-size: 14px;
    font-weight: 900;
    line-height: 20px;
    text-align: center;
    color: #FFFFFFCC;
}

.contentName {
    text-decoration: none;
    font-family: PingFang SC;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
}

.contentNav {
    font-family: PingFang SC;
    font-size: 12px;
    font-weight: 400;
    line-height: 16.8px;
    text-align: left;
    color: #FFFFFF66;

}

.contentA {
    font-family: PingFang SC;
    font-size: 12px;
    font-weight: 400;
    line-height: 16.8px;
    text-align: left;
    color: #FFFFFF99;
}

.contentLz {
    /* width: 26px;
        height: 16px; */
    padding: 3px;
    border-radius: 4px;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 12px;
}

.fontWeight {
    font-weight: 600;
}

.fontColor {
    text-decoration: none;
    font-family: PingFang SC;
    font-size: 12px;
    font-weight: 400;
    line-height: 16.8px;
    text-align: left;
    color: #FBB068;
    text-decoration: underline;
    font-weight: 600;
}
.theme{
    text-decoration: none;
}
.contentK {
    font-family: PingFang SC;
    font-size: 12px;
    font-weight: 400;
    text-align: left;

}

.contentRead {
    /* width: 220px; */
    height: 25px;
    padding: 4px 12px 4px 12px;
    border-radius: 25px;
    background: #2C2A28;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.contentReadBox {
    font-family: SF Pro;
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF66;
    display: flex;
    align-items: center;
}

.contentK {
    font-family: PingFang SC;
    font-size: 12px;
    font-weight: 400;
    line-height: 16.8px;
    text-align: left;
    color: #FFFFFF66;
}

.contentAuthor {
    margin: 4px 0;
}

.contentRight {
        display: flex;
    width: 100%;
    padding: 0 10px;
    flex-direction: column;
    justify-content: space-between;
}

.bottomClass {
    /* width: 100%; */
    height: 70px;
    padding: 5px 12px;
    margin-top: 12px;
    border-radius: 8px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    background: #2C2A28;


}

.bct {
    font-family: PingFang SC;
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF99;
    margin: 0 5px;
    text-decoration: none;
}

.xsBox {
    margin: 10px 0;
}

.banner {
    width: calc(100% - 0px)
}

.pageNumBox {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    border: 2px solid #FFFFFF33;
    font-family: PingFang SC;
    font-size: 12px;
    font-weight: 600;
    line-height: 40px;
    text-align: center;
    color: #FFFFFFB2;
    text-decoration: none;

}

.pageNum {
    display: flex;
    justify-content: space-between;
}

.sxBtn {
    width: 82px;
    height: 30px;
    border-radius: 5px;
    background: #322F2C;
    font-family: SF Pro;
    font-size: 12px;
    font-weight: 400;
    line-height: 14.32px;
    text-align: center;
    color: #FFFFFF99;
    display: flex;
    align-items: center;
    justify-content: center;

}

.popup {
    width: 100%;
    padding: 20px 0px;
    height: calc(100vh - 100px);
    border-radius: 16px 16px 0px 0px;
    background: #211F1D;
    position: fixed;
    bottom: 0px;
    left: 0;
    z-index: 999;
    display: none;
    overflow: scroll;

}

.popupName {
    font-family: PingFang SC;
    font-size: 14px;
    font-weight: 600;
    line-height: 19.6px;
    text-align: center;
    color: #FFFFFFCC;

}

.popupNav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;

}

.popupTxt {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-family: PingFang SC;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    color: #FFFFFF66;
}

.popupLableBox {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 90%;
}

.popupLable-author-text {
    margin: 5px;
    /* width: 71px; */
    padding: 0px 20px;
    height: 28px;
    border-radius: 6px;
    border: 1px solid #FFFFFF1A;
    font-family: PingFang SC;
    font-size: 12px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    color: #FFFFFF99;
}

.popupLable-author-text-active {
    margin: 5px;
    /* width: 71px; */
    padding: 0px 20px;
    height: 28px;
    border-radius: 6px;

    font-family: PingFang SC;
    font-size: 12px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    border: 2px solid #907152;
    color: #FBB068;
}

.popupTxt-status-text {
    margin: 5px;
    /* width: 71px; */
    padding: 5px 20px;
    height: 30px;
    border-radius: 6px;
    border: 1px solid #FFFFFF1A;
    font-family: PingFang SC;
    font-size: 12px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF99;
}

.popupTxt-status-text-active {
    margin: 5px;
    /* width: 71px; */
    padding: 5px 20px;
    height: 30px;
    border-radius: 6px;

    font-family: PingFang SC;
    font-size: 12px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    border: 2px solid #907152;
    color: #FBB068;
}

.popupTxt-conetnt-text {
    margin: 5px;
    /* width: 71px; */
    padding: 5px 20px;
    height: 30px;
    border-radius: 6px;
    border: 1px solid #FFFFFF1A;
    font-family: PingFang SC;
    font-size: 12px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF99;
}

.popupTxt-conetnt-text-active {
    margin: 5px;
    /* width: 71px; */
    padding: 5px 20px;
    height: 30px;
    border-radius: 6px;

    font-family: PingFang SC;
    font-size: 12px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    border: 2px solid #907152;
    color: #FBB068;
}

.popupTxt-tag-text {
    margin: 5px;
    /* width: 71px; */
    padding: 5px 20px;
    height: 30px;
    border-radius: 6px;
    border: 1px solid #FFFFFF1A;
    font-family: PingFang SC;
    font-size: 12px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF99;

}

.popupTxt-tag-text-active {
    margin: 5px;
    /* width: 71px; */
    padding: 5px 20px;
    height: 30px;
    border-radius: 6px;

    font-family: PingFang SC;
    font-size: 12px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    border: 2px solid #907152;
    color: #FBB068;
}

.pupupTitle {

    padding: 10px;
    display: flex;
}

.popupBtnBox {
    width: 100%;
    height: 46px;
    background: #2C2A28;
    position: fixed;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.popupBtn {
    width: 150px;
    height: 36px;
    border-radius: 30px;
    background: #FFFFFF1A;
    font-family: SF Pro;
    font-size: 14px;
    font-weight: 700;
    line-height: 36px;
    text-align: center;
    color: #FFFFFF;

}

.popupBack {
    width: 100%;
    height: 100vh;
    background-color: #000;
    opacity: 0.5;
    z-index: 8;
    position: fixed;
    top: 0;
    display: none;
}

.eatBox {
    width: 100%;
}

.eatTop {
    width: 100%;
    position: relative;
}

.eatCover {
    width: 100%;
}

.eatTime {
    display: flex;
    font-family: Inter;
    font-size: 12px;
    font-weight: 700;
    line-height: 14.52px;
    color: #FFFFFFB2;

}

.eatInt {
    font-family: Inter;
    font-size: 12px;
    font-weight: 700;
    line-height: 14.52px;
    color: #FFFFFFB2;

}

.eatTxt {
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 10px;
    width: 100%;
}

.eatText {

    width: 100%;
    font-family: Inter;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-align: left;
    color: #FFFFFFCC;


}

.hr {
    width: 100%;
    height: 1px;
    background-color: #FFFFFF26;
    margin:10px

}
.contentBoxName {}

.contentTxt {
    font-family: PingFang SC;
    font-size: 12px;
    font-weight: 400;
    line-height: 16.8px;
    text-align: left;
    color: #FDA765;

}

.dotBox {
    display: flex;
    position: absolute;
    right: 20px;
}
.swiper-pagination-bullet-active{
    width: 8px;
    height: 4px;
    border-radius: 2px;
    background: #FDA765;
}
.swiper-pagination-bullet{
    width: 4px;
    height: 4px;
    border-radius: 2px;
    opacity: 0.2px;
    /*background: #fff;*/
    margin: 0 3px;
}

.dot {
    margin: 0 2px;
    width: 4px;
    height: 4px;
    border-radius: 2px;
   
}
.dotColor{
     opacity: 0.2;
    background: #FFFFFF;
}

.dotChoose {
    margin: 0 2px;
    width: 8px;
    height: 4px;
    border-radius: 2px;
    /* opacity: 0.2; */
    background: #FDA765;

}

.contentBoxName {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.book {
    text-decoration: none;
}

.homeBookLeft {
    width: 50px;
    height: 65px;
    position: relative;
}

.homeBookLeftCover {
    width: 100%;
    height: 100%;
}

.homeBookLeftWj {
    width: 22px;
    height: 12px;
    border-radius: 0px 0px 4px 4px;
    position: absolute;
    top: 0;
    left: 0;
}

.homeBook {
    background-color: #2A2928;
    width: 49%;
    height: 65px;
    border-radius: 4px;
    display: flex;
    overflow: hidden;
    margin: 5px 0;
}

.homeBookBox {
    padding: 5px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.homeBookrightTitle {
    width: 120px;
    font-family: SF Pro;
    font-size: 13px;
    font-weight: 700;
    line-height: 15.51px;
     white-space: nowrap;
     overflow: hidden;
     text-overflow: ellipsis;
}

.homeBookrightNum {
    font-family: PingFang SC;
    font-size: 10px;
    font-weight: 600;
    line-height: 14px;
    text-align: left;
    display: flex;
}

.homeBookright {
    /*width: 60%;*/
    padding: 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.homeBookrightNumDot {
    width: 14px;
    height: 14px;
    border-radius: 7px;
    font-family: DIN Black;
    font-size: 10px;
    font-weight: 900;
    line-height: 14px;
    text-align: center;
    color: #FFFFFFCC;
    margin-right: 5px;

}

.dotred {
    margin-right: 2px;
    width: 4px;
    height: 4px;
    background: #FF0D00;
    border-radius: 2px;
    display: inline-block;

}

.homeBookreadNum {
    font-family: PingFang SC;
    font-size: 10px;
    font-weight: 400;
    line-height: 14px;
    color: #FFFFFF66;
    display: flex;
    justify-content: space-between;
}

.homeBookBtn {
    /* width: 351px; */
    text-decoration: none;
    height: 30px;
    border-radius: 30px;
    background: #2A2928;
    font-family: PingFang SC;
    font-size: 12px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF80;


}
p {
    font-family: PingFang SC;
    font-size: 12px;
    font-weight: 400;
    line-height: 21.6px;
    color: #FFFFFFB2;
    text-align: justify;

}

.openRead {
    width: 100%;
    height: 36px;
    background: linear-gradient(229.21deg, #FD5B25 15.85%, #F3257E 86.08%);
    font-family: PingFang SC;
    font-size: 14px;
    font-weight: 600;
    line-height: 36px;
    text-align: center;
    border-radius: 10px;
    color: var(--text-100, #FFFFFF);
    margin: 15px 0;
    text-decoration: none; 
}

.mulvtext {
    font-family: PingFang SC;
    font-size: 12px;
    font-weight: 400;
    line-height: 16.8px;
    text-align: left;
    color: #FDA765;

}

.mulvRightText {
    font-family: PingFang SC;
    font-size: 12px;
    font-weight: 400;
    line-height: 16.8px;
    text-align: left;
    color: #FFFFFF99;
    margin-left: 5px;
}

.mulvRight {
    display: flex;

}

.mulvTop {
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
}

.chooseMl {
    height: 32px;
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none;
    /* 对于Firefox */
    overflow-x: scroll;
}

.choosePage {
    display: inline-block;
    height: 30px;
    padding: 0 10px;
    border-radius: 5px;
    border: 1px solid #FFFFFF26;
    color: #FFFFFF99;
    margin: 0 5px;
    line-height: 30px;
    font-family: SF Pro;
    font-size: 12px;
    font-weight: 700;
    text-align: center;


}
.choosePage_active {
    display: inline-block;
    height: 30px;
    padding: 0 10px;
    border-radius: 5px;
    border: 1px solid #FFFFFF26;
    color: #FFFFFF99;
    margin: 0 5px;
    line-height: 30px;
    font-family: SF Pro;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    background: linear-gradient(229.21deg, #FD5B25 15.85%, #F3257E 86.08%);

}
.pzLeft {
    text-decoration: none;
    font-family: PingFang SC;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    text-align: left;
    color: #FFFFFF99;
    
    white-space: pre-wrap;
}

.pzRight {
    width: 100px;
    text-decoration: none;
    font-family: PingFang SC;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    text-align: right;
    color: #FFFFFF66;

}

.pzList {
    text-decoration: none; 
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    border-bottom: 1px solid #FFFFFF0D;
    margin-bottom: 10px;
}

.bookImg {

     height: 149px; 
    position: relative;

}
   
.book {
    border-radius: 6px;
    overflow: hidden; 
    background: #2A2928;
}

.bookReadNum {
   width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    bottom: 10px;
    padding: 0 4px;
}

.bookReadNumLeft {
    display: flex;
    align-items: center;
    font-family: SF Pro;
    font-size: 10px;
    font-weight: 700;
    text-align: left;
    color: #FFFFFF99;

}

.bookName {
    text-decoration: none; 
    font-family: PingFang SC;
    font-size: 13px;
    font-weight: 600;
    line-height: 18.2px;
    text-align: left;
    color: #FFFFFFCC;
    white-space: nowrap;
    /* 防止文本换行 */
    overflow: hidden;
    /* 隐藏超出容器的文本 */
    text-overflow: ellipsis;
    /* 超出部分显示为省略号 */
}

.bookNav {
    text-decoration: none; 
    font-family: PingFang SC;
    font-size: 10px;
    font-weight: 400;
    line-height: 14px;
    text-align: left;
    color: #FFFFFF66;
    margin-top: 3px;
    text-decoration: none;
}

.bookNum {
    font-family: PingFang SC;
    font-size: 10px;
    font-weight: 400;
    line-height: 14px;
    text-align: left;
    color: #FFFFFF99;
}

.bookTime {
    font-family: PingFang SC;
    font-size: 10px;
    font-weight: 400;
    line-height: 14px;
    text-align: left;
    color: #FFFFFF99;
    display: flex;
    align-items: center;
}

.dot {
    width: 4px;
    height: 4px;
    background: #FF0D00;
    border-radius: 2px;
}

.hotList {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-top: 5px;
}
.readTitle {
    font-family: PingFang SC;
    font-size: 22px;
    font-weight: 600;
    line-height: 30.8px;
    text-align: center;
    color: #F3B57ACC;
    margin-top: 50px;
}

.readNum {
    font-family: PingFang SC;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    text-align: center;
    color: #FFFFFF66;

}

p {
    font-family: PingFang SC;
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
    text-align: justify;
    color: #FFFFFFB2;
    margin:  0;

}


.paddingRead {
    /* padding:0 10px; */
}

.lable {
    margin: 0 3px;
    /* width: 17%; */
}

.flex {
    display: flex;
    align-items: center;
    justify-content: center;
}

.popupRead {
    width: 300px;
    height: 100vh;
    padding: 20px 12px 20px 12px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
    background: #211F1D;
    overflow: scroll;
    display: none;

}

.mulvName {
    font-family: PingFang SC;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    text-align: left;
    width: 100%;
    color: #FFFFFFCC;
    white-space: pre-wrap;


}


.dialog2-wrap ,.dialog3-wrap,.dialog4-wrap{
    position: fixed;
    top: 35px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 200;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .dialog3-wrap{
    background:rgba(0,0,0,0.6);
  }
  .dialog3-wrap .dialog3-conter{
     width: 4.78rem;
     background:rgba(0,0,0,0);
     position: relative;
  }
  .colse-btn2{
    width: .6rem;
    height: .6rem;
    position: absolute;
    right: 0;
    top: 0;
  }
  .load-img2{
    width: 100%;
  }
  .load-btn2{
    width: 100%;
    margin-top: 10px;
    animation: animationname 1s linear infinite;
}
@keyframes animationname{
    from{ transform: scale(1,1)}
    to{ transform: scale(1.03,1.03)}
} 
  .dialog2-conter,.dialog3-conter,.dialog4-conter {
    width: 5.8rem;
    border-radius: .4rem;
    background-color: #fff;
    max-width: 80vw;
    color: #333;
  }
  .hidden {
    display: none !important;
}
.grid-col-3{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}
.grid-col-3 .book {
    width: 100%;
}
.py8{
    padding-top: 8px;
    padding-bottom: 8px;
}