@charset 'UTF-8';
*{
    margin:0;
    padding:0;
}
ul,ol,li{
    list-style: none;
}
a{
    text-decoration: none;
}
.book-list-wrap .book-list li, .classify-list dd {
    overflow: hidden
}

h3.wrap-title {
    border-bottom: 1px solid #666
}

.error, .success {
    margin-right: 5px
}

.success {
    color: #8ccd0a
}

.error {
    color: #ed4259
}

.red {
    color: #bf2c24
}

.pink {
    color: #ed4259
}

.blue {
    color: #3f5a93
}

.blue:hover {
    color: #2972cc
}

.gray {
    color: #a6a6a6
}

.gray:hover {
    color: #a6a6a6
}

.lbf-textarea-placeholder {
    font-size: 12px;
    position: absolute;
    top: 8px !important;
    left: 12px !important;
    color: #999
}

.qd-checkbox {
    width: 12px;
    height: 12px;
    vertical-align: middle;
    background: url(/qd/images/ico/qd_checkbox.4e604.png) no-repeat
}

.qd-checkbox.disabled {
    background-position: 0 0
}

.qd-checkbox.disabled:hover {
    background-position: 0 0
}

.qd-checkbox:hover {
    background-position: 0 -12px
}

.qd-checkbox.checked {
    background-position: 0 -24px
}

.lbf-checkbox {
    display: inline-block;
    width: 12px;
    height: 12px;
    vertical-align: middle;
    background: url(/qd/images/ico/qd_checkbox.4e604.png) no-repeat
}

.lbf-checkbox.lbf-checkbox-hover {
    background-position: 0 -12px
}

.lbf-checkbox.lbf-checkbox-checked {
    background-position: 0 -24px
}

.lbf-checkbox + label {
    font: 12px/17px Arial, '-apple-system', Simsun;
    display: inline-block;
    vertical-align: middle;
    color: #666
}

.lbf-checkbox + label:hover {
    color: #1a1a1a
}

.lbf-radio {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 8px;
    cursor: pointer;
    vertical-align: -1px;
    border: none;
    background: url(/qd/images/ico/qd_radio.54397.png) no-repeat;
    background-position: 0 -24px
}

.lbf-radio.lbf-radio-hover {
    background-position: 0 -12px
}

.lbf-radio.lbf-radio-checked {
    background-position: 0 0
}

.lbf-radio + label {
    display: inline-block
}

.op-tag {
    position: absolute;
    z-index: 5;
    right: 4px;
    bottom: 4px;
    width: 24px;
    height: 14px;
    background: url(/qd/images/common/op_tag.e4c83.png) no-repeat
}

.share-img {
    overflow: hidden;
    width: 0;
    height: 0;
    margin: 0 auto
}

embed.embed-fix {
    position: absolute;
    z-index: 2;
    top: -9999em;
    left: -9999em;
    width: 398px;
    height: 298px
}

.pin-nav-wrap.need-search .min-user li:first-child {
    display: block
}

.pin-nav-wrap.need-search .min-user li:first-child + li.line {
    display: block
}

.submit-input {
    position: absolute;
    clip: rect(0 0 0 0)
}

.pin-nav-wrap {
    position: fixed;
    z-index: 100000;
    top: -50px;
    left: 0;
    width: 100%;
    height: 42px;
    transition: .5s all;
    transform: translateZ(10px);
    background: #3e3d43;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .4)
}

.pin-nav-wrap.show {
    top: 0
}

.pin-nav-wrap .nav-list {
    height: 42px;
    margin-left: -10px
}
.pin-nav-wrap .nav-list ul{
    padding-left: 100px;
}
.pin-nav-wrap .nav-list li {
    float: left
}

.pin-nav-wrap .nav-list li.act a {
    line-height: 38px;
    height: 40px;
    transition: none;
    border-top: 2px solid #ed4259;
    background: #2b2a2e
}

.pin-nav-wrap .nav-list li.act a span {
    top: 17px;
    -webkit-transform: rotateX(-180deg);
    -moz-transform: rotateX(-180deg);
    transform: rotateX(-180deg)
}

.pin-nav-wrap .nav-list li.act .dropdown {
    display: block;
    animation: .15s ease-out;
    animation-name: fadeinT;
    background: #2b2a2e
}

.pin-nav-wrap .nav-list li.site {
    width: 95px;
    margin-right: 28px
}

.pin-nav-wrap .nav-list li.site a {
    width: 95px;
    color: #fff
}

.pin-nav-wrap .nav-list li.site a.pin-logo {
    display: block;
    width: 95px;
    height: 42px;
    /*background-image: url(/qd/images/pin_logo_1x.6068b.png);*/
    background-repeat: no-repeat;
    background-position: 10px 48%
}

.pin-nav-wrap .nav-list li.site .dropdown {
    width: 125px
}

.pin-nav-wrap .nav-list li.site.act a {
    height: 38px
}

