@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body,
html {
  font-family: Helvetica, Arial, sans-serif;
  height: 100%;
  background: #000;
}
#ins-img {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999;
  display: none;
}
#ins-img img {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 4rem;
  height: 4rem;
}
.container {
  width: 100%;
  max-width: 750px;
  min-width: 320px;
  margin: 0 auto;
  padding-top: 0.97rem;
}
/* 顶部通用 */
.header {
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 7.5rem;
  height: 0.97rem;
  background: url("/m/images/v2/header-bg.png");
  background-size: cover;
  z-index: 90;
}
.header .header-icon .icon {
  float: left;
  width: 0.77rem;
  height: 0.77rem;
  background: url("/m/images/v2/icon.png") no-repeat;
  background-size: cover;
  margin: 0.1rem 0 0 0.26rem;
}
.header .header-icon .logo {
  float: left;
  width: 2.8rem;
  height: 0.25rem;
  background: url("/m/images/v2/PASCALSWAGER.png") no-repeat;
  background-size: cover;
  margin: 0.34rem 0 0 0.16rem;
}
.header .header-icon .nav-btn {
  float: right;
  width: 0.69rem;
  height: 0.51rem;
  background: url("/m/images/v2/3_03.png") no-repeat;
  background-size: cover;
  margin: 0.3rem 0.26rem 0 0;
}
.header .header-icon .nav-btn.on {
  width: 0.48rem;
  height: 0.48rem;
  background: url("/m/images/v2/close.png") no-repeat;
  background-size: cover;
}
.nav-wrap {
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  background: url("/m/images/v2/n-bg.jpg") no-repeat;
  background-size: 100% 100%;
  padding: 1.4rem 0.5rem 0;
  z-index: 80;
  box-sizing: border-box;
  display: none;
}
.nav-wrap.on {
  display: block;
}
.nav-wrap ul li {
  margin-bottom: 0.4rem;
}
.nav-wrap ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.nav-wrap ul li img {
  display: block;
  height: 0.8rem;
  margin: 0 auto;
}
.nav-wrap .title {
  display: block;
  height: 0.51rem;
  margin: 2rem auto 0;
}
.nav-wrap .en-title {
  display: block;
  height: 0.22rem;
  margin: 4rem auto 0;
}
.nav-wrap .ft-title {
  display: block;
  height: 0.32rem;
  margin: 4rem auto 0;
}
.nav-wrap .shequ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-top: 0.4rem;
}
.nav-wrap .shequ a {
  display: inline-block;
  width: 1.3rem;
  height: 1.15rem;
  font-size: 0;
  background: url("/m/images/v2/shequ-sprites.png") no-repeat;
  background-size: 6.59rem 1.57rem;
}
.nav-wrap .shequ a.wx {
  background-position: 0 0;
}
.nav-wrap .shequ a.wb {
  background-position: -1.76rem 0;
}
.nav-wrap .shequ a.tb {
  background-position: -3.52rem 0;
}
.nav-wrap .shequ a.qq {
  width: 1.4rem;
  background-position: -5.21rem 0;
}
.nav-wrap .shequ a.ff {
  margin-top: 0.6rem;
  height: 0.6rem;
  width: 0.7rem;
  background: url("/m/en/images/v2/shequ-sprites.png") no-repeat;
  background-size: 5.49rem 0.59rem;
}
.nav-wrap .shequ a.ff.ff1 {
  background-position: 0.1rem 0;
}
.nav-wrap .shequ a.ff.ff2 {
  background-position: -0.92rem 0;
}
.nav-wrap .shequ a.ff.ff3 {
  background-position: -1.8rem 0;
}
.nav-wrap .shequ a.ff.ff4 {
  background-position: -2.8rem 0;
}
.nav-wrap .shequ a.ff.ff5 {
  background-position: -3.8rem 0;
}
.nav-wrap .shequ a.ff.ff6 {
  background-position: right 0;
}
.nav-wrap .shequ a.ft {
  height: 1.15rem;
  background: url("/ft/m/images/v2/shequ-sprites.png") no-repeat;
  background-size: 6.43rem 1.15rem;
}
.nav-wrap .shequ a.ft.ft1 {
  background-position: 0 0;
}
.nav-wrap .shequ a.ft.ft2 {
  background-position: -1.76rem 0;
}
.nav-wrap .shequ a.ft.ft3 {
  background-position: -3.5rem 0;
}
.nav-wrap .shequ a.ft.ft4 {
  width: 1.2rem;
  background-position: -5.26rem 0;
}
.wx-code {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 800;
  display: none;
}
.wx-code .img-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
.wx-code img {
  display: block;
  width: 3rem;
  height: 3rem;
  margin: 0 auto;
}
.wx-code p {
  font-size: 0.3rem;
  color: #fff;
  text-align: center;
  line-height: 0.4rem;
  margin-bottom: 0.3rem;
}
.section1 {
  height: 12.7rem;
  background: url("/m/images/v2/bg1.jpg") no-repeat center / cover;
}
.section1 .video-btn {
  position: absolute;
  top: 6.84rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1.28rem;
  height: 1.16rem;
  -webkit-animation: fadeIn 2s 1 both;
  animation: fadeIn 2s 1 both;
}
.section1 .video-btn .sp1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.28rem;
  height: 1.16rem;
  background: url("/m/images/v2/2.png") no-repeat;
  background-size: cover;
  -webkit-animation: rotate 3s infinite linear;
  animation: rotate 3s infinite linear;
}
.section1 .video-btn .sp2 {
  position: absolute;
  top: 0.34rem;
  left: 0.49rem;
  width: 0.43rem;
  height: 0.48rem;
  background: url("/m/images/v2/10.png") no-repeat;
  background-size: cover;
}
.section1 .logo {
  position: absolute;
  top: 8.55rem;
  left: 50%;
  margin-left: -3.185rem;
  width: 6.37rem;
  height: 1.78rem;
  background: url("/m/images/v2/logo.png") no-repeat;
  background-size: cover;
}
.section1 .logo.on {
  -webkit-animation: fadeInDown 1s 1 both;
  animation: fadeInDown 1s 1 both;
}
.section1 .en-logo {
  position: absolute;
  top: 8.55rem;
  left: 50%;
  margin-left: -3.355rem;
  width: 6.71rem;
  height: 1.14rem;
  background: url("/m/en/images/v2/logo.png") no-repeat;
  background-size: cover;
}
.section1 .en-logo.on {
  -webkit-animation: fadeInDown 1s 1 both;
  animation: fadeInDown 1s 1 both;
}
.section1 .yy-btn {
  position: absolute;
  top: 11rem;
  left: 50%;
  margin-left: -2.125rem;
  width: 4.25rem;
  height: 1.33rem;
  background: url("/m/images/v2/yy-button.png") no-repeat;
  background-size: cover;
}
.section1 .yy-btn.on {
  -webkit-animation: fadeInUp 1s 1 both;
  animation: fadeInUp 1s 1 both;
}
.section1 .en-yy-btn {
  position: absolute;
  top: 11rem;
  left: 50%;
  margin-left: -2.125rem;
  width: 4.25rem;
  height: 1.33rem;
  background: url("/en/m/images/v2/yy-button.png") no-repeat;
  background-size: cover;
}
.section1 .en-yy-btn.on {
  -webkit-animation: fadeInUp 1s 1 both;
  animation: fadeInUp 1s 1 both;
}
.section1 .button-mob {
  position: absolute;
  top: 11rem;
  left: 50%;
  margin-left: -2.125rem;
  width: 4.33rem;
  height: 1.38rem;
  line-height: 1.5;
  background: url("/m/en/images/v2/button-mob.png") no-repeat;
  background-size: cover;
  text-align: center;
  color: #bcbcbc;
  padding-top: 1.4rem;
}
.section1 .ft-yy-btn {
  position: absolute;
  top: 11rem;
  left: 50%;
  margin-left: -2.125rem;
  width: 4.25rem;
  height: 1.33rem;
  background: url("/ft/m/images/v2/yy-button.png") no-repeat;
  background-size: cover;
}
.section1 .ft-yy-btn.on {
  -webkit-animation: fadeInUp 1s 1 both;
  animation: fadeInUp 1s 1 both;
}
.section2 {
  height: 9.6rem;
  background: url("/m/images/v2/bg2.jpg") no-repeat center / cover;
}
.section2 .content {
  padding: 0 0.4rem;
}
.section2 .content .tt {
  width: 2.44rem;
  height: 0.88rem;
  margin-top: 0.4rem;
}
.section2 .content .en-tt {
  width: 1.74rem;
  height: 0.61rem;
  margin-top: 0.4rem;
}
.section2 .content .ft-tt {
  width: 2.4rem;
  height: 0.9rem;
  margin-top: 0.2rem;
}
.section2 .content .news-list {
  margin-top: 0.3rem;
  overflow: hidden;
}
.section2 .content .news-list li {
  width: 3.2rem;
  height: 3.12rem;
  float: left;
  margin-bottom: 0.2rem;
  position: relative;
}
.section2 .content .news-list li:nth-child(2n) {
  float: right;
}
.section2 .content .news-list li:nth-child(1):before {
  content: "";
  position: absolute;
  top: 0.1rem;
  right: 0.1rem;
  width: 0.51rem;
  height: 0.3rem;
  background: url("/m/images/v2/new-icon.png") no-repeat;
  background-size: cover;
}
.section2 .content .news-list li a {
  display: block;
  width: 100%;
  height: 100%;
}
.section2 .content .news-list li a img {
  display: block;
  width: 3.2rem;
  height: 1.8rem;
}
.section2 .content .news-list li a .title {
  font-size: 0.24rem;
  color: #ffffff;
  line-height: 0.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: wrap;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 0.1rem;
}
.section2 .content .news-list li a .time {
  font-size: 0.22rem;
  letter-spacing: 2px;
  color: #91887f;
  margin-top: 0.2rem;
}
.section2 .content .more,
.section2 .content .ft-more {
  display: block;
  width: 6.68rem;
  height: 0.7rem;
  background: url("/m/images/v2/more.png") no-repeat center;
  background-size: 6.68rem 0.7rem;
  margin-top: 0.2rem;
}
.section2 .content .en-more {
  display: block;
  width: 6.68rem;
  height: 0.7rem;
  background: url("/en/m/images/v2/more.png") no-repeat center;
  background-size: 6.68rem 0.7rem;
  margin-top: 0.2rem;
}
.section3 {
  height: 14.16rem;
  background: url("/m/images/v2/bg3.jpg") no-repeat center / cover;
  position: relative;
  overflow: hidden;
}
.section3 .js-tt {
  display: block;
  width: 3.84rem;
  height: 0.88rem;
  margin: 0.3rem 0 0.4rem 0.46rem;
}
.section3 .en-js-tt {
  display: block;
  width: 3.72rem;
  height: 0.63rem;
  margin: 0.4rem 0 0.6rem 0.46rem;
}
.section3 .hero-list-box {
  overflow: hidden;
  position: relative;
}
.section3 .hero-list-box img {
  width: 100%;
  height: 7.33rem;
}
.section3 .hero-list-box img.icon {
  display: block;
  width: 4.43rem;
  height: 1.23rem;
  margin: 0.3rem auto 0;
}
.section3 .hero-list-box img.name {
  display: block;
  width: 1.3rem;
  height: 0.8rem;
  margin: 0.1rem auto 0;
}
.section3 .hero-list-box img.en-name {
  display: block;
  width: 1.9rem;
  height: 0.46rem;
  margin: 0.1rem auto 0;
}
.section3 .hero-list-box img.ft-name {
  display: block;
  width: 1.6rem;
  height: 0.7rem;
  margin: 0.1rem auto 0;
}
.section3 .hero-list-box p {
  font-size: 0.24rem;
  line-height: 0.3rem;
  letter-spacing: 1px;
  color: #dddddd;
  padding: 0 0.66rem;
}
.section3 .swiper-pagination {
  position: absolute;
  bottom: 0.4rem;
  left: 0;
  width: 100%;
  height: 1.34rem;
  margin-top: 0.3rem;
  background: url("/m/images/v2/renwu-nav-bg.png") no-repeat center / cover;
}
.section3 .swiper-pagination span {
  width: 1.34rem;
  height: 1.34rem;
  opacity: 1;
  border-radius: 0;
  margin: 0 0.44rem;
}
.section3 .swiper-pagination span:nth-child(1) {
  background: url("/m/images/v2/p1.png") no-repeat;
  background-size: cover;
}
.section3 .swiper-pagination span:nth-child(1).swiper-pagination-bullet-active {
  background: url("/m/images/v2/p1_1.png") no-repeat;
  background-size: cover;
}
.section3 .swiper-pagination span:nth-child(2) {
  background: url("/m/images/v2/p2.png") no-repeat;
  background-size: cover;
}
.section3 .swiper-pagination span:nth-child(2).swiper-pagination-bullet-active {
  background: url("/m/images/v2/p2_1.png") no-repeat;
  background-size: cover;
}
.section3 .swiper-pagination span:nth-child(3) {
  background: url("/m/images/v2/p3.png") no-repeat;
  background-size: cover;
}
.section3 .swiper-pagination span:nth-child(3).swiper-pagination-bullet-active {
  background: url("/m/images/v2/p3_1.png") no-repeat;
  background-size: cover;
}
.section3 .swiper-button-next,
.section3 .swiper-button-prev {
  top: 13.08rem;
  background-image: none;
}
.section4 {
  height: 8.55rem;
  background: url("/m/images/v2/bg4.jpg") no-repeat center / cover;
  padding: 0 0.4rem;
  overflow: hidden;
}
.section4 .v-tt {
  display: block;
  width: 2.44rem;
  height: 0.88rem;
  margin: 0.36rem 0 0rem 0;
}
.section4 .en-v-tt {
  display: block;
  width: 1.94rem;
  height: 0.62rem;
  margin: 0.3rem 0 0.4rem 0;
}
.section4 .ft-v-tt {
  display: block;
  height: 0.8rem;
  margin: 0.3rem 0 0.2rem 0;
}
.section4 .video-bg {
  margin-top: 0.2rem;
  position: relative;
}
.section4 .video-bg.video-bg1 span {
  left: 1.9rem;
}
.section4 .video-bg.video-bg2 {
  margin-top: 0.5rem;
}
.section4 .video-bg.video-bg2 span {
  left: 4.12rem;
}
.section4 .video-bg .img-bg {
  width: 4.49rem;
  height: 2.87rem;
}
.section4 .video-bg .cg {
  width: 1.69rem;
  height: 0.37rem;
  margin-bottom: 1.26rem;
  margin-left: 0.2rem;
}
.section4 .video-bg .sl {
  width: 1.98rem;
  height: 0.39rem;
  margin: 0 0.08rem 1.26rem 0.08rem;
}
.section4 .video-bg .en-cg {
  width: 0.89rem;
  height: 0.32rem;
  margin-bottom: 1.26rem;
  margin-left: 0.2rem;
}
.section4 .video-bg .en-sl {
  width: 1.18rem;
  height: 0.44rem;
  margin-bottom: 1.26rem;
  margin-right: 0.1rem;
  margin-left: 0.8rem;
}
.section4 .video-bg .ft-cg {
  width: 1.69rem;
  height: 0.37rem;
  margin-bottom: 1.3rem;
  margin-left: 0.2rem;
}
.section4 .video-bg .ft-sl {
  width: 1.97rem;
  height: 0.39rem;
  margin-bottom: 1.3rem;
  margin-right: 0.1rem;
}
.section4 .video-bg span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.7rem;
  height: 0.7rem;
  background: url("/m/images/v2/yuan.png") no-repeat;
  background-size: cover;
}
.section5 {
  height: 13.96rem;
  background: url("/m/images/v2/bg5.jpg") no-repeat center / cover;
  padding: 0 0.28rem;
  position: relative;
  overflow: hidden;
}
.section5 .intro-tt {
  display: block;
  height: 0.88rem;
  margin-bottom: 0.4rem;
}
.section5 .en-intro-tt {
  display: block;
  height: 0.61rem;
  margin: 0.3rem 0 0.4rem;
}
.section5 .ft-intro-tt {
  display: block;
  height: 0.7rem;
  margin-bottom: 0.4rem;
}
.section5 .swiper-container .slide-img {
  display: block;
  height: 9.03rem;
}
.section5 .swiper-container .name {
  display: block;
  width: 0.86rem;
  margin: 0.24rem auto;
}
.section5 .swiper-container .en-name {
  display: block;
  height: 0.5rem;
  margin: 0.24rem auto;
}
.section5 .swiper-container p {
  font-size: 0.24rem;
  line-height: 0.3rem;
  letter-spacing: 1px;
  color: #dddddd;
  text-align: center;
}
.section5 .swiper-pagination {
  bottom: 0.6rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.section5 .swiper-pagination span {
  opacity: 1;
  width: 0.12rem;
  height: 0.12rem;
  background-color: #b5a170;
  border-radius: 0;
  margin: 0.34rem 0.12rem 0;
}
.section5 .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #e5e5e5;
}
.section6 {
  height: 6.28rem;
  background: url("/m/images/v2/bg6.jpg") no-repeat center / cover;
  text-align: center;
  padding: 3.9rem 0.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.section6 a {
  display: inline-block;
  width: 1.3rem;
  height: 1.57rem;
  font-size: 0;
  background: url("/m/images/v2/shequ-sprites.png") no-repeat;
  background-size: 6.59rem 1.57rem;
}
.section6 a.wx {
  background-position: 0 0;
}
.section6 a.wb {
  background-position: -1.76rem 0;
}
.section6 a.tb {
  background-position: -3.52rem 0;
}
.section6 a.qq {
  width: 1.4rem;
  background-position: -5.21rem 0;
}
.section6 a.ff {
  margin-top: 0.6rem;
  height: 0.6rem;
  width: 0.7rem;
  background: url("/m/en/images/v2/shequ-sprites.png") no-repeat;
  background-size: 5.49rem 0.59rem;
}
.section6 a.ff.ff1 {
  background-position: 0.1rem 0;
}
.section6 a.ff.ff2 {
  background-position: -0.92rem 0;
}
.section6 a.ff.ff3 {
  background-position: -1.8rem 0;
}
.section6 a.ff.ff4 {
  background-position: -2.8rem 0;
}
.section6 a.ff.ff5 {
  background-position: -3.8rem 0;
}
.section6 a.ff.ff6 {
  background-position: right 0;
}
.section6 a.ft {
  height: 1.15rem;
  background: url("/ft/m/images/v2/shequ-sprites.png") no-repeat;
  background-size: 6.43rem 1.15rem;
}
.section6 a.ft.ft1 {
  background-position: 0 0;
}
.section6 a.ft.ft2 {
  background-position: -1.76rem 0;
}
.section6 a.ft.ft3 {
  background-position: -3.5rem 0;
}
.section6 a.ft.ft4 {
  width: 1.2rem;
  background-position: -5.26rem 0;
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* loading css */
.loading-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 900;
}
.loading-box .logo {
  width: 5.36rem;
  height: 0.91rem;
  background: url("/m/images/v2/loading-logo.png") no-repeat;
  background-size: cover;
  margin: 1.54rem auto 0.3rem;
}
.loading-box .diguang-box {
  width: 6.1rem;
  height: 3.21rem;
  margin: 0 auto;
  overflow: hidden;
}
.loading-box .diguang {
  width: 6.1rem;
  height: 100%;
  -webkit-transform: translate3d(0, -40%, 0);
  transform: translate3d(0, -40%, 0);
  background: url("/m/images/v2/diguang.png") repeat-y;
  background-size: cover;
  -webkit-animation: myquee 5s infinite linear;
  animation: myquee 5s infinite linear;
}
.loading-box .dijing {
  position: absolute;
  top: 4.48rem;
  left: 2.58rem;
  width: 2.8rem;
  height: 4.24rem;
}
.loading-box .dijing img {
  position: absolute;
  top: 0;
  left: 0;
  width: 2.8rem;
  height: 4.24rem;
  display: none;
}
.loading-box .dijing img.on {
  display: block;
}
.loading-box .outer-line {
  position: absolute;
  top: 8.6rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 5.72rem;
  height: 0.1rem;
  background-color: #110d0c;
  border-radius: 5px;
}
.loading-box .outer-line .inner-line {
  width: 0;
  height: 100%;
  background-color: #604a33;
  border-radius: 5px;
}
.loading-box p {
  font-family: Microsoft YaHeiLight;
  font-size: 0.22rem;
  letter-spacing: 1px;
  color: #705741;
  text-align: center;
  margin-top: 0.2rem;
}
@-webkit-keyframes myquee {
  100% {
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }
}
@keyframes myquee {
  100% {
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }
}
/* 预约弹框 */
.cover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 960;
  display: none;
}
.tk-close {
  position: absolute;
  bottom: -0.7rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0.48rem;
  height: 0.48rem;
  background: url("/m/images/v2/close.png") no-repeat;
  background-size: cover;
}
.yy-tk,
.success-tk {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 6.74rem;
  height: 9.77rem;
  background: url("/m/images/v2/yy-kuang.png") no-repeat;
  background-size: cover;
  z-index: 990;
  display: none;
}
.yy-tk .tt,
.success-tk .tt {
  display: block;
  width: 4.17rem;
  height: 0.46rem;
  margin: 0.7rem auto 0;
}
.yy-tk .user-info,
.success-tk .user-info {
  margin-top: 0.5rem;
  padding: 0 0.68rem;
}
.yy-tk .user-info .call-tt,
.success-tk .user-info .call-tt {
  font-size: 0.28rem;
  color: #8b7c58;
  text-align: center;
  margin-bottom: 0.4rem;
}
.yy-tk .user-info .reg-info,
.success-tk .user-info .reg-info {
  margin-top: 0.3rem;
  position: relative;
}
.yy-tk .user-info .reg-info input,
.success-tk .user-info .reg-info input {
  width: 5.36rem;
  height: 0.8rem;
  background-color: #000000;
  border: solid 1px #68604b;
  margin-bottom: 0.06rem;
  padding-left: 0.2rem;
  color: #fff;
  border-radius: 0;
  font-size: 0.24rem;
}
.yy-tk .user-info .reg-info input.code,
.success-tk .user-info .reg-info input.code {
  width: 58%;
}
.yy-tk .user-info .reg-info .error-info,
.success-tk .user-info .reg-info .error-info {
  font-size: 0.24rem;
  color: #a22a1a;
  display: none;
}
.yy-tk .user-info .reg-info .add86,
.success-tk .user-info .reg-info .add86 {
  position: absolute;
  top: 0.28rem;
  right: 0.26rem;
  font-size: 0.3rem;
  color: #958358;
}
.yy-tk .user-info .reg-info .code-img,
.success-tk .user-info .reg-info .code-img {
  display: inline-block;
  width: 40%;
  height: 0.8rem;
  vertical-align: top;
}
.yy-tk .user-info .reg-info .code-img img,
.success-tk .user-info .reg-info .code-img img {
  width: 100%;
  height: 0.8rem;
}
.yy-tk .user-info .btn-yy,
.success-tk .user-info .btn-yy {
  display: block;
  width: 5.36rem;
  height: 0.8rem;
  background: url("/m/images/v2/lj-yy-btn.png") no-repeat;
  background-size: cover;
  margin-top: 0.3rem;
}
.en-yy-tk .tt {
  display: block;
  height: 0.3rem;
  margin: 0.7rem auto 0;
}
.en-yy-tk .user-info .call-tt {
  font-size: 0.26rem;
}
.en-yy-tk .user-info .reg-info {
  margin-bottom: 0.4rem;
}
.en-yy-tk .user-info .reg-info input {
  font-size: 0.22rem;
  margin-bottom: 0.2rem;
}
.en-yy-tk .user-info .en-btn-yy {
  display: block;
  width: 5.36rem;
  height: 0.8rem;
  background: url("/en/m/images/v2/lj-yy-btn.png") no-repeat;
  background-size: cover;
  margin-top: 1rem;
}
.ft-yy-tk .tt {
  display: block;
  height: 0.47rem;
  margin: 0.7rem auto 0;
}
.ft-yy-tk .user-info .call-tt {
  font-size: 0.28rem;
}
.ft-yy-tk .user-info .reg-info {
  margin-bottom: 0.8rem;
}
.ft-yy-tk .user-info .reg-info input {
  font-size: 0.22rem;
}
.ft-yy-tk .user-info .ft-btn-yy {
  display: block;
  width: 5.36rem;
  height: 0.8rem;
  background: url("/ft/m/images/v2/lj-yy-btn.png") no-repeat;
  background-size: cover;
  margin-top: 1rem;
}
.success-tk .tt {
  display: block;
  width: 6.37rem;
  height: 0.49rem;
}
.success-tk .info {
  font-size: 0.28rem;
  color: #8b7c58;
  text-align: center;
  margin-top: 0.4rem;
}
.success-tk .info p {
  line-height: 0.42rem;
}
.success-tk .info .ss-img {
  width: 1.6rem;
  height: 1.6rem;
  margin: 0.4rem 0;
}
.success-tk .info .ewm {
  width: 1.43rem;
  margin-bottom: 0.2rem;
}
.success-tk .info #share {
  margin: 0.7rem 0 0.6rem 0;
}
.success-tk .info #share span {
  display: inline-block;
  font-size: 0.28rem;
}
.success-tk .info #share a {
  width: 0.74rem;
  height: 0.73rem;
  background: url("/m/images/v2/sq-icon.png") no-repeat !important;
  background-size: 4.43rem 0.73rem !important;
  vertical-align: middle;
  margin-left: 0.3rem;
}
.success-tk .info #share a.share_qqzone {
  background-position: 0 0 !important;
}
.success-tk .info #share a.share_sina {
  background-position: -1.23rem 0 !important;
}
.success-tk .info #share a.share_bdtieba {
  background-position: -2.46rem 0 !important;
}
.success-tk .info #share a.share_qq {
  background-position: -3.69rem 0 !important;
}
.en-success-tk .tt {
  display: block;
  width: 6.37rem;
  height: 0.3rem;
}
.en-success-tk .info {
  position: relative;
}
.en-success-tk .info .player-name {
  margin-bottom: 0.2rem;
}
.en-success-tk .info .txt {
  margin-bottom: 0.4rem;
}
.en-success-tk .info .ss-img {
  width: 1.6rem;
  height: 1.6rem;
}
.en-success-tk .info #share {
  margin: 0.7rem 0 0.6rem 0;
}
.en-success-tk .info #share span {
  display: none;
}
.en-success-tk .info #share a {
  margin-left: 0.5rem;
  background: url("/en/m/images/v2/shequ-sprites.png") no-repeat !important;
  background-size: 5.49rem 0.59rem !important;
}
.en-success-tk .info #share a.share_facebook {
  width: 0.55rem;
  height: 0.6rem;
  background-position: 0 0 !important;
}
.en-success-tk .info #share a.share_Twitter {
  width: 0.6rem;
  height: 0.54rem;
  background-position: -3.2rem 0 !important;
}
.en-success-tk .info .share {
  position: absolute;
  top: 6.3rem;
  left: 1.3rem;
}
.ft-success-tk .info {
  position: relative;
}
.ft-success-tk .info .player-name {
  margin-bottom: 0.2rem;
}
.ft-success-tk .info .txt {
  margin-bottom: 0.2rem;
}
.ft-success-tk .info #share {
  margin: 0.4rem 0;
}
.ft-success-tk .info #share span {
  display: inline-block;
}
.ft-success-tk .info #share a {
  margin-left: 0.5rem;
  background: url("/en/m/images/v2/shequ-sprites.png") no-repeat !important;
  background-size: 5.49rem 0.59rem !important;
}
.ft-success-tk .info #share a.share_facebook {
  width: 0.55rem;
  height: 0.6rem;
  background-position: 0 0 !important;
}
.ft-success-tk .info #share a.share_Twitter {
  width: 0.6rem;
  height: 0.54rem;
  background-position: -3.2rem 0 !important;
}
input::-webkit-input-placeholder {
  font-family: SimSun;
  font-size: 0.24rem;
  color: #5d503c;
}
/* 使用webkit内核的浏览器 */
input:-moz-placeholder {
  font-family: SimSun;
  font-size: 0.24rem;
  color: #5d503c;
}
/* Firefox版本4-18 */
input::-moz-placeholder {
  font-family: SimSun;
  font-size: 0.24rem;
  color: #5d503c;
}
/* Firefox版本19+ */
input:-ms-input-placeholder {
  font-family: SimSun;
  font-size: 0.24rem;
  color: #5d503c;
}
/* 新闻列表 css */
.news-list-container,
.news-detail-container,
.gamelore-container,
.character-container {
  width: 100%;
  height: 13.4rem;
  background: url("/m/images/v2/news-bg.jpg") no-repeat;
  background-size: cover;
  padding-top: 0;
  margin-top: 0.97rem;
}
.news-list-container .news-wrap,
.news-detail-container .news-wrap,
.gamelore-container .news-wrap,
.character-container .news-wrap {
  overflow: hidden;
  position: relative;
}
.news-list-container .news-wrap .zx-tt,
.news-detail-container .news-wrap .zx-tt,
.gamelore-container .news-wrap .zx-tt,
.character-container .news-wrap .zx-tt {
  display: block;
  width: 1.74rem;
  height: 2.1rem;
  margin: -0.6rem auto 0;
}
.news-list-container .news-wrap .en-zx-tt,
.news-detail-container .news-wrap .en-zx-tt,
.gamelore-container .news-wrap .en-zx-tt,
.character-container .news-wrap .en-zx-tt {
  display: block;
  width: 1.38rem;
  height: 2.1rem;
  margin: -0.5rem auto 0;
}
.news-list-container .news-wrap .back,
.news-detail-container .news-wrap .back,
.gamelore-container .news-wrap .back,
.character-container .news-wrap .back {
  position: absolute;
  top: 0.6rem;
  left: 0.2rem;
  width: 1.12rem;
  height: 0.4rem;
  background: url("/m/images/v2/back-btn.png") no-repeat;
  background-size: cover;
  z-index: 20;
}
.news-list-container .news-wrap .en-back,
.news-detail-container .news-wrap .en-back,
.gamelore-container .news-wrap .en-back,
.character-container .news-wrap .en-back {
  position: absolute;
  top: 0.6rem;
  left: 0.2rem;
  width: 1.12rem;
  height: 0.4rem;
  background: url("/en/m/images/v2/back-btn.png") no-repeat;
  background-size: cover;
  z-index: 20;
}
.news-list-container .news-wrap .news-nav,
.news-detail-container .news-wrap .news-nav,
.gamelore-container .news-wrap .news-nav,
.character-container .news-wrap .news-nav {
  text-align: center;
  height: 0.5rem;
  display: none;
}
.news-list-container .news-wrap .news-nav a,
.news-detail-container .news-wrap .news-nav a,
.gamelore-container .news-wrap .news-nav a,
.character-container .news-wrap .news-nav a {
  display: inline-block;
  height: 100%;
  font-size: 0.3rem;
  font-weight: normal;
  letter-spacing: 1px;
  color: #645d56;
  margin: 0 0.45rem;
  padding-bottom: 0.2rem;
}
.news-list-container .news-wrap .news-nav a.on,
.news-detail-container .news-wrap .news-nav a.on,
.gamelore-container .news-wrap .news-nav a.on,
.character-container .news-wrap .news-nav a.on {
  color: #fff;
  border-bottom: 2px solid #fff;
}
.news-list-container .news-wrap .news-list,
.news-detail-container .news-wrap .news-list,
.gamelore-container .news-wrap .news-list,
.character-container .news-wrap .news-list {
  width: 6.38rem;
  margin: 0 auto;
}
.news-list-container .news-wrap .news-list li,
.news-detail-container .news-wrap .news-list li,
.gamelore-container .news-wrap .news-list li,
.character-container .news-wrap .news-list li {
  height: 1.42rem;
  padding-top: 0.3rem;
  background: url("/m/images/v2/news-line.png") no-repeat center bottom;
  background-size: 100% 1px;
}
.news-list-container .news-wrap .news-list li a,
.news-detail-container .news-wrap .news-list li a,
.gamelore-container .news-wrap .news-list li a,
.character-container .news-wrap .news-list li a {
  display: block;
  font-size: 0.28rem;
  letter-spacing: 1px;
  color: #dddddd;
  position: relative;
}
.news-list-container .news-wrap .news-list li a p,
.news-detail-container .news-wrap .news-list li a p,
.gamelore-container .news-wrap .news-list li a p,
.character-container .news-wrap .news-list li a p {
  margin-left: 1.1rem;
}
.news-list-container .news-wrap .news-list li a p.title,
.news-detail-container .news-wrap .news-list li a p.title,
.gamelore-container .news-wrap .news-list li a p.title,
.character-container .news-wrap .news-list li a p.title {
  width: 5.6rem;
  height: 0.3rem;
  line-height: 0.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-list-container .news-wrap .news-list li a p.time,
.news-detail-container .news-wrap .news-list li a p.time,
.gamelore-container .news-wrap .news-list li a p.time,
.character-container .news-wrap .news-list li a p.time {
  font-size: 0.22rem;
  letter-spacing: 1px;
  color: #b4ae9f;
  margin-top: 0.3rem;
}
.news-list-container .news-wrap .news-list li span,
.news-detail-container .news-wrap .news-list li span,
.gamelore-container .news-wrap .news-list li span,
.character-container .news-wrap .news-list li span {
  position: absolute;
  top: 0.23rem;
  left: 0;
  width: 0.82rem;
  height: 0.46rem;
  background: url("/m/images/v2/2_03.png") no-repeat;
  background-size: cover;
  text-align: center;
  line-height: 0.46rem;
  font-size: 0.24rem;
  letter-spacing: 1px;
  color: #040404;
}
.news-list-container .news-wrap .news-list.en-news-list p,
.news-detail-container .news-wrap .news-list.en-news-list p,
.gamelore-container .news-wrap .news-list.en-news-list p,
.character-container .news-wrap .news-list.en-news-list p {
  width: 6rem;
  margin-left: 0;
}
.news-list-container .total,
.news-detail-container .total,
.gamelore-container .total,
.character-container .total {
  font-size: 0.26rem;
  letter-spacing: 1px;
  color: #b5a170;
  text-align: center;
  margin-top: 0.2rem;
}
/* 翻页 */
#pageGro {
  margin-top: 0.6rem;
}
#pageGro .pageGro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-box-pack: center;
  justify-content: center;
}
#pageGro .firstpage,
#pageGro .pageUp,
#pageGro .pageDown,
#pageGro .lastpage {
  width: 1.6rem;
  height: 0.7rem;
  font-size: 0.26rem;
  letter-spacing: 1px;
  color: #b5a170;
  text-align: center;
  border: solid 1px #595242;
  line-height: 0.64rem;
  margin: 0 0.1rem;
}
/* 新闻列表 css */
/* 新闻详情 */
.news-detail-container .news-wrap {
  height: 100%;
  position: relative;
}
.news-detail-container .news-wrap .back {
  top: 0.6rem;
}
.news-detail-container .news-wrap .en-back {
  top: 0.6rem;
}
.news-detail-container .news-wrap .content-box {
  height: 88%;
  margin-top: 1.4rem;
  padding: 0 0.44rem;
  overflow-y: auto;
}
.news-detail-container .news-wrap .content-box .detail-info {
  color: #fff;
  padding-bottom: 0.3rem;
  margin-bottom: 0.4rem;
  background: url("/m/images/v2/news-line.png") no-repeat center bottom;
}
.news-detail-container .news-wrap .content-box .detail-info .title {
  font-size: 0.34rem;
  letter-spacing: 2px;
  font-weight: normal;
  line-height: 0.4rem;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: wrap;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.news-detail-container .news-wrap .content-box .detail-info .time {
  font-size: 0.24rem;
  letter-spacing: 1px;
  color: #91887f;
  text-align: center;
  margin-top: 0.2rem;
}
.news-detail-container .news-wrap .content-box .content {
  color: #ffffff;
}
.news-detail-container .news-wrap .content-box .content p {
  font-size: 0.26rem;
  line-height: 0.4rem;
  letter-spacing: 1px;
  margin-left: 0 !important;
  margin: 0.2rem 0;
  text-indent: 0.52rem;
}
.news-detail-container .news-wrap .content-box .content img {
  display: block;
  max-width: 100%;
  height: auto !important;
  margin: 0.4rem auto;
}
/* 游戏百科 */
.gamelore-container .news-wrap {
  height: 100%;
  position: relative;
}
.gamelore-container .news-wrap .back {
  top: 0.6rem;
}
.gamelore-container .news-wrap .gamelore-tt {
  display: block;
  width: 1.73rem;
  height: 2.1rem;
  margin: -0.6rem auto 0;
}
.gamelore-container .news-wrap .en-gamelore-tt {
  display: block;
  height: 2.1rem;
  margin: -0.6rem auto 0;
}
.gamelore-container .news-wrap .navbar {
  padding: 0 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.gamelore-container .news-wrap .navbar li a {
  display: block;
  font-size: 0.3rem;
  line-height: 0.4rem;
  letter-spacing: 1px;
  color: #645d56;
}
.gamelore-container .news-wrap .navbar li.on a {
  color: #fff;
}
.gamelore-container .news-wrap .navbar.en-navbar {
  padding: 0 0.2rem;
  margin-top: 0.4rem;
}
.gamelore-container .news-wrap .navbar.en-navbar li a {
  font-size: 0.28rem;
  font-family: Microsoft YaHeiLight;
}
.gamelore-container .news-wrap .navbar.en-navbar li.on {
  border-bottom: 1px solid #7a6744;
}
.gamelore-container .news-wrap .hero-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 0.8rem;
  padding: 0 1.16rem;
}
.gamelore-container .news-wrap .hero-list li {
  width: 2.1rem;
  margin-bottom: 0.7rem;
}
.gamelore-container .news-wrap .hero-list li a {
  display: block;
  width: 100%;
  font-size: 0.26rem;
  letter-spacing: 1px;
  color: #dddddd;
}
.gamelore-container .news-wrap .hero-list li a img {
  width: 2.1rem;
}
.gamelore-container .news-wrap .hero-list li a p {
  text-align: center;
  margin-top: 0.3rem;
}
/* 角色介绍 */
.character-container .news-wrap {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.character-container .news-wrap .back {
  top: 0.6rem;
}
.character-container .news-wrap .character-tt {
  position: absolute;
  top: -0.6rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 2.1rem;
}
.character-container .news-wrap .character-wrap {
  margin-top: 1.4rem;
}
.character-container .news-wrap .character-wrap .swiper-slide a {
  display: block;
}
.character-container .news-wrap .character-wrap .swiper-slide span {
  position: absolute;
  top: 1.1rem;
  right: 0.06rem;
}
.character-container .news-wrap .character-wrap .swiper-slide.tls span {
  width: 2.72rem;
  height: 0.87rem;
  background: url("/m/images/v2/character-tls-name.png");
  background-size: cover;
}
.character-container .news-wrap .character-wrap .swiper-slide.tls span.ft-tls {
  background: url("/ft/m/images/v2/character-tls-name.png");
  background-size: cover;
}
.character-container .news-wrap .character-wrap .swiper-slide.wal span {
  right: 0.5rem;
  width: 2.22rem;
  height: 0.89rem;
  background: url("/m/images/v2/character-wal-name.png");
  background-size: cover;
}
.character-container .news-wrap .character-wrap .swiper-slide.wal span.ft-wal {
  background: url("/ft/m/images/v2/character-wal-name.png");
  background-size: cover;
}
.character-container .news-wrap .character-wrap .swiper-slide.nwd span {
  width: 2.62rem;
  height: 0.89rem;
  background: url("/m/images/v2/character-nwd-name.png");
  background-size: cover;
  z-index: -1;
}
.character-container .news-wrap .character-wrap .swiper-slide.nwd span.ft-nwd {
  background: url("/ft/m/images/v2/character-nwd-name.png");
  background-size: cover;
}
.character-container .news-wrap .character-wrap .swiper-slide.nwd .more-btn {
  top: 4.6rem;
}
.character-container .news-wrap .character-wrap .swiper-slide .more-btn {
  position: absolute;
  top: 4.6rem;
  right: 0.3rem;
  width: 0.85rem;
  height: 0.85rem;
  background: url("/m/images/v2/more-btn.png") no-repeat;
  background-size: cover;
  -webkit-animation: rotateMore 2s infinite linear;
  animation: rotateMore 2s infinite linear;
}
.character-container .news-wrap .character-wrap img {
  display: block;
  height: 9.98rem;
}
.character-container .news-wrap .character-wrap img.name {
  position: absolute;
  top: 1rem;
  right: 0.3rem;
  height: 1.31rem;
}
.character-container .news-wrap .character-wrap img.nwd-name {
  right: 0;
  z-index: -1;
}
.character-container .news-wrap .character-wrap .swiper-pagination {
  position: absolute;
  bottom: 0.4rem;
  left: 0;
  width: 100%;
  height: 1.34rem;
  margin-top: 0.3rem;
  background: url("/m/images/v2/renwu-nav-bg.png") no-repeat center / cover;
}
.character-container .news-wrap .character-wrap .swiper-pagination span {
  width: 1.34rem;
  height: 1.34rem;
  opacity: 1;
  border-radius: 0;
  margin: 0 0.44rem;
}
.character-container .news-wrap .character-wrap .swiper-pagination span:nth-child(1) {
  background: url("/m/images/v2/p1.png") no-repeat;
  background-size: cover;
}
.character-container .news-wrap .character-wrap .swiper-pagination span:nth-child(1).swiper-pagination-bullet-active {
  background: url("/m/images/v2/p1_1.png") no-repeat;
  background-size: cover;
}
.character-container .news-wrap .character-wrap .swiper-pagination span:nth-child(2) {
  background: url("/m/images/v2/p2.png") no-repeat;
  background-size: cover;
}
.character-container .news-wrap .character-wrap .swiper-pagination span:nth-child(2).swiper-pagination-bullet-active {
  background: url("/m/images/v2/p2_1.png") no-repeat;
  background-size: cover;
}
.character-container .news-wrap .character-wrap .swiper-pagination span:nth-child(3) {
  background: url("/m/images/v2/p3.png") no-repeat;
  background-size: cover;
}
.character-container .news-wrap .character-wrap .swiper-pagination span:nth-child(3).swiper-pagination-bullet-active {
  background: url("/m/images/v2/p3_1.png") no-repeat;
  background-size: cover;
}
@-webkit-keyframes rotateMore {
  0%,
  100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes rotateMore {
  0%,
  100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
/* 角色介绍+技能介绍 */
.tk {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 6.58rem;
  height: 8.3rem;
  background: url("/m/images/v2/haracter-hero-bg.png") no-repeat;
  background-size: cover;
  padding: 0.7rem 0.6rem 0 0.9rem;
  z-index: 999;
  display: none;
}
.tk .name {
  width: 4.82rem;
}
.tk .en-name {
  width: 5.03rem;
}
.tk .desc {
  font-size: 0.3rem;
  letter-spacing: 1px;
  line-height: 0.4rem;
  color: #ffffff;
  margin: 0.2rem 0 0.4rem 0;
}
.tk .desc.en-desc {
  font-size: 0.24rem;
}
.tk .jn-desc .jn {
  float: left;
  width: 0.92rem;
  margin-right: 0.43rem;
}
.tk .jn-desc .en-jn {
  float: left;
  width: 1.29rem;
}
.tk .jn-desc .pps {
  padding-top: 0.7rem;
}
.tk .jn-desc .pps p {
  font-size: 0.3rem;
  line-height: 0.38rem;
  color: #ffffff;
  margin-bottom: 0.5rem;
}
.tk.character-hero-nwd .jn-desc .pps p {
  margin-bottom: 0.7rem;
}
.tk.character-hero-nwd .jn-desc .pps.en-pps p {
  font-size: 0.24rem;
  margin-bottom: 0.5rem;
}
.tk.character-hero-tls .jn-desc .en-pps p {
  font-size: 0.24rem;
  margin-bottom: 0.26rem;
}
.tk.character-hero-wal .jn-desc .en-pps p {
  font-size: 0.24rem;
  margin-bottom: 0.6rem;
}
/* 激活码 css */
.cdkey-container .news-wrap {
  height: 100%;
  position: relative;
}
.cdkey-container .cd-bg1 {
  height: 13.34rem;
  background: url("/m/images/v2/cd-bg1.jpg") no-repeat center / cover;
  overflow: hidden;
  position: relative;
}
.cdkey-container .cd-bg1 .back {
  display: block;
  width: 1.12rem;
  height: 0.4rem;
  margin: 0.4rem 0 0 0.2rem;
  background: url("/m/images/v2/back-btn.png") no-repeat;
  background-size: cover;
}
.cdkey-container .cd-bg1 .jhm-tt {
  display: block;
  height: 0.5rem;
  margin: 0.3rem auto;
}
.cdkey-container .cd-bg1 .kuang {
  width: 6.73rem;
  height: 5.19rem;
  margin: 0 auto 0.66rem;
  background: url("/m/images/v2/kuang.png") no-repeat;
  background-size: cover;
  font-size: 0.26rem;
  overflow: hidden;
}
.cdkey-container .cd-bg1 .kuang .yzmcx-tt,
.cdkey-container .cd-bg1 .kuang .zgmcx-tt {
  display: block;
  height: 0.71rem;
  margin: 0.7rem auto 0.34rem;
}
.cdkey-container .cd-bg1 .kuang .code {
  display: block;
  width: 5.37rem;
  height: 0.8rem;
  font-size: 0.3rem;
  letter-spacing: 1px;
  color: #5d503c;
  border-radius: 0;
  background-color: #000000;
  border: solid 1px #65543a;
  text-align: center;
  margin: 0 auto;
}
.cdkey-container .cd-bg1 .kuang p {
  letter-spacing: 1px;
  color: #a1885a;
  text-align: center;
  margin: 0.24rem 0 0.5rem 0;
}
.cdkey-container .cd-bg1 .kuang a {
  display: block;
  width: 5.39rem;
  height: 0.8rem;
  font-size: 0.36rem;
  color: #000;
  text-align: center;
  line-height: 0.8rem;
  letter-spacing: 2px;
  background: url("/m/images/v2/query-btn.png") no-repeat;
  background-size: cover;
  margin: 0 auto 0.6rem;
}
.cdkey-container .cd-bg2 {
  height: 13.58rem;
  background: url("/m/images/v2/cd-bg2.jpg") no-repeat center / cover;
}
.cdkey-container .cd-bg2 .jqzx-tt {
  display: block;
  height: 0.5rem;
  margin: 0 auto;
}
.cdkey-container .cd-bg2 .news-list {
  padding: 0 0.42rem;
  margin-top: 0.3rem;
}
.cdkey-container .cd-bg2 .news-list li {
  height: 0.88rem;
  background: url("/m/images/v2/news-line.png") no-repeat center bottom;
  background-size: 100% 1px;
}
.cdkey-container .cd-bg2 .news-list li a {
  display: block;
  height: 100%;
  line-height: 0.8rem;
  font-size: 0.28rem;
}
.cdkey-container .cd-bg2 .news-list li a .icon {
  float: left;
  width: 12%;
  color: #958358;
}
.cdkey-container .cd-bg2 .news-list li a .title {
  float: left;
  width: 70%;
  height: 100%;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cdkey-container .cd-bg2 .news-list li a .time {
  float: right;
  color: #91887f;
}
.cdkey-container .cd-bg2 .zx-more-btn {
  display: block;
  width: 6.68rem;
  height: 0.69rem;
  background: url("/m/images/v2/zx-more-btn.png") no-repeat;
  background-size: cover;
  margin: 0.44rem auto 0;
}
.cdkey-container .cd-bg2 .jnb-tt {
  display: block;
  height: 0.51rem;
  margin: 0.9rem auto 0;
}
.cdkey-container .cd-bg2 .jnb-wrap {
  width: 100%;
  overflow-x: auto;
  margin-top: 0.54rem;
}
.cdkey-container .cd-bg2 .jnb-wrap .jnb-list {
  width: 1000%;
}
.cdkey-container .cd-bg2 .jnb-wrap .jnb-list li {
  float: left;
  width: 1.73rem;
  height: 2.79rem;
  margin-left: 0.3rem;
  margin-bottom: 0.2rem;
  background: url("/m/images/v2/11.png") no-repeat;
  background-size: cover;
  position: relative;
}
.cdkey-container .cd-bg2 .jnb-wrap .jnb-list li img {
  display: block;
  height: 2.79rem;
}
.cdkey-container .cd-bg2 .jnb-wrap .jnb-list li p {
  position: absolute;
  top: 1.7rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.18rem;
  letter-spacing: 1px;
  color: #d3bf97;
  text-align: center;
}
.cdkey-container .cd-bg2 .jnb-wrap .jnb-list li p.mark {
  color: #625e57;
}
.cdkey-container .cd-bg2 .zhishi {
  display: block;
  height: 0.46rem;
  margin: 0.4rem auto 0;
}
.cdkey-container .cd-bg2 .load-btn {
  display: block;
  width: 5.39rem;
  height: 0.8rem;
  background: url("/m/images/v2/query-btn.png") no-repeat;
  background-size: cover;
  font-size: 0.36rem;
  letter-spacing: 2px;
  color: #000000;
  text-align: center;
  line-height: 0.8rem;
  margin: 0.6rem auto 0;
}
.yy-btn-bg {
  position: absolute;
  top: 10.5rem;
  left: 0;
  width: 100%;
  height: auto;
  text-align: center;
}
.yy-btn-bg a {
  display: block;
  width: 3.67rem;
  height: 0.8rem;
  margin: 0 auto 0.6rem;
}
.yy-btn-bg a:nth-child(1) {
  background: url("/m/images/v2/en-App-store.png") no-repeat;
  background-size: 3.67rem 0.8rem;
}
.yy-btn-bg a:nth-child(2) {
  background: url("/m/images/v2/en-Android.png") no-repeat;
  background-size: 3.67rem 0.8rem;
}
