@charset "UTF-8";
html {
    -webkit-text-size-adjust: 100%
}

body, p, ul, ol, li, h1, h2, h3, h4, h5, h6, dl, dd, input, textarea, button {
    margin: 0;
    padding: 0;
    word-break: normal
}

body {
    background: #fcfcfc;
    font-size: 14px;
    color: #666;
    font-family: Tahoma, "microsoft yahei", Geneva, sans-serif;
    line-height: 1.5;
    -webkit-touch-callout: none;
    -webkit-font-smoothing: antialiased
}

* {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0)
}

h1, h2, h3, h4, h5, em, i {
    font-weight: 400
}

ul {
    list-style: none
}

em, i {
    font-style: normal
}

img {
    border: 0;
    vertical-align: middle
}

a {
    text-decoration: none;
    color: #666;
    outline: 0
}

input, select, textarea {
    font-size: 100%;
    border: 0;
    outline: 0;
    -webkit-appearance: none
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #999
}

.blank {
    height: 10px;
    overflow: hidden;
    clear: both
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.ellipsis2 {
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box
}

.ellipsis3 {
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box
}

.p_line4 {
    word-break: normal;
    -webkit-line-clamp: 4;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box
}

.flex {
    box-sizing: border-box;
    display: -webkit-box;
    display: box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: justify
}

.flex_item {
    min-width: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1
}

.flex_item2 {
    min-width: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto
}

.fl {
    float: left
}

.fr {
    float: right
}

.wrap {
    background: #fcfcfc
}

.table {
    width: 100%;
    height: 100%;
    display: table
}

.table_cell {
    vertical-align: middle;
    display: table-cell
}

.relative {
    position: relative
}

@media screen and (max-width: 411px) {
    html {
        font-size: 20px !important
    }
}

@media screen and (max-width: 359px) {
    html {
        font-size: 18px !important
    }
}

@media screen and (min-width: 412px) {
    html {
        font-size: 22px !important
    }
}

@media screen and (min-width: 640px) {
    html {
        font-size: 24px !important
    }
}

.clearer {
    height: 0;
    line-height: 0;
    font-size: 0;
    clear: both;
    display: block
}

.selfclear {
    zoom: 1
}

.selfclear::after {
    content: '';
    clear: both;
    display: block
}

img[src=''] {
    opacity: 0
}

.imgmask {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .2);
    position: absolute;
    top: 1px;
    left: 1px;
    pointer-events: none;
    display: none
}