.pin-nav-wrap .nav-list li a {
    font: 14px/42px Arial, HelveticaNeue-Light, 'Helvetica Neue Light', 'Microsoft YaHei', sans-serif;
    position: relative;
    display: block;
    overflow: hidden;
    height: 42px;
    padding: 0 15px;
    color: #ccc;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

.pin-nav-wrap .nav-list li a:hover {
    color: #fff
}

.pin-nav-wrap .nav-list li a span {
    position: absolute;
    top: 19px;
    right: 10px;
    width: 0;
    height: 0;
    transition: all .2s;
    border-top: 4px solid #ccc;
    border-right: 4px solid transparent;
    border-bottom: 0 none;
    border-left: 4px solid transparent
}

.pin-nav-wrap .nav-list li .dropdown {
    position: relative;
    display: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
    background: #3e3d42;
    width: 110px;
}

.pin-nav-wrap .nav-list li .dropdown a {
    font: 14px/38px Arial, HelveticaNeue-Light, 'Helvetica Neue Light', 'Microsoft YaHei', sans-serif;
    height: auto;
    padding: 2px 15px;
    color: #ccc;
    border-top: none
}

.pin-nav-wrap .nav-list li .dropdown a:hover {
    color: #fff;
    background: #000
}

.pin-nav-wrap .nav-list li.more a {
    width: 46px
}

.pin-nav-wrap .nav-list li.more a span {
    right: 15px
}

.pin-nav-wrap .nav-list li.more .dropdown a {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
}

.pin-nav-wrap .min-user .iconfont {
    font-size: 17px;
    display: inline-block;
    vertical-align: middle;
    color: #fff
}

.pin-nav-wrap .min-user .iconfont:hover {
    background: 0 0
}

.pin-nav-wrap .min-user li {
    position: relative;
    z-index: 11
}

.pin-nav-wrap .min-user li:first-child {
    display: none
}

.pin-nav-wrap .min-user li:first-child + li.line {
    display: none
}

.pin-nav-wrap .min-user li .pin-input {
    font-family: Arial, HelveticaNeue-Light, 'Helvetica Neue Light', 'Microsoft YaHei', sans-serif;
    font-size: 14px;
    position: absolute;
    z-index: 1;
    top: 8px;
    right: 42px;
    width: 150px;
    height: 26px;
    transition: color .3s, border .3s;
    opacity: 1;
    color: #e6e6e6;
    color: rgba(255, 255, 255, .7);
    border-bottom: 1px solid #aaa;
    background: #3e3d43;
    border-width: 0 0 1px 0;
    outline: none;
}

.pin-nav-wrap .min-user li .pin-input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #3e3d43 inset;
    -webkit-text-fill-color: #e6e6e6;
    -webkit-text-fill-color: rgba(255, 255, 255, .7)
}

.pin-nav-wrap .min-user li .pin-input:focus {
    color: #fff;
    border-bottom: 2px solid #fff
}

.pin-nav-wrap .min-user li.book-shelf a:hover {
    background: #2b2a2e
}

.pin-nav-wrap .min-user li.book-shelf i {
    margin-left: 5px
}

.pin-nav-wrap .min-user li.book-shelf cite {
    font-family: Arial;
    font-size: 11px;
    line-height: 1.4;
    display: inline-block;
    margin: -2px 0 0 4px;
    padding: 0 4px;
    vertical-align: middle;
    color: #fff;
    border-radius: 4px;
    background: #ed4259
}

.pin-nav-wrap .min-user li.book-shelf cite strong {
    font-weight: 400
}

.pin-nav-wrap .min-user li.book-shelf em {
    margin-top: -2px
}

.pin-nav-wrap .min-user li a {
    position: relative;
    z-index: 10;
    margin-right: 0;
    color: #fff;
    background: 0 0  ;
    float:left;
}
.pin-nav-wrap .min-user li.book-shelf a i em {
    color: #fff;
    border: 1px solid #bf2e1e;
    width: 16px;
    height: 16px;
    line-height: 16px;
    background: #d63f2e;
    border-radius: 5px;
    position: absolute;
    top: 2px;
    right: 2px;
    text-align: center;
    -webkit-font-smoothing: auto;
    font-smoothing: auto;
    font-size: 12px;
}
.pin-nav-wrap .min-user li a img{vertical-align: middle;}

.pin-nav-wrap .min-user li label#pin-search {
    line-height: 42px;
    display: block;
    height: 42px;
    margin-right: 10px
}

.pin-nav-wrap .min-user li.line {
    height: 24px;
    margin: 10px 0 0;
    border-right: 1px solid #515056
}

.pin-nav-wrap .min-user li.sign-out {
    position: relative;
    padding: 0 6px 0 15px
}

.pin-nav-wrap .min-user li.sign-out a {
    display: inline;
    margin-right: 8px;
    padding: 0;
    color: #ccc
}

