* {
  padding: 0;
  margin: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

html, body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  font-family: Arial, sans-serif, 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', '微软雅黑';
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

.hide {
  display: none;
}

.wrap, .container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.down-aside {
  width: 2.3rem;
  height: 6.3rem;
  background: url(../img/downimg4.png) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3.15rem;
  z-index: 20;
}

.down-aside a {
  display: block;
  width: 1.6rem;
  height: 0.61rem;
  margin-left: 0.32rem;
  margin-top: 0.08rem;
}

.down-aside a.ios-aside {
  margin-top: 2.18rem;
}

.android-aside {
  top: 0.91rem;
}

.mumu-aside, .leidian-aside {
  cursor: pointer;
}

.page1 {
  /* background: url(../img/bg1.jpg) no-repeat; */
  background: #000;
  background-position: bottom;
  background-size: cover;
  overflow: hidden;
}

.page2 {
  background: url(../img/bg2_2.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}

.page3 {
  background: url(../img/bg3_2.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}

.page4 {
  background: url(../img/bg4_2.jpg) #e1f3fb no-repeat;
  background-position: center bottom;
  overflow: hidden;
  background-size: 100%;
}

.page5 {
  background: url(../img/bg5.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}


.nav {
  width: 100%;
  height: 0.76rem;
  background: rgba(238, 235, 231, 0.9);
  position: fixed;
  top: 0;
  z-index: 10;
}

.nav-box {
  max-width: 19rem;
  min-width: 13.5rem;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  width: 1.37rem;
}

.nav-box ul {
  /* width: 12.6rem; */
  font-family: '微软雅黑';
}

.nav-box ul li {
  width: 2.1rem;
  height: 100%;
  float: left;
  position: relative;
}

.nav-box ul li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #6d6d6d;
  font-size: 0.12rem;
  text-align: center;
}

.nav-box ul li.act a {
  color: #359aff;
}

.nav-box ul li a p {
  font-size: 0.22rem;
  line-height: 0.3rem;
}

.nav-box ul li em {
  font-size: 0.22rem;
  position: absolute;
  color: #6d6d6d;
  top: 5px;
  left: 0;
}

.channel {
  width: 3.6rem;
  height: 100%;
  background: url(../img/channel.png) no-repeat;
  background-size: 100%;
  background-position: center;
  position: relative;
}

.channel>div {
  width: 16.66%;
  height: 100%;
  float: left;
  cursor: pointer;
  position: relative;
}

.channel div a {
  display: block;
  width: 100%;
  height: 100%;
}

.qqbox {
  width: 2.3rem;
  position: absolute;
  left: -0.9rem;
  top: 0.76rem;
  background: #414141;
  display: none;
}

.channel div.qqbox a {
  display: block;
  width: auto;
  margin: 0.05rem;
  line-height: 0.4rem;
  font-size: 0.2rem;
  color: #fff;
  text-align: center;
}

.qqbox a:hover {
  background: #d14b36;
}

.qqbox::after {
  position: absolute;
  content: '';
  border-bottom: 5px solid #414141;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  top: -5px;
  left: 1.1rem;
}

.channel .qq:hover .qqbox {
  display: block;
}

.wx img {
  width: 1.4rem;
  position: absolute;
  top: 0.68rem;
  left: -0.36rem;
  display: none;
}

.wx:hover img {
  display: block;
}


.slogan {
  width: 10rem;
  position: absolute;
  top: 50%;
  margin-top: -0.5rem;
  left: 50%;
  margin-left: -5rem;
}

.down {
  width: 762px;
  height: 168px;
  background: url(../img/downimg3.png) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 50%;
  margin-left: -350px;
  top: 680px;
}

.ios, .android {
  width: 160px;
  height: 62px;
  position: absolute;
  left: 300px;
  top: 16px;
  cursor: pointer;
}

.android {
  top: 91px;
}

.mumu, .leidian {
  width: 160px;
  height: 62px;
  position: absolute;
  left: 470px;
  top: 16px;
  cursor: pointer;
}

.leidian {
  top: 91px;
}

.vbtn {
  width: 0.9rem;
  position: absolute;
  left: 50%;
  margin-left: -0.45rem;
  bottom: 4.3rem;
  cursor: pointer;
  z-index: 5;
}

.rewardbtn {
  width: 1.55rem;
  position: absolute;
  left: 50%;
  margin-left: -0.77rem;
  bottom: 0.4rem;
  cursor: pointer;
}

.arrow {
  width: 0.6rem;
  position: absolute;
  left: 50%;
  margin-left: -0.3rem;
  bottom: 0.3rem;
  cursor: pointer;
  animation: arrow 1s linear infinite;
}

@keyframes arrow {
  0% {
    transform: translateY(0);
    opacity: 0;
  }

  100% {
    transform: translateY(50%);
    opacity: 1;
  }
}

.age {
  width: 0.8rem;
  position: absolute;
  right: 25px;
  top: 1rem;
  cursor: pointer;
}

.dcbox {
  width: 100%;
  height: 1.5rem;
  border-bottom: 0.01rem solid #fff;
  margin-top: -0.6rem;
  position: relative;
}

.dclist {
  width: 11.35rem;
  height: 0.9rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  position: relative;
  margin-top: 0.57rem;
}

.dclist li {
  width: 16.66%;
  text-align: center;
  font-size: 0.3rem;
  color: #ffffff;
  font-weight: bold;
  line-height: 0.9rem;
  position: relative;
}

.dclist li::before {
  position: absolute;
  content: '';
  width: 0.08rem;
  height: 0.08rem;
  background: #fff;
  border-radius: 50%;
  left: 0.9rem;
  top: 0.9rem;
}

.dclist li::after {
  position: absolute;
  content: '';
  width: 0.26rem;
  height: 0.26rem;
  border: 0.01rem solid #fff;
  border-radius: 50%;
  left: 0.8rem;
  top: 0.8rem;
}

.dclist li.act::before {
  background: #fff300;
}

.dclist li.act::after {
  border: 0.01rem solid #fff300;
}

.dclist li img {
  width: 1.2rem;
  position: absolute;
  top: -0.5rem;
  left: 0.4rem;
}

.dcimg {
  width: 100%;
  position: absolute;
  left: 0;
  top: -0.5rem;
}

.dcline {
  width: 5rem;
  height: 0;
  border-bottom: 0.01rem solid #fff300;
  position: absolute;
  bottom: -0.01rem;
}

.dcline img {
  position: absolute;
  width: 0.5rem;
  right: -0.2rem;
  top: -0.22rem;
}

.news-container {
  width: 15.3rem;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -7.65rem;
  top: 50%;
  transform: translateY(-50%);
}

.t {
  width: 4.92rem;
  display: block;
  margin: 0 auto;
}

.news-box {
  width: 100%;
  height: 5.7rem;
  margin-top: 0.4rem;
  background: #fff;
}

.pet1 {
  width: 2rem;
  position: absolute;
  left: 50%;
  margin-left: -9rem;
  top: 50%;
  margin-top: -3.5rem;
  /* animation: pet1 2s linear infinite; */
}

@keyframes pet1 {
  0% {
    transform: translateY(10%);
  }

  50% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(10%);
  }
}

.pet2 {
  width: 5rem;
  position: absolute;
  left: 50%;
  margin-left: 5rem;
  bottom: 0;
  margin-top: 2rem;
  /* animation: pet2 3s linear infinite; */
}

.pet3 {
  width: 6.4rem;
  position: absolute;
  left: 50%;
  margin-left: -6.8rem;
  bottom: 2.5rem;
  /* animation: pet3 3s linear infinite; */
}

.pet4 {
  width: 2.8rem;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -8.8rem;
  margin-top: -4rem;
  /* animation: pet3 3s linear infinite; */
}

.pet5 {
  width: 3.3rem;
  position: absolute;
  left: 50%;
  margin-left: 5.8rem;
  top: 50%;
  margin-top: 2rem;
  /* animation: pet2 3s linear infinite; */
}

@keyframes pet2 {
  0% {
    transform: translateY(10%);
  }

  50% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(10%);
  }
}

@keyframes pet3 {
  0% {
    transform: translateY(3%);
  }

  50% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(3%);
  }
}

