#banner {
  width: 100%;
  background: url("../images/read/banner.png") center center;
  background-size: cover;
  height: 20.9rem;
}
#readjoin {
  width: 100%;
}
#readjoin .readjoin-in {
  max-width: 62.5rem;
  margin: 0 auto;
  padding-top: 6.375rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#readjoin .readjoin-in .readjoin-in-left {
  float: left;
  max-width: 29rem;
  position: relative;
}
#readjoin .readjoin-in .readjoin-in-left img {
  width: 100%;
}
#readjoin .readjoin-in .readjoin-in-right {
  float: right;
  color: #6f7780;
  font-size: 1.125rem ;
  line-height: 2.5rem;
  position: relative;
  width: 36rem;
  margin-top: -0.5rem;
}
#readjoin .readjoin-in .readjoin-in-right span {
  display: inline-block;
  width: 6rem;
  height: 2.18rem;
  border: 0.06rem solid #c59d62;
  font-size: 0.8rem ;
  letter-spacing: 0.1rem;
  text-align: center;
  line-height: 2.18rem;
  color: #c59d62;
  cursor: pointer;
  margin-top: 2.2rem;
}
#readjoin .readjoin-in .readjoin-in-right span img {
  margin-top: -0.18rem;
}
#niceread {
  width: 100%;
  margin-top: 3.625rem;
}
#niceread .read-gg {
  width: 62.5rem;
  margin: 0 auto;
  margin-bottom: 23px;
  position: relative;
}
#niceread .read-gg a {
  position: absolute;
  right: 69px;
  bottom: 10px;
  display: inline-block;
  width: 76px;
  height: 40px;
}
#niceread .niceread-title {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 38px;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.5rem;
}
#niceread .niceread-title .guozeng-in {
  font-size: 1.125rem;
}
#niceread .niceread-title .niceread-title-tab {
  width: 100%;
  font-size: 1.5rem;
  letter-spacing: 0.6rem;
  margin-top: 2rem;
  margin-bottom: 3.375rem;
  cursor: pointer;
}
#niceread .niceread-title .niceread-title-tab .guozengtar {
  color: #c59d62;
}
#niceread .niceread-content {
  max-width: 62.5rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#niceread .niceread-content li {
  width: 19.875rem;
  margin-bottom: 1.43rem;
}
#niceread .niceread-content li div {
  overflow: hidden;
}
#niceread .niceread-content li div img {
  width: 100%;
  transition: all 1s;
}
#niceread .niceread-content li div img:hover {
  transform: scale(1.2, 1.2);
}
#niceread .niceread-content li .read-in-font {
  font-size: 1rem;
}
#niceread .niceread-content li .read-title {
  width: 100%;
  padding: 1.4rem 1.4rem;
}
#niceread .niceread-content li p:nth-child(1) {
  color: #bdbdbd;
}
#niceread .niceread-content li p:nth-child(2) {
  overflow: hidden;
  height: 44px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 1rem;
  font-weight: bold;
  margin-top: 1rem;
}
#niceread .niceread-content li .read-content {
  margin-top: 2rem;
  font-size: 0.875rem;
  color: #bdbdbd;
  line-height: 1.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 3.625rem;
  color: #919191;
}
#niceread .niceread-content li .read-reading {
  font-size: 0.875rem ;
  width: 6.56rem;
  height: 2rem;
  border: 1px solid #bfbfbf;
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
  line-height: 2rem;
  margin-top: 2.25rem;
  cursor: pointer;
}
#niceread .niceread-content li .read-reading a {
  display: inline-block;
  color: #000;
  width: 100%;
  height: 100%;
}
#niceread .niceread-content li .read-current {
  background: #c59d62;
  border: none;
}
#niceread .niceread-content li .read-current a {
  color: white;
  text-decoration: none;
}
#niceread .niceread-content img {
  width: 100%;
}
#niceread .niceread-content .read-in-font {
  background: #f4f4f4;
  width: 100%;
  display: inline-block;
}
#readjoincover {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}
@media (max-width: 374px) {
  .read-title {
    padding: 1rem 1rem !important;
  }
  .guozeng-in span {
    font-size: 1rem!important;
  }
  #banner {
    height: 12rem!important;
  }
  .readjoin-in {
    padding: 1rem 1rem!important;
  }
  .readjoin-in-right {
    padding: 0!important;
  }
  .readjoin-in-right span {
    margin-top: 2rem!important;
  }
  .niceread-content {
    padding: 0.3rem;
    margin-bottom: 2rem!important;
  }
  .niceread-content li {
    width: 10.9rem !important;
  }
  .niceread-content li:last-child {
    display: none!important;
  }
  #niceread {
    margin-top: 1rem !important;
  }
}
@media (min-width: 375px) and (max-width: 480px) {
  .read-title {
    padding: 1.2rem 1.2rem !important;
  }
  .guozeng-in span {
    font-size: 1rem!important;
  }
  #banner {
    height: 12rem!important;
  }
  .readjoin-in {
    padding: 1rem 4rem !important;
  }
  .readjoin-in .readjoin-in-right {
    padding: 0!important;
  }
  .readjoin-in .readjoin-in-right span {
    margin-top: 2rem!important;
  }
  .niceread-content {
    padding: 0 0.7rem!important;
    margin-bottom: 2rem!important;
  }
  .niceread-content li {
    width: 10.2rem !important;
  }
  .niceread-content li:last-child {
    display: none!important;
  }
  #niceread {
    margin-top: 1rem !important;
  }
}
@media (min-width: 414px) and (max-width: 480px) {
  .read-title {
    padding: 1.3rem 1.3rem !important;
  }
  .guozeng-in span {
    font-size: 1rem!important;
  }
  .readjoin-in {
    padding: 1rem 4rem !important;
  }
  .readjoin-in .readjoin-in-right {
    padding: 0!important;
  }
  .readjoin-in .readjoin-in-right span {
    margin-top: 2rem!important;
  }
  #banner {
    height: 12rem!important;
  }
  .niceread-content {
    padding: 0 2rem!important;
    margin-bottom: 2rem!important;
  }
  .niceread-content li {
    width: 10.2rem !important;
  }
  .niceread-content li:last-child {
    display: none!important;
  }
  #niceread {
    margin-top: 1rem !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .read-title {
    padding: 1.4rem 1.4rem !important;
  }
  .guozeng-in span {
    font-size: 1rem!important;
  }
  .readjoin-in-right {
    width: 23rem !important;
  }
  .readjoin-in-right span {
    margin-top: 2rem!important;
  }
  #banner {
    height: 15rem!important;
  }
  .niceread-content {
    padding: 0 3rem!important;
    margin-bottom: 2rem!important;
  }
  .niceread-content li {
    width: 11.2rem !important;
  }
  .niceread-content li:last-child {
    display: none!important;
  }
  .readjoin-in {
    justify-content: center !important;
    padding-top: 1rem!important;
  }
  .readjoin-in .readjoin-in-right {
    margin-top: 2rem;
  }
  #niceread {
    margin-top: 1rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .niceread-content {
    padding: 0 3rem!important;
    margin-bottom: 2rem!important;
  }
  .niceread-content li {
    width: 14.3rem !important;
  }
  .niceread-content li:last-child {
    display: none!important;
  }
  .readjoin-in {
    justify-content: center !important;
  }
}
