@charset "utf-8";

* {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    margin: 0;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    font-family: serif;
}

html,
body {
    width: 100%;
    height: 100vh;
    margin: 0;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    overflow-x: hidden;
    font-family: serif "SquareRegular";
    color: #fff;
}

a {
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
}

.ad-container {
    margin: 16px auto;
}

.ad-container[data-ad-index="0"] {
    margin-top: 0;
}

.gptslot {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    min-height: 250px;
    max-width: 300px;
    margin: 0 auto;
}

.ad-label {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: start;
       -moz-box-align: start;
            align-items: start;
    position: relative;
    padding: 5px 0px 2px 0px;
    font-size: 14px;
    color: rgb(255, 255, 255);
}

.fav {
    width: 160px;
    height: 100%;
    margin-right: auto;
}

.fav .mac-rootbg {
    display: inline-block;
    width: 160px;
    height: 100%;
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.bgi {
    min-width: 30px;
    aspect-ratio: 1;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../../images/loading.e29b847.gif);
}

.mac-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    padding-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow-x: auto;
    margin-left: 5px;
}

header {
    position: relative;
    width: 100%;
    color: #fff;
}

.mac-header-box {
    width: 80%;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
    height: 60px;
}

.mac-header-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
    border-radius: 0 0 0 30px;
}

.mac-header-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
            justify-content: flex-end;
    border-radius: 0 0 30px 0;
    z-index: 900;
    gap: 20px;
}

.mac-header-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    margin: 0;
    gap: 15px;
}

.mac-header-menu div {
    color: white;
    font-size: 16px;
    cursor: pointer;
}

.mac-header-menu span {
    color: white;
    font-size: 16px;
    font-weight: 800;
}

.mac-header-menu div:hover {
    text-decoration: underline;
}

.mac-search-button-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    gap: 5px;
    padding: 10px 15px;
    border-radius: 30px;
    background-color: #2c2c2c;
}

.mac-search-button-box p {
    color: #a9a9a9;
}

.mac-search-box {
    position: fixed;
    top: 30%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 60%;
    height: 40px;
    /* display: flex; */
    display: none;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(199, 236, 252, 1);
    border-radius: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
    margin: 0;
    z-index: 999;
}

.mac-search-btn-box {
    margin-right: 2px;
    margin-left: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    height: 90%;
    border-radius: 30px;
    padding: 0 15px;
}

.mac-search-btn,
.search-button {
    width: 30px;
    aspect-ratio: 1;
    background-image: url(../../images/search.f7f692b.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    background-color: transparent;
}

.mac-search-btn {
    width: 25px;
}

.search-button {
    margin: 0 10px;
}

.ricle-icon {
    width: 30px;
    aspect-ratio: 1;
    background-color: #fff;
    border-radius: 20px;
    margin: 0 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 130%;
}

.myInput {
    color: #000;
    height: 30px;
    outline: 0;
    font-size: 1rem;
    border: 0;
    display: inline-block;
    margin: 0 1em;
    text-decoration: none;
    width: 80%;
}

.mac-header-banner {
    background-color: #181818;
}

.mac-header-category-box {
    width: 80%;
    margin: 0 auto;
    height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    gap: 30px;
    font-size: 14px;
}

.mac-header-category-box .item .icon {
    display: none;
}

.mac-aside-menu {
    display: none;
    width: 40px;
    height: 40px;
    background-image: url(../../images/menu.37ced67.png);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}

.mac-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.945);
    z-index: 998;
    display: none;
}

body.no-scroll {
    overflow: hidden;
    position: fixed;
    width: 100%;
}

.mac-sidebar {
    position: fixed;
    top: 0;
    left: -100%;
    width: 60%;
    height: 100vh;
    background: #fff;
    -webkit-transition: left 0.3s ease;
    transition: left 0.3s ease;
    z-index: 999;
    overflow: scroll;
}

.mac-sidebar-container {
    padding: 20px;
}

.mac-sidebar-container .fav {
    height: 60px;
}

.close-btn-box {
    position: fixed;
    top: 5px;
    right: 5px;
    background-image: url(../../images/close.03a4c6d.png);
    width: 30px;
    aspect-ratio: 1;
    background-position: center;
    background-size: cover;
    z-index: 999;
    pointer-events: none;
    display: none;
}

