@charset "utf-8";
/* CSS Document */

/* 书库 排行*/
.main-wrap{width: 100%;min-width: 1200px;}
.sort,.reorder,.sort-list,.keywords,.bookcasebox{width: 1200px;margin: 0 auto;font-size: 16px;}
.sort,.reorder{height: 35px;
    line-height: 35px;
    margin-top: 20px;overflow: hidden;}
.sort span,.reorder span,.sort-list h2{    font-size: 18px;
    background: #b1b1b1;
    border: 1px solid #d6d6d6;
    color: #fbfbfb;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    border-radius: 5px;
    margin-right: 10px;
    padding: 0 10px;}
.sort a,.reorder a{margin-right: 10px;}
.reset a{margin-right: 7.5px;}
.sort-list{margin-top: 20px;}
.sort-list h2{margin-bottom: 20px;}
.sort-list li{    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #cacaca;font-size: 0;} /* 父级元素设置font-size:0; 子元素重置font-size来解决子元素换行产生的空白间隙 */
.sort-list li:hover{border-bottom: 1px solid #ff9d9d;}
.sort-list li span{display: inline-block;height: 45px;line-height: 45px;overflow: hidden;font-size: 16px;} /* 子元素重置恢复 */
.sort-list li span:hover{border-bottom: 1px solid #969696;margin-bottom: -1px;}
.sort-list li span:nth-of-type(1){width:280px; }
.sort-list li span:nth-of-type(2){width:420px; }
.sort-list li span:nth-of-type(3){width:200px; }
.sort-list li span:nth-of-type(4){width:180px; }
.sort-list li span:nth-of-type(5){width:120px;text-align: right;}
.sort-list li a{display:block;text-decoration: none;}
.icon em,.icon i{margin-right: 20px;color:#ff6a6a;border: 1px solid #ff6a6a;
    padding: 2px 8px;
    border-radius: 3px;}
.icon i{color:#55a3dc;border: 1px solid #55a3dc;}

/* 搜索页面 */
.keywords{margin-top: 20px;font-size: 28px;}
.keywords strong{}
.sort-list p{border-bottom: 1px solid #a0a0a0;margin-top: 15px;}
.sort-list p i{margin-right: 20px;}
.sort-list p i:nth-of-type(1){margin-right: 0;}
.sort-list p i a{    margin-right: 10px;
    border: 1px solid #afafaf;
    padding: 2px 5px;
    border-radius: 5px;}
.sort-list p em{display: block;line-height: 28px;padding: 10px 0;text-indent: 2em;color: #9e9e9e;}
.search_words{}
.search_words li{border-bottom: 1px solid #f1f1f1;}
.search_words li:nth-of-type(1){border-bottom: 2px solid #cacaca;}
.search_words li:hover{}
.searchform{width: 1200px; margin:30px auto;}
.searchform h2{ text-align: center;font-size: 2rem; }
.searchform fieldset{border: 1px solid #b5b5b5;
    -moz-border-radius: 5px;  
    -webkit-border-radius: 5px;  
    -khtml-border-radius: 5px;  
    border-radius: 5px;  
    line-height: 30px;
    padding: 5px 10px 20px 10px;  
    margin-bottom: 30px;  }
legend{color: #5a5959;
    font: bold 16px/2 Verdana, Geneva, sans-serif;
    /* text-align: center;*/
    text-shadow: 2px 2px 2px rgb(228, 228, 228);}

.select {
    padding:.2em .5em;
    border-radius: 3px;
}

.select:focus{    outline: 0;
    border: 1px solid #55595c;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px #d7d7d7, 0 0 8px #999;
    box-shadow: inset 0 1px 1px #d7d7d7, 0 0 8px #999;}

/* 书架 */
.bookcasebox{margin-top: 20px;}
.bookcasebox span{}
.bookcasebox span a{margin-right: 20px; font-size: 20px;text-decoration: none;}
.bookcasebox span .selected{border: 1px solid #ff8d8d;
    padding: 3px 6px;
    border-radius: 5px;
    }
.bookcasebox table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1em;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    background: transparent;
}
.bookcasebox table caption, table .title {
    line-height: 2.5;
    font-weight: bold;
    font-size: 1.25em;
    background-color: inherit;
    color: inherit;
}
.bookcasebox table tr {
    border-top: 1px solid #eceeef;
}

.bookcasebox table th, table td, table .head {
    padding: 0.5em;
    line-height: 1.6;
    vertical-align: top;
}
.bookcasebox table th, table .head {
    font-weight: bold;
    vertical-align: bottom;
    border-bottom: 2px solid #eceeef;
}
.bookcasebox select{background-color: #fff;
    text-align: center;
    padding-left: 5px;
    width: 80px;}