.banner {
  width: 8rem;
  height: 5.3rem;
  overflow: hidden;
  margin-top: 0.35rem;
  margin-left: 0.3rem;
  float: left;
  position: relative;
}

.banner img {
  display: block;
  width: 100%;
}

.swiper-pagination-bullet {
  width: 0.16rem;
  height: 0.16rem;
  background: #9d9d9d;
  border-radius: 0.08rem;
  margin: 0 0.15rem !important;
  opacity: 1;
  transition: width 0.5s;
}

.swiper-pagination-bullet-active {
  width: 0.6rem;
  background: #284cc2;
}

.tese-container {
  width: 12.5rem;
  height: 8rem;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -6.25rem;
  top: 50%;
  transform: translateY(-45%);
}

.tese-container .swiper-slide {
  background: #000;
}

.tese-container .swiper-slide img {
  width: 100%;
  display: block;
  opacity: 0.6;
}

.tsbox {
  padding-top: 0.6rem;
}

.tsbox-pagination {
  width: 100%;
  text-align: center;
  bottom: 0.15rem;
}

.kuang {
  width: 10.33rem;
  position: absolute;
  top: 0px;
  z-index: 20;
  left: 50%;
  margin-left: -5.17rem;
  margin-top: -0.06rem;
}

.tsbox .swiper-slide-active img {
  opacity: 1;
}

