.sort_red {
    background-color: #f75b5a
}

.sort_orange {
    background-color: #faab48
}

.sort_purple {
    background-color: #9289e8
}

.sort_green {
    background-color: #99c934
}

.sort_blue {
    background-color: #569fe8
}

.sort_x_girl {
    background-color: #ff6b77
}

.sort_x_boy {
    background-color: #86abf2
}

.sort_x_public {
    background-color: #faaa47
}

.sort_current {
    background-color: #9ebbf7;
    color: #fff !important
}

.red_current {
    background-color: #fd8eba
}

.orange_current {
    background-color: #ffc26c
}

.green_current {
    background-color: #49e4ad
}

.flex {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1
}

.pack {
    -webkit-box-pack: center;
    -o-box-pack: center;
    -moz-box-pack: center
}

.align {
    -webkit-box-align: center;
    -o-box-align: center;
    -moz-box-align: center
}

.justify {
    -webkit-box-pack: justify;
    -o-box-pack: justify;
    -moz-box-pack: justify
}

.orient {
    -webkit-box-orient: vertical;
    -o-box-orient: vertical;
    -moz-box-orient: vertical
}

.tc {
    text-align: center
}

.over {
    overflow: hidden
}

.text_over {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all
}

.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.line {
    height: 7px;
    background-color: #f5f5f5;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1
}

.thin_line {
    border-bottom: 1px solid #f1f1f1
}

.line_two {
    width: 100%;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    display: -o-box;
    display: -moz-box;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -o-line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical
}

.line_three {
    width: 100%;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    display: -o-box;
    display: -moz-box;
    -webkit-line-clamp: 3;
    -moz-line-clamp: 3;
    -o-line-clamp: 3;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical
}

.opa {
    opacity: .7
}

.pos {
    position: absolute;
    top: 20px;
    padding: 0 12px;
    font-size: 1.3rem !important;
    color: #999 !important
}

.pos_author {
    position: absolute;
    bottom: 20px;
    width: 100%;
    display: -webkit-box;
    -webkit-box-pack: center;
    -o-box-pack: center;
    -moz-box-pack: center;
    -webkit-box-align: center;
    -o-box-align: center;
    -moz-box-align: center;
    color: #999 !important
}

.pos_author span {
    display: block;
    width: 66.6%;
    font-size: .6rem !important;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.pay-btn {
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 1.6rem;
    width: 100%;
    border-radius: 5px;
    display: block;
    margin: 15px 0 0;
    -webkit-background-clip: padding-box
}

.red-btn {
    background-color: #f3563e;
    color: #fff;
    border: 1px solid #f3563e
}

.red-btn-c {
    background-color: #c24532;
    border: 1px solid #c24532
}

.disable {
    opacity: .5
}

.white-btn {
    border: 1px solid #25c4a6;
    color: #25c4a6
}

.white-btn:hover {
    background-color: #e7e7e7
}

.green-btn {
    background-color: #25c4a6;
    color: #fff;
    border: 1px solid #25c4a6
}

.green-btn-c {
    background-color: #1e9d85;
    border: 1px solid #1e9d85
}

.book_cover {
    display: block;
    position: relative;
    margin-right: 15px;
    width: 90px;
    height: 124px;
    float: left
}

.book_cover img {
    width: 90px;
    height: 124px
}

.book_cover p {
    font-size: .9rem;
    text-align: center
}

.book_cover .free_red {
    position: absolute;
    display: block;
    width: 31px;
    top: 0;
    left: 0
}

.book_cover .free_red img {
    width: 31px;
    height: 31px
}

.white-bg {
    background: #fff
}

.hot_tag {
    width: 100%;
    padding: 10px 15px 2px;
    background: #fff
}

.hot_tag .r-title {
    font-size: 1.6rem
}

.search_box {
    padding: 15px;
    width: 100%;
    background: #f5f5f5;
    border-bottom: 1px solid #f2f2f2;
    position: relative
}

.search_box input {
    width: 100%;
    height: 38px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 0 10px;
    font-size: 1.4rem;
    display: block
}

.search_box input::-webkit-input-placeholder {
    color: #e3e3e3
}

.search_box input::-o-input-placeholder {
    color: #e3e3e3
}

.search_box input::-moz-input-placeholder {
    color: #e3e3e3
}

.search_box .radius {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.search_box .look {
    background: url(../images/person_icon.png) 0 -144px no-repeat;
    width: 20px;
    height: 20px;
    display: block;
    background-size: 100%;
    position: absolute;
    top: 27px;
    right: 24px
}

.result {
    width: 100%;
    padding: 0 15px;
    position: absolute;
    top: 103px
}

.result ul {
    border: 1px solid #bfbfbf;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    position: relative;
    top: -1px;
    background: #fff
}

.result ul li {
    line-height: 34px;
    padding: 0 13px 0 10px;
    border-bottom: 1px solid #efefef;
    position: relative
}

.result ul li a {
    font-size: 1.2rem;
    color: #999;
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all
}

.result ul li a i {
    background: url(../images/person_icon.png) 0 -200px no-repeat;
    width: 10px;
    height: 10px;
    display: inline-block;
    background-size: 200%;
    position: relative;
    margin-right: 5px
}

.result ul li:last-child {
    border-bottom: none
}

.rank-list a {
    padding: 10px 15px !important
}

.search_list {
    background: #fff
}

.search_list nav {
    padding: 10px 15px 12px
}

.search_list nav li {
    height: 115px;
    overflow: hidden;
    word-wrap: break-word;
    float: left;
}

.search_list nav li a {
    font-size: 1.3rem;
    padding: 0 12px;
    height: 31px;
    line-height: 29px;
    display: inline-block;
    border: 1px solid #e2e2e2;
    margin: 0 10px 10px 0;
    border-radius: 5px
}

.results_no {
    background: #fff
}

.results_no h1 {
    font-size: 1.4rem;
    margin-bottom: 3px;
    padding: 12px 15px 0
}

.results_no h1 span {
    color: #ff6a67
}

.results_no .re_none {
    text-align: center
}

.results_no .re_none img {
    width: 40px;
    margin-top: 10px
}

.results_no .re_none span {
    display: block;
    color: #b8b8b8;
    font-size: 1.1rem;
    margin: 5px 0 2px
}

.results_no a {
    border-bottom: 1px solid #f6f6f6
}

.results_no a img {
    width: 69px;
    height: 95px
}

.results_no a .blue {
    color: #65b7e7 !important
}

.results_no a:nth-of-type(1) {
    padding-top: 10px
}

.moreThis a .book_detail span {
    margin: 3px 0
}

.gray_h {
    height: 5px;
    width: 100%;
    background-color: #f5f5f5
}

.shsq_box {
    background-color: #f5f5f5;
    padding: 8px 0
}

.shsq_box .search_gg {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    width: 100%;
    height: 80px;
    overflow: hidden;
    position: relative;
    display: block;
    background-color: #fff;
    padding: 10px 15px !important
}

.shsq_box .search_gg p {
    width: 82px;
    height: 22px;
    float: right;
    position: relative;
    top: 50%;
    margin-top: -11px;
    text-align: center;
    line-height: 20px;
    font-size: 1.1rem;
    border: 1px solid #fe3a55;
    color: #fe3a55;
    border-radius: 11px;
    -webkit-border-radius: 11px;
    background-color: #fff
}

.shsq_box .search_gg div {
    float: left;
    margin-top: 5px
}

.shsq_box .search_gg div h3 {
    font-size: 1.3rem;
    color: #111;
    line-height: 23px
}