* {
    box-sizing: border-box;
}

body,
ul,
ol,
li,
dl,
dd,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset {
    margin: 0;
    padding: 0;
}

::selection {
    background: #000;
    color: #fff;
    text-shadow: none
}

::-moz-selection {
    background: #000;
    color: #fff;
    text-shadow: none
}

::-webkit-selection {
    background: #000;
    color: #fff;
    text-shadow: none
}

:active,
:focus {
    outline: 0 !important
}

body {
    line-height: 1.5;
    color: #000;
    font-family: Lato, sans-serif;
    padding-top: 60px;
    background-color: #d9a8a8;
}

img {
    border: 0;
    vertical-align: middle;
}

a {
    text-decoration: none !important;
    color: #222;
}

a:hover {
    color: #FFD100;
}

a img {
    border: none
}

img {
    max-width: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #444;
    font-weight: 600;
    line-height: 1.5;
    margin: 0 0 30px;
    font-family: Raleway, sans-serif
}

h5,
h6 {
    margin-bottom: 20px
}

h1 {
    font-size: 36px
}

h2 {
    font-size: 30px
}

h3 {
    font-size: 24px
}

h4 {
    font-size: 18px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 12px
}

h4 {
    font-weight: 600
}

h5,
h6 {
    font-weight: 700
}

