@charset "utf-8";
*{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#app{
    width: 100vw;
    height: 100vh;
}
.container{
    width: 991px;
    margin: auto;
}
div::-webkit-scrollbar{
    display: none;
}
.nav-bar{
    height: 55px;
    border-bottom: 1px solid #cedce4;
}
.logo{
    margin-left: 15px;
}
.input{
    background-color: #ecf3fc;
    border-radius: 50px;
}
.input>div{
    margin-left: 10px;
}
.input>input{
    border-radius: 30px;
    outline: none;
    border: none;
    background-color: #ecf3fc;
    padding: 10px 0px;
    color: #152844;
    margin-left: 10px;
    width: 300px;
}
.btn>button{
    border-radius: 5px;
    outline: none;
    border: none;
    background-color: #4684e2;
    color: white;
    width: 80px;
    height: 30px;
    border-radius: 15px;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
}
.btn{
    width: 500px;
}
.content{
    margin: auto;
}
.container{
    width: 991px;
}
.left-list{
    width: 200px;
    background-color: #ffffff;
}
.top-search-right>*:not(:nth-child(2)){
    cursor: pointer;
}
.list-one{
    margin: 20px 20px 0px 30px;
    padding-bottom: 10px;
    box-sizing: border-box;
}
.list-one:not(:last-child){
    border-bottom: 1px solid #cedce4;
}
.list-one>.category-item-tag{
    font-size: 16px;
}
.list-one>.category-item{
    margin-top: 15px;
    font-size: 14px;
    cursor: pointer;
}
.list-one>.category-item:last-child{
    margin-bottom: 10px;
}
.list-statu>.category-item>input{
    margin-right: 5px;
}
.date-input{
    border: 1px solid #cedce4;
    padding: 8px 0px;
    border-radius: 5px;
}
.date-input>*{
    margin-left: 5px;
}
.date-input>input{
    outline: none;
    border: none;
    width: 60px;
    margin-left: 5px;
}
.icon-date{
    color: #4684e2;
}
.date--{
    height: 5px;
    width: 10px;
    background-color: #cedce4;
}
.tag-view{
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
}
.tag-view>.tag{
    border: 1px solid #a1adc5;
    height: 20px;
    font-size: 12px;
    border-radius: 16px;
    box-sizing: border-box;
    margin: 8px 8px 0px 0px;
    padding: 0px 8px;
    cursor: pointer;
}
.right-list{
    padding: 20px 0px;
}
.top-search-view{
    margin-bottom: 20px;
}
.top-search-left>input{
    height: 22px;
    font-size: 14px;
    outline: none;
    border: none;
    border-bottom: 1px solid #a1adc5;
    margin-left: 10px;
    line-height: 22px;
}
.clear-search-icon{
    margin-left: -20px;
    padding-bottom: 5px;
}
.top-search-right{
    width: 50%;
}
.top-search-right>button{
    border-radius: 5px;
    outline: none;
    border: none;
    background-color: #4684e2;
    color: white;
    width: 80px;
    height: 30px;
    border-radius: 15px;
    font-size: 14px;
    text-align: center;
}
.top-search-right>span{
    font-size: 14px;
    color: #999;
}
.share-link>span{
    color: #288dda;
    margin-left: 5px;
}
.type-list{
    height: 40px;
}
.left-type{
    width: 400px;
}
.left-type>span{
    font-size: 18px;
    color: #5f8cc5;
}
.right-type{
    width: 300px;
}
.right-type>span{
    font-size: 14px;
    columns: #152844;
}
.book-list{
    margin-top: 10px;
    flex-wrap: wrap;
}
.book-item{
    width: 250px;
    height: 280px;
    text-align: center;
    background-color: #eaf1f5;
    margin-bottom: 15px;
    border-radius: 5px;
}
.book-img{
    margin: auto;
    padding: 8px 0px;
}
.book-img>img{
    width: 100px;
    height: 140px;
}
.book-img>img:hover{
    transition-duration: 0.1s;
    transform: scale(1.05);
}
.book-name{
    height: 160px;
    background-color: #f6f9fb;
    padding: 0px 8px;
}
.book-name>h3{
    font-size: 16px;
    margin: 12px 0px 8px;
}
.book-name>p{
    font-size: 12px;
    margin: 4px 0px;
}
.page-count{
    max-width: 500px;
    margin: auto;
    width: 300px;
}
.page-count li{
    cursor: pointer;
    width: 30px;
    height: 30px;
    color: #288dda;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}
.page-count .clickShow{
    background-color: #3F77CB;
    color: #ffffff;
    font-weight: bold;
}
.tab-bar{
    padding: 10px 20px;
    color: #1c355a;
    font-size: 14px;
}
  .tab-bar-left{
    width: 550px;
}
  .text-tab{
    font-size: 12px;
    margin: 10px 0 30px 0;
  }
  .tab-img{
    width: 260px;
    margin-top: 10px;
  }
  .about-service{
    font-size: 12px;
    margin-top: 5px;
    margin-right: 30px;
  }
  .code{
    width: 80px;
    margin: 10px 30px 5px 0;
  }
  .join-us{
    width: 150px;
    font-size: 12px;
  }
  .join-us a{
    color: #3F77CB;
    font-size: 14px;
    text-decoration: none;
  }
  .tab-end{
    margin-top: 20px;
    font-size: 12px;
    color: #aeaeae;
  }
  .tab-end>div{
    margin-top: 5px;
  }

  .book-author{
      white-space: pre-wrap;
  }