.pin-nav-wrap .min-user li.sign-out a:hover {
    color: #fff
}

.pin-nav-wrap .min-user li.sign-in a {
    overflow: hidden;
    min-width: 80px;
    max-width: 156px;
    padding: 0 20px 0 10px;
    white-space: nowrap;
    text-overflow: ellipsis
}

.pin-nav-wrap .min-user li.sign-in a i {
    padding-right: 5px
}

.pin-nav-wrap .min-user li.sign-in .dropdown {
    position: absolute;
    top: 42px;
    right: 0;
    width: 100%
}

.pin-nav-wrap .min-user li.sign-in .dropdown a {
    text-align: left
}

.pin-nav-wrap .min-user li.sign-in .dropdown a.pin-user-name {
    overflow: hidden;
    height: 32px
}

.pin-nav-wrap .min-user li.sign-in .dropdown a i {
    padding-right: 0
}

#type-hover .classify-list {
    position: absolute;
    z-index: 100;
    top: 40px;
    display: none;
    animation: .15s ease-out;
    animation-name: fadeinT;
    box-shadow: 0 3px 5px #ccc
}

.classify-list {
    position: relative;
    top: -11px;
    width: 214px;
    height: 420px;
    border: 1px solid #e6e6e6;
    border-top: none
}

.classify-list dd {
    float: left;
    width: 50%;
    height: 60px;
    background: #f7f6f2
}

.classify-list dd a {
    display: block;
    color: #333
}

.classify-list dd a cite {
    position: relative;
    display: block;
    overflow: hidden;
    width: 85px;
    height: 43px;
    padding-top: 17px;
    padding-left: 17px
}

.classify-list dd a cite .rec {
    display: inline-block;
    width: 8px;
    height: 10px;
    margin-top: -4px;
    margin-left: 3px;
    vertical-align: middle;
    background: url(/qd/images/index/rec.23462.png) no-repeat
}

.classify-list dd a cite .info {
    float: left;
    max-width: 42px
}

.classify-list dd a cite .info b, .classify-list dd a cite .info i {
    display: block;
    cursor: pointer;
    text-align: left
}

.classify-list dd a cite .info i {
    font: 14px/1 Arial, '-apple-system', Simsun;
    white-space: nowrap
}

.classify-list dd a cite .info b {
    font: 12px/1.5 Arial;
    transition: color .2s;
    color: #999
}

.classify-list dd a cite em {
    float: left;
    width: 24px;
    height: 24px;
    margin: 2px 8px 0 0;
    transition: margin ease-out .3s
}

.classify-list dd a cite em.lingyi {
    margin-top: 0
}

.classify-list dd a cite em.erciyuan, .classify-list dd a cite em.jingji {
    margin-top: 1px
}

.classify-list dd a:hover {
    color: #ed4259
}

.classify-list dd a:hover cite em {
    margin: 2px 11px 0 -3px
}

.classify-list dd a:hover cite em.lingyi {
    margin: 0 11px 0 -3px
}

.classify-list dd a:hover cite em.erciyuan, .classify-list dd a:hover cite em.jingji {
    margin: 1px 11px 0 -3px
}

.classify-list dd a:hover cite b {
    color: #ed4259
}

.classify-list dd.even {
    background: #fcfcfa
}

h3.wrap-title {
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    overflow: hidden;
    height: 24px;
    padding-bottom: 4px;
    color: #1a1a1a
}

h3.wrap-title span {
    margin-left: 5px
}

h3.wrap-title a {
    font: 12px/1 Arail, Arial, '-apple-system', Simsun;
    color: #3f5a93
}

h3.wrap-title a:hover {
    color: #2972cc
}

h3.wrap-title i {
    font-family: Arail, Arial, HelveticaNeue-Light, 'Helvetica Neue Light', 'Microsoft YaHei', sans-serif;
    margin: 0 5px
}

h3.wrap-title .more {
    display: inline;
    margin-left: 5px;
    transition: ease-in-out .2s;
    opacity: 0
}

h3.wrap-title .more em.iconfont {
    font-size: 12px;
    display: inline-block;
    vertical-align: middle
}

.book-list-wrap:hover .more {
    opacity: 100
}

.book-list-wrap {
    width: 216px
}

.book-list-wrap .book-list li {
    height: 31px;
    border-top: 1px solid #e6e6e6;
    text-align: left;
}

.book-list-wrap .book-list li:first-child {
    border-top: none
}

.book-list-wrap .book-list li a {
    font: 14px/32px Arial, '-apple-system', Simsun;
    float: left
}

.book-list-wrap .book-list li a.channel {
    overflow: hidden;
    width: 76px;
    height: 32px;
    color: grey;
    margin-right: 5px;
    font-size: 12px;
}

.book-list-wrap .book-list li a.channel em {
    font-family: Arial, HelveticaNeue-Light, 'Helvetica Neue Light', 'Microsoft YaHei', sans-serif;
    font-size: 13px
}