.main {
    width: 100%;
    min-width: 1000px;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0px 10px;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.clear {
    clear: both !important;
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.float-center {
    margin-left: auto !important;
    margin-right: auto !important;
}

.text-hover {
    color: #FFD100;
}

.text-left {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}

.text-justify {
    text-align: justify !important;
    text-justify: distribute-all-lines !important;
    text-align-last: justify !important;
}

.text-ellipsis {
    overflow: hidden;
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.all-adbox {
    margin-bottom: 0px;
}

.all-adbox .main {
    padding: 0px;
}

.all-adbox img {
    height: 80px;
    width: 100%;
}

.all-search-return {
    display: none;
    border: 2px solid #000;
    background-color: #FFD100;
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: 2px;
    color: #000;
    padding: 3px 0px;
    margin-left: -10px;
    margin-right: -10px;
}

.all-search-return:hover {
    border: 2px solid #FFD100;
    background-color: #000;
    color: #FFD100;
}

.header-box {
    position: fixed;
    left: 0px;
    top: 0px;
    height: 60px;
    width: 100%;
    background-color: #754444;
    color: #999;
    border-bottom: 1px solid #161616;
    z-index: 1000;
}

.header-box .logo {
    float: left;
    line-height: 0px;
    width: 200px;
    padding-top: 8px;
}

.header-box .search {
    position: relative;
    float: right;
    margin: 0 auto;
    width: 300px;
}

.header-box .search input {
    position: absolute;
    left: 0;
    top: 9px;
    height: 40px;
    width: 100%;
    border: medium none;
    padding: 5px 50px 5px 10px;
    outline-offset: -2px;
    -webkit-appearance: none;
    overflow: visible;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    border: 2px solid rgba(255, 255, 255, 0.2);
    color: #ffd100;
    background-color: #333;
    font-size: 12px;
}

.header-box .search button {
    position: absolute;
    right: 0;
    border: medium none;
    top: 9px;
    height: 40px;
    width: 40px;
    background: transparent none repeat scroll 0 0;
    color: rgba(255, 255, 255, 0.2);
    cursor: pointer;
    -webkit-appearance: button;
    text-transform: none;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    border-bottom: 0px;
    overflow: visible;
}

.header-box a {
    color: #fff;
}

.header-box .a-box {
    font-size: 16px;
}

.header-box .a-box a {
    float: left;
    display: block;
    padding: 0px 10px;
    margin: 0px 5px;
    height: 59px;
    line-height: 59px;
}

.header-box .a-box a:hover,
.header-box .a-box .active {
    color: #ffd100;
    border-bottom: 3px solid #ffd100;
}

.header-box .a-box i {
    margin-right: 5px;
}

.footer {
    padding: 15px 0px;
    text-align: center;
    color: #000;
    background-color: #d9a8a8;
}

.index-top-box {
    margin-bottom: 20px;
}

.index-top-box .main {
    background-color: #000;
    border: 1px solid #161616;
    padding: 0px;
}

.index-top-box .block {
    border: 2px solid #FFD100;
    border-radius: 2px;
    display: flex;
}

.index-top-box .block .divider {
    flex-shrink: 0;
    width: 2px;
    background: #FFD100;
}

.index-top-box .block .item {
    flex-basis: 0;
    flex-grow: 1;
    display: flex;
}

.index-top-box .block .item .area {
    margin: 10px;
    width: 100%;
}

.index-top-box .block .item a {
    display: block;
    float: left;
    text-align: center;
    width: 20%;
    height: 24px;
    color: #FFF;
}

.index-top-box .block .item a:hover {
    color: #FFD100;
}

.index-top-box .block .item .active {
    background-color: #FFD100;
    color: #000;
}

.index-top-box .title {
    border-bottom: 2px solid #FFD100;
    color: #FFD100;
    text-align: center;
    margin-bottom: 10px;
    padding-bottom: 5px;
    letter-spacing: 2px;
}

.general-title-box {
    position: relative;
    width: 100%;
    height: 50px;
}

.general-title-box .main {
    background-color: #d9a8a8;
    border: 1px solid #d9a8a8;
    border-bottom-color: #000;
    height: 50px;
}

.general-title-box .title {
    display: inline-block;
    margin-bottom: 0px;
    font-size: 26px;
    letter-spacing: 2px;
    line-height: 50px;
    color: #000;
}

.general-title-box .title i {
    font-size: 16px;
}

.general-title-box .more {
    display: block;
    float: right;
    color: #000;
    font-size: 14px;
    line-height: 50px;
}

.general-video-list {
    width: 100%;
    margin-bottom: 20px;
}

.general-video-list .box {
    margin-left: -10px;
    margin-right: -10px;
    background-color: #d9a8a8;
    border: 1px solid #d9a8a8;
    border-top: none;
    padding: 0px 10px;
    padding-bottom: 20px;
}

.general-video-list .box .item {
    position: relative;
    float: left;
    margin-top: 20px;
    width: 16.6666%;
    padding: 0px 10px;
}

.general-video-list .box .item .content {
    align-items: center;
    border: 1px solid #222;
    background: #333;
    min-height: 175px;
}

.general-video-list .box .item .cover {
    width: 100%;
    height: 110px;
    max-height: 110px;
}

@media(max-width:1025px) {
    .general-video-list .box .item .content {
        min-height: 145px;
    }
    .general-video-list .box .item .cover {
        height: 80px;
        max-height: 80px;
    }
}

.general-video-list .box .item .info {
    padding: 5px 10px;
}

.general-video-list .box .item .info .title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: normal;
    white-space: normal;
    height: 36px;
    line-height: 18px;
}

.general-video-list .box .item .info .title a {
    color: #FFF;
    font-size: 14px;
    transition: none;
}

.general-video-list .box .item .info .subtitle {
    margin-top: 5px;
    font-size: 12px;
    color: #FFD100;
}

.general-video-list .box .item .info .subtitle a {
    color: #FFD100;
}

.general-video-list .box .movie {
    width: 25%;
}

.general-video-list .box .movie .cover {
    height: 180px;
    max-height: 180px;
}

@media(max-width:1025px) {
    .general-video-list .box .movie .cover {
        height: 150px;
        max-height: 150px;
    }
}

.general-video-list .box .photo .cover {
    height: 230px;
    max-height: 230px;
}

@media(max-width:1025px) {
    .general-video-list .box .photo .cover {
        height: 200px;
        max-height: 200px;
    }
}

.general-page-box {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.general-page-box .main {
    background-color: #000;
    border: 1px solid #161616;
    padding: 0px;
}

.general-page-box .content {
    padding: 5px;
}

.general-page-box li {
    display: inline-block;
    width: 35px;
    height: 35px;
}

.general-page-box li a {
    color: #FFD100;
    line-height: 35px;
}

.general-page-box .active {
    background-color: #FFD100;
    border-radius: 5px;
}

.general-page-box .active a {
    color: #000;
}

.general-fiction-list {
    width: 100%;
    margin-bottom: 20px;
}

.general-fiction-list .box {
    margin-left: -10px;
    margin-right: -10px;
    background-color: #000;
    border: 1px solid #161616;
    border-top: none;
    padding: 0px 10px;
    padding-bottom: 20px;
}

.general-fiction-list .box .item {
    position: relative;
    float: left;
    margin-top: 20px;
    width: 20%;
    padding: 0px 10px;
}

.general-fiction-list .box .item .content {
    align-items: center;
    border: 1px solid #222;
    background: #333;
    padding: 10px;
}

.general-fiction-list .box .item .content .title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: normal;
    white-space: normal;
    height: 18px;
    line-height: 18px;
}

.general-fiction-list .box .item .content .title a {
    color: #FFF;
}

.general-fiction-list .box .item .content .title span a {
    color: #FFD100;
}

.general-fiction-list .box .item .content .subtitle {
    margin-top: 5px;
    padding-top: 5px;
    font-size: 12px;
    height: 18px;
    border-top: 1px dotted #FFD100;
}

.general-fiction-list .box .item .content .subtitle li {
    list-style: none;
    float: left;
    width: 20%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: normal;
    white-space: normal;
}

.general-fiction-list .box .item .content .subtitle a {
    color: #999;
}

.general-link-list {
    width: 100%;
    margin-bottom: 20px;
}

.general-link-list .box {
    margin-left: -10px;
    margin-right: -10px;
    background-color: #d9a8a8;
    border: 1px solid #d9a8a8;
    border-top: none;
    padding: 0px 10px;
    padding-bottom: 10px;
}

.general-link-list .box .item {
    position: relative;
    float: left;
    margin-top: 10px;
    width: 8.3333%;
    padding: 0px 10px;
}

.general-link-list .box .item .content {
    text-align: center;
    border: 1px solid #3b857f;
    background: #3b857f;
    padding: 5px;
    font-size: 12px;
}

.general-link-list .box .item .content a {
    color: #fff;
}

.general-video-play {
    width: 100%;
    margin-bottom: 20px;
}

.general-video-play .main {
    background-color: #000;
    border: 1px solid #161616;
    padding: 0px;
}

.general-video-play .box {}

.general-video-play .box .play-area {
    width: 100%;
    padding-bottom: 10px;
    position: relative;
}

.general-video-play .box .play-area #Play-Box {
    height: 691px;
}

.general-video-play .box .play-area .prompt {
    margin-bottom: 5px;
    text-align: center;
}

.general-video-play .box .play-area .prompt span {
    background-color: #FFD100;
    padding: 5px 10px;
    color: #000;
    font-weight: bold;
}

.general-video-play .box .play-area .keywords {
    text-align: center;
}

.general-video-play .box .play-area .keywords a {
    margin: 5px;
}

.general-video-play .box .play-area .shunt {
    margin-bottom: 10px;
}

.general-video-play .box .play-area .shunt strong {
    margin: 5px 0px;
}

.general-video-play .box .play-area .shunt {
    padding: 5px 0px;
    text-align: center;
}

.general-video-play .box .play-area .shunt a {
    display: inline-block;
    color: #FFF;
    border: 1px solid #FFD100;
    background: #333;
    margin: 5px;
    padding: 3px 10px;
}

.general-video-play .box .play-area .shunt .active {
    background-color: #FFD100;
    color: #000;
}

.general-video-play .box .play-area .mejs__overlay-button {
    display: none;
}

.general-video-play .box .play-area #Play-Box {
    height: 640px;
    position: relative;
    background-color: #333;
}

