<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.html {
}
.mobile {
    display: none;
}
body {
    font-size: 16px;
    margin: 0;
    background-color: #f0f0f0;
    color: #000;
}
a {
    text-decoration: none;
    color: #000;
}
textarea {
    padding: 5px;
    resize: none;
}
input[type='text'],
input[type='password'],
input[type='number'],
input[type='email'] {
    outline: none;
    border: #ccc 1px solid;
    height: 30px;
    line-height: 30px;
    padding: 0 8px 0 8px;
}
input[type='number'] {
    -moz-appearance: textfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
textarea::-webkit-input-placeholder,
input[type='text']::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder,
input[type='number']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder {
    color: #aaa;
}
textarea::-webkit-input-placeholder,
input[type='text']::-ms-input-placeholder,
input[type='password']::-ms-input-placeholder,
input[type='number']::-ms-input-placeholder,
input[type='email']::-ms-input-placeholder {
    color: #aaa;
}
textarea::-webkit-input-placeholder,
input[type='text']::placeholder,
input[type='password']::placeholder,
input[type='number']::placeholder,
input[type='email']::placeholder {
    color: #aaa;
}
input[type='text']:focus,
input[type='password']:focus,
input[type='number']:focus,
input[type='email']:focus {
    border: #000 1px solid;
}
select {
    padding: 5px;
}
.center {
    align-items: center;
    text-align: center;
}
.hide {
    display: none;
}
h1 {
    font-size: 22px;
}
h2 {
    font-size: 20px;
    display: flex;
    padding-top: 10px;
}
h2 &gt; div:nth-child(1) {
    width: 80%;
}
h2 &gt; div:nth-child(2) {
    padding-right: 1%;
    font-size: 16px;
    flex-grow: 1;
    text-align: right;
}
h3 {
    font-size: 16px;
}
.padding {
    padding: 5px 0 5px 0;
}
nav {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 999;
    user-select: none;
    background-color: #dba531;
    color: #fff;
}
nav &gt; div {
    height: 65px;
    line-height: 65px;
    display: flex;
}
nav &gt; .pc {
    width: 1700px;
    display: flex;
    margin: auto;
}
nav &gt; .pc &gt; .logo {
    flex: 0 0 200px;
    display: flex;
    justify-content: end;
    position: relative;
}
nav &gt; .pc &gt; .logo img {
    width: 150px;
    height: 57px;
    vertical-align: middle;
}
nav &gt; .pc &gt; .logo .country {
    position: absolute;
    top: -10px;
    right: 0px;
    color: #fff;
    font-size: 12px;
    font-family: sans-serif;
}
nav &gt; .pc &gt; .topMenu {
    margin: auto;
    flex: 0 0 1200px;
    display: flex;
    position: relative;
    font-size: 0.9em;
}
nav &gt; .pc &gt; .topMenu:before {
    content: "";
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 15px;
    height: 40px;
    width: 1px;
}
nav &gt; .pc &gt; .topMenu &gt; a, nav &gt; .pc &gt; .topMenu .menu {
    flex: 0 0 8.3%;
    color: #fff;
    text-align: center;
}
nav .pc .menu {
    position: relative;
    transition: transform 0.3s;
}
nav .pc .menu:hover {
    color: #000;
    font-weight: bold;
    transform: scale(1.1);
}
nav .pc .menu .caret {
    padding-left: 3px;
    font-size: 0.8em !important;
}
nav .pc .menu &gt; .subs {
    width: 150px;
    position: absolute;
    padding: 6px 7px 1px 7px;
    position: absolute;
    top: 48px;
    left: -5px;
    background-color: #fff;
    color: #000;
    border: #ccc 1px solid;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,1);
    display: none;
    font-weight: normal;
}
nav .pc .menu &gt; .subs &gt; a &gt; div {
    height: 28px;
    line-height: 28px;
    border-bottom: #eee 1px solid;
    padding: 5px;
    display: flex;
    align-items: center;
}
nav .pc .menu &gt; .subs &gt; a &gt; div img {
    width: 18px;
    height: 18px;
    padding-right: 5px;
}
nav .pc .menu &gt; .subs &gt; a &gt; div i {
    padding-right: 5px;
}
nav .pc .menu &gt; .subs &gt; a &gt; div:hover {
    background-color: #008cba;
    color: #fff;
}
nav .pc .menu:hover &gt; .subs {
    display: block;
}
nav .pc .menu &gt; .subs &gt; a &gt; div:last-child {
    border-bottom: 0;
}
nav .pc .menu &gt; div:nth-child(1) {
    height: 35px;
    display: flex;
    align-items: end;
    justify-content: center;
    font-size: 22px;
}
nav .pc .menu &gt; div:nth-child(2) {
    height: 25px;
    line-height: 25px;
    text-align: center;
}
nav  &gt; .pc &gt; .topMenu &gt; a &gt; div &gt; img {
    width: 75px;
    vertical-align: middle;
}
nav  &gt; .pc &gt; .languages {
    flex: 0 0 60px;
    display: flex;
    align-items: center;
    position: relative;
    font-size: 0.9em;
}
nav  &gt; .pc &gt; .languages .choose {
    display: none;
    padding: 6px 7px 1px 7px;
    position: absolute;
    top: 48px;
    left: -5px;
    background-color: #fff;
    border: #ccc 1px solid;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,1);
}
nav  &gt; .pc &gt; .languages:hover .choose {
    display: block;
}
nav  &gt; .pc &gt; .languages .language {
    box-sizing: border-box;
    width : 60px;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    text-align: center;
    background-color: #ddd;
    color: #666;
}
nav &gt; .pc &gt; .languages .choose .language {
    margin-bottom: 5px;
    cursor: pointer;
}
nav &gt; .pc &gt; .languages .language[checked] {
    background-color: #008cba;
    color: #fff;
}
nav &gt; .pc &gt; .languages .choose .language:hover {
    color: #fe711d;
    font-weight: bold;
}
nav &gt; .pc &gt; .languages .choose .language[checked]:hover {
    font-weight: normal;
    color: #fff;
}
nav &gt; .pc &gt; .login {
    flex: 0 0 165px;
    text-align: right;
}
nav &gt; .pc &gt; .login &gt; .logined {
    cursor: pointer;
    position: relative;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: end;
    height: 100%;
}
nav &gt; .pc &gt; .login &gt; .logined img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    vertical-align: middle;
}
nav &gt; .pc &gt; .login &gt; .logined &gt; .myMenu {
    display: none;
    position: absolute;
    top: 55px;
    right: -10px;
    width: 150px;
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,1);
    font-size: 0.95em;
}
nav &gt; .pc &gt; .login &gt; .logined &gt; .myMenu i {
    padding-left: 5px;
}
nav &gt; .pc &gt; .login &gt; .logined:hover &gt; .myMenu {
    display: block;
    padding: 5px;
}
nav &gt; .pc &gt; .login &gt; .logined &gt; .myMenu .nickname, nav &gt; .pc &gt; .login &gt; .logined &gt; .myMenu &gt; a &gt; div {
    color: #666;
    padding: 10px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    border-bottom: #ddd 1px dashed;
}
nav &gt; .pc &gt; .login &gt; .logined &gt; .myMenu &gt; a:last-child &gt; div {
    border-bottom: transparent 1px dashed;
}
nav &gt; .pc &gt; .login &gt; .logined &gt; .myMenu .nickname {
    cursor: default;
    font-weight: bold;
}
nav &gt; .pc &gt; .login &gt; .logined &gt; .myMenu .nickname:hover {
    color: #666;
}
nav &gt; .pc &gt; .login &gt; .logined &gt; .myMenu &gt; a &gt; div:hover {
    color: #fe711d;
    font-weight: bold;
}
nav &gt; .pc &gt; .login a {
    color: #fff;
    cursor: pointer;
}
nav &gt; .pc &gt; .login a:hover {
    color: #000;
}
nav &gt; .pc &gt; .login .notLogined {
    overflow: hidden;
    height: 65px;
    line-height: 65px;
}
.breadcrumb {
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    margin-bottom: 20px;
    background: #fff;
    -webkit-box-shadow: 3px 3px 8px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 3px 3px 8px 0px rgba(0,0,0,0.2);
    box-shadow: 3px 2px 8px 0px rgba(0,0,0,0.2);
    font-size: 0.95em;
    user-select: none;
}
.breadcrumb &gt; div {
    margin: auto;
    width: 1250px;
    display: flex;
    overflow: hidden;
}
.breadcrumb &gt; div &gt; span:first-child {
    padding-right: 10px;
}
.breadcrumb i {
    margin: 0 10px 0 10px;
}
.main {
    margin: auto;
    width: 1250px;
}
.__footer {
    display: none;
}
footer {
    padding: 10px 0 10px 0;
    background-color: #333;
    color: #fff;
    text-align: center;
}
footer &gt; div:first-child {
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
footer &gt; div:first-child &gt; div {
    padding-right: 10px;
    flex: 0 0 auto;
}
footer .qrcode &gt; img {
    width: 100px;
    height: 80px;
}
footer .links {
    padding-top: 20px;
}
footer .exchange {
    padding-top: 10px;
}
footer a {
    color: #fff;
}
.section {
    display: flex;
}
.section &gt; .aside {
    flex: 0 0 190px;
    overflow: hidden;
    margin: 0 5px 5px 5px;
}
.section &gt; .aside h3 {
    font-size: 1em;
    padding-bottom: 5px;
}
.section &gt; .aside &gt; div {
    padding: 5px 10px 10px 10px;
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 15px;
}
.section &gt; .aside &gt; .ad {
    width: 160px;
    margin: auto;
}
.section &gt; .aside .aside_comic {
    width: 160px;
    height: 224px;
}
.section &gt; .aside iframe {
    margin-bottom: 5px;
}
.guessYouLike &gt; a &gt; div {
    width: 90%;
    height: 0;
    padding-bottom: 90% !important;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 5px;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.5);
    box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.5);
    transition: all 0.25s ease;
    margin: auto auto 20px auto;
}
.guessYouLike &gt; a &gt; div:hover {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.series &gt; a &gt; div {
    color: #333;
    font-size: 0.9em;
    padding: 0 5px 0 5px;
    height: 28px;
    line-height: 28px;
    border-bottom: #f0f0f0 1px solid;
    overflow: hidden;
}
.series &gt; a &gt; div.sub {
    padding-left: 15px;
}
.series &gt; a &gt; div.sub:before {
    content: "â€¢ ";
}
.series &gt; a &gt; div &gt; span {
    padding-right: 5px;
    font-style: italic;
}
.series &gt; a:nth-child(-n+4) &gt; div &gt; span {
    font-weight: bold;
    color: #c00;
}
.series &gt; a:last-child &gt; div {
    border-bottom: transparent 1px solid;
}
.series &gt; a.noclickable {
    font-weight: bold;
}
.series &gt; a:not(.noclickable) &gt; div:hover, .series &gt; a &gt; div[checked] {
    background-color: #a7b0b5;
    color: #fff;
    border-bottom: transparent 1px solid;
    padding-left: 15px;
}
.series &gt; .search {
    position: relative;
}
.series &gt; .search &gt; i {
    font-size: 16px;
    position: absolute;
    right: 10px;
    top: 6px;
    cursor: pointer;
}
.series &gt; .search input {
    width: 91%;
}
.series.hotTags {
    line-break: anywhere;
}
.series.hotTags &gt; div {
    line-height: 175%;
}
.series.hotTags &gt; div span {
    font-size: 0.95em;
    padding-right: 5px;
    white-space: nowrap;
}
.series.hotTags &gt; div span[size='2'] {
    font-size: 1.25em;
}
.section &gt; .body {
    padding: 0 10px 10px 10px;
    flex: 1 0 990px;
}
.info, .thumbup, .prevNext, .sort, .download, .photo-tags, .videos-in-photo {
    background-color: #fff;
    border-radius: 5px;
    height: 30px;
    line-height: 30px;
    padding: 10px;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.videos-in-photo {
    height: auto;
    line-height: auto;
    user-select: none;
}
.videos-in-photo &gt; .controls {
    padding: 5px 0 10px 0;
    text-align: center;
}
.videos-in-photo &gt; .controls &gt; div {
    display: inline-block;
    margin: 0 10px;
    padding: 5px;
}
.videos-in-photo &gt; .controls &gt; .btn {
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    font-size: 14px;
    cursor: pointer;
    background-color: #3498db;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    outline: none;
    margin: 0 5px;
}
.videos-in-photo &gt; .controls &gt; .btn:hover {
    background-color: #06c;
}
.videos-in-photo &gt; .controls &gt; .btn[disabled] {
    background-color: #c0c0c0;
    color: #fff;
    cursor: default;
}
.videos-in-photo &gt; .container {
    width: 1010px;
    height: 567px;
}
.videos-in-photo &gt; .container &gt; video {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.sort {
    height: auto;
    line-height: auto;
    padding: 8px 10px;
}
.download a:hover {
    color: #fe711d;
}
.download &gt; span {
    padding-right: 15px;
}
.prevNext, .prevNext a {
    color: #666;
}
.prevNext &gt; div:first-child &gt; div {
    display: inline-block;
    width: 45%;
    padding-right: 5%;
}
.info &gt; div, .thumbup &gt; div, .download &gt; div {
    display: inline-block;
    margin-right: 25px;
}
.info &gt; .telegram {
    float: right;
}
.info a {
    color: #00a;
}
.info &gt; div {
}
.info img {
    width: 18px;
    height: 18px;
    padding-right: 3px;
    padding-bottom: 4px;
    vertical-align: middle;
}
.sort {
    display: flex;
}
.sort .opt {
    display: inline-block;
    margin-right: 10px;
}
.sort .opt[checked] {
    color: #f00;
    font-weight: bold;
}
.sort &gt; div:nth-child(1) {
    flex-grow: 1;
}
.sort &gt; div:nth-child(2) {
    width: 150px;
    text-align: right;
}
.thumbup &gt; div {
    cursor: pointer;
}
.info i, .thumbup i, .download i, .photo-tags i {
    color: #fe711d;
    margin-right: 5px;
}
.article {
    background-color: #fff;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
}
.article .chapters {
    display: flex;
    flex-wrap: wrap;
}
.article .chapters a {
    font-size: 16px;
    border-bottom: #ddd 1px dashed;
    background-color: #fcfcfc;
    border: #ccc 1px solid;
    padding: 3px 7px;
}
.article .chapters a:hover {
    background-color: #000;
    color: #fff !important;
}
.article .chapters a:hover i {
    color: #fff !important;
}
.article &gt; .chapter {
    text-align: center;
    padding: 5px 0 15px 0;
    font-size: 18px;
    font-weight: bold;
}
.article .chapters i {
    color: #999;
    padding: 0 5px;
}
.article .chapters &gt; div {
    flex: 0 0 45%;
    height: 2.2em;
    line-height: 2.2em;
    overflow: hidden;
    padding-left: 5%;
}
.article .chapters &gt; div a:hover {
    color: #f00;
}
.article .brief {
    width: 90%;
    margin: 0 auto 15px auto;
    font-size: 15px;
    line-height: 150%;
    color: #666;
    padding: 10px;
    border-radius: 5px;
    background-color: #f6f6f6;
}
.article img {
    max-width: 100%;
}
.article.large {
    font-size: 1.05em;
    line-height: 150%;
}
.article &gt; .title {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    padding: 15px 0 15px 0;
}
.article &gt; .author {
    text-align: center;
    padding-bottom: 20px;
}
.article &gt; .author &gt; span {
    padding-right: 5%;
}
.article &gt; .author a {
    color: #00f;
}
.article.banner_ad {
    padding: 10px;
}
.article.banner_ad &gt; iframe {
    width: 100%;
    height: 125px;
}
.article.banner_ad &gt; iframe img {
    width: 100%;
}
.article.list-intro {
    padding: 5px;
    min-height: 80px;
    align-content: center;
    justify-content: center;
    display: flex;
    flex-shrink: 0;
}
.article.list-intro &gt; .left {
    flex: 0 0 100px;
    text-align: center;
}
.article.list-intro &gt; .left img {
    border-radius: 50%;
    width: 80px;
    height: 80px;
}
.article.list-intro &gt; .right {
    flex: 1;
}
.article.list-intro &gt; .right &gt; div:nth-child(1) {
    font-weight: bold;
    padding-bottom: 5px;
    font-size: 1.2em;
}
.actor-intro {
    color: #666;
}
.actor-intro &gt; .link {
    padding: 5px 5px 5px 0;
    margin-top: 5px;
    border-top: #eee 1px solid;
    font-size: 0.9em;
    display: flex;
    align-items: center;
    justify-content: end;
}
.actor-intro &gt; .link a {
    color: #00c;
    vertical-align: middle;
}
.actor-intro &gt; .link a:hover img {
    transform: rotate(360deg);
}
.actor-intro &gt; .link img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    padding-right: 3px;
    vertical-align: middle;
    transition: transform 0.5s ease;
}
.article.list-intro span[lang='ja'] {

}
.article.list-intro span[lang='ja-Latn'] {
    font-size: 0.85em;
    vertical-align: super;
    font-style: italic;
    padding: 0 3px;
}
.article.tips h3 {
    margin: 0;
}
.article.action {
    height: 30px;
    line-height: 30px;
    display: flex;
}
.article.action a {
    color: #00c;
}
.article.action span {
    padding-right: 15px;
}
.article.action &gt; div {
    display: flex;
    align-items: center;
}
.article.action &gt; div:nth-child(1) {
    flex: 0 0 90%;
}
.article.action &gt; div:nth-child(1) i {
    padding-right: 5px;
    color: #fe711d;
}
.article.action &gt; div:nth-child(2) {
    flex: 0 0 9%;
    padding-right: 10px;
    justify-content: flex-end;
}
.article.action &gt; div:nth-child(2) i {
    font-size: 1.35em;
    cursor: pointer;
    color: #f00;
}
.copyInfo {
    margin: 10px 0 35px 0;
    font-size: 0.9em;
    text-align: center;
}
.contentTag {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    padding: 0 5px 0 5px;
    border: #ccc 1px solid;
    background-color: #444;
    color: #fff;
    border-radius: 3px;
    font-size: 0.8em;
    margin: 2px;
    user-select: none;
}
.list, .photos {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.photos .item {
    width: 300px;
    border-radius: 5px;
    margin: 30px 20px 0 0;
    background-color: #fff;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.5);
    box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.5);
    overflow: hidden;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
}
.photos .item:hover {
    transform: scale(1.05);
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.photos .item .cr_only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.list &gt; .ad {
    width: 965px;
    height: 125px;
    line-height: 125px;
    padding: 10px 0 5px 0;
}
.list &gt; .ad &gt; iframe {
    width: 100%;
    height: 125px;
}
.list .item, .list .fiction {
    width: 230px;
    height: 440px;
    border-radius: 5px;
    margin: 15px 15px 15px 0;
    background-color: #fff;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.5);
    box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.5);
    position: relative;
    transition: all 0.25s ease;
    overflow: hidden;
}
.list .item[size='large'], .list .fiction[size='large'] {
    width: 235px;
    height: 450px;
}
.list[imgratio='1'] .item {
    width: 180px;
    height: 380px;
}
.list .item:hover, .list .fiction:hover {
    top: -5px;
}
.list .item img, .list .fiction img {
    border-radius: 5px 5px 0 0;
    width: 235px;
    height: 320px;
}
.list .fiction img {
    height: 235px;
}
.list[imgratio='1'] .item img {
    width: 180px;
    height: 180px;
}
.list .item img:hover, .list .fiction img:hover {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.list .item &gt; div, .list .fiction &gt; div {
    padding: 5px 8px 5px 8px;
    overflow: hidden;
    display: flex;
}
.list .item &gt; .intro, .list .fiction &gt; .intro {
    display: block;
}
.list .item &gt; div &gt; div:nth-child(1), .list .fiction &gt; div &gt; div:nth-child(1) {
    flex-grow: 1;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
}
.list .item &gt; div &gt; div:nth-child(2), .list .fiction &gt; div &gt; div:nth-child(2) {
    font-size: 12px;
    width: 45%;
    text-align: right;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.list .item &gt; div &gt; div, .list .fiction &gt; div &gt; div &gt; a {
    color: #999;
}
.list .item &gt; div &gt; div &gt; a {
    color: #00a;
}
.list .item &gt; div:nth-child(3), .list .fiction &gt; div:nth-child(3) {
    font-weight: bold;
    height: 40px;
    line-height: 21px;
}
.list[imgratio='1'] .item &gt; div:nth-child(3) {
    height: 20px;
    line-height: 20px;
}
.list[imgratio='1'] .item &gt; div:nth-child(4) {
    font-size: 0.85em;
    height: 130px;
    line-height: 20px;
}
.list .item &gt; div:nth-child(3) &gt; a, .list .fiction &gt; div:nth-child(3) &gt; a, .list .fiction &gt; .brief &gt; a {
    transition: all 0.25s ease;
    font-size: 0.95em;
}
.list .item &gt; div:nth-child(3) &gt; a:hover, .list .fiction &gt; div:nth-child(3) &gt; a:hover, .list .fiction &gt; .brief a:hover {
    color: #fe711d;
}
.list .fiction &gt; .brief {
    padding: 5px 0;
    box-sizing: border-box;
    background-color: #fff;
    color: #666;
    margin-top: 5px;
    height: 100px;
    font-size: 14px;
    line-height: 16px;
    overflow: hidden;
}
.list .fiction &gt; .brief a {
    color: #666;
}
.list .item &gt; div i, .list .fiction &gt; div i {
    color: #fe711d;
    font-size: 0.8em;
}
.list .item &gt; .tag &gt; div, .photos .item &gt; .tag &gt; div, .list .fiction &gt; .tag &gt; div {
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.5);
    box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.5);
    position: absolute;
    padding: 3px 10px 3px 10px;
    border-radius: 0 5px 5px 0;
    top: 10px;
    left: 0px;
    width: auto;
    font-size: 0.8em;
    background-color: rgba(99, 0, 0, 0.8);
    color: rgba(255, 255, 255, 1);
    user-select: none;
}
.list .item &gt; .tag &gt; div[empty], .list .fiction &gt; .tag &gt; div[empty] {
    display: none;
}
.list .item &gt; .tag &gt; div:nth-child(2), .photos .item &gt; .tag &gt; div:nth-child(2), .list .fiction &gt; .tag &gt; div:nth-child(2) {
    border-radius: 5px 0 0 5px;
    width: auto;
    left: auto;
    right: 0px;
    color: #fff;
}
.list .item &gt; .tag &gt; div:nth-child(3), .photos .item &gt; .tag &gt; div:nth-child(3), .list .fiction &gt; .tag &gt; div:nth-child(3) {
    top: 40px;
}
.list .item &gt; .tag &gt; div:nth-child(4), .photos .item &gt; .tag &gt; div:nth-child(4), .list .fiction &gt; .tag &gt; div:nth-child(4) {
    border-radius: 5px 0 0 5px;
    width: auto;
    left: auto;
    right: 0px;
    color: #fff;
    top: 40px;
}
.list .item &gt; .tag i, .photos .item &gt; .tag i, .list .fiction &gt; .tag i {
    color: #fff;
}
.list .thread, .list .torrent {
    width: 100%;
    height: 35px;
    line-height: 35px;
    display: flex;
    border-bottom: #ddd 1px dashed;
}
.list .thread, .list .torrent:hover {
    background-color: #f9f9f9;
}
.list .thread:last-child, .list .torrent:last-child {
    border-bottom: 0px;
}
.list .thread &gt; div:first-child {
    flex-grow: 1;
    overflow: hidden;
}
.list .thread &gt; div:first-child span {
    color: #ff6284;
    padding-right: 5px;
}
.list .torrent .keyword {
    color: #f00 !important;
    padding-right: 0px !important;
    font-weight: bold;
}
.list .torrent &gt; div {
    overflow: hidden;
}
.list .torrent &gt; .category {
    flex: 0 0 130px;
    color: #ff6284;
}
.list .torrent &gt; .icon {
    flex: 0 0 30px;
    text-align: center;
}
.list .torrent &gt; .title {
    flex-grow: 1;
}
.list .torrent &gt; .size {
    flex: 0 0 120px;
    color: #999;
    margin-left: auto;
    text-align: right;
    overflow: hidden;
}
.list .torrent img {
    width: 16px;
    height: 16px;
    vertical-align: middle;
}
.list .thread &gt; div:last-child {
    flex: 0 0 120px;
    color: #999;
    margin-left: auto;
    text-align: right;
    overflow: hidden;
}
.list .thread &gt; div:last-child a {
    color: #999;
}
.thumbnail {
    height: 122px;
    margin-bottom: 10px;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}
.thumbnail img {
    height: 100px;
    margin-right: 3px;
    border: transparent 2px solid;
}
.thumbnail img[checked] {
    border: #f00 2px solid;
}
.pager {
    overflow: hidden;
    user-select: none
}
.pager a:link, .pager a:visited {
    color: #444;
    text-decoration: none;
    -webkit-transition: color .4s ease-in-out;
    -moz-transition: color .4s ease-in-out;
    -ms-transition: color .4s ease-in-out;
    -o-transition: color .4s ease-in-out;
    transition: color .4s ease-in-out;
}
.pager a[current] {
    background-position: 0px -64px;
    color: #fff;
}
.pager {
    text-align: center;
    margin: 15px 0 15px 0;
}
.pager a {
    text-decoration: none;
    display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    overflow: hidden;
    background: url(../images/sprite.png) no-repeat 0 -29px;
    margin-left: 4px;
    font-size: 0.85em;
    vertical-align: top;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.pager a:hover {
    background-position: 0 -64px;
    color: #fff;
}
.pager .prev, .pager .next {
    line-height: 555px;
}
.pager .prev {
    background-position: -35px -29px;
}
.pager .prev:hover {
    background-position: -35px -64px;
}
.pager .next {
    background-position: -70px -29px;
}
.pager .next:hover {
    background-position: -70px -64px;
}
.pager .tips {
    margin-top: 10px;
    color: #999;
    text-align: center
}
.button {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    color: #fff;
    cursor: pointer;
    background-color: #000;
    text-decoration: none;
    margin: 1px;
    font-size: 0.9em;
    user-select: none;
}
.button[small] {
    height: 28px;
    line-height: 28px;
    padding: 0 15px;
    font-size: 0.95em;
}
.button:hover {
    background-color: #666;
}
.button[disabled] {
    background-color: #ccc;
}
.button i {
    padding-right: 5px;
}
.button.donate {
    background-color: #00684d;
    border-radius: 4px;
    color: #fff;
    padding: 15px 50px;
    text-shadow: 1px 1px 5px #666;
    font-size: 16px;
}
.button.donate:hover {
    background-color: #10785d;
}
.button.link {
    display: inline-block;
    background-color: #0095f6;
    color: #fff;
    text-align: center;
    padding: 8px 25px;
    border-radius: 5px;
    cursor: pointer;
}
.button.link:hover {
    background-color: #1877f2;
}

/* banner start */
.scroll {
    left: 0px;
    width: 100%;
    height: 320px;
    background-size: auto 100%;
    background-position: center center;
    background-repeat: no-repeat;
    transition: opacity 0.3s ease 0s;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    font-size: 0;
    background: #000;
    word-wrap: break-word;
    box-sizing: border-box;
    outline: none;
}
.scroll .scroll-image {
    position: relative;
    height: 100%;
    transform: translateX(0px);
    animation: banner 40s linear infinite;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}
.scroll &gt; .slider-title, .scroll &gt; .lennons {
    position: absolute;
    top: 72px;
    left: 0px;
    right: 0px;
    text-align: center;
    font-size: 16px;
    white-space: normal;
    width: 100%;
    margin: auto;
}
.scroll &gt; .lennons {
    top: 50px;
    width: 1500px;
}
.scroll &gt; .slider-title &gt; h1, .scroll &gt; .slider-title &gt; div {
    color: #fff;
    letter-spacing: 3px;
    font-size: 50px;
    margin: auto;
    width: 1250px;
    text-align: center;
    user-select: none;
}
.scroll &gt; .slider-title &gt; div {
    color: #fc6;
    letter-spacing: 3px;
    font-size: 18px;
    padding: 30px 0 0 0;
}
.scroll &gt; .slider-title &gt; div a {
    color: #f99;
    padding: 0 3px;
    font-size: 1.3em;
}
.scroll &gt; .slider-title &gt; div:last-child {
    color: #fff;
}
@-webkit-keyframes banner {
    from {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}
/* banner end */

.top &gt; .no-scroll {
    height: 250px;
    background-image: url('/images/banner_1280x166.jpg');
    background-size: cover;
    user-select: none;
}
.top &gt; .no-scroll &gt; div {
    margin: auto;
    width: 1250px;
    position: relative;
}
.top &gt; .no-scroll &gt; div &gt; h1, .top &gt; .no-scroll &gt; div &gt; h2 {
    position: absolute;
    color: #fff;
    font-size: 18px;
    left: 0;
    top: 0;
    text-shadow: 5px 5px 10px rgba(0,0,0,0.5);
}
.top &gt; .no-scroll &gt; div &gt; h1 {
    font-size: 30px;
    top: 50px;
}
.top &gt; .no-scroll &gt; div &gt; .qrcode {
    position: absolute;
    right: 0;
    top: 15px;
}
.top &gt; .no-scroll &gt; div &gt; .qrcode &gt; img {
    width: 260px;
    height: 130px;
}

.webIntro {
    display: flex;
    margin: 50px 0 50px 0;
    color: #444;
}
.webIntro &gt; div:nth-child(1) {
    width: 38%;
    padding-right: 2%;
}
.webIntro &gt; div:nth-child(2) {
    width: 38%;
    padding-right: 2%;
}
.webIntro &gt; div &gt; div:nth-child(1) {
    font-size: 1.2em;
    font-weight: bold;
}
.webIntro &gt; div &gt; div:nth-child(2) {
    text-indent: 2em;
    margin-top: 15px;
    line-height: 150%;
}
.webIntro &gt; div:nth-child(3) {
    width: auto;
    display: flex;
    flex-wrap: wrap;
}
.webIntro &gt; div:nth-child(3) &gt; div {
    width: 50%;
}
.webIntro a:hover {
    border-bottom: #ccc 1px dashed;
}
.modal {
    min-width: auto;
    max-width: auto;
    width: 50vw !important;
    height: 50vh !important;
    min-height: auto;
    max-height: auto;
    display: none;
}
.modal &gt; .header {
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 1em;
}
.modal &gt; .body {
    padding-top: 10px;
}
.modal input[type='text'] {
    width: 90%;
}
.modal textarea {
    width: 95%;
    height: 120px;
}
.modal &gt; .body .item {
    min-height: 40px;
    align-items: center;
    display: flex;
    padding: 5px 0 5px 0;
}
.modal &gt; .body .item &gt; div {
    overflow: hidden;
}
.modal &gt; .body .item &gt; div:first-child {
    flex: 0 0 18%;
}
.modal &gt; .body .item &gt; div:last-child {
    flex-grow: 1;
}
.modal .footer {
    width: 95%;
    margin: auto;
    height: 50px;
    position: absolute;
    border-top: #ddd 1px solid;
    text-align: right;
    padding-top: 10px;
    bottom: 0px;
}
.form &gt; div {
    display: flex;
    border-bottom: #ddd 1px dotted;
}
.form &gt; div:hover {
    background-color: #fafafa;
}
.form &gt; div:last-child {
    border-bottom: 0;
}
.form &gt; div &gt; div {
    height: 55px;
    line-height: 55px;
    overflow: hidden;
}
.form &gt; div &gt; div:nth-child(1) {
    flex: 0 0 175px;
    text-align: center;
}
.form &gt; div &gt; div:nth-child(2) {
    flex: 0 0 450px;
}
.form &gt; div &gt; div:nth-child(3) {
    flex: 1;
    color: #999;
    font-size: 0.9em;
}
.form &gt; .button-line, .form &gt; .tip-line {
    display: block;
    padding: 15px 0;
    text-align: right;
}
.form &gt; .button-line:hover, .form &gt; .tip-line:hover  {
    background-color: transparent;
}
.form &gt; .tip-line {
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
}
.form input[type='text'], .form input[type='password'] {
    width: 220px;
}
.verifyCode {
    cursor: pointer;
    vertical-align: middle;
}
.tags &gt; .tag {
    padding: 3px 7px 3px 7px;
    font-size: 0.8em;
    border: #ccc 1px solid;
    border-radius: 10%;
    margin: 0 2px 2px 0;
    display: inline-block;
    cursor: pointer;
}
.tags &gt; .tag[checked] {
    background-color: #008CBA;
    color: #fff;
}
.table {
    display: table;
    width: 100%;
    border-collapse: collapse;
}
.table &gt; .tr, .table &gt; .th {
    display: table-row;
}
.table &gt; .th {
    background-color: #eee;
    font-weight: bold;
}
.table .td {
    display: table-cell;
    border: #666 1px solid;
    text-indent: 0;
    padding: 10px;
}
.table input[type='text'] {
    width: 80%;
}
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #F76566;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
blockquote {
    width: 95%;
    margin: 5px auto 5px auto;
    padding: 10px 10px 20px 10px;
    background-color: #33809e;
    font-size: 0.9em;
    color: #fff;
    border-radius: 5px;
}
blockquote &gt; p {
    margin: 0;
}
blockquote:before {
    content: url(/images/icon/pin.png);
}
.quickGuide {
    position: fixed;
    right: 15px;
    bottom: 250px;
    padding: 10px;
    border: #ccc 1px solid;
    border-radius: 5px;
    background-color: #fff;
}
.quickGuide &gt; .header {
    text-align: center;
    font-size: 0.9em;
    font-weight: bold;
    padding-bottom: 10px;
}
.quickGuide &gt; .body {
}
.quickGuide &gt; .body div {
    width: 130px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    text-align: center;
    font-size: 0.8em;
    border :#ccc 1px solid;
    background-color: #f6f6f6;
    padding: 0 5px 0 5px;
    margin: 0 5px 3px 0;
    cursor: pointer;
}
.quickGuide &gt; .body div:hover {
    background-color: #ddd;
}
.avatar-char {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #95bbdf;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    font-size: 18px;
    font-weight: bold;
    user-select: none;
}
.avatar-char[size='32'] {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
}
.avatar {
    width: 62px;
    height: 62px;
    background-color: #ccc;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 50%;
    position: relative;
    user-select: none;
}
.avatar[size='100'] {
    width: 100px;
    height: 100px;
}
.avatar[size='45'] {
    width: 45px;
    height: 45px;
}
.avatar[size='40'] {
    width: 40px;
    height: 40px;
}
.avatar[size='32'] {
    width: 32px;
    height: 32px;
}
.avatar[size='24'] {
    width: 24px;
    height: 24px;
}
.avatar[level='2'] {
}
.avatar[level='2']:before {
    content: 'ðŸ§¡';
    position: absolute;
    right: 0;
    bottom: 0;
}
.push-top {
    display: none;
    position: fixed;
    top: 12px;
    right: -320px;
    z-index: 1000;
}
.push-top &gt; div {
    border-radius: 5px;
    background-color: #fff;
    padding: 0;
    margin-bottom: 12px;
    display: flex;
    width: 320px;
}
.push-top &gt; div &gt; div:nth-child(1) {
    border-radius: 5px 0 0 5px;
    flex: 0 0 290px;
    height: 50px;
    background-size: cover;
    cursor: pointer;
}
.push-top &gt; div &gt; div:nth-child(2) {
    flex: 0 0 30px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.push-top i {
    cursor: pointer;
    font-size: 0.9em;
    color: #999;
}
.push-top i:hover {
    color: #000;
}
.push-bottom {
    width: 100%;
    padding: 3px 0 0 0;
    background-color: rgb(0, 0, 0, 0.2);
    position: fixed;
    bottom: 0px;
    text-align: center;
    animation-name: _float;
    animation-duration: 0.5s;
    display: none;
    z-index: 3;
}
.push-bottom &gt; div {
    width: 653px;
    margin: auto;
    position: relative;
}
.push-bottom &gt; div &gt; i {
    font-size: 28px;
    position: absolute;
    top: -14px;
    right: 5px;
    background-image: radial-gradient(white 40%, transparent 0);
    cursor: pointer;
}
.push-bottom img {
    cursor: pointer;
    width: 400x;
    height: 80px;
}
@keyframes _float {
    from {
        bottom: -100px;
    }
    to {
        bottom: 0px
    }
}
.needLogin {
    height: 35vh;
    text-align: center;
    color: #666;
    font-size: 1.1em;
}
.needLogin i {
    padding: 10vh 0 2vh;
    font-size: 100px;
    color: #f90;
}
.needLogin a {
    color: #00c;
    padding-left: 15px;
    font-weight: bold;
    font-size: 1.2em;
}
.videos {
    flex-wrap: wrap;
    display: flex;
    padding-bottom: 10px;
}
.videos &gt; .item {
    flex: 0 0 300px;
    border-radius: 5px;
    margin: 20px 10px 10px 20px;
    background-color: #fff;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.5);
    box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.5);
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
}
.videos &gt; .item._300x250 {
    height: 250px !important;
}
.videos &gt; .item._300x250 iframe {
    width: 100% !important;
}
.videos &gt; .item &gt; div:nth-child(1) {
    text-align: center;
}
.videos &gt; .item img {
    width: 300px;
    height: 168.75px;
}
.videos &gt; .item:hover {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.videos &gt; .item &gt; .text {
    padding: 5px;
}
.videos &gt; .item &gt; .text &gt; div:nth-child(1) {
    font-size: 0.9em;
    font-weight: bold;
    height: 36px;
    line-height: 18px;
    overflow: hidden;
    margin-bottom: 10px;
}
.videos &gt; .item &gt; .text &gt; div:nth-child(2) {
    font-size: 0.8em;
    padding-bottom: 5px;
}
.videos &gt; .item &gt; .text i {
    color: #f18b00;
}
.videos &gt; .item &gt; .tag &gt; div {
    font-size: 12px !important;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.5);
    box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.5);
    position: absolute;
    padding: 3px 8px;
    color: rgba(255, 255, 255, 1);
    background-color: rgba(99, 0, 0, 0.85);
    font-size: 0.8em;
    user-select: none;
}
.videos &gt; .item &gt; .tag i {
    padding-right: 5px;
}
.videos &gt; .item &gt; .tag &gt; .series {
    border-radius: 0 5px 5px 0;
    top: 10px;
    left: 0;
}
.videos &gt; .item &gt; .tag &gt; .comment {
    border-radius: 5px 0 0 5px;
    top: 10px;
    right: 0;
}
.videos &gt; .item &gt; .tag &gt; .vol {
    border-radius: 0 5px 5px 0;
    top: 38px;
    left: 0;
}
.videos &gt; .item &gt; .tag &gt; .duration {
    border-radius: 5px 0 0 5px;
    background: rgba(0,0,0,0.85);
    top: 138px;
    right: 0;
}
.videos &gt; .item &gt; .tag &gt; .filter {
    max-width: 60%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-radius: 0 5px 5px 0;
    top: 138px;
    left: 0;
}
.videos &gt; .item[play] {
    transform: scale(1.15);
}
.videos &gt; .item[play] .tag {
    display: none;
}
.videos &gt; .item &gt; .preview-container {
    width: 300.75px;
    height: 168.75px;
    overflow: hidden;
    background-color: #000;
}
.videos &gt; .item video {
    width: 100%;
    height: 100%;
    background-color: #000;
}
.barrage {
    width: 1010px;
    height: 45px;
    line-height: 45px;
    display: flex;
    -webkit-box-shadow: 2px 2px 10px 0px rgba(220,220,220,1);
    -moz-box-shadow: 2px 2px 10px 0px rgba(220,220,220,1);
    box-shadow: 2px 2px 10px 0px rgba(220,220,220,1);
}
.barrage &gt; div:nth-child(1) {
    flex: 0 0 18%;
    padding-left: 2%;
    font-size: 0.8em;
    color: #fff;
}
.barrage &gt; div:nth-child(2) {
    flex: 0 0 10%;
}
.barrage &gt; div:nth-child(3) {
    flex: 1;
    position: relative;
}
.barrage input[type='text'] {
    width: 420px;
    border-right: 0;
    height: 25px;
    line-height: 25px;
    background-color: #f6f6f6;
    font-size: 0.8em;
}
.barrage .button {
    position:absolute;
    border: #f18b00 1px solid;
    background-color: #f18b00;
    top: 11px;
    left: 419px;
    height: 25px;
    line-height: 25px;
}
.barrage .button:hover {
    background-color: #fe711d;
}
.barrage .button[disabled] {
    background-color: #999;
    border: #999 1px solid;
    cursor: default;
}
.barrage .button._download {
    left: 500px;
}
.canvasBarrage {
    width: 1010px;
    height: 567px;
    position: absolute;
    background-color: rgb(255, 255, 255, 0);
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 1;
}
.barrageText {
}
.ad11 {
    z-index: 3;
    position: absolute;
    top: 5px;
    left: 5px;
    padding: 5px 10px;
    border-radius: 5%;
    background-color: rgba(50,50,50,0.5);
    color: #fff;
    display: flex;
    font-size: 1.1em;
}
.ad11 a {
    color: rgba(255,255,255,0.95);
}
.ad11 a:hover {
    color: rgba(255,220,220,0.95);
}
.article.mask {
    position: relative;
}
._player {
    position: relative;
    background-color: #000;
}
.playerMask, .photoMask {
    position: absolute;
    width: 1010px;
    height: 567px;
    background-color: rgba(0,0,0,0.8);
    color: #fff;
    z-index: 2;
    top: 0;
    left: 0;
    user-select: none;
}
.photoMask {
    border-radius: 5px;
    width: 100%;
    height: 100%;
}
.playerMask &gt; div:nth-child(1), .photoMask &gt; div:nth-child(1) {
    padding: 20% 0 2% 0;
    text-align: center;
    font-size: 10em;
}
.playerMask &gt; div:nth-child(2), .photoMask &gt; div:nth-child(2) {
    text-align: center;
    font-size: 1.25em;
}
._player a {
    color: #fff;
}
._player .vastSkipButton, ._player .vastDomain {
    display: none;
    position: absolute;
    padding: 8px 15px 8px 15px;
    top: 505px;
    right: 15px;
    background-color: #000;
    color: #fff;
    border-radius: 2px;
    z-index: 3;
    user-select: none;
}
._player .vastDomain {
    top: 15px;
    right: 15px;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
}
._player .vastDomain i {
    padding-right: 5px;
}
.player {
    width: 1010px;
    height: 567px;
}
.player &gt; .background {
    position: relative;
    object-fit: container;
    display: flex;
    align-content: center;
    align-items: center;
}
.player &gt; .background &gt; img {
    width: 100%;
    height: 100%;
    opacity: 0.5;
}
.player &gt; .background &gt; .text {
    font-size: 30px;
    position: absolute;
    width: 100%;
    text-align: center;
    text-shadow: 1px 2px 3px #666;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 10px 0 10px 0;
}
.player &gt; .background &gt; .text &gt; a {
    color: #00f;
}
.slider-ad {
    display: none;
    left: 0px;
    bottom: 0px;
    position: fixed;
    width: 320px;
    height: 180px;
    cursor: pointer;
    z-index: 999;
    background-color: #000;
}
.slider-ad[index='1'] {
    left: auto;
    right: 0px;
}
.slider-ad .vid {
    object-fit: fill;
    z-index: 999;
    width: 100%;
    height: 100%;
}
.slider-ad .close {
    opacity: 0.7;
    position: absolute;
    width: 100px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 12px;
    background: #000;
    color: #fff;
    z-index: 10001;
}
.share {
    display: none;
}
.keyButton {
    box-sizing: border-box;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 12px;
    text-align: center;
    color: #555;
    cursor: default;
    margin: 0 5px 0 5px;
    border-color: #f2f2f2;
    border-style: solid;
    text-shadow: 0 0.5px 1px #777, 0 2px 6px #f2f2f2;
    border-width: 1px;
    border-radius: 8px;
    background: -webkit-linear-gradient(top, #f9f9f9 0%, #D2D2D2 80%, #c0c0c0 100%);
    display: inline-block;
    transition: box-shadow 0.3s ease, transform 0.15s ease;
    box-shadow: 0 0 1px #888,0 1px 0 #fff, 0 6px 0 #C0C0C0, 0 8px 17px rgba(#444, 0.4), 2px 1px 4px rgba(#444, 0.25), -2px 1px 4px rgba(#444, 0.25), 0 9px 16px rgba(#444, 0.1);
}
.activeCode .input {
    overflow: hidden;
}
.activeCode input {
    margin-right: 3px;
    text-align: center;
    height: 30px;
    font-size: 18px;
    color: #666;
    border: solid 1px #ccc;
    box-shadow: 0 0 5px #ccc inset;
    outline: none;
    width: 16px !important;
    transition: all .2s ease-in-out;
    border-radius: 3px;
}
.activeCode input:focus {
    border-color: purple;
    box-shadow: 0 0 5px purple inset;
}
.activeCode input::selection {
    background: transparent;
}
.activeCode a {
    color: #00f;
    padding-left: 10px;
    text-align: left;
}
.activeCode span a {
    color: #00f;
}
.activeCode .alert {
    color: #f00;
    padding-left: 0;
}
.article.notFound {
    padding-top: 20px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
}
.article.notFound i {
    padding-right: 5px;
}
.article .noRecord {
    height: 200px;
    line-height: 200px;
    font-size: 1.2em;
    text-align: center;
    user-select: none;
}
.article .noRecord i {
    padding-right: 5px;
}
.article .noRecord img {
    vertical-align: middle;
    padding-right: 10px;
    width: 48px;
    height: 48px;
}
.article.intro {
    display: flex;
}
.article.intro .logo {
    flex: 0 0 80px;
    height: 80px;
    color: #da0;
    background-color: #000;
    border-radius: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    text-shadow: #888 3px 4px 3px;
    user-select: none;
}
.article.intro .logo img {
    border-radius: 10%;
    width: 100%;
    height: 100%;
}
.article.intro .text {
    flex: 1;
    padding-left: 10px;
    box-sizing: border-box;
}
.article.intro .text &gt; .header {
    font-weight: bold;
    font-size: 16px;
    padding-bottom: 5px;
}
.article.intro .text &gt; .body {
    color: #f00;
}
img.banner960x80 {
    width: 100%;
}
.modalAd {
    user-select: none;
    display: none;
    width: auto !important;
    min-width: 600px !important;
    max-width: 980px !important;
    height: auto !important;
    min-height: 300px !important;
    max-height: 800px !important;
    background-color: #000 !important;
    color: #fff;
}
.modalAd a {
    color: #fff;
}
.modalAd &gt; .h, .modalAd &gt; .f {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}
.modalAd &gt; .f {
    font-weight: normal;
    margin-bottom: 10px;
}
.modalAd &gt; .ad {
    text-align: center;
    padding: 25px 0 10px 0;
    cursor: pointer;
}
.modalAd &gt; .a &gt; a {
    color: #000;
    display: none;
}
.modalAd img {
    max-width: 95%;
}
.modalAd video {
    max-width: 95%;
}
.error {
    margin: auto;
    color: #666;
    padding: 20px 0 50px 0;
    font-size: 16px;
    font-size: 1.2em;
}
.error img {
    max-width: 60vw;
}
.error i {
    font-size: 135px;
    padding-bottom: 15px;
}
.error span {
    color: #c00;
}
.error &gt; div {
    text-align: center;
}
.error &gt; div:nth-child(2) {
    font-size: 35px;
    font-weight: bold;
    padding-bottom: 25px;
}
.error &gt; div:nth-child(3) {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 25px;
}
.error a {
    color: #00c;
}
.exoclick_720x80 {
    width: 100%;
    height: 125px;
}
.exoclick_300x250, .clickadu_300x250 {
    width: 100% !important;
    height: 250px !important;
}
.clickadu_300x250 iframe {
    width: 100% !important;
}
.fiction-content {
}
.fiction-content .font-size {
    width: 50%;
    margin: auto;
    padding: 15px 0 25px 0;
    display: flex;
    align-items: center;
    justify-items: center;
    overflow: hidden;
}
.fiction-content .font-size &gt; div {
    flex: 0 0 4em;
    margin: 0 5px;
    padding: 2px 5px;
    cursor: pointer;
    background-color: #ccc;
    color: #fff;
}
.fiction-content .font-size &gt; div:hover {
    background-color: #f66;
}
.fiction-content .font-size &gt; div[checked], .fiction-content .font-size &gt; div[checked]:hover {
    background-color: #000;
}
.fiction-content .font-size &gt; div[size='0.8'] {
    font-size: 0.8em !important;
}
.fiction-content .font-size &gt; div[size='0.9'] {
    font-size: 0.9em !important;
}
.fiction-content .font-size &gt; div[size='1.1'] {
    font-size: 1.1em !important;
}
.fiction-content .font-size &gt; div[size='1.2'] {
    font-size: 1.2em !important;
}
.fiction-content .fiction-body {
    line-height: 150%;
    padding: 0 0.5em;
}
.fiction-content .fiction-body &gt; p {
    text-indent: 2em;
    margin: 0.5em 0;
}
.fiction-content .challenge {
    text-indent: 0 !important;
    text-align: center;
    padding: 15px 0;
}
.jumpto {
    cursor: pointer;
    color: #00c;
    padding-right: 3px;
}
.article .filter {
    padding: 8px 10px;
    font-size: 0.95em;
}
.article .filter &gt; a &gt; div {
    padding: 0 2px 2px 0;
}
.article .filter &gt; a:hover {
    color: #00c;
    font-weight: bold;
}
.article .filter .opt {
    display: inline-block;
    margin-right: 10px;
}
.article .filter .opt[checked] {
    color: #f00;
    font-weight: bold;
}
._728x90, ._728x100 {
    margin: auto;
    width: 728px;
    height: 90px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    box-sizing: border-box;
    overflow: hidden;
}
._728x100 {
    height: 100px;
}
._728x90 iframe, ._728x100 iframe {
    width: 100% !important;
}
._728x90 img, ._728x100 img {
    width: 100%;
    height: 100%;
}
.comic-cover {

}
.comic-cover .chapters {
    display: flex;
    flex-wrap: wrap;
}
.comic-cover .chapters &gt; a {
    flex: 0 0 30%;
    margin-right: 3%;
    margin-bottom: 15px;
    padding: 10px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    background-color: #f6f6f6;
    cursor: pointer;
    border-bottom: 0;
}
.comic-cover .chapters &gt; a:hover {
    background-color: #ffeef1;
    color: #f00;
}
.comic &gt; div {
    display: flex;
    justify-content: center;
}
.comic img {
    max-width: 100%;
}
.xbbs-list-2 {
    display: flex;
    flex-wrap: wrap;
}
.xbbs-list-2 &gt; .xbbs-item {
    flex: 0 0 230px;
    margin: 0 10px 10px 0px;
    position: relative;
}
.xbbs-list-2 .xbbs-item-cover {
    height: 230px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    overflow: hidden;
}
.xbbs-list-2 .xbbs-item-tag {
    user-select: none;
}
.xbbs-list-2 .xbbs-item-tag &gt; div {
    position: absolute;
    background-color: rgba(0,0,0,0.75);
    color: #fff;
    padding: 2px 10px;
    font-size: 13px;
}
.xbbs-list-2 .xbbs-item-tag &gt; .photoCount {
    left: 0;
    top: 10px;
}
.xbbs-list-2 .xbbs-item-tag &gt; .highlight {
    right: 0;
    top: -10px;
    right: -15px;
    background-color: transparent;
}
.xbbs-list-2 .xbbs-item-tag &gt; .highlight &gt; img {
    width: 50px;
}
.xbbs-list-2 .xbbs-item-text &gt; div {
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
}
.xbbs-list-2 .xbbs-item-text .title {
    font-size: 14px;
    width: 230px;
    font-weight: bold;
    overflow: hidden;
}
.xbbs-list-2 .xbbs-item-text .title a {
    color: #f00;
}
.xbbs-list-2 .statistics {
    display: flex;
}
.xbbs-list-2 .statistics &gt; div {
    flex: 0 0 50%;
    overflow: hidden;
}
.xbbs-list-2 .statistics &gt; div:nth-child(2) {
    color: #999;
    text-align: right;
}
.comment-list  &gt; div {
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    border-bottom: #eee 1px dashed;
}
.comment-list  &gt; div:last-child {
    border-bottom: transparent 1px dashed;
}
.comment-list  span {
    padding-right: 10px;
}
.comment-list .obj {
    font-weight: bold;
    font-size: 1.15em;
}
.comment-list .obj a {
    color: #006;
}
#bar {
    display: none;
}
.register .avatar {
    display: flex;
    align-items: center;
}
.signinup {
    display: flex;
    padding: 35px 0;
    background-color: #fafafa;
    user-select: none;
}
.signinup &gt; div:nth-child(1) {
    flex: 0 0 45%;
    box-sizing: border-box;
    padding: 0 10% 20px 0;
    display: flex;
    justify-content: right;
    min-height: 542px;
}
.signinup &gt; div:nth-child(1) img {
    width: 268px;
}
.signinup &gt; div:nth-child(2) {
    flex: 1;
    box-sizing: border-box;
}
.signinup .action {
    width: 100%;
}
.signinup .xchina-logo {
    width: 125px;
}
.signinup .flip {
    width: 500px;
    perspective: 1000px;
}
.signinup .flip-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}
.signinup .flip[register] .flip-inner {
    transform: rotateY(180deg);
}
.signinup .action.login, .signinup .action.register {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.signinup .action.register {
    transform: rotateY(180deg);
}
.signinup .box {
    width: 100%;
    box-sizing: border-box;
    padding: 15px 30px;
    background-color: #fff;
    border: #ddd 1px solid;
}
.signinup .box .header {
    text-align: center;
    padding-bottom: 20px;
}
.signinup .box .body &gt; div {
    text-align: center;
    padding-bottom: 10px;
}
.signinup .box .body input {
    width: 100%;
    background-color: #fafafa;
    font-size: 14px;
    height: 40px;
    padding: 15px 10px 0px 10px;
    box-sizing: border-box;
}
.signinup .or {
    border-bottom: #ccc 1px solid;
    color: #999;
    position: relative;
    margin: 15px 0 25px;
}
.signinup .or &gt; div {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -25%);
    background-color: #fff;
    padding: 0 20px;
}
.signinup .forget {
    padding-top: 15px;
    font-size: 0.9em;
    color: #999;
}
.signinup .google {
    display: flex;
    height: 45px;
    align-items: center;
    justify-content: center;
}
.signinup .box.other {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}
.signinup .box.other span {
    color: #00c;
    cursor: pointer;
}
.input-line {
    position: relative;
    margin-bottom: 5px;
}
.input-line &gt; .placeholder {
    font-size: 12px;
    transform: scale(0.9);
    color: #888;
    position: absolute;
    left: 5px;
    top: 2px;
}
.input-line &gt; .eye {
    position: absolute;
    right: 8px;
    top: 30%;
    transform: translateY(-25%);
    font-size: 18px;
    color: #999;
    cursor: pointer;
}
.signinup .action-error {
    margin: 60px 0 30px;
    color: #ed4956;
    animation: shake 800ms ease-in-out;
    display: none;
}
.signinup .action-error i {
    padding-right: 5px;
}
.signinup .ok-button, .signinup .link-button {
    font-size: 14px;
    background-color: #0095f6;
    margin-bottom: 2px;
    color: #fff;
    text-align: center;
    padding: 6px 18px !important;
    border-radius: 5px;
    cursor: pointer;
}
.signinup .ok-button:hover, .signinup .link-button:hover {
    background-color: #1877f2;
}
.signinup .ok-button img, .signinup .link-button img {
    width: 16px;
    height: 16px;
}
.signinup .link-button {
    width: auto;
    display: inline-block;
    padding: 8px 25px;
    margin-right: 5px;
}
.signinup .link-button i {
    padding-right: 5px;
}
.signinup  .message {
    font-size: 1.2em;
    font-weight: bold;
    margin: 25px 0 40px;
}
.signinup .user {
    margin: 25px 0;
}
.signinup .user &gt; div {
    display: flex;
    justify-content: center;
}
.signinup .hello {
    width: 100%;
    font-size: 25px;
    padding: 25px 0;
}
.signinup .hello img {
    width: 90%;
}

@keyframes shake {
    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }
    20%, 80% {
        transform: translate3d(+2px, 0, 0);
    }
    30%, 70% {
        transform: translate3d(-4px, 0, 0);
    }
    40%, 60% {
        transform: translate3d(+4px, 0, 0);
    }
    50% {
        transform: translate3d(-4px, 0, 0);
    }
}
.lennons {
    border: #fff 1px solid;
    border-radius: 5px;
    width: 100%;
    margin: auto;
    height: 220px;
    box-sizing: border-box;
    user-select: none;
    font-family:  sans-serif, 'å¾®è½¯é›…é»‘', 'å®‹ä½“';
    position: relative;
    display: flex;
    align-items: center;
}
.lennons:before {
    border-radius: 5px;
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.85;
    background-image: url('/images/lennon-background.jpg');
}
.lennons &gt; .caption {
    position: absolute;
    font-size: 22px;
    font-weight: bold;
    top: -15px;
    left: 20px;
    color: #fff;
    text-shadow: 5px 5px 10px rgba(0,0,0,0.5);
}
.lennons &gt; .footer {
    position: absolute;
    right: 15px;
    bottom: 5px;
    font-size: 14px;
    font-weight: bold;
}
.lennons &gt; .footer a {
    color: #fff;
    cursor: pointer;
    font-size: 1.05em;
}
.lennons &gt; .footer a:hover {
    color: #ffa;
}
.lennons &gt; .footer .arrow {
    width: 80px;
    height: 54px;
    background-image: url('/images/arrow.gif');
    background-repeat: no-repeat;
    z-index: 5;
    position: absolute;
    top: -8px;
    left: -88px;
    opacity: 0.9;
    transform: rotate(-35deg);
}
.lennons &gt; .body {
    width: 100%;
    margin: auto;
    overflow: hidden;
}
.lennon-items {
    width: 100%;
    height: 200px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    position: relative;
}
.lennon-items[scroll] {
    animation: banner 25s linear infinite;
}
.lennon-item {
    --animation: banner 3s linear infinite;
    margin: 15px;
    text-decoration: none;
    color: #000;
    background: rgba(255,255,204,0.95);
    flex: 0 0 130px;
    height: 130px;
    padding: 5px;
    box-sizing: border-box;
    box-shadow: 5px 5px 7px rgba(33,33,33,.5);
    transform: rotate(-6deg);
    transition: transform .15s linear;
}
.lennon-item &gt; .content {
    width: 120px;
    height: 100px;
    overflow: hidden;
    font-size: 15px;
    overflow: hidden;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}
.lennon-item &gt; .sender {
    height: 20px;
    display: flex;
    align-items: end;
    justify-content: right;
    font-size: 14px;
    color: #666;
    overflow: hidden;
}
.lennon-item &gt; .sender:before {
    content: "-";
    padding-right: 5px;
}
.lennon-item:nth-child(even) {
    transform: rotate(4deg);
    position: relative;
    top: 5px;
    background: #cfc;
}
.lennon-item:nth-child(3n) {
    transform: rotate(-3deg);
    position: relative;
    top: -5px;
    background: #ccf;
}
.lennon-item:nth-child(5n) {
    transform: rotate(5deg);
    position: relative;
    top: -10px;
}
.lennon-item:hover, .lennon-item[editing] {
    box-shadow: 10px 10px 7px rgba(0,0,0,.7);
    transform: scale(1.2);
    position: relative;
    z-index: 5;
}
.lennon-item[editable] span {
    color: #00f;
    cursor: pointer;
}
.lennon-item[editable] textarea {
    width: 100%;
    border: #ccc 1px solid;
    font-size: 14px;
    height: 80px;
    padding: 5px;
    box-sizing: border-box;
    outline: none;
    background-color: #f9f9f9;
}
.lennon-item[editable] input[type='text'] {
    width: 70%;
    outline: none;
    border: #ccc 1px solid;
    height: 20px;
    line-height: 20px;
    padding: 0 5px;
    font-size: 14px;
    background-color: #f9f9f9;
}
.lennon-item[editable] .arrow {
    width: 80px;
    height: 54px;
    background-image: url('/images/arrow.gif');
    background-repeat: no-repeat;
    z-index: 5;
    position: absolute;
    top: -15px;
    left: -88px;
    opacity: 0.9;
}
.article.donate {
    padding: 20px;
    display: flex;
}
.article.donate &gt; div:nth-child(1) {
    flex: 0 0 25%;
    padding-top: 15px;
    text-align: center;
}
.article.donate &gt; div:nth-child(2) {
    flex: 0 0 75%;
}
.article.donate &gt; div:nth-child(1) img {
    width: 85%;
    height: auto;
}
.article.donate a {
    color: #00a;
}
.article.donate .amounts &gt; div {
    border-radius: 3px;
    border: #007caf 1px solid;
    text-align: center;
    display: inline-block;
    padding: 3px 15px;
    cursor: pointer;
    font-weight: bold;
    color: #007caf;
    background-color: #fff;
    margin: 10px 2px;
}
.article.donate .amounts &gt; div:hover {
    border: #9f9fa3 1px solid;
    background-color: #e8e8e8;
}
.article.donate .amounts &gt; div[checked] {
    background-color: #007caf;
    color: #fff;
}
.article.donate .do-donate {
    padding: 10px 0;
}
.paypal-button {
    width: 200px;
    background-color: #ffc439;
    background-image: url('/images/paypal.svg');
    background-size: 60px auto;
    background-position: center center;
    background-repeat: no-repeat;
    height: 45px;
    line-height: 45px;
    border-radius: 5px;
    cursor: pointer;
}
.paypal-button:hover {
    background-color: #f2ba36;
}
.article.javd {
    position: relative;
    background-image: url('/images/background/01.png');
}
.article.javd .logo {
    background-image: url('/images/icon/javd.png');
    background-size: 64px 64px;
    width: 64px;
    height: 64px;
    position: absolute;
    right: 15px;
    top: 10px;
    border-radius: 50%;
    -webkit-box-shadow: 2px 4px 12px 2px rgba(0,0,0,0.8);
    box-shadow: 2px 4px 12px 2px rgba(0,0,0,0.8);
    transition: transform 0.5s ease;
}
.article.javd .logo:hover {
    transform: rotate(360deg);
}
.article.javd a {
    color: #00c;
}
.article.javd &gt; .body &gt; div {
    display: flex;
    padding: 4px 10px;
    border-bottom: #ccc 1px solid;
}
.article.javd &gt; .footer {
    padding-top: 10px;
    text-align: right;
    font-size: 0.8em !important;
}
.article.javd &gt; .footer img {
    width: 16px;
    height: 16px;
    padding-right: 5px;
    vertical-align: middle;
}
.article.javd &gt; .body &gt; div &gt; div {
    overflow: hidden;
}
.article.javd &gt; .body &gt; div &gt; div:nth-child(1) {
    flex: 1;
}
.article.javd &gt; .body &gt; div &gt; div:nth-child(2) {
    flex: 0 0 40%;
}
.actorsOrModels {
    display: inline;
}
.actorsOrModels &gt; .delimiter {
    padding: 0 3px;
}
.actorsOrModels a {
    color: #00a;
}
.actorsOrModels .male {
    color: #777;
    font-size: 0.85em;
    vertical-align: super;
}
.tab-container {
    width: 100%;
    margin-bottom: 20px;
    border-radius: 5px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.tabs {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
}
.tab {
    flex: 1;
    text-align: center;
    padding: 15px 5px;
    cursor: pointer;
    background-color: #f2f2f2;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    color: #666;
    transition: all 0.3s ease;
    border-bottom: 3px solid transparent;
}
.tab.active {
    background-color: #fff;
    color: #333;
    font-weight: bold;
    border-bottom: 3px solid #ff6f61;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tab.active:before {
    content: "â­";
    font-size: 0.8em;
    padding-right: 2px;
}
.tab-contents {
    padding: 15px;
    background-color: #fff;
    border-top: none;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.tab-contents .footer {
    padding: 5px 0;
}
.tab-content {
    display: none;
}
.tab-contant-ranking &gt; a &gt; div {
    padding: 0 5px;
    height: 2em;
    line-height: 2em;
    border-bottom: #eee 1px solid;
    overflow: hidden;
}
.tab-contant-ranking &gt; a &gt; div:hover {
    background-color: #f6f6f6;
    font-weight: bold;
}
.tab-contant-ranking &gt; a &gt; div span {
    display: inline-block;
    font-size: 0.9em;
    width: 1.5em;
    height: 1.5em;
    margin-right: 0.5em;
    line-height: 1.5em;
    text-align: center;
    background-color: #ccc;
    color: #fff;
}
.tab-contant-ranking &gt; a:nth-child(1) &gt; div span {
    background-color: #bf2c24;
}
.tab-contant-ranking &gt; a:nth-child(2) &gt; div span {
    background-color: #e67225;
}
.tab-contant-ranking &gt; a:nth-child(3) &gt; div span {
    background-color: #e6bf25;
}
.tab-contant-ranking &gt; a:last-child &gt; div {
    border-bottom: 0;
}
.userFav {
    cursor: pointer;
    color: #f00;
}
.tab-container.video .video-info &gt; div {
    display: flex;
    align-items: center;
    border-bottom: #eee 1px dashed;
    padding: 5px 0;
}
.tab-container.video .video-info &gt; div:first-child {
    font-weight: bold;
}
.tab-container.video .video-info i {
    color: #888;
    padding-right: 10px;
}
.tab-container.video a {
    color: #00c;
}
.tab-container.video a:hover {
    color: #f00;
}
.tab-container.video a.button, .tab-container.video a.button:hover {
    color: #fff;
}
.tab-container.video li {
    line-height: 200%;
}
.tab-container.video .video-cover-screenshot &gt; img {
    width: 49%;
    padding-right: 1%;
}
.tab-container.video .video-cover-screenshot &gt; img:last-child {
    padding-right: 0;
}
.tab-container.video .tab-contents {
    background-image: url('/images/background/01.png');
}
.tab-container.video .user-fav {
    text-align: right;
}
.joiner {
    padding: 0 8px;
}
.share-button {
    display: inline-block;
    height: 28px;
    line-height: 28px;
    padding: 0px 20px;
    border-radius: 10px;
    background-color: #1d9bf0;
    color: #fff !important;
    font-size: 14px;
    cursor: pointer;
    margin-right: 5px;
}
.share-button:hover {
    background-color: #0c7abf;
}
.share-button &gt; div {
    display: flex;
    align-items: center;
}
.share-button img {
    width: 16px;
    height: 16px;
    padding-right: 5px;
}
.share-button i {
    font-size: 1.1em;
    padding-right: 5px;
}
.js-pagination {
    max-width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    padding: 5px 0;
    margin-bottom: 10px;
    border-bottom: #eee 1px solid;
    user-select: none;
}
.js-pagination:last-child {
    margin-bottom: 0;
    margin-top: 10px;
    border-bottom: 0;
}
.js-pagination &gt; ul {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
}
.js-pagination &gt; ul li {
    margin-right: 5px;
}
.js-pagination &gt; ul li:last-child {
    margin-right: 0;
}
.js-pagination &gt; ul a, .js-pagination &gt; ul span {
    display: inline-block;
    font-size: 14px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
    color: #333;
    background-color: #eee;
    border-radius: 50%;
}
.js-pagination &gt; ul a:hover {
    background-color: #888;
    color: #fff;
}
.js-pagination &gt; ul span.disabled {
    pointer-events: none;
    background-color: #f0f0f0;
    color: #bbb;
}
.js-pagination &gt; ul span.current {
    background-color: #d4376c;
    color: #fff;
}
/*
    å¸ƒå±€å®¹å™¨
*/
.layout-container {

}
/*
    å¸ƒå±€1ï¼šå·¦ä¾§å†…å®¹ï¼Œå³ä¾§å›¾ç‰‡
*/
.layout-1 {
    display: flex;
    border-bottom: #ddd 1px dashed;
    padding: 10px;
    box-sizing: border-box;
}
.layout-1:last-child {
    border-bottom: 0;
}
.layout-1:hover {
    background-color: #f9f9f9;
}
.layout-1 &gt; .left {
    flex: 1;
}
.layout-1 &gt; .right {
    flex: 0 0 200px;
    padding-left: 10px;
    box-sizing: border-box;
    user-select: none;
}
.layout-1 &gt; .right .cover {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.layout-1 &gt; .right .cover &gt; img {
    width: 100%;
}
.layout-1 &gt; .right .cover &gt; div {
    position: absolute;
    width: 90%;
    left: 5%;
    top: 10px;
    font-size: 14px !important;
    line-height: 150%;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    padding: 2px 5px;
    box-sizing: border-box;
    border-radius: 2px;
}
.comment[featured] {
    background-image: url('/images/featured.png');
    background-repeat: no-repeat;
    background-position: center bottom;
}
.comment &gt; .user {
    display: flex;
    align-items: center;
    font-size: 0.9em;
}
.comment &gt; .user &gt; div {

}
.comment &gt; .user &gt; .user-avatar {
    flex: 0 0 50px;
    padding-right: 10px;
    box-sizing: border-box;
    user-select: none;
}
.comment &gt; .user &gt; .user-nickname {
    color: #930;
    padding-right: 10px;
    display: flex;
    align-items: center;
}
.comment &gt; .user &gt; .user-nickname:before {
    content: '@';
    padding-right: 1px;
}
.comment &gt; .user &gt; .datetime {
    padding-left: 10px;
    color: #888;
}
.comment &gt; .user &gt; .floor {
    flex: 1;
    text-align: right;
}
.comment &gt; .user &gt; .floor span {
    padding-left: 5px;
}
.comment &gt; .content {
    padding-left: 50px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.comment &gt; .content .digest {
    color: #f00;
    padding-right: 8px;
}
.comment &gt; .score {
    padding-left: 50px;
    padding-bottom: 5px;
    user-select: none;
    color: #f90;
}
.comment &gt; .interactive {
    padding-left: 50px;
    padding-bottom: 10px;
    user-select: none;
}
.comment &gt; .interactive .btn {
    color: #065fd4;
    cursor: pointer;
    padding-right: 20px;
}
.comment &gt; .interactive .btn i {
    padding-right: 3px;
}
.comment &gt; .interactive .replyCount {
    padding: 0 3px;
}
.comment &gt; .submit-reply {
    display: none;
    flex-wrap: wrap;
    padding-left: 50px;
}
.comment &gt; .submit-reply &gt; div:nth-child(1) {
    flex: 0 0 50px;
}
.comment &gt; .submit-reply &gt; div:nth-child(2) {
    padding-left: 10px;
    box-sizing: border-box;
    flex: 0 0 calc(100% - 50px - 50px);
}
.comment &gt; .submit-reply &gt; div:nth-child(3) {
    flex: 0 0 100%;
    padding-right: 50px;
    box-sizing: border-box;
    text-align: right;
}
.comment &gt; .submit-reply input[type='text'] {
    width: 100%;
    box-sizing: border-box;
    border-left: none;
    border-right: none;
    border-top: none;
    margin-bottom: 5px;
    font-size: 16px;
}
.comment &gt; .submit-reply input[type='text']:focus {
    background-color: transparent;
}
.comment &gt; .reply-container {
    display: none;
    padding-left: 50px;
}
.comment &gt; .reply-container &gt; .comment-reply {
    padding: 10px 0;
    border-bottom: #ddd 1px dashed;
    flex-wrap: wrap;
    font-size: 0.9em;
}
.comment &gt; .reply-container &gt; .comment-reply:last-child {
    border-bottom: 0;
}
.comment &gt; .reply-container &gt; .comment-reply &gt; .user {
    display: flex;
    align-items: center;
    color: #666;
}
.comment &gt; .reply-container &gt; .comment-reply &gt; .user &gt; .user-avatar {
    flex: 0 0 50px;
    padding-right: 10px;
    box-sizing: border-box;
}
.comment &gt; .reply-container &gt; .comment-reply &gt; .user &gt; .user-nickname {
    color: #930;
    padding-right: 10px;
}
.comment &gt; .reply-container &gt; .comment-reply &gt; .user &gt; .user-nickname:before {
    content: '@';
    padding-right: 1px;
}
.comment &gt; .reply-container &gt; .comment-reply &gt; .user &gt; .datetime {
    padding-left: 10px;
    color: #888;
}
.comment &gt; .reply-container &gt; .comment-reply &gt; .content {
    padding: 5px 0 0 50px;
}
.submit-comment {
    width: 100%;
    padding-right: 5%;
    box-sizing: border-box;
    display: flex;
}
.submit-comment &gt; .user-avatar {
    flex: 0 0 60px;
}
.submit-comment &gt; .submit {
    flex: 1;
}
.submit-comment &gt; .submit &gt; .quick-reply {
    max-width: 65vw;
    overflow: hidden;
}
.submit-comment &gt; .submit &gt; div {
    padding-bottom: 5px;
}
.submit-comment &gt; .submit textarea {
    width: 95%;
    height: 3.5em;
}
.submit-comment &gt; .submit &gt; .rating {
    display: flex;
    padding-bottom: 10px;
}
.submit-comment &gt; .submit &gt; .rating &gt; div {
    display: flex;
    align-items: center;
}
.submit-comment &gt; .submit &gt; .rating &gt; .submit-score {
    padding-right: 25px;
}
.submit-comment &gt; .submit &gt; .rating &gt; .subject {
    flex: 1;
    color: #888;
    font-size: 0.9em;
}
.submit-comment &gt; .submit &gt; .rules {
    color: #888;
    font-size: 0.95em;
    line-height: 150%;
}
.submit-comment &gt; .submit &gt; .button-line {
    display: flex;
    align-items: center;
    justify-content: right;
}
.submit-comment &gt; .submit &gt; .button-line &gt; span {
    padding-right: 10px;
}
.user-appearance {
    display: flex;
}
.user-appearance &gt; div {
    display: flex;
    align-items: center;
}
.user-appearance &gt; div:nth-child(1) {
    flex: 0 0 40px;
    padding-right: 8px;
}
.user-appearance &gt; div:nth-child(1) &gt; .avatar {
    width: 40px;
    height: 40px;
}
.user-appearance &gt; div:nth-child(2) {
    padding-right: 8px;
}
.user-appearance &gt; div:nth-child(3) {
    flex: 1;
}
.user-tags {
    display: flex;
    align-items: center;
}
.user-tags &gt; img, .user-tag {
    width: 24px;
    height: 16px;
    border: #ddd 1px solid;
    margin-right: 2px;
}

@media only screen and (max-width: 1400px) {
    nav &gt; .pc {
        width: 1350px;
    }
    nav &gt; .pc &gt; .logo {
        flex: 0 0 160px;
    }
    nav &gt; .pc &gt; .logo img {
        width: 100px;
        height: 38px;
        padding-right: 15px;
    }
    nav &gt; .pc &gt; .logo .country {
        right: 10px;
    }
    nav &gt; .pc &gt; .topMenu {
        flex: 0 0 950px;
    }
    nav .pc .menu &gt; div:nth-child(1) {
        font-size: 18px;
    }
    nav  &gt; .pc &gt; .topMenu &gt;a &gt; div &gt; img {
        width: 65px;
    }
    nav &gt; .pc &gt; .login {
        flex: 0 0 115px;
    }
}</pre></body></html>