* {
  padding: 0;
  margin: 0;
}
.flexRow {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.loading {
  height: 200px;
  margin: 0 490px;
}
.handPicture .fullTextSearchMain {
  width: auto !important;
}

.bookMain {
  max-width: 1200px;
  margin: 0 auto;
}
.bookMain .breadcrumb {
  margin-bottom: 0 !important;
  border-radius: 0 !important;
}

.maxLine2 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: unset !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  word-break: break-all !important;
}

.fullTextSearch .fullTextSearchMain .leftZhuan .selectNew .listSelect li {
  line-height: 22px;
  margin-bottom: 15px;
  margin-top: 15px;
}
.selectTree .navList .listSelect li .item {
  align-items: flex-start !important;
}
.fullTextSearch .fullTextSearchMain .leftZhuan .selectNew .listSelect li input {
  margin-top: 4px;
}

.selectTree .navList .listSelect li .xiala {
  /* margin: 0 10px !important; */
}

.flexRowSB {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flexRowS {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.flexRowSBS {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.pageWrap {
  margin: 0 auto;
  width: 1200px;
  background: #fff;
  padding: 20px;
  margin-bottom: 30px;
}
.pageWrap .fullTextSearchMain {
  padding: 0px;
}
.banner {
  width: 100%;
  border: 1px solid #eee;
  margin: 30px auto;
  min-height: 120px;
  font-size: 18px;
  font-weight: bolder;
}
.rightList {
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0 0 20px 20px;
}
.orderType {
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
}
.orderImgWrap {
  margin-left: 10px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.asc .orderImgWrap img:nth-child(1) {
  opacity: 0.5;
}
.desc .orderImgWrap img:nth-child(2) {
  opacity: 0.5;
}
.orderImgWrap img:nth-child(1) {
  transform: rotateZ(180deg);
  margin-bottom: 1px;
}
.rightList .topSearchWrap {
  padding: 20px 0 20px 20px;
  border-bottom: 1px solid #eee;
}
.rightList .topSearchWrap input {
  width: 250px;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  height: 34px;
  padding: 0 10px;
  font-size: 13px;
}
.selectTree .navList .listSelect li .child {
  margin-left: 20px;
}
.rightList .topSearchWrap .simpleSearch {
  border-radius: 5px;
  margin-left: 10px;
  height: 34px;
}
.rightList .listWrap {
  flex-wrap: wrap;
  row-gap: 30px;
  margin-top: 20px;
}
.rightList .listWrap .listItem {
  width: 160px;
  margin-right: calc((100% - 160 * 5px) / 4);
}
.rightList .listWrap .listItem:nth-child(5n) {
  margin-right: 0;
}
.rightList .listWrap .listItem .imgWrap {
  height: 223px;
  border: 0px solid #eee;
  box-shadow: 0 0 10px rgba(102, 102, 102, 0.17);
}
.rightList .listWrap .listItem .imgWrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.fullTextSearch .fullTextSearchMain .leftZhuan .selectNew .listSelect li span {
  margin-left: 10px !important;
}
.rightList .listWrap .listItem .imgWrap:hover {
  cursor: pointer;
}
.rightList .listWrap .listItem .no {
  font-size: 14px;
  text-align: left;
  margin-top: 10px;

  overflow: hidden;
  text-overflow: ellipsis;
  white-space: unset !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 1 !important;
  -webkit-box-orient: vertical !important;
  word-break: break-all !important;
}
.rightList .pager {
  margin-top: 30px;
  text-align: center;
}
.rightList .pager a {
  color: black;
  text-decoration: none;
}
.rightList .pager a:hover {
  color: #1cd2f2;
}
.pageLabel {
  margin-left: 5px;
  font-size: 14px;
  position: relative;
  display: inline-block;
  height: 27px;
  margin: 0 10px;
  line-height: 27px;
  text-align: center;
  border-radius: 2px;
}