.swiper-button-prev, .swiper-button-next {
  width: 1.8rem;
  height: 0.64rem;
  background: url(../img/qh.png) no-repeat;
  background-size: auto 100%;
}

.swiper-button-prev::after, .swiper-button-next::after {
  content: '';
}

.swiper-button-next {
  background-position: right;
}

.bot-container {
  width: 13rem;
  height: 100%;
  margin: 0 auto;
  overflow: auto;
}

.links {
  width: 4.9rem;
  height: 4.24rem;
  position: absolute;
  left: 50%;
  margin-left: 1.1rem;
  bottom: 3.8rem;
  background: url(../img/media.png) no-repeat;
  background-size: 100%;
  z-index: 10;
}

.links>div {
  width: 33.33%;
  height: 2.12rem;
  float: left;
  cursor: pointer;
  position: relative;
}

.links>div a {
  display: block;
  width: 100%;
  height: 100%;
}

.links .qq .qqbox {
  left: -0.25rem;
  top: 1.48rem;
  z-index: 999;
}

.links .qq .qqbox::after {
  left: 1rem;
}

.links .qq .qqbox a {
  display: block;
  width: auto;
  margin: 0.05rem;
  line-height: 0.4rem;
  font-size: 0.2rem;
  color: #fff;
  text-align: center;
}

.links .qq:hover .qqbox {
  display: block;
}

.links .wx img {
  left: 0.23rem;
  top: 0.26rem;
}

.links .wx:hover img {
  display: block;
}

.bot-box {
  width: 100%;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
}

.bot-desc {
  width: 9.7rem;
  font-size: 0.14rem;
  color: #c1c1c1;
  line-height: 0.3rem;
  margin-left: 0.7rem;
}
.bot-desc a{
  color: #fff;
}

.news, .infomation, .pictures, .vip, .newsdetail, .yuyue {
  height: 100%;
  overflow: auto;
  /* padding-top: 110px; */
  /* padding-bottom: 400px; */
  background: url(../img/subbg1_2.jpg) #eaf1f9 no-repeat;
  background-position: center top;
  position: relative;
}

.t3 {
  width: 3.23rem;
  margin-top: 1.1rem;
}

.bot-img {
  width: 100%;
  height: 3rem;
  background: url(../img/subbg2_2.jpg) #eaf1f9 no-repeat;
  background-size: 100%;
  background-position: center bottom;
}

.newslist {
  width: 10.38rem;
  margin: 0 auto;
  min-height: 500px;
}

