html {
  font-size: 50px;
}

a {
  text-decoration: none;
  color: #fff;
}

body {
  width: 7.5rem;
  background: #0f0232;
  color: #fff;
  margin: 0;
  overflow-x: hidden;
  overflow: scroll;
  scroll-behavior: smooth;
}

p {
  margin: 0;
  padding: 0;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 7.5rem;
  height: 0.6rem;
  z-index: 10;
  background: linear-gradient(to right, #381152, #050b63);
}

.header .close {
  display: none;
  width: 0.35rem;
  margin-right: 0.2rem;
}

.header .title-img-box {
  overflow: hidden;
  margin-top: -.2rem;
}

.header .title-img {
  display: inline-block;
  width: 1.31rem;
  height: 0.55rem;
  margin-top: -0.2rem;

}

.header .line {
  display: inline-block;
  height: 0.25rem;
  width: 0.01rem;
  background-color: #8462c0ed;
  vertical-align: middle;
  margin-top: 0.1rem;
}

.header .title-img-box a:nth-child(1) {
  margin-left: 0.2rem;
}

/* .header .icon {
  width: 1.31rem;
  height: 0.55rem;
  margin-left: 0.2rem;
} */

.header .unfold {
  width: 0.4rem;
  height: 0.3rem;
  margin-right: 0.2rem;
}

.poster {
  width: 100%;
}

.video-item {
  width: 100%;
  position: relative;
}

.video-item .word-img {
  position: absolute;
  width: 60%;
  left: 0;
  right: 0;
  top: 9rem;
  margin: auto;
}

.video-item .animate-img {
  position: absolute;
  width: 0.3rem;
  left: 0;
  right: 0;
  bottom: 1rem;
  animation: jump 1s ease infinite alternate-reverse;
  margin: auto;
}

.swiper-wrapper-video {
  width: 7.5rem;
  height: 13.33rem;
  overflow: hidden;
}

.about {
  width: 100%;
  background: #0f0232;
  padding: 0.2rem;
  box-sizing: border-box;
  padding-bottom: 0.6rem;
  overflow: auto;
}

.about .title-en {
  font-size: 0.36rem;
  margin-top: 0.3rem;
  text-align: center;
}

.about .title-zh {
  text-align: center;
  font-size: 0.24rem;
}

.about .content .title {
  font-size: 0.41rem;
  text-align: center;
  margin-top: 0.5rem;
  line-height: 0.9rem;
  margin-bottom: 0.2rem;
}

.about .content .word {
  color: #ccc;
  font-size: 0.21rem;
  line-height: 0.4rem;
  text-align: center;
}

.about .button {
  width: 2.6rem;
  height: 0.62rem;
  text-align: center;
  line-height: 0.62rem;
  font-size: 0.21rem;
  text-align: center;
  background: url('../img/mobile/border.png') no-repeat;
  background-size: cover;
  color: #ccc;
  margin: 0 auto;
  margin-top: 0.6rem;
}

.product {
  width: 7.5rem;
  overflow: hidden;
  margin: 0 auto;
}

.product .title-en {
  font-size: 0.36rem;
  margin-top: 0.3rem;
  text-align: center;
}

.product .title-zh {
  text-align: center;
  font-size: 0.24rem;
}

.pro-img {
  width: 3.5rem;
  margin: 0 auto;
  margin-right: 0.2rem;
}

.word-item {
  font-size: 0.22rem;
  color: #737b80;
}

.product-list {
  margin-top: 0.3rem;
}

.swiper-wrapper-product {
  width: 7.5rem;
  height: 9.1rem;
}

.product-list .swiper-slide {
  width: 4.2rem !important;
  left: 2.1rem;
}

.pagination {
  display: flex;
  justify-content: center;
  color: #ccc;
  font-size: 0.2rem;
  margin: 0.2rem auto;
}

.pagination span {
  padding: 0.2rem;
  animation: fade-in 1s ease;
}

.pagination .two {
  color: #a30055;
  font-size: 0.28rem;
}

@keyframes fade-in {
  0% {
    opacity: 0.4;
  }

  100% {
    opacity: 1;
  }
}

@keyframes jump {
  0% {
    transform: translateY(-0.2rem);
  }

  100% {
    transform: translateY(0.2rem);
  }
}

.footer {
  width: 7.5rem;
  font-size: 0.2rem;
  color: #999;
  text-align: center;
  margin: 0.2rem auto;
}

.header-tc {
  display: none;
  position: fixed;
  top: 0.6rem;
  width: 7.5rem;
  height: 100vh;
  background: rgba(10, 0, 0, 0.7);
  z-index: 11;
}

.header-tc p {
  font-size: 0.26rem;
  text-align: center;
  line-height: 1rem;
}

.swiper-slide .content {
  position: absolute;
  width: 3.5rem;
  bottom: 1rem;
}

.swiper-slide .content .title {
  width: 100%;
  font-size: 0.26rem;
  font-weight: 500;
  text-align: center;
}

.swiper-slide .content .subhead {
  width: 100%;
  font-size: 0.2rem;
  text-align: center;
}

.product-tc {
  display: none;
  position: fixed;
  width: 7.5rem;
  height: 100vh;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 11;
}

.product-tc .product-item {
  position: absolute;
  width: 5.96rem;
  height: 9.09rem;
  top: 2rem;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 12;
}

.product-tc .close {
  position: absolute;
  width: 0.7rem;
  height: 0.7rem;
  top: 2.2rem;
  right: 1rem;
  z-index: 12;
}

.product-tc .content {
  position: absolute;
  width: 5rem;
  font-size: 0.24rem;
  line-height: 0.4rem;
  top: 9rem;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 13;
}

.product-tc .tip {
  position: absolute;
  width: 5rem;
  font-size: 0.26rem;
  line-height: 0.4rem;
  top: 2.5rem;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  z-index: 13;
}

.news .title-en {
  font-size: 0.36rem;
  margin-top: 0.3rem;
  text-align: center;
}

.news .title-zh {
  text-align: center;
  font-size: 0.24rem;
}

.news-contain {
  width: 7rem;
  background: #fff;
  margin: 0 auto;
  margin-top: 0.6rem;
  margin-bottom: 0.3rem;
  overflow: auto;
}

.news-img {
  display: block;
  width: 6.84rem;
  margin: 0 auto;
  margin-top: 0.2rem;
}

.red {
  color: #f00;
}

.news-content {
  width: 80%;
  color: #333;
  font-size: 0.24rem;
  font-weight: 500;
  margin: 0.2rem auto;
}