.general-video-play .box .play-area .box-title {
    margin: 10px 0px;
    color: #FFD100;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
}

.general-video-play .box .play-area .box-title span {
    position: relative;
    padding-bottom: 5px;
}

.general-video-play .box .play-area .box-title span:after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    color: #FFD100;
    height: 4px;
    content: '';
    background-color: #FFD100;
}

/* Ad Class */

.adbox-all-top {
    width: 100%;
}

.adbox-all-top img {
    width: 100%;
    height: 100px;
}

.adbox-all-top .min {
    height: 60px;
}

.adbox-all-bottom {
    text-align: center;
}

.adbox-all-bottom a {
    display: block;
}

.adbox-all-bottom img {
    max-width: 1170px !important;
}

.play-adbox-pause {
    position: absolute;
    z-index: 900;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    border: 1px solid #000;
    padding-top: 30px;
}

.play-adbox-pause .ad-box {
    height: 100%;
    position: relative;
}

.play-adbox-pause .pause-prompt {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    padding: 5px;
    color: #FFF;
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.8);
    text-align: center;
    font-size: 16px;
    z-index: 1100;
    color: #FFD100;
}

.play-adbox-pause .pause-play {
    position: absolute;
    top: 40%;
    left: 50%;
    padding-top: 4px;
    padding-left: 6px;
    font-size: 32px;
    color: #FFF;
    display: inline-block;
    background-color: #FFD100;
    width: 40px;
    height: 40px;
    line-height: 20px;
    margin-left: -20px;
    text-align: left;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1000;
}