.gpu {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.alert {
    max-width: 260px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.alert_compatible {
    width: 220px;
    margin-left: -130px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.alert, .alert_compatible {
    padding: 10px 20px;
    line-height: 22px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    word-break: break-all;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .8);
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    -webkit-transition: .5s opacity;
    transition: .5s opacity;
    pointer-events: none
}

.no_scroll {
    height: 100%;
    overflow: hidden
}

.no_scroll body {
    height: 100%;
    overflow: hidden
}

.no_scroll2 {
    overflow: hidden
}

.no_scroll2 body {
    position: relative;
    overflow: hidden
}

.btn_white, .btn_red {
    font-size: 14px;
    text-align: center;
    line-height: 44px
}

.btn_white {
    color: #222;
    background: #fff
}

.btn_red {
    color: #fff;
    background: #e8554d
}

[class*=btn_].disabled {
    opacity: .3
}

.sloading {
    width: 16px;
    height: 16px;
    vertical-align: middle;
    background: url(http://img3.zhangyue.com/fh/common/static/i/sloading_50c5e3e.gif) no-repeat;
    background-size: 16px;
    display: inline-block
}

.loading_c {
    padding: 12px 0;
    text-align: center;
    color: #999;
    font-size: 12px;
    background: #fcfcfc;
    clear: both
}

.loading_c.hover {
    background: #eee
}

.loading {
    width: 30px;
    height: 9px;
    margin-right: 5px;
    vertical-align: middle;
    background: url(http://img3.zhangyue.com/fh/common/static/i/loading_78215d6.gif) no-repeat;
    background-size: 30px 9px;
    display: inline-block
}

.info_default {
    padding-top: 143px;
    padding-bottom: 25px;
    color: #999;
    font-size: 12px;
    text-align: center;
    background: url(http://img3.zhangyue.com/fh/common/static/i/xiaoi_upset_ae8a590.png) no-repeat center 25px;
    background-size: 133px 100px
}

.stars {
    width: 55px;
    height: 10px;
    margin-top: -4px;
    vertical-align: middle;
    background: url(http://img3.zhangyue.com/fh/common/static/i/stars_19cc44b.png) repeat-x;
    background-position: 0 -10px;
    background-size: 11px 20px;
    overflow: hidden;
    position: relative;
    display: inline-block
}

.stars .cur {
    width: 0;
    height: 10px;
    background: url(http://img3.zhangyue.com/fh/common/static/i/stars_19cc44b.png) repeat-x;
    background-position: 0 0;
    background-size: 11px 20px;
    position: absolute;
    top: 0;
    left: 0
}

.stars .cur.r0 {
    width: 0
}

.stars .cur.r1 {
    width: 5px
}

.stars .cur.r2 {
    width: 11px
}

.stars .cur.r3 {
    width: 16px
}

.stars .cur.r4 {
    width: 22px
}

.stars .cur.r5 {
    width: 27px
}

.stars .cur.r6 {
    width: 33px
}

.stars .cur.r7 {
    width: 38px
}

.stars .cur.r8 {
    width: 44px
}

.stars .cur.r9 {
    width: 49px
}

.stars .cur.r10 {
    width: 55px
}

.stars.white, .stars.white .cur {
    background-image: url(http://img3.zhangyue.com/fh/common/static/i/stars_white_36564b2.png)
}

.stars_t {
    color: #f5b31e
}

.dec_arr {
    width: 6px;
    height: 6px;
    margin-top: -3px;
    border: 1px solid #ddd;
    border-color: #333 #333 transparent transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    display: inline-block
}

.dec_line::before {
    height: 1px;
    content: '';
    background-color: #eee;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

@media screen and (-webkit-min-device-pixel-ratio: 2) {
    .dec_line::before {
        background-color: transparent;
        background-position: 0 0;
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.5, #eee), color-stop(0.5, transparent));
        background-image: linear-gradient(#eee 50%, transparent 50%)
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 3) {
    .dec_line::before {
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.666, #eee), color-stop(0.666, transparent));
        background-image: linear-gradient(#eee 66.6%, transparent 66.6%)
    }
}

.mod_tag {
    width: 43px;
    height: 43px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10
}

.mod_tag em {
    width: 60px;
    margin-top: 3px;
    margin-left: -16px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    background-color: #f5b31e;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    display: block
}

.mod_tag em.tag_red {
    background-color: #e8554d
}

.mod_tag em.tag_yellow {
    background-color: #f5b31e
}

.mod_tag em.tag_blue {
    background-color: #69f
}

.mod_tag em.tag_green {
    background-color: #6c6
}

.dec_tag_green, .dec_tag_orange, .dec_tag_yellow, .dec_tag_red, .dec_tag_blue {
    margin-top: -3px;
    padding: 6px 3px 5px;
    font-size: 10px;
    color: #fff;
    line-height: 1px;
    vertical-align: middle;
    position: relative;
    display: inline-block
}

.dec_tag_green {
    background: #8bb900
}

.dec_tag_orange {
    background: #ff9166
}

.dec_tag_yellow {
    background: #eebb45
}

.dec_tag_red {
    background: #e8554d
}

.dec_tag_blue {
    background: #47b3d8
}

[class^=dec_tag_].corner::before {
    width: 0;
    height: 0;
    content: '';
    border-style: solid;
    border-width: 2px;
    position: absolute;
    top: -4px;
    left: 1px
}

[class^=dec_tag_].corner::after {
    width: 0;
    height: 0;
    content: '';
    border-style: solid;
    border-width: 2px;
    position: absolute;
    bottom: -4px;
    right: 1px
}

.dec_tag_green.corner::before {
    border-color: transparent #779e03 #779e03 transparent
}

.dec_tag_green.corner::after {
    border-color: #779e03 transparent transparent #779e03
}

.dec_tag_yellow.corner::before {
    border-color: transparent #ff9c00 #ff9c00 transparent
}

.dec_tag_yellow.corner::after {
    border-color: #ff9c00 transparent transparent #ff9c00
}

.btn_red .dec_tag_yellow {
    background: #ffba00
}

.dec_triangle {
    width: 0;
    height: 0;
    vertical-align: middle;
    border: 5px solid #eee;
    border-color: #999 transparent transparent;
    display: inline-block
}

.inp {
    width: 100%;
    padding: 12px 6px;
    font-size: 14px;
    border: 1px solid #eee;
    border-radius: 2px;
    background: #fff;
@inlude boxSizing()
}

.inp.graybg {
    background: #fcfcfc
}

.area {
    width: 100%;
    min-height: 115px;
    padding: 10px 6px;
    font-size: 14px;
    line-height: 1.5em;
    resize: vertical;
    border-radius: 2px;
    border: 1px solid #eee;
    background: #fff;
    box-sizing: border-box;
    display: block
}

.area:focus {
    border: 1px solid #e8554d;
    background: #fcfcfc
}

.slider {
    overflow: hidden;
    position: relative;
    z-index: 1
}

.slider ul {
    height: 36.11vw;
    overflow: hidden
}

.slider ul li {
    position: absolute;
    top: 0;
    background: #f3f3f3 url(../../../i/default_banner.png) no-repeat center;
    background-size: 76px 48px;
    display: none
}

.slider ul li:first-child {
    display: block
}

.slider img {
    width: 100%
}

.dots {
    height: 12px;
    z-index: 1000;
    position: absolute;
    bottom: 0;
    right: 8px;
    display: table
}

.dot {
    width: 4px;
    height: 4px;
    margin-right: 5px;
    border-radius: 5px;
    background: rgba(255, 255, 255, .3);
    float: left
}

.dot.active {
    width: 5px;
    height: 5px;
    background: #fff
}

.slider.fullscreen {
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
@inlcude transition(opacity .5 s);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    display: none
}

.slider.fullscreen ul, .slider.fullscreen li {
    height: 100%
}

.slider.fullscreen.comic li {
    height: auto;
    bottom: 48px
}

.fullscreen_item {
    width: 100%;
    height: 100%;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    opacity: 0;
    -webkit-transition: opacity .5s;
    transition: opacity .5s
}

.loading_img::before {
    width: 60px;
    height: 18px;
    margin: -4px 0 0 -30px;
    content: url(../../../i/loading_black.gif);
    -webkit-transform: scale(0.667);
    transform: scale(0.667);
    position: absolute;
    top: 50%;
    left: 50%
}

.dots_bg {
    width: 100%;
    height: 41px;
    background: rgba(0, 0, 0, .5);
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 10
}

.dots_bg .dots {
    width: 80%;
    margin-top: -1px;
    text-align: center;
    top: 50%;
    right: 10%
}

.dots_bg .dot {
    margin-left: 3px;
    margin-right: 3px;
    background: #666;
    float: none;
    display: inline-block
}

.dots_bg .dot.active {
    background: #fff
}

.dots_bg.comic {
    background: 0 0;
    bottom: 70px
}

.imgad {
    width: 20px;
    height: 10px;
    text-align: center;
    border-bottom-left-radius: 2px;
    line-height: 10px;
    font-size: 8px;
    color: rgba(255, 255, 255, .5);
    background: rgba(0, 0, 0, .2);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10
}

.mask_prompt {
    height: 100%;
    background-color: transparent;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1200;
    -webkit-transition: background-color .2s linear;
    transition: background-color .2s linear
}

.prompt_c {
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .2);
    position: absolute;
    width: 70%;
    left: 50%;
    margin-left: -35%;
    margin-top: -20px;
    top: 20%
}

.prompt_c .prompt_title {
    color: #666;
    text-align: center;
    font-size: 16px;
    padding: 20px 0 15px;
    position: relative
}

.prompt_c .close {
    width: 44px;
    font-size: 20px;
    text-align: center;
    color: #999;
    position: absolute;
    top: 0;
    right: 0
}

.prompt_c .op {
    line-height: 38px;
    padding: 20px
}

.prompt_c .op .item {
    width: 100%;
    height: 38px;
    font-size: 16px;
    text-align: center;
    border-radius: 35px;
    overflow: hidden
}

.prompt_c .op .item[data-js=btn_cancel] {
    color: #e8554d;
    border: 1px solid #e8554d;
    height: 36px;
    line-height: 36px
}

.prompt_c .op .item[data-js=btn_confirm] {
    color: #fff;
    background: #e8554d
}

.prompt_c .op :nth-child(2) {
    margin-left: 10px
}

.prompt_c .notice {
    color: #e8554d;
    padding: 0 15px;
    font-size: 12px
}

.prompt_c .txt {
    padding: 31px 15px 24px;
    font-size: 16px;
    text-align: center;
    color: #666
}

.prompt_c .ls {
    padding: 10px 0;
    border-bottom: 1px solid #dcdcdc
}

.prompt_c .ls li {
    padding: 5px 15px
}

.prompt_loading {
    margin: 0 auto;
    padding: 20px 0;
    text-align: center;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: table
}

header {
    height: 53px;
    position: relative
}

header .logo {
    width: 57px;
    height: 24px;
    margin: 14px 10px 0 15px;
    background: url(http://img3.zhangyue.com/fh/common/static/i/common/logo_111111.png) no-repeat;
    background-size: cover
}

header .search_c {
    height: 27px;
    top: 13px;
    padding: 0 17px;
    border-radius: 27px;
    background: #f3f3f3;
    position: relative
}

header .search_icon {
    width: 16px;
    height: 16px;
    margin: 6px 9px 0 0;
    background: url(http://img3.zhangyue.com/fh/common/static/i/common/icon_search_397303d.png) no-repeat;
    background-size: cover
}

header input {
    width: 100%;
    height: 27px;
    font-size: 12px;
    background: transparent
}

header .t {
    margin: 13px 5px 0 10px;
    color: #dcdcdc;
    line-height: 27px
}

header .t a {
    padding: 0 10px;
    color: #47b2d8
}

.nav_wrap {
    height: 1.55rem;
    position: relative;
    z-index: 10
}

.nav_wrap a {
    color: #333
}

.nav_wrap .active {
    color: #e8554d;
    position: relative;
    z-index: 2
}

.nav_wrap .active::after {
    width: 13px;
    height: 3px;
    margin-left: -6px;
    content: '';
    background-color: #e8554d;
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 3;
    display: block
}

.nav_wrap .active a {
    color: #e8554d
}

.nav {
    height: 1.55rem;
    padding: 0 3px;
    color: #333;
    line-height: 1.4rem;
    text-align: center;
    font-size: .75rem;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.nav::after {
    height: 1px;
    content: '';
    background-color: #cfcfcf;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1
}

.nav ul {
    height: 31px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2
}

.nav li {
    height: 31px;
    padding: 0 12px;
    float: left
}

.nav li:last-child {
    padding-right: 80px
}

.nav li:last-child.active::after {
    margin-left: -40px
}

.nav_btn {
    width: 10px;
    height: .55rem;
    padding: .5rem 20px;
    background: #fcfcfc;
    overflow: hidden;
    position: absolute;
    top: -1px;
    right: 0;
    z-index: 10
}

.nav_btn.up .dec_triangle {
    -webkit-transform: rotate(-45deg) translate(-3px, 2px);
    transform: rotate(-45deg) translate(-3px, 2px)
}

.nav_btn .dec_triangle {
    width: 8px;
    height: 8px;
    border-style: solid;
    border-width: 1px;
    border-color: #999 #999 transparent transparent;
    -webkit-transform: rotate(135deg) translate(0, 3px);
    transform: rotate(135deg) translate(0, 3px);
    -webkit-transition: all .3s;
    transition: all .3s;
    display: block
}

.nav_shadow {
    width: 32px;
    height: 32px;
    background-image: radial-gradient(circle at center, #ccc 0, rgba(234, 234, 234, 0) 50%);
    position: absolute;
    top: 0;
    right: 32px;
    z-index: 1
}

.nav_unfold {
    background: rgba(34, 34, 34, .5);
    position: fixed;
    top: 53px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: none
}

.nav_unfold ul {
    padding: 1px 3px 8px;
    padding-right: 40px;
    line-height: 1.4rem;
    text-align: center;
    font-size: .75rem;
    background: #fcfcfc;
    overflow: hidden;
    position: relative;
    top: -1px
}

.nav_unfold li {
    height: 31px;
    margin-bottom: 14px;
    padding: 0 12px;
    float: left
}

.header_wrap {
    height: 50px;
    position: relative;
    z-index: 1103
}

.header {
    height: 50px;
    background: #f9f9f9;
    opacity: 0;
    position: absolute;
    top: -53px;
    left: 0;
    right: 0;
    -webkit-transition: all .3s;
    transition: all .3s
}

.header.show {
    opacity: 1;
    top: 0
}

.header.dec_line::before {
    top: auto;
    bottom: 0
}

.header.dec_shadow {
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .2)
}

.header h1 {
    margin-right: 10px;
    font-size: .8rem;
    color: #222;
    text-align: center;
    line-height: 50px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.header .icon_back {
    width: 44px;
    height: 50px;
    margin: 0 7px;
    background: url(http://img3.zhangyue.com/fh/common/static/i/common/icon_back_4d9bb37.png) no-repeat center;
    background-size: 16px
}

.header .icon_home {
    width: 44px;
    height: 50px;
    background: url(../i/common/icon_home.png) no-repeat center;
    background-size: cover;
    display: block
}

.header .icon_showmenu {
    width: 44px;
    height: 50px;
    margin-right: 10px;
    background-image: url(http://img3.zhangyue.com/fh/common/static/i/common/icon_showmenu_10b22c9.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px;
    display: block
}

.header .icon_showmenu.active {
    background-image: url(http://img3.zhangyue.com/fh/common/static/i/common/icon_showmenu_active_f3bfef4.png)
}

.header .icon_setting {
    width: 44px;
    height: 50px;
    background-image: url(http://img3.zhangyue.com/fh/common/static/i/common/icon_setting_73a67cc.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px;
    display: block
}

.header .icon_setting.active {
    background-image: url(http://img3.zhangyue.com/fh/common/static/i/common/icon_setting_active_64e6618.png)
}

.header .icon_shelf {
    width: 44px;
    height: 50px;
    background-image: url(http://img3.zhangyue.com/fh/common/static/i/common/icon_shelf_257e556.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px;
    display: block
}

.header .icon_shelf.ed {
    opacity: .4
}

.header .btn_buy {
    width: 45px;
    height: 21px;
    margin: 13px 10px 0 0;
    font-size: 12px;
    color: #e8554d;
    text-align: center;
    line-height: 21px;
    border: 1px solid #e8554d;
    border-radius: 3px
}

@media screen and (-webkit-min-device-pixel-ratio: 2) {
    .nav::after {
        background-color: transparent;
        background-position: 0 0;
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.5, #eee), color-stop(0.5, transparent));
        background-image: linear-gradient(#eee 50%, transparent 50%)
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 3) {
    .nav::after {
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.666, #eee), color-stop(0.666, transparent));
        background-image: linear-gradient(#eee 66.6%, transparent 66.6%)
    }
}

.header_mask {
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1101;
    display: none
}

.header_menu {
    width: 122px;
    min-height: 80px;
    padding: 0;
    opacity: 0;
    border-radius: 0 0 3px 3px;
    background: #f9f9f9;
    position: fixed;
    top: -247px;
    right: 0;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .2);
    z-index: 1102;
    -webkit-transition: all .3s;
    transition: all .3s
}

.header_menu.show {
    opacity: 1;
    top: 47px
}

.header_menu ul {
    padding: 5px 0;
    font-size: 16px
}

.header_menu a {
    color: #222;
    display: block
}

.header_menu li {
    padding: 9px 0 9px 12px;
    line-height: 24px
}

.header_menu .img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    float: left
}

.header_menu .img.menu_index {
    background-image: url(http://img3.zhangyue.com/fh/common/static/i/common/menu_index_db20c01.png)
}

.header_menu .img.menu_classiy {
    background-image: url(http://img3.zhangyue.com/fh/common/static/i/common/menu_classiy_7361c17.png)
}

.header_menu .img.menu_free {
    background-image: url(http://img3.zhangyue.com/fh/common/static/i/common/menu_free_863ad76.png)
}

.header_menu .img.menu_rank {
    background-image: url(http://img3.zhangyue.com/fh/common/static/i/common/menu_rank_6bbd8e0.png)
}

.header_menu .img.menu_book {
    background-image: url(http://img3.zhangyue.com/fh/common/static/i/common/menu_book_42348e9.png)
}

@media screen and (max-height: 320px) {
    .header_menu {
        width: auto;
        left: 0
    }

    .header_menu li {
        width: 20%;
        padding: 11px 0;
        text-align: center;
        line-height: 24px;
        float: left
    }

    .header_menu .img {
        margin: 0 auto 4px;
        float: none;
        display: block
    }
}

.download {
    height: 70px;
    background: #fff;
    box-shadow: -1px 1px 3px 0 rgba(34, 34, 34, .4);
    position: fixed;
    right: 0;
    z-index: 2000;
    bottom: 0;
    -webkit-transition: all .4s linear;
    transition: all .4s linear
}

.download .dlc {
    height: 70px;
    padding-left: 1.2rem
}

.download .logo {
    width: 11rem;
    height: 33px;
    margin-top: 17px;
    background: url(http://img3.zhangyue.com/fh/common/static/i/common/download_logo_695f4f5.png) no-repeat left center;
    background-size: contain
}

.download .btn_close {
    width: 40px;
    height: 40px;
    background: url(http://img3.zhangyue.com/fh/common/static/i/common/download_close_472c4e0.png) no-repeat 6px 6px;
    background-size: 13px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3
}

.download .btn_red {
    width: 4.6rem;
    border-radius: 40px;
    white-space: nowrap;
    position: absolute;
    right: 1rem;
    top: 13px
}

.download.fold {
    overflow: hidden;
    opacity: 0;
    -webkit-transform: translate(-10px, -46px) scale(0.57);
    transform: translate(-10px, -46px) scale(0.57);
    pointer-events: none
}

.download_small {
    width: 44px;
    height: 44px;
    border-radius: 50px;
    opacity: 0;
    background: #e8554d url(http://img3.zhangyue.com/fh/common/static/i/common/download_logo_small_9aecee5.png) no-repeat center;
    background-size: 18px 23px;
    box-shadow: 0 1px 5px 0 rgba(232, 84, 77, .5);
    position: fixed;
    bottom: 60px;
    right: 30px;
    z-index: 1999;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
    pointer-events: none
}

.download_small.unfold {
    opacity: 1;
    pointer-events: auto
}

@media screen and (max-width: 330px) {
    .download .logo {
        width: 186px
    }
}

@charset "UTF-8";
.usr {
    height: 150px;
    background: rgba(11, 11, 11, .25);
    position: relative;
    overflow: hidden
}

.usr .header.white {
    background: transparent
}

.usr .image {
    position: relative;
    margin: 25px auto 0;
    width: 68px;
    height: 68px;
    border: 1px solid #fff;
    border-radius: 50%
}

.usr .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%
}

.usr .name {
    margin: 10px 20px 0;
    text-align: center;
    color: #fff;
    font-size: 16px
}

.usr .bgImage {
    width: 200%;
    height: 200%;
    opacity: .9;
    position: absolute;
    top: -30%;
    left: -40%;
    z-index: -1;
    background-size: cover
}

.usr .blur {
    -webkit-filter: blur(200px);
    filter: blur(200px)
}

.usr .gpu {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.usr .bgImg {
    width: 100%;
    height: 100%
}

.usr .gvip {
    line-height: 1px;
    background: #e8554d;
    color: #fff;
    padding: 8px 5px 6px;
    font-size: 10px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 2px;
    margin-left: 3px;
    margin-top: -2px
}

.wrap {
    height: 60px;
    line-height: 60px
}

.icon_account {
    background: url(http://img3.zhangyue.com/fh/user/static/i/account_7a2b195.png) no-repeat center;
    background-size: 18px 17px
}

.icon_recharge {
    background: url(http://img3.zhangyue.com/fh/user/static/i/recharge_74f47d8.png) no-repeat center;
    background-size: 19px 19px
}

.icon_record {
    background: url(http://img3.zhangyue.com/fh/user/static/i/record_07691d4.png) no-repeat center;
    background-size: 18px 18px
}

.icon_book {
    background: url(http://img3.zhangyue.com/fh/user/static/i/book_ae11c63.png) no-repeat center;
    background-size: 16px 18px
}

.icon_autobuy {
    background: url(http://img3.zhangyue.com/fh/user/static/i/autobuy_947ed7c.png) no-repeat center;
    background-size: 18px 18px
}

.icon_help {
    background: url(http://img3.zhangyue.com/fh/user/static/i/help_278bc93.png) no-repeat center;
    background-size: 18px 16px
}

.icon_fankui {
    background: url(http://img3.zhangyue.com/fh/user/static/i/fankui_c550f14.png) no-repeat center;
    background-size: 17px 15px
}

.icon_gift {
    background: url(http://img3.zhangyue.com/fh/user/static/i/gift_4b6b8b4.png) no-repeat center;
    background-size: 18px 18px
}

.icon_vip {
    background: url(http://img3.zhangyue.com/fh/user/static/i/vip_7d461c2.png) no-repeat center;
    background-size: 20px 16px
}

.icon {
    width: 44px
}

.con {
    position: relative;
    padding-right: 75px
}

.con:active .text {
    color: rgba(34, 34, 34, .7)
}

.text {
    color: #222;
    font-size: 15px
}

.txt {
    margin-left: 5px;
    color: #999;
    font-size: 14px
}

.txt.red {
    color: #e8554d
}

.charge {
    position: absolute;
    right: 15px;
    top: 16px;
    width: 53px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    color: #e8554d;
    font-size: 12px;
    border-radius: 100px
}

.charge:active {
    background: rgba(255, 255, 255, .7);
    color: rgba(232, 85, 77, .7)
}

.charge:before {
    z-index: 1;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 100px;
    border: 1px solid #e8554d;
    box-sizing: border-box;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    pointer-events: none;
    user-input: disabled;
    user-focus: ignore
}

.arrow {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 30px;
    height: 30px
}

.arrow:after {
    content: "";
    position: absolute;
    top: 10px;
    right: 4px;
    width: 8px;
    height: 8px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

@media screen and (-webkit-min-device-pixel-ratio: 2) {
    .charge:before {
        width: 200%;
        height: 200%;
        -webkit-transform: scale(0.5);
        transform: scale(0.5)
    }
}

.book_c {
    padding-bottom: 2px
}

.book_c:active {
    background: #f3f3f3
}

.book_cover {
    width: 3.15rem;
    height: 4.2rem;
    margin-right: 15px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .3);
    background: #fbfbfb url(http://img3.zhangyue.com/fh/user/static/i/default_book_0af5de0.png) no-repeat center;
    position: relative;
    background-size: 27px 27px;
    display: block
}

.book_cover img {
    width: 3.15rem;
    height: 4.2rem;
    border: 1px solid #ebebeb
}

.book_info {
    font-size: .6rem
}

.book_info dt {
    padding-top: .25rem;
    font-size: .75rem;
    line-height: 22px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #222
}

.book_info dd {
    margin-top: .05rem;
    color: #999
}

.book_info .time {
    margin-top: .5rem;
    line-height: .9rem
}

.usr_signOut {
    text-align: center;
    color: #e8554d;
    font-size: .75rem;
    position: relative;
    line-height: 60px
}

.myaccount_list .con {
    padding-left: 15px
}

.myaccount_list .con .viewtext {
    position: absolute;
    right: 30px;
    top: -1px;
    font-size: .6rem;
    color: #999
}

.shelf_nav {
    height: 36px;
    margin: 15px 14px 20px;
    line-height: 36px;
    font-size: 14px;
    text-align: center;
    background: #fff;
    position: relative
}

.shelf_nav::before {
    width: 100%;
    height: 100%;
    content: '';
    border-radius: 4px;
    border: 1px solid #dcdcdc;
    box-sizing: border-box;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
    user-input: disabled;
    user-focus: ignore
}

.shelf_nav .item {
    width: 50%;
    position: relative;
    float: left
}

.shelf_nav .item::before {
    width: 1px;
    height: 35px;
    content: '';
    background: #dcdcdc;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0
}

.shelf_nav .item:last-child::before {
    display: none
}

.shelf_nav .active {
    color: #e8554d;
    font-weight: 700
}

@media screen and (-webkit-min-device-pixel-ratio: 2) {
    .shelf_nav .item::before {
        height: 70px;
        -webkit-transform: scale(0.5);
        transform: scale(0.5)
    }

    .shelf_nav::before {
        width: 200%;
        height: 200%;
        border-radius: 8px;
        -webkit-transform: scale(0.5);
        transform: scale(0.5)
    }
}

.shelf_op {
    margin: 0 15px 14px;
    line-height: 20px
}

.shelf_op .l {
    color: #999;
    font-size: 14px
}

.shelf_op .all {
    width: 100px;
    height: 20px;
    padding-left: 20px;
    background-image: url(http://img3.zhangyue.com/fh/user/static/i/icon_delete_7a1dfd8.png);
    background-position: 0 center;
    background-repeat: no-repeat;
    background-size: 13px 14px
}

.shelf_op .edit {
    color: #47b2d8;
    font-size: 14px
}

.shelf_c {
    padding: 0 15px 40px
}

.shelf_bls {
    overflow: hidden
}

.shelf_bls li {
    float: left
}

.shelf_bls li.checked .select {
    background-image: url(http://img3.zhangyue.com/fh/user/static/i/icon_select_checked_ea391fa.png);
    display: block
}

.shelf_bls.editing li:active .imgmask {
    display: none
}

.book_ci {
    width: 90px;
    height: 178px;
    position: relative
}

.book_ci .book {
    width: 90px;
    height: 120px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .3);
    background: #fbfbfb url(http://img3.zhangyue.com/fh/user/static/i/default_book_0af5de0.png) no-repeat center;
    position: relative;
    background-size: 27px 27px;
    display: block
}

.book_ci img {
    width: 90px;
    height: 120px;
    border: 1px solid #ebebeb
}

.book_ci .imgmask {
    width: 90px;
    height: 120px;
    z-index: 3
}

.book_ci:active .imgmask {
    display: block
}

.book_ci h3 {
    height: 32px;
    margin-top: 8px;
    font-size: 12px;
    color: #222;
    line-height: 16px
}

.book_ci .select {
    width: 28px;
    height: 28px;
    background: url(http://img3.zhangyue.com/fh/user/static/i/icon_select_eb0dfdf.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: 3px;
    right: 0;
    display: none
}

.book_ci .icon_update {
    width: 34px;
    height: 14px;
    padding: 1px 0 0 4px;
    color: #fff;
    line-height: 14px;
    font-size: 10px;
    background: url(http://img3.zhangyue.com/fh/user/static/i/icon_update_3d2f1c1.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: 3px;
    left: 1px;
    z-index: 2
}

.shelf_delete {
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: rgba(153, 153, 153, .5);
    background: #fff;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .08);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100
}

.shelf_delete.red {
    color: #e8554d
}

.shelf_btn {
    width: 153px;
    height: 40px;
    margin: 0 auto 50px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    border-radius: 100px;
    background: #e8554d;
    box-shadow: 0 1px 5px 0 rgba(232, 84, 77, .5)
}

.shelf_default {
    width: 200px;
    height: 80px;
    margin: 60px auto 0;
    padding-top: 143px;
    padding-bottom: 25px;
    color: #999;
    font-size: 12px;
    text-align: center;
    background: url(http://img3.zhangyue.com/fh/user/static/i/no_shelf_6600b59.png) no-repeat center 25px;
    background-size: 133px 100px
}

.shelf_default_unsign {
    width: 200px;
    height: 80px;
    margin: 60px auto 0;
    padding-top: 143px;
    padding-bottom: 25px;
    color: #999;
    font-size: 12px;
    text-align: center;
    background: url(http://img3.zhangyue.com/fh/user/static/i/no_shelf_unsign_6481f15.png) no-repeat center 25px;
    background-size: 133px 100px
}

@media screen and (max-width: 330px) {
    .book_ci {
        width: 84px;
        height: 170px
    }

    .book_ci .book {
        width: 84px;
        height: 112px
    }

    .book_ci img {
        width: 84px;
        height: 112px
    }

    .book_ci .imgmask {
        width: 84px;
        height: 112px
    }
}

.history_c {
    padding: 0 15px
}

.history_bls {
    font-size: 12px;
    line-height: 24px
}

.history_bls li {
    padding: 15px 50px 17px 0;
    position: relative
}

.history_bls h3 {
    padding-top: 2px;
    font-size: 14px;
    color: #222
}

.history_bls .blue {
    color: #47b2d8
}

.history_bls .red {
    color: #e8554d
}

.history_bls .gray {
    color: #999
}

.history_bls .btn {
    width: 33px;
    height: 33px;
    margin-top: -17px;
    border-radius: 60px;
    background-color: #fff;
    background-image: url(http://img3.zhangyue.com/fh/user/static/i/icon_delete_7a1dfd8.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 13px 14px;
    position: absolute;
    right: 0;
    top: 50%;
    display: none
}

.history_bls .btn::before {
    width: 100%;
    height: 100%;
    content: '';
    border-radius: 60px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    pointer-events: none;
    user-input: disabled;
    user-focus: ignore
}

.history_bls .btn:active {
    background-color: #f3f3f3
}

.history_bls.editing .book_c:active {
    background: 0 0
}

.history_ls {
    margin: 15px;
    font-size: 12px;
    line-height: 24px
}

.history_ls li {
    padding: 15px 55px 17px 0;
    position: relative
}

.history_ls .spaceRight {
    padding: 15px 15px 17px 0
}

.history_ls h3 {
    padding-top: 2px;
    font-size: 14px;
    color: #222
}

.history_ls .blue {
    color: #47b2d8
}

.history_ls .red {
    color: #e8554d
}

.history_ls .gray {
    color: #999
}

.history_ls .btn {
    padding: 0 12px;
    line-height: 27px;
    text-align: center;
    color: #e8554d;
    position: absolute;
    right: 0;
    top: 15px
}

.history_ls .btn::before {
    width: 100%;
    height: 100%;
    content: '';
    border-radius: 100px;
    border: 1px solid #e8554d;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    pointer-events: none;
    user-input: disabled;
    user-focus: ignore
}

.history_ls li.dec_line::before {
    top: auto;
    bottom: 0
}

@media screen and (-webkit-min-device-pixel-ratio: 2) {
    .history_bls .btn::before {
        width: 200%;
        height: 200%;
        -webkit-transform: scale(0.5);
        transform: scale(0.5)
    }

    .history_ls .btn::before {
        width: 200%;
        height: 200%;
        -webkit-transform: scale(0.5);
        transform: scale(0.5)
    }
}

.history_default {
    width: 200px;
    height: 200px;
    margin: -100px 0 0 -100px;
    padding-top: 143px;
    padding-bottom: 25px;
    color: #999;
    font-size: 12px;
    text-align: center;
    background: url(http://img3.zhangyue.com/fh/user/static/i/xiaoi_nobuyhistory_2875c3c.png) no-repeat center 25px;
    background-size: 133px 100px;
    position: absolute;
    left: 50%;
    top: 50%
}

.history_default_buy {
    width: 200px;
    height: 200px;
    margin: -100px 0 0 -100px;
    padding-top: 143px;
    padding-bottom: 25px;
    color: #999;
    font-size: 12px;
    text-align: center;
    background: url(http://img3.zhangyue.com/fh/user/static/i/xiaoi_nobuyhistory_2875c3c.png) no-repeat center 25px;
    background-size: 133px 100px;
    position: absolute;
    left: 50%;
    top: 50%
}

.history_default_recharge {
    width: 200px;
    height: 200px;
    margin: -100px 0 0 -100px;
    padding-top: 143px;
    padding-bottom: 25px;
    color: #999;
    font-size: 12px;
    text-align: center;
    background: url(http://img3.zhangyue.com/fh/user/static/i/no_rechargehistory_b4125e3.png) no-repeat center 25px;
    background-size: 133px 100px;
    position: absolute;
    left: 50%;
    top: 50%
}

.history_default_browser {
    width: 200px;
    height: 80px;
    margin: 60px auto 0;
    padding-top: 143px;
    padding-bottom: 25px;
    color: #999;
    font-size: 12px;
    text-align: center;
    background: url(http://img3.zhangyue.com/fh/user/static/i/no_browsing_6f9e8c8.png) no-repeat center 25px;
    background-size: 133px 100px
}

.auto_buy_ls {
    margin: 15px;
    line-height: 60px
}

.auto_buy_ls li {
    padding-right: 70px;
    position: relative
}

.auto_buy_ls h3 {
    padding-top: 2px;
    font-size: 14px;
    color: #222
}

.auto_buy_ls .btn_switch {
    width: 40px;
    height: 22px;
    border-radius: 20px;
    background: #8bb900;
    text-align: center;
    position: absolute;
    right: 0;
    top: 19px;
    -webkit-transition: background linear .2s;
    transition: background linear .2s
}

.auto_buy_ls .btn_switch.off {
    background: #dcdcdc
}

.auto_buy_ls .btn_switch.off .circle {
    box-shadow: 0 1px 2px 0 #c9c9c9;
    left: 4px
}

.auto_buy_ls .btn_switch .circle {
    width: 16px;
    height: 16px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 1px 2px 0 #74950f;
    position: absolute;
    top: 3px;
    left: 20px;
    -webkit-transition: left ease-out .2s;
    transition: left ease-out .2s
}

.auto_buy_ls li.dec_line::before {
    top: auto;
    bottom: 0
}

.auto_buy_default {
    width: 300px;
    height: 200px;
    margin: -100px 0 0 -150px;
    padding-top: 143px;
    padding-bottom: 25px;
    color: #999;
    font-size: 12px;
    text-align: center;
    background: url(http://img3.zhangyue.com/fh/user/static/i/no_auto_buy_62cb4f5.png) no-repeat center 25px;
    background-size: 133px 100px;
    position: absolute;
    left: 50%;
    top: 50%
}