/*通用头部样式*/
.header {
    height: 120px;
    line-height: 120px;
    background: url("../images/headerbj.png") no-repeat center;
    background-size: 100% 100%;
}

.header-center {
    width: 1200px;
    height: 120px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-center-logo {
    margin-top: -35px;
    margin-left: 18px;
    /* width: 59px; */
    height: 50px;
    background: url("{eyou:global name='web_logo' /}") no-repeat center;
    background-size: 100% 100%;
}

.header-center-nav {
    padding: 0 0px;
}

.header-center-ul {
    display: flex;
}

.header-center-li {
    margin: 0 8px;
    font-size: 15px;
}

.header-center-li>a {
    color: #353535;
    font-weight: 600;
    transition: color .5s;
    transition: color .5s;
    -moz-transition: color .5s;
    -webkit-transition: color .5s;
    -o-transition: color .5s;
}

.header-center-li1 {
    margin: 0 40px;
    font-size: 15px;
}

.header-center-li1>a {
    color: #353535;
    font-weight: 600;
    transition: color .5s;
    transition: color .5s;
    -moz-transition: color .5s;
    -webkit-transition: color .5s;
    -o-transition: color .5s;
}

.header-active>a,
.header-center-li a:hover {
    color: #FF7B66;
    transition: color .3s;
    -moz-transition: color .3s;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
}

.header-active {
    color: #FF7B66
}

.header-center-search {
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0px;
}

.header-center-input {
    margin-right: 15px;
    -webkit-transition: border linear .3s, -webkit-box-shadow linear .3s;
    height: 40px;
    border: 1px #FF7B66 solid;
    padding: 0 15px;
    width: 100%;
    border-radius: 40px;
    display: flex;
    outline: none;
    background: inherit;
    color: #202020;
}

.header-center-input:hover {
    -webkit-transition: border linear .3s, -webkit-box-shadow linear .3s;
    border-color: rgba(255, 123, 102, 1);
    -webkit-box-shadow: 0 0 18px rgba(255, 123, 102, 1);
}

.header-center-img {
    width: 38px;
    height: 38px;
    background: url("../images/search.png") no-repeat;
    background-size: 100% 100%;
}

.header-center-login-center {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FF7B66;
    font-size: 15px;
    height: 35px;
}

.header-center-login-center>span {
    width: 17px;
    height: 17px;
    margin-left: 5px;
    background: url("../images/login.png") no-repeat;
    background-size: 100% 100%;
}

/*登陆后*/
.headerafter-center-login {
    display: flex;
    position: relative;
}

.headerafter-center-login-img {
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.headerafter-center-login-img img {
    display: flex;
    border-radius: 50%;
}

.headerafter-sign {
    z-index: 100;
    display: none;
    position: absolute;
    top: 38px;
    left: 7px;
    background: url("../images/sign.png") no-repeat;
    background-size: 100% 100%;
    height: 156px;
    width: 175px;
}

.headerafter-sign-nav {
    margin-top: 10px;
    height: 40px;
    line-height: 40px;
    font-size: 11px;
    padding: 0 20px;
    color: #828282;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #FF7B66;
}

/*.headerafter-sign{ z-index: 100; display: none; position: absolute; top: 38px; left: 7px; background: url("../images/sign.png") no-repeat; background-size: 100% 100%; height: 136px; width: 175px;}*/
.headerafter-sign-title {
    margin-top: 25px;
    height: 40px;
    line-height: 40px;
    font-size: 11px;
    padding: 0 20px;
    color: #828282;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.headerafter-sign-title>span {
    font-size: 14px;
    color: #FF7B66
}

.headerafter-sign-bt {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.headerafter-sign-bt>button {
    height: 30px;
    width: 90px;
    background: #E8E8E8;
    border: none;
    cursor: pointer;
    font-size: 12px;
}

.headerafter-center-login-center {
    margin-right: 15px;
    cursor: pointer;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FF7B66;
    font-size: 15px;
    height: 35px;
}

.headerafter-history {
    width: 17px;
    height: 17px;
    margin-left: 5px;
    background: url("../images/history.png") no-repeat;
    background-size: 100% 100%;
}

.headerafter-collection {
    width: 17px;
    height: 17px;
    margin-left: 10px;
    background: url("../images/collection.png") no-repeat;
    background-size: 100% 100%;
}


/*收藏历史下拉*/
.collection-history {
    width: 100%;
    background-size: 100% 100%;
}

.collection {
    background: url("../images/back.png") no-repeat;
    display: none;
}

.history {
    background: url("../images/historybj.png") no-repeat;
    display: none;
}

.collection-history-center {
    width: 1200px;
    margin: 0 auto;
}

.collection-history-retract {
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
    height: 40px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}

.collection-history-retract-center {
    color: #FFFFFF;
    font-size: 14px;
}

.collection-history-retract-center>img {
    width: 15px;
    height: 10px;
    margin-left: 12px;
}

.four_flash {
    position: relative
}

.four_flash {
    position: relative
}

.four_flash .flashBg {
    width: 100%;
    height: 300px;
    position: relative;
    overflow: hidden
}

.four_flash .flashBg ul.mobile {
    width: 2000%;
    height: 400px;
    position: absolute;
    top: 35px;
    left: 0;
}

.four_flash .flashBg ul.mobile li {
    float: left;
    width: 140px;
    height: auto;
    margin-right: 10px;
}

.four_flash .flashBg ul.mobile .mobile-img {
    width: 100%;
    height: 188px;
}

.four_flash .flashBg ul.mobile .mobile-img img {
    border-radius: 5px;
}

.four_flash .flashBg ul.mobile .mobile-title {
    width: 100%;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    margin-top: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.four_flash .flashBg ul.mobile .mobile-time {
    width: 100%;
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    margin-top: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.four_flash .but_left {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 136px;
    left: 15px
}

.four_flash .but_right {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 136px;
    right: 15px;
}

.four_flash .but_left:hover {
    background: url(../images/qianxleftactive.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

.four_flash .but_right:hover {
    background: url(../images/qianxrightactive.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

/*通用导航部分*/
.nav {
    height: 80px;
    line-height: 80px;
    background: #FF7B66;
}

.nav-center {
    margin: 0 auto;
    width: 1200px;
}

.nav-center>ul {
    display: flex;
}

.nav-center>ul>li {
    width: 300px;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
    color: #ffffff;
    display: block;
    transition: background .5s;
    -moz-transition: background .5s;
    -webkit-transition: background .5s;
    -o-transition: background .5s;
}

.nav-center>ul .active {
    background: #DF533D;
    cursor: pointer;
}

.nav-center>ul .weekactive {
    background: #DF533D;
    cursor: pointer;
}

/*通用底部导航*/
.footer {
    background: #FFFFFF;
}

.footer-center {
    width: 1200px;
    margin: 0 auto;
    padding: 35px 0;
}

.footer-center>ul>li {
    width: 100%;
    color: #AEAEAE;
    font-size: 14px;
    text-align: center;
    height: 30px;
    line-height: 30px;
}

.footer-center>ul>li span {
    padding: 0 20px;
}

/*通用分类*/
.classification-center {
    width: 1200px;
    margin: 0 auto;
}

.classification-center>ul>li {
    float: left;
    margin-right: 27.5px;
    margin-top: 30px;
}

.classification-center>ul>li:nth-child(5n+5) {
    margin-right: 0px;
}

.classification-center>ul>li>a {
    width: 216px;
    display: inline-block;
    border: 1px #ffffff solid;
    border-radius: 5px;
    overflow: hidden;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}

.classification-center>ul>li>a:hover {
    border: 1px #FF7B66 solid;
    box-shadow: 0px 2px 6px rgba(136, 135, 136, .3);
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}

.classification-img {
    width: 100%;
    height: 216px;
}

.classification-center>ul>li>a>.classification-footer {
    padding: 12px 10px;
    background: #ffffff;
}

.classification-center>ul>li>a>.classification-footer .classification-footer-title {
    color: #656565;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.classification-center>ul>li>a>.classification-footer .classification-footer-describe {
    display: flex;
    justify-content: space-between;
    color: #C0C0C0;
    font-size: 10px;
    margin-top: 4px;
    height: 20px;
    line-height: 20px;
}

.classification-footer-details {
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.classification-footer-active {
    display: flex;
    justify-content: center;
    align-items: center;
}

.classification-footer-active span {
    width: 15px;
    height: 15px;
    margin-right: 5px;
    background: url("../images/click.png") no-repeat;
    background-size: 100% 100%;
}

/*周更分类*/
.weekification-center {
    width: 1200px;
    margin: 0 auto;
}

.weekification-center>ul>li {
    float: left;
    margin-right: 15px;
    margin-top: 15px;
}

.weekclassification-center>ul>li:nth-child(5n+5) {
    margin-right: 0px;
}

.weekification-center>ul>li>a {
    width: 283px;
    display: inline-block;
    border: 1px #ffffff solid;
    border-radius: 5px;
    overflow: hidden;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}

.weekification-center>ul>li>a:hover {
    border: 1px #FF7B66 solid;
    box-shadow: 0px 2px 6px rgba(136, 135, 136, .3);
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}

.weekification-img {
    width: 100%;
    height: 250px;
}

.weekification-center>ul>li>a>.weekification-footer {
    background: #ffffff;
    padding-top: 12px;
}

.weekification-center>ul>li>a>.weekification-footer .weekification-footer-title {
    color: #656565;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px;
}

.weekification-center>ul>li>a>.weekification-footer .weekification-footer-text {
    color: #999999;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px;
    margin-top: 6px;
}

.weekification-center>ul>li>a>.weekification-footer .weekification-footer-describe {
    display: flex;
    justify-content: space-between;
    color: #C0C0C0;
    font-size: 10px;
    margin-top: 12px;
    padding: 0 10px;
    height: 35px;
    line-height: 35px;
    border-top: 1px #F0F0F0 solid;
}

.weekification-footer-details {
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.weekification-footer-active {
    display: flex;
    justify-content: center;
    align-items: center;
}

.weekification-footer-active span {
    width: 15px;
    height: 15px;
    margin-right: 5px;
    background: url("../images/click.png") no-repeat;
    background-size: 100% 100%;
}

/*滚动加载样式*/
.dropload-up,
.dropload-down {
    position: relative;
    height: 0;
    float: left;
    overflow: hidden;
    font-size: 12px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.dropload-down {
    height: 100px;
    width: 100%;
}

.dropload-refresh,
.dropload-update,
.dropload-load,
.dropload-noData {
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.dropload-load .loading {
    display: inline-block;
    height: 15px;
    width: 15px;
    border-radius: 100%;
    margin: 6px;
    border: 2px solid #666;
    border-bottom-color: transparent;
    vertical-align: middle;
    -webkit-animation: rotate 0.75s linear infinite;
    animation: rotate 0.75s linear infinite;
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.content {
    max-width: 640px;
    margin: 0 auto;
    background-color: #fff;
}

.content .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 3.125%;
    border-bottom: 1px solid #ddd;
    color: #333;
    text-decoration: none;
}

.content .item img {
    display: block;
    width: 40px;
    height: 40px;
    border: 1px solid #ddd;
}

.content .item h3 {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    max-height: 40px;
    overflow: hidden;
    line-height: 20px;
    margin: 0 10px;
    font-size: 1.2rem;
}

.content .item .date {
    display: block;
    height: 20px;
    line-height: 20px;
    color: #999;
}

.opacity {
    -webkit-animation: opacity 0.3s linear;
    animation: opacity 0.3s linear;
}

@-webkit-keyframes opacity {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes opacity {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/*登录弹框样式*/
.dialog-title {
    margin-top: 60px;
    margin-bottom: 15px;
    font-size: 20px;
    color: #C0C0C0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dialog-title>span {
    border-top: 1px #C0C0C0 solid;
    width: 70px;
    margin: 0 35px;
}

.dialog-login {
    width: 128px;
    height: 128px;
    margin: 70px auto;
}


/*搜索样式*/
.search {
    display: none
}

.search-center {
    width: 1200px;
    margin: 0 auto;
}

.search-center-title {
    height: 60px;
    display: flex;
    color: #202020;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    background: #FFFFFF;
    padding: 0 20px;
}

.search-center-title-name>span {
    color: #FF7B66;
}

.search-center-title-close {
    width: 14px;
    height: 14px;
    cursor: pointer
}

.search-center-list {}

.search-center-list>ul {
    display: inline-block;
    min-height: 626px;
}

.search-center-list>ul>li {
    float: left;
    margin-right: 27.5px;
    margin-top: 30px;
}

.search-center-list>ul>li:nth-child(5n+5) {
    margin-right: 0px;
}

.search-center-list>ul>li>a {
    width: 216px;
    display: inline-block;
    border: 1px #ffffff solid;
    border-radius: 5px;
    overflow: hidden;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}

.search-center-list>ul>li>a:hover {
    border: 1px #FF7B66 solid;
    box-shadow: 0px 2px 6px rgba(136, 135, 136, .3);
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}

.search-center-list-img {
    width: 100%;
    height: 216px;
}

.search-center-list>ul>li>a>.search-center-list-footer {
    padding: 12px 10px;
    background: #ffffff;
}

.search-center-list>ul>li>a>.search-center-list-footer .search-center-list-title {
    color: #656565;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.search-center-list>ul>li>a>.search-center-list-footer .search-center-list-describe {
    display: flex;
    justify-content: space-between;
    color: #C0C0C0;
    font-size: 10px;
    margin-top: 4px;
    height: 20px;
    line-height: 20px;
}

.search-center-list-details {
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.search-center-list-active {
    display: flex;
    justify-content: center;
    align-items: center;
}

.search-center-list-active span {
    width: 15px;
    height: 15px;
    background: url("../images/click.png") no-repeat;
    background-size: 100% 100%;
}

.search-center-empty {
    display: flex;
    justify-content: center;
    align-items: center;
}

.search-center-empty-img {
    width: 300px;
    padding: 125px 0;
}


/*详情页面样式*/
.details-center {
    width: 1200px;
    margin: 30px auto;
    display: flex;
    background: #ffffff;
    border-radius: 8px;
}

.details-center-left {
    width: 600px;
    height: 900px;
    position: relative;
    background: #f0f0f0;
}

.details-center-left-img {
    width: 100%;
    height: 600px;
}

.details-center-left-img>img {
    border-radius: 8px;
}

.details-center-left-footer {
    position: absolute;
    bottom: 15px;
    left: 15px;
    padding: 15px 0px;
    width: 570px;
    background: #ffffff;
    border-radius: 10px;
}

.details-center-title {
    padding: 0 20px;
    line-height: 30px;
    height: 30px;
    color: #353535;
    font-size: 20px;
}

.details-center-publish {
    padding: 0 20px;
    color: #C0C0C0;
    font-size: 16px;
    line-height: 20px;
    height: 20px;
}

.details-center-introductiontitle {
    padding: 0 20px;
    color: #353535;
    font-size: 14px;
    line-height: 25px;
    height: 25px;
    margin-top: 15px;
}

.details-center-introduction {
    padding: 0 20px;
    color: #828282;
    font-size: 27px;
    line-height: 64px;
    margin-top: 5px;
}

.details-center-bottom {
    position: relative;
    display: flex;
    padding: 0 20px;
    margin-top: 30px;
    justify-content: space-between;
    align-items: center;
}

.details-center-bt {
    width: 215px;
}

.details-center-bt>a {
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #ffffff;
    background: -webkit-linear-gradient(left, #ffb7ca, #ff6d58);
    display: inline-block;
    text-align: center;
    border-radius: 20px;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
}

.details-center-yes {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-right: 85px;
}

.details-center-yes-title {
    font-size: 14px;
    color: #353535;
    padding-left: 8px;
}

.details-center-yes-img img {
    width: 20px;
    height: 20px;
}

.details-center-no {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-right: 85px;
}

.details-center-no-title {
    font-size: 14px;
    color: #353535;
    padding-left: 8px;
}

.details-center-no-img img {
    width: 20px;
    height: 20px;
}

.details-center-item {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer
}

.details-center-item-title {
    font-size: 12px;
    color: #353535;
    padding-left: 5px;
}

.details-center-item-img img {
    width: 15px;
    height: 15px;
}

.details-center-right {
    width: 600px;
    height: 900px;
    overflow-y: auto;
}

.details-center-right-top {
    padding: 0 20px;
    position: relative;
    margin-top: 15px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.details-center-right-click {
    position: absolute;
    top: 12px;
    right: 20px;
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.details-center-right-clickn {
    font-size: 12px;
    color: #565656;
    margin-right: 5px;
}

.details-center-right-clickt {
    width: 13px;
    height: 13px;
}

.details-center-right-text {
    color: #565656;
    font-weight: 500;
    font-size: 30px;
}

.details-center-right-title {
    background-color: #c2bfbf;
    width: 320px;
    margin-left: 15px;
    display: flex;
    /* border: 1px #F76B1C solid; */
    height:38px;
    padding-right: 22px;
    line-height:38px;
    border-radius: 10px;
    font-size: 22px;
    color: #131313;
}

.details-center-right-title>span {
    width: 20px;
    height: 20px;
    background: url("../images/new.png") no-repeat center;
    background-size: 100% 100%;
    border-radius: 50%;
    margin-right: 8px;
}

.details-center-right-list>ul {
    padding: 0 20px;
}

.details-center-right-list>ul>li {
    float: left;
    width: 105px;
    text-align: left;
    overflow: hidden;
    height: 30px;
    line-height: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 15px 16px 0px 16px;
}

.details-center-right-list>ul>li:nth-child(4n+4) {
    margin-right: 0px;
}

.details-center-right-list>ul>li>a {
    color: #353535;
    font-size: 13px;
    cursor: pointer;
}

.details-center-right-list>ul>li>a:hover {
    color: #FF7B66;
    font-size: 13px;
}


/*章节页面*/
.bodybj {
    background-color: #333333;
}

.chapter-center {
    margin: 0 auto;
    width: 800px;
    height: auto;
    border: 1px #979797 solid;
}

.chapter-header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    height: 60px;
}

.chapter-header-pt {
    width: 100%;
    color: #ffffff;
    height: 60px;
    position: absolute;
    top: -60px;
    left: 0;
    background: #101010;
}

.chapter-header-center {
    width: 1200px;
    margin: 0 auto;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.chapter-header-center-nav>ul {
    display: flex;
    font-size: 14px;
}

.chapter-header-center-nav>ul>li>span {
    margin: 0 10px;
}

.chapter-header-center-nav>ul>li {
    color: #FFFFFF;
}

.chapter-header-center-nav>ul>li>a {
    color: #FFFFFF;
}

.chapter-center>ul>li>img {
    vertical-align: top;
}

.chapter-header-center-right {
    display: flex;
    position: relative;
}

.chapter-sign {
    z-index: 100;
    display: none;
    position: absolute;
    top: 38px;
    left: -132px;
    background: url("../images/sign.png") no-repeat;
    background-size: 100% 100%;
    height: 136px;
    width: 175px;
}

.chapter-sign-title {
    margin-top: 25px;
    height: 40px;
    line-height: 40px;
    font-size: 11px;
    padding: 0 20px;
    color: #828282;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.chapter-sign-title>span {
    font-size: 14px;
    color: #FF7B66
}

.chapter-sign-bt {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.chapter-sign-bt>button {
    height: 30px;
    width: 90px;
    background: #E8E8E8;
    border: none;
    cursor: pointer;
    font-size: 12px;
}

.chapter-header-center-login {
    display: flex;
    font-size: 13px;
    cursor: pointer;
}

.chapter-header-center-login>img {
    width: 14px;
    height: 14px;
    margin-left: 5px;
}

.chapter-header-center-head>img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
}



.chapter-footer {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    height: 60px;
}

.chapter-footer-pt {
    width: 100%;
    background: rgba(16, 16, 16, 0.5);
    position: absolute;
    bottom: -60px;
    left: 0;
}

.chapter-footer-center {
    width: 600px;
    height: 60px;
    margin: 0 auto;
    font-size: 14px;
    color: #ffffff;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.chapter-footer-center-collection {
    border: 1px #ffffff solid;
    border-radius: 16px;
    padding: 5px 15px;
    cursor: pointer;
}

.chapter-footer-center-prev {
    border: 1px #ffffff solid;
    border-radius: 0px 16px 16px 16px;
    padding: 5px 15px;
    cursor: pointer;
}

.chapter-footer-center-next {
    border: 1px #ffffff solid;
    border-radius: 16px 0px 16px 16px;
    padding: 5px 15px;
    cursor: pointer;
}

.chapter-footer-left-small {
    cursor: pointer
}

.chapter-footer-left-large {
    cursor: pointer
}

.chapter-footer-left {
    height: 60px;
    position: absolute;
    bottom: 0;
    left: 50px;
    font-size: 14px;
    color: #ffffff;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.chapter-footer-left>div>img {
    width: 30px;
    height: 30px;
}

.chapter-footer-left-text {
    border: 1px #ffffff solid;
    border-radius: 16px;
    padding: 7px 20px;
    cursor: pointer;
    margin: 0 10px;
}

.chapter-footer-right {
    height: 60px;
    position: absolute;
    bottom: 0;
    right: 50px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.chapter-footer-right>div {
    margin-right: 20px;
    cursor: pointer;
}

.chapter-footer-right>div>img {
    width: 30px;
    height: 30px;
}

.left-n {
    display: none;
}

.overlay_b {
    background: rgba(192, 192, 192, .5) !important;
}

.overlay_y {
    background: rgba(101, 101, 101, .5) !important;
}




.chapter-catalog {
    background: rgba(86, 86, 86, 0.9);
    border-radius: 8px;
    width: 300px;
    height: 75%;
    position: fixed;
    top: 70px;
    right: 40px;
    overflow: hidden;
}

.chapter-catalog-title {
    color: #FFFFFF;
    height: 60px;
    background: #202020;
    border-radius: 8px 8px 0px 0px;
    display: flex;
    padding: 0 20px;
    justify-content: space-between;
    align-items: center;
}

.chapter-catalog-name {
    font-size: 14px;
}

.chapter-catalog-sort {
    font-size: 12px;
    display: flex;
}

.chapter-catalog-sort>img {
    width: 13px;
    height: 13px;
    margin-left: 5px;
}

.chapter-catalog-ul {
    overflow-y: scroll;
    height: 95%;
}

.chapter-catalog-ul>li {
    height: 35px;
    line-height: 35px;
    display: flex;
    position: relative;
    border-bottom: 1px #505050 solid;
    font-size: 12px;
    padding: 0 20px;
}

.chapter-catalog-ul>li:last-child {
    margin-bottom: 20px;
}

.chapter-catalog-ul>li>a {
    color: #FFFFFF;
    font-size: 12px;
    width: 100%;
    cursor: pointer;
}

.chapter-catalog-pay {
    width: 12px;
    height: 12px;
    position: absolute;
    top: 2px;
    right: 20px;
}

.imgLocation {
    width: 12px;
    height: 12px;
    margin: 12px 10px 0 0;
}

.chapter-catalog-ul .li-highlight a {
    color: #FF7b66;
}

.download-dialog {
    padding: 0 0 !important;
    width: 75%;
    max-width: 900px !important;
    min-width: 670px !important;
}

.download-dialog-code {
    position: absolute;
    top: 275px;
    left: 320px;
    width: 260px;
    height: 260px;
}



/*下载页面*/
.download {
    height: 100%;
    width: 100%;
    display: -moz-box;
    display: -webkit-box;
}

.download-item {
    height: 100%;
    -moz-box-flex: 1;
    -webkit-box-flex: 1;
    box-flex: 1;
    overflow: hidden;
}

.download-item>img {
    transition: all 0.8s;
    cursor: pointer;
}

.download-item>img:hover {
    transform: scale(1.1);
}

.download-center {
    position: absolute;
    top: 10%;
    left: 50%;
    margin-left: -84px;
    width: 168px;
    justify-content: center;
    align-items: center;
}

.download-center-logo {
    width: 85px;
    height: 228px;
    margin: 30px auto;
}

.download-center-code {
    width: 140px;
    height: 140px;
    margin: 80px auto;
}

.download-center-bt {
    width: 292px;
    display: flex;
    margin-left: -57px;
}

.download-center-bt>a>img {
    width: 120px;
    height: 37px;
    margin: 0 12px;
}


.fenxiang {
    z-index: 999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.bdsharebuttonbox {
    width: 326px;
    height: 66px;
    position: absolute;
    top: -55px;
    right: -45px;
    background: url("../images/fenxiangbj.png") no-repeat;
    opacity: 0;
    z-index: 1000;
    transition: all .5s;
    -moz-transition: all .5s;
    /* Firefox 4 */
    -webkit-transition: all .5s;
    /* Safari 和 Chrome */
    -o-transition: all .5s;
    /* Opera */
}

.gb_resItms {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 8px;
    padding: 0 10px;
}

.bdsharebuttonbox li {
    float: left;
    color: #999999;
    font-size: 8px;
    width: 50px;
    text-align: center;
    ;
}

.bdsharebuttonbox a {
    width: 24px !important;
    height: 24px !important;
    margin: 0 auto 5px !important;
    float: none !important;
    padding: 0 !important;
    display: block;
}

.bdsharebuttonbox a img {
    width: 24px;
    height: 24px;
}

.bdsharebuttonbox .bds_sqq {
    background: url('../images/sqq.png') no-repeat center;
    background-size: 100% 100%;
    background-position: inherit !important;
}

.bdsharebuttonbox .bds_qzone {
    background: url('../images/tqq.png') no-repeat center;
    background-size: 100% 100%;
    background-position: inherit !important;
}

.bdsharebuttonbox .bds_tqq {
    background: url('../images/tweibo.png') no-repeat center;
    background-size: 100% 100%;
    background-position: inherit !important;
}

.bdsharebuttonbox .bds_tsina {
    background: url('../images/tweixin.png') no-repeat center;
    background-size: 100% 100%;
    background-position: inherit !important;
}

.bdsharebuttonbox .bds_renren {
    background: url('../images/tfuzhi.png') no-repeat center;
    background-size: 100% 100%;
    background-position: inherit !important;
}

.bd_weixin_popup .bd_weixin_popup_foot {
    position: relative;
    top: -12px;
}

/*登录注册*/
.login {
    background: url("../images/loginbj.png") no-repeat;
    background-size: 100% 100%;
}

.login-cont {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 790px;
    width: 1200px;
    margin: 0 auto;
}

.login-center {
    width: 450px;
    height: 556px;
    background: #FFFFFF;
    box-shadow: 0px 0px 30px 0px rgba(28, 28, 109, 1);
    border-radius: 16px;
}

.login-title {
    font-size: 20px;
    font-weight: 500;
    color: #202020;
    line-height: 28px;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 10px;
}

.login-input {
    width: 340px;
    height: 50px;
    border-bottom: 1px #F3F4F5 solid;
    margin: 0 auto;
    padding-top: 10px;
}

.login-input>input {
    width: 100%;
    border: none;
    height: 48px;
    outline: none;
    font-size: 15px;
    font-weight: 400;
    color: #202020
}

.login-bt {
    width: 340px;
    height: 50px;
    background: #FF7B66;
    border-radius: 25px;
    margin: 0 auto;
    margin-top: 20px;
    font-size: 15px;
    font-weight: 600;
    color: #FFFFFF;
    text-align: center;
    line-height: 50px;
}

.login-text {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    height: 30px;
    padding-top: 10px;
    line-height: 30px;
}

.login-list {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    padding-top: 5px;
}

.login-list>a {
    font-size: 14px;
    font-weight: 400;
    color: #565656;
    margin: 0 10px;
}

.login-three {
    width: 40px;
    height: 40px;
    margin: 0 auto;
    margin-top: 5px;
}

.login-name {
    display: flex;
    align-items: center;
    margin: 0 auto;
    padding-top: 25px;
    width: 340px;
    height: 50px;
    font-size: 14px;
    font-weight: 500;
    color: #202020;
}

.login-name>img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

#captcha {
    margin: 0 auto;
    position: relative;
    width: 340px;
    margin-top: 20px;
}


/*左侧广告*/
.advertisement-left {
    position: fixed;
    left: 60px;
    top: 250px;
    width: 150px;
    z-index: 998;
}

.advertisement-left-center {
    position: relative;
    height: 420px;
    width: 162px;
}

.advertisement-left-close {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
}

/*右侧侧广告*/
.advertisement-right {
    position: fixed;
    right: 60px;
    top: 250px;
    width: 150px;
    z-index: 998;
}

.advertisement-right-center {
    position: relative;
    height: 420px;
    width: 162px;
}

.advertisement-right-close {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
}

/* 漫画标题加锁 */
.details-center-right-list li {
    position: relative;
}

.islock:after {
    position: absolute;
    top: 3px;
    right: 0;
    display: block;
    content: '';
    width: 24px;
    height: 24px;
    background: url("../images/lock.png");
}