.path-nav-wrap {
    margin-top: 15px;
}
#header-wrap {
    margin-top: 15px;
    margin-bottom: 60px;
}

.img-wrap {
    display: block;
    height: 435px;
}
@media (max-width: 767px) {
    .img-wrap {
        height: 230px;
    }
}
.carousel-caption span {
    display: inline-block;
    color: #fff;
    background-color: rgba(0,0,0,.6);
    font-size: 16px;
    cursor: default;
}

.headline h2 {
    display: block;
    font-size: 21px;
}
.headline h2 a {
    color: #333;
}

.nav-tabs-wrap {
    margin-bottom: 30px;
}
.nav-tabs.nav-justified > li > a {
    margin-right: 5px;
    padding-left: 20px;
    padding-right: 20px;
    color: #333;
    font-weight: 400;
    background-color: #F7F8FA;
    border-radius: 0;
    border: none;
    border-top: 2px solid #E6EBEC;
}
.nav-tabs.nav-justified > li > a:hover {
    background-color: #fff;
}
.nav-tabs.nav-justified > li.active > a {
    color: rgb(113,11,14);
    font-weight: 600;
    border: 0;
    background-color: #E6EBEC;
    border-top: 2px solid #E6EBEC;
}
/* 侧边导航栏 */
nav.side-navigation .nav-tabs-wrap {
    margin: 10px 0;
    padding: 0;
    font-size: 14px;
}
/* 图书分类Tab */
.tab-content {
    margin-top: 7px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0,0,0,.05);

}
.tab-content article {
    /*padding-bottom: 15px;*/
    padding: 15px;
    margin-bottom: 15px;
}
.tab-content article a {
    float: left;
    width: 136px;
    height: 186px;
    overflow: hidden;

}
.tab-content article a img {
    width: 100%;
}
.tab-content article .book-meta {
    float: left;
    /*width: 150px;*/
    padding-left: 9px;
    text-align: justify;
    white-space: normal;
    overflow: hidden;
}
.book-title {
    margin-bottom: 7px;
    font-size: 14px;
}
.book-author {
    margin-bottom: 5px;
    font-size: 13px;
    color: rgba(157, 27, 48, 0.95);
}
.book-price {
    margin-bottom: 5px;
    font-size: 13px;
}
.book-summary {
    /*margin-bottom: 7px;*/
    font-size: 12px;
    color: #666;
    line-height: 1.45;
}
.tab-content-footer {
    padding-right: 30px;
}
/* new books */
#new-books {
    margin-bottom: 30px;
}
.kc-item-meta .book-title {
    margin-top: 3px;
}
.kc-item-meta .book-summary a {
    color: inherit;
    font-size: 13px;
}
.review-wrap {

}
.review-list {

}
.review-list li {
    margin-bottom: 11px;
}
.review-list li a {
    font-size: 13px;
    color: #333;
}
.review-list li  a i {
    padding-right: 5px;
    color: #777;
}

/* ---------- */
/* 图书分类页面 */
/* ---------- */

/* 导航 */
nav.book-type {
    margin-top: 15px;
    margin-bottom: 45px;
}
.book-type h2 {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 21px;
    color: #333;
    /*background-color: rgba(181, 27, 52, 0.88);*/
}
.book-type ul {
    padding-bottom: 15px;
    /*border-bottom: 1px solid rgba(0,0,0,.07);*/
}
.book-type ul li {
    display: inline-block;
}
.book-type ul li a {
    display: inline-block;
    padding: 10px;
    font-size: 15px;
    color: #555;
}
.book-type .book-search {
    margin-top: 15px;
    padding-bottom: 18px;
    /* border-bottom: 1px solid rgba(0,0,0,.07); */
}
.book-type .book-search form {

}
/* 分类页面下的图书 */
#classified-books {

}
#classified-books .book-wrap {
    margin-bottom: 30px;
}
#classified-books .book-wrap .book-cover {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    cursor: pointer;
}
#classified-books .book-wrap .book-cover img {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 4px;
}
#classified-books .book-wrap .book-meta {
    padding: 13px;
    border-radius: 4px;
    border-top: 1px solid rgba(0,0,0,.05);
}
#classified-books .book-wrap .book-meta .book-title {
    /*margin-top: 10px;*/
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#classified-books .book-wrap .book-meta .book-title a {
    color: #333;
}
#classified-books .book-wrap .book-meta .book-author {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
}
#classified-books .book-wrap .book-meta .book-price {
    font-size: 13px;
}
#classified-books .book-wrap .book-meta .book-pub-time {
    margin-bottom: 0;
    font-size: 13px;
}



/* ---------- */
/* 图书详情页面 */
/* ---------- */
#book-section {
    padding-top: 30px;
    padding-bottom: 30px;
}

#book-section .headline {
    padding-bottom: 20px;
}

#book-section .headline > h4 {
    font-size: 20px;
}