.book-list-wrap .book-list li a.name {
    overflow: hidden;
    max-width: 100px;
    /*margin-left: -3px;*/
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #1a1a1a
}

.book-list-wrap .book-list li a:hover {
    color: #ed4259
}

.book-list-wrap .book-list li.str3 .channel {
    width: 68px
}

.book-list-wrap .book-list li.str3 .name {
    max-width: 84px
}

.book-list-wrap .book-list li .author, .book-list-wrap .book-list li .rec {
    font: 12px/32px Arial, '-apple-system', Simsun;
    float: right;
    overflow: hidden;
    width: 64px;
    text-align: right;
    white-space: normal;
    text-overflow: ellipsis;
    color: #b3b3b3
}

.book-list-wrap .book-list li.color-type_1 a {
    color: #bf2c24
}

.book-list-wrap .book-list li.color-type_1 a:hover {
    color: #ed4259
}

.book-list-wrap .book-list li.color-type_1 .author {
    color: #a6a6a6
}

.book-list-wrap .book-list li.color-type_1 .author:hover {
    color: #ed4259
}

.book-list-wrap .book-list li.bd0 {
    border-bottom: none
}

.book-list-wrap .book-list li.bd0 .name {
    overflow: hidden;
    width: 140px;
    white-space: normal;
    text-overflow: ellipsis
}

.book-list-wrap .book-list li.bd0 span {
    width: 26px
}

.book-wrap {
    padding: 15px 0
}

.book-wrap .book-info {
    width: 132px
}

.book-wrap .book-info h3 {
    font: 700 14px/18px Arial;
    width: 36px;
    height: 18px;
    margin-bottom: 3px;
    text-align: center;
    color: #fff;
    background: #bf2c24
}

.book-wrap .book-info h4 {
    font: 16px/24px Arial, HelveticaNeue-Light, 'Helvetica Neue Light', 'Microsoft YaHei', sans-serif;
    overflow: hidden;
    height: 24px;
    color: #1a1a1a
}

.book-wrap .book-info p.digital {
    font-size: 12px;
    overflow: hidden;
    height: 24px;
    margin-bottom: 4px;
    padding: 3px 0 0;
    color: #bf2c24
}

.book-wrap .book-info p.digital em {
    font-family: Arial;
    font-size: 18px;
    margin-right: 3px
}

.book-wrap .book-info p.digital.f16 {
    font-size: 16px
}

.book-wrap .book-info p.author {
    font-family: Arial, '-apple-system', Simsun;
    font-size: 12px;
    overflow: hidden;
    height: 16px
}

.book-wrap .book-info p.author i {
    font-family: Arial;
    margin: 0 5px
}

.book-wrap .book-info p.author a {
    color: #a6a6a6
}

.book-wrap .book-info p.author a.type:hover {
    color: #ed4259
}

.book-wrap .book-info p.author a.writer:hover {
    color: #000
}

.book-wrap .book-info .tag {
    font-family: Arial, '-apple-system', Simsun;
    font-size: 12px;
    line-height: 18px;
    display: block;
    overflow: hidden;
    width: 50px;
    height: 18px;
    margin-bottom: 2px;
    padding: 0 3px;
    text-align: center;
    color: #bf2c24;
    border: 1px solid #df9591
}

.book-wrap .book-info .desc {
    font-family: Arial, '-apple-system', Simsun;
    font-size: 12px;
    overflow: hidden;
    height: 16px;
    color: #666
}

.book-wrap .book-cover {
    position: relative;
    z-index: 4;
    float: right;
    width: 52px;
    height: 91px;
    margin-top: -3px;
    margin-right: 8px;
    text-align: center
}

.book-wrap .book-cover.fl {
    float: left
}

.book-wrap .book-cover .link {
    position: relative;
    z-index: 10;
    display: inline-block;
    transform: translateZ(50px)
}

.book-wrap .book-cover img {
    width: 60px;
    height: 87px;
    outline: 1px solid transparent
}

.book-wrap .book-cover span {
    position: absolute;
    z-index: 1
}

:root .book-cover {
    -webkit-transform: perspective(60px) rotateY(-10deg);
    -moz-transform: perspective(60px) rotateY(-10deg);
    transform: perspective(60px) rotateY(-10deg)
}

:root .book-cover:before {
    position: absolute;
    z-index: 3;
    top: 3%;
    left: 10%;
    width: 100%;
    height: 90%;
    background-color: #999
}

:root .book-cover:after {
    position: absolute;
    z-index: 2;
    top: 2%;
    left: 100%;
    width: 10%;
    height: 92%;
    content: ' ';
    -webkit-transform: perspective(60px) rotateY(30deg);
    -moz-transform: perspective(60px) rotateY(30deg);
    transform: perspective(60px) rotateY(30deg);
    background-color: #efefef;
    box-shadow: inset 0 0 5px #333
}

