.html {
}
body {
    font-size: 16px;
    margin: 0;
    background-color: #f0f0f0;
    color: #000;
    background-image: url('/images/background/seamless-01.png');
}
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;
}
.weight {
    font-weight: bold;
}
.highlight {
    color: #f00;
}
.hide {
    display: none;
}
h1 {
    font-size: 22px;
}
h2 {
    font-size: 20px;
    display: flex;
    padding-top: 10px;
}
h2 > div:nth-child(1) {
    width: 80%;
}
h2 > 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.pc {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 999;
    user-select: none;
    background-color: #dba531;
    color: #fff;
    height: 65px;
    line-height: 65px;
    width: 100%;
}
nav.pc > div {
    width: 1700px;
    display: flex;
    margin: auto;
}
nav.pc .logo {
    flex: 0 0 200px;
    display: flex;
    justify-content: end;
    position: relative;
}
nav.pc .logo img {
    width: 150px;
    height: 57px;
    vertical-align: middle;
}
nav.pc .logo .country {
    position: absolute;
    top: -12px;
    right: 0px;
    color: #fff;
    font-size: 12px;
    font-family: sans-serif;
}
nav.pc .topMenu {
    margin: auto;
    flex: 0 0 1200px;
    display: flex;
    position: relative;
    font-size: 0.85em !important;
    color: #fff;
}
nav.pc .topMenu:before {
    content: "";
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 15px;
    height: 40px;
    width: 1px;
}
nav.pc .topMenu > a, nav.pc .topMenu > .menu {
    flex: 1;
    min-width: 0;
    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 > .subs {
    width: 150px;
    position: absolute;
    padding: 6px 7px 1px 7px;
    position: absolute;
    top: 48px;
    left: 50%;
    transform: translateX(-50%);
    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 > .subs > a > div {
    height: 28px;
    line-height: 28px;
    border-bottom: #eee 1px solid;
    padding: 5px;
    display: flex;
    align-items: center;
}
nav.pc .menu > .subs > a > div img {
    width: 18px;
    height: 18px;
    padding-right: 5px;
}
nav.pc .menu > .subs > a > div i {
    padding-right: 5px;
}
nav.pc .menu > .subs > a > div:hover {
    background-color: #008cba;
    color: #fff;
}
nav.pc .menu:hover > .subs {
    display: block;
}
nav.pc .menu > .subs > a > div:last-child {
    border-bottom: 0;
}
nav.pc .menu > div:nth-child(1) {
    height: 35px;
    display: flex;
    align-items: end;
    justify-content: center;
    font-size: 22px;
}
nav.pc .menu > div:nth-child(2) {
    height: 25px;
    line-height: 25px;
    text-align: center;
}
nav.pc .topMenu img {
    width: 75px;
    vertical-align: middle;
}
nav.pc .languages {
    flex: 0 0 60px;
    display: flex;
    align-items: center;
    position: relative;
    font-size: 0.9em;
}
nav.pc .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.pc .languages:hover .choose {
    display: block;
}
nav.pc .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.pc .languages .choose .language {
    margin-bottom: 5px;
    cursor: pointer;
}
nav.pc .languages .language[checked] {
    background-color: #008cba;
    color: #fff;
}
nav.pc .languages .choose .language:hover {
    color: #fe711d;
    font-weight: bold;
}
nav.pc .languages .choose .language[checked]:hover {
    font-weight: normal;
    color: #fff;
}
nav.pc .login {
    flex: 0 0 165px;
    text-align: right;
}
nav.pc .login > .logined {
    cursor: pointer;
    position: relative;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: end;
    height: 100%;
}
nav.pc .login > .logined img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    vertical-align: middle;
}
nav.pc .login > .logined > .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.pc .login > .logined > .myMenu i {
    padding-left: 5px;
}
nav.pc .login > .logined:hover > .myMenu {
    display: block;
    padding: 5px;
}
nav.pc .login > .logined > .myMenu .nickname, nav.pc .login > .logined > .myMenu > a > div {
    color: #666;
    padding: 10px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    border-bottom: #ddd 1px dashed;
}
nav.pc .login > .logined > .myMenu > a:last-child > div {
    border-bottom: transparent 1px dashed;
}
nav.pc .login > .logined > .myMenu .nickname {
    cursor: default;
    font-weight: bold;
}
nav.pc .login > .logined > .myMenu .nickname:hover {
    color: #666;
}
nav.pc .login > .logined > .myMenu > a > div:hover {
    color: #fe711d;
    font-weight: bold;
}
nav.pc .login a {
    color: #fff;
    cursor: pointer;
}
nav.pc .login a:hover {
    color: #000;
}
nav.pc .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 > div {
    margin: auto;
    width: 1250px;
    display: flex;
    overflow: hidden;
}
.breadcrumb > div > span:first-child {
    padding-right: 10px;
}
.breadcrumb i {
    margin: 0 10px 0 10px;
}
.breadcrumb a:hover {
    color: #f00;
}
.main {
    margin: auto;
    width: 1250px;
}
footer.mobile {
    display: none;
}
footer.pc {
    width: 100%;
    padding: 10px 0 10px 0;
    box-sizing: border-box;
    overflow: hidden;
    background-color: #333;
    color: #fff;
    text-align: center;
    z-index: 2;
    ;
}
footer.pc > div:first-child {
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
footer.pc > div:first-child > div {
    padding-right: 10px;
    flex: 0 0 auto;
}
footer.pc .qrcode > img {
    width: 100px;
    height: 80px;
}
footer.pc .links {
    padding-top: 20px;
}
footer.pc .exchange {
    padding-top: 10px;
}
footer.pc a {
    color: #fff;
}
.section {
    display: flex;
}
.section > .aside {
    flex: 0 0 190px;
    overflow: hidden;
    margin: 0 5px 5px 5px;
}
.section > .aside h3 {
    font-size: 1em;
    padding-bottom: 5px;
}
.section > .aside > div {
    padding: 5px 10px 10px 10px;
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 15px;
}
.section > .aside > .ad {
    width: 160px;
    margin: auto;
}
.section > .aside .aside_comic {
    width: 160px;
    height: 224px;
}
.section > .aside iframe {
    margin-bottom: 5px;
}
.guessYouLike > a > 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 > a > 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 > a > div {
    color: #333;
    font-size: 14px;
    padding: 0 5px 0 5px;
    height: 28px;
    line-height: 28px;
    border-bottom: #f0f0f0 1px solid;
    overflow: hidden;
}
.series > a > div.sub {
    padding-left: 15px;
}
.series > a > div.sub:before {
    content: "• ";
}
.series > a > div > span {
    padding-right: 5px;
    font-style: italic;
}
.series > a:nth-child(-n+4) > div > span {
    font-weight: bold;
    color: #c00;
}
.series > a:last-child > div {
    border-bottom: transparent 1px solid;
}
.series > a.noclickable {
    font-weight: bold;
}
.series > a:not(.noclickable) > div:hover, .series > a > div[checked] {
    background-color: #a7b0b5;
    color: #fff;
    border-bottom: transparent 1px solid;
    padding-left: 15px;
}
.series > .search {
    position: relative;
}
.series > .search > i {
    font-size: 16px;
    position: absolute;
    right: 10px;
    top: 6px;
    cursor: pointer;
}
.series > .search input {
    width: 91%;
}
.series.hotTags {
    line-break: anywhere;
}
.series.hotTags > div {
    line-height: 175%;
}
.series.hotTags > div span {
    font-size: 0.95em;
    padding-right: 5px;
    white-space: nowrap;
}
.series.hotTags > div span[size='2'] {
    font-size: 1.25em;
}
.section > .body {
    padding: 0 10px 10px 10px;
    flex: 1 0 990px;
}
.info, .thumbup, .prevNext, .sort, .download, .photo-tags {
    background-color: #fff;
    border-radius: 5px;
    height: 30px;
    line-height: 30px;
    padding: 10px;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sort {
    height: auto;
    line-height: auto;
    padding: 8px 10px;
}
.download a:hover {
    color: #fe711d;
}
.download > span {
    padding-right: 15px;
}
.prevNext {
    color: #888;
    font-size: 0.9em;
}
.prevNext a {
    color: #00f;
}
.prevNext a:hover {
    color: #f00;
}
.prevNext > div:first-child > div {
    display: inline-block;
    width: 45%;
    padding-right: 5%;
}
.info > div, .thumbup > div, .download > div {
    display: inline-block;
    margin-right: 25px;
}
.info > .telegram {
    float: right;
}
.info a {
    color: #00a;
}
.info > 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 > div:nth-child(1) {
    flex-grow: 1;
}
.sort > div:nth-child(2) {
    width: 150px;
    text-align: right;
}
.thumbup > 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;
    box-sizing: border-box;
    position: relative;
}
.article.no-padding {
    padding: 0;
}
.article .chapters {
    display: flex;
    flex-wrap: wrap;
    font-size: 15px;
}
.article .chapters a {
    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 > .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 > div {
    flex: 0 0 45%;
    height: 2.2em;
    line-height: 2.2em;
    overflow: hidden;
    padding-left: 5%;
}
.article .chapters > div a:hover {
    color: #fe711d;
}
.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 > .title {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    padding: 15px 0 15px 0;
}
.article > .author {
    text-align: center;
    padding-bottom: 20px;
}
.article > .author > span {
    padding-right: 5%;
}
.article > .author a {
    color: #00f;
}
.article.list-intro {
    padding: 5px;
    min-height: 80px;
    align-content: center;
    justify-content: center;
    display: flex;
    flex-shrink: 0;
}
.article.list-intro > .left {
    flex: 0 0 100px;
    text-align: center;
}
.article.list-intro > .left img {
    border-radius: 50%;
    width: 80px;
    height: 80px;
}
.article.list-intro > .right {
    flex: 1;
}
.article.list-intro .active-series {
    font-size: 0.8em;
    margin-bottom: 10px;
}
.article.list-intro .active-series > a {
    color: #00c;
    padding-right: 8px;
}
.article.list-intro .active-series > a:before {
    content: '•';
    padding-right: 2px;
}
.article.list-intro .active-series > a:hover {
    color: #f00;
}
.article.list-intro > .right > div:nth-child(1) {
    font-weight: bold;
    padding-bottom: 5px;
    font-size: 1.2em;
    display: flex;
    align-items: center;
}
.article.list-intro > .right > div:nth-child(1) > a {
    display: flex;
    align-items: center;
    margin: 0 2px;
}
.article.list-intro > .right > div:nth-child(1) > a:first-child {
    margin-left: 10px;
}
.article.list-intro > .right > div:nth-child(1) img {
    width: 20px;
    height: 20px;
}
.actor-intro {
    color: #666;
}
.actor-intro > .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 > .link a {
    color: #00c;
    vertical-align: middle;
}
.actor-intro > .link a:hover img {
    transform: rotate(360deg);
}
.actor-intro > .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 {
    padding-top: 8px;
    padding-bottom: 8px;
    display: flex;
}
.article.action a {
    color: #00c;
}
.article.action span {
    padding-right: 15px;
}
.article.action > div:nth-child(1) {
    height: 30px;
    line-height: 30px;
    flex: 0 0 90%;
    padding-right: 5px;
    box-sizing: border-box;
    overflow: hidden;
}
.article.action > div:nth-child(1) i {
    padding-right: 5px;
    color: #fe711d;
}
.article.action > div:nth-child(2) {
    flex: 0 0 9%;
    padding-right: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.article.action > div:nth-child(2) i {
    font-size: 1.35em;
    cursor: pointer;
    color: #f00;
}
.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;
}
.photos .item .media {
    width: 100%;
    aspect-ratio: 2 / 3.02;
    overflow: hidden;
}
.list > .ad {
    width: 965px;
    height: 125px;
    line-height: 125px;
    padding: 10px 0 5px 0;
}
.list > .ad > iframe {
    width: 100%;
    height: 125px;
}
.list .item {
    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.photo.zone6 {
    background-color: #fff;
}
.list .item .media {
    padding: 0;
}
.list .item .media img, .photos .item .media img {
    width: 100%;
    height: 100%;
}
.list .item .media img {
    height: auto;
    aspect-ratio: 9 / 12.54;
}
.list .item.exoclick_300x500 .media {
    padding: 0;
}
.list .item.amateur {
    height: 350px;
}
.list .item.larget {
    width: 235px;
    height: 450px;
}
.list[imgratio='1'] .item {
    width: 180px;
    height: 380px;
}
.list[imgratio='1'] .item img {
    width: 180px;
    height: 180px;
}
.list .item:hover {
    top: -5px;
}
.list .item img {
    border-radius: 5px 5px 0 0;
    width: 235px;
    height: 320px;
}
.list .item.fiction img {
    height: 235px;
}
.list .item.amateur .img {
    width: 230px;
    height: 230px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.list .item.amateur .img .stamp {
    position: absolute;
    width: 35%;
    aspect-ratio: 1 / 1;
    top: 50%;
    left: 50%;
    opacity: 0.5;
    transform: translate(-50%,-50%);
}
.list .item img:hover, .list .item.amateur .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 > div {
    padding: 5px 8px 5px 8px;
    overflow: hidden;
    display: flex;
}
.list .item > .intro {
    display: block;
}
.list .item > div > div:nth-child(1) {
    flex-grow: 1;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
}
.list .item > div:not(.tag) > div:nth-child(2) {
    font-size: 12px;
    width: 45%;
    text-align: right;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.list .item > div > div, .list .item.fiction > div > div > a {
    color: #999;
}
.list .item > div > div > a {
    color: #00a;
}
.list .item > div:nth-child(3) {
    font-weight: bold;
    height: 40px;
    line-height: 21px;
}
.list[imgratio='1'] .item > div:nth-child(3) {
    height: 20px;
    line-height: 20px;
}
.list[imgratio='1'] .item > div:nth-child(4) {
    font-size: 0.85em;
    height: 130px;
    line-height: 20px;
}
.list .item > div:nth-child(3) > a, .list .item.fiction > .brief > a {
    transition: all 0.25s ease;
    font-size: 0.95em;
}
.list .item > div:nth-child(3) > a:hover, .list .item.fiction > .brief a:hover {
    color: #fe711d;
}
.list .item.fiction > .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 .item.fiction > .brief a {
    color: #666;
}
.list .item > div i {
    color: #fe711d;
    font-size: 0.8em;
}
.list .item > .tag, .photos .item > .tag {
}
.list .item > .tag > div, .photos .item > .tag > div {
    top: 5vw;
    font-size: 16px;
    filter: alpha(opacity=95);
    -moz-opacity: 0.95;
    -khtml-opacity: 0.95;
    opacity: 0.95;
    -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);
    padding: 3px 10px 3px 10px;
    border-radius: 0 5px 5px 0;
    position: absolute;
    top: 10px;
    left: 0px;
    font-size: 0.8em;
    background-color: rgba(99, 0, 0, 0.8);
    color: rgba(255, 255, 255, 1);
    user-select: none;
    height: 1.2em;
    line-height: 1.2em;
}
.list .item > .tag > div img, .photos .item > .tag > div img {
    width: 14px;
    height: 14px;
}
.list .item > .tag > div[empty] {
    display: none;
}
.list .item > .tag > div:nth-child(2), .photos .item > .tag > div:nth-child(2) {
    border-radius: 5px 0 0 5px;
    left: auto;
    right: 0px;
    color: #fff;
}
.list .item > .tag > div:nth-child(3), .photos .item > .tag > div:nth-child(3) {
    top: 40px;
}
.list .item > .tag > div:nth-child(4), .photos .item > .tag > div:nth-child(4) {
    border-radius: 5px 0 0 5px;
    left: auto;
    right: 0px;
    color: #fff;
    top: 40px;
}
.list .item > .tag i, .photos .item > .tag i {
    color: #fff;
}
.list .torrent {
    width: 100%;
    height: 35px;
    line-height: 35px;
    display: flex;
    border-bottom: #ddd 1px dashed;
}
.list .torrent:hover {
    background-color: #f9f9f9;
}
.list .torrent:last-child {
    border-bottom: 0px;
}
.list .torrent .keyword {
    color: #f00 !important;
    padding-right: 0px !important;
    font-weight: bold;
}
.list .torrent > div {
    overflow: hidden;
}
.list .torrent > .category {
    flex: 0 0 130px;
    color: #ff6284;
}
.list .torrent > .icon {
    flex: 0 0 30px;
    text-align: center;
}
.list .torrent > .title {
    flex-grow: 1;
}
.list .torrent > .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;
}
.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], .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 > .slider-title {
    position: absolute;
    top: 72px;
    left: 0px;
    right: 0px;
    text-align: center;
    font-size: 16px;
    white-space: normal;
    width: 100%;
    margin: auto;
}
.scroll > .slider-title > h1, .scroll > .slider-title > div {
    color: #fff;
    letter-spacing: 3px;
    font-size: 50px;
    margin: auto;
    width: 1250px;
    text-align: center;
    user-select: none;
}
.scroll > .slider-title > div {
    color: #fc6;
    letter-spacing: 3px;
    font-size: 18px;
    padding: 30px 0 0 0;
}
.scroll > .slider-title > div a {
    color: #f99;
    padding: 0 3px;
    font-size: 1.3em;
}
.scroll > .slider-title > 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 > .no-scroll {
    height: 250px;
    background-image: url('/images/xchina.co/banner_1280x166.jpg');
    background-size: cover;
    user-select: none;
}
.top > .no-scroll > div {
    margin: auto;
    width: 1250px;
    position: relative;
}
.top > .no-scroll > div > h1, .top > .no-scroll > div > h2 {
    position: absolute;
    color: #fff;
    font-size: 18px;
    left: 0;
    top: 0;
    text-shadow: 5px 5px 10px rgba(0,0,0,0.5);
}
.top > .no-scroll > div > h1 {
    font-size: 30px;
    top: 50px;
}
.top > .no-scroll > div > .qrcode {
    position: absolute;
    right: 0;
    top: 15px;
}
.top > .no-scroll > div > .qrcode > img {
    width: 260px;
    height: 130px;
}

.webIntro {
    display: flex;
    margin: 50px 0 50px 0;
    color: #444;
}
.webIntro > div:nth-child(1) {
    width: 38%;
    padding-right: 2%;
}
.webIntro > div:nth-child(2) {
    width: 38%;
    padding-right: 2%;
}
.webIntro > div > div:nth-child(1) {
    font-size: 1.2em;
    font-weight: bold;
}
.webIntro > div > div:nth-child(2) {
    text-indent: 2em;
    margin-top: 15px;
    line-height: 150%;
}
.webIntro > div:nth-child(3) {
    width: auto;
    display: flex;
    flex-wrap: wrap;
}
.webIntro > div:nth-child(3) > 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 > .header {
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 1em;
}
.modal > .body {
    padding-top: 10px;
}
.modal input[type='text'] {
    width: 90%;
}
.modal textarea {
    width: 95%;
    height: 120px;
}
.modal > .body .item {
    min-height: 40px;
    align-items: center;
    display: flex;
    padding: 5px 0 5px 0;
}
.modal > .body .item > div {
    overflow: hidden;
}
.modal > .body .item > div:first-child {
    flex: 0 0 18%;
}
.modal > .body .item > 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 > div {
    display: flex;
    border-bottom: #ddd 1px dotted;
}
.form > div:hover {
    background-color: #fafafa;
}
.form > div:last-child {
    border-bottom: 0;
}
.form > div > div {
    height: 55px;
    line-height: 55px;
    overflow: hidden;
}
.form > div > div:nth-child(1) {
    flex: 0 0 175px;
    text-align: center;
}
.form > div > div:nth-child(2) {
    flex: 0 0 450px;
}
.form > div > div:nth-child(3) {
    flex: 1;
    color: #999;
    font-size: 0.9em;
}
.form > .button-line, .form > .tip-line {
    display: block;
    padding: 15px 0;
    text-align: right;
}
.form > .button-line:hover, .form > .tip-line:hover  {
    background-color: transparent;
}
.form > .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 > .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 > .tag[checked] {
    background-color: #008CBA;
    color: #fff;
}
.table {
    display: table;
    width: 100%;
    border-collapse: collapse;
}
.table > .tr, .table > .th {
    display: table-row;
}
.table > .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%;
}
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 > 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 > .header {
    text-align: center;
    font-size: 0.9em;
    font-weight: bold;
    padding-bottom: 10px;
}
.quickGuide > .body {
}
.quickGuide > .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 > .body div:hover {
    background-color: #ddd;
}
.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 > .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 > .item._300x250 {
    height: 250px !important;
}
.videos > .item._300x250 iframe {
    width: 100% !important;
}
.videos > .item > div:nth-child(1) {
    text-align: center;
}
.videos > .item img {
    width: 300px;
    height: 168.75px;
}
.videos > .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 > .item > .text {
    padding: 5px;
}
.videos > .item > .text > div:nth-child(1) {
    font-size: 0.9em;
    font-weight: bold;
    height: 36px;
    line-height: 18px;
    overflow: hidden;
    margin-bottom: 10px;
}
.videos > .item > .text > div:nth-child(2) {
    font-size: 0.8em;
    padding-bottom: 5px;
}
.videos > .item > .text i {
    color: #f18b00;
}
.videos > .item > .tag > 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 > .item > .tag i {
    padding-right: 5px;
}
.videos > .item > .tag > .series {
    border-radius: 0 5px 5px 0;
    top: 10px;
    left: 0;
}
.videos > .item > .tag > .comment {
    border-radius: 5px 0 0 5px;
    top: 10px;
    right: 0;
}
.videos > .item > .tag > .vol {
    border-radius: 0 5px 5px 0;
    top: 38px;
    left: 0;
}
.videos > .item > .tag > .duration {
    border-radius: 5px 0 0 5px;
    background: rgba(0,0,0,0.85);
    top: 138px;
    right: 0;
}
.videos > .item > .tag > .filter {
    max-width: 60%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-radius: 0 5px 5px 0;
    top: 138px;
    left: 0;
}
.videos > .item.playing {
    transform: scale(1.15);
}
.videos > .item.playing .tag {
    display: none;
}
.videos > .item .preview-container {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    overflow: hidden;
    background-color: #000;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}
.article.mask {
    position: relative;
}
.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 > .header {
    font-weight: bold;
    font-size: 16px;
    padding-bottom: 5px;
}
.article.intro .text > .body {
    color: #f00;
}
img.banner960x80 {
    width: 100%;
}
.modalAd {
    user-select: none;
    display: none;
    width: auto !important;
    min-width: 500px !important;
    max-width: 800px !important;
    height: auto !important;
    min-height: 250px !important;
    max-height: 600px !important;
    background-color: #000 !important;
    color: #fff;
}
.modalAd a {
    color: #fff;
}
.modalAd > .h, .modalAd > .f {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}
.modalAd > .f {
    font-weight: normal;
    margin-bottom: 10px;
}
.modalAd > .ad {
    text-align: center;
    padding: 25px 0 10px 0;
    cursor: pointer;
}
.modalAd > .a > a {
    color: #000;
    display: none;
}
.modalAd img {
    max-width: 85%;
}
.modalAd video {
    max-width: 85%;
}
.error {
    margin: 0 0 20px auto;
    color: #666;
    padding: 10px 0 30px 0;
    font-size: 16px;
    font-size: 1.2em;
    width: 100%;
}
.error img {
    width: 15vw;
}
.error i {
    font-size: 130px;
    padding-bottom: 15px;
}
.error span {
    color: #c00;
}
.error > div {
    text-align: center;
}
.error > div:nth-child(2) {
    font-size: 35px;
    font-weight: bold;
    padding-bottom: 25px;
}
.error > div:nth-child(3) {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 25px;
}
.error a {
    color: #00c;
}
.photo-error {
    font-size: 22px;
    padding: 50px 0;
    text-align: center;
}
.photo-error i {
    padding-right: 5px;
}
.exoclick_720x80 {
    width: 100%;
    height: 125px;
}
.exoclick_300x250, .clickadu_300x250 {
    width: 100% !important;
    aspect-ratio: 3 / 2.5 !important;
}
.clickadu_300x250 iframe {
    width: 100% !important;
    height: 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 > div {
    flex: 0 0 4em;
    margin: 0 5px;
    padding: 2px 5px;
    cursor: pointer;
    background-color: #ccc;
    color: #fff;
}
.fiction-content .font-size > div:hover {
    background-color: #f66;
}
.fiction-content .font-size > div[checked], .fiction-content .font-size > div[checked]:hover {
    background-color: #000;
}
.fiction-content .fiction-body {
    line-height: 150%;
    padding: 0 0.5em;
}
.fiction-content .fiction-body > p {
    text-indent: 2em;
    margin: 0.5em 0;
}
.fiction-content .fiction-body .fiction-illustration {
    width: 800px;
    max-width: 70vw;
    margin: 0 auto;
}
.fiction-content .fiction-body .fiction-illustration img {
    width: 100%;
}
.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 > a > div {
    padding: 0 2px 2px 0;
}
.article .filter > 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;
}
.outer-banner {
    width: 100%;
    height: 90px;
    margin-bottom: 5px;
    box-sizing: border-box;
    position: relative;
    background-color: #f9f9f9;
    color: #fff;
    overflow: hidden;
    display: flex;
    justify-content: center;
}
.outer-banner > div {
    width: 728px;
}
.outer-banner iframe {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.outer-banner img {
    width: 100%;
    height: 100%;
}
.comic-cover {

}
.comic-cover .chapters {
    display: flex;
    flex-wrap: wrap;
}
.comic-cover .chapters > 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 > a:hover {
    background-color: #ffeef1;
    color: #f00;
}
.comic > div {
    display: flex;
}
.comic img {
    max-width: 100%;
}
.xbbs-list-2 {
    display: flex;
    flex-wrap: wrap;
}
.xbbs-list-2 > .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 > 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 > .photoCount {
    left: 0;
    top: 10px;
}
.xbbs-list-2 .xbbs-item-tag > .highlight {
    right: 0;
    top: -10px;
    right: -15px;
    background-color: transparent;
}
.xbbs-list-2 .xbbs-item-tag > .highlight > img {
    width: 50px;
}
.xbbs-list-2 .xbbs-item-text > 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 > div {
    flex: 0 0 50%;
    overflow: hidden;
}
.xbbs-list-2 .statistics > div:nth-child(2) {
    color: #999;
    text-align: right;
}
.register .avatar {
    display: flex;
    align-items: center;
}

@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);
    }
}
.article.donate, .article.aboutus {
    padding: 20px;
    display: flex;
}
.article.donate > div:nth-child(1), .article.aboutus > div:nth-child(1) {
    flex: 0 0 25%;
    padding-top: 15px;
    text-align: center;
}
.article.donate > div:nth-child(2), .article.aboutus > div:nth-child(2) {
    flex: 0 0 75%;
}
.article.donate > div:nth-child(1) img, .article.aboutus > div:nth-child(1) img {
    width: 85%;
    height: auto;
}
.article.donate a, .article.aboutus a {
    color: #00a;
}
.article.donate .amounts > 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 > div:hover {
    border: #9f9fa3 1px solid;
    background-color: #e8e8e8;
}
.article.donate .amounts > 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.webp');
    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 > .body > div {
    display: flex;
    padding: 4px 10px;
    border-bottom: #ccc 1px solid;
}
.article.javd > .footer {
    padding-top: 10px;
    text-align: right;
    font-size: 0.8em !important;
}
.article.javd > .footer img {
    width: 16px;
    height: 16px;
    padding-right: 5px;
    vertical-align: middle;
}
.article.javd > .body > div > div {
    overflow: hidden;
}
.article.javd > .body > div > div:nth-child(1) {
    flex: 1;
}
.article.javd > .body > div > div:nth-child(2) {
    flex: 0 0 40%;
}
.actorsOrModels {
    display: inline;
}
.actorsOrModels > .delimiter {
    padding: 0 3px;
}
.actorsOrModels a {
    color: #00a;
}
.actorsOrModels .male {
    color: #777;
    font-size: 0.85em;
    vertical-align: super;
}
.userFav {
    cursor: pointer;
    color: #f00;
}
.tab-container {
    width: 100%;
    margin-bottom: 20px;
    border-radius: 5px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.tab-container .tabs {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
}
.tab-container .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;
    overflow: hidden;
    user-select: none;
}
.tab-container .tab.active {
    background-color: #fff;
    color: #333;
    font-weight: bold;
    border-bottom: 3px solid #ff6f61;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tab-container .tab.active:before {
    content: "⭐";
    font-size: 0.8em;
    padding-right: 2px;
}
.tab-container .tab-contents {
    padding: 15px;
    box-sizing: border-box;
    background-color: #fff;
    border-top: none;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.tab-container .tab-contents .footer {
    padding: 5px 0;
}
.tab-container .tab-content {
    display: none;
}
.tab-container .tab-content ul {
    padding: 0;
    margin: 5px 25px;
}
.tab-container .tab-content li {
    border-bottom: #eee 1px dashed;
    padding: 2px 0;
}
.tab-container .tab-contant-ranking > a > div {
    padding: 0 5px;
    height: 2em;
    line-height: 2em;
    border-bottom: #eee 1px solid;
    overflow: hidden;
}
.tab-container .tab-contant-ranking > a > div:hover {
    background-color: #f6f6f6;
    font-weight: bold;
}
.tab-container .tab-contant-ranking > a > 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-container .tab-contant-ranking > a:nth-child(1) > div span {
    background-color: #bf2c24;
}
.tab-container .tab-contant-ranking > a:nth-child(2) > div span {
    background-color: #e67225;
}
.tab-container .tab-contant-ranking > a:nth-child(3) > div span {
    background-color: #e6bf25;
}
.tab-container .tab-contant-ranking > a:last-child > div {
    border-bottom: 0;
}
.tab-container.video .video-info {
    position: relative;
}
.tab-container.video .video-info img.misc {
    width: 24px;
    height: 24px;
    padding-left: 5px;
    border-radius: 50%;
}
.tab-container.video .video-info > .models {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 5px 0 5px 5px;
    width: 425px;
    height: 85px;
    overflow: hidden;
    white-space: nowrap;
    display: flex;
    justify-content: end;
}
.tab-container.video .video-info > .models > .marquee {
    width: 100%;
    height: 100%;
    display: inline-block;
    padding-left: 100%;
    animation: scroll-left 20s linear infinite;
}
.tab-container.video .video-info > .models:hover .marquee {
    animation-play-state: paused;
}

@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}
.tab-container.video .video-info > .models .item {
    user-select: none;
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    transition: transform 0.3s ease;
    border: 3px solid #fff;
    box-sizing: border-box;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.tab-container.video .video-info > .models .item:hover {
    animation: model-pulse 0.3s forwards;
}
.tab-container.video .video-info > .models .item:hover.no-pulse {
    animation: none;
}
@keyframes model-pulse {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.05);
    }
}
.tab-container.video .video-info > .models .item > div {
    position: absolute;
    width: 100%;
    font-size: 12px;
    font-weight: bold;
    background-color: rgba(0,0,0,0.4);
    color: #fff;
    text-align: center;
    padding: 2px 0;
    left: 0;
    bottom: 3px;
}
.tab-container.video .video-info > div {
    display: flex;
    align-items: center;
    border-bottom: #eee 1px dashed;
    padding: 5px 0;
}
.tab-container.video .video-info > div:first-child {
    font-weight: bold;
}
.tab-container.video .video-info i {
    color: #888;
    padding-right: 10px;
}
.tab-container.video .video-info i.fa-question-circle {
    color: #00c;
}
.tab-container.video .video-info i.fa-question-circle:hover {
    color: #f00;
}
.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 > img {
    width: 49%;
    padding-right: 1%;
}
.tab-container.video .video-cover-screenshot > img:last-child {
    padding-right: 0;
}
.tab-container.video .tab-contents {
    background-image: url('/images/background/03.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 > 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 > ul {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
}
.js-pagination > ul li {
    margin-right: 5px;
}
.js-pagination > ul li:last-child {
    margin-right: 0;
}
.js-pagination > ul a, .js-pagination > 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 > ul a:hover {
    background-color: #888;
    color: #fff;
}
.js-pagination > ul span.disabled {
    pointer-events: none;
    background-color: #f0f0f0;
    color: #bbb;
}
.js-pagination > 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.nohover:hover {
    background-color: transparent;
}
.layout-1 > .left {
    flex: 1;
}
.layout-1 > .right {
    flex: 0 0 200px;
    padding-left: 10px;
    box-sizing: border-box;
    user-select: none;
}
.layout-1 > .right .cover {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.layout-1 > .right .cover > img {
    width: 100%;
}
.layout-1 > .right .cover > 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;
}
.user-tags {
    display: flex;
    align-items: center;
}
.user-tags > img, .user-tag {
    width: 24px;
    height: 16px;
    border: #ddd 1px solid;
    margin-right: 2px;
}
.blank-line {
    height: 1em;
}
.affair {
    width: 100%;
    display: flex;
    font-size: 0.95em;
    margin-bottom: 30px;
}
.affair > div:nth-child(1) {
    flex: 1;
    padding: 10px;
    margin-right: 20px;
    box-sizing: border-box;
}
.affair > div:nth-child(2) {
    flex: 0 0 20%;
    display: flex;
    align-items: end;
    justify-content: center;
    box-sizing: border-box;
    background-image: url('/images/timeline_1.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    padding-bottom: 45%;
}
.affair h3 {
    font-size: 1.5em;
    margin-bottom: 0.5em;
}
.affair h3:nth-of-type(n+2) {
    margin-top: 2em;
}
.affair ul {
    line-height: 175%;
}
.affair a {
    color: #36c;
    padding-right: 5px;
    cursor: pointer;
}
.affair a:hover {
    color: #f00;
}
.category-container {
    padding: 0 10px;
}
.category-container .parent {
    font-size: 1.2em;
    font-weight: bold;
    color: #2c3e50;
    padding: 15px 0 5px;
    margin-top: 10px;
    border-bottom: 2px solid #3498db;
}
.category-container .sub {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.category-container .sub > div {
    flex: 0 0 50%;
    padding: 10px;
    box-sizing: border-box;
}
.category-container .sub a {
    display: block;
    color: #34495e;
    text-decoration: none;
    padding: 8px 12px;
    border-radius: 5px;
    background-color: #ecf0f1;
    transition: background-color 0.3s, color 0.3s;
}
.category-container .sub a:hover {
    background-color: #3498db;
    color: white;
}
.show-help {
    color: #00f;
    font-size: 18px;
    cursor: pointer;
    padding-left: 5px;
}
.show-help:hover {
    color: #f00;
}

@media only screen and (max-width: 1400px) {
    nav.pc > div {
        width: 1350px;
    }
    nav.pc .logo {
        flex: 0 0 160px;
    }
    nav.pc .logo img {
        width: 120px;
        height: 45px;
        padding-right: 15px;
    }
    nav.pc .logo .country {
        right: 10px;
    }
    nav.pc .topMenu {
        flex: 0 0 950px;
        font-size: 0.8em !important;
    }
    nav.pc .topMenu img {
        width: 65px;
    }
    nav.pc .menu > div:nth-child(1) {
        font-size: 18px;
    }
    nav.pc .login {
        flex: 0 0 115px;
    }
}

.toast {
    position: fixed;
    top: 20px;
    right: 20px;
    min-width: 200px;
    max-width: 400px;
    padding: 16px 20px;
    border-radius: 8px;
    color: white;
    font-weight: 600;
    z-index: 10000;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    transform: translateX(100%);
    opacity: 0;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.4;
    word-break: break-word;
}

.toast.show {
    transform: translateX(0);
    opacity: 1;
}

.toast.success {
    background: linear-gradient(135deg, #28a745, #20c997);
}

.toast.error {
    background: linear-gradient(135deg, #dc3545, #c82333);
}

.toast.info {
    background: linear-gradient(135deg, #17a2b8, #138496);
}
