@charset "UTF-8";
.pointer {
  cursor: pointer;
}

/* 整个滚动条 */
::-webkit-scrollbar {
  width: 4px;
  height: 8px;
}

/* 滚动条轨道 */
::-webkit-scrollbar-track {
  background: #1e1e2e;
  border-radius: 4px;
}

/* 滑块 */
::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #6a82fb, #fc5c7d);
  border-radius: 4px;
}

/* hover 效果 */
::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #fc5c7d, #6a82fb);
}

.mainBody .pc-hide {
  display: none !important;
}
.mainBody {
  min-height: 100%;
}
.mainBody #navTop {
  position: fixed;
  top: 0;
  left: auto;
  width: 100%;
  height: 1.1rem;
  z-index: 100;
}
.mainBody #navTop .navTopBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: url(/img/pc/home/navTop.png);
  background-size: 100% 100%;
  padding: 0 1.4rem;
}
.mainBody #navTop .navLogoImg {
  width: 2.15rem;
}
.mainBody #navTop .navTopText {
  display: flex;
  align-items: center;
  color: #FFFFFF;
  font-size: 0.17rem;
  font-weight: 500;
}
.mainBody #navTop .navTopText .navTopTextPointer {
  display: flex;
  align-items: center;
  margin-left: 1.12rem;
}
.mainBody #navTop .navTopText .navTopTextPointer .navTopTextPointerImg {
  display: none;
}
.mainBody #navTop .navTopText .navTopTextPointer.active .navTopText {
  display: none;
}
.mainBody #navTop .navTopText .navTopTextPointer.active .navTopTextPointerImg {
  display: block;
}
.mainBody #navTop .navTopTextPointerImg1 {
  width: 0.98rem;
}
.mainBody #navTop .navTopTextPointerImg2 {
  width: 1.31rem;
}
.mainBody #navTop .navTopTextPointerImg3 {
  width: 1.31rem;
}
.mainBody #navTop .navTopTextPointerImg4 {
  width: 1.31rem;
}
.mainBody #navTop .navTopTextPointerImg5 {
  width: 1.31rem;
}
.mainBody #mainBodyContent {
  height: 100vh;
  min-height: 100vh;
}
.mainBody #mainBodyContent > section {
  width: 100%;
  min-height: 100vh;
}
.mainBody #mainBodyContent .home-page {
  position: relative;
  background: url(/img/pc/home/homePage-bg.png) no-repeat center center/cover;
  overflow: hidden;
}
.mainBody #mainBodyContent .home-page .download-box {
  position: absolute;
  display: flex;
  align-items: center;
  left: 50%;
  bottom: 0.57rem;
  transform: translateX(-50%);
  background: url(/img/pc/home/download-bg.png) no-repeat center center/contain;
  font-size: 0.24rem;
  padding: 0.15rem 0.33rem;
}
.mainBody #mainBodyContent .home-page .download-box .qr-code {
  width: 1.41rem;
  height: 1.55rem;
  background: url(/img/pc/home/qr-code-bg.png) no-repeat center/contain;
}
.mainBody #mainBodyContent .home-page .download-box .qr-code .download-qr-code {
  display: block;
  width: 75%;
  margin: 0.1rem auto;
  font-size: 0.16rem;
}
.mainBody #mainBodyContent .home-page .download-box .download-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.12rem;
  margin-left: 0.17rem;
}
.mainBody #mainBodyContent .home-page .download-box .download-list-item {
  width: 2.12rem;
  cursor: pointer;
}
.mainBody #mainBodyContent .home-page .download-box .download-list-item img {
  width: 100%;
}
.mainBody #mainBodyContent .home-page .download-box .download-list-item img:hover {
  transform: scale(1.1);
}
.mainBody #mainBodyContent .home-page .age-appropriate {
  position: absolute;
  left: 0.34rem;
  bottom: 0.68rem;
  width: 0.84rem;
}
.mainBody #mainBodyContent .home-page .home-aside-box {
  position: absolute;
  right: 0rem;
  top: 50%;
  transform: translateY(-50%);
}
.mainBody #mainBodyContent .home-page .home-aside-box .home-aside-open {
  position: absolute;
  right: 0rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.56rem;
  height: 0.67rem;
  background: url(/img/pc/home/aside-open.png) no-repeat center center/contain;
  cursor: pointer;
}
.mainBody #mainBodyContent .home-page .home-aside-content {
  position: absolute;
  right: -3.02rem;
  width: 3.02rem;
  height: 4.26rem;
  transform: translateY(-40%);
  background: url(/img/pc/home/home-aside-content-bg.png) no-repeat center center/contain;
  transition: right 0.3s ease;
}
.mainBody #mainBodyContent .home-page .home-aside-content.open {
  right: -0.45rem;
}
.mainBody #mainBodyContent .home-page .home-aside-content .home-aside-close {
  position: absolute;
  right: 0.24rem;
  top: -0.16rem;
  width: 0.37rem;
  height: 0.37rem;
  background: url(/img/pc/home/home-aside-close.png) no-repeat center center/contain;
  cursor: pointer;
}
.mainBody #mainBodyContent .home-page .home-aside-content .home-aside-qr-code {
  width: 1.9rem;
  height: 1.9rem;
  margin-top: 0.8rem;
  margin-left: 0.43rem;
}
.mainBody #mainBodyContent .home-page .home-aside-content .aside-type {
  display: flex;
  align-items: center;
  margin-top: 0.12rem;
  margin-left: 0.56rem;
  gap: 0.19rem;
}
.mainBody #mainBodyContent .home-page .home-aside-content .aside-type img {
  width: 0.71rem;
  cursor: pointer;
}
.mainBody #mainBodyContent .home-page .home-aside-content .aside-type img:hover {
  transform: scale(1.1);
}
.mainBody #mainBodyContent .home-page .home-next-page {
  position: absolute;
  left: 50%;
  bottom: 0.13rem;
  transform: translateX(-50%);
  width: 0.62rem;
  height: 0.38rem;
  background: url(/img/pc/home/home-next-page.png) no-repeat center center/contain;
  cursor: pointer;
}
.mainBody #mainBodyContent .next-page,
.mainBody #mainBodyContent .next-page2,
.mainBody #mainBodyContent .next-page3,
.mainBody #mainBodyContent .next-page4 {
  position: absolute;
  left: 50%;
  bottom: 0.13rem;
  transform: translateX(-50%);
  width: 0.62rem;
  height: 0.38rem;
  background: url(/img/pc/common/next-page.png) no-repeat center center/contain;
  cursor: pointer;
}
.mainBody #mainBodyContent .news-page {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(/img/pc/common/newsPage-bg.png) no-repeat center center/cover;
}
.mainBody #mainBodyContent .news-page .news-content {
  position: relative;
  display: flex;
  width: 14.33rem;
  height: 8.67rem;
  background: url(/img/pc/common/news-content-bg.png) no-repeat center center/cover;
  gap: 0.1rem;
}
.mainBody #mainBodyContent .news-page .news-content .news-content-left {
  position: relative;
}
.mainBody #mainBodyContent .news-page .news-content .news-content-left .news-swiper-container {
  width: 7.62rem;
  height: 4.38rem;
  margin-top: 3.04rem;
  margin-left: 0.76rem;
  background: #000000;
  border-radius: 0.05rem;
  overflow: hidden;
  border: 0.05rem solid #501C0F;
  border-radius: 0.05rem;
}
.mainBody #mainBodyContent .news-page .news-content .news-content-left .news-swiper-container img {
  width: 100%;
  height: 100%;
}
.mainBody #mainBodyContent .news-page .news-content .news-content-left .nwes-swiper-pagination {
  position: absolute;
  bottom: 0.56rem;
  display: flex;
  justify-content: center;
  gap: 0.56rem;
}
.mainBody #mainBodyContent .news-page .news-content .news-content-left .nwes-swiper-pagination .swiper-pagination-bullet {
  width: 0.42rem;
  height: 0.63rem;
  background: url(/img/pc/common/swiper-point.png) no-repeat center/cover;
}
.mainBody #mainBodyContent .news-page .news-content .news-content-left .nwes-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: url(/img/pc/common/swiper-point-active.png) no-repeat center/cover;
}
.mainBody #mainBodyContent .news-page .news-content .news-content-right {
  display: flex;
  flex-direction: column;
  width: 5.09rem;
  margin-top: 1.67rem;
  margin-right: 0.69rem;
}
.mainBody #mainBodyContent .news-page .news-content .news-content-right .news-content-right-menu {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.09rem;
  height: 1rem;
  background: url(/img/pc/common/news-content-right-menu.png) no-repeat center center/cover;
}
.mainBody #mainBodyContent .news-page .news-content .news-content-right .news-content-right-menu > li {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.09rem 0.35rem;
  font-size: 0.25rem;
  color: #FFFFFF;
  font-weight: 800;
  white-space: nowrap;
  cursor: pointer;
}
.mainBody #mainBodyContent .news-page .news-content .news-content-right .news-content-right-menu > li.active {
  background-color: #FFEC8F;
  border-radius: 0.41rem;
  color: #000000;
  font-weight: 800;
}
.mainBody #mainBodyContent .news-page .news-content .news-content-right .news-content-right-list {
  font-size: 0.18rem;
  font-weight: 500;
  margin-top: 0.24rem;
  max-height: 4.5rem;
  padding-right: 0.2rem;
  overflow: hidden;
}
.mainBody #mainBodyContent .news-page .news-content .news-content-right .news-content-right-list::-webkit-scrollbar {
  display: none;
}
.mainBody #mainBodyContent .news-page .news-content .news-content-right .news-content-right-list .news-content-right-list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0.32rem 0;
}
.mainBody #mainBodyContent .news-page .news-content .news-content-right .news-content-right-list .news-content-right-list-item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-size: 0.27rem;
  font-weight: bold;
  color: #361009;
}
.mainBody #mainBodyContent .news-page .news-content .news-content-right .news-content-right-list .news-content-right-list-item a:hover {
  color: #361009;
}
.mainBody #mainBodyContent .news-page .news-content .news-content-right .news-content-right-list .news-content-right-list-item .news-title {
  display: block;
  width: 82%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: bold;
}
.mainBody #mainBodyContent .news-page .news-content .news-content-right .news-content-right-list .news-content-right-list-item .news-time {
  font-weight: bold;
}
.mainBody #mainBodyContent .news-page .news-content .news-content-right .news-more {
  position: absolute;
  bottom: 0.62rem;
  right: 0.72rem;
  flex-shrink: 0;
  width: 1.74rem;
  cursor: pointer;
}
.mainBody #mainBodyContent .news-page .news-content .news-content-right .news-more:hover {
  transform: scale(1.1);
}
.mainBody #mainBodyContent .news-page .news-content .news-content-right .news-more:active {
  transform: scale(1);
}
.mainBody #mainBodyContent .hero-page {
  position: relative;
  display: grid;
  grid-template-columns: 0.4fr 1fr 0.5fr;
  background: url(/img/pc/common/heroPage-bg.png) no-repeat center center/cover;
}
.mainBody #mainBodyContent .hero-page .hero-c-r {
  display: flex;
}
.mainBody #mainBodyContent .hero-page .hero-content {
  position: relative;
  display: grid;
  align-items: center;
  width: 100%;
  padding: 0.5rem 0 0 0.67rem;
  font-size: 0.21rem;
  font-weight: 800;
  z-index: 5;
}
.mainBody #mainBodyContent .hero-page .hero-content .hero-content-l-content {
  position: relative;
  width: 6.37rem;
  height: 8.545rem;
  padding-top: 0.95rem;
  background: url(/img/pc/common/heroPage-l-content-bg.png) no-repeat center center/100% 100%;
  padding-left: 0.38rem;
  padding-right: 0.38rem;
  overflow: hidden;
}
.mainBody #mainBodyContent .hero-page .hero-content .hero-content-l-content .menu-type {
  width: 0.6rem;
  margin-right: 0.29rem;
}
.mainBody #mainBodyContent .hero-page .hero-content .hero-content-l-content .hero-menu-expand {
  flex-shrink: 0;
  width: 0.23rem;
  height: 0.21rem;
  margin-left: 0.15rem;
  background: url(/img/pc/common/hero-menu-expand.png) no-repeat center center/contain;
  transition: transform 0.3s ease;
  cursor: pointer;
}
.mainBody #mainBodyContent .hero-page .hero-content .hero-content-l-content .hero-menu-expand.active {
  transform: rotate(180deg);
}
.mainBody #mainBodyContent .hero-page .hero-content .hero-content-l-content .hero-content-l-content-menu-box,
.mainBody #mainBodyContent .hero-page .hero-content .hero-content-l-content .hero-menu-expand-hero-menu2 {
  display: flex;
  align-items: center;
  padding: 0.1rem 0.26rem;
}
.mainBody #mainBodyContent .hero-page .hero-content .hero-content-l-content .hero-content-l-content-menu-box {
  width: 5.65rem;
  height: 0.55rem;
  background: url(/img/pc/common/heroPage-l-content-menu-box-bg.png) no-repeat center center/cover;
  margin: 0 auto;
}
.mainBody #mainBodyContent .hero-page .hero-content .hero-content-l-content .hero-content-l-content-menu-box2 {
  position: absolute;
  left: 0.38rem;
  top: 1.5rem;
  display: flex;
  align-items: center;
  width: 5.65rem;
  height: 0;
  background: url(/img/pc/common/heroPage-l-content-menu-box2-bg.png) no-repeat center center/cover;
  margin: 0 auto;
  overflow: hidden;
  transition: height 0.05s linear;
}
.mainBody #mainBodyContent .hero-page .hero-content .hero-content-l-content .hero-content-l-content-menu-box2.expand {
  height: 0.99rem;
}
.mainBody #mainBodyContent .hero-page .hero-content .hero-content-l-content .hero-menu-expand-hero-menu2 {
  padding-bottom: 0;
}
.mainBody #mainBodyContent .hero-page .hero-content .hero-content-l-content .hero-content-l-content-menu1-more {
  margin-left: 1.15rem;
}
.mainBody #mainBodyContent .hero-page .hero-content .hero-content-l-content ul {
  display: flex;
  align-items: center;
}
.mainBody #mainBodyContent .hero-page .hero-content .hero-content-l-content ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.97rem;
  height: 0.36rem;
  border-radius: 0.18rem;
  color: #FFFFFF;
  font-weight: 800;
  cursor: pointer;
}
.mainBody #mainBodyContent .hero-page .hero-content .hero-content-l-content ul li.active {
  background: #ECDA84;
  color: #361009;
}
.mainBody #mainBodyContent .hero-page .hero-content .hero-content-l-content .hero-content-card-list {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(3, 1fr);
  padding: 0.25rem 0.35rem;
  gap: 0rem;
  max-height: 90%;
  overflow-x: hidden;
  overflow-y: auto;
}
.mainBody #mainBodyContent .hero-page .hero-content .hero-content-l-content .hero-content-card-list::-webkit-scrollbar {
  display: none;
}
.mainBody #mainBodyContent .hero-page .hero-content .hero-content-l-content .hero-content-card-list .hero-content-card-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.75rem;
  height: 1.75rem;
  cursor: pointer;
}
.mainBody #mainBodyContent .hero-page .hero-content .hero-content-l-content .hero-content-card-list .hero-content-card-item.active {
  background: url(/img/pc/common/select-hero.png) no-repeat center/cover;
}
.mainBody #mainBodyContent .hero-page .hero-content .hero-content-l-content .hero-content-card-list img {
  width: 1.29rem;
}
.mainBody #mainBodyContent .hero-page .hero-content-c {
  position: relative;
  width: 8.94rem;
  margin-left: -0.2rem;
  margin-top: 1rem;
}
.mainBody #mainBodyContent .hero-page .hero-content-c img {
  position: absolute;
  left: -0.95rem;
  width: 9.94rem;
}
.mainBody #mainBodyContent .hero-page .hero-content-r {
  position: relative;
  display: flex;
  left: -0.2rem;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding-top: 0.9rem;
  z-index: 5;
}
.mainBody #mainBodyContent .hero-page .hero-content-r .hero-content-header {
  margin-bottom: 0.19rem;
}
.mainBody #mainBodyContent .hero-page .hero-content-r .hero-content-header img {
  width: 2.5rem;
}
.mainBody #mainBodyContent .hero-page .hero-content-r .hero-skill-list {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.11rem;
}
.mainBody #mainBodyContent .hero-page .hero-content-r .hero-skill-list .hero-skill-list-item {
  position: relative;
  cursor: pointer;
}
.mainBody #mainBodyContent .hero-page .hero-content-r .hero-skill-list .hero-skill-list-item .hero-skill-des {
  display: none;
  position: absolute;
  top: 50%;
  left: 70%;
  width: 100%;
  font-size: 0.14rem;
  color: #FFFFFF;
  padding: 0.1rem;
  line-height: 1.2;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 5;
}
.mainBody #mainBodyContent .hero-page .hero-content-r .hero-skill-list .hero-skill-list-item:hover .hero-skill-des {
  display: block;
}
.mainBody #mainBodyContent .hero-page .hero-content-r .hero-skill-list img {
  width: 1.2rem;
}
.mainBody #mainBodyContent .pet-page {
  position: relative;
  background: url(/img/pc/common/pet-bg.png) no-repeat center/cover;
  padding-top: 0.8rem;
}
.mainBody #mainBodyContent .pet-page .pet-content {
  width: 14.5rem;
  margin: 0 auto;
}
.mainBody #mainBodyContent .pet-page .pet-content .pet-pic {
  display: none;
  width: 100%;
}
.mainBody #mainBodyContent .pet-page .pet-content .pet-pic.active {
  display: block;
}
.mainBody #mainBodyContent .pet-page .pet-content .pet-checkout {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.85rem;
}
.mainBody #mainBodyContent .pet-page .pet-content .pet-checkout img {
  width: 2.15rem;
  cursor: pointer;
}
.mainBody #mainBodyContent .pet-page .pet-content .pet-checkout img.active {
  width: 2.46rem;
}
.mainBody #mainBodyContent .feature-page {
  position: relative;
  background: url(/img/pc/common/feature-bg.png) no-repeat center/cover;
  padding-top: 1rem;
  padding-left: 0.58rem;
  padding-right: 0.58rem;
  overflow: hidden;
}
.mainBody #mainBodyContent .feature-page .feature-swiper-content {
  position: relative;
  width: 14.72rem;
  height: 7.8rem;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 0.2rem;
  z-index: 6;
}
.mainBody #mainBodyContent .feature-page .feature-swiper-content img {
  width: 100%;
}
.mainBody #mainBodyContent .feature-page .feature-swiper-content .carouse-img1 {
  position: relative;
}
.mainBody #mainBodyContent .feature-page .feature-swiper-content .carouse-img2 {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.mainBody #mainBodyContent .feature-page .feature-swiper-content .swiper-slide-active .carouse-img2 {
  opacity: 1;
  z-index: 3;
}
.mainBody #mainBodyContent .feature-page .feature-hero {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-top: -4rem;
  z-index: 8;
  pointer-events: none;
  padding-right: 0.7rem;
}
.mainBody #mainBodyContent .feature-page .feature-hero .feature-hero-l {
  width: 4.2rem;
}
.mainBody #mainBodyContent .feature-page .feature-hero .feature-hero-l img {
  width: 100%;
}
.mainBody #mainBodyContent .feature-page .feature-hero .feature-hero-r {
  width: 3.7rem;
}
.mainBody #mainBodyContent .feature-page .feature-hero .feature-hero-r img {
  width: 100%;
}
.mainBody #mainBodyContent .feature-page .feature-swiper-pagination {
  position: absolute;
  bottom: 1.2rem;
  display: flex;
  justify-content: center;
  gap: 0.56rem;
  z-index: 20;
}
.mainBody #mainBodyContent .feature-page .feature-swiper-pagination .swiper-pagination-bullet {
  width: 0.42rem;
  height: 0.63rem;
  background: url(/img/pc/common/swiper-point.png) no-repeat center/cover;
}
.mainBody #mainBodyContent .feature-page .feature-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: url(/img/pc/common/swiper-point-active.png) no-repeat center/cover;
}
.mainBody #mainBodyContent .feature-page .swiper-button-box {
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: 0;
  top: 3.7rem;
  width: 100%;
  padding: 0 0.9rem;
}
.mainBody #mainBodyContent .feature-page .swiper-button-box img {
  width: 1.1rem;
}
.mainBody #mainBodyContent .news-more-page {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  z-index: 5;
  background-color: #FFF2C9;
}
.mainBody #mainBodyContent .news-more-page .new-more-banner img {
  width: 100%;
}
.mainBody #mainBodyContent .news-more-page .news-more-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.mainBody #mainBodyContent .news-more-page .news-more-content .news-more-content-header-menu-list {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 0.17rem;
  color: #000000;
  gap: 1.49rem;
}
.mainBody #mainBodyContent .news-more-page .news-more-content .news-more-content-header-menu-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.99rem;
  height: 0.39rem;
  font-weight: bold;
  font-family: Source Han Sans CN;
  cursor: pointer;
}
.mainBody #mainBodyContent .news-more-page .news-more-content .news-more-content-header-menu-item.active {
  color: #fff;
  background: url(/img/pc/common/menu-active-bg.png) no-repeat center/cover;
}
.mainBody #mainBodyContent .news-more-page .news-more-content .news-more-content-list {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  width: 60%;
  height: 44vh;
  margin: 0 auto;
  padding-top: 0.28rem;
  overflow-y: auto;
  padding-right: 0.2rem;
}
.mainBody #mainBodyContent .news-more-page .news-more-content .news-more-content-list .news-more-content-item-title-box {
  display: flex;
  align-items: center;
}
.mainBody #mainBodyContent .news-more-page .news-more-content .news-more-content-list .news-more-content-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-top: 1px solid #813D24;
  padding: 0.13rem 0.34rem;
}
.mainBody #mainBodyContent .news-more-page .news-more-content .news-more-content-list .news-more-content-item .news-more-content-item-type {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.28rem;
  background-color: #FF9935;
  color: #ffffff;
  border-radius: 0.39rem;
  font-size: 0.13rem;
  padding: 0.03rem 0.15rem;
}
.mainBody #mainBodyContent .news-more-page .news-more-content .news-more-content-list .news-more-content-item .news-more-content-item-type img {
  width: 100%;
  height: 100%;
}
.mainBody #mainBodyContent .news-more-page .news-more-content .news-more-content-list .news-more-content-item .news-more-content-item-title,
.mainBody #mainBodyContent .news-more-page .news-more-content .news-more-content-list .news-more-content-item .news-more-content-item-time {
  font-weight: 500;
  font-size: 0.13rem;
  color: #4D4D4D;
}
.mainBody #mainBodyContent .news-more-page .news-more-content .news-more-content-list .news-more-content-item .news-more-content-item-title a,
.mainBody #mainBodyContent .news-more-page .news-more-content .news-more-content-list .news-more-content-item .news-more-content-item-time a {
  color: #4D4D4D;
  font-weight: 500;
}
.mainBody #mainBodyContent .news-more-page .news-more-content .news-more-content-list .news-more-content-item .news-more-content-item-title {
  width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mainBody #mainBodyContent .news-more-page .news-more-content .news-more-pagination {
  bottom: 0.33rem;
  width: 100%;
}
.mainBody #mainBodyContent .news-more-page .news-more-content .prev-page,
.mainBody #mainBodyContent .news-more-page .news-more-content .next-page {
  width: 1.22rem;
  height: 0.31rem;
}
.mainBody #mainBodyContent .news-more-page .news-more-content .prev-page:hover,
.mainBody #mainBodyContent .news-more-page .news-more-content .next-page:hover {
  transform: scale(1.1);
}
.mainBody #mainBodyContent .news-more-page .news-more-content .prev-page {
  margin-right: 0.44rem;
}
.mainBody #mainBodyContent .news-more-page .news-more-content .next-page {
  margin-left: 0.44rem;
}
.mainBody #mainBodyContent .news-more-page .news-more-content .page-elem-field {
  margin-top: 0.1rem;
}
.mainBody #mainBodyContent .news-more-page .news-more-content .page-elem-field .item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  border: none;
  border-bottom: 1px solid transparent;
  font-weight: bold;
  font-size: 0.17rem;
  color: #361009;
  font-family: Source Han Sans SC;
  line-height: normal;
}
.mainBody #mainBodyContent .news-more-page .news-more-content .page-elem-field .item:nth-child(n+2) {
  margin: 0 0.05rem;
}
.mainBody #mainBodyContent .news-more-page .news-more-content .page-elem-field .item:hover {
  background-color: transparent;
  color: #000000;
}
.mainBody #mainBodyContent .news-more-page .news-more-content .page-elem-field .item.active {
  background-color: transparent;
  color: #000000;
  border-bottom: 2px solid #000000;
}
.mainBody #mainBodyContent .news-more-page .news-more-content .page-elem-field .item:nth-child(1), .mainBody #mainBodyContent .news-more-page .news-more-content .page-elem-field .item:last-child {
  border: none;
}
.mainBody #mainBodyContent .news-more-page .news-more-content .next-page {
  position: static;
  transform: translateX(0);
}
.mainBody #mainBodyContent .news-detail-page {
  width: 100%;
  min-height: 100%;
  z-index: 5;
  background-color: #FFF2C9;
}
.mainBody #mainBodyContent .news-detail-page .new-more-banner img {
  width: 100%;
}
.mainBody #mainBodyContent .news-detail-page .news-detail-content {
  margin-right: 1.09rem;
  margin-left: 1.29rem;
}
.mainBody #mainBodyContent .news-detail-page .news-detail-header-nav {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 0.21rem;
}
.mainBody #mainBodyContent .news-detail-page .news-detail-header-nav a {
  color: #000000;
}
.mainBody #mainBodyContent .news-detail-page .news-detail-header-nav .news-detail-header-nav-mark {
  margin: 0.08rem;
}
.mainBody #mainBodyContent .news-detail-page .news-detail-header-nav .news-detail-header-nav-mark img {
  width: 0.09rem;
}
.mainBody #mainBodyContent .news-detail-page .news-detail-box-title-content {
  color: #4D4D4D;
  padding: 0rem 0 0.62rem 0;
  font-size: 0.18rem;
}
.mainBody #mainBodyContent .news-detail-page .news-detail-box-title-content .news-detail-title {
  font-weight: bold;
  font-size: 0.27rem;
  color: #000000;
  text-align: center;
}
.mainBody #mainBodyContent .news-detail-page .news-detail-box-title-content .news-create-time {
  text-align: center;
  margin-top: 0.27rem;
}
.mainBody #mainBodyContent .news-detail-page .news-detail-box-content {
  font-size: 0.21rem;
  color: #000000;
  line-height: 0.42rem;
  padding: 0rem 0rem 1rem;
}
.mainBody .footer-content {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 0.24rem;
  color: #FFFFFF;
  background-color: #000000;
  padding: 0.5rem 0;
}
.mainBody .footer-content a {
  display: inline-block;
  color: #ffffff;
}
.mainBody .footer-content .app-icon {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.45rem;
}
.mainBody .footer-content .footer-info {
  text-align: center;
  font-size: 0.2rem;
  font-weight: bold;
}
.mainBody .footer-content .footer-info .footer-agreement {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.2rem;
}
.mainBody .footer-content .footer-info .footer-agreement a {
  line-height: 0.24rem;
  padding: 0 0.2rem;
  font-weight: bold;
  color: #ffffff;
}
.mainBody .footer-content .footer-info .footer-agreement a:last-child {
  border: none;
}
.mainBody .footer-content .footer-info .footer-agreement .footer-agreement-line {
  font-size: 0.15rem;
  font-weight: bold;
  line-height: 1.2;
}
.mainBody .footer-content .footer-info .reminder {
  font-size: 0.14rem;
  text-align: center;
  line-height: 1.4;
  font-weight: bold;
}
.mainBody .footer-content .footer-info .ipc {
  font-size: 0.22rem;
  margin-top: 0.2rem;
  color: #ffffff;
  font-weight: bold;
}
.mainBody .footer-content .footer-info .publish,
.mainBody .footer-content .footer-info .convention {
  margin-top: 0.2rem;
  font-weight: bold;
}
.mainBody .footer-content .age-appropriate {
  width: 0.65rem;
  margin-left: 0.45rem;
}