:root .book-cover span {
    position: absolute;
    z-index: 1;
    top: 84.1%;
    left: 7px;
    width: 20px;
    height: 10px;
    content: '';
    -webkit-transform: perspective(74px) rotateX(-70deg) rotateY(-5deg);
    -moz-transform: perspective(74px) rotateX(-70deg) rotateY(-5deg);
    -ms-transform: scale(0);
    transform: perspective(74px) rotateX(-70deg) rotateY(-5deg);
    box-shadow: 25px 0 5px 5px #adadad
}

:root .book-cover img {
    width: 52px;
    height: 87px
}

.book-img {
    width: 72px;
    height: 96px;
    margin-right: 12px
}

.book-img a {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .35), 0 0 5px #f9f2e9 inset
}

.book-img a img {
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -ms-transition: -ms-transform .3s ease-out;
    transition: transform .3s ease-out;
    color: #fcfcfa
}

.book-img a img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.book-img a span {
    font: 12px/18px Arial;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 17px;
    padding: 0 3px 0 2px;
    text-align: center;
    color: #fff;
    border-radius: 0 5px 0 0;
    background: #ed4259
}

.rank-list {
    position: relative;
    z-index: 1;
    float: left;
    width: 216px;
    margin-right: 30px
}

.rank-list .mr0 {
    margin-right: 0
}

.rank-list:hover .more {
    opacity: 100
}

.rank-list .book-list li {
    clear: both;
    height: 31px
}

.rank-list .book-list li:hover .name-box .arrow-up {
    background: #ed4259
}

.rank-list .book-list li.bd0 .name-box, .rank-list .book-list li:last-of-type .name-box {
    border-bottom: none
}

.rank-list .book-list li.unfold {
    zoom: 1;
    height: 114px;
    margin-bottom: -1px
}

.rank-list .book-list li.unfold i {
    color: #a6a6a6
}

.rank-list .book-list li.unfold:after, .rank-list .book-list li.unfold:before {
    display: table;
    content: ''
}

.rank-list .book-list li.unfold:after {
    clear: both
}

.rank-list .book-list li .num-box {
    float: left;
    width: 28px;
    height: 32px
}

.rank-list .book-list li .num-box span {
    font: 700 14px/16px Arial;
    display: block;
    overflow: hidden;
    width: 16px;
    height: 16px;
    margin-top: 8px;
    text-align: center;
    letter-spacing: -1px;
    color: #666;
    background: #ededed
}

.rank-list .book-list li .num-box span.num1 {
    color: #fff;
    background: #bf2c24
}

.rank-list .book-list li .num-box span.num2 {
    color: #fff;
    background: #e67225
}

.rank-list .book-list li .num-box span.num3 {
    color: #fff;
    background: #e6bf25
}

.rank-list .book-list li .name-box {
    position: relative;
    float: left;
    height: 30px;
    border-top: 1px solid #e6e6e6
}

.rank-list .book-list li .name-box:first-child {
    border-top: none
}

.rank-list .book-list li .name-box a {
    font: 14px/31px Arial, '-apple-system', Simsun;
    float: left;
    width: 116px
}

.rank-list .book-list li .name-box a.name {
    overflow: hidden;
    overflow: hidden;
    height: 31px;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #1a1a1a
}

.rank-list .book-list li .name-box a:hover {
    color: #ed4259
}

.rank-list .book-list li .name-box.rec a {
    color: #bf2c24
}

.rank-list .book-list li .name-box.rec .author {
    color: #b3b3b3
}

.rank-list .book-list li .name-box.rec .author:hover {
    color: #ed4259
}

.rank-list .book-list li .name-box.bd0 {
    border-bottom: none
}

.rank-list .book-list li .name-box i.total {
    font: 12px/32px Arial, '-apple-system', Simsun;
    float: right;
    overflow: hidden;
    width: 72px;
    text-align: right;
    white-space: normal;
    text-overflow: ellipsis;
    color: #b3b3b3
}

.rank-list .book-list li .name-box span {
    font: 12px/31px Arial, HelveticaNeue-Light, 'Helvetica Neue Light', 'Microsoft YaHei', sans-serif;
    position: absolute;
    right: 0;
    text-align: right;
    color: #bfbfbf
}

.rank-list .book-list li .name-box span.up {
    color: #666
}

.sort-list .book-list li .name-box a.name {
    overflow: hidden;
    width: 178px;
    padding-right: 10px;
    white-space: normal;
    text-overflow: ellipsis
}

.roundabout-holder {
    width: 156px;
    height: 112px
}

.roundabout-holder img {
    width: 100%
}

.roundabout {
    position: relative;
    display: none
}

.roundabout li {
    position: absolute;
    width: 84px;
    height: 112px;
    cursor: pointer;
    box-shadow: 0 1px 8px #7f7f7f
}