.mac-sidebar-container .mac-list-canvas {
    width: 95%;
    margin: 10px auto;
    padding: 5px 10px;
    border-radius: 10px;
    color: #fff;
}

.mac-list-canvas .mac-menu-tag,
.mac-list-canvas .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    width: 100%;
    height: 45px;
    margin: 10px;
    background-color: rgba(0, 0, 0, 0.514);
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 6px 0px;
}

.tag-icon {
    margin-left: 5px;
    background-image: none;
}

.mac-list-canvas .mac-menu-tag p,
.mac-list-canvas .item .icon-name {
    padding-left: 0px;
}

.mac-bottom-container {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

.footer-line {
    width: 90%;
    border: none;
    border-top: 1px solid #999;
    margin: 10px auto 20px;
}

.footer-domain {
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
}

.footer-desc {
    width: 90%;
    margin: 0 auto;
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 1.5;
}

.footer-links {
    font-size: 14px;
}

.footer-links a {
    color: #fff;
    margin: 0 8px;
}

.footer-links a:hover {
    text-decoration: underline;
}

.footer-links span {
    color: #fff;
    font-size: 18px;
    margin: 0 2px;
}

.mac-footer-bottom {
    color: white;
    padding-bottom: 20px;
    height: 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
}

.mac-footer-top {
    height: 100px;
    padding: 20px 0;
    border-bottom: 1px solid #575757;
}

.footer-logo {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.footer-logo a {
    color: white;
    text-decoration: none;
}

.copyright {
    font-size: 12px;
    color: #f0f0f0;
}

.copyright .awebsite {
    color: #f0f0f0;
    text-decoration: none;
}

.copyright .awebsite:hover {
    text-decoration: underline;
}

.mac-main {
    width: 100%;
    min-height: -webkit-calc(100vh - 70px);
    min-height: calc(100vh - 70px);
    margin: 0 auto;
    overflow: hidden;
    padding-top: 30px;
}

.mac-list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    border-radius: 15px;
    padding: 0 10px;
}

.one-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
}

.box-shadow {
    padding: 10px;
    box-shadow: 0 2px 10px rgba(99, 84, 84, 0.4);
    border-radius: 15px;
    margin: 10px 0 30px;
}

.mac-card {
    overflow: hidden;
}

.mac-card__icon-box {
    width: 100%;
    aspect-ratio: 0.8;
    border-radius: 10px;
    overflow: hidden;
}

.mac-card__thumbnail {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
}

.mac-card__info {
    gap: 5px;
    padding: 5px;
}

.mac-card__like-percent {
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    gap: 5px;
    font-size: 12px;
}

.mac-card__like-percent .like-icon {
    width: 15px;
    aspect-ratio: 1;
    background-image: url(../../images/like.7ca782c.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.mac-card__title {
    font-size: 16px;
    font-weight: 600;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.mac-card__author,
.mac-card__category {
    font-size: 12px;
    height: 15px;
    white-space: nowrap;
}

.mac-card__meta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    color: #9d9d9b;
    font-size: 10px;
}

.mac-card__score-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
}

.mac-card__summary {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 13px;
    margin-bottom: 5px;
}

.add-author,
.mac-card--type2 .mac-card__author,
.mac-card--type2 .mac-card__score-box,
.mac-card--type2 .mac-card__category,
.mac-card--type3 .mac-card__author,
.mac-card--type3 .mac-card__meta,
.mac-card--type4 .mac-card__summary,
.mac-card--type4 .mac-card__author {
    display: none;
}

.mac-card--type1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    gap: 10px;
}

.mac-card--type1 .mac-card__info {
    width: -webkit-calc(100% - 10px - 30%);
    width: calc(100% - 10px - 30%);
}

.mac-card--type2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    padding: 10px 20px;
    gap: 10px;
    background-color: #0000008d;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    border-radius: 10px;
}

.mac-card--type2 .mac-card__icon-box {
    width: 100px;
    /* aspect-ratio: 0.7; */
    min-height: auto;
}

.mac-card--type2 .mac-card__info {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
            flex: 1;
    width: 60%;
}

.mac-card--type3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
}

.mac-card--type3 .mac-card__category {
    display: none;
}

.mac-card--type3 .mac-card__like-percent,
.mac-card--bgcolor .mac-card__like-percent {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
}