.mainM {
  width: 100%;
  min-height: 100%;
}
.mainM .mobile-hide {
  display: none !important;
}
.mainM .mobile-header {
  position: fixed;
  display: flex;
  justify-content: flex-end;
  z-index: 100;
}
.mainM .mobile-header img {
  flex-shrink: 0;
  width: 100%;
}
.mainM .mobile-header .mobile-header-right {
  position: absolute;
  display: flex;
  align-items: center;
  top: 0;
  padding-right: 0.35rem;
}
.mainM .mobile-header .dowload-btn {
  width: 2.28rem;
  cursor: pointer;
}
.mainM .mobile-header .to-nav-open {
  width: 0.49rem;
  margin-left: 0.19rem;
  cursor: pointer;
}
.mainM #navTop {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  z-index: 100;
  transition: left 0.2s ease-in;
}
.mainM #navTop.open {
  left: 0;
}
.mainM #navTop .navTopBox {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  background-size: 100% 100%;
}
.mainM #navTop .navLogoImg {
  width: 2.15rem;
}
.mainM #navTop .mobile-nav-top {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 1.13rem;
  padding: 0 0.4rem;
  color: #ffffff;
  font-size: 0.5rem;
  line-height: 0.6;
  text-align: center;
}
.mainM #navTop .mobile-nav-top .mobile-nav-top-close {
  flex-shrink: 0;
  width: 0.38rem;
  height: 0.38rem;
  background: url(/img/h5/common/top-nav-close.png) no-repeat center/contain;
}
.mainM #navTop .platform-list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 70%;
  margin: 0 auto;
  margin-top: 0.9rem;
  gap: 0.2rem;
  z-index: 88;
}
.mainM #navTop .platform-list img {
  width: 1rem;
}
.mainM #navTop .navTopText {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 0.38rem;
  color: #FFFFFF;
  margin-top: 0.26rem;
}
.mainM #navTop .navTopText .navTopTextPointer {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70%;
  padding: 0.35rem 0;
  border-top: 1px solid #ffffff;
}
.mainM #navTop .navTopText .navTopTextPointer:nth-child(1) {
  border: none;
}
.mainM #navTop .navTopText .navTopTextPointer .navTopTextPointerImg {
  display: none;
}
.mainM #navTop .navTopText .navTopTextPointer.active .navTopText {
  display: none;
}
.mainM #navTop .navTopText .navTopTextPointer.active .navTopTextPointerImg {
  display: block;
}
.mainM #navTop .navTopTextPointerImg1 {
  width: 2.76rem;
}
.mainM #navTop .navTopTextPointerImg2 {
  width: 2.76rem;
}
.mainM #navTop .navTopTextPointerImg3 {
  width: 2.76rem;
}
.mainM #navTop .navTopTextPointerImg4 {
  width: 2.76rem;
}
.mainM #navTop .navTopTextPointerImg5 {
  width: 2.76rem;
}
.mainM #mainBodyContent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  min-height: 100vh;
}
.mainM #mainBodyContent > section {
  width: 100%;
  min-height: 100vh;
}
.mainM #mainBodyContent .home-page {
  position: relative;
  background: url(/img/h5/home/homePage-bg.png) no-repeat center center/cover;
  overflow: hidden;
}
.mainM #mainBodyContent .home-page .download-box {
  position: absolute;
  display: flex;
  align-items: center;
  left: 50%;
  bottom: 0.95rem;
  transform: translateX(-50%);
  padding: 0.15rem 0.33rem;
}
.mainM #mainBodyContent .home-page .download-box .download-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.16rem;
}
.mainM #mainBodyContent .home-page .download-box .download-list .download-list-item {
  width: 3.1rem;
}
.mainM #mainBodyContent .home-page .download-box .download-list .download-list-item:active {
  transform: scale(1.1);
}
.mainM #mainBodyContent .home-page .age-appropriate {
  position: absolute;
  right: 0.19rem;
  top: 1.33rem;
  width: 0.69rem;
}
.mainM #mainBodyContent .home-page .home-aside-box {
  position: absolute;
  right: 0rem;
  top: 50%;
  transform: translateY(-50%);
}
.mainM #mainBodyContent .home-page .home-aside-box .home-aside-open {
  position: absolute;
  right: 0rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.56rem;
  height: 0.67rem;
  background: url(/img/pc/home/aside-open.png) no-repeat center center/contain;
  cursor: pointer;
}
.mainM #mainBodyContent .home-page .home-aside-content {
  position: absolute;
  right: -3.02rem;
  width: 3.02rem;
  height: 4.26rem;
  transform: translateY(-40%);
  background: url(/img/pc/home/home-aside-content-bg.png) no-repeat center center/contain;
  transition: right 0.3s ease;
}
.mainM #mainBodyContent .home-page .home-aside-content.open {
  right: 0.16rem;
}
.mainM #mainBodyContent .home-page .home-aside-content .home-aside-close {
  position: absolute;
  right: 0.24rem;
  top: -0.16rem;
  width: 0.37rem;
  height: 0.37rem;
  background: url(/img/pc/home/home-aside-close.png) no-repeat center center/contain;
  cursor: pointer;
}
.mainM #mainBodyContent .home-page .home-aside-content .home-aside-qr-code {
  width: 1.9rem;
  height: 1.9rem;
  margin-top: 0.8rem;
  margin-left: 0.43rem;
}
.mainM #mainBodyContent .home-page .home-aside-content .aside-type {
  display: flex;
  align-items: center;
  margin-top: 0.12rem;
  margin-left: 0.56rem;
  gap: 0.19rem;
}
.mainM #mainBodyContent .home-page .home-aside-content .aside-type img {
  width: 0.71rem;
  cursor: pointer;
}
.mainM #mainBodyContent .home-page .home-aside-content .aside-type img:hover {
  transform: scale(1.1);
}
.mainM #mainBodyContent .home-page .home-next-page {
  position: absolute;
  left: 50%;
  bottom: 0.3rem;
  transform: translateX(-50%);
  width: 0.42rem;
  height: 0.26rem;
  background: url(/img/pc/home/home-next-page.png) no-repeat center center/contain;
  z-index: 5;
  cursor: pointer;
}
.mainM #mainBodyContent .next-page,
.mainM #mainBodyContent .next-page2,
.mainM #mainBodyContent .next-page3,
.mainM #mainBodyContent .next-page4 {
  position: absolute;
  left: 50%;
  bottom: 0.3rem;
  transform: translateX(-50%);
  width: 0.42rem;
  height: 0.26rem;
  background: url(/img/pc/common/next-page.png) no-repeat center center/contain;
  cursor: pointer;
}
.mainM #mainBodyContent .news-page {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(/img/h5/common/newsPage-bg.png) no-repeat center center/cover;
  padding-top: 0.4rem;
}
.mainM #mainBodyContent .news-page .news-content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 6.83rem;
  min-height: 10.99rem;
  padding-bottom: 0.6rem;
  background: url(/img/h5/common/news-content-bg.png) no-repeat center center/100% 100%;
}
.mainM #mainBodyContent .news-page .news-content .news-content-left {
  position: relative;
  flex: 1;
  margin-top: 1.74rem;
}
.mainM #mainBodyContent .news-page .news-content .news-content-left .news-swiper-container {
  width: 6.09rem;
  height: 3.425625rem;
  background: #000000;
  overflow: hidden;
  border: 0.06rem solid #501C0F;
  border-radius: 0.06rem;
}
.mainM #mainBodyContent .news-page .news-content .news-content-left .news-swiper-container img {
  width: 100%;
  height: 100%;
}
.mainM #mainBodyContent .news-page .news-content .news-content-left .nwes-swiper-pagination {
  margin-top: 0.12rem;
  display: flex;
  justify-content: center;
  gap: 0.4rem;
}
.mainM #mainBodyContent .news-page .news-content .news-content-left .nwes-swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 0.3rem;
  height: 0.45rem;
  background: url(/img/pc/common/swiper-point.png) no-repeat center/cover;
}
.mainM #mainBodyContent .news-page .news-content .news-content-left .nwes-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: url(/img/pc/common/swiper-point-active.png) no-repeat center/cover;
}
.mainM #mainBodyContent .news-page .news-content .news-content-right {
  position: relative;
  top: -0.3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 5.79rem;
}
.mainM #mainBodyContent .news-page .news-content .news-content-right .news-content-right-menu {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.5rem;
  height: 0.69rem;
  background: url(/img/h5/common/news-content-right-menu.png) no-repeat center center/cover;
}
.mainM #mainBodyContent .news-page .news-content .news-content-right .news-content-right-menu > li {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.27rem;
  color: #FFFFFF;
  font-weight: 800;
  padding: 0.06rem 0.33rem;
  cursor: pointer;
}
.mainM #mainBodyContent .news-page .news-content .news-content-right .news-content-right-menu > li.active {
  background-color: #FFEC8F;
  border-radius: 0.41rem;
  color: #000000;
  font-weight: 800;
}
.mainM #mainBodyContent .news-page .news-content .news-content-right .news-content-right-list {
  width: 100%;
  font-size: 0.18rem;
  font-weight: 500;
  margin-top: 0.3rem;
  height: 2.5rem;
  margin-bottom: 0.2rem;
  padding-right: 0.2rem;
  overflow-y: hidden;
}
.mainM #mainBodyContent .news-page .news-content .news-content-right .news-content-right-list::-webkit-scrollbar {
  display: none;
}
.mainM #mainBodyContent .news-page .news-content .news-content-right .news-content-right-list .news-content-right-list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.27rem;
}
.mainM #mainBodyContent .news-page .news-content .news-content-right .news-content-right-list .news-content-right-list-item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-size: 0.25rem;
  font-weight: 500;
  color: #361009;
}
.mainM #mainBodyContent .news-page .news-content .news-content-right .news-content-right-list .news-content-right-list-item a:hover {
  color: #361009;
}
.mainM #mainBodyContent .news-page .news-content .news-content-right .news-content-right-list .news-content-right-list-item .news-title {
  display: block;
  width: 70%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: bold;
}
.mainM #mainBodyContent .news-page .news-content .news-content-right .news-content-right-list .news-content-right-list-item .news-time {
  font-weight: bold;
}
.mainM #mainBodyContent .news-page .news-content .news-content-right .news-more {
  bottom: 0.62rem;
  right: 0.72rem;
  flex-shrink: 0;
  width: 1.74rem;
  cursor: pointer;
}
.mainM #mainBodyContent .news-page .news-content .news-content-right .news-more:hover {
  transform: scale(1.1);
}
.mainM #mainBodyContent .news-page .news-content .news-content-right .news-more:active {
  transform: scale(1);
}
.mainM #mainBodyContent .hero-page {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column-reverse;
  background: url(/img/h5/common/heroPage-bg.png) no-repeat center center/cover;
  padding-top: 1.3rem;
  overflow: hidden;
}
.mainM #mainBodyContent .hero-page .hero-c-r {
  display: flex;
  justify-content: flex-end;
  grid-column: 1;
  grid-row: 1;
  flex-direction: row-reverse;
}
.mainM #mainBodyContent .hero-page .hero-content {
  display: flex;
  justify-content: center;
  display: grid;
  width: 100%;
  height: 5.6rem;
  font-size: 0.21rem;
  font-weight: 800;
  margin-top: -0.2rem;
}
.mainM #mainBodyContent .hero-page .hero-content .hero-content-l {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100vw;
  height: 88%;
}
.mainM #mainBodyContent .hero-page .hero-content .hero-content-l-content {
  position: absolute;
  width: 7.19rem;
  height: 5.05rem;
  padding-top: 0.95rem;
  background: url(/img/h5/common/heroPage-l-content-bg.png) no-repeat center/100% 100%;
  padding-left: 0.38rem;
  padding-right: 0.38rem;
  overflow: hidden;
  margin: 0 auto;
}
.mainM #mainBodyContent .hero-page .hero-content .hero-content-l-content .menu-type {
  width: 0.6rem;
  margin-right: 0.29rem;
}
.mainM #mainBodyContent .hero-page .hero-content .hero-content-l-content .hero-menu-expand {
  flex-shrink: 0;
  width: 0.23rem;
  height: 0.21rem;
  margin-left: 0.15rem;
  background: url(/img/pc/common/hero-menu-expand.png) no-repeat center center/contain;
  transition: transform 0.3s ease;
  cursor: pointer;
}
.mainM #mainBodyContent .hero-page .hero-content .hero-content-l-content .hero-menu-expand.active {
  transform: rotate(180deg);
}
.mainM #mainBodyContent .hero-page .hero-content .hero-content-l-content .hero-content-l-content-menu-box,
.mainM #mainBodyContent .hero-page .hero-content .hero-content-l-content .hero-menu-expand-hero-menu2 {
  display: flex;
  align-items: center;
  padding: 0.1rem 0.26rem;
}
.mainM #mainBodyContent .hero-page .hero-content .hero-content-l-content .hero-content-l-content-menu-box {
  width: 5.75rem;
  height: 0.55rem;
  background: url(/img/pc/common/heroPage-l-content-menu-box-bg.png) no-repeat center center/cover;
  margin: 0 auto;
}
.mainM #mainBodyContent .hero-page .hero-content .hero-content-l-content .hero-content-l-content-menu-box2 {
  position: absolute;
  display: flex;
  left: 50%;
  align-items: center;
  width: 5.75rem;
  height: 0;
  background: url(/img/pc/common/heroPage-l-content-menu-box2-bg.png) no-repeat center center/cover;
  margin: 0 auto;
  transform: translateX(-50%);
  overflow: hidden;
  transition: height 0.05s linear;
  z-index: 2;
}
.mainM #mainBodyContent .hero-page .hero-content .hero-content-l-content .hero-content-l-content-menu-box2.expand {
  height: 0.99rem;
}
.mainM #mainBodyContent .hero-page .hero-content .hero-content-l-content .hero-menu-expand-hero-menu2 {
  padding-bottom: 0;
}
.mainM #mainBodyContent .hero-page .hero-content .hero-content-l-content .hero-content-l-content-menu1-more {
  margin-left: 1.15rem;
}
.mainM #mainBodyContent .hero-page .hero-content .hero-content-l-content ul {
  display: flex;
  align-items: center;
}
.mainM #mainBodyContent .hero-page .hero-content .hero-content-l-content ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.97rem;
  height: 0.36rem;
  border-radius: 0.18rem;
  color: #FFFFFF;
  font-weight: 800;
  cursor: pointer;
}
.mainM #mainBodyContent .hero-page .hero-content .hero-content-l-content ul li.active {
  background: #ECDA84;
  color: #361009;
}
.mainM #mainBodyContent .hero-page .hero-content .hero-content-l-content .hero-content-card-list {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(4, 1fr);
  padding: 0.25rem 0.35rem;
  gap: 0.44rem;
  max-height: 85%;
  overflow-x: hidden;
  overflow-y: auto;
}
.mainM #mainBodyContent .hero-page .hero-content .hero-content-l-content .hero-content-card-list::-webkit-scrollbar {
  display: none;
}
.mainM #mainBodyContent .hero-page .hero-content .hero-content-l-content .hero-content-card-list .hero-content-card-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.17rem;
  height: 1.17rem;
  cursor: pointer;
}
.mainM #mainBodyContent .hero-page .hero-content .hero-content-l-content .hero-content-card-list .hero-content-card-item.active {
  position: relative;
}
.mainM #mainBodyContent .hero-page .hero-content .hero-content-l-content .hero-content-card-list .hero-content-card-item.active::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(/img/h5/common/select-hero.png) no-repeat center/cover;
  transform: scale(1.35);
}
.mainM #mainBodyContent .hero-page .hero-content .hero-content-l-content .hero-content-card-list img {
  width: 1.17rem;
}
.mainM #mainBodyContent .hero-page .hero-content-c {
  position: relative;
  width: 5.25rem;
  height: 6rem;
  margin-top: 0.5rem;
}
.mainM #mainBodyContent .hero-page .hero-content-c img {
  position: absolute;
  left: -1.15rem;
  top: 0.2rem;
  width: 6.8rem;
}
.mainM #mainBodyContent .hero-page .hero-content-r {
  position: relative;
  height: 6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-column: 1;
  grid-row: 1;
  z-index: 5;
}
.mainM #mainBodyContent .hero-page .hero-content-r .hero-content-header {
  margin-bottom: 0.19rem;
}
.mainM #mainBodyContent .hero-page .hero-content-r .hero-content-header img {
  width: 1.74rem;
}
.mainM #mainBodyContent .hero-page .hero-content-r .hero-skill-list {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.11rem;
}
.mainM #mainBodyContent .hero-page .hero-content-r .hero-skill-list .hero-skill-list-item {
  position: relative;
  cursor: pointer;
}
.mainM #mainBodyContent .hero-page .hero-content-r .hero-skill-list .hero-skill-list-item .hero-skill-des {
  display: none;
  position: absolute;
  top: 50%;
  left: 70%;
  width: 2.06rem;
  font-size: 0.14rem;
  color: #FFFFFF;
  padding: 0.1rem;
  line-height: 1.2;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 5;
}
.mainM #mainBodyContent .hero-page .hero-content-r .hero-skill-list .hero-skill-list-item:hover .hero-skill-des {
  display: block;
}
.mainM #mainBodyContent .hero-page .hero-content-r .hero-skill-list img {
  width: 1.06rem;
}
.mainM #mainBodyContent .pet-page {
  position: relative;
  display: flex;
  align-items: center;
  background: url(/img/h5/common/pet-bg.png) no-repeat center/cover;
  padding-top: 2.79rem;
}
.mainM #mainBodyContent .pet-page .pet-content {
  width: 7.33rem;
  margin: 0 auto;
  transform: translateY(-7vh);
}
.mainM #mainBodyContent .pet-page .pet-content .pet-pic {
  display: none;
  width: 100%;
  height: 9.43rem;
}
.mainM #mainBodyContent .pet-page .pet-content .pet-pic.active {
  display: block;
}
.mainM #mainBodyContent .pet-page .pet-content .pet-checkout {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.86rem;
  margin-top: 0.5rem;
}
.mainM #mainBodyContent .pet-page .pet-content .pet-checkout img {
  width: 2.74rem;
  cursor: pointer;
}
.mainM #mainBodyContent .pet-page .pet-content .pet-checkout img.active {
  width: 2.94rem;
}
.mainM #mainBodyContent .feature-page {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: url(/img/h5/common/feature-bg.png) no-repeat center/cover;
  padding-top: 0.8rem;
  overflow: hidden;
}
.mainM #mainBodyContent .feature-page .feature-content {
  overflow: hidden;
}
.mainM #mainBodyContent .feature-page .feature-swiper-content {
  position: relative;
  width: 6.86rem;
  height: 7rem;
  overflow: hidden;
  margin: 0 auto;
  z-index: 6;
}
.mainM #mainBodyContent .feature-page .feature-swiper-content img {
  width: 6.86rem;
}
.mainM #mainBodyContent .feature-page .feature-swiper-content .swiper-slide {
  position: relative;
  width: 6.86rem;
}
.mainM #mainBodyContent .feature-page .feature-swiper-content .swiper-slide::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}
.mainM #mainBodyContent .feature-page .feature-swiper-content .swiper-slide.swiper-slide-active::after {
  display: none;
}
.mainM #mainBodyContent .feature-page .feature-swiper-content .carouse-img1 {
  position: relative;
}
.mainM #mainBodyContent .feature-page .feature-swiper-content .carouse-img2 {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.mainM #mainBodyContent .feature-page .feature-swiper-content .swiper-slide-active .carouse-img2 {
  opacity: 1;
  z-index: 3;
}
.mainM #mainBodyContent .feature-page .feature-hero {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-top: -2.73rem;
  pointer-events: none;
  z-index: 8;
}
.mainM #mainBodyContent .feature-page .feature-hero .feature-hero-l {
  width: 2.26rem;
}
.mainM #mainBodyContent .feature-page .feature-hero .feature-hero-l img {
  width: 100%;
}
.mainM #mainBodyContent .feature-page .feature-hero .feature-hero-r {
  width: 1.92rem;
}
.mainM #mainBodyContent .feature-page .feature-hero .feature-hero-r img {
  width: 100%;
}
.mainM #mainBodyContent .feature-page .feature-swiper-pagination {
  display: flex;
  justify-content: center;
  gap: 0.4rem;
  margin-top: 0.4rem;
}
.mainM #mainBodyContent .feature-page .feature-swiper-pagination .swiper-pagination-bullet {
  width: 0.3rem;
  height: 0.45rem;
  background: url(/img/pc/common/swiper-point.png) no-repeat center/cover;
}
.mainM #mainBodyContent .feature-page .feature-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: url(/img/pc/common/swiper-point-active.png) no-repeat center/cover;
}
.mainM #mainBodyContent .feature-page .swiper-button-box {
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: 0;
  top: 3rem;
  width: 100%;
  padding: 0 1.3rem;
}
.mainM #mainBodyContent .feature-page .swiper-button-box img {
  width: 1.1rem;
}
.mainM #mainBodyContent .feature-page .platform-list {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(4, 1.01rem);
  gap: 0.14rem 0.53rem;
  margin-top: 0.67rem;
}
.mainM #mainBodyContent .feature-page .platform-list .platform-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.mainM #mainBodyContent .feature-page .platform-list img {
  width: 1.01rem;
  height: 1.01rem;
}
.mainM #mainBodyContent .news-more-page {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  z-index: 5;
  background-color: #FFF2C9;
}
.mainM #mainBodyContent .news-more-page .new-more-banner img {
  width: 100%;
}
.mainM #mainBodyContent .news-more-page .news-more-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.mainM #mainBodyContent .news-more-page .news-more-content .news-more-content-header-menu-list {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.27rem;
  color: #000000;
  gap: 0.47rem;
  margin-top: 0.26rem;
  margin-bottom: 0.34rem;
}
.mainM #mainBodyContent .news-more-page .news-more-content .news-more-content-header-menu-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.4rem;
  line-height: 1;
  border-radius: 0.38rem;
  padding: 0.06rem 0.3rem;
  font-weight: bold;
  cursor: pointer;
}
.mainM #mainBodyContent .news-more-page .news-more-content .news-more-content-header-menu-item.active {
  color: #fff;
  background: linear-gradient(0deg, #FC9938, #BF3318);
}
.mainM #mainBodyContent .news-more-page .news-more-content .news-more-content-list {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  width: 6.93rem;
  height: 58vh;
  margin: 0 auto;
  overflow-y: auto;
  padding-right: 0.2rem;
}
.mainM #mainBodyContent .news-more-page .news-more-content .news-more-content-list .news-more-content-item-title-box {
  flex: 1;
  display: grid;
  grid-template-columns: 1.42rem 1fr;
  align-items: center;
}
.mainM #mainBodyContent .news-more-page .news-more-content .news-more-content-list .news-more-content-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-top: 1px solid #813D24;
  padding: 0.21rem 0.07rem;
}
.mainM #mainBodyContent .news-more-page .news-more-content .news-more-content-list .news-more-content-item .news-more-content-item-type {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  width: 1.42rem;
  height: 0.39rem;
  background-color: #FF9935;
  color: #ffffff;
  border-radius: 0.39rem;
}
.mainM #mainBodyContent .news-more-page .news-more-content .news-more-content-list .news-more-content-item .news-more-content-item-type img {
  width: 100%;
  height: 100%;
}
.mainM #mainBodyContent .news-more-page .news-more-content .news-more-content-list .news-more-content-item .news-more-content-item-title,
.mainM #mainBodyContent .news-more-page .news-more-content .news-more-content-list .news-more-content-item .news-more-content-item-time {
  font-weight: 500;
  font-size: 0.25rem;
  color: #000000;
}
.mainM #mainBodyContent .news-more-page .news-more-content .news-more-content-list .news-more-content-item .news-more-content-item-title a,
.mainM #mainBodyContent .news-more-page .news-more-content .news-more-content-list .news-more-content-item .news-more-content-item-time a {
  color: #000000;
}
.mainM #mainBodyContent .news-more-page .news-more-content .news-more-content-list .news-more-content-item .news-more-content-item-title {
  flex: 1;
  flex-shrink: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 0.13rem;
}
.mainM #mainBodyContent .news-more-page .news-more-content .news-more-content-list .news-more-content-item .news-more-content-item-title a {
  display: inline-block;
  width: 90%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mainM #mainBodyContent .news-more-page .news-more-content .news-more-content-list .news-list-empty {
  font-size: 0.25rem !important;
  margin-top: 0.9rem;
}
.mainM #mainBodyContent .news-more-page .news-more-content .news-more-pagination {
  bottom: 0.33rem;
  width: 100%;
  margin-top: 0.1rem;
}
.mainM #mainBodyContent .news-more-page .news-more-content .prev-page,
.mainM #mainBodyContent .news-more-page .news-more-content .next-page {
  width: 1.47rem;
  height: 0.38rem;
}
.mainM #mainBodyContent .news-more-page .news-more-content .prev-page:active,
.mainM #mainBodyContent .news-more-page .news-more-content .next-page:active {
  transform: scale(1.1);
}
.mainM #mainBodyContent .news-more-page .news-more-content .prev-page {
  margin-right: 0.44rem;
}
.mainM #mainBodyContent .news-more-page .news-more-content .next-page {
  margin-left: 0.44rem;
}
.mainM #mainBodyContent .news-more-page .news-more-content .page-elem-field .item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  border: none;
  border-bottom: 1px solid transparent;
  font-weight: bold;
  font-size: 0.17rem;
  color: #361009;
  font-family: Source Han Sans SC;
  line-height: normal;
}
.mainM #mainBodyContent .news-more-page .news-more-content .page-elem-field .item:nth-child(n+2) {
  margin: 0 0.05rem;
}
.mainM #mainBodyContent .news-more-page .news-more-content .page-elem-field .item:hover {
  background-color: transparent;
  color: #000000;
}
.mainM #mainBodyContent .news-more-page .news-more-content .page-elem-field .item.active {
  background-color: transparent;
  color: #000000;
  border-bottom: 2px solid #000000;
}
.mainM #mainBodyContent .news-more-page .news-more-content .page-elem-field .item:nth-child(1), .mainM #mainBodyContent .news-more-page .news-more-content .page-elem-field .item:last-child {
  border: none;
}
.mainM #mainBodyContent .news-more-page .news-more-content .next-page {
  position: static;
  transform: translateX(0);
}
.mainM #mainBodyContent .news-detail-page {
  width: 100%;
  min-height: 100%;
  z-index: 5;
  background-color: #FFF2C9;
}
.mainM #mainBodyContent .news-detail-page .new-more-banner img {
  width: 100%;
}
.mainM #mainBodyContent .news-detail-page .news-detail-content {
  padding: 0 0.27rem;
}
.mainM #mainBodyContent .news-detail-page .news-detail-header-nav {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 0.21rem;
  margin-top: 0.17rem;
}
.mainM #mainBodyContent .news-detail-page .news-detail-header-nav a {
  color: #000000;
  font-weight: bold;
}
.mainM #mainBodyContent .news-detail-page .news-detail-header-nav .news-detail-header-nav-mark {
  margin: 0.08rem;
}
.mainM #mainBodyContent .news-detail-page .news-detail-header-nav .news-detail-header-nav-mark img {
  width: 0.09rem;
}
.mainM #mainBodyContent .news-detail-page .news-detail-box-title-content {
  color: #4D4D4D;
  padding: 0.44rem 0 0 0;
  border-bottom: 1px solid #813D24;
  font-size: 0.18rem;
}
.mainM #mainBodyContent .news-detail-page .news-detail-box-title-content .news-detail-title {
  font-weight: bold;
  font-size: 0.31rem;
  color: #000000;
  text-align: center;
}
.mainM #mainBodyContent .news-detail-page .news-detail-box-title-content .news-create-time {
  text-align: center;
  margin-top: 0.23rem;
  margin-bottom: 0.24rem;
  font-size: 0.21rem;
}
.mainM #mainBodyContent .news-detail-page .news-detail-box-content {
  font-size: 0.21rem;
  color: #000000;
  line-height: 0.42rem;
  padding: 0.42rem 0.27rem;
}
.mainM .footer-content {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 0.17rem;
  color: #FFFFFF;
  background-color: #000000;
  padding: 0.5rem 0;
}
.mainM .footer-content a {
  display: inline-block;
  color: #ffffff;
}
.mainM .footer-content .app-icon {
  width: 1.06rem;
  height: 1.06rem;
  margin-right: 0.17rem;
}
.mainM .footer-content .footer-info {
  text-align: center;
  font-weight: bold;
}
.mainM .footer-content .footer-info .footer-agreement {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.2rem;
}
.mainM .footer-content .footer-info .footer-agreement a {
  font-size: 0.17rem;
  line-height: 0.24rem;
  padding: 0 0.11rem;
  font-weight: bold;
  color: #ffffff;
}
.mainM .footer-content .footer-info .footer-agreement a:last-child {
  border: none;
}
.mainM .footer-content .footer-info .footer-agreement .footer-agreement-line {
  font-size: 0.15rem;
  font-weight: bold;
  line-height: 1.4;
}
.mainM .footer-content .footer-info .reminder {
  font-size: 0.14rem;
  text-align: center;
  line-height: 1.4;
  font-weight: bold;
}
.mainM .footer-content .footer-info .ipc {
  font-size: 0.15rem;
  margin-top: 0.14rem;
  color: #ffffff;
  font-weight: bold;
}
.mainM .footer-content .footer-info .publish,
.mainM .footer-content .footer-info .convention {
  margin-top: 0.15rem;
  font-weight: bold;
  font-size: 0.17rem;
}
.mainM .footer-content .age-appropriate {
  width: 0.58rem;
  margin-left: 0.44rem;
}
.mainM #popDownload, .mainM #popDownload2 {
  position: fixed;
  display: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 1.13rem;
  padding-bottom: 1.13rem;
  height: calc(100% - 1.13rem);
  z-index: 13;
}
.mainM #popDownload.open, .mainM #popDownload2.open {
  display: flex;
}
.mainM #popDownload.open.mark::after, .mainM #popDownload2.open.mark::after {
  content: "";
  position: absolute;
  left: 0;
  top: -1.13rem;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
}
.mainM #popDownload .download-img, .mainM #popDownload2 .download-img {
  position: relative;
  z-index: 2;
}
.mainM #popDownload img, .mainM #popDownload2 img {
  width: 3.43rem;
  height: 3.43rem;
}
.mainBody #mainBodyContent {
  height: auto;
}
.mainBody {
  background-color: #FFF2C9;
}
.mainBody .news-detail-page .news-detail-header-nav {
  margin-bottom: 0.5rem;
}
.mainBody .content-box {
  padding-top: 0.9rem;
}
.mainBody .content-box > div {
  display: flex;
}
.mainBody .news-detail-aside {
  width: 4.6rem;
  padding-bottom: 0.8rem;
  margin-right: 0.94rem;
}
.mainBody .news-detail-aside .news-detail-aside-header {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.25rem 0;
  margin-top: 0.45rem;
}
.mainBody .news-detail-aside .news-detail-aside-header .app-icon {
  width: 0.69rem;
  height: 0.69rem;
}
.mainBody .news-detail-aside .news-detail-aside-header .news-detail-aside-header-title {
  margin-left: 0.11rem;
  margin-right: 0.1rem;
}
.mainBody .news-detail-aside .news-detail-aside-header .news-detail-aside-header-title h3 {
  font-weight: 800;
  font-size: 0.27rem;
  color: #000000;
}
.mainBody .news-detail-aside .news-detail-aside-header .news-detail-aside-header-title span {
  font-weight: 500;
  font-size: 0.18rem;
  color: #000000;
}
.mainBody .news-detail-aside .news-detail-aside-header .download-app {
  width: 1.75rem;
  height: 0.46rem;
  cursor: pointer;
}
.mainBody .news-detail-aside .news-detail-aside-item {
  padding: 0.24rem 0.07rem 0.3rem;
  border-top: 1px solid #813D24;
}
.mainBody .news-detail-aside .news-detail-aside-item .news-detail-aside-title {
  width: 4.49rem;
  height: 0.42rem;
  margin-bottom: 0.08rem;
}
.mainBody .news-detail-aside .news-detail-aside-item .news-detail-aside-sugges-list {
  min-height: 3rem;
}
.mainBody .news-detail-aside .news-detail-aside-item .news-detail-aside-sugges-list > a {
  color: inherit;
}
.mainBody .news-detail-aside .news-detail-aside-item .news-detail-aside-sugges-list > a:last-child .news-detail-aside-sugges-item {
  border-bottom: none;
}
.mainBody .news-detail-aside .news-detail-aside-item .news-detail-aside-sugges-list .news-detail-aside-sugges-item {
  display: flex;
  padding: 0.28rem 0;
  border-bottom: 1px dashed #E8D090;
}
.mainBody .news-detail-aside .news-detail-aside-item .news-detail-aside-sugges-list .news-detail-aside-sugges-item .sugges-item-banner {
  width: 1.44rem;
  height: 1.08rem;
  flex-shrink: 0;
  margin-right: 0.11rem;
  overflow: hidden;
}
.mainBody .news-detail-aside .news-detail-aside-item .news-detail-aside-sugges-list .news-detail-aside-sugges-item img {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  background-color: #fff;
  transition: transform 0.1s ease-in-out;
}
.mainBody .news-detail-aside .news-detail-aside-item .news-detail-aside-sugges-list .news-detail-aside-sugges-item img:hover {
  transform: scale(1.1);
}
.mainBody .news-detail-aside .news-detail-aside-item .news-detail-aside-sugges-list .news-detail-aside-sugges-item .sugges-item-content h3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 0.21rem;
  line-height: 0.3rem;
  font-weight: bold;
}
.mainBody .news-detail-aside .news-detail-aside-item .news-detail-aside-sugges-list .news-detail-aside-sugges-item .sugges-item-content p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-weight: bold;
  font-size: 0.18rem;
  color: #666666;
  margin-top: 0.09rem;
  overflow: hidden;
  line-height: 0.22rem;
}
.mainBody .news-detail-aside .news-detail-aside-item .more-content {
  display: block;
  width: 2.48rem;
  height: 0.5rem;
  margin: 0 auto;
  margin-top: 0.1rem;
  cursor: pointer;
}
.mainBody .news-detail-aside .news-detail-aside-item .more-content img {
  width: 100%;
  height: 100%;
}
.mainBody .news-detail-aside .news-detail-aside-item .news-detail-aside-community-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.31rem 0.46rem;
  margin-top: 0.28rem;
}
.mainBody .news-detail-aside .news-detail-aside-item .news-detail-aside-community-list .news-detail-aside-community-item img {
  width: 1.81rem;
  height: 1.81rem;
  background-color: #fff;
}
.mainBody .news-detail-aside .news-detail-aside-item .news-detail-aside-community-list .news-detail-aside-community-item h3 {
  font-weight: 800;
  font-size: 0.24rem;
  text-align: center;
  line-height: 0.24rem;
  margin-top: 0.14rem;
}

.mainM .news-detail-page {
  padding-top: 1rem;
}
.mainM .content-box {
  background-color: #FFF2C9;
}