body {
  margin: 0;
  background: #f8f2f2;
}
body ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
body h5 {
  margin: 0;
}
body p {
  margin: 0;
}
body a {
  color: #333333;
  text-decoration: none;
}
.home-container {
  width: 1200px;
  margin: 0 auto;
}
.home-top-item {
  height: 290px;
  display: flex;
  margin-top: 20px;
}
.home-recommend-item-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #FF419266;
}
.home-recommend-item-title p {
  font-size: 18px;
  color: #FF4192;
  line-height: 22px;
  font-weight: 600;
  margin: 20px 0 20px 55px;
}
.home-recommend-item-title a {
  margin-right: 22px;
  color: #FF4192;
  font-size: 12px;
  line-height: 22px;
  display: block;
}
.home-recommend-item {
  margin-top: 20px;
  background: #FFFFFF;
  padding-bottom: 10px;
}
.home-recommend-item .recommend-book-list {
  display: flex;
  margin: 20px 0;
  justify-content: space-around;
}
.home-recommend-item .recommend-book-list .book-item {
  width: 335px;
}
.home-recommend-item .recommend-book-list .book-item a {
  display: flex;
}
.home-recommend-item .recommend-book-list .book-item a .book-cover {
  width: 120px;
  height: 170px;
}
.home-recommend-item .recommend-book-list .book-item a .book-cover img {
  width: 100%;
  -webkit-transition: -webkit-transform 0.4s ease-out;
  -moz-transition: -moz-transform 0.4s ease-out;
  -ms-transition: -ms-transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
  border-radius: 4px;
}
.home-recommend-item .recommend-book-list .book-item a .book-cover img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.home-recommend-item .recommend-book-list .book-item a .book-info {
  width: 195px;
  margin-left: 20px;
}
.home-recommend-item .recommend-book-list .book-item a .book-info .book-name {
  font-size: 16px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333333;
  margin-top: 13px;
}
.home-recommend-item .recommend-book-list .book-item a .book-info .book-author {
  color: #999;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 12px;
}
.home-recommend-item .recommend-book-list .book-item a .book-info .book-introduce {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  height: 48px;
  margin-top: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 30px;
}
.popular-recommend-item {
  margin-top: 20px;
  background: #FFFFFF;
  padding-bottom: 20px;
}
.popular-recommend-item .popular-recommend-book-list {
  height: 460px;
  display: flex;
  padding: 20px 0;
}
.popular-recommend-item .popular-recommend-book-list .popular-recommend-book-one {
  max-width: 300px;
  text-align: center;
  padding: 0 10px;
}
.popular-recommend-item .popular-recommend-book-list .popular-recommend-book-one a {
  font-weight: 700;
  font-size: 18px;
  text-decoration: none;
}
.popular-recommend-item .popular-recommend-book-list .popular-recommend-book-one h5 {
  padding: 8px 0;
}
.popular-recommend-item .popular-recommend-book-list .popular-recommend-book-one img {
  width: 210px;
  aspect-ratio: auto 210 / 280;
  height: 280px;
}
.popular-recommend-item .popular-recommend-book-list .popular-recommend-book-one .info {
  font-size: 12px;
}

.popular-recommend-item .popular-recommend-book-list .popular-recommend-book-one .info a{
  font-weight: 400;
  font-size: 14px;
}

