blockquote, body, code, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, legend, li, ol, p, pre, td, textarea, th, ul {
    margin: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset, img {
    border: 0
}

address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
    font-weight: 400
}

ol, ul {
    list-style: none
}

caption, th {
    text-align: left
}

q:after, q:before {
    content: ''
}

abbr, acronym {
    border: 0;
    font-variant: normal
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit
}

.alert {
    padding: 8px 35px 8px 14px;
    margin-bottom: 20px;
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.alert, .alert h4 {
    color: #c09853
}

.alert h4 {
    margin: 0;
    font-weight: 700;
    font-size: 14px
}

.alert .close {
    position: relative;
    top: -2px;
    right: -21px;
    line-height: 20px
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #468847
}

.alert-success h4 {
    color: #468847
}

.alert-danger, .alert-error {
    background-color: #f2dede;
    border-color: #eed3d7;
    color: #b94a48
}

.alert-danger h4, .alert-error h4 {
    color: #b94a48
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #3a87ad
}

.alert-info h4 {
    color: #3a87ad
}

.alert-lure {
    background-color: #f8b98e;
    border-color: #a57b5f;
    color: #f60
}

.alert-block {
    padding-top: 14px;
    padding-bottom: 14px
}

.alert-block p, .alert-block ul {
    margin-bottom: 0
}

.alert-block p {
    margin-top: 5px;
    font-size: 12px
}

table {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0
}

.table {
    width: 100%;
    margin-bottom: 20px
}

.table td, .table th {
    padding: 8px;
    line-height: 20px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table th {
    font-weight: 700
}

.table thead th {
    vertical-align: bottom
}

.table caption + thead tr:first-child td, .table caption + thead tr:first-child th, .table colgroup + thead tr:first-child td, .table colgroup + thead tr:first-child th, .table thead:first-child tr:first-child td, .table thead:first-child tr:first-child th {
    border-top: 0
}

.table tbody + tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed td, .table-condensed th {
    padding: 4px 5px
}

.table-bordered {
    border: 1px solid #ddd;
    border-collapse: separate;
    *border-collapse: collapse;
    border-left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.table-bordered td, .table-bordered th {
    border-left: 1px solid #ddd
}

.table-bordered caption + tbody tr:first-child td, .table-bordered caption + tbody tr:first-child th, .table-bordered caption + thead tr:first-child th, .table-bordered colgroup + tbody tr:first-child td, .table-bordered colgroup + tbody tr:first-child th, .table-bordered colgroup + thead tr:first-child th, .table-bordered tbody:first-child tr:first-child td, .table-bordered tbody:first-child tr:first-child th, .table-bordered thead:first-child tr:first-child th {
    border-top: 0
}

.table-bordered tbody:first-child tr:first-child > td:first-child, .table-bordered tbody:first-child tr:first-child > th:first-child, .table-bordered thead:first-child tr:first-child > th:first-child {
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px
}

.table-bordered tbody:first-child tr:first-child > td:last-child, .table-bordered tbody:first-child tr:first-child > th:last-child, .table-bordered thead:first-child tr:first-child > th:last-child {
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px
}

.table-bordered tbody:last-child tr:last-child > td:first-child, .table-bordered tbody:last-child tr:last-child > th:first-child, .table-bordered tfoot:last-child tr:last-child > td:first-child, .table-bordered tfoot:last-child tr:last-child > th:first-child, .table-bordered thead:last-child tr:last-child > th:first-child {
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px
}

.table-bordered tbody:last-child tr:last-child > td:last-child, .table-bordered tbody:last-child tr:last-child > th:last-child, .table-bordered tfoot:last-child tr:last-child > td:last-child, .table-bordered tfoot:last-child tr:last-child > th:last-child, .table-bordered thead:last-child tr:last-child > th:last-child {
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-right-radius: 4px
}

.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0
}

.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0
}

.table-bordered caption + tbody tr:first-child td:first-child, .table-bordered caption + thead tr:first-child th:first-child, .table-bordered colgroup + tbody tr:first-child td:first-child, .table-bordered colgroup + thead tr:first-child th:first-child {
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px
}

.table-bordered caption + tbody tr:first-child td:last-child, .table-bordered caption + thead tr:first-child th:last-child, .table-bordered colgroup + tbody tr:first-child td:last-child, .table-bordered colgroup + thead tr:first-child th:last-child {
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px
}

.table-striped tbody > tr:nth-child(odd) > td, .table-striped tbody > tr:nth-child(odd) > th {
    background-color: #f9f9f9
}

.table-hover tbody tr:hover > td, .table-hover tbody tr:hover > th {
    background-color: #f5f5f5
}

.row-fluid table td[class*=span], .row-fluid table th[class*=span], table td[class*=span], table th[class*=span] {
    display: table-cell;
    float: none;
    margin-left: 0
}

.table td.span1, .table th.span1 {
    float: none;
    width: 44px;
    margin-left: 0
}

.table td.span2, .table th.span2 {
    float: none;
    width: 124px;
    margin-left: 0
}

.table td.span3, .table th.span3 {
    float: none;
    width: 204px;
    margin-left: 0
}

.table td.span4, .table th.span4 {
    float: none;
    width: 284px;
    margin-left: 0
}

.table td.span5, .table th.span5 {
    float: none;
    width: 364px;
    margin-left: 0
}

.table td.span6, .table th.span6 {
    float: none;
    width: 444px;
    margin-left: 0
}

.table td.span7, .table th.span7 {
    float: none;
    width: 524px;
    margin-left: 0
}

.table td.span8, .table th.span8 {
    float: none;
    width: 604px;
    margin-left: 0
}

.table td.span9, .table th.span9 {
    float: none;
    width: 684px;
    margin-left: 0
}

.table td.span10, .table th.span10 {
    float: none;
    width: 764px;
    margin-left: 0
}

.table td.span11, .table th.span11 {
    float: none;
    width: 844px;
    margin-left: 0
}

.table td.span12, .table th.span12 {
    float: none;
    width: 924px;
    margin-left: 0
}

.table tbody tr.success > td {
    background-color: #dff0d8
}

.table tbody tr.error > td {
    background-color: #f2dede
}

.table tbody tr.warning > td {
    background-color: #fcf8e3
}

.table tbody tr.info > td {
    background-color: #d9edf7
}

.table-hover tbody tr.success:hover > td {
    background-color: #d0e9c6
}

.table-hover tbody tr.error:hover > td {
    background-color: #ebcccc
}

.table-hover tbody tr.warning:hover > td {
    background-color: #faf2cc
}

.table-hover tbody tr.info:hover > td {
    background-color: #c4e3f3
}

.badge, .label {
    display: inline-block;
    padding: 2px 4px;
    font-size: 11.84px;
    font-weight: 700;
    line-height: 14px;
    color: #fff;
    vertical-align: baseline;
    white-space: nowrap;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
    background-color: #999
}

.label {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.badge {
    padding-left: 9px;
    padding-right: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px
}

.badge:empty, .label:empty {
    display: none
}

a.badge:focus, a.badge:hover, a.label:focus, a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.badge-important, .label-important {
    background-color: #b94a48
}

.badge-important[href], .label-important[href] {
    background-color: #953b39
}

.badge-warning, .label-warning {
    background-color: #f89406
}

.badge-warning[href], .label-warning[href] {
    background-color: #c67605
}

.badge-success, .label-success {
    background-color: #468847
}

.badge-success[href], .label-success[href] {
    background-color: #356635
}

.badge-info, .label-info {
    background-color: #3a87ad
}

.badge-info[href], .label-info[href] {
    background-color: #2d6987
}

.badge-inverse, .label-inverse {
    background-color: #333
}

.badge-inverse[href], .label-inverse[href] {
    background-color: #1a1a1a
}

.btn .badge, .btn .label {
    position: relative;
    top: -1px
}

.btn-mini .badge, .btn-mini .label {
    top: 0
}

.hidden {
    display: none !important
}

.clearfix {
    *zoom: 1
}

.clearfix:after, .clearfix:before {
    display: table;
    content: "";
    line-height: 0
}

.clearfix:after {
    clear: both
}

.clear {
    clear: both
}

.lpic {
    float: left
}

.rtext {
    overflow: hidden;
    zoom: 1
}

.column-2 {
    
    zoom: 1;
    *zoom: 1
}

.column-2:after, .column-2:before {
    display: table;
    content: "";
    line-height: 0
}

.column-2:after {
    clear: both
}

.column-2:after, .column-2:before {
    display: table;
    content: "";
    line-height: 0
}

.column-2:after {
    clear: both
}

.column-2 .left {
    float: left
}

.column-2 .right {
    overflow: hidden;
    width: 100%;
    zoom: 1;
    padding: 5px;
    display: flex;
    justify-content: space-around;
    justify-items: center;
}
.column-2 .right .rightinfo{
  width: 62%;
}

.column-2 .right img {
    width: 101px;
}

.column-2-convert .left {
    overflow: hidden;
    zoom: 1
}

.column-2-convert .right {
    float: right
}

.column-3 {
    zoom: 1;
    *zoom: 1
}

.column-3:after, .column-3:before {
    display: table;
    content: "";
    line-height: 0
}

.column-3:after {
    clear: both
}

.column-3:after, .column-3:before {
    display: table;
    content: "";
    line-height: 0
}

.column-3:after {
    clear: both
}

.column-3 .c3-center, .column-3 .c3-left, .column-3 .c3-right {
    position: relative
}

.column-3 .c3-left {
    float: left
}

.column-3 .c3-center {
    overflow: hidden;
    zoom: 1
}

.column-3 .c3-right {
    float: right
}

.fl {
    float: left
}

.fr {
    float: right
}

.ma {
    margin: 0 auto
}

.vm {
    vertical-align: middle
}

.fixed-table {
    table-layout: fixed
}

.range {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%
}

.ac {
    text-align: center
}

.al {
    text-align: left
}

.ar {
    text-align: right
}

.fb {
    font-weight: 700
}

.font-small {
    font-size: 12px
}

.font-normal {
    font-size: 14px
}

.font-big {
    font-size: 16px
}

.font-large {
    font-size: 18px
}

pre.note {
    word-wrap: break-word;
    white-space: pre-wrap;
    overflow: hidden;
    width: 100%;
    margin: 0;
    padding: 0
}

.space-10 {
    font-size: 0;
    padding-top: 10px
}

.space-20 {
    font-size: 0;
    padding-top: 20px
}

.img-border {
    padding: 1px;
    background: #fff;
    border: 1px solid #ccc
}

.yahei {
    font-family: arial, 'Hiragino Sans GB', 'Microsoft Yahei', '微软雅黑', '宋体', STHeiti
}

.mod {
    zoom: 1
}

.mod, .mod .bd, .mod .ft, .mod .hd {
    position: relative;
    zoom: 1
}

.mod .clean-bd {
    padding: 0
}

.mod-clean {
    margin-bottom: 0 !important
}

.mod-clean .bd, .mod-clean .hd {
    padding: 0 !important
}

.clean-inside-mod, .mod-clean-y {
    margin-bottom: 0
}

.clean-inside-mod .bd, .clean-inside-mod .hd, .mod-clean-y .bd, .mod-clean-y .hd {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.mod-main .hd {
    padding-bottom: 30px
}

.mod-main .hd h2 {
    font-size: 20px
}

.tab-choose a {
    vertical-align: middle;
    padding: 0 7px;
    display: inline-block;
    min-width: 80px;
    height: 36px;
    line-height: 36px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    background: #ccc;
    position: relative
}

.tab-choose a.active {
    color: #fff;
    background: #999
}

.tab-choose a.active i {
    position: absolute;
    left: 50%;
    bottom: -15px;
    margin-left: -10px;
    display: inline-block;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    border-width: 10px;
    border-color: #999 transparent transparent transparent;
    border-style: solid dashed dashed dashed
}

.tab-choose a .count {
    font-size: 12px;
    color: #f60
}

x {
    display: block
}

v {
    display: inline
}

.comments .hd .add {
    float: right;
    color: #f079b9
}

.comments li {
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px dotted #ECECEC
}

.comments li:last-child {
    border-bottom: none;
    margin-bottom: 0
}

.comments .left {
    text-align: center;
    width: 45px;
    padding-right: 10px
}

.comments .left img {
    width: 40px;
    margin-top: 1px;
    border-radius: 100% 0 100% 100%;
    background: #fff;
    padding: 1px;
    box-shadow: 0 0 1px 1px #EBEBEB
}

.comments .left p {
    margin-bottom: 10px
}

.comments .left a {
    color: #369;
    margin: 0 auto;
    display: block;
    font-size: .75em;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.comments .right h3 {
    font-size: 1em;
    font-weight: 400;
    padding-bottom: 5px;
    margin-bottom: 5px
}

.comments .right h3 a {
    color: #333
}

.comments .right h3 .top {
    color: #393
}

.comments .right h3 .good {
    color: #c63
}

.comments .summary {
    line-height: 1.3em;
    font-size: .875em;
    margin-bottom: 3px;
    word-break: break-all;
    word-wrap: break-word
}

.comments .summary, .comments .summary a {
    color: #666
}

.comments .controls {
    text-align: right;
    padding-right: 5px
}

.comments .controls a {
    font-size: .75em;
    color: #ccc;
    margin-left: 3px
}

.comments .controls .name {
    float: left;
    font-size: .75em;
    margin-left: 0;
    margin-top: 4px;
    padding-left: 15px;
    background: url(img/mobile-user-icon.png) no-repeat left center
}

.comments .controls .reply {
    background: url(img/mobile-reply-icon.png) no-repeat left center;
    padding-left: 15px
}

.comments .time {
    font-size: .75em;
    color: #ccc;
    background: url(img/mobile-time-icon.png) no-repeat left center;
    padding-left: 15px
}

.comments .form {
    padding: 0 5px
}

.comments .form .content {
    line-height: 1.8em;
    margin-bottom: 10px
}

.comments .form .content, .comments .form .content a {
    color: #666
}

.comments .form .content a {
    font-weight: 700
}

.comments .form textarea {
    display: block;
    background: #fff;
    border: 1px solid #bfbfbf;
    padding: 10px;
    width: 78%;
    overflow: hidden;
    height: 1.1em;
    resize: none
}

.comments .form .submit {
    float: right;
    width: 56px;
    height: 34px;
    line-height: 34px;
    margin-right: 10px;
    font-size: 14px
}

.comments .reply-list {
    padding: 10px;
    background: #FFFFFD;
    border-radius: 6px;
    margin-top: 6px;
    border: 1px solid #FADFEB;
    margin-bottom: 10px;
    position: relative
}

.comments .reply-list .summary {
    color: #999
}

.comments .reply-list .ico {
    position: absolute;
    top: -6px;
    right: 30px;
    display: block;
    width: 11px;
    height: 6px;
    background: url(img/mobile-reply-list-arrow.png) no-repeat left top
}

.comments .reply-list li {
    border-bottom: 1px solid #e6e6e6
}

.comments .reply-list li br {
    display: none
}

.comments .reply-list li:last-child {
    border: none;
    margin: 0
}

.comments .reply-list .more {
    border-top: 1px solid #e6e6e6;
    padding-top: 10px;
    text-align: center;
    font-size: .875em
}

.comments .reply-list .more a {
    color: #F00
}

body, html {
    height: 100%
}

@media screen and (max-device-width: 480px) {
    body {
        -webkit-text-size-adjust: none
    }
}

@media screen and (max-device-width: 320px) {
    body {
        font-size: 18px
    }
}

a {
    text-decoration: none;
    color: #666
}

body {
    overflow-x: hidden;
    font-size: 16px;
    color: #666;
    /*background:#fff url(img/food.png)*/
}

.container {
    padding-top: 10px;
    padding-bottom: 10px
}

.mod {
    margin: 15px
}

.mod-back {
    margin-top: 30px;
    font-size: .875em
}

.mod-back .bd {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-left: 3px
}

.mod-back a, .mod-back span {
    vertical-align: middle
}

.mod-back .home {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(img/breadcrumb-icon-home.png) no-repeat
}

.mod-back .divide {
    display: inline-block;
    width: 5px;
    height: 9px;
    margin: 0 3px;
    background: url(img/arrow-breadcrumb.gif) no-repeat
}

.empty {
    padding: 15px 0;
    color: #999
}

.top-alert .alert {
    margin-top: -19px;
    border-radius: 0
}

.page-title {
    padding: 0 15px;
    margin-bottom: 15px;
    font-size: 17px;
    font-weight: 400;
    color: #333;
    text-shadow: 1px 1px 1px #fff
}

.three-pic .bd {
    *zoom: 1
}

.three-pic .bd:after, .three-pic .bd:before {
    display: table;
    content: "";
    line-height: 0
}

.three-pic .bd:after {
    clear: both
}

.three-pic .bd:after, .three-pic .bd:before {
    display: table;
    content: "";
    line-height: 0
}

.three-pic .bd:after {
    clear: both
}

.three-pic img {
    width: 32%;
    float: left
}

.three-pic a:nth-child(2) img {
    margin: 0 2%
}

.block {
    /*margin: 0 15px 15px;*/
    border-radius: 5px;
    background: rgba(255, 255, 255, .8);
    overflow: hidden;
    border: 1px solid #ececec;

    /*border: solid 1px #e9ecf4;*/
    /*box-shadow: 0 4px 10px 1px #e9ecf4;*/
}

.block.topic .bd {
    padding: 15px
}

.block.topic .bd a {
    color: #3cabdb
}

.block.form {
    border-radius: 10px 10px 5px 5px
}

.block .hd {
    /*border-bottom: 1px solid #dbdbdb;*/
    padding: 10px
}

.mod .hd {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.block.rank h4 {
    font-weight: 400;
    color: #996600;
    font-size: 1.1em
}

.block .bd {
    padding: 10px
}

.block .ft .btn {
    height: 30px;
    line-height: 30px;
    font-size: .875em
}

.block.tab {
    background: 0 0;
    border: none
}

.block.tab .hd {
    padding: 0;
    *zoom: 1
}

.block.tab .hd:after, .block.tab .hd:before {
    display: table;
    content: "";
    line-height: 0
}

.block.tab .hd:after {
    clear: both
}

.block.tab .hd:after, .block.tab .hd:before {
    display: table;
    content: "";
    line-height: 0
}

.block.tab .hd:after {
    clear: both
}

.block.tab .hd .item {
    float: left;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 14px;
    background: #fff;
    color: #999;
    box-sizing: border-box
}

.block.tab .hd .item:first-child {
    border-radius: 5px 0 0 0
}

.block.tab .hd .item:last-child {
    border-radius: 0 5px 0 0
}

.block.tab .hd .active {
    color: #fff;
    background-color: #3CABDB;
}

.block.tab .hd.c2 .item {
    width: 50%
}

.block.tab .hd.c3 .item {
    width: 33%
}

.block.tab .hd.c3 .item:nth-child(2) {
    width: 34%
}

.block.tab .bd {
    background: #fff;
    border: 1px solid #ececec;
    border-top: none;
    font-size: 18px;
}

.block.pink .hd {
    border-bottom-color: #FAC4E1
}

.block.pink .hd .active {
    background: #f079b9
}

.block.pink h4 {
    font-weight: 100;
    color: #f079b9
}

.block.yellow .hd {
    border-bottom-color: #eaf3c2
}

.block.yellow .hd .active {
    background: #97AF2F
}

.block.yellow h4 {
    font-weight: 500;
    color: #f8b52b
    
}

.block.blue .hd {
    /*border-bottom-color: #A7DAF0*/
}

.block.blue .hd .active {
    background: #f8b52b
}

.block.blue h4 {
    font-weight: 500;
    color: #f8b52b
}

.column-list ul {
    *zoom: 1
}

.column-list ul:after, .column-list ul:before {
    display: table;
    content: "";
    line-height: 0
}

.column-list ul:after {
    clear: both
}

.column-list ul:after, .column-list ul:before {
    display: table;
    content: "";
    line-height: 0
}

.column-list ul:after {
    clear: both
}

.column-list .bd {
    padding: 0
}

.column-list li {
    float: left;
    width: 33.33%;
    text-align: center;
    padding-bottom: 2px
}

.column-list .bd img {
    width: 80%;
    max-width: 100px;
    height: 110px;
    box-shadow: 3px 3px 3px #999;
    box-shadow: 0 1px 6px 1px #bdbdbd;
    object-fit: cover;
}

.column-list .name {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-top: 5px;
    font-size: .75em
}

.reply-list li {
    border-bottom: 1px dotted #dfdfdf
}

.reply-list li .name {
    color: #996600
}

.reply-list li .right {
    padding-top: 5px
}

.reply-list li:last-child {
    border-bottom: none
}

.simple-list {
    *zoom: 1
}

.simple-list:after, .simple-list:before {
    display: table;
    content: "";
    line-height: 0
}

.simple-list:after {
    clear: both
}

.simple-list:after, .simple-list:before {
    display: table;
    content: "";
    line-height: 0
}

.simple-list:after {
    clear: both
}

.simple-list li {
    border-bottom: 1px dotted #dfdfdf
}

.simple-list li a {
    padding: 8px 0;
    display: block
}

.simple-list li:last-child {
    border-bottom: none
}

.breadcrumb {
    font-size: .875em;
    margin-top: 0
}

.breadcrumb, .breadcrumb a {
    color: #999
}

.breadcrumb.bottom {
    margin-top: 15px;
    margin-bottom: 15px
}

.form-horizontal h4 {
    text-align: center;
    background: #f4f4f4;
    padding: 5px 0
}

.form-horizontal .submit-item {
    margin-top: 10px
}

.form-horizontal .item {
    padding: 5px
}

.form-horizontal .item-label {
    float: left;
    padding-right: 10px;
    padding-top: 2px
}

.form-horizontal .item-control {
    overflow: hidden
}

.form-horizontal .forget {
    margin-left: 10px;
    color: #06c
}

.form-horizontal .text {
    border: 1px solid #ccc;
    border-radius: 3px;
    width: 95%;
    padding: 3px
}

.form-horizontal .text-code {
    width: 30%
}

.form-horizontal .code {
    border: 1px solid #ccc
}

.form-horizontal .button {
    width: 100%
}

input.text {
    padding: 3px;
    border: 1px solid #ccc;
    border-radius: 3px
}

.slide-ad {
    margin: 0 15px 15px;
    text-align: center
}

.slide-ad img {
    box-shadow: 0 0 2px 0 #b1b1b1;
    max-height: 100px;
    max-width: 480px;
    width: 100%;
    border-radius: 5px
}

.single-line-form {
    width: 100%;
    table-layout: fixed
}

.single-line-form td {
    vertical-align: top
}

.single-line-form .text-border {
    width: 100%;
    height: 33px;
    border: none;
    background-color: #e9e9e9;
    border-radius: 15px;
    font-size: 14px;
    padding: 0 20px;
    box-sizing: border-box;
    cursor: pointer;
    color: #333;
}

.single-line-form input::-webkit-input-placeholder {
    color: #9c9ca2;
    color: rgba(171, 171, 171);
}

.single-line-form .btn {
    font-size: 14px;
    height: 33px;
    border-radius: 20px;
}

.rank .bd {
    padding: 0
}

.rank .bd li {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 10px;
    height: 1.2rem;
    line-height: 1.2rem;
    border-bottom: 1px dotted #eee
}

.rank .bd li a {
    color: #666
}

.rank .bd li:last-child {
    border-bottom: none
}

.rank .bd .more {
    border-bottom: none;
    text-align: right
}

.rank .bd .more a {
    color: #960;
    font-weight: 700
}

.rank .bd span {
    display: inline-block;
    line-height: 20px;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    font-size: .75em;
    border-radius: 10px;
    border: 1px solid #DFDFDF;
    font-family: Arial;
    text-align: center;
    color: grey
}

.rank .bd .t span {
    border-color: #f04c7c;
    color: #f04c7c
}

.rank .bd .t a {
    color: #f04c7c
}

.btn {
    display: inline-block;
    height: 26px;
    line-height: 26px;
    text-align: center;
    color: #3CABDB;
    padding: 0 30px;
    border: none;
    border-radius: 0
}

.btn-auto {
    width: 100%;
    padding: 0
}

.btn.less-normal {
    font-size: .75em;
    height: 27px;
    line-height: 27px
}

.btn-grey {
    background-color: #e9e9e9;
    background-repeat: repeat-x;
    color: #666;
    background-image: linear-gradient(to bottom, #e9e9e9, #e9e9e9);
}

.btn-blue {
    background-color: #6bace4;
    background-repeat: repeat-x;
    color: #fff;
    background-image: linear-gradient(to bottom, #6bace4, #6bace4);
}

.btn-orange {
    background-color: #ee8d4d;
    background-repeat: repeat-x;
    color: #fff;
    background-image: linear-gradient(to bottom, #ee8d4d, #ee8d4d);
}

.btn-pink {
    background-color: #f7a7d2;
    background-repeat: repeat-x;
    color: #fff;
    background-image: linear-gradient(to bottom, #f7a7d2, #f7a7d2);
}

.btn.small {
    height: 22px;
    line-height: 22px;
    padding: 0 10px;
    font-size: .75em
}

.btn-link {
    color: #6BACE4
}

.btn-link.grey {
    color: #666
}

input.btn-link {
    display: inline;
    background: 0 0;
    border: none
}

input.btn {
    height: 30px;
    line-height: 30px
}

.header {
    z-index: 1;
    position: relative;
    font-size: 14px
}

.header .top {
    height: 36px;
    padding: 10px 0 0 100px;
    background-color: #3cabdb;
}

.header .top, .header .top a {
    color: #fff
}

.header .top a {
    float: left;
    height: 25px;
    text-align: center;
    line-height: 25px;
    font-weight: 700;
    margin-right: 16px
}

.header .top a.active {
    color: #F9FF00
}

.header .bottom {
    height: 45px;
    line-height: 38px;
    padding: 0 10px 0 100px;
    background: url(img/wave.png) repeat-x left bottom
}

.header .bottom .divide {
    margin: 0 3px;
    color: #B3B3B3
}

.header .bottom, .header .bottom a {
    color: #7c7c7c;
    font-size: .875em
}

.header .bottom .count {
    color: #ff61b7;
    margin-left: 2px
}

.header .bottom .my-name {
    padding-left: 14px;

}

.header .logined .nav {
    float: left;
    width: 30%
}

.header .logined .accounts {
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap
}

.header .accounts {
    float: right
}

.header .accounts a {
    margin-left: 5px
}

.header .accounts img {
    vertical-align: -7px
}

.header .logo {
    position: absolute;
    top: 0;
    display: block;
    height: 67px;
    width: 90px;
    text-align: center;
    /*border-bottom:1px solid #3cabdb;
	border-radius:100%;
	background-color: #3cabdb;*/
}

.header .logo img {
    margin-top: 5px;
    margin-left: 5px;
    height: 55px
}

.header .tag a {
    color: #757575
}

.channel {
    font-size: .875em;
    margin: 0 15px 15px;
    *zoom: 1;
    border-radius: 6px;
    overflow: hidden
}

.channel:after, .channel:before {
    display: table;
    content: "";
    line-height: 0
}

.channel:after {
    clear: both
}

.channel:after, .channel:before {
    display: table;
    content: "";
    line-height: 0
}

.channel:after {
    clear: both
}

.channel a {
    float: left;
    width: 33%;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    background: #404040;
    text-align: center;
    color: #fff
}

.channel a.active {
    background: #2a2a2a
}

.channel a.active span {
    border-bottom: 3px solid #c62a38
}

.channel a span {
    display: inline-block;
    box-sizing: border-box;
    height: 40px;
    padding: 0 6px
}

.channel a:first-child {
    border-right: 1px solid #000000
}

.channel a:nth-child(2) {
    width: 34%;
    border-left: 1px solid #5e5d5d;
    border-right: 1px solid #000000
}

.channel a:last-child {
    border-left: 1px solid #5e5d5d
}

.footer {
    padding: 5px 0;
    width: 100%;
    background-color: #ffffff;
    position: fixed;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}

.footer a {
    width: 33.3%;
    height: auto;
    text-align: center;
    flex-wrap: wrap;
}

.footer img {
    display: block;
    width: 0.6rem;
    margin: 0 auto 2px;
}

.footer, .footer a {
    color: gray;
}

.footer .section {
    padding: 0 10px 10px
}

.footer .nav {
    padding-top: 20px
}

.footer .nav a {
    margin-right: 5px
}

.footer p {
    padding-bottom: 15px
}

.footer .copyright {
    font-family: Arial
}

.footer .copy, .footer .time {
    font-size: .75em
}

.footer h4 {
    margin-bottom: 6px
}

.footer h4, .footer h4 a {
    color: gray;
}

.footer .kefu p {
    line-height: 1.6em
}

.donate-list {
    font-size: .875em;
    margin-bottom: 0
}

.donate-list .right h3 a, .donate-list .right h3 img, .donate-list .right h3 span {
    vertical-align: middle
}

.donate-list .right h3 .count {
    margin: 0 3px;
    color: #f60;
    font-weight: 700
}

.chapter-list .hd .item {
    width: 50%;
    padding: 0
}

.chapter-list li {
    padding: 10px 10px 10px 2px;
    border-bottom: 1px dotted #e7e7e7;
    font-size: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.chapter-list li a {
    color: #777
}

.chapter-list li:last-child {
    border-bottom: none
}

.donate-form .donate-items {
    margin-bottom: 5px
}

.donate-form .donate-items label {
    display: block;
    padding: 6px 0;
    color: #666;
    border-bottom: 1px dotted #d1d1d1
}

.donate-form .donate-items label img, .donate-form .donate-items label input, .donate-form .donate-items label span {
    vertical-align: middle
}

.donate-form .donate-items label .name {
    color: #333
}

.donate-form .donate-items label .count {
    color: #f60
}

.donate-form .donate-items label.last {
    border: none
}

.download {
    background: #87b72b;
    text-align: center;
    position: relative;
    display: none;
    border-top: 1px solid #c1ed6c;
    border-bottom: 1px solid #507a01;
    width: 100%;
    overflow: hidden
}

.download a {
    display: block;
    padding: 15px 0
}

.download img {
    max-width: 95%;
    max-height: 48px;
    display: block;
    margin: 0 auto
}

.download .close {
    display: block;
    width: 16px;
    height: 16px;
    background: url(img/download-close.png) rgba(255, 255, 255, .3) no-repeat center center;
    cursor: pointer;
    border-radius: 100%;
    position: absolute;
    right: 5px;
    top: 5px
}

.home .reading .bd {
    padding: 0 10px
}

.home .reading li {
    padding: 10px 0 10px 0;
    border-bottom: 1px dotted #ccc
}

.home .reading li:last-child {
    border-bottom: none
}

.home .reading li p {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.home .reading li .name {
    font-size: 1em
}

.home .reading li .name a {
    color: #f079b9
}

.home .reading li .continue, .home .reading li .read {
    float: right;
    margin-top: 6px;
    font-size: .75em;
    padding: 0 7px;
    border-radius: 3px;
    height: 26px;
    line-height: 26px
}

.home .reading li p {
    margin-top: 6px;
    font-size: .75em
}

.home .reading li p, .home .reading li p a {
    color: #999
}

.index .billboard {
    overflow: hidden;
    background: 0 0;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .85), inset 0 0 1px rgba(255, 255, 255, .35)
}

.index .billboard .bd {
    border-top: none;
    padding: 0
}

.index .billboard .imgs {
    overflow: hidden;
    position: relative;
    font-size: 0
}

.index .billboard .imgs a {
    float: left;
    width: 100%;
    position: relative
}

.index .billboard img {
    width: 100%
}

.index .billboard .handles {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 100%;
    text-align: center
}

.index .billboard .handles span {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 2px;
    background: #ebebeb;
    cursor: pointer
}

.index .billboard .handles span.active {
    background: #F5C86C
}

.index .book-list .rich {
    margin-bottom: 8px;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 15px
}

.index .book-list .rich:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none
}

.index .book-list .rich > a {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row;
    -moz-flex-flow: row;
    flex-flow: row
}

.index .book-list .rich figure {
    width: 75px;
    margin: 0;
    padding: 5px;
    font-size: 0
}

.index .book-list .rich figure img {
    box-shadow: 0 0 5px 0 #666;
    width: 75px;
    height: 105px
}

.index .book-list .rich .content {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 115px;
    padding-left: 15px
}

.index .book-list .rich .content > div {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    vertical-align: middle
}

.index .book-list .rich h5 {
    font-size: 1em;
    padding-bottom: 6px;
    font-weight: 400;
    color: #191919
}

.index .book-list .rich .author {
    padding-bottom: 6px;
    font-size: .75em;
    color: #494949
}

.index .book-list .rich .desc {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.6em;
    overflow: hidden;
    color: #999;
    font-size: .875em
}

.index .recommend ul {
    *zoom: 1
}

.index .recommend ul:after, .index .recommend ul:before {
    display: table;
    content: "";
    line-height: 0
}

.index .recommend ul:after {
    clear: both
}

.index .recommend ul:after, .index .recommend ul:before {
    display: table;
    content: "";
    line-height: 0
}

.index .recommend ul:after {
    clear: both
}

.index .recommend ul .column-2 {
    float: none;
    width: auto;
    padding: 0;
    margin-bottom: 5px;
    border-bottom: 1px solid #eaeaea;
    *zoom: 1
}

.index .recommend ul .column-2:after, .index .recommend ul .column-2:before {
    display: table;
    content: "";
    line-height: 0
}

.index .recommend ul .column-2:after {
    clear: both
}

.index .recommend ul .column-2:after, .index .recommend ul .column-2:before {
    display: table;
    content: "";
    line-height: 0
}

.index .recommend ul .column-2:after {
    clear: both
}

.index .recommend ul .column-2 .pic {
    padding: 0 15px 15px 3px
}

.index .recommend ul .column-2 .pic img {
    object-fit: cover;
    width: 107px;
    height: 138px;
    box-shadow: 3px 3px 3px #999;
    box-shadow: 0 1px 6px 1px #BDBDBD;
}

.index .recommend ul .column-2 .info {
    white-space: normal;
    padding-top: 7px
}

.index .recommend ul .column-2 .info a {
    color: #666;
    font-size: 16px;
    font-weight: bold;
}

.index .recommend ul .column-2 .info .author {
    font-size: .75em;
    font-weight: 400;
    margin-left: 5px;
    color: #929292
}

.index .recommend ul .column-2 .info .summary {
    height: 2.2rem;
    padding: 16px 10px 0 0;
    color: #979797;
    /*多行文本超出显示...*/
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    /*text-indent: 2em*/
}

.index .recommend ul .column-2.convert .left {
    float: none;
    overflow: hidden
}

.index .recommend ul .column-2.convert .right {
    float: right
}

.index .recommend ul .column-2.convert .pic {
    padding: 0 3px 3px 15px
}

.index .recommend ul .column-2.convert .summary {
    padding: 16px 0 0
}

.index .recommend ul i {
    float: left;
    margin: 5px 8px 0 5px;
    width: 5px;
    height: 5px;
    background: #960
}

.index .recommend ul li {
    padding: 5px 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.index .recommend ul li a {
    font-size: 14px;
    /*color: #868686*/
}

.index .recommend ul li span {
    /*margin-right: 10px;*/
    /*color: #996600*/
}

.index .recommend ul .highlight a {
    color: #FF3A61
}

.index .recommend.pink .column-2 {
    border-bottom-color: #FDE8F4
}

.index .recommend.pink li span {
    color: #F197C6
}

.index .recommend.blue .column-2 {
    border-bottom-color: #CDE7F1
}

.index .recommend.blue li span {
    float: right;
    padding: 1px 3px;
    color: rgba(171, 171, 171);
    border: solid 1px rgba(171, 171, 171);
    font-size: 12px;
}

.index .recommend.yellow .column-2 {
    border-bottom-color: #eaf3c2
}

.index .recommend.yellow li span {
    color: #97AF2F
}

.index .words {
    margin-top: 10px;
    padding: 10px 15px;
    font-size: .875em;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #999
}

.index .search-form {
    padding-top: 10px
}

.cover .detail .left {
    padding-right: 16px
}

.cover .detail .left img {
    object-fit: cover;
    width: 107px;
    height: 138px;
    box-shadow: 3px 3px 3px #999;
    box-shadow: 0 1px 6px 1px #BDBDBD;
}

.cover .detail .right {
    padding-top: 5px
}

.cover .detail .right h2 {
    font-weight: 400;
    font-size: 16px;
    color: #333;
    height: 1rem
}

.cover .detail .right .info {
    font-size: 12px;
    line-height: 1.6
}

.cover .detail .right .status {
    float: right;
    padding: 3px 6px;
    font-size: .75em;
    margin-top: -2em;
    color: #fff;
    /*border-radius:10px*/
}

.cover .detail .right .is-serialize {
    background: #FFCC00
}

.cover .detail .right .is-finish {
    background: #F179C1
}

.cover .detail .right .is-finish i {
    display: inline-block;
    width: 4px;
    height: 4px;
    /*border-radius:100%;*/
    border: 2px solid #fff;
    margin-left: 3px
}

.cover .detail .ft {
    padding-top: 15px;
    width: 100%
}

.cover .detail .ft a {
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    background: #fff;
    color: #BBBBBA;
    border: solid 1px #eee;
}

.cover .detail .ft .read {
    color: #fff;
    background-color: #3CABDB;
}

.cover .detail .ft .juhuang {
    color: #999;
    background-color: #FFF;
}

.cover .detail .ft .blue {
    color: #fff;
    background-color: blue;
}

.cover .detail .ft .collected {
    color: #3CABDB
}

.cover .detail .ft .auto.open {
    color: #3CABDB
}

.cover .votes {
    border-top: 1px solid #E7E7E7;
    border-bottom: 1px solid #E7E7E7;
    padding: 10px 0;
    *zoom: 1
}

.cover .votes:after, .cover .votes:before {
    display: table;
    content: "";
    line-height: 0
}

.cover .votes:after {
    clear: both
}

.cover .votes:after, .cover .votes:before {
    display: table;
    content: "";
    line-height: 0
}

.cover .votes:after {
    clear: both
}

.cover .votes a {
    float: left;
    width: 50%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    box-sizing: border-box
}

.cover .votes a span {
    height: 100%;
    display: inline-block;
    padding-left: 30px
}

.cover .votes a:last-child {
    border-left: 1px solid #e7e7e7
}

.cover .votes .diamond {
    color: #8ca2cb;
    font-size: 1.6em;
    font-family: Georgia
}

.cover .votes .diamond span {
    background: url(img/diamond.png) no-repeat left center
}

.cover .votes .support {
    color: #f079b9;
    font-size: 1.6em;
    font-family: Georgia
}

.cover .votes .support span {
    background: url(img/flowers.png) no-repeat left center
}

.cover .book-intro .bd {
    text-indent: 2em;
    font-size: 13px;
    line-height: 1.6em
}

.cover .book-intro .ft {
    margin-top: 10px
}

.cover .book-intro .ft a {
    display: block;
    padding: 6px 0;
    background: #eee;
    font-size: 14px;
    border-radius: 5px;
    text-align: center
}

.cover .update {
    height: 60px;
    line-height: 2;
    font-size: 14px;
}

.cover .update .bd {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%
}

.cover .update .time {
    float: right;
    font-size: 13px;
    font-family: Arial;
    color: #999
}

.cover .update a {
    font-size: 14px;
    color: #3CABDB
}

.cover .update-chapter .bd {
    padding: 10px
}

.cover .update-chapter .bd a {
    display: block;
    height: 3em;
    font-size: .875em;
    line-height: 1.5em;
    overflow: hidden;
    word-break: break-all;
    word-wrap: break-word
}

.cover .reviews .hd .count {
    margin-left: 3px;
    color: #999
}

.cover .recent-donate-list .hd a {
    float: right;
    color: #f079b9
}

.cover .recent-donate-list .donate-counts {
    margin-bottom: 15px
}

.cover .recent-donate-list table {
    width: 100%;
    table-layout: fixed
}

.cover .recent-donate-list table td {
    font-size: .75em;
    text-align: center;
    color: #999;
    padding: 10px 0 10px 5px
}

.cover .recent-donate-list table td .count {
    color: #3CABDB
}

.cover .recent-donate-list .empty a {
    color: #f60
}

.cover .recent-donate-list .bd h4 {
    font-size: 1em;
    padding-bottom: 6px;
    color: #666
}

.cover .recent-donate-list ul li {
    margin-bottom: 5px;
    padding: 3px 0;
    color: #666;
    border-bottom: 1px dotted #DADADA;
    font-size: .875em
}

.cover .recent-donate-list ul li:last-child {
    border-bottom: none;
    margin-bottom: 0
}

.cover .recent-donate-list ul li .name {
    display: inline-block;
    max-width: 50%;
    margin-right: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.cover .recent-donate-list ul li .by {
    font-size: .75em;
    color: #999
}

.cover .recent-donate-list ul li .count {
    color: #3CABDB
}

.cover .recent-donate-list ul li img {
    vertical-align: -2px
}

.chapter .mod-page {
    margin-bottom: 30px
}

.chapter .mod-page .hd {
    font-size: .75em;
    margin-bottom: 30px;
    color: #999
}

.chapter .mod-page .hd .config {
    float: right;
    margin-top: -6px;
    font-size: .875em
}

.chapter .mod-page .hd .config span {
    display: inline-block;
    width: 34px;
    height: 25px;
    line-height: 25px;
    margin-left: 5px;
    text-align: center;
    border-radius: 3px;
    background: #d6d6d6;
    cursor: pointer
}

.chapter .mod-page .hd .config span.active {
    background: #F3E7B7
}

.chapter .mod-page .page-content {
    display: none
}

.chapter .mod-page .page-content p {
    font-size: 1em;
    padding-bottom: 1em;
    line-height: 1.6em;
    text-indent: 2em
}

.chapter .mod-page .ad {
    padding: 10px 0;
    margin: 0 auto;
    text-align: center
}

.chapter .mod-page .ad p {
    margin-bottom: 10px;
    color: #666;
    font-size: .875rem;
    text-indent: 2em;
    line-height: 1.6em;
    text-align: left
}

.chapter .mod-page .ad div {
    margin-bottom: 10px;
    text-align: center
}

.chapter .mod-page .ad a {
    display: inline-block;
    padding: 10px;
    border-radius: 3px;
    font-size: .75em;
    color: #fff;
    margin-bottom: 10px
}

.chapter .mod-page .ad .ios {
    background: #65B2E8
}

.chapter .mod-page .ad .android {
    background: #59A630
}

.chapter .mod-page .loading {
    color: #999;
    padding: 15px 0;
    text-align: center;
    font-size: .875em
}

.chapter .mod-page .loading p {
    margin-top: 10px
}

.chapter .mod-page.loaded .page-content {
    display: block
}

.chapter .mod-page.loaded .loading {
    display: none
}

.chapter .mod-page .font-normal p {
    font-size: 1em
}

.chapter .mod-page .font-large p {
    font-size: 1.05em
}

.chapter .mod-page .font-xlarge p {
    font-size: 1.3em
}

.chapter .mod-page .font-xxlarge p {
    font-size: 1.5em
}

.chapter .mod-page .font-xxxlarge p {
    font-size: 1.7em
}

.chapter .mod-page .ft .app {
    text-align: center;
    margin: 15px 0 30px
}

.chapter .mod-page .ft .app table {
    width: 100%
}

.chapter .mod-page .ft .app a {
    display: block;
    height: 40px;
    width: 100%;
    margin: 0;
    font-size: 1em;
    line-height: 40px;
    border-radius: 5px
}

.chapter .mod-page .ft .app .android {
    color: #799324;
    border: 1px solid #799324
}

.chapter .mod-page .ft .app .ios {
    color: #75AFF2;
    border: 1px solid #75AFF2
}

.chapter .mod-page .ft .app img {
    vertical-align: -5px
}

.chapter .mod-page .ft, .chapter .mod-page .ft a {
    color: #999
}

.chapter .mod-page .ft a {
    margin-left: 10px
}

.chapter .top-alert .btn {
    padding: 0 15px;
    height: 26px;
    line-height: 26px;
    font-size: .875em;
    border: 1px solid #ccc
}

.chapter .top-alert .btn-blue {
    border-color: #5BA1CF
}

.chapter .author-say {
    padding: 15px;
    border-top: 1px dotted #1fb3b6;
    color: #999
}

.chapter .author-say .name {
    color: #f079b9
}

.chapter .author-say p {
    padding-bottom: 10px
}

.chapter .page-control {
    border-top: 1px dotted #ddd;
    padding-top: 10px
}

.chapter .page-control .bd {
    *zoom: 1
}

.chapter .page-control .bd:after, .chapter .page-control .bd:before {
    display: table;
    content: "";
    line-height: 0
}

.chapter .page-control .bd:after {
    clear: both
}

.chapter .page-control .bd:after, .chapter .page-control .bd:before {
    display: table;
    content: "";
    line-height: 0
}

.chapter .page-control .bd:after {
    clear: both
}

.chapter .page-control a {
    display: block;
    width: 49.5%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #999
}

.chapter .page-control span {
    font-family: Arial;
    font-size: 1em;
    font-weight: 700
}

.chapter .page-control .prev {
    float: left
}

.chapter .page-control .prev span {
    margin-right: 5px
}

.chapter .page-control .next {
    float: right;
    color: #666
}

.chapter .page-control .next span {
    margin-left: 5px
}

.chapter-recommend {
    background: #fff
}

.chapter-recommend .hd {
    height: 60px;
    line-height: 60px
}

.chapter-recommend .hd .icon {
    float: left;
    width: 46px;
    height: 46px;
    margin: 8px 10px 0 10px;
    background: url(img/chapter-last-recommend-icon.png)
}

.chapter-recommend .hd h4 {
    color: #00b8ac
}

.chapter-recommend .tab-choose {
    *zoom: 1
}

.chapter-recommend .tab-choose:after, .chapter-recommend .tab-choose:before {
    display: table;
    content: "";
    line-height: 0
}

.chapter-recommend .tab-choose:after {
    clear: both
}

.chapter-recommend .tab-choose:after, .chapter-recommend .tab-choose:before {
    display: table;
    content: "";
    line-height: 0
}

.chapter-recommend .tab-choose:after {
    clear: both
}

.chapter-recommend .tab-choose a {
    float: left;
    width: 50%;
    height: 40px;
    line-height: 40px;
    padding: 0;
    margin: 0;
    background: #bee4e0;
    color: #00b8ac
}

.chapter-recommend .tab-choose .active {
    background: #00b8ac;
    color: #fff
}

.chapter-recommend .tab-choose .active i {
    border-color: #00b8ac transparent transparent transparent
}

.chapter-recommend li {
    padding: 15px 10px;
    border-bottom: 1px solid #d4cec7
}

.chapter-recommend .bd h5 {
    padding-bottom: 10px;
    font-size: 1em
}

.chapter-recommend .bd h5 a {
    color: #333
}

.chapter-recommend .bd p {
    font-size: .75em;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.chapter-recommend .bd p, .chapter-recommend .bd p a {
    color: #999
}

.chapter-recommend .bd .divide {
    color: #998b7b;
    margin: 0 3px;
    font-size: .875em
}

.chapter-recommend .bd .finished, .chapter-recommend .bd .unfinished {
    display: inline-block;
    padding: 2px;
    margin-right: 5px;
    color: #fff;
    background: #a89784
}

.chapter-recommend .bd .finished i, .chapter-recommend .bd .unfinished i {
    width: 0;
    height: 0;
    border-style: solid;
    display: block;
    overflow: hidden;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #a89784;
    border-right: none;
    border-top: 5px solid transparent;
    float: right;
    margin: 2px -7px 0 0
}

html.ie6 .chapter-recommend .bd .finished i, html.ie6 .chapter-recommend .bd .unfinished i {
    filter: chroma(color=tomato)
}

html.ie6 .chapter-recommend .bd .finished i, html.ie6 .chapter-recommend .bd .unfinished i {
    filter: chroma(color=tomato)
}

html.ie6 .chapter-recommend .bd .finished i, html.ie6 .chapter-recommend .bd .unfinished i {
    border-top-color: tomato;
    border-bottom-color: tomato;
    filter: chroma(color=tomato)
}

.chapter-recommend .bd .unfinished {
    background: #00b8ac
}

.chapter-recommend .bd .unfinished i {
    width: 0;
    height: 0;
    border-style: solid;
    display: block;
    overflow: hidden;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #00b8ac;
    border-right: none;
    border-top: 5px solid transparent
}

html.ie6 .chapter-recommend .bd .unfinished i {
    filter: chroma(color=tomato)
}

html.ie6 .chapter-recommend .bd .unfinished i {
    filter: chroma(color=tomato)
}

html.ie6 .chapter-recommend .bd .unfinished i {
    border-top-color: tomato;
    border-bottom-color: tomato;
    filter: chroma(color=tomato)
}

.chapter-recommend .bd .collect, .chapter-recommend .bd .diamond, .chapter-recommend .bd .support {
    padding: 3px 0 2px 20px;
    margin-right: 5px;
    background: url(img/chapter-last-recommend-collect-icon.png) left center no-repeat
}

.chapter-recommend .bd .support {
    padding-left: 16px;
    background-image: url(img/chapter-last-recommend-support-icon.png)
}

.chapter-recommend .bd .diamond {
    background-image: url(img/chapter-last-recommend-diamond-icon.png)
}

.pay-notice .pay-detail .bd {
    line-height: 1.8em
}

.pay-notice .pay-detail .count {
    color: #f60
}

.review .detail {
    margin-top: 5px;
    border-bottom: 1px solid #E2B4AC
}

.review .detail .info {
    font-size: .75em;
    color: #999
}

.review .detail .bd {
    line-height: 1.6em;
    font-size: 1em;
    padding: 15px 0 0
}

.review .detail .bd .controls {
    margin: 20px 0 3px;
    text-align: right;
    font-size: .875em
}

.review .detail .bd .controls a {
    color: #999;
    margin-left: 3px
}

.book-all-list .hd {
    font-size: .75em;
    padding: 0;
    overflow: hidden
}

.book-all-list .hd .even {
    background: #F7F7EF
}

.book-all-list .hd .filter {
    padding: 5px 15px;
    *zoom: 1;
    font-size: 14px;
}

.book-all-list .hd .filter:first-child {
    border-radius: 10px 10px 0 0
}

.book-all-list .hd .filter:after, .book-all-list .hd .filter:before {
    display: table;
    content: "";
    line-height: 0
}

.book-all-list .hd .filter:after {
    clear: both
}

.book-all-list .hd .filter:after, .book-all-list .hd .filter:before {
    display: table;
    content: "";
    line-height: 0
}

.book-all-list .hd .filter:after {
    clear: both
}

.book-all-list .hd .filter a, .book-all-list .hd .filter span {
    float: left;
    line-height: 1.5;
    margin-bottom: 5px
}

.book-all-list .hd .filter span {
    color: #000
}

.book-all-list .hd .filter a {
    margin-right: 10px;
    color: #7C7C7C;
    float: left;
    white-space: nowrap;
}

.book-all-list .hd .filter a.current {
    color: #3CABDB
}

.book-all-list li {
    margin: 10px 5px;
    /*border-bottom: 1px dotted #ddd;*/
    line-height: 2;
    /*border: solid 1px #e9ecf4;*/
    box-shadow: 0 4px 10px 1px #e9ecf4;
    border-radius: 6px;
}

.book-all-list li .left {
    padding-right: 10px;
    font-family: Arial;
    font-size: .875em;
    color: #999
}

.book-all-list li .name {
    font-size: .34rem;
    font-weight: 700;
    line-height: .5rem;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333;
}

.book-all-list li .update {
    font-size: 12px
}

.book-all-list li .update, .book-all-list li .update a {
    color: #636363
}

.book-all-list li .time {
    font-size: 12px;
    color: #999
}

.book-all-list li .words {
    /*margin-left: 3px*/
    color: #999;
}

.book-all-list li .info {
    font-size: 12px
}

.book-all-list li .info, .book-all-list li .info a {
    color: #999
}

.my-pocket {
    font-size: 1em;
    line-height: 1.6em
}

.my-pocket .count {
    color: #f079b9
}

.custom-alert {
    font-size: .75em;
    line-height: 1.6em;
    color: #ed7171

}

.tips {
    margin-top: 5px;
    font-size: .75em;
    color: #999
}

.hot-list .bd {
    padding-top: 10px
}

.hot-list li {
    float: left;
    width: 33%;
    text-align: center;
    margin-bottom: 15px
}

.hot-list li h5 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 5px 0
}

.hot-list .buttons {
    padding: 10px 0;
    text-align: center
}

.hot-list .buttons a {
    margin-right: 10px;
    color: #999
}

.record-list .bd {
    padding: 0
}

.record-list td form {
    display: inline
}

.record-list td, .record-list th {
    font-size: .75em
}

.record-list .count {
    color: #f60
}

.record-list tr:nth-child(odd) td {
    background: #f8f8f8
}

.record-list .list li {
    padding: 10px;
    border-bottom: 1px dotted #ddd
}

.record-list .list li:last-child {
    border-bottom: none
}

.record-list .list .name {
    font-size: .875em;
    line-height: 1.6em
}

.record-list .list .info {
    font-size: .75em;
    color: #666
}

.record-list .list .info span {
    margin-right: 10px
}

.record-list .list .num {
    color: #f60
}

.record-list .list .time {
    color: #999
}

.record-list .list .desc {
    margin-top: 5px;
    color: #999;
    font-size: .75em
}

.other-link {
    margin-top: 25px;
    font-size: .875em;
    color: #999;
    text-align: center
}

.other-link .bd {
    padding: 0 5px
}

.other-link .divide {
    margin: 0 5px
}

.other-link a {
    color: #3cabdb
}

.nonactived {
    font-size: .875em;
    line-height: 1.6em
}

.nonactived a {
    color: #3cabdb
}

.people .detail .left {
    padding-right: 15px
}

.people .detail .right {
    line-height: 50px
}

.people .books li {
    border-bottom: 1px dotted #ccc;
    padding: 10px 0
}

.people .books li:last-child {
    border-bottom: none
}

.people .books .left {
    padding-right: 15px
}

.people .books .left img {
    box-shadow: 0 0 3px 0 #666
}

.people .books .right {
    padding-top: 10px
}

.people .books .right h4 {
    margin-bottom: 10px
}

.people .books .right h4 a {
    color: #cb0000
}

.search-form {
    padding: 5px 15px;
    margin: 5px 0;
}

.search-form label {
    margin-right: 5px
}

.search-form p {
    margin-top: 10px;
    font-size: .75em
}

.search-form .hot-key {
    font-size: .75em;
    padding-top: 5px;
    padding-left: 3px
}

.search-form .hot-key a {
    margin-right: 5px;
    color: #999
}

.search-form .hot-key .hot {
    color: #f60
}

.results {
    margin-top: 15px
}

.results .hd a {
    color: #666
}

.results .hd span {
    color: #f60;
    font-weight: 700
}

.results li {
    margin-bottom: 10px;
    padding: 10px;
    border-bottom: 1px dotted #ddd
}

.results li:last-child {
    border-bottom: none
}

.results .left {
    padding-right: 15px
}

.results .name {
    color: #333
}

.results b {
    color: #f60;
    font-weight: 400;
    font-size: 15px;
}

.results .tags {
    font-size: .75em;
    padding-top: 10px;
    color: #999;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.results .ft {
    text-align: center;
    padding: 10px 0;
    font-size: .75em;
    font-family: Arial
}

.results .ft a {
    margin: 0 3px
}

.book-list .left img {
    box-shadow: 0 0 3px 0 #ccc
}

.book-list h5 {
    padding-bottom: 15px;
    font-weight: 400
}

.book-list h5 img {
    vertical-align: -2px
}

.book-list .status {
    float: right;
    font-size: .75em
}

.book-list .is-finish {
    color: #F179C1
}

.book-list .is-serialize {
    color: #FFCC00
}

.book-list .time {
    margin-top: 10px;
    font-size: 12px;
    color: #999
}

.book-list .right {
    padding-top: 10px
}

.book-list .right .info {
    margin-bottom: 4px;
    color: #333
}

.book-list .right .author {
    font-size: 12px;
    color: #999
}

.book-list .right .author a {
    color: #666
}

.book-list .summary {
    text-indent: 2em;
    font-size: 13px;
    margin-top: 5px;
    color: #666;
    line-height: 1.6em
}

.people-list .left img {
    border-radius: 100%
}

.people-list .name {
    font-size: .875em
}

.people-list .info {
    margin-top: 10px;
    font-size: .75em;
    color: #999
}

.yingcang {
    display: none;
}

#zcontent p {
    font-size: 1.05em;
    padding-bottom: 1em;
    line-height: 1.6em;
    /*text-indent: 2em;*/
}

.listdivfeng {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #eaeaea;
    padding-top: 15px;
}

.listdivfeng div {
    line-height: 14px;
    padding-bottom: 15px;

}

.listdivfeng div a {
    color: #868686;

}

.listdivfeng div span {
    margin-right: 10px;
    color: #996600;
}


html {
    max-width: 540px;
    margin: 0 auto;
}

body {
    background-color: #ffffff!important;
}

/*隐藏滚动条*/
::-webkit-scrollbar {
    display: none; /* Chrome Safari */
}

a:hover {
    text-decoration: none!important;
}

/*img {*/
/*    position: relative;*/
/*}*/

/*img::before {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    display: block;*/
/*    content: ' ';*/
/*    background-size: cover;*/
/*    background-image: url('../css/img/logo.png');*/
/*}*/

/*文字提示*/
.message {
    padding: 8px 16px;
    background-color: rgba(0, 0, 0, 0.85);
    color: #ffffff;
    border-radius: 8px;
    font-size: 14px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 9999;
}

.m-bottom {
    margin-bottom: 2rem!important;
}

.herder-img {
    padding: 10px;
}

.herder-img img {
    width: 100%;
    max-height: 180px;
    border-radius: 10px;
}

.mod .hd h4 {
    /*margin-left: 10px;*/
    font-size: 16px;
}

.mod .hd a {
    float: right;
    line-height: 2;
    font-size: 13px;
    color: #979797;
    padding: 0 5px;
}

.mod .hd a img{
    width: 0.6rem;
    height: 0.6rem;
    display: block;
    margin: 0 auto;
}

/*分类*/
.sort-list {
    display: flex;
    /* justify-content: center; */
    /* align-items: center; */
    font-size: 14px;
    flex-wrap: wrap;
}

.sort-list a {
    background: #fff;
    margin: 0px;
    width: 24%;
    height: 80px;
    border-radius: 1px;
    text-align: center;

}

.sort-list img {
    display: block;
    width: 0.8rem;
    margin: 2px auto 8px;
}

.page .pager input,.page .pager select {
    display: none;
}

.page .pager {
    text-align: center;
    font-size: 13px;
    color: #999999;
}

.page .pager a:first-child {
    float: left;
    margin-left: 10px;
    font-size: 14px;
    color: #666666;
    font-weight: bold;
}

.page .pager a:last-of-type {
    float: right;
    margin-right: 10px;
    font-size: 14px;
    color: #666666;
    font-weight: bold;
}

.seniority-top {
    width: 100%;
    height: 1rem;
    line-height: 1rem;
    text-align: center;
    color: white;
    font-size: 16px;
    background-color: #3cabdb;
}

.seniority {
    display: flex;
}

.seniority .left {
    width: 2.5rem;
    height: 100vh;
    text-align: center;
    flex-wrap: wrap;
    font-size: 14px;
    background-color: rgba(240,240,248);
}

.seniority .left .active {
    color: #3cabdb;
    background-color: white;
    font-weight: bold;
}

.seniority h4 {
    height: 1.2rem;
    line-height: 1.2rem;
    border-bottom: solid 1px #eee;
}

.seniority .bd {
    display: none;
    width: calc(100% - 2.5rem);
    font-size: 13px;
}

.seniority .right1 {
    display: block;
}

.sou {
    padding: 20px;
    color: #666666;
    font-size: 13px;
    margin-top: -15px;
}

.sou .sou-title {
    color: #999999;
    display: flex;
    align-items: center;
    font-size: 13px;
}

.sou .sou-title1 {
    justify-content: space-between;
}

.sou .sou-title img {
    width: 0.5rem;
    margin-right: 5px;
}

.sou .sou-list {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0;
}

.sou .sou-list p {
    padding: 5px 10px;
    margin: 5px 10px;
    border-radius: 15px;
    border: solid 1px #666666;
}

.collect {
    padding: 0 15px;
    color: #999;
}

.collect >.title {
    border-bottom: 3px solid #fe6e6e;
    color: #fe6e6e;
    padding: 5px 0;
    font-size: 14px;
}

.collect .list {
    margin: 30px 0;
}

.collect .item {
    display: flex;
    font-size: 13px;
    line-height: 1.5;
    margin: 10px 0;
}

.collect .item .left img {
    width: 80px;
    height: 105px;
    object-fit: cover;
    margin-right: 20px;
    border-radius: 5px;
}

.collect .item .right .title {
    color: #333333;
    font-size: 15px;
    margin: 10px 0 20px 0;
}

#shou {
    display: flex;
    justify-content: center;
    align-items: center;
}

#shou img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

#shou .active {
    color: #fe6e6e;
}

.my-con .head {
    text-align: center;
    margin: 50px 0;
}

.my-con .list a {
    color: #333333;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
}

.my-con .list a img {
    width: 20px;
    height: 20px;
}







.column-Detail {
    
    zoom: 1;
    *zoom: 1
}

.column-Detail:after, .column-Detail:before {
    display: table;
    content: "";
    line-height: 0
}

.column-Detail:after {
    clear: both
}

.column-Detail:after, .column-Detail:before {
    display: table;
    content: "";
    line-height: 0
}

.column-Detail:after {
    clear: both
}

.column-Detail .left {
    float: left
}

.column-Detail .right {
    overflow: hidden;
    zoom: 1;
    padding: 5px;

}
.column-Detail .right .rightinfo{
  width: 62%;
}

.column-Detail .right img {
    width: 101px;
}

.column-Detail-convert .left {
    overflow: hidden;
    zoom: 1
}

.column-Detail-convert .right {
    float: right
}
.icp{
    width: 100%;
    text-align: center;
    color: #333;
    font-size: 15px;
    padding: 10px 0;
}
.fanhuibtn{
    position: absolute;
    left: 5px;
    top: 11px;
    width: 18px;
    height: 18px;
}
.mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.85);
    display: none;
    z-index: 999;
}
.popup {
    width: 8.5rem;
    background: #ffffff;
    border-radius: .3rem;
    padding: 0.5rem 0 0.5rem 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.popup-title {
    text-align: center;
    color: #ff7900;
    font-size: .53rem;
    font-weight: bold;
}

.popup-text {
    max-height: 10rem;
    overflow: scroll;
    text-align: center;
    margin-top: .5rem;
    margin-bottom: .5rem;
    line-height: 1.7;
    font-size: .4rem;
    color: #444;
    font-weight: 500;
    padding: 0 .6rem;
    box-sizing: border-box;
}

.popup-text span {
    color: #ff7900
}

.popup-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup-btn button {
    border: 0;
    width: 3.1rem;
    height: 1rem;
    line-height: 1rem;
    border-radius: .65rem;
    font-size: .43rem;
    margin: auto;
    text-align: center;
}

.popup-cancel {
    background: #ddd;
    color: #fff;
    display: none;
}

.popup-confirm {
    background: #ff7900;
    color: #fff;
}
.VipIdentifying{
    position: absolute;
    top: -1px;
    right: -1px;
    background: red;
    color: #fff;
    width: 40px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 9px;
}
.IndexVipIdentifying{
    position: absolute;
    top: -1px;
    right: 11px;
    background: red;
    color: #fff;
    width: 40px;
    height: 19px;
    line-height: 19px;
    text-align: center;
    font-size: 9px;
}