.mac-card--type3 .mac-card__title {
    font-size: 12px;
    -webkit-line-clamp: 3;
    white-space: wrap;
    line-height: 13px;
    height: -webkit-calc(13px * 3);
    height: calc(13px * 3);
}

.mac-card--type3 .mac-card__icon-box {
    width: 100%;
    aspect-ratio: 0.7;
}

.mac-card--type4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    gap: 10px;
}

.mac-card--type4 .mac-card__category {
    color: #c0ac7f;
    margin: 10px 0;
}

.mac-card--type4 .add-author {
    display: inline-block;
    margin-left: 10px;
    color: #fff;
}

.mac-card--type4 .mac-card__icon-box {
    width: 30%;
}

.mac-card--type4 .mac-card__title,
.mac-card--bgcolor .mac-card__title {
    white-space: wrap;
    -webkit-line-clamp: 2;
    line-height: 16px;
    max-height: -webkit-calc(16px * 2);
    max-height: calc(16px * 2);
}

.mac-card--type4 .mac-card__info {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
            flex: 1;
}

.mac-card--type5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    gap: 10px;
}

.mac-card--type5 .mac-card__like-percent {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
}

.mac-card--type5 .mac-card__icon-box,
.mac-card--type5 .mac-card__thumbnail {
    min-width: 100px;
    max-width: 100px;
}

.mac-card--type5 .mac-card__author {
    min-width: 200px;
    text-align: center;
}

.mac-card--type5 .mac-card__summary {
    white-space: wrap;
    -webkit-line-clamp: 4;
    line-height: 13px;
    font-size: 12px;
    max-height: -webkit-calc(16px * 4);
    max-height: calc(16px * 4);
}

.mac-card--bgcolor {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    gap: 5px;
    padding: 10px 20px;
    text-align: center;
    color: #000;
    border-radius: 10px;
}

.mac-card--bgcolor .mac-card__category {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    margin: 10px 0;
}

.mac-card--bgcolor .mac-card__icon-box {
    width: 60%;
    border: 1px solid #000;
    box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.mac-card--bgcolor .mac-card__title {
    font-size: 14px;
}

.mac-card--bgcolor .like-icon {
    background-image: url(../../images/like-black.2801340.png);
}

.mac-card--bgcolor .mac-card__summary {
    white-space: wrap;
    -webkit-line-clamp: 2;
    line-height: 13px;
    font-size: 12px;
    max-height: -webkit-calc(13px * 2);
    max-height: calc(13px * 2);
    text-align: center;
}

.mac-novel-list {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 10px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    border-radius: 15px;
    margin-top: 10px;
    padding: 0 10px;
}

.mac-shadow {
    padding: 20px;
}

.mac-container-box {
    margin: 0 auto 20px;
}

.container {
    width: 80%;
    margin: 0 auto;
}

.bg-box .container {
    padding: 10px;
    display: block;
}

@media screen and (max-width:900px) {

    .mac-main,
    .mac-bottom-container,
    .mac-header-box {
        width: 100%;
        padding: 0;
    }

    .mac-header-banner,
    .mac-header-menu {
        display: none;
    }

    .mac-aside-menu {
        display: block;
    }

    .title {
        font-size: 16px;
    }

    .more-btn p {
        font-size: 12px;
    }
}

@media screen and (max-width:480px) {

    .mac-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .mac-header-box {
        height: 40px;
    }

    .aside,
    .mac-search-box {
        width: 90%;
    }

    .mac-bottom .fav {
        height: 60px;
    }

    .footer-links {
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
                justify-content: center;
    }

    .mac-title {
        margin-left: 5px;
    }

    .mac-bottom {
        font-size: 0.9rem;
    }

    .mac-card__icon-box {
        height: 143px;
    }

    .mac-card--type2 .mac-card__icon-box {
        height: 125px;
        min-width: 100px;
    }

    .mac-card--bgcolor {
        padding: 10px;
    }

    .mac-card--bgcolor .mac-card__icon-box {
        width: 80%;
        height: 113px;
    }

    .mac-card--type5 {
        gap: 5px;
    }

    .mac-card--type5 .mac-card__author {
        min-width: 100px;
    }

    .mac-card--type5 .mac-card__info {
        width: -webkit-calc(100% - 290px);
        width: calc(100% - 290px);
        -webkit-box-flex: 1;
        -webkit-flex: 1;
           -moz-box-flex: 1;
                flex: 1;
    }
}
.carousel-box {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
}

.carousel {
    height: -webkit-calc(100% - 30px);
    height: calc(100% - 30px);
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.carousel-slides {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    transition: -webkit-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

.carousel-slide {
    min-width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
    padding: 0;
    color: white;
    position: relative;
}

.carousel-slide .mac-card__icon-box {
    width: 100%;
    height: 100%;
    aspect-ratio: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    gap: 20px;
    z-index: 2;
    padding: 30px;
    color: #fff;
}

.carousel-slide .mac-card__bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-filter: blur(8px);
            filter: blur(8px);
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    z-index: 1;
}

.carousel-slide .mac-card__icon-box .mac-card__thumbnail {
    width: 40%;
}

.carousel-slide .mac-card__icon-box .mac-card__meta .mac-card__title {
    font-size: 20px;
    height: 26px;
}

.carousel-slide .mac-card__icon-box .mac-card__meta {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    gap: 10px;
    color: #fff;
    overflow: hidden;
}

.mac-card__desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 8;
    line-height: 13px;
    height: -webkit-calc(13px * 8);
    height: calc(13px * 8);
}

.carousel-indicates-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    gap: 10px;
    margin: 10px auto 0;
}

