<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.detail-page {
    padding: 0
}

.manga-basic {
    position: relative;
    overflow: hidden;
    max-width: 520px;
    background-color: white
}

@media screen and (orientation:portrait) and (min-width:520px) {
    .manga-basic {
        max-width: 520px
    }
}

@media screen and (orientation:landscape) and (max-width:960px) {
    .manga-basic {
        max-width: 100%
    }
}

@media screen and (min-width:960px) {
    .manga-basic {
        max-width: 520px
    }
}

.screen-padding {
    padding: 0 .6rem
}

.manga-basic .mg-bg {
    background-color: #e1e1e1;
    background-size: 150%;
    background-repeat: no-repeat;
    background-position: 50%;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -o-filter: blur(15px);
    -ms-filter: blur(15px);
    filter: blur(15px);
    height: 12.5rem
}

.manga-basic .mg-title2 {
    width: 100%;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}
.manga-basic .mg-title {
    width: 100%;
    word-break: keep-all;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis
}
.manga-basic .mg-bg-gray {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 12.5rem;
    background-color: rgba(54, 54, 54);
    opacity: .4
}

.manga-basic .mg-detail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 8rem;
    display: flex;
    flex-direction: row;
    margin-top: 4.5rem
}

.manga-basic .mg-detail .mg-cover {
    height: 8rem;
    width: 6rem;
    margin-left: 1rem
}

.manga-basic .mg-detail .mg-property {
    color: white;
    margin-left: 1rem
}

.mg-property .mg-sub-title {
    font-size: .8rem;
    margin-bottom: .5rem
}

.mg-property .mg-cate {
    font-size: .8rem;
    margin-top: 10px;
}

.mg-property p a {
    text-decoration: none;
    color: white
}

.manga-introduction {
    font-size: .8rem;
    color: #5a5a5a;
    text-indent: 1.4rem;
    padding: .6rem .6rem;
    position: relative;
    margin-top: 12.5rem
}

.manga-introduction .mip-showmore-btn {
    position: absolute;
    right: 11px;
    bottom: 5px;
    color: white;
    background-color: #c3c3c3;
    font-size: .7rem;
    border-radius: .2rem;
    padding: 0;
    width: auto;
    text-indent: 0
}

.header-log {
    box-shadow: 0;
    background-color: transparent
}

.manga-appraise {
    border-top: 1px solid #f1f1f1;
    display: flex
}

.manga-appraise div {
    flex: 1;
    text-align: center;
    padding: 1rem 0
}

.manga-appraise .score,
.manga-appraise .time {
    color: #f7427c
}

.manga-chapters {
    display: flex;
    flex-direction: column;
    border-top: 1px solid #f1f1f1
}

.manga-chapters .chapter-info {
    display: flex;
    flex-direction: row;
    padding: .3rem .6rem
}

.chapter-info .ongoing-status {
    flex: 1;
    text-align: left;
    font-weight: bolder
}

.chapter-info .chapter-btns {
    text-align: right
}

.chapter-btns span {
    color: #9200fe;
    display: inline-block
}

.chapter-btns .sort {
    display: inline-block;
    width: .9rem;
    height: .8rem
}

.chapter-btns .sort-info {
    color: #797979;
    font-size: .8rem;
    line-height: .8rem
}

.asc-sort .sort-info:after {
    content: "é¡ºåº"
}

.desc-sort .sort-info:after {
    content: "å€’åº"
}

.chapter-btns.asc-sort .sort {
    background-image: url('../imgs/ascSort.png');
    background-size: .8rem
}

.chapter-btns.desc-sort .sort {
    background-image: url('../imgs/descSort.png');
    background-size: .8rem
}

#limitList,
#chapterList {
    width: 100%
}

#limitList div[role="list"],
#chapterList div[role="list"] {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap
}

#chapterList div[role="list"] {
    flex-direction: row;
    justify-content: space-between
}

#limitList div[role="list"] div[role="listitem"] {
    flex: 0 0 30%;
    text-align: center;
    margin-left: 2.5%;
    line-height: 2.5rem;
    margin-top: .4rem;
    height: 2.5rem;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

#chapterList div[role="list"] div[role="listitem"] {
    flex: 0 0 48%;
    text-align: left;
    line-height: 2.5rem;
    margin-top: .4rem;
    height: 2.5rem;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

#limitList div[role="list"] div[role="listitem"] .chapter-link,
#chapterList div[role="list"] div[role="listitem"] .chapter-link {
    box-sizing: border-box;
    display: inline-block;
    border-radius: .5rem;
    height: 100%;
    width: 100%;
    padding: 0 .2rem;
    border-color: #ccc;
    color: #5a5a5a
}

#limitList div[role="list"] div[role="listitem"] .chapter-link:after,
#chapterList div[role="list"] div[role="listitem"] .chapter-link:after {
    border-radius: .5rem;
    border-color: #ccc
}