.newslist li {
  height: 1.11rem;
  background: url(../img/listbg2.jpg?v=1) no-repeat;
  background-size: 100%;
  overflow: hidden;
  margin-top: 0.28rem;
  position: relative;
}

.newslist li a {
  display: block;
  margin: 0.55rem 0.3rem 0;
  font-size: 0.22rem;
  color: #49240e;
}

.newslist li a p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.newslist li a span {
  position: absolute;
  right: 0.3rem;
  top: 0.2rem;
}

.news-type {
  width: 11.35rem;
  margin: 0.4rem auto 0;
  overflow: hidden;
}

.news-type li {
  width: 1rem;
  height: 0.48rem;
  font-size: 0.24rem;
  font-weight: bold;
  text-align: center;
  line-height: 0.48rem;
  float: left;
  margin-right: 0.4rem;
  background: #fff;
  color: #2869c2;
  cursor: pointer;
}

.news-type li.act {
  background: #2869c2;
  color: #fff;
}

.more {
  width: 200px;
  height: 56px;
  background: #2869c2;
  font-size: 22px;
  color: #fff;
  text-align: center;
  line-height: 56px;
  margin: 20px auto 0;
  cursor: pointer;
}

.gl-box {
  width: 1136px;
  margin: 40px auto 0;
}

.gl-title, .pic-title {
  width: 100%;
  height: 54px;
  background: url(../img/t4_2.png) no-repeat;
}

.gl-title li {
  width: 25%;
  height: 100%;
  float: left;
  cursor: pointer;
}

.gl1.act {
  background: url(../img/t4_2.png) no-repeat;
  background-position: 0 bottom;
}

.gl2.act {
  background: url(../img/t4_2.png) no-repeat;
  background-position: -284px bottom;
}

.gl3.act {
  background: url(../img/t4_2.png) no-repeat;
  background-position: -568px bottom;
}

.gl4.act {
  background: url(../img/t4_2.png) no-repeat;
  background-position: -852px bottom;
}

.glbox {
  width: 100%;
  height: 500px;
  margin-top: 20px;
  overflow: hidden;
  position: relative;
  background: url(../img/gl.jpg) no-repeat;
}

/* .glbox img{
  position: absolute;
  top: 0;
} */
.pic-title {
  background: url(../img/t5_2.png) no-repeat;
  margin-top: 40px;
}

.pic-title li {
  width: 33.33%;
  height: 100%;
  float: left;
  cursor: pointer;
}

.pic1.act {
  background: url(../img/t5_2.png) no-repeat;
  background-position: 0 bottom;
}

.pic2.act {
  background: url(../img/t5_2.png) no-repeat;
  background-position: 50% bottom;
}

.pic3.act {
  background: url(../img/t5_2.png) no-repeat;
  background-position: 100% bottom;
}

.pic-box {
  height: 312px;
  margin-top: 40px;
  background: url(../img/picbg.png) no-repeat;
  position: relative;
  overflow: hidden;
  z-index: 10;
}

.picSwiper {
  width: 1070px;
  margin-top: 22px;
  margin-left: 33px;
  overflow: hidden;
}

.picSwiper img {
  width: 100%;
}

.picSwiper .swiper-slide .picimg {
  width: 198px;
  height: 198px;
  overflow: hidden;
}

.picSwiper .swiper-slide p {
  font-size: 20px;
  color: #6b6b6b;
  line-height: 56px;
  text-align: center;
}

.pic-button {
  width: 1370px;
  margin: 0 auto;
  position: relative;
  margin-top: -160px;
}

.pic-prev, .pic-next, .picture-prev, .picture-next {
  background: url(../img/qh3.png) no-repeat;
  background-size: auto 100%;
}

.pic-next, .picture-next {
  background-position: right;
}

.gl-list-box {
  width: 692px;
  height: 340px;
  overflow: hidden;
  margin-left: 80px;
  margin-top: 40px;
  position: relative;
  z-index: 5;
}

.gl-list-box li {
  height: 36px;
  font-size: 17px;
  color: #6b6b6b;
  line-height: 36px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: url(../img/line.png) no-repeat;
  background-position: bottom;
  text-indent: 20px;
}