.roundabout li img {
    height: 100%
}

.roundabout li.book1 {
    z-index: 280;
    top: -13px;
    left: 18px
}

.roundabout li.book2 {
    z-index: 145;
    top: -1px;
    left: 75px
}

.roundabout li.book3 {
    z-index: 145;
    top: -1px;
    left: -20px
}

.info-text {
    width: 192px;
    margin: 0 auto;
    text-align: center
}

.info-text h3 {
    font: 700 16px/24px Arial, HelveticaNeue-Light, 'Helvetica Neue Light', 'Microsoft YaHei', sans-serif;
    overflow: hidden;
    height: 24px;
    margin-bottom: 5px
}

.info-text h3 a {
    color: #1a1a1a
}

.info-text h3 a:hover {
    color: #ed4259
}

.info-text .author {
    font: 12px/16px Arial, '-apple-system', Simsun;
    padding: 3px 0 5px;
    color: #bf2c24
}

.info-text .author a {
    color: #bf2c24
}

.info-text .author a:hover {
    color: #ed4259
}

.info-text .author em {
    font-family: Arial;
    margin: 0 5px
}

.info-text .total {
    font: 12px/18px Arial, '-apple-system', Simsun;
    margin-bottom: 10px
}

.info-text .total b {
    font-family: Arial;
    font-size: 18px;
    margin-right: 3px;
    vertical-align: middle
}

.info-text .total span {
    vertical-align: middle
}

.info-text .intro {
    font: 12px/20px Arial, '-apple-system', Simsun;
    overflow: hidden;
    height: 80px;
    margin-bottom: 20px;
    text-align: left;
    color: #626260
}

.page-box {
    min-height: 25px;
    padding: 40px 0
}

.page-box .pagination {
    overflow: hidden
}

.page-box .pagination ul {
    float: left
}

.page-box .pagination li {
    float: left;
    margin-right: 10px;
    text-align: center
}

.page-box .pagination li a {
    font: 14px/22px Arial;
    float: left;
    height: 22px;
    padding: 0 7px;
    transition: color .3s, border .3s;
    border: 1px solid #fff
}

.page-box .pagination li a:hover {
    border: 1px solid #ed4259
}

.page-box .pagination .lbf-pagination-next, .page-box .pagination .lbf-pagination-prev {
    font-family: simsun;
    line-height: 24px
}

.page-box .pagination .lbf-pagination-current {
    color: #fff;
    border: 1px solid #ed4259;
    background: #ed4259
}

.page-box .pagination .lbf-pagination-disabled {
    cursor: default;
    color: #ccc
}

.page-box .pagination .lbf-pagination-disabled:hover {
    border: 1px solid #fff;
    background: 0 0
}

.page-box .pagination .lbf-pagination-jump {
    float: left
}

.page-box .pagination .lbf-pagination-jump input {
    font: 12px/22px Arial;
    display: inline-block;
    width: 40px;
    height: 22px;
    margin-right: 10px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #f2f2f2
}

.page-box .pagination .lbf-pagination-jump input:focus {
    border: 1px solid #bbdaff
}

.page-box .pagination .lbf-pagination-jump .lbf-pagination-go {
    font: 12px/22px Arial, HelveticaNeue-Light, 'Helvetica Neue Light', 'Microsoft YaHei', sans-serif;
    display: inline-block;
    width: 34px;
    height: 22px;
    transition: color .3s, border .3s;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #f2f2f2
}

.page-box .pagination .lbf-pagination-jump .lbf-pagination-go:hover {
    border: 1px solid #ed4259
}

.simple-tips {
    width: 240px;
    margin: 0 auto;
    padding: 11px 0
}

.banner-wrap {
    position: relative;
    z-index: 1;
    overflow: hidden;
    height: 100px
}

.banner-wrap .op-tag {
    right: 4px
}

.banner-wrap a {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    display: none;
    width: 1200px;
    height: 100px
}

.banner-wrap img {
    display: block;
    width: 1200px;
    height: 100px
}

.banner-wrap embed.embed-fix.fix {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 1200px;
    height: 100px
}

.banner-wrap .la-ball-pulse {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    margin: -5px 0 0 -20px
}

.auto-login {
    position: absolute;
    top: -9999em;
    left: -9999em;
    width: 0;
    height: 0
}

.user-photo {
    position: relative;
    z-index: 1;
    width: 44px;
    height: 44px;
    margin: 8px 8px 0 10px
}

.user-photo a, .user-photo img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 100%
}

.user-photo .user-level {
    position: absolute;
    z-index: 1;
    bottom: -2px;
    left: 50%;
    margin-left: -15px;
    text-indent: -9999em
}

.level {
    font: 12px/16px Arial, '-apple-system', Simsun;
    display: inline-block;
    width: 30px;
    height: 16px;
    text-align: center;
    vertical-align: 0;
    color: #fff
}