#book-section .book-cover {
    text-align: center;
    padding: 15px;
    height: 365px;
    border-radius: 4px;
}
#book-section .book-cover:before {
    display: inline-block;
    height: 100%;
    content: ".";
    visibility: hidden;
    vertical-align: middle;
}
#book-section .book-cover  > img {
    display: inline-block;
    width: 210px;
    height: auto;
    vertical-align: middle;
}

#book-section .book-intro-wrap {
    padding: 15px;
    border-radius: 4px;
}

#book-section .book-intro-wrap > .book-meta p {
    margin-top: 15px;
    font-size: 14px;
    color: #333;
}

#book-section .book-intro-wrap > .book-meta> p > span {
    padding-right: 13px;
    color: #555;
}

/* 图书简介 */
#book-section .book-intro-wrap > .book-summary {
    margin-top: 50px;
    padding: 10px;
    text-align: center;
    box-shadow: 0 2px 6px rgba(0,0,0,.1);
    background-color: #fff;
}

#book-section .book-intro-wrap > .book-summary > p {
    font-size: 13px;
    text-align: justify;
    color: #444;
}

@media (max-width: 768px) {
    #book-section .book-cover {
        margin-bottom: 30px;
        height: auto;
    }
    #book-section .book-cover:before {
        height: 0;
    }
    #book-section .book-cover  > img {
        display: block;
        width: 100%;
        height: auto;
    }
}

/* 目录 */
#book-section .cata-row {
    margin-top: 30px;
}
#book-section .cata-row .headline {
    margin-bottom: 0;
}
#book-section .cata-row .headline > h4 {
    font-size: 17px;
}
#book-section .cata-row .book-catalogue * {
    font-size: 14px !important;
    line-height: 1.5;
    color: #555;
}

/*-------------*/
/* media query */
/*-------------*/
@media (min-width: 1200px) {
    .tab-content article .book-meta {
        width: 172px;
    }
    #classified-books .book-wrap .book-cover {
        height: 357px;
    }
}

@media (min-width: 992px) and (max-width: 1199px){
    .tab-content article .book-meta {
        width: 126px;
    }
    #classified-books .book-wrap .book-cover {
        height: 290px;
    }

}
@media (min-width: 768px) and (max-width: 991px){
    .tab-content article .book-meta {
        width: 172px;
    }
    #classified-books .book-wrap .book-cover {
        height: 299px;
    }
}
@media (max-width: 767px) {
    .key-books-wrap {
        /*height: 50px;*/
    }
    .key-books-wrap .img-wrap {
        /*height: 210px;*/
    }
    .carousel-caption span {
        font-size: 14px;
    }

    section#selected-books article {
        display: block;
        margin-bottom: 15px;
        width: 100%;
        height: auto;
        text-align: center;
        box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
    }
    section#selected-books article a {
        float: none;
        display: inline-block;
        /*margin-left: auto;*/
        /*margin-right: auto;*/
        width: 90%;
        height: 80px;
        /*width: auto;*/
        overflow: hidden;
    }
    section#selected-books article a img {
        /*height: 100%;*/
        width: 100%;
        height: auto;
        /*text-align: center;*/
    }
    section#selected-books article .book-meta {
        float: none;
        display: inline-block;
        /*margin-left: auto;*/
        /*margin-right: auto;*/
        width: 100%;
        padding-left: 0;
        padding-top: 7px;
        text-align: center;

    }
    article .book-title {
        margin-bottom: 5px;
        height: 18px;
        font-size: 12px;
        font-weight: 400;
        line-height: 1;
        /*text-align: center;*/
        white-space: nowrap;
        /*word-break: keep-all;*/
        overflow: hidden;
        text-overflow: ellipsis;
    }
    article .book-author {
        margin-bottom: 10px;
        font-size: 11px;
        height: 11px;
        line-height: 1;
        /*text-align: center;*/
        color: rgba(157, 27, 48, 0.95);
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    article .book-price {
        margin-bottom: 2px;
        font-size: 11px;
    }

    article .book-summary {
        display: none;
    }

    section#new-books .col-md-8 {
        padding-bottom: 15px;
        /*border-bottom: 1px solid rgba(0,0,0,.05);*/

    }
    section#new-books .col-md-4 {
        margin-top: 15px;

    }
    #classified-books .book-wrap {
        text-align: center;
    }
    #classified-books .book-wrap .book-cover {
        width: 140px;
        height: 190px;
    }
    #classified-books .book-wrap .book-cover {

    }
    #classified-books .book-meta {
        box-shadow: none;
    }
    #classified-books .book-meta .book-title {
        font-size: 13px;
    }
    #classified-books .book-meta .book-author {
        font-size: 12px;
    }
    #classified-books .book-meta .book-price {
        font-size: 12px;
    }
    #classified-books .book-meta .book-pub-time {
        font-size: 12px;
    }

}