.publicBorder {
  background-color: #282d32;
}
/* PAGE:HeadBack Begin */
header {
  width: 100%;
  padding: 0 0.16666667rem;
  box-sizing: border-box;
  background-color: #1d2228;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

.Mobile-Head {
  width: 94%;
  display: flex;
  height: 47.5px;
  margin: 0 auto;
  position: relative;
}

.Mobile-Head > div {
  flex: 1;
}

.Mobile-Head > div span {
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-size: 100%;
}

.Mobile-Head div:nth-child(2) {
  text-align: center;
  font-size: 18px;
  line-height: 47.5px;
}

.Mobile-Back {
  width: 10.5px;
  height: 16.5px;
  background-image: url(../imgs/Mobile-Back.png);
}

.Mobile-Search-btn {
  height: 19px;
  width: 19px;
  background-image: url(../imgs/Mobile-Search.png);
  right: 0;
}

/* .Mobile-Search {
  position: fixed;
  left: 62%;
  top: 10px;
  transform: translateX(-50%);
  width: 30%;
  background-color: #074853;
  height: 30px;
  border-radius: 15px;
  transition: 0.5s;
  overflow: hidden;
} */
.Mobile-Search img {
  width: 0.3rem;
  height: auto;
  position: absolute;
  margin-left: 0.3rem;
  margin-top: 0.1rem;
  transform: translateX(-50%);
}
.Mobile-Search input {
  text-indent: 0.4rem;
  float: left;
  width: 100%;
  height: 100%;
  border: 0;
  outline: none;
  padding: 10px;
  box-sizing: border-box;
  background-color: #fff;
  color: #000;
}

/* .Mobile-Search span {
  display: inline-block;
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  left: 0;
  top: 50%;
  font-size: 20px;
  transform: translateY(-50%);
  border-radius: 50%;
  color: #fff;
  right: 10px;
  z-index: 999;
} */

address {
  font-style: normal;
  font-size: 0.3rem;
  padding-top: 0.20833333rem;
  padding-bottom: 0.275rem;
  padding: 0.3rem;
  box-sizing: border-box;
}

address a {
  color: #fafafa;
}
/* PAGE:HeadBack End */
/* PAGE:Footer Begin */
.Footer-Public {
  position: fixed;
  background-color: #121519;
  width: 100%;
  height: 1.4rem;
  bottom: 0;
  left: 0;
  overflow: hidden;
  padding-top: 0.16rem;
  box-sizing: border-box;
  border-radius: 10px 10px 0 0;
  z-index: 999;
  /* 底部高度追加 */
  height: calc(80px + constant(safe-area-inset-bottom));
  height: calc(80px + env(safe-area-inset-bottom));
}

.Footer-Nav {
  display: flex;
}

.Footer-Nav li {
  flex: 1;
}

.Footer-Nav li a {
  display: block;
  text-align: center;
  line-height: 0.6rem;
  color: #929292;
}

.Footer-Nav li a span {
  display: inline-block;
  width: 27.5px;
  height: 27.5px;
}

.Footer-Nav li a span img {
  width: 100%;
  height: 100%;
}

.Footer-Nav li a p {
  font-size: 0.2rem;
}

.Footer-Nav li:nth-child(2) a span {
  width: 23px;
}

.Footer-Nav .Footer-Active a {
  color: #fff;
}
/* PAGE:Footer End */
/* 响应式 */
/* 媒体查询 */
/* 手机底部样式 */
/* 手机横屏 */
@media only screen and (min-width: 600px) {
  .Footer-Public {
    width: auto;
    left: 50%;
    transform: translateX(-50%);
  }

  .Footer-Nav li {
    width: 120px;
    padding: 0 30px;
  }
}
/* IPAD竖屏 */
@media only screen and (min-width: 768px) {
  .Footer-Nav li {
    width: 120px;
    padding: 0;
  }
}
/* 特殊屏宽定制 */
@media only screen and (min-width: 992px) {
  .Footer-Nav li {
    width: 140px;
    padding: 0;
  }
}
/* IPAD RPO竖屏 + IPAD横屏 */
@media only screen and (min-width: 1000px) {
  .Footer-Nav li {
    padding: 0;
  }
}
/* IPAD PRO 横屏 */
@media only screen and (min-width: 1200px) {
  .Footer-Nav li {
    width: 180px;
    padding: 0;
  }
}

html,
body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #fff;
}

