body{
    background-color: var(--el-bg-color);
}

.index-wrap {
    border-bottom: 1px solid var(--el-bolder-color);
}

.search-wrap {
    height: 80px;
    padding: 0 20px;
    background-image: url(../imgs/index/bg_search.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: flex;
    align-items: center;
}

.search-item {
    flex: auto;
    height: 32px;
    background: var(--el-bg-color);
    border-radius: 20px;
    padding: 0 12px;
    display: flex;
    align-items: center;
}

.search-item img {
    flex: none;
    width: 16px;
    height: 16px;
    margin-right: 6px;
}

.search-item input {
    flex: auto;
    font-size: 13px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: Regular;
    line-height: 17px;
    border: none;
    background-color: var(--el-bg-color);
    color: var(--el-text-color-primary);
}

.banner-wrap {
    padding: 16px 16px 20px;
}

.category-scroll {
    position: relative;
    font-size: 0;
    white-space: nowrap;
    overflow-x: hidden;
    overflow-y: hidden;

}

.category-list {
    display: inline-block;
    padding-right: 24px;
}

.category-item {
    display: inline-block;
    font-size: 16px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: Regular;
    text-align: left;
    color: var(--el-text-color-primary);
    line-height: 22.5px;
    margin-right: 24px;
}

.more-category {
    position: absolute;
    top: -8.5px;
    right: 0;
    width: 16px;
    height: 40px;
    background: var(--el-bg-color);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: -1px 0 3px rgba(0, 0, 0, 0.1);
}

.more-category img {
    width: 16px;
    height: 16px;
}

.banner-section {
    margin-top: 12px;
}

.banner-item {
    position: relative;
    display: block;
    border-radius: 8px;
    padding-top: 48.39%;
    overflow: hidden;
    background: #d8d8d8;
}

.banner-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mid-nav-list{
   padding: 0 16px;
}
.mid-nav-item{
    display: block;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 90px;
    padding: 12px 16px 0;
    box-sizing: border-box;
}
.mid-nav-item.nav1{
    background-image: url(../imgs/index/bg_lt.png);
}
.mid-nav-item.nav2{
    background-image: url(../imgs/index/bg_rw.png);
}
.mid-nav-item .nav-title{
    font-size: 16px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: Regular;
    text-align: left;
    color: #ffffff;
    line-height: 20px;
}
.mid-nav-item .nav-sub-title{
    margin-top: 1px;
    opacity: 0.6;
    font-size: 10px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: Regular;
    text-align: left;
    color: #ffffff;
    line-height: 14px;
}
.mid-nav-item .nav-open{
    margin-top: 6px;
    display: inline-block;
    height: 24px;
    background: #ffffff;
    border-radius: 18px;
    line-height: 24px;
    padding: 0 16px;
    font-size: 13px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: Regular;
    text-align: left;
    color: #419eff;
}

.recommend-wrap {
    padding: 0 16px;
}

.recommend-section {
    padding-top: 20px;
    padding-bottom: 4px;
    border-bottom: 1px solid var(--el-bolder-color);
}

.recommend-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

.recommend-header .title {
    font-size: 20px;
    font-family: PingFang SC, PingFang SC-Regular;
    text-align: left;
    color: var(--el-text-color-primary);
    line-height: 28px;
    font-weight: bold;
}
.more-arrow{
    display: flex;
    align-items: center;
}
.more-arrow span{
    font-size: 13px;
    font-family: PingFang SC, PingFang SC-Medium;
    font-weight: Medium;
    text-align: right;
    color: #419eff;
    line-height: 17px;
}

.more-arrow .more {
    margin-left: 8px;
    width: 16px;
    height: 16px;
}

.recommend-item {
    margin-bottom: 16px;
}

.manga-item {
    display: block;
}

.manga-post {
    position: relative;
    background: #d8d8d8;
    border-radius: 8px;
    padding-top: 133.53%;
    overflow: hidden;
}

.manga-post img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.manga-name {
    margin-top: 8px;
    font-size: 16px;
    font-family: PingFang SC, PingFang SC-Regular;
    text-align: left;
    color: var(--el-text-color-primary);
    line-height: 22.5px;
}

.last-chapter {
    margin-top: 4px;
    font-size: 12px;
    font-family: PingFang SC, PingFang SC-Regular;
    text-align: left;
    color: var(--el-text-color-regular);
    line-height: 16px;
}

.last-chapter .chapter {
    margin-right: 4px;
}

.recommend-wrap .recommend-section:last-child {
    border-bottom: none;
}