.play-adbox-pause img {
    width: 100%;
    height: 100%;
}

.play-adbox-pause .ad-box div {
    position: absolute;
    height: 100px;
    top: 5%;
    left: 0px;
    width: 100%;
    z-index: 500;
}

.play-adbox-pause .ad-box iframe {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 500;
    max-width: 90%;
}

.mejs__overlay-error,
.mejs__overlay-play {
    display: none !important;
}

.mejs__controls {
    background-color: #FFD100 !important;
}

.general-magnet-list {
    width: 100%;
    margin-bottom: 20px;
}

.general-magnet-list .box {
    padding-top: 10px;
}

.general-magnet-list .box .item {
    border: 1px solid #eee;
    background: #f9f9f9;
    padding: 10px;
    margin-bottom: 10px;
}

.general-magnet-list .box .item .title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #000;
}

.general-magnet-list .box .item .magnet {
    margin-bottom: 10px;
}

.general-magnet-list .box .item .magnet a {
    color: #FFD100;
    font-weight: bold;
}

.general-magnet-list .box .item .subtitle span {
    color: #FFD100;
    font-weight: bold;
}

.general-photo-album {
    width: 100%;
    margin-bottom: 20px;
}

.general-photo-album .main {
    background-color: #000;
    border: 1px solid #161616;
}

.general-photo-album .box {
    position: relative;
    text-align: center;
    margin: 10px 0px;
}

.general-photo-album .box img {
    max-width: 100%;
    min-width: 60%;
}

.general-photo-album .box .left {
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 50%;
    z-index: 100;
    cursor: pointer;
}

.general-photo-album .box .right {
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    width: 50%;
    z-index: 100;
    cursor: pointer;
}

.general-photo-album .prompt {
    text-align: center;
    margin-bottom: 10px;
    padding: 10px 0px;
    color: #FFD100;
    border-top: 2px solid #FFD100;
    border-bottom: 2px solid #FFD100;
}

.general-fiction-content {
    margin-bottom: 20px;
    width: 100%;
}

.general-fiction-content .main {
    background-color: #000;
    border: 1px solid #161616;
}

.general-fiction-content .keywords {
    padding: 0px 5px;
    border-bottom: 2px solid #FFD100;
    margin-bottom: 5px;
}

.general-fiction-content .keywords a {
    padding: 0px 10px;
    margin: 5px 0px;
    color: #FFF;
    display: block;
    float: left;
}

.general-fiction-content .font {
    text-align: center;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 2px solid #FFD100;
}

.general-fiction-content .font a {
    cursor: pointer;
    color: #FFF;
}

.general-fiction-content .font .active {
    color: #FFD100;
    font-weight: bold;
}

.general-fiction-content .content {
    font-size: 18px;
    letter-spacing: 2px;
    text-align: left;
}

.general-fiction-content .content p {
    color: #EEE;
    margin-bottom: 10px;
    line-height: 28px;
    text-indent: 2em;
    padding: 5px 5px;
    transition: all .3s ease-out;
}

.general-fiction-content .photo {
    text-indent: inherit;
    margin: 30px 0px;
    text-align: center;
}

.general-fiction-content img {
    max-width: 60%;
    max-height: 500px;
}

.vip-ad-box {
    background-color: #000;
    padding: 10px;
    line-height: 20px;
    text-align: center;
    border: 5px solid #111;
}

.vip-ad-box .title {
    font-size: 26px;
    color: #FFD100;
    margin-bottom: 10px;
}

.vip-ad-box .subtitle {
    color: #ffffff;
}

.vip-ad-box .go-link {
    color: #000;
    margin-top: 10px;
    background-color: #FFD100;
    display: block;
    padding: 10px 0px;
    width: 30%;
    margin: 10px auto 0px auto;
}