body {
  background-image: url(/Mobile/MBusiness/WebUI/img/index_bg.png);
  background-color: #fff;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  box-sizing: border-box;
  overflow: hidden;
  color: #fff;
}

.index-head .showBox {
  display: none;
  position: absolute;
  top: 45px;
  /* transform: translateY(17%); */
  left: 0;
  width: 100%;
  z-index: 9999;
}
.index-head .showBox .showItem {
  width: 100%;
  height: 0.92rem;
  box-sizing: border-box;
  border-bottom: 0.04rem solid rgba(255, 255, 255, 0.2);
  background-color: rgba(57, 26, 195, 0.95);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.26rem;
}

@media screen and (max-width: 480px) {
  body {
    /* background-image: url(img/indexBGC.jpg); */
    background-color: #fff;
  }
}

.index-main {
  box-sizing: border-box;
  /* padding: 0.15rem 0.7rem 0rem; */
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
}

@media screen and (max-width: 480px) {
  .index-main-content {
    padding: 0.15rem 0.3rem 0.2rem;
  }
}

.title-head {
  display: flex;
  justify-content: space-between;
  margin-top: 0.45rem;
  margin-bottom: 0.3rem;
}

.title-head .title-name {
  display: flex;
}

.title-head .title-name .title-img {
  width: 0.27rem;
  align-self: center;
}

.title-head .title-name span {
  font-size: 0.5rem;
  margin-left: 0.11rem;
  color: #fff;
}

.title-head .title-more {
  font-size: 0.27rem;
  color: #f9f9f9;
}

.replace {
  display: block;
  width: 3.15rem;
  height: 0.98rem;
  box-shadow: 0rem 0.03rem 0.167rem 0.013rem rgba(0, 0, 0, 0.29);
  border-radius: 0.15rem;
  font-size: 0.35rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0.008rem;
  color: #f9f9f9;
  text-align: center;
  line-height: 0.98rem;
  margin-top: 0.34rem;
  cursor: pointer;
}

@media screen and (min-width: 480px) {
  .replace {
    margin: 0.64rem auto 0;
  }
}

.index-head {
  /* margin-top: 0.2rem; */
  background-color: transparent;
  /* display: flex; */
  height: 47.5px;
  margin: 0 auto;
  /* position: relative; */
}

@media screen and (max-width: 480px) {
  .index-head {
    height: 47.5px;
  }
}

.index-head .logo {
  height: 100%;
  width: 3.2rem;
  height: 0.5rem;
  position: absolute;
  top: 0.25rem;
  left: 0.2rem;
  display: table-cell;
  vertical-align: middle;
  transform: translateY(-50%);
}

.index-head .logo img {
  width: 3.2rem;
  height: 0.5rem;
  position: absolute;
  top: 0.25rem;
}

@media screen and (max-width: 320px) {
  .index-head .logo {
    height: 100%;
    width: 2.2rem;
    height: 0.5rem;
    position: absolute;
    top: 0.25rem;
    left: 0.2rem;
    display: table-cell;
    vertical-align: middle;
    transform: translateY(-50%);
  }

  .index-head .logo img {
    width: 2.2rem;
    /* height: 0.5rem; */
    position: absolute;
    top: 0.25rem;
  }
}

/* @media screen and (max-width: 480px) {
  .index-head .logo {
    width: 3.2rem;
    height: 0.5rem;
  }
} */

.index-head .head-right {
  /* display: flex;
  align-self: center;
  align-items: center; */
  position: relative;
  height: 0.6rem;
  font-size: 0;
  float: right;
  margin-right: 0.2rem;
}

@media screen and (max-width: 480px) {
  .index-head .head-right {
    height: 0.5rem;
    position: relative;
    top: 0.25rem;
    right: 0;
    width: 23%;
    float: right;
    margin-right: 0.2rem;
    /* transform: translateY(-50%); */
  }

  .index-head .head-center {
    height: 0.5rem;
    position: relative;
    top: 0.25rem;
    width: 25%;
    float: right;
    /* transform: translateY(-50%); */
  }
}

@media screen and (max-width: 320px) {
  .index-head .head-right {
    height: 0.5rem;
    position: relative;
    top: 0.25rem;
    right: 0;
    width: 27%;
    float: right;
    margin-right: 0.2rem;
    /* transform: translateY(-50%); */
  }
}

.index-head .head-center span {
  font-size: 0.3rem;
  height: 100%;
  line-height: 0.5rem;
  float: left;
}

