* {
    padding: 0px;
    margin: 0px;
}
body {
    background-color: whitesmoke;
}
@font-face {
    font-family: "SourceHanSerifCN-Bold";
    src: url("https://coderutil.oss-cn-beijing.aliyuncs.com/fonts/SourceHanSerifCN-Bold.ttf") format("truetype");
}
.book-bar {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 70px;
    line-height: 70px;
    background-color: white;
    box-shadow: 0px 0px 20px #f1f1f1;
    z-index: 1000;
}
.book-detail-body {
    position: relative;
    width: 1000px;
    height: 100%;
}
.book-detail-body-container {
    position: relative;
    width: 800px;
    padding: 50px 100px;
    height: auto;
    min-height: 300px;
    background-color: white;
    margin-top: 10px;
}
.book-detail-container {
    position: relative;
    width: 100%;
    min-height: 200px;
    height: auto;
    padding-bottom: 30px;
    border-bottom: 1px solid whitesmoke;
    margin-bottom: 30px;
}
.wr_bookCover_decor {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(90deg, hsla(0, 0%, 63.1%, .25), rgba(21, 21, 20, .1) 1%, hsla(0, 0%, 100%, .15) 4%, hsla(0, 0%, 58%, .1) 8%, hsla(0, 0%, 89%, 0) 57%, rgba(223, 218, 218, .03) 91%, rgba(223, 218, 218, .05) 98%, hsla(0, 0%, 100%, .1));
    box-shadow: inset 0 0 0 0 rgba(0, 0, 0, .1);
}
.book-detail-left-container {
    position: relative;
    float: left;
    margin-top: 10px;
    width: 165px;
    height: 220px;
    overflow: hidden;
}
.book-detail-right-container {
    position: relative;
    float: left;
    margin-left: 30px;
    width: 605px;
}
#cover {
    height: 100%;
}
#title {
    position: relative;
    margin-top: 4px;
    color: #191a1c;
    font-family: "SourceHanSerifCN-Bold", PingFang SC, -apple-system, SF UI Text, Lucida Grande, STheiti, Microsoft YaHei, sans-serif;
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
    text-align: left;
    width: 600px;
    float: left;
    clear: both;
}
.navBar_separator {
    display: inline-block;
    width: 1px;
    height: 16px;
    margin-left: 18px;
    opacity: .3;
    background-color: #fff
}
.navBar_separator {
    background-color: #0d141e
}
.navBar_link {
    margin-left: 12px;
    font-size: 16px;
    font-weight: 500;
    color: #171616;
    opacity: .7;
    background-color: transparent;
    border: none;
}

.wr_whiteTheme .navBar_link {
    color: #0d141e
}
#author {
    position: relative;
    color: #1b88ee;
    font-family: "SourceHanSerifCN-Bold", PingFang SC, -apple-system, SF UI Text, Lucida Grande, STheiti, Microsoft YaHei, sans-serif;
    font-size: 16px;
    line-height: 26px;
    width: 600px;
    float: left;
    text-align: left;
    clear: both;
    padding-top: 10px;
}
#description {
    position: relative;
    width: 600px;
    font-size: 14px;
    text-align: left;
    color: gray;
    clear: both;
    line-height: 25px;
    padding-top: 20px;
}
.addBtn, .readerBtn {
    background-image: linear-gradient(90deg, #0087fc, #28b7ff);
    color: #fff;
    width: 107px;
    justify-content: center;
    align-items: center;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    border: none;
}
.addBtn {
    background-image: linear-gradient(90deg, #fc6900, #ffb428);
}
.addBtn:hover, .readerBtn:hover {
    cursor: pointer;
}
.bookBtnContainer {
    /*position: absolute;*/
    /*right: 0px;*/
    /*top: 0px;*/
}
.bookBtnContainer button {
    margin-right: 20px;
}
.funTitle{
    display: flex;
    font-family: DIN-Medium, PingFang SC, -apple-system, SF UI Text, Lucida Grande, STheiti, Microsoft YaHei, sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #212832;
}
.book-recommend-container {
    position: relative;
    width: 800px;
    min-height: 100px;
    height: auto;
}
.book-logo {
    float: left;
    height: 35px;
    margin-top: 18px;
}
.navBar_header_input {
    position: relative;
    width: 350px;
    height: 40px;
    border-radius: 100px;
    overflow: hidden;
    background-color: whitesmoke;
    float: left;
    margin-left: 80px;
    margin-top: 15px;
    line-height: 40px;
    text-indent: 70px;
    text-align: left;
    font-weight: 400;
    color: #b6b6b6;
}
.navBar_home_input_left {
    content: "";
    position: absolute;
    top: 10px;
    left: 20px;
    width: 20px;
    height: 20px;
    background: url(https://weread-1258476243.file.myqcloud.com/web/wrwebnjlogic/image/search_magnifier.3aaf44ac.png) no-repeat;
    background-size: 100%
}










