.navActive {
  background: #00b377;
}
.navActive > a {
  color: white;
}
.moreContent {
  min-height: 600px;
  margin-top: 10px;
}
.moreContent .sideNav {
  width: 100%;
  height: 300px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.08);
}
.moreContent .sideNav .sideNavUl {
  padding: 0;
  list-style: none;
}
.moreContent .sideNav .sideNavUl > li {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  text-align: center;
}
.moreContent .sideNav .sideNavUl > li > a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.moreContent .sideNav .sideNavUl > li > a:hover {
  color: white;
}
.moreContent .sideNav .sideNavUl > li:hover {
  background: #00b377;
}
.bookImg {
  width: 100%;
  margin-top: 10px;
  height: 350px;
  text-align: center;
}
.bookImg .bookImgTitle {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
}
.bookImg .leftBook {
  width: 60%;
  float: left;
  box-sizing: border-box;
  box-shadow: 2px 2px 16px lightgray;
}
.bookImg .leftBook > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.bookImg .rightBook {
  width: 37%;
  height: 90%;
  float: right;
  box-sizing: border-box;
  padding: 3% 0;
  margin-left: 2%;
}
.bookImg .rightBook .rfid {
  border: 1px solid lightgray;
  width: 100%;
  height: 50%;
  margin-bottom: 20px;
  box-sizing: border-box;
  padding: 6%;
}
.bookImg .rightBook .rfid:hover {
  border: none;
  box-shadow: 2px 2px 5px lightgray;
}
.bookImg .rightBook .rfid:hover .rfidImg > .greenLine {
  display: block;
}
.bookImg .rightBook .rfid .rfidImg {
  width: 30%;
  height: 100%;
  float: left;
  margin-right: 5%;
  position: relative;
}
.bookImg .rightBook .rfid .rfidImg .greenLine {
  position: absolute;
  right: 95%;
  top: 40%;
  display: none;
}
.bookImg .rightBook .rfid .rfidContent {
  width: 65%;
  height: 100%;
  float: right;
}
.bookImg .rightBook .rfid .rfidContent .rfidC1 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 5px;
}
.bookImg .rightBook .rfid .rfidContent .rfidC2 {
  text-align: left;
  font-size: 14px;
  color: #666;
}
.bookImg .rightBook .imgCheck {
  border: 1px solid lightgray;
  width: 100%;
  height: 50%;
  box-sizing: border-box;
  padding: 6%;
}
.bookImg .rightBook .imgCheck:hover {
  border: none;
  box-shadow: 2px 2px 5px lightgray;
}
.bookImg .rightBook .imgCheck:hover .imgCheckImg > .orangeLine {
  display: block;
}
.bookImg .rightBook .imgCheck .imgCheckImg {
  width: 30%;
  height: 100%;
  float: left;
  margin-right: 5%;
  position: relative;
}
.bookImg .rightBook .imgCheck .imgCheckImg .orangeLine {
  position: absolute;
  right: 95%;
  top: 40%;
  display: none;
}
.bookImg .rightBook .imgCheck .imgCheckContent {
  width: 65%;
  height: 100%;
  float: right;
}
.bookImg .rightBook .imgCheck .imgCheckContent .imgC1 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 5px;
}
.bookImg .rightBook .imgCheck .imgCheckContent .imgC2 {
  text-align: left;
  font-size: 14px;
  color: #666;
}
.readerImg {
  margin-top: 130px;
  min-height: 500px;
  text-align: center;
}
.readerImg .readerImgTitle {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
}
.bookFloatImg {
  margin-top: 100px;
  text-align: center;
  min-height: 450px;
}
.bookFloatImg .bookFloatTitle {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 25px;
}
.checkImg {
  text-align: center;
  min-height: 350px;
  margin-top: 100px;
  margin-bottom: 80px;
}
.checkImg .checkImgTitle {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 25px;
}
.checkImg .mainCheckItem {
  width: 100%;
  min-height: 300px;
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.checkImg .mainCheckItem .checkItem {
  float: left;
  width: 32%;
  height: 300px;
  box-sizing: border-box;
  padding: 15px;
  box-shadow: 2px 2px 5px lightgray;
}
.checkImg .mainCheckItem .checkItem .checkItemImg {
  width: 100%;
}
.checkImg .mainCheckItem .checkItem .checkItemTitle {
  font-size: 16px;
  text-align: left;
  margin-bottom: 12px;
}
.checkImg .mainCheckItem .checkItem .checkItemDetail {
  font-size: 14px;
  color: #747474;
  text-align: left;
}
.moreFooter {
  height: 170px;
  border-top: 1px solid lightgray;
  text-align: center;
  color: #333;
  font-size: 12px;
  box-sizing: border-box;
  padding-top: 26px;
}
/*# sourceMappingURL=content.css.map */