.gl-list-box li.gltitle {
  width: 500px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gl-type {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.gl-type1 {
  background: url(../img/gl1.png?v=1);
}

.gl-type2 {
  background: url(../img/gl2.png?v=1);
}

.gl-type3 {
  background: url(../img/gl3.png?v=1);
}

.gl-type4 {
  background: url(../img/gl4.png?v=2);
}

.gl-list-box li:hover {
  color: #2869c2;
}

.pagination {
  font-size: 0px;
  margin-left: 80px;
}

.pagination span {
  display: inline-block;
  height: 22px;
  padding: 5px 10px 3px;
  font-size: 17px;
  line-height: 22px;
  color: #fff;
  background: #2869c2;
  border-bottom: 2px solid #2869c2;
  margin: 0 10px;
  cursor: pointer;
}

.pagination span.act {
  background: none;
  color: #2869c2;
}

.pagination span.dot {
  background: none;
  border-bottom: 2px solid transparent;
  color: #999;
}

.picture-box {
  width: 1370px;
  position: relative;
  margin: 40px auto 0;
}

.pictureSwiper {
  width: 1150px;
  height: 775px;
  margin-left: 110px;
  overflow: hidden;
}

.pictureSwiper .swiper-slide {
  height: auto;
  text-align: center;
  font-size: 18px;
  /* background: #fff; */
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; */
}

.pictureSwiper .swiper-slide div {
  width: 363px;
  margin: 10px;
  cursor: pointer;
}

.piclist {
  height: 240px;
  float: left;
}

.pictureSwiper .swiper-slide div img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  transition: width 0.5s;
}

.pictureSwiper .swiper-slide div img:hover {
  width: 110%;
}

.piclist a {
  display: block;
  width: 363px;
  height: 204px;
  overflow: hidden;
  position: relative;
}

.piclist p {
  line-height: 0.4rem;
}

.newslistbox {
  width: 6.2rem;
  height: 4.6rem;
  float: left;
  margin-left: 0.4rem;
  margin-top: 0.25rem;
  position: relative;
}

.newslistnav {
  width: 100%;
  overflow: hidden;
}

.newslistnav li {
  width: 1.15rem;
  height: 0.5rem;
  font-size: 0.36rem;
  font-weight: bold;
  color: #000;
  text-align: left;
  line-height: 0.5rem;
  position: relative;
  float: left;
  cursor: pointer;
  text-indent: 0.03rem;
}

.newslistnav li span {
  position: relative;
  z-index: 5;
}

.newslistnav li.act {
  color: #2857c2
}

.newslistnav li.act::after {
  position: absolute;
  content: '';
  width: 0.8rem;
  border-top: 0.1rem solid #fff79f;
  bottom: 0.05rem;
  left: 0px;
  z-index: 0;
}

.newslistcont {
  margin-top: 0.4rem;
}

.newslistcont li {
  height: 0.77rem;
  border-bottom: 1px dotted #b3bdc7;
}

.newslistcont li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 22px;
  color: #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.newslistcont li a p {
  width: 4.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lookall {
  position: absolute;
  left: 50%;
  margin-left: 5.7rem;
  top: 50%;
  margin-top: 2.3rem;
  z-index: 20;
}

.detail-title {
  border-bottom: 0.01rem solid #b4b9bb;
  margin-top: 75px;
  padding: 40px 0 30px;
  color: #000;
  text-align: center;
}

.detail-title p {
  width: 1200px;
  margin: 0 auto;
  font-size: 40px;
  line-height: 50px;
}

.detail-title span {
  display: block;
  font-size: 18px;
  color: #464646;
  line-height: 30px;
}

.detail-cont {
  width: 1200px;
  min-height: 500px;
  margin: 0 auto;
  padding: 30px;
  font-size: 15px;
  color: #464646;
  line-height: 34px;
}

.detail-cont img {
  max-width: 100% !important;
}

.back {
  position: absolute;
  left: 50%;
  margin-left: -600px;
  top: 175px;
  cursor: pointer;
}

.video {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}

.video video {
  width: 990px;
  height: 560px;
  position: absolute;
  left: 50%;
  margin-left: -495px;
  top: 50%;
  margin-top: -280px;
}

.m-tiphtml-box {
  position: fixed;
  z-index: 100;
  left: 50%;
  top: 30%;
  transform: translate(-50%);
  border-radius: 0.2rem;
  overflow: hidden;
  white-space: nowrap;
  -webkit-transform: translate(-50%);
  font-size: 0;
}

.m-tiphtml-box .tip-box-op0 {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: #000000;
  opacity: 0.7;
  z-index: -1;
  font-size: 18px;
}

.m-tiphtml-box .tip-box-op1 {
  padding: 15px 20px;
  font-size: 16px;
  color: #FFFFFF;
}

.pop {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  display: none;
}

.agedesc {
  width: 9.15rem;
  height: 6.59rem;
  background: url(../img/agedesc.png) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 50%;
  margin-left: -4.57rem;
  top: 50%;
  margin-top: -3.29rem;
}

.close {
  width: 0.7rem;
  height: 0.7rem;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}

.iosbox, .iosSucc {
  width: 5.8rem;
  height: 3.64rem;
  position: absolute;
  left: 50%;
  margin-left: -2.9rem;
  top: 50%;
  margin-top: -1.82rem;
  background: url(../img/orderpop1.png) no-repeat;
  background-size: 100%;
}

.androidbox {
  width: 4.91rem;
  height: 3.18rem;
  position: absolute;
  left: 50%;
  margin-left: -2.45rem;
  top: 50%;
  margin-top: -1.6rem;
  background: url(../img/yuyue/pop.png) no-repeat;
  background-size: 100%;
}

.orderSucc {
  width: 7.5rem;
  height: 4.9rem;
  position: absolute;
  left: 50%;
  margin-left: -3.75rem;
  top: 50%;
  margin-top: -2.5rem;
  background: url(../img/ordersucc1.png?v=2) no-repeat;
  background-size: 100%;
}

.orderSucc .close {
  top: 0.35rem;
}

.orderSuccTip {
  font-size: 0.22rem;
  color: #dba83d;
  margin-top: 2.2rem;
  text-align: center;
}

.iosbox input {
  display: block;
  width: 3.77rem;
  height: 0.44rem;
  border: none;
  background: none;
  outline: medium;
  text-indent: 0.2rem;
  font-size: 0.2rem;
  margin-left: 1rem;
  margin-top: 1.22rem;
}

.iosSubmit {
  width: 2rem;
  height: 0.52rem;
  margin-left: 1.6rem;
  margin-top: 1.3rem;
  cursor: pointer;
}

.androidbox input {
  display: block;
  width: 3.77rem;
  height: 0.44rem;
  border: none;
  background: none;
  outline: medium;
  text-indent: 0.2rem;
  font-size: 0.2rem;
  margin-left: 0.6rem;
  margin-top: 1rem;
}

.androidbox input.code {
  margin-top: 0.12rem;
  width: 2.46rem;
}

.androidSubmit {
  width: 2.35rem;
  height: 0.6rem;
  margin-left: 1.3rem;
  margin-top: 0.28rem;
  cursor: pointer;
}

.lookreward {
  width: 2.2rem;
  height: 0.58rem;
  margin-left: 1.5rem;
  margin-top: 2.75rem;
  cursor: pointer;
}

.getcode {
  width: 1.2rem;
  height: 0.49rem;
  position: absolute;
  left: 3.1rem;
  top: 1.54rem;
  font-size: 0.2rem;
  text-align: center;
  line-height: 0.49rem;
  color: #fff;
  cursor: pointer;
}

.sendcode {
  display: none;
}

.vipbox {
  width: 100%;
  height: 1855px;
  background: url(../img/vipbg.jpg) no-repeat;
  background-position: center;
  overflow: hidden;
}

.vip-title {
  width: 100%;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.76rem;
  font-size: 48px;
  color: #000;
  font-weight: bold;
}

.vip-title span {
  margin-left: 20px;
  margin-top: 10px;
}

.vip-cont {
  width: 1000px;
  margin: 0 auto;
}

.vip-cont img {
  display: block;
  margin: 10px;
}

.vip-desc {
  font-size: 22px;
  color: #464646;
  font-weight: bold;
  margin-top: 20px;
}

.vip-desc span {
  font-size: 20px;
  font-weight: normal;
}

.vip-tip {
  font-size: 16px;
  color: #6d6b6b;
  margin-top: 20px;
  line-height: 26px;
}

.kf {
  width: 168px;
  position: fixed;
  right: 0;
  top: 50%;
  margin-top: -140px;
  z-index: 999;
}

.kf1 {
  width: 168px;
  position: fixed;
  right: 0;
  top: 50%;
  margin-top: -0px;
  z-index: 999;
}

.cz {
  width: 102px;
  height: 134px;
  position: absolute;
  right: 20px;
  top: 17px;
}

.kknav {
  width: 11.81rem;
  height: 0.9rem;
  background: url(../img/nav.png) no-repeat;
  background-size: 100%;
  margin: 0.35rem auto 0;
}

.kknav li {
  width: 20%;
  height: 100%;
  float: left;
  cursor: pointer;
}

.kknav1.act {
  background: url(../img/nav.png) no-repeat;
  background-size: 11.81rem auto;
  background-position: 0% -0.94rem;
}

.kknav2.act {
  background: url(../img/nav.png) no-repeat;
  background-size: 11.81rem auto;
  background-position: 25% -0.94rem;
}

.kknav3.act {
  background: url(../img/nav.png) no-repeat;
  background-size: 11.81rem auto;
  background-position: 50% -0.94rem;
}

.kknav4.act {
  background: url(../img/nav.png) no-repeat;
  background-size: 11.81rem auto;
  background-position: 75% -0.94rem;
}

.kknav5.act {
  background: url(../img/nav.png) no-repeat;
  background-size: 11.81rem auto;
  background-position: 100% -0.94rem;
}

.kkbox {
  width: 100%;
  background: url(../img/kkbg.png) no-repeat;
  background-size: 9.79rem auto;
  background-position: center top;
  margin-top: 0.2rem;
  position: relative;
}

.kkSwiper {
  width: 9.1rem;
  height: 6.2rem;
  overflow: hidden;
  margin-left: 1.43rem;
  margin-top: 0.38rem;
  position: relative;
}

.kkSwiper img {
  width: 100%;
  display: block;
}

.kkSwiper .swiper-pagination-bullet {
  background: #359aff;
}

.kkSwiper .swiper-pagination-bullet-active {
  background: #fff;
}

.kktip {
  font-size: 0.18rem;
  color: #fff;
  text-align: center;
}

.kkbox .kk-prev, .kkbox .kk-next {
  width: 0.5rem;
  height: 0.5rem;
  background: url(../img/qh.png);
  background-size: 11.76rem auto;
  background-position: -0.2rem -0.05rem;
}

.kkbox .kk-prev {
  left: 50%;
  margin-left: -5.7rem;
  /* margin-top: 0.5rem; */
}

.kkbox .kk-next {
  left: 50%;
  margin-left: 5.2rem;
  /* margin-top: 0.5rem; */
  background: url(../img/qh.png);
  background-size: 11.76rem auto;
  background-position: -11.1rem -0.05rem;
}

.kktitle {
  width: 3.61rem;
  height: 0.87rem;
  background: url(../img/kk.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 4.67rem;
  left: 1rem;
  z-index: 10;
  font-size: 0.3rem;
  font-weight: bold;
  color: #5caeff;
  line-height: 1rem;
  text-indent: 1.1rem;
}

.yuyuecont {
  max-width: 19.2rem;
  margin: 0 auto;
  height: 36.5rem;
  background: url(../img/yuyue/bg.jpg) no-repeat;
  background-size: 100%;
  background-position: top center;
  overflow: hidden;
  position: relative;
}
.server{
  width: 3rem;
  height: 1rem;
  margin: 5.38rem auto 0;
}
.server p{
  font-size: 0.36rem;
  color: #d36a40;
  margin-left: 0.7rem;
  line-height: 0.4rem;
}
.server span{
  display: block;
  font-size: 0.18rem;
  color: #874118;
  line-height: 0.4rem;
  margin-left: 0.7rem;
}
.yuyuebtn{
  display: block;
  width: 3rem;
  margin: 0.6rem auto 0;
  cursor: pointer;
}
.ordernum{
  width: 3rem;
  margin: 0.1rem auto 0;
  font-size: 0.21rem;
  color: #b27071;
  text-align: center;
}
.ordernum span{
  font-weight: bold;
  color: #d36a40;
}
.reward{
  display: block;
  width: 15.42rem;
  margin: 1.3rem auto 0;
}
.arrow-down{
  width: 0.76rem;
  position: absolute;
  left: 50%;
  margin-left: -0.38rem;
  top: 8.2rem;
  cursor: pointer;
  animation: arrow 1s linear infinite;
}
.yuyuet1, .yuyuet2{
  display: block;
  width: 4.5rem;
  margin: 0 auto;
}
.yuyuet1 {
  margin-top: -0.7rem;
}
.yuyuet2 {
  margin-top: 0.7rem;
}
.newserver{
  width: 11.20rem;
  margin: 0.3rem auto 0;
  overflow: hidden;
}
.serverlist{
  width: 0.85rem;
  position: relative;
  float: left;
  margin-left: 0.03rem;
  overflow: hidden;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.serverlist.act{
  width: 7.6rem;
}
.serveritem{
  width: 0.85rem;
  height: 4.42rem;
  background: url(../img/yuyue/btnbg.png) no-repeat;
  background-size: auto 100%;
  background-position: -1.45rem 0;
  font-size: 0.3rem;
  line-height: 0.34rem;
  color: #fff;
  text-align: center;
  overflow: hidden;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.serverlist.act .serveritem{
  background-position: 0 0;
}
.serveritem p span{
  writing-mode: vertical-lr;
  text-orientation: mixed;
}
.serveritem p{
  height: 2.3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0.55rem;
}
.serveritem .sort{
  font-size: 0.24rem;
  text-align: center;
  margin-top: 0.66rem;
  color: #fff;
}
.serverlist img{
  position: absolute;
  width: 6.9rem;
  top: 0.1rem;
  left: 0.66rem;
  opacity: 0;
  transition: all 0.5s;
}
.serverlist.act img{
  opacity: 1;
}
.chargebox{
  width: 14rem;
  height: 5.14rem;
  background: url(../img/yuyue/sbg.png) no-repeat;
  background-size: auto 100%;
  margin: 0.2rem auto;
  overflow: hidden;
}
.chargelist{
  width: 5.69rem;
  height: 4rem;
  margin-left: 4.05rem;
  margin-top: 0.6rem;
  overflow: hidden;
  position: relative;
}
.chargelist .swiper-slide img{
  width: 100%;
}
.chargelist .swiper-pagination{
  bottom: 0.05rem !important;
  z-index: 1;
}
.chargelist .swiper-pagination-bullet {
  width: 0.1rem;
  height: 0.1rem;
  background: #efe8c4;
  border-radius: 0.05rem;
  margin: 0 0.05rem !important;
  opacity: 1;
}

.chargelist .swiper-pagination-bullet-active {
  background: #e8252b;
}
.chargelist .swiper-button-prev, .chargelist .swiper-button-next {
  width: 1.2rem;
  height: 0.42rem;
  background: url(../img/yuyue/qh.png) no-repeat;
  background-size: auto 100%;
  top: auto;
  bottom: 0.1rem;
}

.chargelist .swiper-button-prev::after, .swiper-button-next::after {
  content: '';
}
.chargelist .swiper-button-prev {
  background-position: left;
  left: 0.5rem;
}
.chargelist .swiper-button-next {
  background-position: right;
  right: 0.5rem;
}
.godown{
  position: fixed;
  width: 0.96rem;
  right: 0.5rem;
  bottom: 0.5rem;
  cursor: pointer;
  z-index: 10;
}
.yuyuebot{
  height: 2rem;
  background: #000;
}