.level.zhangmen {
    background: #bf2c24
}

.level.xuetu {
    background: #e7c100
}

.top-op-box {
    height: 60px
}

.top-game-op {
    position: relative;
    z-index: 1;
    display: none;
    overflow: hidden;
    height: 60px
}

.top-game-op img {
    display: block;
    width: 1200px;
    height: 60px
}

.top-game-op .game-wrap {
    position: relative;
    z-index: 1;
    width: 1200px;
    margin: 0 auto
}

.top-game-op .game-wrap .la-ball-pulse {
    position: absolute;
    z-index: 1;
    top: 24px;
    left: 50%;
    margin-left: -22px
}

.top-game-op a:first-child {
    position: absolute;
    z-index: 2;
    top: 17px;
    right: 0;
    width: 20px;
    height: 20px;
    background: #666;
    background: rgba(0, 0, 0, .3)
}

.top-game-op a:first-child em {
    font-size: 16px;
    position: absolute;
    top: 2px;
    left: 2px;
    color: #fff
}

.top-game-op a + a {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 50%;
    width: 1200px;
    height: 60px;
    margin-left: -600px
}

.la-ball-spin-clockwise, .la-ball-spin-clockwise > i {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.la-ball-spin-clockwise {
    font-size: 0;
    display: block;
    width: 16px;
    height: 16px;
    color: #fff
}

.la-ball-spin-clockwise.la-dark {
    color: #333
}

.la-ball-spin-clockwise > i {
    display: inline-block;
    float: none;
    border: 0 solid currentColor;
    background-color: currentColor
}

.la-ball-spin-clockwise > i {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 4px;
    height: 4px;
    margin-top: -2px;
    margin-left: -2px;
    -webkit-animation: ball-spin-clockwise 1s infinite ease-in-out;
    -moz-animation: ball-spin-clockwise 1s infinite ease-in-out;
    -o-animation: ball-spin-clockwise 1s infinite ease-in-out;
    animation: ball-spin-clockwise 1s infinite ease-in-out;
    border-radius: 100%
}

.la-ball-spin-clockwise > i:nth-child(1) {
    top: 5%;
    left: 50%;
    -webkit-animation-delay: -.875s;
    -moz-animation-delay: -.875s;
    -o-animation-delay: -.875s;
    animation-delay: -.875s
}

.la-ball-spin-clockwise > i:nth-child(2) {
    top: 18.1801948466%;
    left: 81.8198051534%;
    -webkit-animation-delay: -.75s;
    -moz-animation-delay: -.75s;
    -o-animation-delay: -.75s;
    animation-delay: -.75s
}

.la-ball-spin-clockwise > i:nth-child(3) {
    top: 50%;
    left: 95%;
    -webkit-animation-delay: -.625s;
    -moz-animation-delay: -.625s;
    -o-animation-delay: -.625s;
    animation-delay: -.625s
}

.la-ball-spin-clockwise > i:nth-child(4) {
    top: 81.8198051534%;
    left: 81.8198051534%;
    -webkit-animation-delay: -.5s;
    -moz-animation-delay: -.5s;
    -o-animation-delay: -.5s;
    animation-delay: -.5s
}

.la-ball-spin-clockwise > i:nth-child(5) {
    top: 94.9999999966%;
    left: 50.0000000005%;
    -webkit-animation-delay: -.375s;
    -moz-animation-delay: -.375s;
    -o-animation-delay: -.375s;
    animation-delay: -.375s
}

.la-ball-spin-clockwise > i:nth-child(6) {
    top: 81.8198046966%;
    left: 18.1801949248%;
    -webkit-animation-delay: -.25s;
    -moz-animation-delay: -.25s;
    -o-animation-delay: -.25s;
    animation-delay: -.25s
}

.la-ball-spin-clockwise > i:nth-child(7) {
    top: 49.9999750815%;
    left: 5.0000051215%;
    -webkit-animation-delay: -.125s;
    -moz-animation-delay: -.125s;
    -o-animation-delay: -.125s;
    animation-delay: -.125s
}

.la-ball-spin-clockwise > i:nth-child(8) {
    top: 18.179464974%;
    left: 18.1803700518%;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s
}

.la-ball-spin-clockwise.la-sm {
    width: 16px;
    height: 16px
}

.la-ball-spin-clockwise.la-sm > i {
    width: 4px;
    height: 4px;
    margin-top: -2px;
    margin-left: -2px
}

.la-ball-spin-clockwise.la-2x {
    width: 64px;
    height: 64px
}

.la-ball-spin-clockwise.la-2x > i {
    width: 16px;
    height: 16px;
    margin-top: -8px;
    margin-left: -8px
}

.la-ball-spin-clockwise.la-3x {
    width: 96px;
    height: 96px
}

.la-ball-spin-clockwise.la-3x > i {
    width: 24px;
    height: 24px;
    margin-top: -12px;
    margin-left: -12px
}

@-webkit-keyframes ball-spin-clockwise {
    0%, 100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    20% {
        opacity: 1
    }
    80% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }
}