.popular-recommend-item .popular-recommend-book-list .popular-recommend-book-one .summary {
  font-size: 14px;
  text-indent: 2em;
  line-height: 1.5em;
  height: 4.5em;
  overflow: hidden;
  margin: 10px 15px 15px;
  color: #999;
}
.popular-recommend-item .popular-recommend-book-list ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-around;
}
.popular-recommend-item .popular-recommend-book-list ul li {
  display: flex;
  width: 360px;
  height: 165px;
}
.popular-recommend-item .popular-recommend-book-list ul li .left {
  margin-right: 10px;
}
.popular-recommend-item .popular-recommend-book-list ul li .right h5 {
  padding: 4px 0 10px 0;
  font-weight: 700;
}
.popular-recommend-item .popular-recommend-book-list ul li .right h5 a {
  color: #333333;
  text-decoration: none;
  outline: 0;
  font-size: 15px;
}
.popular-recommend-item .popular-recommend-book-list ul li .right .summary {
  text-indent: 2em;
  line-height: 1.5em;
  height: 4.5em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  font-size: 12px;
  color: #999;
}
.popular-recommend-item .popular-recommend-book-list ul li .right .info {
  margin-top: 10px;
  word-wrap: break-word;
  word-break: break-all;
}
.popular-recommend-item .popular-recommend-book-list ul li .right .info a {
  color: #333333;
  text-decoration: none;
  outline: 0;
}
.popular-recommend-item .popular-recommend-book-list ul li img {
  width: 90px;
  height: 126px;
}
.scroll-banner {
  height: 290px;
  width: 910px;
  position: relative;
  overflow: hidden;
}
.scroll-banner .scroll-banner-ul .banner-item a img {
  width: 100%;
}
.banner-foucs {
  height: 47px;
  line-height: 47px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  display: flex;
  list-style: none;
}
.banner-foucs li {
  height: 100%;
  color: #fff;
  background: rgba(11, 0, 5, 0.4);
  text-align: center;
  width: 157px;
  border-right: 1px solid #ffffff;
  cursor: pointer;
}
.banner-foucs li.active {
  background: #ff4192;
}
.notice-container {
  width: 270px;
  margin-left: 20px;
  background: #FFFFFF;
}
.notice-container .column {
  background-color: #fff;
  padding: 10px;
}
.notice-container .column .column-title {
  font-size: 18px;
  color: #FF4192;
  font-weight: bold;
  padding: 30px 0 10px;
  border-bottom: 1px solid #ccc;
  line-height: 1;
}
.notice-container .column .column-text {
  font-size: 14px;
  border-bottom: 1px solid #F1F1F1;
  padding: 10px 0 10px;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.3s;
}
.notice-container .column .column-text a {
  text-decoration: none;
  color: rgba(103, 103, 103);
}
.notice-container .column .column-text:hover a {
  color: rgba(235, 83, 145);
}
.slider-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: 20px;
}
.slider-container .slide {
  display: none;
}
.slider-container .slide a img {
  width: 100%;
}
.slider-container .slide:first-child {
  display: block;
}
.new-book-container {
  display: flex;
  height: 580px;
  margin-top: 40px;
  background: #fff;
  /*padding-top: 20px;*/
}
.new-book-container .new-book-shelves-box {
  width: 878px;
  border-right: 1px solid #F1F1F1;
}
.new-book-container .new-book-shelves-box .home-recommend-item-title {
  width: 95%;
  margin: 0 auto;
}
.new-book-container .new-book-shelves-box .new-book-list {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  /*justify-content: flex-start;*/
  justify-content: center;
}
.new-book-container .new-book-shelves-box .new-book-list .book-item {
  width: 365px;
  margin-bottom: 30px;
}
.new-book-container .new-book-shelves-box .new-book-list .book-item a {
  display: -webkit-box;
}
.new-book-container .new-book-shelves-box .new-book-list .book-item .book-cover {
  width: 108px;
  height: 154px;
  order-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  overflow: hidden;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
}
.new-book-container .new-book-shelves-box .new-book-list .book-item .book-cover img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.4s ease-out;
  -moz-transition: -moz-transform 0.4s ease-out;
  -ms-transition: -ms-transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
  border-radius: 4px;
}
.new-book-container .new-book-shelves-box .new-book-list .book-item .book-cover img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.new-book-container .new-book-shelves-box .new-book-list .book-item .book-info {
  margin-left: 20px;
  width: 211px;
}
.new-book-container .new-book-shelves-box .new-book-list .book-item .book-info .book-name {
  font-size: 16px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 13px;
  line-height: 1;
  color: #333333;
  transition: all 0.3s;
}
.new-book-container .new-book-shelves-box .new-book-list .book-item .book-info .book-name:hover {
  color: #ff4192;
}
.new-book-container .new-book-shelves-box .new-book-list .book-item .book-info .book-author {
  margin-top: 13px;
  line-height: 1;
  color: #999;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.new-book-container .new-book-shelves-box .new-book-list .book-item .book-info .book-introduce {
  margin-top: 19px;
  line-height: 20px;
  height: 60px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  color: #666;
}
.new-book-container .new-book-shelves-box .new-book-list .book-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.new-book-container .new-book-shelves-box .new-book-list .book-list .book-item-text {
  width: 340px;
}
.new-book-container .new-book-shelves-box .new-book-list .book-list .book-item-text a {
  color: #333333;
}
.new-book-container .new-book-shelves-box .new-book-list .book-list .book-item-text a .book-info .book-name {
  margin-top: 13px;
  font-size: 16px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.3s;
}
.new-book-container .new-book-shelves-box .new-book-list .book-list .book-item-text a .book-info .book-name span {
  margin-right: 5px;
  color: #009f95;
}
.new-book-container .new-book-shelves-box .new-book-list .book-list .book-item-text a .book-info .book-name:hover {
  color: #ff4192;
}
.new-book-container .new-faction-list-box .home-recommend-item-title {
  border-bottom: none;
  margin-left: 30px;
}
.new-book-container .new-faction-list-box .sidebar-list {
  margin-top: 15px;
  padding: 0 20px;
}
.new-book-container .new-faction-list-box .sidebar-list .sidebar-item {
  display: flex;
  margin-top: 17px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.new-book-container .new-faction-list-box .sidebar-list .sidebar-item .book-item {
  margin-left: 24px;
}
.new-book-container .new-faction-list-box .sidebar-list .sidebar-item .book-item a {
  display: flex;
}
.new-book-container .new-faction-list-box .sidebar-list .sidebar-item .book-item a .book-cover {
  width: 82px;
  height: 115px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  overflow: hidden;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
}
.new-book-container .new-faction-list-box .sidebar-list .sidebar-item .book-item a .book-cover img {
  display: block;
  width: 100%;
  height: 100%;
}
.new-book-container .new-faction-list-box .sidebar-list .sidebar-item .book-item a .book-info {
  margin-left: 10px;
}
.new-book-container .new-faction-list-box .sidebar-list .sidebar-item .book-item a .book-info .book-name {
  font-size: 14px;
  color: #333;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.new-book-container .new-faction-list-box .sidebar-list .sidebar-item .book-item a .book-info .book-author {
  font-size: 12px;
  color: #999;
  line-height: 1;
  margin-top: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.new-book-container .new-faction-list-box .sidebar-list .sidebar-item .sidebar-book-name {
  margin-left: 24px;
  max-width: 200px;
}
.new-book-container .new-faction-list-box .sidebar-list .sidebar-item .sidebar-book-name a {
  color: #333333;
  transition: all 0.3s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.new-book-container .new-faction-list-box .sidebar-list .sidebar-item .sidebar-book-name a:hover {
  color: #FF4192;
}
.new-book-container .new-faction-list-box .sidebar-list .sidebar-item-rank {
  font-size: 18px;
  /* font-style: italic; */
  margin-left: 28px;
  width: 25px;
  height: 25px;
  text-align: center;
  background-color: #eb6100;
  color: #ffffff;
  border-radius: 100%;
}
.new-book-container .new-faction-list-box .sidebar-list .sidebar-item-1 {
  background-color: #eb6100;
  width: 25px;
  height: 25px;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -ms-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 100%;
}
.complete-this-book-container {
  margin: 20px 0;
  background: #FFFFFF;
  /*padding: 15px 0;*/
}
.complete-this-book-container ul {
  display: flex;
  margin-top: 20px;
  justify-content: space-around;
}
.complete-this-book-container ul li {
  padding-top: 3px;
  text-align: center;
  width: 180px;
  height: 230px;
  margin-bottom: 15px;
}
.complete-this-book-container ul li h5 {
  padding: 10px 0;
  font-size: 14px;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.complete-this-book-container ul li h5 a {
  color: #999;
}
.complete-this-book-container ul li .info {
  font-size: 12px;
  color: #999;
}
.complete-this-book-container ul li .info a {
  font-size: 12px;
  color: #999;
}
.footer-container {
  width: 100%;
}
.footer-container .friendly-links {
  height: 50px;
  display: flex;
  align-items: center;
  /*background-color: #ffffff;*/
  border-bottom: dotted 1.5px #E8E8E8;
}
.footer-container .friendly-links .links-title {
  padding: 18px 0 10px 0;
  margin: 0 auto;
  width: 1080px;
  font-size: 16px;
}
.footer-container .footer-info {
  width: 1080px;
  margin: 0 auto;
  padding: 26px 0 53px 0;
  display: flex;
  flex-direction: column;
  font-size: 12px;
  color: #999;
  line-height: 24px;
}
.footer-container .footer-info .footer-info-nav {
  display: flex;
}
.footer-container .footer-info .footer-info-nav a {
  color: #999999;
  transition: all 0.3s;
}
.footer-container .footer-info .footer-info-nav a:hover {
  color: #FF4192;
}
.footer-container .footer-info .footer-info-nav i {
  margin: 0 10px;
  color: #999999;
  font-style: normal;
}
.footer-container .footer-info .footer-top {
  margin-top: 8px;
  margin-bottom: 8px;
}
