html{width: 100%;height: 100%;}
body{background-color: rgb(17, 19, 25);}
img{width: 100%;height: 100%;object-fit: cover;display: block;}
.hide{display: none;}
.index-head{width: 100%;background: rgba(10, 12, 15, 0.4);padding: 0 12px;box-sizing: border-box;height: 50px;display: flex;justify-content: space-between;align-items: center;position: fixed;top: 0;left: 0;z-index: 9;}
.index-head .logo{width: 120px;height: 30px;display: block;}
.index-head .nav{height: 50px;display: flex;justify-content: flex-start;align-items: center;}
.index-head .nav .li{line-height: 50px;padding-left: 15px;}
.index-head .nav .li i{font-size: 20px;color: hsla(0, 0%, 100%, .87);}
.lbt{width: 100%;}
.layui-carousel{background: rgba(17,19,25,1);}
.lbt .li{width: 100%;height: 100%;}
.lbt .li a{width: 100%;height: 100%;display: block;position: relative;}
.lbt .li a .img{width: 100%;display: block;padding-bottom: 1px;}
.lbt .li a .info{width: 100%;padding: 10px 12px;box-sizing: border-box;position: absolute;bottom: 0;left: 0;background: linear-gradient(180deg,rgba(17,19,25,0),rgba(17,19,25,1)50%);}
.lbt .li a .info .name{font-size: 16px;padding-bottom: 4px;color: #fff;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.lbt .li a .info .text{font-size: 12px;color: #dddddd;line-height: 20px;height: 40px;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.exquisite{width: 100%;height: 135px;overflow-x: auto;white-space: nowrap;}
.exquisite .li{width: 180px;display: inline-block;margin-right: 12px;}
.exquisite .li:nth-child(1){margin-left: 12px;}
.exquisite .li .img{width: 100%;height: 100px;border-radius: 4px;overflow: hidden;position: relative;}
.exquisite .li .img span{padding: 0 10px;line-height: 20px;font-size: 12px;color: #fff;background: #f00;border-radius: 0 0 0 4px;position: absolute;top: 0;right: 0;}
.exquisite .li .name{font-size: 15px;color: #fff;line-height: 30px;}
.module{width: 100%;padding: 0 12px;box-sizing: border-box;padding-top: 10px;}
.module .title{width: 100%;height: 40px;display: flex;justify-content: space-between;align-items: center;}
.module .title .h1{font-size: 16px;color: #fff;}
.module .title .more{font-size: 12px;color: #bbbbbb;display: flex;justify-content: flex-end;align-items: center;}
.module .title .more i{font-size: 12px;}
.module .list{width: 100%;display: flex;justify-content: flex-start;flex-wrap: wrap;gap: 12px;}
.module .list .li{width: calc(33.333% - 8px);display: block;}
.module .list .li .img{width: 100%;height: 150px;overflow: hidden;border-radius: 6px;}
.module .list .li .name{width: 100%;font-size: 15px;color: #fff;padding-top: 4px;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.module .list .li .text{width: 100%;font-size: 12px;color: #bbbbbb;padding-top: 2px;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.bottom{width: 100%;height: 58px;position: fixed;bottom: 0;left: 0;z-index: 9;background: #0a0c0f;display: flex;justify-content: space-between;align-items: center;}
.bottom .nav{width: 25%;height: 58px;display: flex;justify-content: center;align-items: center;flex-direction: column;}
.bottom .nav .icon i{font-size: 22px;color: #ababab;}
.bottom .nav .name{font-size: 14px;color: #ababab;}
.bottom .nav.on i{color: #f00;}
.bottom .nav.on .name{color: #f00;}
.list-type{width: 100%;background: #0a0c0f;position: fixed;top: 0;left: 0;z-index: 9;}
.list-type .nav{width: 100%;height: 40px;display: flex;justify-content: flex-start;align-items: center;}
.list-type .nav .name{padding-left: 12px;font-size: 15px;color: #fff;}
.list-type .nav .ul{width: 100%;flex: 1;overflow-x: auto;white-space: nowrap;height: 40px;padding: 0 12px;}
.list-type .nav .ul .ta{line-height: 26px;padding: 0 12px;color: #ababab;display: inline-block;margin-top: 7px;border-radius: 13px;}
.list-type .nav .ul .ta.on{color: #f00;background: #530000;}
.p-search{width: 100%;height: 100%;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: #0a0c0f;}
.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: #393939;border: 0;border-radius: 20px;color: #fff;}
.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: #ababab;}
.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: #393939;font-size: 14px;color: #e7e7e7;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: #ababab;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: #393939;font-size: 14px;color: #e7e7e7;line-height: 30px;}
.p-search .main .search-active{width: 100%;height: 100%;overflow-y: auto;padding: 0 16px;box-sizing: border-box;display: none;}
.p-search .main .search-active .search-active-item{width: 100%;padding: 10px 0;border-bottom: 1px solid #2d2d2d;}
.p-search .main .search-active .search-active-item .comic-name{font-size: 15px;color: #ededed;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%;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: #0a0c0f;}
.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: #393939;border: 0;border-radius: 20px;color: #fff;}
.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;display: flex;justify-content: flex-start;align-items: center;}
.s-search .main .search-result .comic-list-item .cover{width: 70px;height: 95px;margin-right: 10px;}
.s-search .main .search-result .comic-list-item .comic-item-info{width: calc(100% - 118px);}
.s-search .main .search-result .comic-list-item .comic-item-info .comic-name{width: 100%;font-size: 16px;color: #fdfdfd;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.s-search .main .search-result .comic-list-item .comic-item-info .comic-name a{color: #fdfdfd;}
.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: #ff4343;text-align: right;}
.s-search .main .search-active{width: 100%;height: 100%;overflow-y: auto;padding: 0 16px;box-sizing: border-box;display: none;}
.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;}
.comicbox{width: 100%;height: 100%;display: flex;flex-direction: column;} 
.head{width: 100%;height: 50px;background: #0a0c0f;position: fixed;top: 0;left: 0;z-index: 9;}
.head .back{line-height: 50px;padding: 0 12px;position: absolute;top: 0;left: 0;color: #fff;}
.head .title{width: 100%;text-align: center;line-height: 50px;font-size: 15px;color: #fff;}
.comicbox .comicinfo{width: 100%;padding: 0 12px;box-sizing: border-box;padding-top: 20px;display: flex;justify-content: flex-start;align-items: center;margin-top: 50px;}
.comicbox .comicinfo .img{width: 130px;height: 190px;overflow: hidden;border-radius: 4px;margin-right: 10px;}
.comicbox .comicinfo .info{width: calc(100% - 140px);height: 190px;display: flex;flex-direction: column;justify-content: space-between;}
.comicbox .comicinfo .info .top{}
.comicbox .comicinfo .info .top .name{font-size: 16px;color: #fff;line-height: 1.6;min-height: 40px;}
.comicbox .comicinfo .info .top .text{font-size: 14px;color: #b3b3b3;padding-top: 4px;}
.comicbox .comicinfo .info .top .text a{font-size: 14px;color: #b3b3b3;}
.comicbox .comicinfo .info .bot{display: flex;justify-content: flex-start;align-items: center;gap: 10px;}
.comicbox .comicinfo .info .bot .btn{padding: 0 25px;font-size: 14px;color: #e7e7e7;line-height: 40px;border-radius: 6px;background: #3d3d3d;}
.comicbox .score{width: calc(100% - 24px);padding: 0 20px;box-sizing: border-box;background: hsla(0, 0%, 100%, .1);box-shadow: 0 2px 6px 0 rgb(0 0 0 / 7%);display: flex;justify-content: space-between;align-items: center;margin: 0 auto;margin-top: 20px;border-radius: 8px;line-height: 60px;}
.comicbox .score .text{font-size: 14px;color: #fff;}
.comicbox .score .unm{font-size: 20px;font-weight: 600;color: #ffc107;}
.comicbox .score .unm span{font-size: 14px;font-weight: 400;}
.comicbox .texts{width: 100%;padding: 0 12px;box-sizing: border-box;font-size: 15px;color: #dddddd;padding-top: 20px;}
.comicbox .chapters{width: 100%;padding: 0 12px;padding-top: 20px;box-sizing: border-box;}
.comicbox .chapters .title{width: 100%;display: flex;justify-content: space-between;align-items: center;color: #fff;}
.comicbox .chapters .title .h1{font-size: 15px;}
.comicbox .chapters .title .sort{font-size: 12px;color: #bbbbbb;}
.comicbox .chapters .list{width: 100%;padding-top: 12px;display: flex;flex-direction: column;gap: 10px;max-height: 490px;overflow: hidden;}
.comicbox .chapters .list.on{max-height: none;}
.comicbox .chapters .list .li{width: 100%;height: 40px;display: flex;justify-content: space-between;align-items: center;background: #3d3d3d;padding: 0 12px;box-sizing: border-box;border-radius: 4px;}
.comicbox .chapters .list .li .name{width: calc(100% - 70px);font-size: 14px;color: #fff;line-height: 40px;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.comicbox .chapters .list .li .text{width: 60px;line-height: 25px;font-size: 12px;text-align: center;background: #f00;color: #fff;border-radius: 4px;}
.comicbox .chapters .more{width: 100%;line-height: 40px;text-align: center;font-size: 14px;color: #fff;background: #3d3d3d;border-radius: 4px;margin-top: 10px;}
.nodata{width: 100%;padding: 30px 0;text-align: center;font-size: 12px;color: #999;display: none;}
.login .head{background: transparent;}
.login .head .back{left: 14px;}
.login .head .back i{font-size: 20px;}
.login .title1{width: 100%;padding: 0 26px;box-sizing: border-box;font-size: 32px;font-weight: 600;color: rgba(255,255,255,.87);;}
.login .login-main{width: 100%;padding: 0 26px;box-sizing: border-box;}
.login .login-main .user-input{width: 100%;height: 50px;border-radius: 25px;background: #212121;margin-top: 20px;position: relative;}
.login .login-main .user-input input{width: 100%;height: 50px;padding: 0 15px;box-sizing: border-box;background: transparent;border: 0;font-size: 15px;color: #fff;}
.login .login-main .user-input .code_pic{position: absolute;top: 50%;transform: translateY(-50%);right: 15px;width: 100px;height: 38px;z-index: 9;}
.login .login-main .login-btn,.login .login-main .register-btn,.login .login-main .finish-btn{width: 100%;height: 50px;line-height: 50px;text-align: center;background: #f00;color: #fff;border: 0;border-radius: 25px;margin-top: 20px;font-size: 15px;}
.login .login-main .protocol{width: 100%;padding-top: 10px;font-size: 14px;color: #999;text-align: center;}
.login .login-main .protocol a{color: #f00;}
.login .login-main .fast-register{width: 100%;padding-top: 10px;display: flex;justify-content: space-between;align-items: center;}
.login .login-main .fast-register a{font-size: 14px;color: #999;}
.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: 50px;text-align: center;gap: 30px;color: #999;}
.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: #f00;}
.login .layui-m-layerbtn span[yes]{color: #fff;}
.userbox .usertop{width: 100%;background: #555 url(../img/bj5.jpg) no-repeat 0 0 / cover;overflow: hidden;position: relative;padding: 15px;box-sizing: border-box;}
.userbox .usertop .user{width: 100%;display: flex;justify-content: flex-start;align-items: center;}
.userbox .usertop .user .img{width: 66px;height: 66px;border-radius: 50%;overflow: hidden;margin-right: 10px;}
.userbox .usertop .user .info .name{color: hsla(0, 0%, 100%, .87);margin: 8px 0;line-height: 22px;height: 22px;font-size: 15px;font-weight: 700;}
.userbox .usertop .user .info .type{width: 100%;display: flex;justify-content: flex-start;align-items: center;}
.userbox .usertop .user .info .type .ta{height: 32px;line-height: 32px;margin-right: 6px;padding: 0 15px;background: rgba(255, 255, 255, .24);font-size: 12px;border-radius: 6px;text-align: center;color: hsla(0, 0%, 100%, .87);max-width: 120px;display: -webkit-box !important;overflow: hidden;text-overflow: ellipsis;-webkit-box-orient: vertical;-webkit-line-clamp: 1;}
.userbox .usertop .vip{display: block !important;height: 42px;line-height: 42px;padding: 0 15px;background: #3f3d40;color: #eac27d;border-radius: 15px 15px 0 0;overflow: hidden;margin-top: 20px;margin-bottom: -15px;position: relative;}
.userbox .usertop .vip .btn{position: absolute;bottom: 8px;right: 15px;height: 26px;line-height: 26px;padding: 0 12px;background: #fedd7c;font-size: 12px;color: #3f3d40;border-radius: 50px;z-index: 10;}
.userbox .list1{background-color: rgb(10, 12, 15);margin: 15px;border-radius: 4px;display: flex;flex-wrap: wrap;}
.userbox .list1 li{float: left;width: 50%;overflow: hidden;}
.userbox .list1 li a{display: block;padding: 15px;position: relative;border-color: #141B29;color: hsla(0, 0%, 100%, .9);}
.userbox .list1 li a .icon{position: absolute;top: 23px;left: 12px;height: 28px;width: 28px;}
.userbox .list1 li a img{position: absolute;top: 23px;left: 12px;height: 28px;width: 28px;}
.userbox .list1 li a .zy-h {font-size: 15px;margin-left: 34px;font-weight: 400;height: 22px;line-height: 22px;display: block;}
.userbox .list1 li a .zy-g {font-size: 12px;margin-left: 34px;color: rgb(169, 169, 172);}
.userbox .list2{margin: 15px;}
.userbox .list2 .li{background-color: rgb(10, 12, 15);border-radius: 4px;width: 100%;padding: 0 12px;box-sizing: border-box;display: flex;justify-content: space-between;align-items: center;height: 50px;margin-bottom: 12px;}
.userbox .list2 .li .name{font-size: 16px;color: #fff;}
.userbox .list2 .li .name i{margin-right: 6px;}
.userbox .list2 .li .more{font-size: 14px;color: #999;}
.userbox .list2 .logout{width: 100%;height: 50px;line-height: 50px;background: linear-gradient(135deg, #E91E63, #F44336 100%);font-size: 15px;color: #fff;border: 0;border-radius: 25px;margin-top: 20px;}
.recommend{width: 100%;padding: 0 16px;box-sizing: border-box;}
.recommend .title{width: 100%;line-height: 45px;font-size: 16px;color: #ffffff;}
.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: #f8f8f8;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;text-align: center;}
.userhead{width: 100%;height: 50px;background: #0a0c0f;position: fixed;top: 0;left: 0;z-index: 9;}
.userhead .back{position: absolute;top: 0;left: 0;padding: 0 12px;line-height: 50px;color: #fff;font-size: 16px;}
.userhead .title{width: 100%;line-height: 50px;text-align: center;color: #fff;font-size: 15px;}
.userhead .clean-up{padding: 0 12px;font-size: 14px;color: #999;position: absolute;top: 0;right: 0;line-height: 50px;}
.userhead .xpass{position: absolute;top: 0;right: 0;padding: 0 12px;line-height: 50px;color: #999;font-size: 14px;}
.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%;padding: 0 16px;box-sizing: border-box;padding-bottom: 20px;margin-top: 12px;}
.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: #e9e9e9;}
.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: #0a0c0f;}
.p-user-collection .clean-confirm span{width: 49%;line-height: 50px;display: inline-block;text-align: center;color: #f8f8f8;}
.p-user-collection .clean-confirm span.select-all{color: #f00;}
.p-user-history{width: 100%;height: 100%;}
.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 #3d3d3d;position: relative;height: 100px;}
.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: #fff;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.p-user-history .bookshelf-container .comic-list-item .comic-item-info .comic-name a{color: #fff;}
.p-user-history .bookshelf-container .comic-list-item p {margin: 5px 0;}
.p-user-history .bookshelf-container .comic-list-item p.comic-update-at a{color: #999;}
.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: #ff3030;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: #0a0c0f;}
.p-user-history .clean-confirm span{width: 49%;line-height: 50px;display: inline-block;text-align: center;color: #999;}
.p-user-history .clean-confirm span.select-all{color: #f00;}
.under-header .account-info {padding: 12px 16px;box-sizing: border-box;display: flex;justify-content: flex-start;align-items: center;background: #2f0000;}
.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: #ffffff;}
.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;padding-bottom: 20px;}
.under-header .vip-box .headt{width: 100%;line-height: 50px;padding: 0 16px;box-sizing: border-box;font-size: 16px;color: #fff;}
.under-header .vip-box .first-charge{width: 100%;padding: 0 16px;display: flex;justify-content: flex-start;flex-wrap: wrap;gap: 16px;box-sizing: border-box;}
.under-header .vip-box .first-charge .pay-item{width: calc(50% - 8px);border: 1px solid #e91e63;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;box-sizing: border-box;}
.under-header .vip-box .first-charge .pay-item .title{font-size: 14px;color: #fff;transition: all .3s ease-in-out;}
.under-header .vip-box .first-charge .pay-item .price{font-size: 20px;color: #e91e63;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: #e91e63;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, #E91E63, #F44336 100%);border: 1px solid #e91e63;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;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: #fff;}
.under-header .pay-func .title span b{color: #E91E63;}
.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, #E91E63, #F44336 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: #290000;height: 45px;color: #999;}
.under-header .pay-user-info b{color: #f00;}
.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: #000000;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: #F44336;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: #E91E63;background: #3b0100;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, #E91E63, #F44336 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, #E91E63, #F44336 100%);}
.p-user-buy{width: 100%;height: 100%;}
.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;}
.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;}
.p-user-buy .pay-main .comic-list-item .comic-item-info .comic-name a{color: #fff;}
.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:999;font-size: 12px;margin-left: 10px;color: #999;}
.p-user-buy .getmore{width: 100%;padding: 10px 0;text-align: center;font-size: 14px;color: #999;margin-top: 20px;}
.register-main{width: 100%;}
.register-main .label-tips{width: 100%;height: 40px;line-height: 40px;text-align: center;background: rgb(191 25 25 / 20%);color: #F44336;}
.register-main .phone-input{width: 100%;padding: 0 16px;box-sizing: border-box;background: #0a0c0f;margin-bottom: 4px;color: #f9f9f9;}
.register-main .phone-input .input-wrap{width: 100%;display: flex;justify-content: space-between;align-items: center;min-height: 50px;}
.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;color: #999;}
.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: #F44336;}
.register-main .phone-input .input-wrap textarea{width: calc(100% - 120px);height: 80px;font-size: 14px;background: transparent;border: 0;color: #999;padding: 10px 0;}
.register-main .info-btn{width: calc(100% - 32px);line-height: 50px;border-radius: 25px;background: linear-gradient(135deg, #E91E63, #F44336 100%);text-align: center;font-size: 16px;color: #fff;border: 0;margin-left: 16px;margin-top: 20px;margin-bottom: 20px;}
.p-read{font-size: 12px;}
.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: #F44336;}
.pay-chapter-box .buy-btn{width: 100%;line-height: 44px;    background: linear-gradient(135deg, #E91E63, #F44336 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, #E91E63, #F44336 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;}