@-moz-keyframes ball-spin-clockwise {
    0%, 100% {
        -moz-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    20% {
        opacity: 1
    }
    80% {
        -moz-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }
}

@-o-keyframes ball-spin-clockwise {
    0%, 100% {
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    20% {
        opacity: 1
    }
    80% {
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }
}

@keyframes ball-spin-clockwise {
    0%, 100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    20% {
        opacity: 1
    }
    80% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }
}

:root .la-ball-pulse {
    font-size: 0;
    text-align: center
}

:root .la-ball-pulse span {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 8px 0 0;
    animation: ball-pulse 1s ease infinite;
    border-radius: 100%;
    background: #666
}

:root .la-ball-pulse span:nth-child(1) {
    animation-delay: -.2s
}

:root .la-ball-pulse span:nth-child(2) {
    animation-delay: -.1s
}

:root .la-ball-pulse span:nth-child(3) {
    animation-delay: 0s
}

@-webkit-keyframes ball-pulse {
    0%, 100%, 60% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    30% {
        -webkit-transform: scale(.01);
        transform: scale(.01);
        opacity: .1
    }
}

@-moz-keyframes ball-pulse {
    0%, 100%, 60% {
        -moz-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    30% {
        -moz-transform: scale(.01);
        transform: scale(.01);
        opacity: .1
    }
}

@-o-keyframes ball-pulse {
    0%, 100%, 60% {
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    30% {
        -o-transform: scale(.01);
        transform: scale(.01);
        opacity: .1
    }
}

@keyframes ball-pulse {
    0%, 100%, 60% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    30% {
        -webkit-transform: scale(.01);
        -moz-transform: scale(.01);
        -o-transform: scale(.01);
        transform: scale(.01);
        opacity: .1
    }
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
    40% {
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg)
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    0% {
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
    40% {
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg)
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes bounceIn {
    0%, 100%, 20%, 40%, 60%, 80% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
        opacity: 0
    }
    20% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    60% {
        -webkit-transform: scale3d(1.01, 1.01, 1.01);
        transform: scale3d(1.01, 1.01, 1.01);
        opacity: 1
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
        opacity: 1
    }
}

@keyframes bounceIn {
    0%, 100%, 20%, 40%, 60%, 80% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
        opacity: 0
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    60% {
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
        opacity: 1
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
        opacity: 1
    }
}

.bounceIn {
    animation-name: bounceIn;
    animation-duration: 1s
}

@-webkit-keyframes fadeinT {
    0% {
        -webkit-transform: translateY(-10px);
        opacity: 0
    }
    100% {
        -webkit-transform: translateY(0);
        opacity: 1
    }
}

@-moz-keyframes fadeinT {
    0% {
        -moz-transform: translateY(-10px);
        opacity: 0
    }
    100% {
        -moz-transform: translateY(0);
        opacity: 1
    }
}

@-ms-keyframes fadeinT {
    0% {
        -ms-transform: translateY(-10px);
        opacity: 0
    }
    100% {
        -ms-transform: translateY(0);
        opacity: 1
    }
}

@keyframes fadeinT {
    0% {
        transform: translateY(-10px);
        opacity: 0
    }
    100% {
        transform: translateY(0);
        opacity: 1
    }
}

@-webkit-keyframes tinydown {
    0%, 5% {
        -webkit-transform: translateY(-10px);
        opacity: 0
    }
    10% {
        -webkit-transform: translateY(-10px);
        opacity: 1
    }
    to {
        -webkit-transform: translateY(0)
    }
}

@keyframes tinydown {
    0%, 5% {
        transform: translateY(-10px);
        opacity: 0
    }
    10% {
        transform: translateY(-10px);
        opacity: 1
    }
    to {
        transform: translateY(0)
    }
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes fadeInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        opacity: 0
    }
    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes fadeInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        opacity: 0
    }
    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@keyframes pulse {
    0% {
        transform: scale(.9);
        opacity: .9
    }
    50% {
        transform: scale(1);
        opacity: 1
    }
    100% {
        transform: scale(.9);
        opacity: .9
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(.95);
        opacity: .9
    }
    50% {
        -webkit-transform: scale(1);
        opacity: 1
    }
    100% {
        -webkit-transform: scale(.95);
        opacity: .9
    }
}

@-webkit-keyframes fadeInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        opacity: 0
    }
    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes fadeInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        opacity: 0
    }
    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        opacity: 0
    }
    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes fadeInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        opacity: 0
    }
    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1
    }
    100% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        opacity: 0
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }
    100% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        opacity: 0
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1
    }
    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        opacity: 0
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }
    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        opacity: 0
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

.lbf-autocomplete-suggestions {
    transform: translateZ(10px) !important
}