.carousel-btn {
    width: 24px;
    aspect-ratio: 1;
    border: none;
    background-color: transparent;
    background-image: url(../../images/left.6900974.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    outline: none;
}

.carousel-btn.next {
    background-image: url(../../images/right.101538f.png);
}

.carousel-indicators,
.slide-indicators {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    gap: 10px;
}

.indicator,
.slide-indicator {
    width: 10px;
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    border: none;
    padding: 0;
    cursor: pointer;
}

.indicator.active,
.slide-indicator.active {
    background-color: #1a8dc8;
}

.mac-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-columns: 1fr;
    gap: 20px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
}

.mac-novel-box {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
}

.carousel-box .mac-title {
    border: none;
}

/* 父容器 继承原有样式 无需修改 */

.mac-novel-box {
    width: 100%;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    position: relative;
}

.mac-title {
    /* margin-bottom: 10px; */
}

.slide-wrapper {
    position: relative;
    width: 100%;
    height: -webkit-calc(100% - 40px);
    height: calc(100% - 40px);
    overflow: hidden;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
}

.slide-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
            flex: 1;
    width: 100%;
    height: auto;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    will-change: transform;
}

.mac-novel-list {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
            flex: 0 0 100%;
    width: 100%;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    padding: 0;
    margin: 0;
}

/* 按钮与指示器容器 */

.slide-btn-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    gap: 12px;
    margin-top: 10px;
}

/* 左右按钮样式 */