.index-head .head-center img {
  /* display: inline-block; */
  height: 0.3rem;
  width: 0.3rem;
  /* margin-left: 0.1rem; */
  align-self: center;
  float: left;
  color: #fff;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0.02rem;
}

.index-head .head-right a {
  /* display: inline-block; */
  height: 0.4rem;
  width: 0.4rem;
  margin-left: 0.1rem;
  align-self: center;
  float: right;
  color: #fff;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.index-head .head-right a img {
  height: 0.4rem;
  width: 0.4rem;
}

@media screen and (max-width: 480px) {
  .index-head .head-right a {
    width: 0.44rem;
    margin-left: 0.25rem;
  }
}

.index-nav {
  height: 0.5rem;
  display: flex;
  justify-content: space-between;
  margin-top: 0.38rem;
  font-size: 0.31rem;
}

@media screen and (max-width: 480px) {
  .index-nav {
    margin-top: 0.19rem;
    height: 0.34rem;
  }
}

.index-nav ul {
  display: flex;
  justify-content: start;
  line-height: 0.5rem;
}

.index-nav ul li {
  margin-left: 0.62rem;
}

.index-nav ul li:first-child {
  margin-left: 0;
}

.index-nav ul li a {
  font-size: 0.39rem;
  color: #9293a0;
  letter-spacing: 1px;
}

.index-nav ul li.active a {
  color: #01e1b3;
  font-size: 0.47rem;
}

@media screen and (max-width: 480px) {
  .index-nav ul {
    line-height: 0.34rem;
  }

  .index-nav ul li {
    margin-left: 0.33rem;
  }

  .index-nav ul li a {
    font-size: 0.31rem;
  }

  .index-nav ul li.active a {
    font-size: 0.37rem;
  }
}

@media screen and (max-width: 320px) {
  .index-nav ul li {
    margin-left: 0.1rem;
  }

  .index-nav ul li a {
    font-size: 0.26rem;
  }

  .index-nav ul li.active a {
    font-size: 0.32rem;
  }
}

.index-nav .index-classify {
  width: 0.53rem;
  line-height: 0.53rem;
}

@media screen and (max-width: 480px) {
  .index-nav .index-classify {
    width: 0.37rem;
    line-height: 0.37rem;
  }
}

.index-rotation {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 37%;
  margin-top: 0.43rem;
  border-radius: 10px;
}

@media screen and (max-width: 480px) {
  .index-rotation {
    margin-top: 0.23rem;
  }
}

.index-rotation .swiper-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
}

.index-rotation .swiper-slide {
  width: 100%;
  height: 100%;
}

.index-rotation .swiper-slide img {
  height: 100%;
  border-radius: 10px;
}

.index-rotation .swiper-pagination-bullet-active {
  background-color: #fff;
}

.newest-main {
  width: calc(100% + 0.7rem);
  overflow: hidden;
  margin-right: -0.7rem;
  padding-bottom: 0.3rem;
  margin-bottom: -0.3rem;
}

@media screen and (max-width: 480px) {
  .newest-main {
    width: calc(100% + 0.3rem);
    margin-right: -0.3rem;
  }
}

.newest-main .swiper-slide {
  width: 2.72rem;
  height: 3.27rem;
  border-radius: 0.15rem;
  margin-right: 0.29rem;
  background-color: #282d32;
  overflow: hidden;
}

.newest-main .swiper-slide:last-child {
  margin-right: 0;
}

.newest-main a {
  display: block;
}

.newest-main a .newest-img {
  height: 1.53rem;
  overflow: hidden;
}

.newest-main a .newest-img img {
  height: 100%;
}

.newest-main a .newest-title {
  font-size: 0.25rem;
  margin: 0.2rem 0.21rem 0.14rem;
  color: #f9f9f9;
}

.newest-main a .newest-date {
  font-size: 0.21rem;
  margin: 0 0.21rem;
  color: #a5a9b2;
  position: relative;
}

