dl.author_res {
    padding: 0 1em;
    overflow: hidden;
    margin: 0
}

dl.author_res dd {
    background: url(arrow/arr_right.png) no-repeat right center;
    -webkit-background-size: 8px 13px;
    background-size: 8px 13px
}

dl.author_res dd a {
    display: block;
    position: relative
}

dl.author_res dd a img {
    width: 4em;
    height: 4em;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0
}

dl.author_res dd a div {
    box-sizing: border-box;
    padding-left: 5em;
    height: 4em
}

dl.author_res dd a div p {
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin: 0;
    padding: 0;
    font-size: 1em;
    line-height: 2em
}

dl.author_res dd a div p i {
    display: inline-block;
    border: 1px solid red;
    font-size: .8em;
    color: red;
    font-style: normal;
    margin-left: .5em;
    line-height: 1em;
    padding: .1em .2em;
    border-radius: .2em
}

dl.author_res dd a div p.name {
    font-size: 1.2em;
    color: #131313
}

dl.author_res dd a div p.books {
    color: #979797;
    line-height: 1.5em
}

dl.author_res.authors dd {
    padding: 1em 0;
    border-top: 1px solid #E0E0E0
}

dl.author_res.authors dd:nth-of-type(1) {
    border-top: none
}

dl.author_res.books dd {
    margin: 1em 0
}

.LIST_IMG dd a.main em, .LIST_IMG dd a.main i {
    font-style: normal
}

.LIST_IMG dd a.main i {
    color: red
}

.LIST_IMG dd a.main h2 {
    overflow: hidden;
    margin-bottom: 0
}

.LIST_IMG dd a.main h2 span.bookname {
    float: left;
    width: 65%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 1em;
    color: #131313
}

.LIST_IMG dd a.main span {
    vertical-align: middle;
    display: inline-block
}

.LIST_IMG dd a.main span.author {
    color: #999
}

.LIST_IMG dd a.main span.author em {
    color: #999;
    margin-left: .5em
}

.LIST_IMG dd a.main span.status {
    margin-right: 1em
}

.LIST_IMG dd a.main span.status em {
    color: #53A868
}

.LIST_IMG dd a.main span.status em.wanben {
    color: #4a4a4a
}

.LIST_IMG dd a.main span.word {
    width: 80%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.LIST_IMG dd a.main span.word em {
    color: #F14C36
}

.LIST_IMG dd a.main p {
    margin: 0;
    -webkit-line-clamp: 2;
    font-size: 1em
}

.LIST_IMG dd:nth-last-of-type(1) {
    border-bottom: 0
}

a.more, div.more {
    display: none;
    padding: 1em;
    border-top: 1px solid #ececec;
    text-align: center;
    color: #999
}

.no_more {
    display: none
}

div.no_res {
    padding: 5em 0;
    text-align: center
}

div.no_res img {
    width: 4em
}

div.no_res p {
    margin: 0;
    color: #979797
}

.tab .tab_title {
    top: 60px;
    display: flex
}

.tab .tab_title a {
    flex: 1;
    text-align: center;
    padding: .8em 0;
    font-size: 1.2em;
    border-bottom: 1px solid #E0E0E0
}

.tab .tab_title a.active {
    color: red
}

.tab .tab_title a span {
    width: 100%;
    border-right: 1px solid #eee;
    line-height: 1;
    display: inline-block
}

.tab .tab_title a:last-of-type(1) span {
    border-right: none
}

.tab .tab_content {
    position: relative
}

.tab .tab_content .con {
    display: none
}

.tab .tab_content .con:nth-of-type(1) {
    padding-top: 3.5em
}

.tab .tab_content .con.active {
    display: block
}

.choose {
    position: absolute;
    width: 100%;
    z-index: 250;
    background: #fff;
    top: 0;
    left: 0
}

.choose_list_box a {
    display: inline-block;
    margin-right: .5em
}

.choose_list_box a.active {
    color: red
}

.choose_list_box dt {
    padding: .8em 1em
}

.choose_list_box dt {
    color: #999;
    border-bottom: 1px solid #E0E0E0;
    box-sizing: border-box;
    height: 3.25em
}

.choose_list_box dt i {
    font-style: normal
}

.choose_list_box dt span {
    float: right
}

.choose_list_box dd {
    display: none;
    background: #fff;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .3);
    border-radius: 0 0 5px 5px
}

.choose_list_box dd.active {
    display: block
}

.choose_list_box dd:nth-of-type(1) a {
    display: block;
    font-size: 1em;
    padding: .8em 1em;
    border-bottom: 1px solid #E0E0E0
}

.choose_list_box dd:nth-of-type(1) a:nth-last-of-type(1) {
    border-bottom: 0
}

.choose_list_box dd:nth-of-type(2) {
    padding: 0 1em 2em
}

.choose_list_box dd:nth-of-type(2) div {
    padding: .5em 0
}

.choose_list_box dd:nth-of-type(2) h3 {
    margin: 0;
    padding: 0;
    font-weight: 400;
    color: #999
}

.choose_list_box dd:nth-of-type(2) p {
    margin: 0;
    padding: 0
}

.choose_list_box dd:nth-of-type(2) a.filter_btn {
    margin-top: 1em;
    display: block;
    background: #F14C36;
    color: #fff;
    border-radius: .5em;
    text-align: center;
    padding: .8em 0
}

.shadow-box {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0);
    z-index: 200
}

.shadow-box.on {
    display: block
}

.reRelKey {
    z-index: 300
}