*{padding: 0;margin: 0;box-sizing: border-box;}
html{width: 100%;height: 100%;}
body{background: #F7F7F7;color: #333;}
img{width: 100%;height: 100%;object-fit: cover;}
.hide {display:none;}
.p-14{padding: 0 14px;}
.mian{width: 100%;height: 100%;}
.footer{width: 100%;height: 57px;background: #fff;position: fixed;bottom: 0;left: 0;z-index: 9;display: flex;justify-content: space-between;align-content: center;}
.footer .tab{width: 25%;flex: 1;display: flex;justify-content: center;align-content: center;flex-direction: column;}
.footer .tab .icon{width: 24px;height: 24px;background: url('../img/tab/tab1.webp');background-size: 100% 100%;margin: 0 auto;}
.footer .tab .text{font-size: 14px;text-align: center;padding-top: 4px;}
.footer .tab.on .icon{background: url('../img/tab/tab1_on.webp');background-size: 100% 100%;}
.footer .tab.on .text{color: #21B3A6;}
.footer .tab:nth-child(2) .icon{background: url('../img/tab/tab2.png');background-size: 100% 100%;}
.footer .tab:nth-child(2).on .icon{background: url('../img/tab/tab2_on.webp');background-size: 100% 100%;}
.footer .tab:nth-child(3) .icon{width: 28px;background: url('../img/tab/tab3.png');background-size: 100% 100%;}
.footer .tab:nth-child(3).on .icon{background: url('../img/tab/tab3_on.webp');background-size: 100% 100%;}
.footer .tab:nth-child(4) .icon{background: url('../img/tab/tab4.webp');background-size: 100% 100%;}
.footer .tab:nth-child(4).on .icon{background: url('../img/tab/tab4_on.webp');background-size: 100% 100%;}
.head_index {width: 100%;height: 50px;background: linear-gradient(135deg,rgba(25, 191, 177, 1),rgba(155, 216, 147, 1) 100%);padding: 0 16px;box-sizing: border-box;display: flex;justify-content: space-between;align-items: center;gap: 16px;position: fixed;top: 0;left: 0;z-index: 9;}
.head_index .search {width: 100%;flex: 1;height: 32px;background: #fff;border-radius: 16px;display: flex;justify-content: flex-start;align-items: center;padding: 0 16px;box-sizing: border-box;color: #999;gap: 10px;}
.head_index .search i {color: #999;}
.head_index .search text {color: #999;}
.head_index .type {display: flex;justify-content: flex-end;align-items: center;gap: 16px;}
.head_index .type i {font-size: 26px;color: #fff;}
.lbt {width: 100%;height: 160px;background: #fff;margin-top: 12px;overflow: hidden;position: relative;border-radius: 10px;overflow: hidden;}
.lbt .swiper-container {width: 100%;height: 100%;position: relative;overflow: hidden;}
.lbt .swiper-container .swiper-wrapper {width: 100%;height: 100%;display: flex;transition: transform 0.3s ease;}
.lbt .swiper-container .swiper-slide {width: 100%;height: 100%;flex-shrink: 0;}
.lbt .swiper-container .swiper-slide img {width: 100%;height: 100%;object-fit: cover;}
.lbt .swiper-container .swiper-pagination {position: absolute;bottom: 10px;left: 0;right: 0;display: flex;justify-content: center;align-items: center;gap: 6px;}
.lbt .swiper-container .swiper-pagination .dot {width: 8px;height: 8px;border-radius: 50%;background: rgba(255, 255, 255, 0.5);cursor: pointer;transition: all 0.3s ease;}
.lbt .swiper-container .swiper-pagination .dot.active {width: 20px;border-radius: 4px;background: #fff;}
.lbt .swiper-container .swiper-button-prev,.lbt .swiper-container .swiper-button-next {position: absolute;top: 50%;transform: translateY(-50%);width: 30px;height: 30px;background: rgba(0, 0, 0, 0.3);color: #fff;display: flex;justify-content: center;align-items: center;cursor: pointer;border-radius: 50%;transition: all 0.3s ease;font-size: 16px;}
.lbt .swiper-container .swiper-button-prev:hover,.lbt .swiper-container .swiper-button-next:hover {background: rgba(0, 0, 0, 0.5);}
.lbt .swiper-container .swiper-button-prev {left: 10px;}
.lbt .swiper-container .swiper-button-next {right: 10px;}
.vajra{width: 100%;height: 85px;border-radius: 10px;display: flex;justify-content: space-between;align-items: center;background: #fff;margin-top: 12px;}
.vajra .ta{width: 25%;text-align: center;}
.vajra .ta img{width: 40px;height: 40px;}
.vajra .ta .text{font-size: 14px;padding-top: 5px;}
.module{width: 100%;border-radius: 10px;background: #fff;margin-top: 12px;}
.module .title{width: 100%;height: 40px;padding: 0 10px;box-sizing: border-box;display: flex;justify-content: space-between;align-items: center;}
.module .title .name{font-size: 16px;font-weight: 600;}
.module .title .more{font-size: 14px;color: #999;display: flex;justify-content: flex-end;align-items: center;gap: 5px;}
.module .title .more text{font-size: 12px;color: #999;}
.module .title .more i{font-size: 12px;color: #999;}
.module .list{width: 100%;padding: 5px 10px;grid-template-rows: repeat(3, auto);display: grid;gap: 10px;grid-template-columns: repeat(4, 1fr);}
.module .list .li{display: block;text-decoration: none;}
.module .list .li .img{width: 100%;position: relative;overflow: hidden;}
.module .list .li .img img{object-fit: cover;width: 100%;height: auto;}
.module .list .li .name{font-size: 14px;color: #333;white-space: inherit;overflow: hidden;line-height: 18px;height: 20px;text-overflow: ellipsis;padding-top: 4px;}
.module .list_2{grid-template-columns: repeat(3, 1fr);}
.module .list_3{padding: 5px 10px;display: flex;gap: 10px;flex-direction: column;padding-bottom: 10px;}
.module .list_3 .li{display: flex;justify-content: flex-start;align-items: center;gap: 10px;}
.module .list_3 .li .img{width: 143px;height: 77px;border-radius: 2px;}
.module .list_3 .li .img img{width: 100%;height: 100%;object-fit: cover;}
.module .list_3 .li .info{width: calc(100% - 153px);flex: 1;}
.module .list_3 .li .info .name{width: 100%;font-size: 15px;color: #333;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.module .list_3 .li .info .text{font-size: 12px;color: #999;line-height: 1.6;margin: 3px 0;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;text-overflow: ellipsis;word-break: break-word;height: 35px;}
.module .list_3 .li .info .hits{width: 100%;display: flex;justify-content: flex-start;align-items: center;gap: 5px;}
.module .list_3 .li .info .hits i{background: url('../img/hits.png');background-size: 100% 100%;width: 11px;height: 13px;}
.module .list_3 .li .info .hits text{font-size: 12px;color: #333;}
.module .list_3 .li .info .hits text span{color: #21B3A6;}
.module .list_4{grid-template-columns: repeat(2, 1fr);}
.module .list_4 .li .img{height: 100px;}
.module .list_4 .li .text{font-size: 14px;color: #999;white-space: inherit;overflow: hidden;line-height: 18px;height: 20px;text-overflow: ellipsis;padding-top: 4px;}
.category{width: 100%;height: 100%;display: flex;flex-direction: column;background: #fff;}
.category .head{width: 100%;height: 48px;border-bottom: 1px solid #F7F7F7;background: #fff;position: relative;}
.category .head .back{position: absolute;top: 0;left: 0;padding: 0 16px;line-height: 48px;}
.category .head .name{width: 100%;text-align: center;font-size: 16px;color: #333;line-height: 48px;}
.category .mian{width: 100%;height: calc(100% - 57px - 48px);flex: 1;display: flex;justify-content: flex-start;}
.category .mian .left{width: 100px;height: 100%;background: #f7f7f7;overflow-y: auto;}
.category .mian .left .tag{width: 100%;font-size: 14px;line-height: 40px;display: block;text-align: center;padding: 0 12px;box-sizing: border-box;border-bottom: 1px solid #ededed;position: relative;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.category .mian .left .tag.on{color: #21B3A6;background: #fff;}
.category .mian .left .tag.on::after {content: '';position: absolute;top: 50%;left: 0;transform: translateY(-50%);width: 4px;height: 26px;border-radius: 4px;background: linear-gradient(135deg,rgba(25, 191, 177, 1),rgba(155, 216, 147, 1) 100%);}
.category .mian .right{width: calc(100% - 100px);height: 100%;display: flex;flex-direction: column;}
.category .mian .right .type .nav{width: 100%;display: flex;justify-content: flex-start;align-items: center;}
.category .mian .right .type .nav .name{font-size: 14px;color: #333;padding: 0 14px;width: 65px;}
.category .mian .right .type .nav .ul{width: 100%;height: 40px;overflow-x: auto;white-space: nowrap;height: 40px;}
.category .mian .right .type .nav .ul .ta{line-height: 30px;font-size: 14px;padding: 0 12px;display: inline-block;margin: 5px 0;border-radius: 15px;}
.category .mian .right .type .nav .ul .ta.on{color: #fff;background: linear-gradient(135deg,rgba(25, 191, 177, 1),rgba(155, 216, 147, 1) 100%);}
.category .mian .right .list{width: 100%;height: calc(100% - 80px);overflow-y: auto;padding: 12px 12px;box-sizing: border-box;}
.category .mian .right .list .ul{display: flex;gap: 10px;flex-direction: column;}
.category .mian .right .list .ul .li{display: flex;justify-content: flex-start;align-items: center;gap: 10px;}
.category .mian .right .list .ul .li .img{width: 60px;height: 80px;border-radius: 2px;}
.category .mian .right .list .ul .li .img img{width: 100%;height: 100%;object-fit: cover;}
.category .mian .right .list .ul .li .info{width: calc(100% - 153px);flex: 1;}
.category .mian .right .list .ul .li .info .name{width: 100%;font-size: 15px;color: #333;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.category .mian .right .list .ul .li .info .text{font-size: 12px;color: #999;line-height: 1.6;margin: 3px 0;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;text-overflow: ellipsis;word-break: break-word;height: 35px;}
.category .mian .right .list .ul .li .info .hits{width: 100%;display: flex;justify-content: flex-start;align-items: center;gap: 5px;}
.category .mian .right .list .ul .li .info .hits i{background: url('../img/hits.png');background-size: 100% 100%;width: 11px;height: 13px;}
.category .mian .right .list .ul .li .info .hits text{font-size: 12px;color: #333;}
.category .mian .right .list .ul .li .info .hits text span{color: #21B3A6;}
.topbox{width: 100%;height: 100%;display: flex;flex-direction: column;background: #fff;}
.topbox .head{width: 100%;height: 120px;background: url('../img/top.webp');background-size: 100% 100%;position: relative;}
.topbox .head .back{position: absolute;line-height: 48px;padding: 0 16px;position: absolute;top: 0;left: 0;}
.topbox .head .back i{color: #fff;}
.topbox .head .title{width: 100%;line-height: 120px;text-align: center;font-size: 24px;font-weight: bold;color: #fff;font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;}
.topbox .mian{width: 100%;height: calc(100% - 120px);flex: 1;display: flex;justify-content: flex-start;}
.topbox .mian .left{width: 100px;height: 100%;background: #f7f7f7;overflow-y: auto;}
.topbox .mian .left .ta{width: 100%;font-size: 14px;line-height: 40px;display: block;text-align: center;padding: 0 12px;box-sizing: border-box;border-bottom: 1px solid #ededed;position: relative;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.topbox .mian .left .ta.on{color: #21B3A6;background: #fff;}
.topbox .mian .left .ta.on::after {content: '';position: absolute;top: 50%;left: 0;transform: translateY(-50%);width: 4px;height: 26px;border-radius: 4px;background: linear-gradient(135deg,rgba(25, 191, 177, 1),rgba(155, 216, 147, 1) 100%);}
.topbox .mian .right{width: calc(100% - 100px);height: 100%;overflow-y: auto;padding: 12px;box-sizing: border-box;display: flex;gap: 10px;flex-direction: column;}
.topbox .mian .right .li{width: 100%;display: flex;justify-content: flex-start;align-items: center;}
.topbox .mian .right .li .img{width: 85px;height: 110px;margin-right: 10px;position: relative;}
.topbox .mian .right .li .img .serial{width: 25px;height: 25px;background: url('../img/top4.webp');background-size: 100% 100%;position: absolute;top: 5px;right: 5px;z-index: 9;text-align: center;line-height: 25px;font-size: 12px;}
.topbox .mian .right .li:nth-child(1) .img .serial{background: url('../img/top1.webp');background-size: 100% 100%;}
.topbox .mian .right .li:nth-child(2) .img .serial{background: url('../img/top2.webp');background-size: 100% 100%;}
.topbox .mian .right .li:nth-child(3) .img .serial{background: url('../img/top3.webp');background-size: 100% 100%;}
.topbox .mian .right .li .info{width: calc(100% - 95px);flex: 1;}
.topbox .mian .right .li .info .name{width: 100%;font-size: 15px;color: #333;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;text-overflow: ellipsis;word-break: break-word;}
.topbox .mian .right .li .info .author{font-size: 14px;color: #666;padding-top: 5px;}
.topbox .mian .right .li .info .text{font-size: 12px;color: #999;line-height: 1.6;margin: 5px 0;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;text-overflow: ellipsis;word-break: break-word;height: 35px;}
.topbox .mian .right .li .info .hits{width: 100%;display: flex;justify-content: flex-start;align-items: center;gap: 5px;}
.topbox .mian .right .li .info .hits i{background: url('../img/hits.png');background-size: 100% 100%;width: 11px;height: 13px;}
.topbox .mian .right .li .info .hits text{font-size: 12px;color: #333;}
.topbox .mian .right .li .info .hits text span{color: #21B3A6;}
.endbox{width: 100%;height: 100%;display: flex;flex-direction: column;}
.endbox .head{width: 100%;height: 48px;background: #fff;position: relative;}
.endbox .head .back{position: absolute;line-height: 48px;padding: 0 16px;position: absolute;top: 0;left: 0;}
.endbox .head .title{width: 100%;text-align: center;line-height: 48px;font-size: 18px;color: #333;}
.endbox .list{width: 100%;height: calc(100% - 60px);flex: 1;padding: 5px 10px;overflow-y: auto;}
.endbox .list .ul{grid-template-rows: repeat(3, auto);display: grid;gap: 10px;grid-template-columns: repeat(3, 1fr);}
.endbox .list .ul .li{display: block;text-decoration: none;}
.endbox .list .ul .li .img{width: 100%;position: relative;overflow: hidden;}
.endbox .list .ul .li .img img{object-fit: cover;width: 100%;height: auto;}
.endbox .list .ul .li .name{font-size: 14px;color: #333;white-space: inherit;overflow: hidden;line-height: 18px;height: 20px;text-overflow: ellipsis;padding-top: 4px;}
.comicbox{width: 100%;height: 100%;}
.comicbox .head{width: 100%;height: 48px;position: fixed;top: 0;left: 0;z-index: 9;transition: all .3s ease-in-out;}
.comicbox .head.head-bg {background-color: #fff !important;box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;color: #333 !important;}
.comicbox .head .back{position: absolute;line-height: 40px;padding: 0 12px;position: absolute;top: 4px;left: 12px;background: #fff;border-radius: 50%;transition: all .3s ease-in-out;}
.comicbox .head.head-bg .back{line-height: 48px;padding: 0 16px;top: 0;left: 0;}
.comicbox .head .title{width: 100%;text-align: center;line-height: 48px;font-size: 18px;color: transparent;transition: all .3s ease-in-out;}
.comicbox .head.head-bg .title{display: block;color: #333;}
.comicbox .comic{width: 100%;height: 192px;position: relative;}
.comicbox .comic .bj{width: 100%;height: 192px;}
.comicbox .comic .info{width: 100%;padding: 10px 16px;box-sizing: border-box;background: linear-gradient(to top,rgba(0, 0, 0, 1.0),rgba(0, 0, 0,0));color: #fff;position: absolute;bottom: 0;left: 0;padding-top: 30px;}
.comicbox .comic .info .name{font-size: 16px;color: #fff;font-weight: bold;}
.comicbox .comic .info .type{font-size: 13px;color: #e9e9e9;padding-top: 5px;}
.comicbox .Introduction{width: 100%;padding: 10px 16px;box-sizing: border-box;background: #fff;}
.comicbox .Introduction .text{font-size: 14px;color: #999;line-height: 1.6;padding-bottom: 10px;}
.comicbox .chbox{width: 100%;background: #fff;margin-top: 1px;}
.comicbox .chbox .title{width: 100%;padding: 0 16px;box-sizing: border-box;height: 40px;display: flex;justify-content: space-between;align-items: center;}
.comicbox .chbox .title .h1{font-size: 16px;}
.comicbox .chbox .title .more text{font-size: 12px;color: #999;}
.comicbox .chbox .title .more i{font-size: 12px;color: #999;}
.comicbox .chbox .list{width: 100%;overflow-x: auto;white-space: nowrap;height: 120px;display: flex;gap: 10px;margin-top: 10px;}
.comicbox .chbox .list .item{display: inline-block;width: 110px;}
.comicbox .chbox .list .item:nth-child(1){margin-left: 16px;}
.comicbox .chbox .list .item:nth-last-child(1){margin-right: 16px;}
.comicbox .chbox .list .item .img{width: 110px;height: 68px;border-radius: 4px;position: relative;overflow: hidden;}
.comicbox .chbox .list .item .img .tag{position: absolute;top: 5px;right: 5px;padding: 0 10px;font-size: 12px;background: #fff;border-radius: 20px;line-height: 20px;}
.comicbox .chbox .list .item .img .tag.paid{background: #ff0000;color: #fff;}
.comicbox .chbox .list .item .img .tag.vip{background: linear-gradient(135deg, rgba(25, 191, 177, 1), rgba(155, 216, 147, 1) 100%);color: #fff;}
.comicbox .chbox .list .item .name{font-size: 14px;padding-top: 5px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;text-overflow: ellipsis;word-break: break-word;}
.comicbox .chbox .list .item .itme{font-size: 12px;padding-top: 5px;color: #999;}
.comicbox .bottom{width: 100%;height: 57px;background: #fff;position: fixed;bottom: 0;left: 0;display: flex;justify-content: center;align-items: center;gap: 40px;}
.comicbox .bottom .btn{height: 40px;line-height: 40px;background: linear-gradient(135deg, rgba(25, 191, 177, 1), rgba(155, 216, 147, 1) 100%);color: #fff;border-radius: 20px;display: flex;justify-content: center;align-items: center;gap: 5px;}
.comicbox .bottom .btn text{color: #fff;font-size: 15px;}
.comicbox .bottom .btn i{color: #fff;font-size: 16px;}
.comicbox .bottom .btn.fav{width: 120px;}
.comicbox .bottom .btn.collected{background: #ededed;color: #666;}
.comicbox .bottom .btn.collected i{color: #666;}
.comicbox .bottom .btn.collected text{color: #666;}
.comicbox .bottom .btn.read{width: 200px;}
/*章节弹窗*/
.comicbox .chpopu {width: 100%;height: 100%;position: fixed;top: 0;left: 0;z-index: 99;background: rgba(0, 0, 0, 0.6);opacity: 0;visibility: hidden;transition: opacity 0.3s ease, visibility 0.3s ease;display: flex;justify-content: center;align-items: flex-start;overflow-y: auto;}
.comicbox .chpopu.show {opacity: 1;visibility: visible;}
.comicbox .chpopu .chapter {width: 100%;background: #fff;border-radius: 12px 12px 0 0;max-height: 80vh;overflow: hidden;position: absolute;bottom: 0;left: 0;}
.comicbox .chpopu .chapter .title {width: 100%;height: 50px;position: relative;}
.comicbox .chpopu .chapter .title .h1 {width: 100%;line-height: 50px;text-align: center;font-size: 16px;color: #333;}
.comicbox .chpopu .chapter .title .close {position: absolute;top: 0;left: 0;padding: 0 16px;font-size: 14px;color: #333;line-height: 50px;}
.comicbox .chpopu .chapter .title .sort {position: absolute;top: 0;right: 0;padding: 0 16px;font-size: 14px;color: #333;line-height: 50px;}
.comicbox .chpopu .chapter .list {width: 100%;max-height: 400px;padding: 0 16px;overflow-y: auto;}
.comicbox .chpopu .chapter .list .li {width: 100%;height: 50px;background: #f9f9f9;border-radius: 4px;padding: 0 12px;box-sizing: border-box;display: flex;justify-content: space-between;align-items: center;margin-bottom: 10px;}
.comicbox .chpopu .chapter .list .li .name {width: clac(100% - 40px);font-size: 15px;color: #333;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;text-overflow: ellipsis;word-break: break-word;}
.comicbox .chpopu .chapter .list .li .text {width: 40px;color: #999;font-size: 12px;text-align: right;}
/*注册*/
.login{width: 100%;height: 100%;background: #fff;display: flex;flex-direction: column;align-items: center;}
.login .head{width: 100%;height: 50px;position: relative;}
.login .head .back{padding: 0 16px;line-height: 50px;position: absolute;top: 0;left: 0;}
.login .head .back i{font-size: 18px;}
.login .head .title{width: 100%;line-height: 50px;text-align: center;font-size: 16px;}
.login .logo{width: 70px;height: 70px;border-radius: 4px;overflow: hidden;margin-top: 30px;}
.login .login-main{width: 100%;padding: 0 20px;box-sizing: border-box;display: flex;flex-direction: column;margin-top: 30px;}
.login .login-main .user-input{width: 100%;display: flex;flex-direction: column;height: 44px;border-radius: 22px;overflow: hidden;background: #F7F7F7;border: 1px solid #e7e7e7;margin-top: 30px;position: relative;}
.login .login-main .user-input.piccode{display: none;}
.login .login-main .user-input.tel-code{display: none;}
.login .login-main .user-input input{width: 100%;height: 44px;padding: 0 16px;box-sizing: border-box;background: transparent;border: 0;font-size: 15px;}
.login .login-main .user-input .code_pic{width: 100px;height: 42px;position: absolute;top: 1px;right: 10px;cursor: pointer;display: inline-block;display: block;}
.login .login-main .user-input .code-btn{position: absolute;top: 1px;right: 10px;line-height: 42px;padding: 0 12px;}
.login .login-main .login-btn,.finish-btn,.register-btn{width: 100%;height: 45px;line-height: 45px;text-align: center;font-size: 16px;color: #fff;background: linear-gradient(135deg,rgba(25, 191, 177, 1),rgba(155, 216, 147, 1) 100%);border: 0;border-radius: 22px;margin-top: 20px;}
.login .login-main .fast-register{width: 100%;display: flex;justify-content: space-between;align-items: center;padding-top: 16px;}
.login .login-main .fast-register a{font-size: 14px;color: #999;}
.login .login-main .protocol{width: 100%;padding: 10px;text-align: center;font-size: 12px;color: #999;}
.login .login-main .protocol a{color: rgba(25, 191, 177, 1);}
.login .other-login{width: 100%;padding: 0 20px;box-sizing: border-box;display: flex;flex-direction: row;flex-wrap: wrap;align-items: center;align-content: center;justify-content: center;gap: 20px;}
.login .other-login p{width: 100%;padding-top: 30px;text-align: center;gap: 30px;}
.login .other-login a{width: 50px;height: 50px;display: block;}
.login .other-login a .ift-login_qq{width: 100%;height: 100%;background: url(../img/qq.png);background-size: 100% 100%;display: block;}
.login .other-login a .ift-login_wb{width: 100%;height: 100%;background: url(../img/weibo.png);background-size: 100% 100%;display: block;}
.login .help-box {position: fixed;width: 90%;height: 90%;left: 5%;top: 5%;}
.login .layui-m-layer0 .layui-m-layerchild {width: 90%;max-width: 640px;}
.login .help-box .layui-m-layercont {padding: 10px;height: 88%;}
.login .help-box .cata-main {text-align: left;overflow: hidden;display: block;overflow-y: auto;height: 100%;}
.login .help {padding-right: .32rem;font-size: larger;color: #666;}
.login .cata-main {padding-top: .32rem;padding-left: .32rem;}
.login .layui-m-layerbtn{width: 90%;margin: 0 auto;margin-top: 10px;color: #fff;background: linear-gradient(135deg,rgba(25, 191, 177, 1),rgba(155, 216, 147, 1) 100%);}
.login .layui-m-layerbtn span[yes]{color: #fff;}
/*用户主页*/
.userbox{width: 100%;display: flex;background: #fff;flex-direction: column;}
.userbox .infobox{width: 100%;background: linear-gradient(180.00deg, rgba(34, 179, 166, 1),rgba(80, 184, 139, 0.71) 29%,rgba(196, 196, 196, 0) 100%);padding: 0 16px;box-sizing: border-box;padding-top: 30px;padding-bottom: 10px;}
.userbox .infobox .userinfo{width: 100%;padding: 14px;background: #fff;border-radius: 8px;}
.userbox .infobox .userinfo .info{width: 100%;display: flex;justify-content: flex-start;align-items: center;}
.userbox .infobox .userinfo .info .img{width: 50px;height: 50px;border-radius: 50%;overflow: hidden;margin-right: 10px;}
.userbox .infobox .userinfo .info .user{width: calc(100% - 60px);}
.userbox .infobox .userinfo .info .user .name{width: 100%;font-size: 15px;color: #333;}
.userbox .infobox .userinfo .info .user .is-vip{font-size: 12px;color: #999;padding-top: 5px;}
.userbox .infobox .userinfo .info .user .is-vip.on{color: rgba(34, 179, 166, 1);}
.userbox .infobox .userinfo .vipbox{width: 100%;height: 50px;background: linear-gradient(90.00deg, rgba(40, 30, 29, 1),rgba(75, 70, 64, 1) 100%);border-radius: 10px;padding: 0 15px;display: flex;justify-content: space-between;align-items: center;margin-top: 20px;}
.userbox .infobox .userinfo .vipbox .left{display: flex;justify-content: flex-start;align-items: center;gap: 10px;}
.userbox .infobox .userinfo .vipbox .left .icon{width: 20px;height: 20px;}
.userbox .infobox .userinfo .vipbox .left .icon img{width: 100%;height: 100%;display: block;}
.userbox .infobox .userinfo .vipbox .left .text{font-size: 15px;color: #EDD3B0;}
.userbox .infobox .userinfo .vipbox .btn{width: 30px;height: 30px;line-height: 30px;border-radius: 50%;text-align: center;background: linear-gradient(135.00deg, rgba(237, 211, 176, 1),rgba(242, 220, 196, 1) 100%);color: rgba(75, 70, 64, 1);}
.userbox .list{width: calc(100% - 32px);margin: 0 auto;padding: 10px 12px;margin-top: 20px;border-radius: 8px;box-sizing: border-box;box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);}
.userbox .list .li{width: 100%;display: flex;justify-content: space-between;align-items: center;height: 44px;}
.userbox .list .li .name{display: flex;justify-content: flex-start;align-items: center;gap: 6px;font-size: 14px;color: #333;}
.userbox .list .li .name i{font-size: 14px;color: #333;}
.userbox .list .li .entr i{font-size: 14px;color: #999;}
.userhead{width: 100%;height: 50px;position: relative;background: #fff;position: fixed;top: 0;left: 0;z-index: 9;}
.userhead .back{padding: 0 16px;line-height: 50px;position: absolute;top: 0;left: 0;}
.userhead .back i{font-size: 18px;}
.userhead .title{width: 100%;line-height: 50px;text-align: center;font-size: 16px;}
.userhead .clean-up{position: absolute;top: 0;right: 0;padding: 0 16px;line-height: 50px;}
.userhead .xpass{position: absolute;top: 0;right: 0;padding: 0 16px;line-height: 50px;color: #999;font-size: 14px;}
.under-header .account-info {padding: 12px 16px;box-sizing: border-box;display: flex;justify-content: flex-start;align-items: center;background: #fff;}
.under-header .account-info .avatar{width: 50px;height: 50px;border-radius: 50%;overflow: hidden;margin-right: 10px;}
.under-header .account-info .info{width: calc(100% - 60px);}
.under-header .account-info .info .name{width: 100%;font-size: 15px;color: #333;}
.under-header .account-info .info .is-vip{font-size: 12px;color: #999;padding-top: 2px;}
.under-header .account-info .info .is-vip.on{color: rgba(34, 179, 166, 1);}
.under-header .vip-box{margin-top: 10px;background: #fff;padding-bottom: 20px;}
.under-header .vip-box .head{width: 100%;line-height: 50px;padding: 0 16px;box-sizing: border-box;font-size: 16px;color: #333;}
.under-header .vip-box .first-charge{width: 100%;padding: 0 16px;display: flex;justify-content: flex-start;flex-wrap: wrap;gap: 16px;}
.under-header .vip-box .first-charge .pay-item{width: calc(50% - 8px);border: 1px solid #e7e7e7;display: flex;justify-content: center;align-items: center;flex-direction: column;padding: 20px 0;position: relative;transition: all .3s ease-in-out;border-radius: 4px;}
.under-header .vip-box .first-charge .pay-item .title{font-size: 14px;color: #333;transition: all .3s ease-in-out;}
.under-header .vip-box .first-charge .pay-item .price{font-size: 20px;color: rgba(34, 179, 166, 1);padding-top: 10px;transition: all .3s ease-in-out;font-weight: 600;}
.under-header .vip-box .first-charge .pay-item .detail{font-size: 12px;color: #999;transition: all .3s ease-in-out;}
.under-header .vip-box .first-charge .pay-item .gift{font-size: 12px;color: rgba(34, 179, 166, 1);padding-top: 10px;transition: all .3s ease-in-out;}
.under-header .vip-box .first-charge .pay-item .flow-tip{width: 80px;height: 17px;line-height: 17px;position: absolute;top: 0;left: 0;background-size: cover;background-repeat: no-repeat;font-size: 12px;color: #ffff;text-align: center;}
.under-header .vip-box .first-charge .pay-item.select{background: linear-gradient(135deg,rgba(25, 191, 177, 1),rgba(155, 216, 147, 1) 100%);border: 1px solid rgba(25, 191, 177, 1);color: #fff;}
.under-header .vip-box .first-charge .pay-item.select .title{color: #fff;}
.under-header .vip-box .first-charge .pay-item.select .price{color: #fff;}
.under-header .vip-box .first-charge .pay-item.select .detail{color: #fff;}
.under-header .vip-box .first-charge .pay-item.select .gift{color: #fff;}
.under-header .pay-func{margin-top: 10px;background: #fff;padding-bottom: 20px;}
.under-header .pay-func .title{width: 100%;height: 50px;padding: 0 16px;display: flex;justify-content: flex-start;align-items: center;gap: 10px;}
.under-header .pay-func .title span{font-size: 15px;color: #333;}
.under-header .pay-func .title span b{color: rgba(25, 191, 177, 1);}
.under-header .pay-func .item-box{width: 100%;padding: 0 16px;box-sizing: border-box;display: flex;justify-content: space-between;align-items: center;gap: 10px;flex-wrap: wrap;}
.under-header .pay-func .item-box .func-item{width: 100%;line-height: 45px;text-align: center;background: linear-gradient(135deg,rgba(25, 191, 177, 1),rgba(155, 216, 147, 1) 100%);color: #fff;font-size: 14px;}
.under-header .pay-user-info{width: 100%;padding: 0 16px;display: flex;justify-content: flex-start;align-items: center;background: #fff;height: 45px;}
.under-header .pay-user-info b{color: rgba(34, 179, 166, 1);}
.under-header .gold-box{width: 100%;padding: 10px 16px;box-sizing: border-box;font-size: 15px;color: #fff;padding-top: 20px;}
.under-header .gold-box .cionlist{width: 100%;display: flex;justify-content: flex-start;align-items: center;gap: 10px;flex-wrap: wrap;}
.under-header .gold-box .cionlist .pay-item{width: calc(33.3333% - 7px);padding: 20px 0;background: #fff;display: flex;justify-content: center;align-items: center;flex-direction: column;transition: all .3s ease-in-out;}
.under-header .gold-box .cionlist .pay-item .i-order-gold{display: inline-block;width: 50px;height: 50px;}
.under-header .gold-box .cionlist .pay-item .i-order-gold.yb-100{background: url(../img/ic_yb_10000.png) no-repeat center center;background-size: cover;}
.under-header .gold-box .cionlist .pay-item .i-order-gold.yb-50{background: url(../img/ic_yb_5000.png) no-repeat center center;background-size: cover;}
.under-header .gold-box .cionlist .pay-item .i-order-gold.yb-20{background: url(../img/ic_yb_2000.png) no-repeat center center;background-size: cover;}
.under-header .gold-box .cionlist .pay-item .i-order-gold.yb-10{background: url(../img/ic_yb_1000.png) no-repeat center center;background-size: cover;}
.under-header .gold-box .cionlist .pay-item .i-order-gold.yb-5{background: url(../img/ic_yb_500.png) no-repeat center center;background-size: cover;}
.under-header .gold-box .cionlist .pay-item .i-order-gold.yb-1{background: url(../img/ic_yb_100.png) no-repeat center center;background-size: cover;}
.under-header .gold-box .pay-item.gold .num{font-size: 16px;color: rgba(25, 191, 177, 1);line-height: 1.6;transition: all .3s ease-in-out;}
.under-header .gold-box .pay-item.gold .price {width: 80px;height: 25px;margin: 0 auto;line-height: 25px;font-size: 13px;color: rgba(25, 191, 177, 1);background: #f6f6f6;border-radius: 20px;text-align: center;margin-top: 5px;transition: all .3s ease-in-out;}
.under-header .gold-box .pay-item.gold.select{background: linear-gradient(135deg,rgba(25, 191, 177, 1),rgba(155, 216, 147, 1) 100%);}
.under-header .gold-box .pay-item.gold.select .num{color: #fff;}
.under-header .gold-box .pay-item.gold.select .price{color: #fff;background: linear-gradient(135deg,rgba(25, 191, 177, 1),rgba(155, 216, 147, 1) 100%);}
.p-user-buy{width: 100%;height: 100%;background: #fff;}
.p-user-buy .pay-main{width: 100%;}
.p-user-buy .pay-main .no-buy{width: 100%;display: flex;justify-content: center;align-items: center;flex-direction: column;padding: 30px 0;}
.p-user-buy .pay-main .no-buy .no-collect-bg{width: 168px;height: 110px;background: url(../img/pic_coll_null.png) no-repeat center center;background-size: cover;}
.p-user-buy .pay-main .no-buy .txt {font-size: 15px;padding-top: 20px;color: #999;}
.recommend{width: 100%;padding: 0 16px;box-sizing: border-box;}
.recommend .title{width: 100%;line-height: 45px;font-size: 16px;color: #333;}
.recommend .recommend-list{width: 100%;}
.recommend .recommend-list .clearfix{width: 100%;display: flex;justify-content: flex-start;gap: 10px;}
.recommend .recommend-list .clearfix .comic-item{width: calc(33.3333% - 7px);position: relative;}
.recommend .recommend-list .clearfix .comic-item .cover{width: 100%;height: 165px;border-radius: 4px;overflow: hidden;}
.recommend .recommend-list .clearfix .comic-item .comic-name{width: 100%;padding-top: 5px;font-size: 15px;color: #333;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;text-align: center;}
.p-user-buy .pay-main .comic-list-item{width: 100%;padding: 0 16px;box-sizing: border-box;padding-top: 10px;display: flex;justify-content: flex-start;align-items: center;}
.p-user-buy .pay-main .comic-list-item .cover{width: 80px;height: 93px;padding-right: 10px;}
.p-user-buy .pay-main .comic-list-item .comic-item-info{width: calc(100% - 200px);flex: 1;}
.p-user-buy .pay-main .comic-list-item .comic-item-info .comic-name{width: 100%;font-size: 15px;color: #333;}
.p-user-buy .pay-main .comic-list-item .comic-item-info .comic-author{width: 100%;padding: 5px 0;font-size: 14px;color: #999;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.p-user-buy .pay-main .comic-list-item .comic-item-info .comic-read-at{width: 100%;font-size: 14px;color: #999;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.p-user-buy .pay-main .comic-list-item .comic-item-info .comic-update-at{width: 100%;font-size: 14px;color: #999;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;padding-top: 5px;}
.p-user-buy .pay-main .comic-list-item .auto-pay{width:100px;height:30px;line-height:30px;text-align:center;border-radius:15px;border:1px solid #ccc;z-index:999font-size: 12px;margin-left: 10px;}
.p-user-buy .getmore{width: 100%;padding: 10px 0;text-align: center;font-size: 14px;color: #999;margin-top: 20px;}
.p-user-history{width: 100%;height: 100%;background: #fff;}
.p-user-history .bookshelf-container{width: 100%;}
.p-user-history .bookshelf-container .no-history{width: 100%;display: flex;justify-content: center;align-items: center;flex-direction: column;padding: 30px 0;}
.p-user-history .bookshelf-container .no-history .no-history-bg{width: 168px;height: 110px;background: url(../img/pic_coll_null.png) no-repeat center center;background-size: cover;}
.p-user-history .bookshelf-container .no-history .txt {font-size: 15px;padding-top: 20px;color: #999;}
.p-user-history .bookshelf-container .no-history .txt2 {font-size: 15px;padding-top: 5px;color: #999;}
.p-user-history .bookshelf-container .read-history-list {position: relative;box-sizing: border-box;padding-top: 12px;}
.p-user-history .bookshelf-container .comic-list-item{width: calc(100% - 32px);margin: 0 auto;padding: 5px 0;color: #999;border-bottom: 1px solid #ebebeb;position: relative;height: 113px;}
.p-user-history .bookshelf-container .comic-list-item .cover {position: relative;float: left;width: 70px;height: 93px;display: block;}
.p-user-history .bookshelf-container .comic-list-item .comic-item-info {box-sizing: border-box;float: left;margin-left: 10px;padding-right: 40px;width: calc(100% - 80px);font-size: 12px;height: 100%;}
.p-user-history .bookshelf-container .comic-list-item .comic-item-info .comic-name {font-size: 15px;line-height: 20px;color: #28292d;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.p-user-history .bookshelf-container .comic-list-item p {margin: 5px 0;}
.p-user-history .bookshelf-container .comic-list-item .comic-read-at {overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.p-user-history .bookshelf-container .comic-list-item .fast-read-btn {position: absolute;top: 50%;right: 0;transform: translateY(-50%);color: #ff7830;font-size: 14px;text-align: center;}
.p-user-history .bookshelf-container .comic-list-item .delete-hide-block {box-sizing: border-box;position: absolute;left: -16%;top: 50%;transform: translateY(-50%);width: 23px;height: 23px;}
.p-user-history .bookshelf-container .comic-list-item .delete-hide-block .delete-select-btn {width: 23px;height: 23px;margin: 0 auto;background: url(../img/ic_book_choose_off_n.png) no-repeat center center;background-size: cover;}
.p-user-history .bookshelf-container .comic-list-item.select .delete-select-btn {background-image: url(../img/ic_book_choose_on.png);}
.p-user-history .clean-confirm{width: 100%;height: 50px;position: fixed;bottom: 0;left: 0;z-index: 99;background: #fff;}
.p-user-history .clean-confirm span{width: 49%;line-height: 50px;display: inline-block;text-align: center;}
.p-user-history .clean-confirm span.select-all{color: rgba(25, 191, 177, 1);}
.register-main{width: 100%;background: #fff;}
.register-main .label-tips{width: 100%;height: 40px;line-height: 40px;text-align: center;background: rgba(25, 191, 177, .2);color: rgba(25, 191, 177, 1);}
.register-main .phone-input{width: 100%;padding: 0 16px;box-sizing: border-box;padding-top: 10px;}
.register-main .phone-input .input-wrap{width: 100%;display: flex;justify-content: space-between;align-items: center;}
.register-main .phone-input .input-wrap label{width: 120px;}
.register-main .phone-input .input-wrap input{width: calc(100% - 120px);background: transparent;border: 0;height: 40px;text-align: right;}
.register-main .phone-input .input-wrap .city{width: calc(100% - 120px);display: flex;justify-content: flex-end;align-items: center;height: 40px;}
.register-main .phone-input .input-wrap .city select{width: 33%;background: transparent;border: 0;font-size: 13px;color: #999;}
.register-main .phone-input .input-wrap .sex{width: calc(100% - 120px);display: flex;justify-content: flex-end;align-items: center;height: 40px;}
.register-main .phone-input .input-wrap .sex span{padding-left: 16px;font-size: 15px;color: #999;}
.register-main .phone-input .input-wrap .sex span.on{color: rgba(25, 191, 177, 1);}
.register-main .phone-input .input-wrap textarea{width: calc(100% - 120px);height: 80px;font-size: 14px;background: transparent;border: 0;}
.register-main .info-btn{width: calc(100% - 32px);line-height: 50px;border-radius: 25px;background: linear-gradient(135deg,rgba(25, 191, 177, 1),rgba(155, 216, 147, 1) 100%);text-align: center;font-size: 16px;color: #fff;border: 0;margin-left: 16px;margin-top: 20px;margin-bottom: 20px;}
.p-user-collection{background: #fff;}
.p-user-collection .bookshelf-container .no-collect{width: 100%;display: flex;justify-content: center;align-items: center;flex-direction: column;padding: 30px 0;}
.p-user-collection .bookshelf-container .no-collect .no-collect-bg{width: 168px;height: 110px;background: url(../img/pic_coll_null.png) no-repeat center center;background-size: cover;}
.p-user-collection .bookshelf-container .no-collect .txt {font-size: 15px;padding-top: 20px;color: #999;}
.p-user-collection .bookshelf-container .no-collect .txt2 {font-size: 15px;padding-top: 5px;color: #999;}
.p-user-collection .bookshelf-container .collect-list{width: 100%;background: #fff;padding: 0 16px;box-sizing: border-box;padding-bottom: 20px;}
.p-user-collection .bookshelf-container .collect-list .clearfix{width: 100%;display: flex;justify-content: flex-start;flex-wrap: wrap;gap: 10px;}
.p-user-collection .bookshelf-container .collect-list .clearfix .comic-item{width: calc(33.3333% - 7px);position: relative;}
.p-user-collection .bookshelf-container .collect-list .clearfix .comic-item .cover{width: 100%;height: 156px;display: block;}
.p-user-collection .bookshelf-container .collect-list .clearfix .comic-item .comic-info-box{font-size: 15px;color: #333;}
.p-user-collection .bookshelf-container .collect-list .clearfix .comic-item .comic-info-box .comic-name{padding-top: 5px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;text-align: center;}
.p-user-collection .bookshelf-container .collect-list .clearfix .comic-item .select-wrap {position: absolute;left: 0;top: 0;width: 100%;height: 156px;background: rgba(0, 0, 0, 0.4);}
.p-user-collection .bookshelf-container .collect-list .clearfix .comic-item .choose-btn {position: absolute;right: 10px;top: 10px;width: 23px;height: 23px;background: url(../img/ic_book_choose_off.png) no-repeat center center;background-size: cover;}
.p-user-collection .bookshelf-container .collect-list .clearfix .comic-item.select .choose-btn {background-image: url(../img/ic_book_choose_on.png);}
.p-user-collection .bookshelf-container .getmore{width: 100%;line-height: 40px;font-size: 14px;color: #999;text-align: center;background: #fff;}
.p-user-collection .clean-confirm{width: 100%;height: 50px;position: fixed;bottom: 57px;left: 0;z-index: 99;background: #fff;}
.p-user-collection .clean-confirm span{width: 49%;line-height: 50px;display: inline-block;text-align: center;}
.p-user-collection .clean-confirm span.select-all{color: rgba(25, 191, 177, 1);}
.aboutbox{width: 100%;height: 100%;background: #fff;display: flex;justify-content: center;align-items: center;flex-direction: column;padding-bottom: 200px;box-sizing: border-box;}
.aboutbox .img{width: 80px;height: 80px;overflow: hidden;border-radius: 4px;}
.aboutbox .name{width: 100%;padding-top: 5px;font-size: 16px;color: #333;text-align: center;}
.aboutbox .txt{padding-top: 5px;color: #999;font-size: 14px;}
.p-search{width: 100%;height: 100%;background: #fff;display: flex;flex-direction: column;}
.p-search .header{width: 100%;height: 50px;box-sizing: border-box;display: flex;justify-content: space-between;align-items: center;background: linear-gradient(135deg,rgba(25, 191, 177, 1),rgba(155, 216, 147, 1) 100%);}
.p-search .header .back{padding: 0 16px;line-height: 50px;color: #fff;font-size: 16px;}
.p-search .header .search-box{width: 100%;flex: 1;}
.p-search .header .search-box .search-input{width: 100%;padding: 0 16px;height: 35px;background: #f7f7f7;border: 0;border-radius: 20px;}
.p-search .header .search-btn{padding: 0 16px;line-height: 50px;font-size: 15px;color: #fff;}
.p-search .main{width: 100%;height: calc(100% - 50px);}
.p-search .main .hot-search{width: 100%;padding: 10px 16px;box-sizing: border-box;}
.p-search .main .hot-search .title-tip{width: 100%;line-height: 50px;font-size: 16px;color: #333;}
.p-search .main .hot-search .hot-search-history{width: 100%;display: flex;justify-content: flex-start;flex-wrap: wrap;gap: 10px;}
.p-search .main .hot-search .hot-search-history .hot-search-item{padding: 0 16px;background: #f9f9f9;font-size: 14px;color: #666;line-height: 30px;}
.p-search .main .search-history{width: 100%;padding: 10px 16px;box-sizing: border-box;}
.p-search .main .search-history .title-tip{width: 100%;line-height: 50px;font-size: 16px;color: #333;position: relative;}
.p-search .main .search-history .title-tip .clear-all{position: absolute;top: 0;right: 0;}
.p-search .main .search-history .search-history-list{width: 100%;display: flex;justify-content: flex-start;flex-wrap: wrap;gap: 10px;}
.p-search .main .search-history .search-history-list .search-history-item{padding: 0 16px;background: #f9f9f9;font-size: 14px;color: #666;line-height: 30px;}
.p-search .main .search-active{width: 100%;height: 100%;overflow-y: auto;padding: 0 16px;box-sizing: border-box;}
.p-search .main .search-active .search-active-item{width: 100%;padding: 10px 0;border-bottom: 1px solid #f8f8f8;}
.p-search .main .search-active .search-active-item .comic-name{font-size: 15px;color: #333;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.p-search .main .search-active .search-active-item .comic-author{font-size: 12px;color: #999;padding-top: 5px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.s-search{width: 100%;height: 100%;background: #fff;display: flex;flex-direction: column;}
.s-search .header{width: 100%;height: 50px;box-sizing: border-box;display: flex;justify-content: space-between;align-items: center;background: linear-gradient(135deg,rgba(25, 191, 177, 1),rgba(155, 216, 147, 1) 100%);}
.s-search .header .back{padding: 0 16px;line-height: 50px;color: #fff;font-size: 16px;}
.s-search .header .search-box{width: 100%;flex: 1;}
.s-search .header .search-box .search-input{width: 100%;padding: 0 16px;height: 35px;background: #f7f7f7;border: 0;border-radius: 20px;}
.s-search .header .search-btn{padding: 0 16px;line-height: 50px;font-size: 15px;color: #fff;}
.s-search .main{width: 100%;height: calc(100% - 50px);overflow-y: auto;}
.s-search .main .search-result{width: 100%;padding: 0 16px;box-sizing: border-box;}
.s-search .main .search-result .comic-list-item{width: 100%;padding: 10px 0;border: 1px solid #f7f7f7;display: flex;justify-content: flex-start;align-items: center;}
.s-search .main .search-result .comic-list-item .cover{width: 84px;height: 112px;margin-right: 10px;}
.s-search .main .search-result .comic-list-item .comic-item-info{width: calc(100% - 134px);}
.s-search .main .search-result .comic-list-item .comic-item-info .comic-name{width: 100%;font-size: 16px;color: #333;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.s-search .main .search-result .comic-list-item .comic-item-info .comic-author{width: 100%;font-size: 14px;color: #999;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;padding: 5px 0;}
.s-search .main .search-result .comic-list-item .comic-item-info .comic-tags{width: 100%;font-size: 14px;color: #999;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.s-search .main .search-result .comic-list-item .comic-item-info .comic-update-at{width: 100%;font-size: 14px;color: #999;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;padding-top: 5px;}
.s-search .main .search-result .comic-list-item .fast-read-btn{width: 40px;font-size: 16px;color: #333;text-align: right;}
.s-search .main .search-active{width: 100%;height: 100%;overflow-y: auto;padding: 0 16px;box-sizing: border-box;}
.s-search .main .search-active .search-active-item{width: 100%;padding: 10px 0;border-bottom: 1px solid #f8f8f8;}
.s-search .main .search-active .search-active-item .comic-name{font-size: 15px;color: #333;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.s-search .main .search-active .search-active-item .comic-author{font-size: 12px;color: #999;padding-top: 5px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.p-read{font-size: 12px;background: #fff;}
.p-read .top-tool-bar{box-sizing: border-box;position: fixed;top: -52px;left: 0;width: 100%;height: 52px;font-size: 16px;line-height: 52px;background: rgba(26, 26, 26, 0.9);color: #ccc;display: flex;justify-content: space-between;align-items: center;}
.p-read .top-tool-bar .back-btn{padding: 0 16px;font-size: 15px;color: #fff;}
.p-read .top-tool-bar .comic-name{float: left;width: calc(100% - 100px);font-size: 16px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.p-read .top-tool-bar .home{padding: 0 16px;font-size: 15px;color: #fff;}
.p-read .read-container{display: block;}
.p-read .read-container .comic-page{margin-top: -1px;}
.p-read .read-container .comic-page img{width: 100%;height: auto;display: block;}
.p-read .read-container .read-pos{position: fixed;right: 0;bottom: 0;padding: 0 10px;line-height: 19px;font-size: 12px;color: #fff;background: rgba(0, 0, 0, 0.3);}
.p-read .read-end{width: 100%;padding-top: 20px;}
.p-read .read-end .txt{font-size: 18px;width: 100%;line-height: 28px;text-align: center;}
.p-read .read-end .txt2{color: #999;font-size: 12px;color: #999;text-align: center;padding-bottom: 20px;}
.p-read .read-end .gap{width: 100%;height: 10px;background: #f9f9f9;}
.p-read .read-end .comic-recommend{width: 100%;padding: 0 16px;box-sizing: border-box;padding-bottom: 50px;}
.p-read .read-end .comic-recommend .title{width: 100%;line-height: 40px;font-size: 16px;color: #333;}
.p-read .read-end .comic-recommend .clearfix{width: 100%;display: flex;justify-content: flex-start;gap: 10px;}
.p-read .read-end .comic-recommend .clearfix .comic-item{width: calc(33.3333% - 7px);position: relative;}
.p-read .read-end .comic-recommend .clearfix .comic-item .cover{width: 100%;height: 165px;border-radius: 4px;overflow: hidden;}
.p-read .read-end .comic-recommend .clearfix .comic-item .comic-name{width: 100%;padding-top: 5px;font-size: 15px;color: #333;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;text-align: center;}
.p-read .chapter-end{width: 100%;padding-top: 26px;}
.p-read .chapter-end .end-txt{width: 100%;line-height: 22px;font-size: 16px;color: #333;text-align: center;}
.p-read .chapter-end .end-txt span{font-size: 14px;color: #666;}
.p-read .chapter-end .end-btns{width: 100%;display: flex;justify-content: center;align-items: center;padding: 30px 0;}
.p-read .chapter-end .end-btns .end-itm{width: 33.333%;display: flex;justify-content: center;align-items: center;font-size: 13px;color: #666;}
.p-read .chapter-end .end-btns .end-itm i{display: inline-block;width: 25px;height: 25px;margin-right: 5px;vertical-align: middle;}
.p-read .chapter-end .end-btns .end-itm i.i-rd-prev{background: url(../img/ic_readpage_up.png) no-repeat center center;background-size: contain;}
.p-read .chapter-end .end-btns .end-itm i.i-rd-mid {background: url(../img/ic_readpage_back.png) no-repeat center center;background-size: contain;}
.p-read .chapter-end .end-btns .end-itm i.i-rd-next {background: url(../img/ic_readpage_down.png) no-repeat center center;background-size: contain;}
.p-read .bottom-tool-bar{box-sizing: border-box;position: fixed;bottom: -62px;left: 0;width: 100%;height: 62px;padding-top: 8px;color: #fff;background: rgba(26, 26, 26, 0.9);}
.p-read .bottom-tool-bar .clearfix{width: 100%;display: flex;justify-content: space-between;align-items: center;}
.p-read .bottom-tool-bar .clearfix li{width: 20%;text-align: center;display: flex;justify-content: center;align-items: center;flex-direction: column;}
.p-read .bottom-tool-bar .clearfix li i{font-size: 22px;padding-bottom: 3px;}
.p-read .layui-m-layercont {padding: 20px 30px;padding-top: 0;}
.pay-chapter-box{width: 100%;}
.pay-chapter-box p{line-height: 32px;text-align: left;font-size: 13px;box-sizing: border-box;}
.pay-chapter-box p span{color: rgba(25, 191, 177, 1);}
.pay-chapter-box .buy-btn{width: 100%;line-height: 44px;background: linear-gradient(135deg,rgba(25, 191, 177, 1),rgba(155, 216, 147, 1) 100%);display: block;border-radius: 22px;font-size: 14px;color: #fff;text-align: center;margin: 10px 0;}
.pay-chapter-box .buy-btn--charge{width: 100%;line-height: 44px;background: linear-gradient(135deg,rgba(25, 191, 177, 1),rgba(155, 216, 147, 1) 100%);display: block;border-radius: 22px;font-size: 14px;color: #fff;text-align: center;margin: 10px 0;}
.pay-chapter-box .buy-btn--charge a{color: #fff;}
.pay-chapter-box .auto-buy label{display: flex;flex-direction: row;justify-content: center;align-items: center;}
.pay-chapter-box .auto-buy label .auto-check{margin-right: 2px;}

.logout{
	width: calc(100% - 32px);
	margin: 0 auto;
	border: 0;
	background: #f8f8f8;
	line-height: 50px;
	border-radius: 25px;
	margin-top: 20px;
}