header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  background: #fff;
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
  color: #030303;
  z-index: 99;
  border-bottom: solid 2px #f0f0f0;
}
header .back {
  position: absolute;
  top: 0px;
  left: 15px;
  height: 100%;
  color: #fff;
  display: flex;
  align-items: center;
}
header .back img {
  width: 50%;
  margin-right: 10px;
  align-items: center;
}
header .right {
  position: absolute;
  right: 15px;
  color: #fff;
  font-size: 1.6rem;
}
.ovfHidden {
  overflow: hidden;
  height: 99% !important;
}
.header {
  display: flex;
  height: 0.53rem;
  justify-content: center;
  align-items: center;
  font-size: 0.16rem;
  margin-top: 40px;
}
.header .search {
  height: 0.36rem;
  background: #f1f2f6;
  border-radius: 0.04rem;
  display: flex;
  align-items: center;
  flex: 1;
  margin-left: 0.08rem;
}
.header .select {
  width: 0.8rem;
  background: #f1f2f6;
  align-items: center;
  font-size: 0.13rem;
  padding-left: 0.13rem;
  color: #000;
  position: relative;
  top: -1px;
  margin-right: 0.12rem;
}
.header .select:after {
  content: "▼";
  font-size: 0.11rem;
  margin-left: 0.11rem;
  color: #000;
}
.search-container {
  flex: 1;
}
.header .search-container input[type="search"] {
  width: 100%;
  padding-right: 0.11rem;
}
input[type="search"]::-webkit-search-cancel-button {
  display: none;
}
.search .clear {
  display: none;
  position: relative;
  right: 0.05rem;
}

.header a {
  margin-left: 0.08rem;
  margin-right: 0.08rem;
  color: #4e98d5;
  height: 0.36rem;
  line-height: 0.36rem;
}
.swiper-slide img {
  width: 100%;
  height: 100%;
}

.book-list li {
  overflow: hidden;
  padding: 0.16rem;
  border-top: 0.02rem solid #e1e1e1;
}
.book-list .img {
  float: left;
  width: 0.81rem;
  height: 1rem;
  background-image: url(/webfile//FTLibrary/images/defBookCover.png);
  background-repeat: no-repeat;
  background-size: 100%;
  box-shadow: 7px 7px 8px rgb(183 178 178 / 50%);
}
.book-list .img img {
  height: 100%;
  width: 100%;
}
.book-list .detail {
  float: left;
  margin-left: 0.15rem;
  max-width: calc(100% - 0.96rem);
}
.book-list .detail h3 {
  margin: 0.03rem 0 0.1rem;
  font-size: 0.18rem;
}
.book-list .detail p {
  margin: 0.03rem 0;
  font-size: 0.12rem;
  color: #707070;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.loading {
  padding-bottom: 10px;
}
.loading img {
  display: initial;
}

.empty {
  padding: 50px;
  text-align: center;
  font-size: 0.12rem;
  color: #707070;
}

.book-detail {
  position: fixed;
  top: 40px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f9f9f9;
  display: none;
  overflow-y: auto;
  z-index: 999;
}

.book-info-item {
  background: white;
  border-bottom: solid 1px #e1e1e1;
  margin-top: 0.1rem;
}
.book-desc .book-desc-tab {
  text-align: center;
  border-top: solid 1px #e1e1e1;
  border-bottom: solid 1px #e1e1e1;
}
.book-desc .book-desc-tab .book-desc-tab-item {
  padding: 0.16rem;
  margin: 0 auto;
  border-bottom: solid 2px;
  width: 1rem;
  color: #4e98d5;
}
.book-desc-content {
  padding: 0.16rem;
  font-size: 0.13rem;
  line-height: 1.6;
  color: #707070;
  letter-spacing: 0.02rem;
}

.book-state .table {
  width: 100%;
  /* margin: 3.125rem 0; */
  border-collapse: collapse;
}
.book-state .table tr {
  text-align: center;
  color: #848484;
  height: 0.5rem;
}
.book-state .table tr a {
  color: #fff;
  padding: 4px 9px;
  background: #3ac5ff;
  border-radius: 6px;
}

.book-state .table thead tr,
.book-state .table tbody tr:nth-of-type(even) {
  background: #ebf9ff;
}