#limitList div[role="list"] div[role="listitem"] span.new,
#chapterList div[role="list"] div[role="listitem"] span.new {
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    font-size: .5rem;
    color: white;
    background: #fb75a0;
    height: .7rem;
    line-height: .7rem
}

.links-area .more-link {
    box-sizing: border-box;
    width: 95%;
    margin-left: 2.5%;
    padding: 0 .2rem;
    text-align: center;
    border: 1px dashed #ccc;
    border-radius: .25rem;
    margin-top: .4rem;
    height: 2.5rem;
    line-height: 2.5rem;
    color: #8c8989
}

p.warning {
    text-align: center;
    color: #c364f1
}

.manga-comments {
    margin-top: 1rem;
    margin-bottom: 1rem
}

.cm-title {
    margin-top: 1rem
}

.cm-title b {
    font-weight: bolder
}

.cm-title .total_num {
    color: #8c8989
}

.cm-sub-title {
    margin: 1rem 0;
    color: #9200fe
}

.cm-comment {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    margin-top: .5rem
}

.cm-comment .cm-u-logo {
    flex: 0 0 15%
}

.cm-u-logo mip-img {
    border-radius: 50%
}

.cm-content {
    flex: 0 0 85%
}

.cm-user {
    width: 100%;
    display: flex
}

.cm-user .cm-name {
    flex: 0 0 80%;
    text-align: left
}

.cm-user .cm-praise {
    flex: 0 0 20%;
    text-align: right
}

.cm-time {
    color: #8c8c8c;
    font-size: .6rem
}

.cm-user-praise {
    padding-left: .6rem
}

.cm-detail {
    margin-left: .6rem;
    padding-bottom: 1.5rem;
    padding-top: .5rem
}

.cm-praise {
    height: 1.2rem;
    line-height: 1.2rem
}

.cm-praise .icon {
    font-size: 1rem
}

.cm-praise span {
    color: #867b7b
}

.cm-praise.praised span {
    color: #9200fe
}

.cm-praise .praise-num {
    display: inline-block;
    color: #8c8c8c
}

.cm-praise.hasPraised span {
    color: #9300ff
}

.cm-praise.hasPraised .praise-num {
    color: #9300ff
}

.praised .praise-num {
    color: #9200fe
}

.cm-p-detail {
    background-color: #f3f2f2;
    width: 100%;
    margin: .5rem 0;
    color: #8a8787;
    box-sizing: border-box;
    padding: .2rem .5rem;
    font-size: .8rem
}

.cm-p-detail-more {
    font-weight: 500;
    color: #959292;
    font-size: .8rem
}

.cm-chapter {
    font-size: .8rem;
    color: #959292;
    margin-top: .5rem
}

#fixed-coment-btn {
    width: 100%;
    bottom: 4rem
}

.mip-fixed-test-bottom {
    -webkit-transform: translate3d(0, -400px, 0);
    transform: translate3d(0, -400px, 0)
}

.add-comment-fixed-btn {
    margin: 0 auto;
    width: 40%;
    margin-left: 30%;
    height: 2rem;
    border: 2px solid #c364f1;
    border-radius: 1rem;
    background-color: white;
    box-sizing: border-box;
    padding: .3rem
}

.add-comment-fixed-btn p {
    height: 1.2rem;
    line-height: 1.2rem;
    color: #ccc;
    text-align: center;
    font-size: .8rem
}

.emot {
    display: inline-block;
    height: 1.2rem;
    width: 1.2rem;
    background-image: url('/skin/css/images/smile.png');
    background-size: cover;
    margin-bottom: -0.3rem
}

.mip-fixed-test-top {
    -webkit-transform: translate3d(0, 7rem, 0);
    transform: translate3d(0, 7rem, 0)
}

.read-footer {
    background-color: white;
    height: 2.8rem
}

.read-footer&gt;div {
    flex: 1;
    width: 50%
}

.back-collect .back-arrow {
    width: 1.6rem;
    height: 1.6rem
}

.read-btn {
    text-align: center
}

.read-btn a {
    display: inline-block;
    border-radius: 1rem;
    color: white;
    background-color: #9200fe;
    height: 2rem;
    line-height: 2rem;
    padding: 0 1rem;
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: .4rem
}

.back-collect span.back i.icon {
    font-size: 2rem;
    font-weight: bolder
}

.back-collect span.star {
    display: inline-block;
    margin-left: 2.5rem
}

.back-collect .star .icon {
    font-size: 1.5rem
}

.back-collect .star .icon.icon-star2 {
    color: orange
}

.back-collect .span-star {
    font-size: 1rem;
    color: #7d7b7b
}

.back-collect .span-star:after {
    content: "Theo dÃµi"
}

.back-collect .span-star2:after {
    content: "Há»§y theo dÃµi"
}

.no-comments {
    margin-top: 3rem;
    margin-bottom: 3rem;
    text-align: center;
    color: #ccc
}

.no-comments .no-comments-img {
    font-size: 3rem;
    color: #ccc
}

.no-comments h3 {
    margin-top: .5rem;
    font-size: .9rem
}

