.container {
    padding: 0;
}

.center-book-body {
    background: #EEEEEE;
    padding: 20px;
}

.center-book-row {
    height: 365px;
}

.center-book-img-col, .center-book-col-right {
    height: 100%;
}

.center-book-col-right {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
}

.center-bookinfo-ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.center-lineage-scroll {
    position: relative;
    width: 100%;
}

.lineAge {
    width: 100%;
    height: calc(100vh - 111px);
    background: #eeeeee;
    zoom:1;
    transition:.5s all;
}

.lineAge1 {
    width: 100%;
    height: calc(100vh - 111px);
    /*width: 4000px;*/
    /*height: 9000px;*/
    background: #eeeeee;
}

.lineAge2 {
    width: 100%;
    height: calc(100vh - 111px);
    /*width: 4000px;*/
    /*height: 9000px;*/
    background: #eeeeee;
}
#lineAgeCont {
    width: 100%;
    height: calc(100vh - 111px);
    overflow: auto;
}
.lineAgeCont {
    width: 100%;
    height: calc(100vh - 111px);
    overflow: auto;
    background: #eeeeee;
}

#center-tooltip-info {
    width: 200px;
    color: white;
    background: #7E6B5A;
    position: fixed;
    transition: .5s all;
    pointer-events: none;
    padding: 10px 20px;
    border-radius: 5px;
    z-index:99999
}

.center-tooltip-info-ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.greybg {
    background: #eeeeee;
}

.brown {
    color: #7E6B5A;
}

input[type="text"] {
    border: none;
    box-shadow: none;
    background: #D2D2D2;
    padding: 4px 10px;
    border-radius: 15px;
    color: white;
    margin-right: 15px;
}

input[type="text"]::-webkit-input-placeholder {
    color: white;
}

.center-search-btn {
    padding: 4px 18px;
    background: #7E6B5A;
    color: white;
    border-radius: 15px;
    cursor: pointer;
}

.letter-body-cont {
    margin: 18px 0;
}

.center-name-border {
    border: 1px solid #7E6B5A;
    padding: 3px;
    margin-right: 5px;
    margin-bottom: 10px;
}

.center-name-div {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 18px;
    flex-wrap: wrap;
}

.center-name-border:hover > .home-name-block, .home-nameActive > .home-name-block {
    background: #7E6B5A;
    color: white;
}

.center-target-title {
    font-family: 隶书;
    font-size: 1.8em;
}

.center-top-cont {
    padding: 20px 0;
}

.center-index-bookbody {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.center-index-book {
    background: #eeeeee;
    width: 49.5%;
    margin-bottom: 1%;
    display: inline-flex;
    padding: 15px;
}

.center-book-cover {
    /*width:40%;*/
    min-width: 200px;
    background: #eeeeee;
    position: relative;
}

.center-book-info {
    /*width: 60%;*/
    /*min-width: 150px;*/
    margin: 0 10px;
    position: relative;
    height: 100%;
}

.book-cover-line {
    width: 50px;
    text-align: center;
    background: url("../img/shumingxiao.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 10px 0;
    font-size: 1.5em;
    font-family: 隶书;
    position: absolute;
    top: 10px;
    left: 10px;
}

.center-info-title {
    font-family: 隶书;
    font-size: 1.8em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.center-info-booklist {
    position: absolute;
    left: 0;
    bottom: 0;
}

.book-cont {
    margin: 10px 0;
}

.lineageList {
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
    height: 70%;
    min-width: 150px;
    text-align: center;
    background: white;
    margin-top: 3%;
    overflow: auto;
    padding: 20px 0;
}

.lineage-ul {
    text-decoration: none;
    list-style: none;
    padding: 0;
    margin: 0;
    height: 100%;
}

.lineage-li {
    margin-bottom: 20px;
    cursor: pointer;
    padding: 10px;
    transition: all .3s;
}

.lineage-li:hover, .lineage-li.active {
    background: #7D6B5C;
    color: white;
}