<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#prev-chapter, #next-chapter{
    display: none !important;
}
body {
    background-color: #fff;
    color: #3E433E;
    margin: 0;
    font-family: arial,sans-serif;
    font-size: 14px;
}

#novel-en-reader {
    font-family: Georgia,Garamond,Times New Roman,Times,serif;
}

.container {
    width: 100%;
    max-width: 1000px;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
}

.yd-novel-header {
    width: 100%;
    height: 40px;
    background: #eee;
    margin-bottom: 10px;
    padding: 25px 0;
}

.yd-logo {
    width: 50px;
    height: 50px;
    float: left;
    margin-top: -10px;
    margin-right: 15px;
}

@media all and (max-width: 710px) {
    .yd-logo {
        display: none;
    }
}

.search-box {
    float: left;
    width: 60%;
    max-width: 380px;
    height: 28px;
    line-height: 20px;
    padding: 4px 9px;
    border-width: 1px 0px 1px 1px;
    border-style: solid none solid solid;
    border-color: #ccc;
    font-size: 14px;
}

.btn-search {
    float: left;
    width: 80px;
    height: 38px;
    margin: 0;
    padding: 0;
    background-color: #09f;
    cursor: pointer;
    border: none;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
    color: #fff;
}

input, button {
    -webkit-appearance: none;
    border-radius: 0;
    outline: none;
}

.yd-novel-nav {
    height: 44px;
    background-color: #E5EEF1;
}

.yd-novel-nav li.current a {
    background-color: #333;
    color: #FFF;
    font-weight: bold;
}

a, input, textarea, select, button {
    outline: none;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

a {
    cursor: pointer;
    text-decoration: none;
    color: #06C;
}

.yd-novel-nav li {
    float: left;
    height: 44px;
    min-width: 90px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    background-color: #E5EEF1;
}

.yd-novel-nav li a {
    display: block;
    padding: 12px 25px;
    text-align: center;
    font-size: 14px;
    color: #000;
}

.novel-list {
    clear: both;
    padding-top: 20px;
}

.items {
    margin-left: -10px;
    margin-right: -10px;
}

.item {
    width: 50%;
    height: 210px;
    float: left;
    padding-right: 10px;
    padding-left: 10px;
    box-sizing: border-box;
    margin-bottom: 25px;
}

.item-wrap {
    height: 210px;
    border-bottom: 3px solid #F0F0F0;
}

@media all and (max-width: 800px) {
    .item {
        width: 100%;
        clear: both;
    }
}

.item-thumb {
    width: 128px;
    height: 180px;
    float: left;
    margin-right: 15px;
}

.item-thumb img {
    width: 128px;
    height: 180px;
}

.item-info {
    overflow: hidden;
    height: 180px;
}

.n-en-title {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 10px;
}

.n-common-info {
    font-size: 12px;
    line-height: 20px;
}

.n-desc {
    height: 80px;
    overflow: hidden;
}

.pager {
    clear: both;
    padding-top: 20px;
    margin-bottom: 40px;
    text-align: center;
}

.pager .current {
    background-color: #666;
    color: #FFF;
}

.pager a {
    width: auto;
    word-break: keep-all;
    white-space: nowrap;
    background-color: #F5F5F5;
    color: #37A;
    font-size: 18px;
    padding: 4px 15px;
    display: inline-block;
    margin: 0px 3px 5px 0px;
    line-height: 20px;
    text-decoration: none;
}

.novel-info {
    margin: 20px 0;
    padding: 20px 10px;
    border: 1px solid #ccc;
}

.chapter-list {
    margin: 20px 0;
    border: 1px solid #ccc;
    font-size: 20px;
}

.chapter-list h2 {
    font-size: 20px;
    background-color: #ddd;
    margin: 0;
    color: #333;
    padding: 10px 20px;
}

.chapter-list p {
    padding-bottom: 15px;
    margin-left: 20px;
    margin-right: 20px;
    border-bottom: 1px dashed #ccc;
}

.chapter-list a:hover {
    color: #C00;
}

.novel-content {
    background-color: #E9FAFF;
    color: #333;
    font-size: 21px;
    padding: 10px 45px 20px;
    margin-top: 30px;
    margin-bottom: 40px;
    line-height: 1.5;
}

@media all and (max-width: 500px) {
    .novel-content {
        padding: 10px 15px 20px;
        margin-top: 20px;
    }
}

.chapter-title {
    padding-top: 30px;
    font-size: 28px;
    color: #900;
    text-align: center;
    font-family: arial,sans-serif;
}

.strong-alpha p::first-letter {
    font-size: 200%;
    color: #000;
}

.content-justify {
    text-align: justify;
}

i, em  {
    font-weight: bold;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border: 0px none;
}

.textinfo {
    text-align: center;
    font-size: 13px;
    color: #999;
}

.gray3 {
    color: #999;
}

.chapter-nav {
    text-align: center;
    margin: 20px auto;
}

.popup_wrap {
    position: absolute;
    left: -50px;
    top: 20px;
    background-color: #899893;
    z-index: 20;
    width: 200px;
    margin: 0;
    padding: 10px;
}

.popup_wrap a {
    display: block;
    border-radius: 5px;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    margin-bottom: 8px;
    float: left;
}

.letter-setting, .txt-justify {
    background-color: #fff;
    color: #555;
    font-weight: bold;
    font-size: 18px;
}

.config-tip {
    color: #fff;
    text-align: left;
    margin: 5px 0;
    clear: both;
}

footer {
    border-top: 1px solid #ddd;
    margin-top: 20px;
    padding: 25px 0px 15px;
    color: #888;
    font-size: 14px;
    bottom: 0;
    text-align: center;
}

#copyright a {
    color: #888;
}
.social-sidebar {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000;
    background: rgba(255, 255, 255, 0.9);
    padding: 10px;
    border-radius: 5px 0 0 5px;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
}

.social-icons {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.share-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    transition: transform 0.3s ease;
    color: #333;
    text-decoration: none;
}

.share-btn:hover {
    transform: scale(1.1);
}

.share-btn i {
    font-size: 20px;
}

#twitter-share:hover {
    color: #1da1f2;
}

#facebook-share:hover {
    color: #4267b2;
}
</pre></body></html>