.slide-btn {
    width: 24px;
    aspect-ratio: 1;
    border: none;
    background-color: transparent;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    padding: 0;
    opacity: 0.7;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.slide-btn:hover {
    opacity: 1;
}

.slide-btn:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

.slide-btn.btn-prev {
    background-image: url(../../images/left.6900974.png);
}

.slide-btn.btn-next {
    background-image: url(../../images/right.101538f.png);
}

.novel-list1_1,
.novel-list1_2,
.novel-list {
    grid-template-columns: repeat(1, 1fr);
}

.novel-list2,
.novel-list5 {
    grid-template-columns: repeat(8, 1fr);
}

.novel-list3_1,
.novel-list4_1,
.novel-list4_2 {
    grid-template-columns: repeat(5, 1fr);
}

.novel-list-bgcolor .mac-card--bgcolor:nth-child(1) {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#c5a0e6), to(#e0d3ec));
    background-image: -webkit-linear-gradient(top, #c5a0e6 0%, #e0d3ec 100%);
    background-image: linear-gradient(to bottom, #c5a0e6 0%, #e0d3ec 100%);
}

.novel-list-bgcolor .mac-card--bgcolor:nth-child(2) {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#a0c8e6), to(#d3e0ec));
    background-image: -webkit-linear-gradient(top, #a0c8e6 0%, #d3e0ec 100%);
    background-image: linear-gradient(to bottom, #a0c8e6 0%, #d3e0ec 100%);
}

.novel-list-bgcolor .mac-card--bgcolor:nth-child(3) {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#a0e6cb), to(#d3ecdf));
    background-image: -webkit-linear-gradient(top, #a0e6cb 0%, #d3ecdf 100%);
    background-image: linear-gradient(to bottom, #a0e6cb 0%, #d3ecdf 100%);
}

.novel-list-bgcolor .mac-card--bgcolor:nth-child(4) {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#b7e6a0), to(#e0ecd3));
    background-image: -webkit-linear-gradient(top, #b7e6a0 0%, #e0ecd3 100%);
    background-image: linear-gradient(to bottom, #b7e6a0 0%, #e0ecd3 100%);
}

.novel-list-bgcolor .mac-card--bgcolor:nth-child(5) {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e6c2a0), to(#ecdfd3));
    background-image: -webkit-linear-gradient(top, #e6c2a0 0%, #ecdfd3 100%);
    background-image: linear-gradient(to bottom, #e6c2a0 0%, #ecdfd3 100%);
}

.novel-list3_2 {
    padding: 10px;
    border: 1px solid #656565;
    grid-template-columns: repeat(1, 1fr);
}

.novel-list5 .mac-card__like-percent {
    display: none;
}

.novel-list6 {
    grid-template-columns: repeat(1, 1fr);
}

.two-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    gap: 20px;
}

.two-container .novel-list-box {
    width: 70%;
}

.two-container .novel-list-box .mac-shadow {
    margin-top: 10px;
}

.two-container .novel-nov_sidebar-box {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
            flex: 1;
}

.detail-card {
    margin: 10px 0;
}

.carousel-track {
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    gap: 10px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    border-radius: 15px;
    margin-top: 10px;
}

.carousel-track .carousel-item {
    aspect-ratio: 0.8;
    border-radius: 10px;
    overflow: hidden;
}

.carousel-track .carousel-item img {
    border-radius: 7px;
}

.carousel-track .carousel-item.active {
    padding: 2px;
    border-radius: 10px;
    border: 2px solid #2ecc71;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
}

.mac-card--type2 .mac-card__summary {
    -webkit-line-clamp: 5;
    height: -webkit-calc(13px * 5);
    height: calc(13px * 5);
}

.two-container .mac-card__summary {
    -webkit-line-clamp: 30;
    height: -webkit-calc(11px * 30);
    height: calc(11px * 30);
}

@media screen and (max-width:900px) {
    .mac-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .mac-list-box {
        width: 100%;
    }

    .mac-list-box3,
    .mac-list-box4 {
        grid-template-columns: repeat(4, 1fr);
    }

    .novel-list2,
    .novel-list4,
    .novel-list5 {
        grid-template-columns: repeat(4, 1fr);
    }

    .novel-list3 {
        grid-template-columns: repeat(2, 1fr);
    }

    .two-container .novel-list-box {
        width: 100%;
    }

    .two-container {
        display: grid;
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 10px;
        -moz-box-sizing: border-box;
             box-sizing: border-box;
        border-radius: 15px;
        padding: 0 10px;
    }
}

@media screen and (max-width:480px) {

    .container,
    .bg-box .container {
        width: 98%;
        margin: 10px auto;
    }

    .carousel-slides {
        height: 320px;
    }

    .novel-list5 {
        /* grid-template-columns: repeat(2, 1fr); */
    }

    .carousel-track .carousel-item {
        aspect-ratio: auto;
        height: 65px;
    }

    .mac-card__desc {
        -webkit-line-clamp: 19;
        max-height: -webkit-calc(11px * 19);
        max-height: calc(11px * 19);
    }

    .mac-card--type4 .mac-card__summary {
        -webkit-line-clamp: 8;
        height: -webkit-calc(11px * 8);
        height: calc(11px * 8);
    }

    .two-container .mac-card__summary {
        -webkit-line-clamp: 8;
        height: -webkit-calc(11px * 8);
        height: calc(11px * 8);
    }

    .two-container .mac-shadow {
        height: 335px;
    }

    .novel-list4_1,
    .novel-list4_2 {
        grid-template-columns: repeat(3, 1fr);
    }


    /* .mac-card--type3 .mac-card__title {
        white-space: nowrap;
        text-overflow: ellipsis;
    } */
}