.no-comments p {
    margin-top: .5rem;
    font-size: .7rem
}

.rate-box {
    width: 80%;
    max-width: 520px;
    margin: 35vh auto;
    border-radius: 1.2rem;
    background-color: white;
    height: 15rem;
    overflow: hidden
}

.top-color {
    height: 5rem;
    line-height: 5rem;
    text-align: center;
    background: linear-gradient(to right, #fb5083, #fb744f);
    border-bottom-right-radius: 45% 29%;
    border-bottom-left-radius: 45% 29%;
    color: white;
    padding: 0;
    width: 110%;
    margin-left: -5%
}

.user-score-star {
    display: block;
    text-align: center;
    font-size: 1.8rem;
    margin-top: .5rem;
    padding: 0
}

.user-score-star .icon-star {
    color: orange
}

.user-score {
    display: block;
    margin-top: .5rem;
    padding: 0
}

.user-score p {
    text-align: center;
    font-size: 1.2rem;
    color: black
}

.rate-box mip-form button[type=submit] {
    width: 7rem;
    text-align: center;
    color: white;
    background-color: #c364f1;
    border: 0;
    border-radius: 1rem;
    margin: .5rem auto;
    height: 2rem
}

.later-rate {
    color: #ccc;
    font-size: .7rem;
    text-align: center;
    width: 7rem;
    display: block;
    margin: 0 auto
}

.mip-showmore-btn-hide {
    display: none !important
}

.rate-form {
    text-align: center
}

.comment-box {
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
    background-color: white;
    height: 50%;
    overflow: hidden
}

#comment-textarea {
    width: 80%;
    margin: .5rem auto;
    margin-top: 1.5rem
}

.comment-box button.submit-btn {
    width: 7rem;
    text-align: center;
    color: white;
    background-color: #9200fe;
    border: 0;
    border-radius: 1rem;
    float: right;
    height: 2rem;
    margin-right: 10%;
    margin-bottom: 1rem
}

.comment-box button.close-btn {
    width: 7rem;
    text-align: center;
    color: white;
    background-color: #ccc;
    border: 0;
    border-radius: 1rem;
    float: left;
    height: 2rem;
    margin-left: 10%;
    margin-bottom: 1rem
}

.mip-infinitescroll-loading {
    color: #ccc;
    padding-top: .6rem;
    text-align: center
}

.more-div-btn {
    width: 100%;
    text-align: center;
    color: #ccc;
    padding: .5rem 0
}

.jumpConfirm {
    background-color: #fff;
    padding: 10px;
    overflow: hidden;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 70%;
    color: #757575
}

.jumpConfirm h1 {
    text-align: center;
    font-size: 1.3rem;
    margin-bottom: 1rem
}

.jumpConfirm .lightbox-close {
    border-top: 1px solid #f1f1f1;
    padding: 10px 20px;
    background: #fff;
    display: block;
    box-sizing: border-box;
    text-align: center;
    margin-left: -10%;
    width: 120%
}

.jumpConfirm .lightbox-close.confirm {
    color: red
}

.jumpConfirm .lightbox-close.cancel {
    color: #9200fe
}

.footer .back-collect span.back {
    display: inline-block;
    width: 3rem;
    height: 2.8rem;
    text-align: center
}

.back-collect span.back i.icon {
    font-size: 2rem;
    font-weight: bolder;
    line-height: 2.8rem
}

.back-collect span.star {
    display: inline-block;
    margin-left: 1.0rem
}

.add-comment-fixed-btn {
    border-color: #9200fe
}

.manga-recommended {
    margin-top: 1rem;
    margin-bottom: 3rem
}

.manga-area {
    margin: .5rem .4rem
}

.manga-area p {
    margin-bottom: 1rem
}

.manga-box {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between
}

.manga-cover {
    -webkit-flex: 0 0 33%;
    flex: 0 0 33%
}

.manga-cover .manga-title {
    padding: 0;
    margin: 0;
    font-size: .8rem
}

.manga-cover .manga-chapter {
    padding: 0;
    margin: 0;
    color: #999;
    font-size: .6rem
}

.arrange-icon {
    display: inline-block;
    margin-left: .5rem;
    color: #d5d4d6
}

.arrange-icon.selected {
    color: #9200fe
}

#limitList.chapter-line div[role=list] div[role=listitem] {
    flex: 0 0 95%;
    text-align: left;
    margin-left: 2.5%;
    margin-right: 2.5%
}

.cm-chapter-name {
    color: #8c8c8c;
    font-size: .6rem;
    padding-bottom: 4px
}

div.tips {
    background-color: #b322e3;
    font-weight: bolder;
    margin: .5rem .2rem;
    border-radius: 5px;
    padding: 1rem;
    font-size: .9rem;
    margin-bottom: 0;
    color: white
}

.manga-basic .mg-detail .mg-property {
    height: 8rem;
    overflow: auto
}

.blocked {
    color: red;
    text-align: left;
    padding: .5rem
}</pre></body></html>