.newest-main a .newest-date::after {
  content: "";
  position: absolute;
  top: 0.34rem;
  left: 0;
  width: 0.06rem;
  height: 0.04rem;
  background-image: linear-gradient(#00ecbc, #00ecbc),
    linear-gradient(#171a1d, #171a1d);
  background-blend-mode: normal, normal;
}

.newest-main a .newest-info {
  margin: 0.2rem 0.21rem 0;
  display: flex;
  justify-content: space-between;
}

.newest-main a .info-left {
  font-size: 0.21rem;
  align-self: center;
  color: #a5a9b2;
}

.newest-main a .info-right {
  width: 0.16rem;
  align-self: center;
}

.ranking-title {
  margin-top: 0.59rem;
  display: flex;
  height: 0.64rem;
  position: relative;
}

.ranking-title .ranking-img {
  width: 0.35rem;
  align-self: center;
  margin-right: 0.22rem;
}

@media screen and (min-width: 769px) {
  .ranking-title .ranking-img {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -0.175rem;
  }
}

.ranking-title ul {
  display: flex;
  width: 100%;
}

.ranking-title ul li {
  font-size: 0.31rem;
  line-height: 0.64rem;
  letter-spacing: 0.007rem;
  color: #f9f9f9;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .ranking-title ul li {
    width: 1.3rem;
    height: 0.64rem;
    border-radius: 0.05rem;
    margin-right: 0.23rem;
    text-align: center;
  }

  .ranking-title ul li.active {
    border: solid 0.02rem #00ecbc;
  }
}

@media screen and (min-width: 769px) {
  .ranking-title ul li {
    flex: 1;
  }

  .ranking-title ul li:first-child {
    text-indent: 0.7rem;
  }
}

.ranking-content {
  height: 6.51rem;
  margin-top: 0.35rem;
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  .ranking-content ul {
    display: flex;
  }
}

@media screen and (min-width: 769px) {
  .ranking-content li {
    width: 31.333%;
    overflow: hidden;
    box-sizing: border-box;
  }

  .ranking-content li:nth-child(2) {
    margin: 0 2%;
  }
}

@media screen and (max-width: 768px) {
  .ranking-content li {
    width: 100%;
    flex-wrap: wrap;
    display: none;
  }

  .ranking-content li.active {
    display: flex;
  }
}

@media screen and (max-width: 480px) {
  .ranking-content li {
    width: 100%;
  }

  .ranking-content li.active {
    display: block;
  }
}

.ranking-content .ranking-item {
  display: flex;
  width: 100%;
  height: 1.04rem;
  margin-top: 0.33rem;
}

@media screen and (min-width: 769px) {
  .ranking-content .ranking-item {
    flex: 1;
  }
}

.ranking-content .ranking-item:first-child {
  margin-top: 0;
}

@media (min-width: 480px) and (max-width: 768px) {
  .ranking-content .ranking-item {
    width: 48%;
  }

  .ranking-content .ranking-item:nth-child(2) {
    margin-top: 0;
  }

  .ranking-content .ranking-item:nth-child(2n) {
    margin-left: 4%;
  }
}

.ranking-content .item-img {
  width: 1.04rem;
  height: 1.04rem;
  background-size: cover;
  margin-right: 0.25rem;
}

.ranking-content .item-img.video {
  background-image: url(img/video.png);
}

.ranking-content .item-img.classical {
  background-image: url(img/classical.png);
}

.ranking-content .item-img.modern {
  background-image: url(img/modern.png);
}

.ranking-content .item-title {
  position: relative;
  flex: 1;
  overflow: hidden;
}

.ranking-content .item-title::after {
  content: "";
  color: #f9f9f9;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.2rem;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background-image: url(img/laingdian.png);
  background-size: cover;
}

.ranking-content .item-title h2 {
  width: 85%;
  font-size: 0.33rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0.008rem;
  color: #f9f9f9;
}

.ranking-content .item-title p {
  font-size: 0.27rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0.006rem;
  color: #a5a9b2;
  padding-left: 0.24rem;
  position: relative;
}

.ranking-content .item-title p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.05rem;
  width: 0.1rem;
  height: 0.1rem;
  background-image: linear-gradient(#00ecbc, #00ecbc),
    linear-gradient(#0098ff, #0098ff);
  border-radius: 50%;
}

@media screen and (max-width: 768px) {
  .selected-content {
    max-height: 7.63rem;
    overflow: hidden;
  }

  .selected-content li {
    height: 1.78rem;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
      linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    background-blend-mode: normal, normal;
    border-radius: 0.12rem;
    margin-top: 0.17rem;
  }

  .selected-content li:first-child {
    margin-top: 0;
  }

  .selected-content li a {
    display: flex;
    width: 90%;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }

  .selected-content li a .selected-img {
    width: 1.96rem;
    height: 1.1rem;
    border-radius: 0.12rem;
    margin-right: 0.21rem;
  }

  .selected-content li a .selected-info {
    overflow: hidden;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }

  .selected-content li a .selected-info h2 {
    font-size: 0.25rem;
    color: #f9f9f9;
  }

  .selected-content li a .selected-info p {
    font-size: 0.23rem;
    color: #a5a9b2;
    position: relative;
  }

  .selected-content li a .selected-info p span:last-child {
    margin-left: 0.38rem;
  }

  .selected-content li a .selected-info p::before {
    content: "";
    position: absolute;
    left: 1px;
    top: -0.15rem;
    width: 0.21rem;
    height: 0.04rem;
    background-image: linear-gradient(#00ecbc, #00ecbc),
      linear-gradient(#171a1d, #171a1d);
  }
}

@media (min-width: 768px) {
  .selected-content {
    max-height: 7.63rem;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
  }

  .selected-content li {
    width: calc(50% - 0.08rem);
    height: 1.78rem;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
      linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    background-blend-mode: normal, normal;
    border-radius: 0.12rem;
    margin-top: 0rem;
  }

  .selected-content li:first-child {
    margin-top: 0;
  }

  .selected-content li:nth-child(2n) {
    margin-left: 0.16rem;
  }

  .selected-content li:nth-child(n + 3) {
    margin-top: 0.16rem;
  }

  .selected-content li a {
    display: flex;
    width: 90%;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }

  .selected-content li a .selected-img {
    width: 1.96rem;
    height: 1.1rem;
    border-radius: 0.12rem;
    margin-right: 0.21rem;
  }

  .selected-content li a .selected-info {
    overflow: hidden;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }

  .selected-content li a .selected-info h2 {
    font-size: 0.25rem;
    color: #f9f9f9;
  }

  .selected-content li a .selected-info p {
    font-size: 0.23rem;
    color: #a5a9b2;
    position: relative;
  }

  .selected-content li a .selected-info p span:last-child {
    margin-left: 0.38rem;
  }

  .selected-content li a .selected-info p::before {
    content: "";
    position: absolute;
    left: 0;
    top: -0.15rem;
    width: 0.21rem;
    height: 0.04rem;
    background-image: linear-gradient(#00ecbc, #00ecbc),
      linear-gradient(#171a1d, #171a1d);
  }
}

.index-book {
  margin-top: 0.48rem;
}

.book-content {
  margin-right: -0.7rem;
  height: 3.69rem;
  background-image: linear-gradient(#0b0d0f, #0b0d0f),
    linear-gradient(#0098ff, #0098ff);
  background-blend-mode: normal, normal;
  border-radius: 0.3rem 0rem 0rem 0.3rem;
}

@media screen and (max-width: 480px) {
  .book-content {
    margin-right: -0.3rem;
  }
}

@media screen and (min-width: 768px) {
  .book-content {
    height: 6.7rem;
  }
}

.book-main {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .book-main {
    width: calc(100% - 1.96rem);
  }

  .book-main .book-item {
    padding-bottom: 0.4rem;
  }
}

.book-info {
  display: flex;
  position: relative;
  box-sizing: border-box;
  margin-left: 0.26rem;
}

.book-info img {
  display: none;
}

@media screen and (min-width: 768px) {
  .book-info {
    margin-left: 3.54rem;
  }

  .book-info img {
    display: inline-block;
    position: absolute;
    left: -3.54rem;
    top: 0.8rem;
    width: 3.14rem;
    height: 2.04rem;
    border-radius: 0.3rem;
  }
}

.book-item {
  overflow: hidden;
  flex: 1;
}

.book-item h2 {
  font-size: 0.33rem;
  font-weight: bold;
  letter-spacing: 0rem;
  color: #f9f9f9;
  margin-top: 0.281rem;
}

@media screen and (min-width: 768px) {
  .book-item h2 {
    font-size: 0.49rem;
    margin-top: 0.8rem;
  }
}

.book-item p:first-of-type {
  font-size: 0.3rem;
  color: #a5a9b2;
  width: 100%;
  margin: 0.12rem 0 0.16rem 0;
}

@media screen and (min-width: 768px) {
  .book-item p:first-of-type {
    font-size: 0.35rem;
    margin: 0.15rem 0 0.19rem 0;
  }
}

.book-item p:last-of-type {
  display: flex;
  font-size: 0.23rem;
  position: relative;
}

.book-item p:last-of-type::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 0.3rem;
  height: 0.04rem;
  background-image: linear-gradient(#00ecbc, #00ecbc),
    linear-gradient(#0098ff, #0098ff);
}

@media screen and (min-width: 768px) {
  .book-item p:last-of-type::after {
    bottom: -20px;
  }
}

@media screen and (min-width: 768px) {
  .book-item p:last-of-type {
    font-size: 0.29rem;
    bottom: 0px;
  }
}

.book-item p:last-of-type span {
  width: 40%;
}

.book-item p:last-of-type span:first-child {
  padding-left: 0.4rem;
}

.book-item p:last-of-type span:first-child::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.15rem;
  width: 0.3rem;
  height: 0.3rem;
  background-image: url(img/ee.png);
  background-size: 100% 100%;
}

.book-content ul {
  display: flex;
  margin-left: 0.26rem;
  margin-top: 0.45rem;
}

@media screen and (min-width: 768px) {
  .book-content ul {
    margin-left: 0.88rem;
    margin-top: 0.9rem;
  }
}

.book-content ul li {
  width: 0.8rem;
  height: 1.14rem;
  background-blend-mode: normal, normal;
  border-radius: 0.2rem;
  font-size: 0.23rem;
  color: #fefefe;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 0.17rem;
}

@media screen and (min-width: 768px) {
  .book-content ul li {
    width: 1.43rem;
    height: 2.04rem;
  }
}

.book-content ul li.active {
  background-image: linear-gradient(#11c19d, #11c19d),
    linear-gradient(#0098ff, #0098ff);
}

@media screen and (min-width: 768px) {
  .book-content ul li {
    font-size: 0.37rem;
  }
}

.book-content ul p {
  width: 100%;
  margin-top: 0.1rem;
}

@media screen and (min-width: 768px) {
  .book-content ul p {
    margin-top: 0.15rem;
  }
}

.like-content {
  padding-bottom: 0.1rem;
  height: 287px;
  overflow: hidden;
}

@media screen and (max-width: 480px) {
  .like-content {
    margin: 0 0.44rem;
    overflow: hidden;
    height: 3.56rem;
  }
}

@media screen and (min-width: 481px) {
  .like-content {
    margin: 0 0 0 0.44rem;
    width: calc(100% + 0.25rem);
  }
}

.like-content ul {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 0.1rem;
}

@media screen and (max-width: 480px) {
  .like-content ul {
    justify-content: space-between;
  }
}

@media screen and (min-width: 481px) {
  .like-content ul {
    margin-top: -0.68rem;
  }
}

.like-content li {
  position: relative;
  flex-shrink: 1;
  background-image: linear-gradient(-38deg, #1b2024 0%, #1e252c 100%),
    linear-gradient(#121519, #121519);
  background-blend-mode: normal, normal;
  box-shadow: 0rem 0.03rem 0.167rem 0.013rem rgba(0, 0, 0, 0.29);
  border-radius: 0.3rem;
}

@media screen and (max-width: 480px) {
  .like-content li {
    width: 1.5rem;
    height: 1.5rem;
  }

  .like-content li:not(:nth-child(3n)) {
    margin-right: 0.48rem;
  }

  .like-content li:nth-child(n + 4) {
    margin-top: 0.46rem;
  }

  .like-content li i {
    position: absolute;
    left: 0.37rem;
    top: 0.31rem;
    width: 0.15rem;
    height: 0.15rem;
    border-radius: 50%;
  }

  .like-content li a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 0.28rem;
    color: #f9f9f9;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
  }

  .like-content li a span {
    display: inline-block;
    padding: 0 0.27rem 0.2rem 0;
    max-width: 0.8rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

@media screen and (max-width: 320px) {
  .like-content li:not(:nth-child(3n)) {
    margin-right: 0;
  }
}

@media screen and (min-width: 481px) {
  .like-content li {
    width: 2.24rem;
    height: 2.24rem;
    margin-right: 0.71rem;
    margin-top: 0.68rem;
  }

  .like-content li i {
    position: absolute;
    left: 0.55rem;
    top: 0.46rem;
    width: 0.23rem;
    height: 0.23rem;
    border-radius: 50%;
  }

  .like-content li a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 0.4rem;
    color: #f9f9f9;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
  }

  .like-content li a span {
    padding: 0 0.43rem 0.33rem 0;
    display: inline-block;
    max-width: 1.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

@media screen and (max-width: 768px) {
  .resources-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0.17em;
  }

  .resources-list a {
    display: block;
    width: calc(50% - 0.24rem);
    overflow: hidden;
    border-radius: 0 0.3rem 0.3rem 0;
    box-shadow: 3px 0px 10px rgba(0, 0, 0, 0.2);
  }

  .resources-list a:nth-child(2n) {
    margin-left: 0.48rem;
  }

  .resources-list a:nth-child(n + 3) {
    margin-top: 0.43rem;
  }
}

@media (min-width: 768px) {
  .resources-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0.66em;
  }

  .resources-list a {
    display: block;
    width: calc(33.333% - 0.45rem);
    overflow: hidden;
    border-radius: 0 0.5rem 0.5rem 0;
    box-shadow: 3px 0px 10px rgba(0, 0, 0, 0.2);
  }

  .resources-list a:nth-child(2n) {
    margin-left: 0rem;
  }

  .resources-list a:nth-child(n + 3) {
    margin-top: 0rem;
  }

  .resources-list a:nth-child(2) {
    margin: 0 0.6rem;
  }

  .resources-list a:nth-child(5) {
    margin: 0 0.6rem;
  }

  .resources-list a:nth-child(n + 4) {
    margin-top: 0.55rem;
  }
}

.index-resources {
  margin-bottom: 2.3rem;
}

.color1 {
  background-color: rgb(95, 90, 103);
}

.color2 {
  background-color: rgb(246, 126, 109);
}

.color3 {
  background-color: rgb(42, 207, 234);
}

.color4 {
  background-color: rgb(64, 122, 41);
}

.color5 {
  background-color: rgb(133, 202, 97);
}

.color6 {
  background-color: rgb(174, 246, 7);
}

.color7 {
  background-color: rgb(178, 164, 161);
}

.color8 {
  background-color: rgb(49, 125, 244);
}

.color9 {
  background-color: rgb(105, 104, 190);
}

.color10 {
  background-color: rgb(72, 230, 225);
}

.color11 {
  background-color: #9028b6;
}

.color12 {
  background-color: #0990a4;
}
.baseVerticalList {
  width: 100%;
  min-height: 100%;
  box-sizing: border-box;
  padding: 0.2rem 0.1rem 0;
}
.baseVerticalList::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  clear: both;
}
.baseVerticalList .baseVerticalItem {
  width: 48%;
  overflow: hidden;
  max-width: 3.5rem;
  min-height: 2.67rem;
  max-height: 3.5rem;
  margin-bottom: 0.4rem;
  float: right;
  background: url(/Mobile/MBusiness/WebUI/img/item_bg.png) no-repeat;
  background-size: cover;
  border-radius: 3px;
  color: #fff;
  /* box-shadow: 0 0 3px 3px #e0eaeb; */
}
.baseVerticalList .baseVerticalItem .itemline {
  height: 1px;
  width: 90%;
  background-color: rgba(255, 255, 255, 0.15);
  margin: 0 auto;
}
.baseVerticalList .baseVerticalItem:nth-child(odd) {
  float: left;
}
.baseVerticalList .baseVerticalItem .bvi_img {
  width: 100%;
  height: 1.86rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  /* border-radius: 0.2rem; */
  position: relative;
}
.baseVerticalList .baseVerticalItem .bvi_img .typeTap {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 0.15rem;
  height: 0.34rem;
  border-radius: 0 0 0.1rem 0;
  background-color: #474956;
  color: #fff;
  text-align: center;
  line-height: 0.34rem;
  font-size: 0.24rem;
}
.baseVerticalList .baseVerticalItem .bvi_img .tagClassCount {
  position: absolute;
  left: 0;
  top: 1.4rem;
  /* padding: 0 0.15rem; */
  width: 1rem;
  height: 0.35rem;
  background: url(/Mobile/MBusiness/WebUI/img/item_tag.png) no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
  line-height: 0.34rem;
  font-size: 0.24rem;
}
.baseVerticalList .baseVerticalItem .bvi_img img {
  height: 100%;
}
.baseVerticalList .baseVerticalItem .bvi_title {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.28rem;
  font-weight: 700;
  margin-top: 0.2rem;
  margin-bottom: 0.1rem;
  padding: 0 0.1rem 0 0.1rem;
}
.baseVerticalList .baseVerticalItem .bvi_msg {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* border-bottom: 0.01rem solid #e4eaeb; */
  padding: 0 0.1rem 0.05rem 0.1rem;
}

.baseVerticalList .baseVerticalItem .bvi_msg span {
  color: #adadb1;
  font-size: 0.2rem;
}
.baseVerticalList .baseVerticalItem .goodAndLook {
  width: 100%;
  height: 0.4rem;
  /* display: flex; */
  padding: 0.05rem 0.05rem 0 0.1rem;
}
.baseVerticalList .baseVerticalItem .goodAndLook div {
  color: #ecca41;
  font-size: 0.2rem;
}
.baseVerticalList .baseVerticalItem .goodAndLook div .iconfont {
  font-size: 0.2rem;
  color: #fff;
}
.baseVerticalList .baseVerticalItem .goodAndLook div:last-child {
  margin-right: 0.1rem;
}
.baseVerticalList .lookMore {
  width: 3.2rem;
  height: 0.6rem;
  border-radius: 0.3rem;
  background-color: #fff;
  box-sizing: border-box;
  border: 0.01rem solid #0d5966;
  color: #0d5966;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.p-list {
  float: left;
  /* display: inline; */
}
.part-list ul {
  margin-top: 0.45rem;
  margin-bottom: 0.3rem;
  overflow: hidden;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}

.part-list ul::-webkit-scrollbar {
  display: none;
}
ul {
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
}

.part-list li {
  float: left;
  font-size: 0.25rem;
  line-height: 0.5rem;
  margin-left: 0.2rem;
  color: #fff;
  /* width: 1rem; */
  border: 1px solid #fff;
  border-radius: 20px;
  text-align: center;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
}
.part-list li:first-child {
  margin-left: 0.11rem;
}
.part-list .e {
  float: left;
  font-size: 0.25rem;
  font-weight: bold;
  color: #fff;
}
.pushList h1,
.pushList h2 {
  color: #423e3e;
  margin-top: 28px !important;
  margin-bottom: 31px !important;
  font: 24px/28px "微软雅黑 Regular", "微软雅黑" !important;
  font-weight: bold;
  /* border-left: 4px solid #00aeef; */
  /* padding: 0 0 0 16px !important; */
}

.see-list {
  float: left;
  width: 100%;
  display: inline;
}

.see-list li {
  display: block;
  /* overflow: hidden; */
  margin-bottom: 5px;
  /* background: url(/Mobile/MBusiness/WebUI/img/rank_list_bg.png) no-repeat; */
  background: rgba(255, 255, 255, 0.1);
  background-size: 100% 100%;
  width: 100%;
  height: 2.2rem;
  float: left;
  border-radius: 5px;
}

.see-list li .sort {
  color: #fff;
  font-weight: bold;
  position: relative;
  font: 0.5rem/0.6rem "微软雅黑 Regular", "微软雅黑";
  text-align: center;
  margin-left: 0.3rem;
  margin-right: 0.3rem;
  margin-top: 0.5rem;
  line-height: 0.8rem;
  /* width: 0.3rem; */
  border-bottom: #fff 3px solid;
  float: left;
}

.see-list a {
  color: #fff;
  font: 16px/30px "微软雅黑 Regular", "微软雅黑";
  /* width: 3rem; */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  /* display: block; */
  margin-top: 0.35rem;
  float: left;
}

.see-list li a .rank_img {
  width: 2.5rem;
  height: 1.5rem;
}

.see-list li .rank_content {
  margin-top: 0.3rem;
  margin-left: 0.1rem;
  width: 2.5rem;
  color: #fff;
  /* font: 14px/30px "微软雅黑 Regular", "微软雅黑"; */
  font-size: 0.28rem;
}

.see-list li .rank_content .title {
  color: #fff;
  /* font: 14px/30px "微软雅黑 Regular", "微软雅黑"; */
  font-size: 0.28rem;
  background-color: transparent;
  /* line-height: 20px; */
  height: 1rem;
}

.see-list p {
  color: #b0b0b0;
  /* font: 14px/24px "微软雅黑 Regular", "微软雅黑"; */
  font-size: 0.2rem;
  padding: 0;
}

.site-list li p {
  padding: 0;
}

.site-list li:hover p {
  padding-left: 10px;
  padding-right: 10px;
}

.swiper-slide:nth-child(1n) {
  width: 90%;
}
.swiper-slide:nth-child(2n) {
  width: 90%;
}
.swiper-slide:nth-child(3n) {
  width: 90%;
}

.swiper-slide .p {
  float: none;
  font-size: 0.5rem;
  margin-left: 0.1rem;
}

.see-list .statistics span {
  font-size: 0.2rem;
  padding-right: 0.1rem;
  color: #adadb1;
}
