/* ==================== SweetAlert 弹窗样式 ==================== */
body.stop-scrolling{height:100%;overflow:hidden}
.sweet-overlay{background-color:#000;background-color:rgba(0,0,0,.4);position:fixed;left:0;right:0;top:0;bottom:0;display:none;z-index:10000}
.sweet-alert{background-color:#fff;font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;width:478px;padding:17px;border-radius:5px;text-align:center;position:fixed;left:50%;top:50%;margin-left:-239px;margin-top:-200px;overflow:hidden;display:none;z-index:99999;box-shadow:0 10px 40px rgba(0,0,0,.15)}
.sweet-alert h2{color:#575757;font-size:30px;text-align:center;font-weight:600;text-transform:none;position:relative;margin:25px 0;padding:0;line-height:40px;display:block}
.sweet-alert p{color:#797979;font-size:16px;font-weight:300;position:relative;text-align:inherit;float:none;margin:0;padding:0;line-height:normal}
.sweet-alert fieldset{border:none;position:relative}
.sweet-alert .sa-error-container{background-color:#f1f1f1;margin-left:-17px;margin-right:-17px;overflow:hidden;padding:0 10px;max-height:0;transition:padding .15s,max-height .15s}
.sweet-alert .sa-error-container.show{padding:10px 0;max-height:100px;transition:padding .25s,max-height .25s}
.sweet-alert .sa-error-container .icon{display:inline-block;width:24px;height:24px;border-radius:50%;background-color:#ea7d7d;color:#fff;line-height:24px;text-align:center;margin-right:3px}
.sweet-alert .sa-error-container p{display:inline-block}
.sweet-alert .sa-input-error{position:absolute;top:29px;right:26px;width:20px;height:20px;opacity:0;transform:scale(.5);transform-origin:50% 50%;transition:all .1s}
.sweet-alert .sa-input-error::after,.sweet-alert .sa-input-error::before{content:"";width:20px;height:6px;background-color:#f06e57;border-radius:3px;position:absolute;top:50%;margin-top:-4px;left:50%;margin-left:-9px}
.sweet-alert .sa-input-error::before{transform:rotate(-45deg)}
.sweet-alert .sa-input-error::after{transform:rotate(45deg)}
.sweet-alert .sa-input-error.show{opacity:1;transform:scale(1)}
.sweet-alert input{width:100%;box-sizing:border-box;border-radius:3px;border:1px solid #d7d7d7;height:43px;margin-top:10px;margin-bottom:17px;font-size:18px;box-shadow:inset 0 1px 1px rgba(0,0,0,.06);padding:0 12px;display:none;transition:all .3s}
.sweet-alert input:focus{outline:0;box-shadow:0 0 3px #c4e6f5;border:1px solid #b4dbed}
.sweet-alert.show-input input{display:block}
.sweet-alert button{background-color:#AEDEF4;color:#fff;border:none;box-shadow:none;font-size:17px;font-weight:500;border-radius:5px;padding:10px 32px;margin:26px 5px 0;cursor:pointer;transition:background-color .2s}
.sweet-alert button:focus{outline:0;box-shadow:0 0 2px rgba(128,179,235,.5),inset 0 0 0 1px rgba(0,0,0,.05)}
.sweet-alert button:hover{background-color:#a1d9f2}
.sweet-alert button:active{background-color:#81ccee}
.sweet-alert button.cancel{background-color:#D0D0D0}
.sweet-alert button.cancel:hover{background-color:#c8c8c8}
.sweet-alert button.cancel:active{background-color:#b6b6b6}
.sweet-alert button.cancel:focus{box-shadow:rgba(197,205,211,.8) 0 0 2px,rgba(0,0,0,.0470588) 0 0 0 1px inset!important}
.sweet-alert button::-moz-focus-inner{border:0}
.sweet-alert[data-has-cancel-button=false] button{box-shadow:none!important}
.sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false]{padding-bottom:40px}
.sweet-alert .sa-icon{width:80px;height:80px;border:4px solid gray;border-radius:50%;margin:20px auto;padding:0;position:relative;box-sizing:content-box}
.sweet-alert .sa-icon.sa-error{border-color:#F27474}
.sweet-alert .sa-icon.sa-error .sa-x-mark{position:relative;display:block}
.sweet-alert .sa-icon.sa-error .sa-line{position:absolute;height:5px;width:47px;background-color:#F27474;display:block;top:37px;border-radius:2px}
.sweet-alert .sa-icon.sa-error .sa-line.sa-left{transform:rotate(45deg);left:17px}
.sweet-alert .sa-icon.sa-error .sa-line.sa-right{transform:rotate(-45deg);right:16px}
.sweet-alert .sa-icon.sa-warning{border-color:#F8BB86}
.sweet-alert .sa-icon.sa-warning .sa-body{position:absolute;width:5px;height:47px;left:50%;top:10px;border-radius:2px;margin-left:-2px;background-color:#F8BB86}
.sweet-alert .sa-icon.sa-warning .sa-dot{position:absolute;width:7px;height:7px;border-radius:50%;margin-left:-3px;left:50%;bottom:10px;background-color:#F8BB86}
.sweet-alert .sa-icon.sa-info{border-color:#C9DAE1}
.sweet-alert .sa-icon.sa-info::before{content:"";position:absolute;width:5px;height:29px;left:50%;bottom:17px;border-radius:2px;margin-left:-2px;background-color:#C9DAE1}
.sweet-alert .sa-icon.sa-info::after{content:"";position:absolute;width:7px;height:7px;border-radius:50%;margin-left:-3px;top:19px;background-color:#C9DAE1}
.sweet-alert .sa-icon.sa-success{border-color:#A5DC86}
.sweet-alert .sa-icon.sa-success::after,.sweet-alert .sa-icon.sa-success::before{content:'';position:absolute;width:60px;height:120px;background:#fff;transform:rotate(45deg)}
.sweet-alert .sa-icon.sa-success::before{border-radius:120px 0 0 120px;top:-7px;left:-33px;transform:rotate(-45deg);transform-origin:60px 60px}
.sweet-alert .sa-icon.sa-success::after{border-radius:0 120px 120px 0;top:-11px;left:30px;transform:rotate(-45deg);transform-origin:0 60px}
.sweet-alert .sa-icon.sa-success .sa-placeholder{width:80px;height:80px;border:4px solid rgba(165,220,134,.2);border-radius:50%;box-sizing:content-box;position:absolute;left:-4px;top:-4px;z-index:2}
.sweet-alert .sa-icon.sa-success .sa-fix{width:5px;height:90px;background-color:#fff;position:absolute;left:28px;top:8px;z-index:1;transform:rotate(-45deg)}
.sweet-alert .sa-icon.sa-success .sa-line{height:5px;background-color:#A5DC86;display:block;border-radius:2px;position:absolute;z-index:2}
.sweet-alert .sa-icon.sa-success .sa-line.sa-tip{width:25px;left:14px;top:46px;transform:rotate(45deg)}
.sweet-alert .sa-icon.sa-success .sa-line.sa-long{width:47px;right:8px;top:38px;transform:rotate(-45deg)}
.sweet-alert .sa-icon.sa-custom{background-size:contain;border-radius:0;border:none;background-position:center center;background-repeat:no-repeat}
@keyframes showSweetAlert{0%{transform:scale(.7)}45%{transform:scale(1.05)}80%{transform:scale(.95)}100%{transform:scale(1)}}
@keyframes hideSweetAlert{0%{transform:scale(1)}100%{transform:scale(.5)}}
@keyframes slideFromTop{0%{top:0}100%{top:50%}}
@keyframes slideToTop{0%{top:50%}100%{top:0}}
@keyframes slideFromBottom{0%{top:70%}100%{top:50%}}
@keyframes slideToBottom{0%{top:50%}100%{top:70%}}
.showSweetAlert[data-animation=pop]{animation:showSweetAlert .3s}
.showSweetAlert[data-animation=none]{animation:none}
.showSweetAlert[data-animation=slide-from-top]{animation:slideFromTop .3s}
.showSweetAlert[data-animation=slide-from-bottom]{animation:slideFromBottom .3s}
.hideSweetAlert[data-animation=pop]{animation:hideSweetAlert .2s}
.hideSweetAlert[data-animation=none]{animation:none}
.hideSweetAlert[data-animation=slide-from-top]{animation:slideToTop .4s}
.hideSweetAlert[data-animation=slide-from-bottom]{animation:slideToBottom .3s}
@keyframes animateSuccessTip{0%,54%{width:0;left:1px;top:19px}70%{width:50px;left:-8px;top:37px}84%{width:17px;left:21px;top:48px}100%{width:25px;left:14px;top:45px}}
@keyframes animateSuccessLong{0%,65%{width:0;right:46px;top:54px}84%{width:55px;right:0;top:35px}100%{width:47px;right:8px;top:38px}}
@keyframes rotatePlaceholder{0%,5%{transform:rotate(-45deg)}100%,12%{transform:rotate(-405deg)}}
.animateSuccessTip{animation:animateSuccessTip .75s}
.animateSuccessLong{animation:animateSuccessLong .75s}
.sa-icon.sa-success.animate::after{animation:rotatePlaceholder 4.25s ease-in}
@keyframes animateErrorIcon{0%{transform:rotateX(100deg);opacity:0}100%{transform:rotateX(0deg);opacity:1}}
.animateErrorIcon{animation:animateErrorIcon .5s}
@keyframes animateXMark{0%,50%{transform:scale(.4);margin-top:26px;opacity:0}80%{transform:scale(1.15);margin-top:-6px}100%{transform:scale(1);margin-top:0;opacity:1}}
.animateXMark{animation:animateXMark .5s}
@keyframes pulseWarning{0%{border-color:#F8D486}100%{border-color:#F8BB86}}
.pulseWarning{animation:pulseWarning .75s infinite alternate}
@keyframes pulseWarningIns{0%{background-color:#F8D486}100%{background-color:#F8BB86}}
.pulseWarningIns{animation:pulseWarningIns .75s infinite alternate}

/* ==================== 全局基础样式 ==================== */
@charset "utf-8";
*{margin:0;padding:0;box-sizing:border-box}
:after,:before{box-sizing:border-box}
ol,ul{list-style:none}
h1{font-size:36px}
h2{font-size:32px}
h3{font-size:24px}
h4{font-size:18px}
h5{font-size:16px}
h6{font-size:14px}
h1,h2,h3,h4,h5,h6{font-weight:400}
div{cursor:default}
a,button{color:#6f78a7;text-decoration:none;outline:0;-webkit-tap-highlight-color:transparent;transition:color .2s ease}
a:hover{color:#E91E63}
a:active,a:focus,a:hover{text-decoration:none}
button{border:0}
button:hover,input.btn{cursor:pointer}
img{display:block;max-width:100%;height:auto}
.input-text{padding:0 5px}

/* 布局辅助类 */
.container{position:relative;width:1024px;margin-right:auto;margin-left:auto}
.row{position:relative;margin:10px auto 20px;padding:0}
.clearfix:after,.clearfix:before,.container:after,.container:before,.row:after,.row:before{display:table;content:" ";clear:both}
.fix{zoom:1}
.fix:after,.fix:before{display:block;content:"clear";height:0;clear:both;overflow:hidden;visibility:hidden}
.none{display:none}
.z{float:left}
.y{float:right}
.fl{float:left}
.fr{float:right}

/* 页面主体 */
body{background-color:#e9faff;color:#555;font-size:12px;font-family:Arial,"Microsoft YaHei",sans-serif;margin:0 auto;width:1024px;overflow-x:hidden;line-height:1.5}

/* ==================== 顶部栏 ==================== */
.topbar{background-color:#e1eced;border-bottom:1px solid #a6d3e8;color:gray;height:29px;min-width:950px;width:100%;font-size:12px}
.topbar-con{line-height:28px;text-indent:16px;vertical-align:middle;width:1024px;margin:0 auto;padding:0 10px;box-sizing:border-box}
.topbar a{color:gray;transition:color .2s}
.topbar a:hover{color:#2196F3}
.topbar-sethome,.topbar-addfavorite,.topbar-login .btn-submit,.detail-box .imgbox .flag{background:url("all.gif") no-repeat scroll 0 0 transparent}
.topbar-sethome{background-position:0 8px;float:left;margin-right:20px}
.topbar-addfavorite{background-position:0 -12px;float:left}
.topbar-right{float:right;font-size:13px}
.topbar-login .input-text{border:1px solid #a6d3e8;height:20px;width:90px;margin:4px 0;vertical-align:top;outline:0 none;margin-right:15px;border-radius:2px;padding:0 5px}
.topbar-login .btn-submit{background-position:0 -96px;border:medium none;color:#2a4e8a;font-size:12px;height:21px;line-height:21px;text-align:center;width:51px;vertical-align:top;margin-top:3px;margin-right:30px}

/* ==================== 头部区域 ==================== */
.header{height:62px;width:1024px;margin:auto;position:relative}
.header .logo a{font-family:楷体_GB2312,STKaiti;display:block;float:left;height:60px;width:250px;line-height:75px;color:#0065b5;font-size:40px;text-shadow:#8c8989 3px 3px 6px;transition:all .3s}
.header .logo a:hover{color:#2196F3;text-shadow:#8c8989 4px 4px 8px}
.header .btn{color:#fff;padding:6px 10px;margin-left:10px;border-radius:3px;background-color:#007bb1;transition:background-color .2s}
.header .btn:hover{background-color:#2196F3}

/* 搜索表单 */
.search-form{float:left;width:520px;margin:20px auto auto 30px}
.search-form #searchType{height:32px;line-height:32px;box-sizing:border-box;border:1px solid #88c6e5;color:#88c6e5;padding:0 3px;border-radius:3px;outline:none}
.search-form .input-key{border:1px solid #a6d3e8;font:14px/32px arial;height:32px;width:320px;padding:0 10px;border-radius:3px 0 0 3px;outline:none;transition:border-color .2s}
.search-form .input-key:focus{border-color:#2196F3}
.search-form .btn-tosearch{background:#88c6e5;color:#fff;cursor:pointer;font-size:14px;height:32px;width:95px;border:0 none;border-radius:0 3px 3px 0;transition:background-color .2s}
.search-form .btn-tosearch:hover{background:#2196F3}

/* ==================== 导航栏 ==================== */
.nav{background:#88c6e5;height:40px;overflow:hidden;width:1024px;margin:10px auto auto;padding:0 10px;border-radius:3px}
.nav li{float:left;line-height:40px}
.nav li a{color:#fff;font-size:15px;font-weight:700;padding:0 12px;display:block;transition:background-color .2s}
.nav li a:hover{background:rgba(255,255,255,.2);color:#fff}

/* ==================== 布局系统 ==================== */
.layout,.layout2{background:#fef9ef;border:3px solid #c3dfea;float:left;overflow:hidden;width:100%;padding:0;border-radius:5px}
.layout2{border:3px solid #88c6e5;background:#e1eced}
.row .layout-col1{width:29%;float:right}
.row .layout-col2{width:70%}
.row .layout-col3{width:100%}

/* 布局标题 */
.layout-tit{background-color:#e1eced;border-bottom:1px solid #ddd;font-size:14px;font-weight:700;height:32px;line-height:32px;overflow:hidden;margin:0;padding:0 10px;color:#333}
.layout2 .layout-tit{margin:0;overflow:hidden;padding:0 0 0 10px;background-color:#a6d3e8;height:32px;line-height:32px;font-size:14px;font-weight:700;border-bottom:solid 1px #ddd;color:#fff}

/* ==================== 小说卡片 ==================== */
.layout-col2 .item{width:50%;padding:5px 0 5px 10px;float:left;transition:transform .2s}
.layout-col2 .item:hover{transform:translateY(-2px)}
.layout-col2 .item .image{width:124px;max-height:154px;overflow:hidden;float:left}
.layout-col2 .item .image img{background-color:#fff;border:1px solid #ddd;padding:1px;width:124px;height:154px;transition:border-color .2s}
.layout-col2 .item:hover .image img{border-color:#88c6e5}
.layout-col2 .item dl{float:right;width:200px;padding:0 10px}
.layout-col2 .item dl dt{border-bottom:1px dotted #a6d3e8;font-size:14px;font-weight:700;height:26px;line-height:26px;overflow:hidden}
.layout-col2 .item dl dt span{color:#b3b3b3;float:right;font-weight:400}
.layout-col2 .item dl dd{line-height:20px;overflow:hidden;text-indent:2em;padding:7px 0 0;color:#666}

.layout-col3 .item{width:33.33%;padding:10px 0 10px 10px;float:left;transition:transform .2s}
.layout-col3 .item:nth-child(n+4){padding-top:0}
.layout-col3 .item:hover{transform:translateY(-2px)}
.layout-col3 .item .image{width:124px;max-height:154px;overflow:hidden;float:left}
.layout-col3 .item .image img{background-color:#fff;border:1px solid #ddd;padding:1px;width:124px;height:154px;transition:border-color .2s}
.layout-col3 .item:hover .image img{border-color:#88c6e5}
.layout-col3 .item dl{float:right;width:200px;padding:0 10px}
.layout-col3 .item dl dt{border-bottom:1px dotted #a6d3e8;font-size:14px;font-weight:700;height:26px;line-height:26px;overflow:hidden}
.layout-col3 .item dl dt span{color:#b3b3b3;float:right;font-weight:400}
.layout-col3 .item dl dd{line-height:20px;overflow:hidden;text-indent:2em;padding:7px 0 0;color:#666}

/* ==================== 文本列表 ==================== */
.txt-list{padding:4px 10px}
.txt-list li{border-bottom:1px solid #ddd;height:32px;line-height:32px;overflow:hidden;transition:background-color .2s}
.txt-list li:hover{background-color:#f5f5f5}
.txt-list li span{float:left}
.txt-list li a{color:#6f78a7}
.txt-list .s1{width:60px}
.txt-list .s5{float:right}
.txt-list-row5 .s1{width:75px}
.txt-list-row5 .s2{width:165px}
.txt-list-row5 .s3{width:280px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.txt-list-row5 .s4{color:#b3b3b3;width:90px;text-align:right}
.txt-list-row5 .s5{color:#b3b3b3}

/* ==================== 排行榜 ==================== */
.tp-box{width:33.33%;float:left;border-right:dotted 1px #a6d3e8}
.tp-box:last-child{border-right:none}
.tp-box h2{background-color:#f6f8fe;border-bottom:solid 1px #a6d3e8;font-size:14px;font-weight:700;padding-left:10px;line-height:26px;height:26px;overflow:hidden;color:#333}
.tp-box .top{overflow:hidden;padding-bottom:10px}
.tp-box .top .image{padding:10px 0 0 10px;float:left}
.tp-box .top .image img{width:72px;height:86px;border:solid 1px #ddd;padding:1px;background-color:#fff;transition:border-color .2s}
.tp-box .top:hover .image img{border-color:#88c6e5}
.tp-box .top dl{padding:10px 10px 0;float:right;width:240px}
.tp-box .top dl dt{height:25px;line-height:25px;overflow:hidden;font-weight:700}
.tp-box ul{padding:10px 10px 0;overflow:hidden}
.tp-box ul li{border-bottom:solid 1px #ddd;color:#b3b3b3;height:26px;line-height:26px;font-size:12px;overflow:hidden;float:left;width:50%;transition:background-color .2s}
.tp-box ul li:hover{background-color:#f5f5f5}
.tp-box ul li a{font-size:13px}

/* ==================== 页脚 ==================== */
.pc-footer{border-top:2px solid #88c6e5;text-align:center;width:1024px;margin:0 auto;line-height:24px;padding:10px 0;color:#666}

/* ==================== 详情页 ==================== */
.row-detail .layout-col1,.row-rank .layout-col1,.row-section .layout-col1{width:253px;margin-right:4px;margin-bottom:10px;float:left;padding-bottom:0;border:2px solid #88c6e5;border-radius:5px}
.row-rank .mr0{margin-right:0}
.row-detail .layout-tit,.row-rank .layout-tit{border-bottom:1px solid #88c6e5}
.tab-hd{float:right}
.tab-hd li{font-weight:400;cursor:pointer;float:left;height:31px;line-height:31px;overflow:hidden;color:#999;padding:0 8px;transition:all .2s}
.tab-hd li:hover{color:#2196F3}
.tab-hd .active{color:#333;border-bottom:2px solid #88c6e5}
.row-rank .txt-list li{border-bottom:0 none}
.row-rank .txt-list .s1{max-width:26px;font-style:italic;color:#999;font-family:Verdana}
.row-rank .txt-list .s2{width:142px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.row-rank .txt-list .s5{width:36px;font-family:Verdana;color:#999;text-align:right}

.row-detail{margin-bottom:0}
.row-detail .layout-col1,.row-section .layout-col1{width:100%;float:none;background:0 0}
.row-detail .layout-tit{font-size:12px;font-weight:400}
.detail-box{overflow:hidden;padding:10px 0}
.detail-box .imgbox{background-color:#e1eced;float:left;width:150px;margin:12px;padding:12px;position:relative;border-radius:5px}
.detail-box .imgbox img{height:150px;width:120px;margin:3px;border-radius:3px}
.detail-box .imgbox .flag{top:8px;right:8px;width:88px;height:88px;position:absolute;z-index:999;background-position:0 -294px}
.detail-box .imgbox .flag-over{background-position:0 -206px}
.detail-box .info{float:left;width:780px;font-size:15px;overflow:hidden}
.detail-box .info .top{padding:0 10px}
.detail-box h1{font-family:'黑体';font-size:28px;font-weight:700;overflow:hidden;margin:auto;margin-top:7px;color:#333}
.detail-box .info p{height:26px;line-height:26px;width:350px;margin:auto;float:left;overflow:hidden}
.detail-box .info p a{transition:color .2s}
.detail-box .desc{overflow:hidden;line-height:150%;border-top:1px dashed #88c6e5;padding:10px;font-size:13px;height:90px;line-height:20px;color:#666}

/* ==================== 章节列表 ==================== */
.row-section .layout-tit{text-align:center;font-weight:400;border-bottom-color:#c3dfea;background:#c3dfea;color:#333}
.section-list{overflow:hidden}
.section-list h3{display:block;padding:10px;font-size:16px;font-weight:700}
.section-list li{width:25%;padding-left:10px;height:38px;line-height:38px;border-bottom:1px dashed #ccc;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;float:left;box-sizing:border-box;transition:background-color .2s}
.section-list li:hover{background-color:#f5f5f5}
.section-list li a{color:#444}
.section-list li a:visited{color:#d6d6d6}
.section-list li a:hover{color:#E91E63}

/* ==================== 阅读器 ==================== */
.reader-fun{float:right}
.reader-fun .select{width:60px;outline:0 none;vertical-align:middle;margin:-3px 4px 0 0}
.reader-main{position:relative}
.reader-main .title{padding:20px 20px 10px;font:25px/35px '黑体';text-align:center;color:#333}
.reader-main .section-opt{text-align:center;font-size:14px;padding:15px 0;border-bottom:1px dashed #88c6e5}
.reader-main .m-bottom-opt{border-top:1px dashed #88c6e5;border-bottom:0 none;margin-top:10px}
.reader-main .section-opt a{margin:0 10px;color:#085308;transition:color .2s}
.reader-main .section-opt a:hover{color:#2196F3}
.reader-main .content{font-size:24px;line-height:200%;padding-top:15px;width:85%;margin:auto;text-align:justify;color:#333}

/* 夜间模式 */
.nightmode{background:#32373b}
.nightmode .reader-main{color:#999}
.nightmode .section-opt a{background-color:#3e4245;color:#ccc;border:1px solid #313538}

/* 护眼模式 */
.huyanmode{background:#dcecd2}
.huyanmode .reader-main{color:#3b3b3b}
.huyanmode .section-opt a{background-color:#cce2bf;color:green;border:1px solid #bbd6aa}

/* ==================== 分页 ==================== */
.pagination{width:auto;overflow:hidden;font-size:13px;margin:20px 0}
.pagination-mga{display:table;margin:4px auto 10px}
.pagination li{width:auto;border:1px solid #ddd;border-left:none;background:#fdf9ef;float:left;transition:background-color .2s}
.pagination li:first-child{border-left:1px solid #ddd;border-radius:3px 0 0 3px;cursor:default}
.pagination li:last-child{border-radius:0 3px 3px 0}
.pagination .hd,.pagination a{display:inline;padding:6px 12px}
.pagination .active a,.pagination a:hover{color:#fff;border-color:#a6d3e8;background:#a6d3e8}

.listpage{margin:10px;height:36px;line-height:36px;overflow:hidden}
.listpage span{height:36px;line-height:36px;text-align:center}
.listpage .left{float:left;width:25%}
.listpage .left a,.listpage .right a{display:inline-block;height:36px;width:90%;transition:background-color .2s}
.listpage .left a{float:left}
.listpage .right a{float:right}
.listpage .right{float:right;width:25%}
.listpage .middle{width:49%;border:1px solid #dfdfdf;height:34px;display:block;float:left;border-radius:5px}
.listpage .middle em{display:inline-block;width:80%;text-align:center;color:#999;font-style:normal;float:left;line-height:36px;height:30px}
.listpage .middle a{display:inline-block;float:left;width:19%;height:36px;line-height:36px;vertical-align:middle}
.listpage .middle select{border:none;color:#999;display:inline-block;float:left;font-style:normal;height:34px;line-height:34px;text-align:center;width:100%;outline:none}
.listpage .onclick{background:#4baacd;color:#fff}
.listpage .before{background:#cecece;color:#fff}

/* ==================== 筛选导航 ==================== */
.sort_nav{padding:10px;background:#e1eced;border:3px solid #88c6e5;border-radius:5px}
.sort_nav>p{height:36px;line-height:36px;font-size:16px;border-bottom:1px dashed #ddd;padding:0 5px;color:#2196F3}
.sort_nav>p>a{padding:0 8px;color:#666;transition:color .2s}
.sort_nav>p>a.on{color:#F44336}
.sort_nav>p>a:hover{color:#ff8018}

.sort_page_num{text-align:center}
.sort_page_num>a{padding:5px 10px;background:#4ab2e6;margin:5px;color:#fff;border-radius:3px;transition:background-color .2s}
.sort_page_num>a.prev_off{background:#eee}
.sort_page_num>a:hover,.sort_page_num>a.page_on{background:#3F51B5}

/* ==================== 登录/注册 ==================== */
.novel_login .login{line-height:50px;background:#fff;overflow:hidden;padding:10px;box-sizing:border-box;border:1px solid #ebf1f3;margin:50px auto;width:350px;position:relative;border-radius:5px;box-shadow:0 2px 10px rgba(0,0,0,.1)}
.novel_login .login h2{font-size:18px;text-align:center;height:34px;line-height:24px;border-bottom:1px solid #eee;color:#2c7498;letter-spacing:0.5em}
.novel_login .login a{height:30px;line-height:30px;color:#F44336;transition:color .2s}
.novel_login .login i{position:absolute;left:29%}
.novel_login .login input[type="text"],.login input[type="password"]{width:220px;padding:0px;border:none;outline:medium;height:30px;line-height:30px;padding-left:10px;background:#F7F7F7;border-radius:3px}
.novel_login .login_name,.login_pass,.login_email,.login_code{width:100%;overflow:hidden;box-sizing:border-box}
.novel_login .login .l1,.login .l2{float:left}
.login_xs #logintips{text-align:center;color:#de2900}
.novel_login .login .l1{width:75px;text-align:right}
.novel_login .login .l2{width:100%;text-align:left;position:absolute;box-sizing:border-box;padding-left:100px;right:10px;overflow:hidden}
.novel_login .login_code2{margin:0;padding:0 0 10px;text-align:center;border-bottom:1px solid #eee}
.novel_login .login_code2>img{display:block;margin:20px auto 0;cursor:pointer;width:150px}
.novel_login .login_btn{text-align:center;margin:0;overflow:hidden}
.novel_login .login_btn a{display:block;color:#fff;border-radius:2px;text-align:center;margin:20px 60px;box-sizing:border-box;border:1px solid #2196F3;color:#2196F3;height:40px;line-height:40px;transition:all .2s}
.novel_login .login_btn a.ok{color:#fff;background:#03A9F4}
.novel_login .login_btn a.ok:hover{background:#3F51B5;border:1px solid #3F51B5}
.novel_login .login .login_save{width:20px;height:20px;padding:5px}
.novel_login .login_code{margin-bottom:0}

/* ==================== 书架/记录 ==================== */
.novel_mybook .txt-list-row5 .s1{width:115px}
.novel_mybook .txt-list-row5 .s2{width:115px}
.novel_mybook .txt-list-row5 .s4{width:280px;text-align:left}
.novel_mybook .txt-list-row5 .s5>a{display:inline-block;padding:0 10px;margin:0 10px;background:#03A9F4;height:26px;line-height:26px;border-radius:3px;color:#fff;cursor:pointer;transition:all .3s}
.novel_mybook .txt-list-row5 .s5>a.xsdel{background:#F44336}
.novel_mybook .txt-list-row5 .s5>a:hover{background:#673AB7}

.novel_tmpbook .txt-list-row5 .s1{width:258px}
.novel_tmpbook .txt-list-row5 .s2{width:150px}
.novel_tmpbook .txt-list-row5 .s3{width:280px;text-align:left}
.novel_tmpbook .txt-list-row5 .s5{text-align:center;width:280px}
.novel_tmpbook .txt-list-row5 .s5>a{display:inline-block;padding:0 10px;margin:0 10px;background:#03A9F4;height:26px;line-height:26px;border-radius:3px;color:#fff;cursor:pointer;transition:all .3s}
.novel_tmpbook .txt-list-row5 .s5>a.xsdel{background:#F44336}
.novel_tmpbook .txt-list-row5 .s5>a.a3{background:#00c3b1}
.novel_tmpbook .txt-list-row5 .s5>a:hover{background:#673AB7}

/* ==================== 杂项 ==================== */
.grid{width:90%;max-width:580px;margin:50px auto;border:2px solid #c3dfea;border-collapse:collapse;padding:3px;font-size:14px;border-radius:5px}
.grid caption{background-color:#e1eced;border:solid 2px #c3dfea;border-bottom:0;font-size:14px;font-weight:700;margin:auto;padding-bottom:5px;padding-top:5px;text-align:center;vertical-align:middle}
.grid td{background-color:#fff!important;border:1px solid #c3dfea;padding:8px 10px;position:relative}
.grid .td-width{width:22%}
.grid .select,.grid input{border:1px solid #a6d3e8;font:14px/32px arial;height:32px;margin-right:5px;padding:0 10px;border-radius:4px;background:#fff;outline:none}
.grid .select,.grid .text{width:80%}
.grid .select:focus,.grid input:focus{border-color:#66afe9;outline:0;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}
.red{color:red}

.history-table{width:100%;margin:20px auto;border:3px solid #a6d3e8;background:#fef9ef;text-align:left;border-spacing:0;border-radius:5px}
.history-table caption{margin:0;text-align:left;background-color:#a6d3e8;font-size:14px;font-weight:700;height:30px;line-height:30px;overflow:hidden;padding:0 0 0 10px}
.history-table th{font-size:14px}
.history-table td,.history-table th{padding:10px;border-bottom:solid 1px #ddd}

.tag_news{height:70px}
.tag_news>a{padding:0 5px}

.first_txt{font-size:14px;box-sizing:border-box;padding:20px}
.first_txt>p{text-indent:2em;line-height:24px;margin-bottom:1em;color:#666}

.btn-mulu{padding:10px;display:block;width:160px;text-align:center;margin:10px auto;border-radius:5px;background:#03A9F4;color:#fff;font-size:16px;transition:all 0.3s}
.btn-mulu:hover{background:#3f51b5}

.page_num{text-align:center;font-size:14px;box-sizing:border-box;padding:10px;width:330px;margin:0 auto}
.page_num select{padding:0 10px;height:34px;line-height:35px;box-sizing:border-box;border:1px solid #2196F3;background:#fff;border-radius:5px;margin:0 10px;width:140px;cursor:pointer;outline:none}
.page_num a{height:34px;line-height:35px;padding:0 15px;display:block;margin:0;box-sizing:border-box;background:#2196F3;color:#fff;border-radius:5px;transition:all 0.3s}
.page_num a:hover{background:#E91E63}

.word_read{box-sizing:border-box;padding:20px;font-size:14px;background:#f9f9f9;border-radius:5px}
.word_read>p{text-indent:2em;padding-bottom:1.5em;font-size:18px;line-height:1.5em;color:#333}
.word_read>h3{text-align:center;color:#085d88;letter-spacing:0.1em}

.read_btn{box-sizing:border-box;padding:10px;text-align:center}
.read_btn>a{padding:5px 10px;cursor:pointer;transition:color .2s}
.read_btn>a:hover{color:#E91E63}

.dvfd{background:#fff;width:200px;height:140px;position:absolute;top:50%;left:50%;margin-top:-70px;margin-left:-100px;box-shadow:0 0 5px rgba(0,0,0,0.35);text-align:center;border-radius:5px;z-index:99999;position:fixed}
.dvfd .red{display:block;margin:35px 0 15px;font-size:18px}
.dvfd .qdbtn{background:#03A9F4;display:inline-block;padding:5px 30px;color:#fff;border-radius:3px;font-size:16px;border:solid 1px #2196F3;transition:all .2s}
.dvfd .qdbtn:hover{background:#F44336;border:solid 1px #E91E63}

#qs_login a{padding:0 5px;margin:0 5px}

.index-container{display:flex;justify-content:space-between;padding:10px}
#indexselect{width:49%;margin:0 1rem;text-indent:5px;border:none;border-bottom:1px solid #108ee9;background:#fff;outline:0}
.index-container-btn{background:#4baacd;color:#fff;border-radius:3px;height:34px;line-height:34px;text-align:center;display:block;width:25%;transition:background-color .2s}
.index-container-btn:hover{background:#2196F3}

.hotcmd-wp{padding:20px 0;background:#fff;max-width:1024px;margin:0 auto;border-radius:5px}
.hotcmd-wp .cmd-hd{display:flex;color:#989898;justify-content:center;align-items:center}
.hotcmd-wp .cmd-hd i{width:40px;height:1px;background:#dadada}
.hotcmd-wp .cmd-hd span{font-size:16px;margin:0 15px}
.hotcmd-wp .cmd-bd{display:flex;flex-wrap:wrap;justify-content:space-between;padding:20px 10px 0}
.hotcmd-wp .cmd-bd .item{flex:0 0 48%;padding:8px 10px;border-radius:5px;font-size:14px;background-color:#f5f5f5;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-bottom:10px;color:#444;text-align:center;transition:background-color .2s}
.hotcmd-wp .cmd-bd .item:hover{background-color:#e9f5ff}
.hotcmd-box{padding:10px 10px 0 10px;font-size:14px;line-height:1.8}
.hotcmd-box a{display:inline-block}

/* 隐藏移动端元素 */
.xs-show,.aznav,.m-nav,.m-footer,.m-setting,.header .m-user{display:none!important}
