.book_details .container {
    background: #fff;
    padding: 0 0 50px
}

.book_details .container .title {
    font-size: 28px;
    text-align: center;
    font-weight: bold;
    line-height: 130px
}

.book_details .container .row {
    padding-bottom: 50px;
}

.book_details .container .row img {
    margin: 0 auto;
    width: 55%;
    padding-top: 10px;
    max-width: 100%
}

.book_details .container .row .name {
    font-size: 20px;
    line-height: 60px
}

.book_details .container .row .name.border {
    border-top: 1px solid #e7e7e7
}

.book_details .container .row p {
    font-size: 14px;
    line-height: 40px
}

.book_details .container .row p.mb {
    margin-bottom: 20px
}

.book_details .container .row p.indent {
    text-indent: 2em
}

.book_details .container .retuen {
    padding: 75px 0;
    text-align: center
}

.book_details .container .retuen button {
    padding: 0 10px;
    height: 30px;
    font-size: 14px;
    background: #3f8e3b;
    border: none;
    color: #fff
}

.book_details .container .retuen button span {
    width: 20px;
    height: 20px;
    border: 1px solid #fff;
    border-radius: 50%;
    font-size: 10px;
    text-align: center;
    line-height: 18px;
    display: inline-block;
    margin-right: 5px;
    position: relative;
    top: -1px
}

/*# sourceMappingURL=book_details.css.map */
.picFocus {
    margin: 0 auto;
    padding: 5px;
    position: relative;
    overflow: hidden;
    zoom: 1;
}

.picFocus .hd {
    width: 100%;
    padding-top: 5px;
    overflow: hidden;
    margin-top: 5px;
}

.picFocus .hd ul {
    margin-right: -5px;
    overflow: hidden;
    zoom: 1;
}

.picFocus .hd ul li {
    float: left;
    text-align: center;
    width: 87px;
    border: 1px solid #ddd;
    height: 87px;
    line-height: 87px;
    margin-right: 5px;
}

.picFocus .hd ul li img {
    cursor: pointer;
}

.picFocus .bd {
    border: 1px solid #ddd;
}

.picFocus .bd li {
    vertical-align: middle;
}

.picFocus .bd img {
    display: block;
}

.tempWrap {
    padding: 10px;
}

#newsShow {
    padding: 0 20px;
}

.book_details {
    background: #f7f5f5;
    padding-top: 35px;
}
a:focus, a:hover {
    color: #3e8e3c;
}

.nav-tabs {
    border-bottom: 1px solid #3f8e3b !important;
    padding-bottom: 0px;
}

.nav-tabs > li > a:hover {
    background: transparent;
    color: #3f8e3b;
    border-color: transparent;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #555;
    cursor: default;
    font-weight: bold;
    background-color: #fff;
    border: 1px solid #3f8e3b !important;
    border-bottom-color: transparent !important;
}

.x_read h4 {
    border-bottom: 1px solid #cccccc;
    background: url(../images/xbook.png) no-repeat 20px;
    /* padding-bottom: 15px; */
    padding-left: 50px;
    margin: 20px;
    line-height: 40px;
    font-size: 16px;
    overflow: hidden;
}

.x_read h4 a {
    font-size: 14px;
    float: right;
    color: #3f8e3b;
}

.x_biaoqian {
    padding: 20px;
}

.nav-tabs > li > a {
    color: #666;
}

.x_biaoqian h4 {
    display: inline-block;
    padding: 5px 12px;
    background: #eeeeee;
    color: #3f8e3b;
    border-radius: 15px;
    margin: 15px 0px;
}

.x_biaoqian h4 span {
    display: inline-block;
    background: #fff;
    color: #3f8e3b;
    border-radius: 40px;
    width: 15px;
    height: 15px;
    text-align: center;
    margin-right: 10px;
}

/*swiper轮播图切换*/
.pc-slide {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}

.view .swiper-container {
    width: 100%;
    height: 100%;
}

.preview {
    width: 100%;
    margin-top: 10px;
    position: relative;
}

.preview .swiper-container {
    width: 100%;
    height: 90px;
    margin-top: 35px;
}

.preview .swiper-slide {
    border: 2px solid #cacaca;
    width: 22%;
    height: 100%;
    cursor: pointer;
}

.preview img {
    padding: 1px;
}

.preview .active-nav {
    padding: 0;
    border: 2px solid #3f8e3b;
}