html,
body {
  max-width: 540px;
  margin: 0 auto;
  overflow: hidden;
}

* {
  touch-action: pan-x pan-y;
}

.show {
  display: block;
}

.hide {
  display: none;
}

.news-container {
  width: 100% !important;
}

.header {
  background: url("../images/banner-v1.png") no-repeat top;
  background-size: 100%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 1.6rem;
  z-index: 99;
}

.header a {
  color: #4d3d31;
  font-weight: bold;
}

.header a h1 {
  position: absolute;
  font-size: 0.43rem;
  margin-left: 1.9rem;
  top: 0.25rem;
}

.header a p {
  position: absolute;
  margin-left: 1.9rem;
  font-size: 0.34rem;
  top: 0.8rem;
}

.header .icon {
  position: absolute;
  top: 0.15rem;
  left: 0.38rem;
}

.header .icon img {
  width: 1.3rem;
  height: 1.3rem;
  border: #4d3d31 0.03rem solid;
  border-radius: 0.2rem;
}

.header .download {
  width: 3rem;
  height: 1rem;
  position: absolute;
  right: 0.3rem;
  top: 0.3rem;
  background: url("../images/banner-down.png") no-repeat top;
  background-size: 100%;
}

.container {
  max-width: 540px;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
}

.bg {
  background: url("../images/bg.jpg") no-repeat top;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bg .bg_top {
  background: url("../images/bg_top.png") no-repeat top;
  background-size: cover;
  position: fixed;
  top: 1.6rem;
  left: 0;
  width: 100%;
  height: 0.68rem;
  z-index: 1;
}

.bg .bg_bottom {
  background: url("../images/bg_bottom.png") no-repeat top;
  background-size: cover;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2.106rem;
  z-index: 1;
}

.bg .bg_decorate {
  background: url("../images/bg_decorate.png") no-repeat top;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.main {
  max-width: 540px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.section {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
}

.section0 {
  background: url("../images/bg01.jpg") no-repeat top;
  background-size: 100% auto;
}

.section0 .kv {
  background: url("../images/main_kv.png") no-repeat top;
  background-size: cover;
  width: 100%;
  height: 13.706rem;
  position: absolute;
  bottom: 0;
}

.section0 .slogan {
  background: url("../images/slogan.png") no-repeat top;
  background-size: cover;
  width: 8.093rem;
  height: 3.72rem;
  position: absolute;
  bottom: 0.3rem;
  left: 0.9535rem;
  z-index: 9;
}

.section0 .play_btn {
  display: block;
  width: 1.746rem;
  height: 1.746rem;
  position: absolute;
  right: 1.1rem;
  bottom: 2.15rem;
  z-index: 9;
}

.section0 .bg1_bottom {
  background: url("../images/bg1_bottom.png") no-repeat top;
  background-size: cover;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2.53rem;
  z-index: 1;
}

.section0 .play_btn span:nth-of-type(1) {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 1.746rem;
  height: 1.746rem;
  background: url('../images/play_1.png') no-repeat center;
  background-size: cover;
  cursor: pointer;
  animation: circle0 linear 10s infinite;
  -webkit-animation: circle0 linear 10s infinite;
}

@keyframes circle0 {
  0% {
    transform: rotate(0);
    -webkit-transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes circle0 {
  0% {
    transform: rotate(0);
    -webkit-transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}

.section0 .play_btn span:nth-of-type(2) {
  width: 0.413rem;
  height: 0.52rem;
  background: url('../images/play_2.png') no-repeat center;
  background-size: cover;
  position: absolute;
  top: 0.6rem;
  left: 0.7rem;
}

.section1 .title {
  background: url("../images/news_title.png") no-repeat top;
  background-size: 100%;
  width: 6rem;
  height: 1.2rem;
  margin: 2.4rem auto 0;
}

.section1 .news-img-container {
  border: #755d4a 0.05rem solid;
  width: 8.86rem;
  height: 5rem;
  margin-top: 0.2rem;
}

.section1 .news-img-container .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section1 .news-img-container .swiper-slide i {
  background-image: linear-gradient(#00000000, #000000cc);
  width: 100%;
  height: 1.5rem;
  position: absolute;
  bottom: 0px;
  left: 0;
}

.section1 .news-img-container .swiper-pagination-customs {
  opacity: 1 !important;
  width: 0.5rem;
  height: 0.5rem;
  display: inline-block;
  margin: 0 0.14rem;
}

.section1 .news-img-container .select {
  background: url("../images/news-select.png") no-repeat center;
  background-size: 100%;
}

.section1 .news-img-container .un-select {
  background: url("../images/news-unselect.png") no-repeat center;
  background-size: 0.35rem 0.32rem;
}

.section1 .news {
  background: #755d4ab2;
  background: rgba(117, 93, 74, 0.78);
  width: 9.426rem;
  height: 11.5rem;
  position: absolute;
  left: 0.287rem;
  top: 4.5rem;
  padding-top: 4.4rem;
}

.section1 .news .news_banner {
  position: relative;
  margin: 0 auto;
  width: 9rem;
  height: 0.8rem;
  line-height: 0.8rem;
  font-size: 0.4rem;
  border-bottom: #755d4acc 0.05rem solid;
}

.section1 .news .news_banner li {
  float: left;
  width: 2.25rem;
  padding: 0 0 0 0.7rem;
  color: #ffedcd;
}

.section1 .news .news_line {
  background-color: #ffe383;
  border-radius: 0.1rem;
  width: 1.75rem;
  height: 0.05rem;
  position: absolute;
  left: 0.25rem;
  bottom: -0.05rem;
}

.section1 .news .news_list {
  width: 100%;
  height: 5rem;
  padding: 0 0.4rem;
  overflow: hidden;
}

.section1 .news .news_list li {
  position: relative;
  font-size: 0.32rem;
  height: 1rem;
  line-height: 1rem;
  border-bottom: #755d4aaa 1px dashed;
  display: none;
}

.section1 .news .news_list li:nth-of-type(-n + 5) {
  display: block;
}

.section1 .news .news_list li p {
  width: 6.8rem;
  color: #ffedcd;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.section1 .news .news_content .news_list li::before {
  content: url("../images/news-select.png"), auto;
  position: absolute;
  left: 0;
}

.section1 .news .news_list li a {
  color: #ffedcd;
}

.section1 .news .news_list li time {
  font-size: 0.3rem;
  position: absolute;
  color: #ffedcd;
  top: 0;
  right: 0;
}

.section1 .news .news_more {
  background: url("../images/news_more.png") no-repeat center;
  background-size: 100%;
  width: 1.92rem;
  height: 0.52rem;
  position: absolute;
  right: 0.4rem;
  bottom: 0.4rem;
}

.section2 .title {
  position: relative;
  background: url("../images/hero_title.png") no-repeat top;
  background-size: 100%;
  width: 6rem;
  height: 1.2rem;
  margin: 2.4rem auto 0;
  z-index: 2;
}

.section2 .content {
  position: relative;
  width: 100%;
  height: 100%;
}

.section2 .content .hero-swiper {
  margin: -0.2rem auto 0;
  z-index: 2;
}

.section2 .content .hero-swiper .swiper-slide img {
  max-height: 10rem;
  margin-left: -1rem;
}

.section2 .content .hero-swiper .on img {
  margin-left: 3rem;
}

.section2 .content .hero-swiper .swiper-slide {
  opacity: 0 !important;
}

.section2 .content .hero-swiper .swiper-slide-active {
  opacity: 1 !important;
}

.section2 .content .skill_bg {
  background: url("../images/skill_line.png") no-repeat center;
  background-size: 100%;
  width: 8.306rem;
  height: 4.52rem;
  position: absolute;
  top: 5rem;
  left: 0.847rem;
  z-index: 1;
}

.section2 .content .skill_box .skill {
  width: 1.173rem;
  height: 1.173rem;
  position: absolute;
}

.section2 .content .skill_box .skill p {
  position: fixed;
  background-color: #000000aa;
  border: #ffefd8 0.05rem solid;
  border-radius: 0.1rem;
  padding: 0.1rem 0.2rem;
  color: #ffefd8;
  width: 6rem;
  font-size: 0.34rem;
  margin-top: 2.5rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  display: none;
  z-index: 11;
}

.section2 .content .skill_box .skill:hover p {
  display: block;
  z-index: 6;
}

.section2 .content .skill_box .skill p span:nth-of-type(1) {
  color: #ffbf64;
  font-weight: bold;
}

.section2 .content .skill_box .skill p span:nth-of-type(1)::after {
  content: " : ";
}

.section2 .content .skill_box .skill img {
  border-radius: 2rem;
  width: 1.173rem;
  height: 1.173rem;
  border: 0.05rem #ffefd8 solid;
  position: absolute;
  z-index: 5;
}

.section2 .content .skill_box .skill1 {
  top: 6.2rem;
  left: 0.6rem;
}

.section2 .content .skill_box .skill2 {
  top: 7.8rem;
  left: 1.4rem;
}

.section2 .content .skill_box .skill3 {
  top: 7.8rem;
  left: 7.2rem;
}

.section2 .content .skill_box .skill4 {
  top: 6.2rem;
  left: 8.1rem;
}

.section2 .show_select {
  background: url("../images/show_allhero.png") no-repeat center;
  background-size: 100%;
  width: 1.946rem;
  height: 0.706rem;
  position: absolute;
  top: 2.5rem;
  right: 0rem;
  z-index: 100;
}

.section2 .select_box {
  position: fixed;
  top: 0rem;
  right: -10rem;
  width: 100%;
  height: 100%;
  z-index: 110;
}

.section2 .mask {
  position: fixed;
  top: 0rem;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0);
  z-index: 99;
  opacity: 0;
}

.section2 .select_box .hide_select {
  background: url("../images/hide_select.png") no-repeat center;
  background-size: 100%;
  width: 1.146rem;
  height: 0.706rem;
  position: absolute;
  top: 2.5rem;
  right: 8.28rem;
  z-index: 100;
}

.section2 .select_box .type_select_box {
  background: url("../images/type_select_box.png") no-repeat center;
  background-size: 100%;
  padding: 0.1rem;
  width: 8.1rem;
  height: 1.826rem;
  position: absolute;
  right: 0;
  top: 2rem;
  z-index: 100;
}

.section2 .select_box .type_select_box li {
  width: 1.15rem;
  height: 1.15rem;
  margin: 0.3rem 0.08rem;
  float: left;
  text-indent: -999px;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

.section2 .select_box .type_select_box li.cur {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}

.section2 .select_box .type_select_box .huo {
  background: url("../images/huo.png") no-repeat center;
  background-size: contain;
}

.section2 .select_box .type_select_box .shui {
  background: url("../images/shui.png") no-repeat center;
  background-size: contain;
}

.section2 .select_box .type_select_box .feng {
  background: url("../images/feng.png") no-repeat center;
  background-size: contain;
}

.section2 .select_box .type_select_box .guang {
  background: url("../images/guang.png") no-repeat center;
  background-size: contain;
}

.section2 .select_box .type_select_box .an {
  background: url("../images/an.png") no-repeat center;
  background-size: contain;
}

.section2 .select_box .type_select_box .yineng {
  background: url("../images/yineng.png") no-repeat center;
  background-size: contain;
}

.section2 .select_box .hero_select_box {
  position: absolute;
  top: 3.7rem;
  right: 0rem;
  width: 8.3rem;
  height: 100%;
  z-index: 100;
}

.section2 .select_box .hero_select_box::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #3c3128;
  opacity: .9;
}

.section2 .select_box .hero_select_box .list {
  overflow-y: auto;
}

.section2 .select_box .hero_select_box li {
  width: 1.65rem;
  height: 1.65rem;
  margin: 0.35rem 0 0.35rem 0.3rem;
  float: left;
  border-radius: 0.2rem;
  background-color: #c9b088;
  color: #ffefd8;
  text-align: center;
  font-size: 0.28rem;
}

.section2 .select_box .hero_select_box li img {
  width: 100%;
  height: 100%;
  border: 0.05rem #c9b088 solid;
  border-radius: 0.2rem;
}

.section2 .role_intro .swiper-button-prev {
  background: url("../images/hero_prev.png") no-repeat center;
  background-size: contain;
  width: 0.71rem;
  height: 1rem;
  top: 4rem;
  left: 0.5rem;
  outline: none;
}

.section2 .role_intro .swiper-button-next {
  background: url("../images/hero_prev.png") no-repeat center;
  transform: rotate(180deg);
  background-size: contain;
  width: 0.71rem;
  top: 3.95rem;
  height: 1rem;
  right: 0.5rem;
  outline: none;
}

.section2 .content .hero_info_bg {
  background: url("../images/hero_info_bg.png") no-repeat center;
  background-size: 100%;
  position: absolute;
  top: 9.3rem;
  left: 0.507rem;
  width: 8.986rem;
  height: 3.293rem;
  z-index: 4;
  color: #473a32;
}

.section2 .content .hero_info_bg .type {
  position: absolute;
  top: 0.2rem;
  left: 0.2rem;
  width: 0.66rem;
  height: 0.66rem;
}

.section2 .content .hero_info_bg .type img {
  width: 100%;
  height: 100%;
}

.section2 .content .hero_info_bg .hero_name {
  position: absolute;
  top: 0.2rem;
  left: 1rem;
}

.section2 .content .hero_info_bg .hero_name span:nth-of-type(1) {
  font-size: 0.42rem;
  font-weight: bold;
  font-family: "宋体", Arial, Helvetica, sans-serif;
  margin-right: 5px;
}

.section2 .content .hero_info_bg .hero_name span:nth-of-type(1)::after {
  content: " ·";
}

.section2 .content .hero_info_bg .star {
  position: absolute;
  font-size: 0.35rem;
  top: 0.25rem;
  left: 50%;
  margin-left: 0.3rem;
  font-weight: bold;
}

.section2 .content .hero_info_bg .star img {
  height: 0.53rem;
  margin-top: -0.15rem;
  margin-left: -0.15rem;
}

.section2 .content .hero_info_bg .level {
  position: absolute;
  left: 50%;
  margin-left: 0.3rem;
  top: 1rem;
  font-size: 0.35rem;
  font-weight: bold;
}

.section2 .content .hero_info_bg .level span {
  color: #805d43;
}

.section2 .content .hero_info_bg .location {
  position: absolute;
  top: 1rem;
  left: 0.2rem;
  font-size: 0.35rem;
  font-weight: bold;
}

.section2 .content .hero_info_bg .location img {
  width: 0.5rem;
  margin-left: 0.1rem;
  margin-top: -0.1rem;
}

.section2 .content .hero_info_bg .location span:nth-of-type(2) {
  color: #805d43;
  font-size: 0.32rem;
}

.section2 .content .hero_info_bg .aggressivity {
  position: absolute;
  top: 1.78rem;
  left: 1.9rem;
  font-weight: bold;
  font-size: 0.32rem;
  color: #6e492c;
}

.section2 .content .hero_info_bg .hp {
  position: absolute;
  top: 1.78rem;
  left: 6.3rem;
  font-weight: bold;
  font-size: 0.32rem;
  color: #6e492c;
}

.section2 .content .hero_info_bg .defense {
  position: absolute;
  top: 2.51rem;
  left: 1.9rem;
  font-weight: bold;
  font-size: 0.32rem;
  color: #6e492c;
}

.section2 .content .hero_info_bg .speed {
  position: absolute;
  top: 2.55rem;
  left: 6.3rem;
  font-weight: bold;
  font-size: 0.32rem;
  color: #6e492c;
}

.section2 .view_biography {
  position: absolute;
  top: 2.5rem;
  right: 1.8rem;
  padding: 0.1rem;
  border-radius: 0.1rem;
  writing-mode: lr-tb;
  writing-mode: vertical-lr;
  font-size: 0.34rem;
  font-weight: bold;
  letter-spacing: 0.05rem;
  background-color: #4d3d31;
  color: #ffefd8;
  z-index: 10;
}

.section3 .title {
  background: url("../images/video_title.png") no-repeat top;
  background-size: 100%;
  width: 6rem;
  height: 1.2rem;
  margin: 2.4rem auto 0;
}

.section3 .video_module {
  width: 8.5rem;
  margin: 0.2rem auto 0;
  position: relative;
}

.section3 .video_module li {
  position: absolute;
}

.section3 .video_module li .poster_mask {
  position: absolute;
  top: 0;
  left: 0;
}

.section3 .video_module li .video_poster {
  width: 100%;
  height: 100%;
}

.section3 .video_module li img {
  width: 100%;
  height: 100%;
  padding: 0.05rem;
  object-fit: cover;
  overflow: hidden;
  border-radius: 0 0 0.2rem 0.2rem;
  filter: brightness(0.7);
  -webkit-filter: brightness(0.7);
}

.section3 .video_module li:nth-of-type(1) {
  width: 8.453rem;
  height: 4.706rem;
  top: 0;
  left: 0;
}

.section3 .video_module li:nth-of-type(1) .poster_mask {
  background: url("../images/video_mask1.png") no-repeat center;
  background-size: 100%;
  width: 8.453rem;
  height: 4.706rem;
}

.section3 .video_module li:nth-of-type(1) .video_intro {
  font-size: 0.4rem;
  font-weight: bold;
  color: #fff;
  position: absolute;
  bottom: 0.5rem;
  border-left: #fff 2px solid;
  height: 0.3rem;
  line-height: 0.3rem;
  padding-left: 0.1rem;
  margin-left: 0.2rem;
}

.section3 .video_module li:nth-of-type(2) {
  width: 4.573rem;
  height: 2.546rem;
  top: 5rem;
  left: 0;
}

.section3 .video_module li:nth-of-type(2) .poster_mask {
  background: url("../images/video_mask2.png") no-repeat center;
  background-size: 100%;
  width: 4.573rem;
  height: 2.546rem;
}

.section3 .video_module li:nth-of-type(2) .video_intro,
.section3 .video_module li:nth-of-type(3) .video_intro {
  font-size: 0.32rem;
  font-weight: bold;
  color: #fff;
  position: absolute;
  bottom: 0.35rem;
  border-left: #fff 2px solid;
  height: 0.25rem;
  line-height: 0.25rem;
  padding-left: 0.1rem;
  margin-left: 0.2rem;
}

.section3 .video_module li:nth-of-type(3) {
  width: 4.573rem;
  height: 2.546rem;
  top: 7.7rem;
  left: 0;
}

.section3 .video_module li:nth-of-type(3) .poster_mask {
  background: url("../images/video_mask2.png") no-repeat center;
  background-size: 100%;
  width: 4.573rem;
  height: 2.546rem;
}

.section3 .video_module li:nth-of-type(4) {
  width: 3.72rem;
  height: 5.253rem;
  top: 5rem;
  left: 4.8rem;
}

.section3 .video_module li:nth-of-type(4) .poster_mask {
  background: url("../images/video_mask3.png") no-repeat center;
  background-size: 100%;
  width: 3.72rem;
  height: 5.253rem;
}

.section3 .video_module li:nth-of-type(5) {
  display: none;
}

.section3 .video_module li:nth-of-type(4) .video_intro {
  font-size: 0.32rem;
  font-weight: bold;
  color: #fff;
  position: absolute;
  bottom: 0.65rem;
  border-left: #fff 2px solid;
  height: 0.25rem;
  line-height: 0.25rem;
  padding-left: 0.1rem;
  margin-left: 0.2rem;
}

.section3 .video_module li .poster_mask span:nth-of-type(1) {
  background: url("../images/btn-play0.png") no-repeat center;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.52rem;
  height: 1.173rem;
  animation: circle3 3s infinite linear;
  -webkit-animation: circle3 3s infinite linear;
  -moz-animation: circle3 3s infinite linear;
}

.section3 .video_module li .poster_mask span:nth-of-type(2) {
  background: url("../images/btn-play1.png") no-repeat center;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.306rem;
  height: 1.306rem;
  animation: circle4 3s infinite linear;
  -webkit-animation: circle4 3s infinite linear;
  -moz-animation: circle4 3s infinite linear;
}

@keyframes circle3 {
  0% {
    transform: translate(-50%, -50%) rotate(0);
    -webkit-transform: translate(-50%, -50%) rotate(0);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
  }
}

@-webkit-keyframes circle3 {
  0% {
    transform: translate(-50%, -50%) rotate(0);
    -webkit-transform: translate(-50%, -50%) rotate(0);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes circle4 {
  0% {
    transform: translate(-50%, -50%) rotate(0);
    -webkit-transform: translate(-50%, -50%) rotate(0);
  }

  100% {
    transform: translate(-50%, -50%) rotate(-360deg);
    -webkit-transform: translate(-50%, -50%) rotate(-360deg);
  }
}

@-webkit-keyframes circle4 {
  0% {
    transform: translate(-50%, -50%) rotate(0);
    -webkit-transform: translate(-50%, -50%) rotate(0);
  }

  100% {
    transform: translate(-50%, -50%) rotate(-360deg);
    -webkit-transform: translate(-50%, -50%) rotate(-360deg);
  }
}

.section3 .video_module li .poster_mask span:nth-of-type(3) {
  background: url("../images/btn-play2.png") no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
  -ms-transform: translate(-40%, -50%);
  /* IE 9 */
  -moz-transform: translate(-40%, -50%);
  /* Firefox */
  -webkit-transform: translate(-40%, -50%);
  /* Safari 和 Chrome */
  -o-transform: translate(-40%, -50%);
  /* Opera */
  width: 0.45rem;
  height: 0.64rem;
}

.section3 .video_module li:nth-of-type(2) .poster_mask span:nth-of-type(1),
.section3 .video_module li:nth-of-type(3) .poster_mask span:nth-of-type(1),
.section3 .video_module li:nth-of-type(4) .poster_mask span:nth-of-type(1) {
  width: 0.88rem;
  height: 0.68rem;
}

.section3 .video_module li:nth-of-type(2) .poster_mask span:nth-of-type(2),
.section3 .video_module li:nth-of-type(3) .poster_mask span:nth-of-type(2),
.section3 .video_module li:nth-of-type(4) .poster_mask span:nth-of-type(2) {
  width: 0.746rem;
  height: 0.746rem;
}

.section3 .video_module li:nth-of-type(2) .poster_mask span:nth-of-type(3),
.section3 .video_module li:nth-of-type(3) .poster_mask span:nth-of-type(3),
.section3 .video_module li:nth-of-type(4) .poster_mask span:nth-of-type(3) {
  width: 0.26rem;
  height: 0.373rem;
}

.section3 .video_more {
  background: url("../images/news_more.png") no-repeat center;
  background-size: 100%;
  width: 1.92rem;
  height: 0.52rem;
  position: absolute;
  left: 0.78rem;
  top: 14.3rem;
}

.section4 .title {
  background: url("../images/coll_title.png") no-repeat top;
  background-size: 100%;
  width: 6rem;
  height: 1.2rem;
  margin: 2.4rem auto 0;
}

.section4 .ugc_tab {
  margin: 0.16rem 0;
  text-align: center;
}

.section4 .ugc_tab .item {
  display: inline-block;
  width: 1.68rem;
  height: 0.4667rem;
}

.section4 .ugc_tab .item1 {
  background: url("../images/ugc_tab1.png") no-repeat top;
  background-size: 100%;
  margin-right: 0.2rem;
}

.section4 .ugc_tab .item1.active {
  background: url("../images/ugc_tab01.png") no-repeat top;
  background-size: 100%;
}

.section4 .ugc_tab .item2 {
  background: url("../images/ugc_tab2.png") no-repeat top;
  background-size: 100%;
  margin-right: 0.2rem;
}

.section4 .ugc_tab .item2.active {
  background: url("../images/ugc_tab02.png") no-repeat top;
  background-size: 100%;
}

.section4 .ugc_tab .item3 {
  background: url("../images/ugc_tab3.png") no-repeat top;
  background-size: 100%;
}

.section4 .ugc_tab .item3.active {
  background: url("../images/ugc_tab03.png") no-repeat top;
  background-size: 100%;
}

.section4 .ugc {
  background: #00000000;
  border: 2px #755d4a solid;
  width: 8.76rem;
  height: 11.05rem;
  position: relative;
  margin: 0 auto;
}

.section4 .ugc .ugc_photo {
  visibility: hidden;
  border: #755d4a 1px solid;
}

.section4 .ugc .ugc_photo:nth-of-type(-n + 9) {
  visibility: visible;
}

.section4 .ugc .ugc_photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section4 .ugc .p1 {
  position: absolute;
  top: 0.04rem;
  left: 0.05rem;
  width: 2.86rem;
  height: 3.81rem;
  overflow: hidden;
}

.section4 .ugc .p2 {
  position: absolute;
  top: 3.85rem;
  left: 0.05rem;
  width: 2.86rem;
  height: 3.03rem;
  overflow: hidden;
}

.section4 .ugc .p3 {
  position: absolute;
  top: 6.88rem;
  left: 0.05rem;
  width: 2.86rem;
  height: 4.04rem;
  overflow: hidden;
}

.section4 .ugc .p4 {
  position: absolute;
  top: 0.04rem;
  left: 2.91rem;
  width: 2.85rem;
  height: 4.73rem;
  overflow: hidden;
}

.section4 .ugc .p5 {
  position: absolute;
  top: 4.77rem;
  left: 2.91rem;
  width: 2.85rem;
  height: 3.873rem;
  overflow: hidden;
}

.section4 .ugc .p6 {
  position: absolute;
  top: 8.643rem;
  left: 2.91rem;
  width: 2.85rem;
  height: 2.28rem;
  overflow: hidden;
}

.section4 .ugc .p7 {
  position: absolute;
  top: 0.04rem;
  left: 5.76rem;
  width: 2.853rem;
  height: 2.306rem;
  overflow: hidden;
}

.section4 .ugc .p8 {
  position: absolute;
  top: 2.346rem;
  left: 5.76rem;
  width: 2.853rem;
  height: 3.853rem;
  overflow: hidden;
}

.section4 .ugc .p9 {
  position: absolute;
  top: 6.199rem;
  left: 5.76rem;
  width: 2.853rem;
  height: 4.726rem;
  overflow: hidden;
}

.section4 .ugc.music {
  position: relative;
  border: none;
}

.section4 .ugc .music-curr-wrap {
  position: relative;
  left: -0.35rem;
  margin: 0 auto;
  width: 8.106667rem;
  height: 7.36rem;
  background: url(../images/music_curr_bg.png) top/100% no-repeat;
  overflow: hidden;
}

.section4 .ugc .music-cover {
  position: relative;
  margin: 1.65rem auto 0;
  width: 4.2rem;
  height: 4.2rem;
  border-radius: 50%;
  overflow: hidden;
  box-sizing: content-box;
  left: 0.33rem;
}

.section4 .ugc .music-cover img {
  width: 100%;
  height: 100%;
  animation: rotate 10s linear infinite;
  animation-play-state: paused;
}

.section4 .ugc .jp-state-playing .music-cover img {
  animation: rotate 10s linear infinite;
}

.section4 .ugc .jp-state-playing .music-play a {
  background: url(../images/music_play.png) top/100% no-repeat;
}

.section4 .ugc .music-play a {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 1.146667rem;
  height: 0.986667rem;
  z-index: 3;
  background: url(../images/music_stop.png) top/100% no-repeat;
}

.section4 .ugc .music-list-wrap {
  margin: 0.24rem auto 0;
  width: 7.933333rem;
  height: 3.706667rem;
  background: url(../images/music_list_bg.png) top/100% no-repeat;
}

.section4 .ugc .music-list-wrap .music-progress-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1.65rem;
}

.section4 .ugc .music-list-wrap .btn-wrap {
  display: flex;
  justify-content: center;
  position: relative;
  top: 0.02rem;
}

.section4 .ugc .music-list-wrap .btn-wrap .left {
  background: url(../images/music-pre.png) top/100% no-repeat;
  width: 0.253333rem;
  height: 0.333333rem;
}

.section4 .ugc .jp-state-playing .music-list-wrap .btn-wrap .play {
  background: url(../images/music-play2.png) top/100% no-repeat;
}

.section4 .ugc .music-list-wrap .btn-wrap .play {
  width: .266667rem;
  height: .333333rem;
  margin: 0 0.186667rem;
  background: url(../images/music-stop2.png) top/100% no-repeat;
}

.section4 .ugc .music-list-wrap .btn-wrap .right {
  background: url(../images/music-next.png) top/100% no-repeat;
  width: 0.253333rem;
  height: 0.333333rem;
}

.section4 .ugc .music-list-wrap .jp-progress {
  background: #f8e9d2;
  width: 3.4rem;
  height: 0.08rem;
  position: relative;
  margin: 0 0.08rem;
  border-radius: 100px;
}

.section4 .ugc .music-list-wrap .progress-wrap {
  width: 100%;
  height: 100%;
}

.section4 .ugc .progress-wrap .curr {
  position: relative;
  color: #fffce6;
  width: 16%;
  height: 100%;
  font-size: 0.293333rem;
  background-color: #c9a272;
  display: block;
  overflow: visible !important;
}

.section4 .ugc .progress-wrap .curr::after {
  content: '';
  display: block;
  background: url(../images/music_dot.png)top/100% no-repeat;
  width: .146667rem;
  height: .186667rem;
  position: absolute;
  right: -0.1rem;
  top: -0.03rem;
}

.section4 .ugc .music-list-wrap .music-title-wrap {
  width: 7.733333rem;
  height: 0.666667rem;
  margin: 0 auto;
  background: url(../images/music-title.png) center/100% no-repeat;
  background-size: 5.4rem 0.266667rem;
}

.section4 .ugc .music-list-wrap .music-list {
  color: #564434;
  font-size: 0.293333rem;
  text-align: center;
  width: 6.466667rem;
  height: 0.666667rem;
  margin: 0 auto;
  height: 1.333333rem;
  overflow-y: auto;
}

.section4 .ugc .jp-playlist {
  width: 7.6rem;
  margin: 0 auto;
}

.section4 .ugc .jp-playlist ul {
  height: 1.333333rem;
  overflow-y: auto;
}

.section4 .ugc .jp-playlist ul::-webkit-scrollbar {
  width: 3px;
}

.section4 .ugc .jp-playlist li {
  border-bottom: 1px dotted #af9c85;
}

.section4 .ugc .jp-playlist li:last-child {
  border-bottom: none;
}

.section4 .ugc .jp-playlist .jp-playlist-item {
  position: relative;
  width: 100%;
  height: 0.666667rem;
  line-height: 0.666667rem;
  display: block;
  color: #564434;
  text-align: left;
  text-indent: 0.7rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 50%;
}

.section4 .ugc .jp-playlist .jp-playlist-item.jp-playlist-current {
  color: #d4ac5f;
}

.section4 .ugc .jp-playlist .jp-playlist-item .jp-artist {
  position: absolute;
  top: 0;
  display: block;
  width: 50%;
  left: 50%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-indent: 1rem;
}

.section4 .ugc .jp-playlist .jp-playlist-item-remove {
  display: none !important;
}

.section4 .ugc .music-list-wrap .list-item {
  display: flex;
  line-height: 0.666667rem;
  height: 0.666667rem;
  border-bottom: 1px dotted #af9c85;
}

.section4 .ugc .music-list-wrap .list-item:last-child {
  border-bottom: none;
}

.section4 .ugc .music-list-wrap .list-item span {
  width: 50%;
}

.section4 .ugc .music-list-wrap .list-item.curr {
  color: #d4ac5f;
}

.section4 .ugc .music-list-wrap .time-wrap {
  color: #fffce6;
}

.section4 .ugc .jp-playlist-current::after {
  content: "";
  background: url(../images/music_yl.png) top/100% no-repeat;
  width: 0.586667rem;
  height: 0.373333rem;
  position: absolute;
  left: 0;
  top: 0.06rem;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.section4 .ugc_more {
  background: url("../images/news_more.png") top/100% no-repeat;
  background-size: 100%;
  width: 1.92rem;
  height: 0.52rem;
  position: absolute;
  right: 0.78rem;
  top: 15.8rem;
}

.section5 .title {
  background: url("../images/feature_title.png") no-repeat top;
  background-size: 100%;
  width: 6rem;
  height: 1.2rem;
  margin: 2.4rem auto 0;
}

.section5 .feature_module {
  width: 8.8rem;
  margin: 0.2rem auto 0;
}

.section5 .feature-container {
  width: 8.8rem;
  height: 11.8rem;
}

.section5 .feature_module .swiper-slide img {
  margin-left: -1.63rem;
  width: 6.2rem;
  height: 10.5rem;
}

.section5 .feature-container .swiper-pagination-customs {
  opacity: 1 !important;
  display: inline-block;
  margin: 0 0.2rem;
}

.section5 .feature-container .select {
  background: url("../images/feature_select.png") top/100% no-repeat;
  background-size: 100%;
  width: 1rem;
  height: 0.4rem;
}

.section5 .feature-container .un-select {
  background: url("../images/feature_unselect.png") no-repeat center;
  background-size: 100%;
  width: 0.3rem;
  height: 0.4rem;
}

#galpop-container {
  background-color: #fff;
  padding: 4px;
  border-radius: 3px;
  max-height: 70vh;
}

#galpop-close {
  width: 0.8rem;
  height: 0.8rem;
  top: unset;
  background-size: 100%;
  right: 50%;
  margin-right: -0.4rem;
  bottom: -1.25rem;
}

#galpop-content {
  max-height: 70vh;
}

#galpop-content img {
  max-height: 70vh;
  object-fit: cover;
}

#galpop-info {
  background-color: rgba(0, 0, 0, 0.65);
}

#galpop-next {
  background-image: url(../images/galpop/btn-next.png);
  background-position: right center;
}

/*视频*/

.video-play {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
}

.video-play .mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.video-play .content {
  width: 100%;
  height: 5.625rem;
  position: fixed;
  top: 50%;
  left: 0;
  margin-top: -2.8125rem;
  z-index: 999;
}

.video-play .content video {
  width: 100%;
  height: 100%;
}

.video-play .content .close {
  width: 2rem;
  height: 0.8rem;
  position: fixed;
  margin-left: -1rem;
  left: 50%;
  top: 50%;
  margin-top: 3.2rem;
  background: #ffedcd;
  font-size: 0.42rem;
  border-radius: 0.05rem;
  color: #4d3d31;
  text-align: center;
  line-height: 0.8rem;
}

/* 传记 */

.details {
  background-color: #000000cc;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  color: #ffedcd;
}

.details .close {
  background: url("../images/galpop/btn-close.png") no-repeat;
  position: absolute;
  width: 0.8rem;
  height: 0.8rem;
  bottom: 5vh;
  background-size: 100%;
  right: 50%;
  margin-right: -0.4rem;
}

.details .biography {
  position: absolute;
  top: 50%;
  left: 1rem;
  width: 8rem;
  height: 70vh;
  overflow-y: hidden;
  background-color: #453425aa;
  z-index: 10;
  margin-top: -40vh;
  border: #ffefd8 2px solid;
  border-radius: 0.2rem;
}

.details .biography h3 {
  font-size: 0.4rem;
  text-align: center;
  margin: 0.2rem;
  font-weight: bold;
}

.details .biography p {
  height: 60vh;
  width: 100%;
  padding: 0.3rem;
  overflow-y: auto;
  text-indent: 2em;
}

.top {
  background: url("../images/top.png") no-repeat;
  background-size: contain;
  position: fixed;
  width: 0.8rem;
  height: 1rem;
  bottom: 0rem;
  right: 0.2rem;
  z-index: 99;
}

.down {
  background: url("../images/down.png") no-repeat;
  background-size: contain;
  position: fixed;
  width: 0.58rem;
  height: 0.38rem;
  bottom: 0.5rem;
  left: 50%;
  margin-left: -0.29rem;
  z-index: 99;
  transition: opacity 0.5s;
  animation: down 1s infinite;
  -webkit-animation: down 1s infinite;
  /* Safari 和 Chrome */
}

@keyframes down {
  0% {
    opacity: 1;
    bottom: 0.5rem;
  }

  100% {
    opacity: 0;
    bottom: 0.1rem;
  }
}

@-webkit-keyframes down {
  0% {
    opacity: 1;
    bottom: 0.5rem;
  }

  100% {
    opacity: 0;
    bottom: 0.1rem;
  }
}

.footer {
  position: fixed;
  left: 0;
  bottom: -8rem;
  width: 100%;
  height: 8rem;
  background-color: rgba(138, 118, 89, 0.93);
  color: #eddbbd;
  z-index: 99;
}

.footer .close {
  background: url("../images/footer_close.png") no-repeat;
  background-size: contain;
  position: absolute;
  width: 1.72rem;
  height: 0.54rem;
  top: 0;
  left: 50%;
  margin-left: -0.86rem;
  z-index: 100;
}

.footer a {
  color: #eddbbd;
}

.footer .mask {
  position: fixed;
  top: 0rem;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
  z-index: 99;
  /* opacity: 0; */
}

.footer .community {
  position: relative;
  z-index: 100;
  margin: 1rem auto 0;
  width: 100%;
  height: 2.2rem;
  /* padding: 0 0.75rem; */
  padding-left: 1rem;
  border-bottom: #755d4a 1px dashed;
}

.footer .community div {
  width: 1.75rem;
  margin: 0.125rem;
  float: left;
  text-align: center;
  font-size: 0.3rem;
}

.footer .community div:hover {
  filter: brightness(0.9);
  -webkit-filter: brightness(0.9);
}

.footer .community img {
  width: 1.146rem;
  height: 1.12rem;
}

.footer .copyright {
  position: absolute;
  z-index: 100;
  top: 3rem;
  left: 0.25rem;
  z-index: 100;
  width: 9.5rem;
  height: 2rem;
  padding: 0.5rem;
}

.footer .copyright .platform_link {
  font-size: 0.34rem;
  text-align: center;
  width: 6rem;
  font-weight: bold;
  margin: 0.2rem auto;
}

.footer .copyright p {
  height: 0.55rem;
  line-height: 0.55rem;
  text-align: center;
}

.footer .copyright .wenwangwen img {
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.2rem;
}

.footer .copyright .tutelage a {
  text-decoration: underline;
}

.footer .info {
  position: absolute;
  top: 3rem;
  left: 0.25rem;
  z-index: 100;
  width: 9.5rem;
  height: 2rem;
  padding: 0.5rem;
  display: none;
}

.footer .wechat {
  position: fixed;
  top: 0rem;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  z-index: 101;
}

.footer .wechat div {
  position: fixed;
  top: 60%;
  left: 50%;
  width: 4rem;
  height: 4rem;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.footer .wechat div img {
  width: 100%;
  height: 100%;
}

.footer .wechat div p {
  text-align: center;
  font-weight: bold;
  font-size: 0.34rem;
}

.footer .wechat div p:nth-of-type(1) {
  margin-top: 0.2rem;
}

#shanshuo2.show {
  width: 3.333333rem;
  height: 1.053333rem;
  background: url(../images/shanshuo2_show_1.png)top/100% no-repeat;
  background-size: contain;
}

#shanshuo2 {
  width: 3.333333rem;
  height: 1.053333rem;
  position: fixed;
  left: 0.373333rem;
  bottom: 1.493333rem;
  z-index: 2000000000;
  background: url(../images/shanshuo3.png) no-repeat center;
  background-size: contain;
  cursor: pointer;
}

/* 关于我们 */

.footer-about {
  background-color: #000000cc;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  color: #ffedcd;
}

.footer-about .close {
  background: url("../images/galpop/btn-close.png") no-repeat;
  position: absolute;
  width: 0.8rem;
  height: 0.8rem;
  bottom: 10vh;
  background-size: 100%;
  right: 50%;
  margin-right: -0.4rem;
}

.footer-about .footer-about-cont {
  position: absolute;
  top: 50%;
  left: 1rem;
  width: 8rem;
  height: 60vh;
  overflow-y: hidden;
  background-color: #453425aa;
  z-index: 10;
  margin-top: -30vh;
  border: #ffefd8 2px solid;
  border-radius: 0.2rem;
}

.footer-about .footer-about-cont h3 {
  font-size: 0.4rem;
  text-align: center;
  margin: 0.2rem;
  font-weight: bold;
}

.footer-about .footer-about-cont p {
  height: 60vh;
  width: 100%;
  padding: 0.3rem;
  overflow-y: auto;
  text-indent: 0em;
}

/* 适龄提示 */
.shiling {
  width: 1.066667rem;
  height: 1.373333rem;
  position: fixed;
  left: 0.3rem;
  top: 3.4rem;
  z-index: 9;
  cursor: pointer;
}

.shiling-pop {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  cursor: pointer;
}

.shiling-pop .content {
  width: 8rem;
  height: 8rem;
  padding: 0.4rem;
  box-sizing: border-box;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgb(41, 41, 41);
  font-size: 0.173333rem;
  color: #fff;
}

.shiling-pop .content .close {
  position: absolute;
  right: 0.4rem;
  top: 0.3rem;
  transform: rotate(0deg);
  color: rgb(255, 255, 255);
  fill: rgb(255, 255, 255);
  width: 0.64rem;
  height: 0.64rem;
  cursor: pointer;
}

.shiling-pop .content .tip {
  font-size: 0.213333rem;
  padding-bottom: 0.266667rem;
}

.shiling-pop .content .desc {
  height: 6.666667rem;
  overflow: auto;
}

.shiling-pop .content .desc p {
  padding-bottom: 0.266667rem;
}