@charset "utf-8";

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
  margin: 0;
  padding: 0;
}

body {
  padding: 0;
  margin: 0;
  background: #fff;
  font: 0.16rem "黑体";
}

html,
body,
fieldset,
img,
iframe,
abbr {
  border: 0;
}

html,
body,
.container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

* {
  outline: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-focus-ring-color: rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

li {
  list-style: none;
}

input,
button,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

textarea {
  overflow: auto;
  resize: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
  font-weight: 700;
}

a {
  border: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: none;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

img {
  width: 100%;
  vertical-align: middle;
}

input,
select {
  outline: none;
}

/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand {
  display: none;
}

li {
  list-style: none;
}

textarea {
  overflow: auto;
  resize: none;
}

.hide {
  display: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.show {
  display: block;
}

@-webkit-keyframes higtLow {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  100% {
    -webkit-transform: scale(1, 0.3);
    transform: scale(1, 0.3);
  }
}

@keyframes higtLow {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  100% {
    -webkit-transform: scale(1, 0.3);
    transform: scale(1, 0.3);
  }
}

@-webkit-keyframes float-hair {
  0% {
    -webkit-transform: skew(0deg, 0);
    transform: skew(0deg, 0);
  }

  50% {
    -webkit-transform: skew(-6deg, 0deg);
    transform: skew(-6deg, 0deg);
  }

  100% {
    -webkit-transform: skew(0deg, 0);
    transform: skew(0deg, 0);
  }
}

@keyframes float-hair {
  0% {
    -webkit-transform: skew(0deg, 0);
    transform: skew(0deg, 0);
  }

  50% {
    -webkit-transform: skew(-6deg, 0);
    transform: skew(-6deg, 0);
  }

  100% {
    -webkit-transform: skew(0deg, 0);
    transform: skew(0deg, 0);
  }
}

.fullpage {
  width: 100%;
  height: 100%;
}

/*-- header --*/
.header {
  width: 100%;
  height: 0.9rem;
  position: absolute;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 50;
}

#menu {
  position: absolute;
  top: 0;
  right: 3.63rem;
  overflow: hidden;
  font-size: 0;
}

#menu li {
  float: left;
  list-style: none;
}

#menu li a.m {
  width: 1.6rem;
  height: 0.9rem;
  line-height: 0.9rem;
  display: block;
  text-align: center;
}

#menu li:nth-of-type(1) a.m img {
  width: 0.76rem;
}

#menu li:nth-of-type(2) a.m {
  width: 2.25rem;
}

#menu li:nth-of-type(2) a.m img {
  width: 1.77rem;
}

#menu li a.m:nth-of-type(3) {
  width: 1.95rem;
}

#menu li:nth-of-type(3) a.m img {
  width: 1.41rem;
}

#menu li a.m:hover,
#menu li a.m.active {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

#menu li a:hover {
  background-color: #faca8c;
}

.wrap {
  width: 100%;
  position: relative;
  background: url("../image/bg.png") no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

/* 顶部图标列表 */
.top-list {
  position: absolute;
  top: 0.34rem;
  left: 1.6rem;
  display: flex;
  align-items: center;
  z-index: 10;
}

.top-list li {
  margin-right: .28rem;
}

.top-list li:last-child {
  margin-right: 0;
}

/* .top-list li.head-icon {
  width: 1.04rem;
  height: 0.95rem;
  background: url(../image/section1/head-icon.png) no-repeat;
  background-size: 100%;
  position: fixed;
  top: 0rem;
  left: 0.4rem;
} */

.top-list li.top-lounge {
  background: url(../image/section1/top-Lounge.png) no-repeat;
  background-size: 100%;
  width: .34rem;
  height: .26rem;
}

.top-list li.top-youtube {
  background: url(../image/section1/top-YouTube.png) no-repeat;
  background-size: 100%;
  width: .34rem;
  height: .23rem;
}

.top-list li.top-discord {
  background: url(../image/section1/top-Discord.png) no-repeat;
  background-size: 100%;
  width: .29rem;
  height: .22rem;
}

.top-list li.top-tiktok {
  background: url(../image/section1/top-tiktok.png) no-repeat;
  background-size: 100%;
}



.top-list li a {
  display: block;
  width: 100%;
  height: 100%;
}

/* 侧边列表 */
.nav-list {
  width: 5rem;
  height: 0.94rem;
  position: fixed;
  left: 3rem;
  z-index: 10;
  color: #ffffff;
  display: flex;
  cursor: pointer;
  align-items: center;
  /* justify-content: space-between;*/
}

.nav-list li {
  height: 0.27rem;
}

.nav-list li.nav-1 {
  position: absolute;
  left: 0rem;
}

.nav-list li.nav-2 {
  position: absolute;
  left: 0.83rem;
}

.nav-list li.nav-3 {
  position: absolute;
  left: 2.2rem;
}

.nav-list li.nav-4 {
  position: absolute;
  left: 3.42rem;
}

/* .nav-list li.active {
  color: #d9e4f2;
} */

.play {
  width: 1.86rem;
  height: 1.87rem;
  position: absolute;
  cursor: pointer;
  top: 5rem;
  left: 50%;
  margin-left: -.93rem;
  background: url(../image/section1/btn-play.png) no-repeat;
  background-size: 100%;
}

/*第一屏*/
.page1 .store-btns {
  position: relative;
  bottom: -2.7rem;
}

.page1 .store-btns a {
  display: inline-block;
  width: 2.67rem;
  height: 0.79rem;
}

@keyframes bounce-inSS {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-30px);
  }

  60% {
    transform: translateY(-15px);
  }
}


.page1 .store-btns a>span {
  width: 100%;
  height: 100%;
  /* width:1.68rem; */
  /* height: 0.51rem; */
  position: relative;
  display: inline;
  float: left;
  overflow: hidden;
  border-radius: 0.2rem;
  -webkit-transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}

.page1 .store-btns .google-store-btn {
  background: url(../image/section1/google_store.png) no-repeat;
  background-size: 100%;
}

.page1 .store-btns .ios-store-btn {
  background: url(../image/section1/ios-store.png) no-repeat;
  background-size: 100%;
}

.page1 .store-btns .one-store-btn {
  background: url(../image/section1/one-store.png) no-repeat;
  background-size: 100%;
}

.page1 .store-btns .galaxy-store-btn {
  background: url(../image/section1/galaxy-store.png) no-repeat;
  background-size: 100%;
}

.header-select {
  width:.4rem;
  height: .6rem;
  left: 50%;
  margin-left: -0.2rem;
  top: 90%;
  position: absolute;
  animation: bounce-inSS 2s infinite;
  cursor: pointer;
}

/* .header-select .btn-line::after {
  content: '';
  width: 1.13rem;
  height: .16rem;
  background: url(../image/section1/header-select-text.png) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
} */

.swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.swiper-container .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  /* font-size: 80px; */
  font-weight: bold;
  color: #000;
  background-size: cover;
  /* background-color: #515151; */
}

/* .swiper-wrapper .swiper-slide.page1 {
  margin: 0 auto;
  height: 10.8rem;
  min-width: 1200px;
  overflow: hidden;
  position: relative;
  background: url(../image/section1/bg.png) no-repeat center;
  background-size: 100%;
} */

.swiper-wrapper .swiper-slide.page2 {
  margin: 0 auto;
  min-width: 1200px;
  overflow: hidden;
  position: relative;
  background: url(../image/section3/bg.jpg) no-repeat center;
  height: 10.8rem;
}

#page-mp4 {
  width: 100%;
  /* height: 100%; */
  position: absolute;
  left: 0;
  top: 0;
}

.link-gp-linght {
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: url(../image/order-store-light.png) no-repeat;
  background-size: 100%;
  content: "";
  transition: all 650ms;
  -webkit-animation: sg 2s linear infinite;
  -moz-animation: sg 2s linear infinite;
  -ms-animation: sg 2s linear infinite;
  animation: sg 2s linear infinite;
}

.link-ios-linght {
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: url(../image/order-store-light.png) no-repeat;
  background-size: 100%;
  content: "";
  transition: all 650ms;
  -webkit-animation: sg 2s linear infinite;
  -moz-animation: sg 2s linear infinite;
  -ms-animation: sg 2s linear infinite;
  animation: sg 2s linear infinite;
}

.link-store-linght {
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: url(../image/order-store-light.png) no-repeat;
  background-size: 100%;
  content: "";
  transition: all 650ms;
  -webkit-animation: sg 2s linear infinite;
  -moz-animation: sg 2s linear infinite;
  -ms-animation: sg 2s linear infinite;
  animation: sg 2s linear infinite;
}

.header .link-btn>span {
  font-size: .24rem;
  margin-left: .08rem;
  font-weight: 700;
  float: right;
  margin-top: .3rem;
}

.header .link-btn>span>span {
  color: #31518d;
}

.header .link-btn>span>span:nth-of-type(2) {
  cursor: pointer;
}

.topic {
  width: 100%;
  height: 100vh;
  position: relative;
  top: 0;
  left: 0;
  background: url("../image/banner.png") no-repeat center top;
  background-size: 100%;
}

.topic-footer {
  position: absolute;
  width: 100%;
  height: 4.59rem;
  background: url("../image/img-footer.png") no-repeat;
  background-size: 100%;
  top: 6.35rem;
  left: 0;
}

.topic .icon-list {
  display: flex;
  position: absolute;
  top: 0.3rem;
  left: 0.2rem;
}

.topic .icon-list .icon {
  width: 0.93rem;
  height: 0.95rem;
  margin-right: 0.2rem;
}

.topic .icon-list .icon:first-child {
  background: url("../image/top-f.png") no-repeat;
  background-size: 100%;
}

.topic .icon-list .icon:last-child {
  background: url("../image/top-she.png") no-repeat;
  background-size: 100%;
}

.topic .btn-list {
  display: flex;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 7.3rem;
  z-index: 3;
}

.topic .btn-list .btn {
  width: 2.7rem;
  height: 0.96rem;
}

.topic .btn-list .btn-ios {
  background: url("../image/btn-ios.png") no-repeat;
  background-size: 100%;
}

.topic .btn-list .btn-aos {
  background: url("../image/btn-aos.png") no-repeat;
  background-size: 100%;
}

.topic .btn-list .btn-apk {
  background: url("../image/btn-apk.png") no-repeat;
  background-size: 100%;
}

.topic .btn-list .btn-pc {
  background: url("../image/btn-pc.png") no-repeat;
  background-size: 100%;
}

.logo {
  width: 3.18rem;
  position: absolute;
  top: 0rem;
  left: 1.4rem;
  cursor: default;
}

.topic .slogan {
  width: 3.03rem;
  position: absolute;
  top: 1.5rem;
  left: 5.4rem;
}

/*资讯栏*/
.infor {
  width: 100%;
  height: 10.2rem;
  position: relative;
  font-size: 0;
}

.infor-title {
  width: 3.57rem;
  height: 0.86rem;
  margin: 0 auto;
}

.infor .infor-bgg {
  position: absolute;
  width: 12.41rem;
  height: 10.56rem;
  background: url("../image/intor-bg.png") no-repeat;
  background-size: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/*.infor:before{*/
/*content: '';*/
/*width: .78rem;*/
/*height: .5rem;*/
/*position: absolute;*/
/*top: -.50rem;*/
/*right: -.40rem;*/
/*background: url("../images/news-butterfly.png") no-repeat;*/
/*background-size: 100%;*/
/*}*/
/*footer*/
.footer {
  width: 100%;
  height: 0.9rem;
  background: #000000;
  text-align: center;
  position: absolute;
  bottom: 0;
  z-index: 2;
}

.copyright,
.logo-game,
.copyright img,
.copyright p {
  display: inline-block;
  vertical-align: top;
}

.main-swiper-container .logo-game {
  margin-top: 0.2rem;
}

.logo-game {
  width: 2.41rem;
  height: 0.48rem;
  position: relative;
  background: url(../image/footer-logo.png) no-repeat center;
  background-size: 100%;
  margin-top: 0.2rem;
}

/* .logo-game:after {
  content:"";
  width: .02rem;
  height: 1rem;
  position:absolute;
  top: 0rem;
  right: -.6rem;
  background-color:#999999;
} */

.copyright {
  position: relative;
  top: 0.06rem;
}

.copyright img {
  width: .68rem;
}

.main-swiper-container .copyright p {
  margin-top: 0.33rem;
}

.copyright p {
  margin-left: 0.5rem;
  line-height: .28rem;
  font-size: 0.18rem;
  color: #737373;
  text-align: left;
  margin-top: 0.36rem;
  border-left: 0.01rem solid #737373;
  padding-left: 0.5rem;
}

.copyright p>a {
  color: #938a8a;
  text-decoration: none;
  padding-bottom: 0.05rem;
  /* border-bottom: 0.01rem solid; */
  font-size: 0.16rem;
}

.swiper-wrapper .swiper-slide.footer{
  margin: 0 auto;
  min-width: 1200px;
  overflow: hidden;
  position: relative;
}

.footerbox {
    width: 100%;
    position: relative;
    height: .9rem;
}

/*侧边栏*/
/* .slidebar {
    height: 5rem;
    width: 1.98rem;
    position: fixed;
    right: .5rem;
    top: 50%;
    margin-top: -2.5rem;
    background: url(../images/slidebar-bg.png) no-repeat 100% 0;
    background-size: .35rem 4.23rem;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    z-index: 10;
}
.slidebar nav{
    margin: .4rem .32rem 0 0;
    font-size: 0;
}
.slidebar nav a{
    width: 1.66rem;
    margin-bottom: .10rem;
    display: block;
}
.slidebar nav a.slidebar-erweima{
    width: 1.66rem;
    height: 1.37rem;
    margin-bottom: .2rem;
    background: url("../images/erweima-bg.png") no-repeat;
    background-size: 100%;
    cursor: default;
}
.slidebar nav a.slidebar-erweima img{
    width: 1.16rem;
    margin: .08rem .12rem 0 .38rem;
}
.slidebar nav a.btn-top{
    width: .48rem;
    margin: .24rem 0 0 1.55rem;
} */
/*侧边栏*/
.slidebar {
  width: 2.58rem;
  height: 4.13rem;
  position: fixed;
  right: 0rem;
  top: 50%;
  margin-top: -3rem;
  background: url(../image/nav-bg.png) no-repeat 100% 0;
  background-size: 100%;
  z-index: 10;
}

.slidebar nav {
  margin: 0.4rem 0.36rem 0 0;
  font-size: 0;
  text-align: center;
  position: relative;
}

.slidebar nav a {
  width: 1.7rem;
  height: 0.48rem;
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  left: .45rem;
}

.slidebar nav .erweima {
  width: 1.6rem;
  height: 1.6rem;
  /* background-image: url(../images/erweima.jpg); */
  background-size: 100%;
  cursor: default;
  top: 0.19rem;
  left: 1.2rem;
}

.slidebar nav .erweima img {
  /* width: 1.21rem; */
}

.slidebar nav a:nth-child(1) {
  width: 1.7rem;
  height: 0.62rem;
  background-image: url("../image/nav-ios.png");
  top: 1rem;
}

.slidebar nav a:nth-child(2) {
  width: 1.71rem;
  height: 0.63rem;
  background-image: url("../image/nav-aos.png");
  top: .35rem;
}

.slidebar nav a:nth-child(3) {
  width: 1.71rem;
  height: 0.63rem;
  background-image: url("../image/nav-lounge.png");
  top: 1.6rem;
}

.slidebar nav a:nth-child(5) {
  background-image: url("../image/nav-pc.png");
  top: 3.75rem;
}

.slidebar nav a:nth-child(6) {
  background-image: url("../image/nav-guan.png");
  top: 4.3rem;
}

.slidebar nav a:nth-child(7) {
  background-image: url("../image/nav-ba.png");
  top: 4.85rem;
}

/* .slidebar nav a:nth-child(2):hover {
  background-image: url("../image/nav-ios-active.png");
  transition: all 0.6s;
}

.slidebar nav a:nth-child(3):hover {
  background-image: url("../image/nav-aos-active.png");
  transition: all 0.6s;
}

.slidebar nav a:nth-child(4):hover {
  background-image: url("../image/nav-apk-active.png");
  transition: all 0.6s;
}

.slidebar nav a:nth-child(5):hover {
  background-image: url("../image/nav-pc-active.png");
  transition: all 0.6s;
}

.slidebar nav a:nth-child(6):hover {
  background-image: url("../image/nav-guan-active.png");
  transition: all 0.6s;
}

.slidebar nav a:nth-child(7):hover {
  background-image: url("../image/nav-ba-active.png");
  transition: all 0.6s;
} */

.slidebar nav .btn-top {
  width: 0.81rem;
  height: 0.43rem;
  left: 1.35rem;
  top: 2.2rem;
  background: url("../image/nav-top.png") no-repeat;
  background-size: 100%;
}

/*弹出视频*/
.shade {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

.videos {
  width: 10rem;
  height: 6rem;
  position: absolute;
  left: 50%;
  margin-left: -5rem;
  top: 50%;
  margin-top: -3rem;
}

.close {
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  left: 10.2rem;
  background: url(../images/btn-close.png) no-repeat;
  background-size: 100%;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 101;
}

.close:hover {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/*弹层*/
.dialog {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  z-index: 101;
}

.pop-line-nei p {
  width: 3rem;
  margin: auto;
  line-height: 0.5rem;
  font-size: 0.24rem;
  color: #fff;
  text-align: center;
}

.pop-line .dia-close {
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  top: 0;
  left: 3.2rem;
  background: url(../images/btn-close.png);
  background-size: 100%;
  cursor: pointer;
  z-index: 101;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.dia-close:hover {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

/*二级页面*/
#wrapper {
  width: 100%;
  height: 100vh;
  /* background: #fff url("../images/bg_01.jpg") no-repeat center top;
    background-size: 100%; */
  background: url("../image/bg2.png") no-repeat;
  /*background-attachment: fixed;*/
  background-size: 100%;
}

.content {
  width: 15rem;
  height: 12.42rem;
  margin: 0 auto 2rem;
  position: relative;
  top: 1.5rem;
  background-color: #eee;
  border-radius: 0.3rem;
  box-shadow: 0 0 0.2rem #ccc;
}

.content-header {
  margin: 0 1.56rem;
  padding-top: 0.5rem;
  position: relative;
  /* background: url("../images/news-line.png") no-repeat left bottom;
    background-size: 10.52rem .37rem; */
}

.content-header-title {
  line-height: 0.9rem;
  font-size: 0.42rem;
  color: #faca8c;
  text-indent: 0.3rem;
  border-bottom: 1px solid #bfbfbf;
  position: relative;
}

.content-header-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0.04rem;
  width: 1.5rem;
  background-color: #faca8c;
}

.goBack {
  position: absolute;
  right: 0.3rem;
  bottom: 0.25rem;
  font-size: 0.24rem;
  font-weight: 700;
  color: #515151;
}

.content-detail {
  position: absolute;
  width: 8.5rem;
  height: 5rem;
  left: 24%;
  top: 1.2rem;
  /* background: url(../image/detail-bg.png) no-repeat; */
  background-size: 100%;
}

.content-main {
  position: relative;
  width: 7.5rem;
  margin-top: 1.8rem;
  margin-left: 1.3rem;
  letter-spacing: 0.02rem;
}

.back {
  width: 0.83rem;
  height: 0.2rem;
  background: url(../image/btn-back.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 1.7rem;
  right: -.5rem;
}

.content-main-tab {
  width: 7.3rem;
  height: 0.72rem;
  margin: auto;
  /* background: url("../images/news-nav.png") no-repeat;
    background-size: 100%; */
}

.content-main-tab-item {
  width: 2.33rem;
  margin-top: 0.05rem;
  line-height: 0.63rem;
  font-size: 0.36rem;
  text-align: center;
  float: left;
  z-index: 99;
  border: 1px solid #faca8c;
  background-color: #ccc;
}

.content-main-tab-item:nth-of-type(1),
.content-main-tab-item:nth-of-type(2) {
  border-right: 0;
}

.content-main-tab-item:first-child {
  margin-left: 0.23rem;
}

.content-main-tab-item.active,
.content-main-tab-item:hover {
  background-color: #faca8c;
  color: #fff;
}

.content-main-tab-item a {
  display: block;
  color: #fff;
  text-shadow: 0 0 0.04rem #ccc;
}

.content-main-tab-item a img {
  width: auto;
  height: 0.31rem;
  margin-right: 0.1rem;
  vertical-align: unset;
}

.content-main-list {
  height: 8.2rem;
  padding-top: 0.25rem;
  clear: both;
}

.content-main-list-item {
  line-height: 0.95rem;
  height: 0.95rem;
  border-bottom: 0.01rem solid #dce1e7;
  overflow: hidden;
}

.content-main-list-item a {
  font-size: 0.25rem;
  color: #515151;
}

.content-main-list-item a:hover {
  /*font-weight: 700;*/
}

.content-main-list-item_icon {
  float: left;
  /* width: .93rem;
    height: .35rem; */
  padding: 0 0.16rem;
  margin: 0.3rem 0.3rem 0 0.6rem;
  background-color: #515151;
  display: inline-block;
  border-radius: 0.2rem;
  line-height: 0.35rem;
  color: #fff;
  text-align: center;
}

.content-main-list-item_title {
  float: left;
  width: 7.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.content-main-list-item_date {
  float: right;
  margin-right: 0.5rem;
  text-align: right;
}

.content-main-page {
  margin: 0.3rem 1.2rem;
}

.content-main-page-list {
  font-size: 0.32rem;
  color: #515151;
  text-align: center;
}

.content-main-page-list li {
  display: inline-block;
  margin: 0 0.15rem;
}

.content-main-page-list .pagination li.active a {
  text-decoration: underline;
  color: #2d92b0;
}

.content-main-page-list a {
  /* margin: 0 .15rem; */
  display: inline-block;
  color: #515151;
}

.content-main-page-list a:hover {
  text-decoration: underline;
}

#pageNow {
  text-decoration: underline;
}

#prevPageNow,
#nextPage {
  /* font-family: '微软雅黑'; */
}

.content-main-inner {
  max-height: 3.85rem;
  padding-right: 0.2rem;
  overflow-y: auto;
}

.content-main-inner::-webkit-scrollbar {
  width: 0.08rem;
  color: #694819;
}

.content-main-inner::-webkit-scrollbar-thumb {
  background-color: #838383;
  border-radius: 4px;
}

.content-main-inner::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.25);
}

.content-main-title {
  font-family: 'A12';
  font-size: 0.2rem;
  font-weight: 600;
  text-align: center;
  color: #d3c3a8;
}

.content-main-time {
  line-height: 0.4rem;
  font-size: 0.18rem;
  text-align: center;
  color: #d3c3a8;
}

@font-face {
  font-family: 'A12';
  src: url('../font/A12.ttf');  
}

.content-main-ctn {
  margin-top: 0.1rem;
  font-size: 0.18rem;
  word-break: break-word;
  line-height: 0.4rem;
  color: #e1e0e0;
  font-family: 'A12';
}

.content-main-ctn img {
  max-width: 100%;
  margin: auto;
  display: block;
}

#wrapper .long {
  background:url(../image/long.png) no-repeat;
  background-size: 100% 100%;
  width: 954px;
  height: 850px;
  position: absolute;
  top: 2.25rem;
  left: 50.4%;
  z-index: 1;
  pointer-events: none;
}



/* 缩放动画 */
.zoom {
  -webkit-animation: pulse 1s infinite;
  -o-animation: pulse 1s infinite;
  animation: pulse 1s infinite;
}

/* 角色介绍 */
.hunter {
  width: 100%;
  height: 10.8rem;
  position: relative;
  margin-top: 1rem;
}

.hunter .hunter-title {
  width: 4.41rem;
  height: 1.23rem;
  margin: 0 auto;
}

.hunter .hunter-info {
  width: 100%;
  height: 9rem;
  position: absolute;
}

.hunter .hunter-info .swiper-slide div {
  position: absolute;
}

.hunter .hunter-info .swiper-slide .hunter-pic {
  left: 4.8rem;
  top: -0.3rem;
}

.hunter .hunter-info .swiper-slide .hunter-right {
  width: 6.43rem;
  height: 5.31rem;
  right: 3.6rem;
  top: 0.2rem;
}

.hunter-swiper-pagination {
  position: absolute;
  top: 0.8rem;
  left: 4.2rem;
  display: flex;
  background: url("../image/section4/swiper-pag.png") no-repeat;
  background-size: 100%;
  width: 4.7rem;
  height: 5.28rem;
}

.hunter-swiper-pagination .swiper-pagination-bullet {
  /* width: 2.5rem;
  height: 1.6rem; */
  /* margin-right: 0.4rem; */
  width: 2.27rem;
  height: 1.45rem;
  opacity: 1;
}

.hunter-swiper-pagination .swiper-pagination-bullet:nth-child(1) {
  background: url(../image/section4/spwer-page-1.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: -0.5rem;
  left: 0.3rem;
}

.hunter-swiper-pagination .swiper-pagination-bullet:nth-child(2) {
  background: url(../image/section4/spwer-page-2.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0.5rem;
  left: -0.9rem;
}

.hunter-swiper-pagination .swiper-pagination-bullet:nth-child(3) {
  background: url(../image/section4/spwer-page-3.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 1.8rem;
  left: -1.4rem;
}

.hunter-swiper-pagination .swiper-pagination-bullet:nth-child(4) {
  background: url(../image/section4/spwer-page-4.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 3.2rem;
  left: -1.1rem;
}

.hunter-swiper-pagination .swiper-pagination-bullet:nth-child(5) {
  background: url(../image/section4/spwer-page-5.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 4.2rem;
  left: 0rem;
}

/* .hunter-swiper-pagination .swiper-pagination-bullet:nth-child(4) {
  background: url(../image/hunter/spwer-page-4.png) no-repeat;
  background-size: 100%;
}
.hunter-swiper-pagination .swiper-pagination-bullet:nth-child(5) {
  background: url(../image/hunter/spwer-page-5.png) no-repeat;
  background-size: 100%;
}
.hunter-swiper-pagination .swiper-pagination-bullet:nth-child(6) {
  background: url(../image/hunter/spwer-page-6.png) no-repeat;
  background-size: 100%;
} */
.hunter-swiper-pagination .swiper-pagination-bullet:nth-child(1).swiper-pagination-bullet-active {
  background: url(../image/section4/spwer-page-active-1.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: -0.5rem;
  left: 0.3rem;
}

.hunter-swiper-pagination .swiper-pagination-bullet:nth-child(2).swiper-pagination-bullet-active {
  background: url(../image/section4/spwer-page-active-2.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0.5rem;
  left: -0.9rem;
}

.hunter-swiper-pagination .swiper-pagination-bullet:nth-child(3).swiper-pagination-bullet-active {
  background: url(../image/section4/spwer-page-active-3.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 1.8rem;
  left: -1.4rem;
}

.hunter-swiper-pagination .swiper-pagination-bullet:nth-child(4).swiper-pagination-bullet-active {
  background: url(../image/section4/spwer-page-active-4.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 3.2rem;
  left: -1.1rem;
}

.hunter-swiper-pagination .swiper-pagination-bullet:nth-child(5).swiper-pagination-bullet-active {
  background: url(../image/section4/spwer-page-active-5.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 4.2rem;
  left: 0rem;
}

.hunter .hunter-info .hunter-button {
  width: 0.91rem;
  height: 0.97rem;
  position: absolute;
  cursor: pointer;
  z-index: 110;
  top: 2.9rem;
}

.hunter-swiper-button-prev {
  left: 2.7rem;
  /* background: url(../image/hunter/swper-prve.png) no-repeat; */
  background-size: 100%;
}

.hunter-swiper-button-next {
  right: 2.7rem;
  /* background: url(../image/hunter/swpier-next.png) no-repeat; */
  background-size: 100%;
}

.gift {
  width: 100%;
  bottom: -0.7rem;
  position: absolute;
}

.gift .gift-title {
  width: 11.23rem;
  height: 1.42rem;
  background: url(../image/hunter/title2.png) no-repeat;
  background-size: 100%;
  margin: 0 auto;
}

.gift .gift-img {
  width: 12.49rem;
  height: 8.21rem;
  background: url(../image/hunter/gift.png) no-repeat;
  background-size: 100%;
  margin: 0.7rem auto 0;
}

.gift .gift-btn {
  display: block;
  position: absolute;
  cursor: pointer;
  width: 5rem;
  height: 1.22rem;
  background: url(../image/hunter/btn-gift.png) no-repeat;
  background-size: 100%;
  bottom: 1.4rem;
  left: 50%;
  transform: translateX(-50%);
}

.duel-box-tab {
  display: flex;
  margin-top: 0.2rem;
  justify-content: center;
}

.shopping-tab1 {
  width: 2.44rem;
  height: 0.7rem;
  background: url("../image/section4/tab1.png") no-repeat;
  background-size: 100%;
  cursor: pointer;
}

.shopping-tab-active {
  width: 2.44rem;
  height: 0.7rem;
  background: url("../image/section4/tab-0-active.png") no-repeat;
  background-size: 100%;
  cursor: pointer;
}

.shopping-tab.shopping-tab-active {
  width: 2.44rem;
  height: 0.7rem;
  background: url("../image/section4/tab-1-active.png") no-repeat;
  background-size: 100%;
  cursor: pointer;
}

.shopping-tab1.shopping-tab-active {
  width: 2.44rem;
  height: 0.7rem;
  background: url("../image/section4/tab-0-active.png") no-repeat;
  background-size: 100%;
  cursor: pointer;
}

.shopping-tab2 {
  width: 2.44rem;
  height: 0.7rem;
  background: url("../image/section4/tab-2.png") no-repeat;
  background-size: 100%;
  cursor: pointer;
  margin-left: 0.2rem;
}

.Stone {
  width: 7rem;
  height: 2rem;
  background: url("../image/section4/Stone.png") no-repeat;
  background-size: 100%;
  position: absolute;
  top: 5.5rem;
  left: 50%;
  transform: translateX(-50%);
}

.visible {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}

.hidden {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 250ms, opacity 250ms ease-in-out;
  position: absolute;
  z-index: -1;
}

/* 双城世界 */
.worlder {
  width: 100%;
  height: 9.7rem;
  box-sizing: border-box;
  /* padding-top: 1.9rem; */
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  font-size: 0;
}

.world-title {
  width: 5.25rem;
  height: 1.27rem;
  /* margin: 0 auto; */
  position: absolute;
  left: 50%;
  top: 1.5rem;
  margin-left: -2.595rem;
}

.worlder .swiper-container {
  /* 覆盖swiper插件干扰样式 */
  overflow: visible;
}

.worlder .title {
  width: 7.06rem;
  height: 2.41rem;
  margin: 0 auto;
}

.worlder .title img {
  height: 2.36rem;
}

.intro-info {
  margin: 0 auto;
  width: 100%;
  position: absolute;
  width: 10.03rem;
  height: 5.8rem;
  /* background: url('../image/world-intro-pic.png') no-repeat; */
  background-size: 100%;
  position: relative;
}

.intro-swiper {
  width: 8.26rem;
  height: 4.66rem;
}

/* .intro-swiper .swiper-slide .intro-pic {
  position: absolute;
  left: -0.89rem;
} */

.intro-swiper .swiper-slide .intro-pic .swiper-lazy img {
  width: 8.2rem;
  height: 5.03rem;
}

.intro-swiper .swiper-slide.swiper-slide-active .intro-pic {
  -webkit-animation: fadeIn 0.3s 0.3s;
  -o-animation: fadeIn 0.3s 0.3s;
  animation: fadeIn 0.3s 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.poker-swiper-button-prev {
  width: 0.87rem;
  height: 0.84rem;
  position: absolute;
  top: 1.6rem;
  left: -1rem;
  background: url("../image/section7/world-btn-prev.png") no-repeat;
  background-size: 100%;
  z-index: 1;
  cursor: pointer;
}

.poker-swiper-button-next {
  width: 0.87rem;
  height: 0.84rem;
  position: absolute;
  top: 1.6rem;
  right: -1rem;
  background: url("../image/section7/world-btn-next.png") no-repeat;
  background-size: 100%;
  z-index: 1;
  cursor: pointer;
}

.intro-swiper-pagination {
  position: absolute;
  bottom: -0.8rem;
  left: 6rem;
  width: 2.6rem;
  display: flex;
  justify-content: space-between;
  margin-left: -2.3rem;
}

.intro-swiper-pagination .swiper-pagination-bullet {
  width: 0.41rem;
  height: 0.41rem;
  border-radius: 0;
  opacity: 1;
  background: url("../image/world-btn-intro.png") no-repeat;
  background-size: 100%;
}

.intro-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 0.41rem;
  height: 0.41rem;
  background: url(../image/world-btn-intro-active.png) no-repeat;
  background-size: 100%;
}


/* 兔兔翻卡 */
.poker-wrapper {
  width: 7.5rem;
  height: 5rem;
  margin: 0 auto;
  position: relative;
  margin-top: 0.5rem;
}

.poker-swiper {
  width: 10.5rem;
  height: 5.6rem;
}

.poker-swiper .swiper-wrapper .swiper-slide .poker-front {
  z-index: 2;
  width: 2.66rem;
  height: 5.15rem;
  top: 0.5rem;
}

.poker-swiper .swiper-wrapper .swiper-slide .poker-front1 {
  z-index: 2;
  width: 2.66rem;
  height: 5.15rem;
}

.poker-swiper .swiper-wrapper .swiper-slide .poker-front2 {
  z-index: 2;
  width: 2.66rem;
  height: 5.15rem;
}

.poker-swiper .swiper-wrapper .swiper-slide .poker-front {
  background: url(../image/section7/world-swiper-1.png) no-repeat;
  background-size: 100%;
}

.poker-swiper .swiper-wrapper .swiper-slide .poker-front1 {
  background: url(../image/section7/world-swiper-1.png) no-repeat;
  background-size: 100%;
}

.poker-swiper .swiper-wrapper .swiper-slide .poker-front2 {
  background: url(../image/section7/world-swiper-1.png) no-repeat;
  background-size: 100%;
}

.swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  /* background: url(../image/section3/test.png) no-repeat;
  background-size: 100%; */
}

.shitou {
  width: 7rem;
  height: 2rem;
  background: url(../image/section4/Stone.png) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 7rem;
}

@keyframes sg {
  from {
    left: -100%;
  }

  to {
    left: 100%;
  }
}

@-webkit-keyframes sg

/* Safari Ã¥â€™Å’ Chrome*/
  {
  from {
    left: -100%;
  }

  to {
    left: 100%;
  }
}


/* 顶部图标列表 */
.top-list {
  position: absolute;
  top: 0rem;
  left: 0rem;
  display: flex;
  align-items: center;
  z-index: 10;
  width: 19.2rem;
  height: .72rem;
  /* background-color: rgba(0, 0, 0, 0.9); */
  background: url(../image/section1/top-list-bg.png) no-repeat;
  background-size: 100%;
}

.top-list li {
  /* margin-right: .28rem; */
  top: 0.25rem;
}

.top-list li:last-child {
  margin-right: 0;
}

.top-list li.top-lounge {
  position: absolute;
  right: 1.3rem;
  width: 0.39rem;
  height: 0.32rem;
  background: url(../image/section1/top-Lounge.png) no-repeat;
  background-size: 100%;
}

.top-list li.top-youtube {
  position: absolute;
  right: 0.28rem;
  width: 0.35rem;
  height: 0.29rem;
  background: url(../image/section1/top-YouTube.png) no-repeat;
  background-size: 100%;
}

.top-list li.top-discord {
  position: absolute;
  right: 2.05rem;
  width: .52rem;
  height: .52rem;
  background: url(../image/section1/top-Discord.png) no-repeat;
  background-size: 100%;
}

.top-list li.top-tiktok {
  position: absolute;
  right: 3.36rem;
  top: 0.23rem;
  width: .52rem;
  height: .52rem;
  background: url(../image/section1/top-tiktok.png) no-repeat;
  background-size: 100%;
}

.top-list li.top-music {
  position: absolute;
  right: 0.4rem;
  top: 0.25rem;
  width: .27rem;
  height: .3rem;
  background: url(../image/section1/nomusic.png) no-repeat;
  background-size: 100%;
}

.top-list li.top-music.active {
  background: url(../image/section1/music.png) no-repeat;
  background-size: 100%;
  animation: continuous-rotate 4s linear infinite;
}

@keyframes continuous-rotate {
from {
  transform: rotate(0deg);
}
to {
  transform: rotate(360deg);
}
}

.shade.video_mask {
z-index: 101;
}

.top-list li.top-home {
  padding: 0.05rem 0.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.2rem;
  font-weight: 400;
  color: #fff;
  height: 0.27rem;
  position: absolute;
  right: 0.25rem;
  top: 0.15rem;
  cursor: pointer;
}

.head-icon{
  width: 1.85rem;
  height: 0.53rem;
  background: url(../image/section1/head-icon.png) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0.6rem;
  top: 0.08rem;
  cursor: pointer;
}
.top-list li a {
  display: block;
  width: 100%;
  height: 100%;
}


/* 侧边列表 */
.nav-list {
  width: 6.4rem;
  height: 0.56rem;
  position: fixed;
  left: 3.6rem;
  top: .05rem;
  z-index: 10;
  color: #877a71;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;

}

.hasChild.nav-2 ul {
  width: 3.76rem;
  height: 0.92rem;
  background: url(../image/section1/menu-ul.png) no-repeat;
  background-size: 100%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  color: #000;
  left: -0.74rem;
  top: 0.42rem;
  opacity: 0;
}

.hasChild.nav-2 ul div {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  top: 0.1rem;
}

.hasChild.nav-2 ul div a {
  text-decoration: none;
  color: #000;
}

.nav-one {
  width: 1.03rem;
  height: 0.25rem;
  background: url(../image/section1/nav-one.png) no-repeat;
  background-size: 100%;
  display: inline-block;
}

.nav-two {
  display: inline-block;
  width: 1.03rem;
  height: 0.26rem;
  background: url(../image/section1/nav-two.png) no-repeat;
  background-size: 100%;
}

.nav-three {
  display: inline-block;
  width: 0.86rem;
  height: 0.25rem;
  background: url(../image/section1/nav-three.png) no-repeat;
  background-size: 100%;
}

.hasChild.isActive ul {
  visibility: visible;
  -webkit-animation: subMenuAni .2s cubic-bezier(.65, 0, .25, 1) Alternate both;
  animation: subMenuAni .2s cubic-bezier(.65, 0, .25, 1) Alternate both;
}

@keyframes subMenuAni {
  90% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* .nav-list .bg {
  width: .32rem;
  height: 5.71rem;
  background: url(../image/section1/nav-bg.png) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
} */

.nav-list li {
  font-size: 0.34rem;
  /* height: .33rem; */
  /* position: absolute; */
  /* transform: translateX(-50%);
  left: 50%;
  cursor: pointer;
  z-index: 2; */
}


.nav-list li.nav-1 {
  position: absolute;
  left: 0rem;
  background: url('../image/section1/nav-1.png') no-repeat;
  width: 0.61rem;
  height: 0.39rem;
  background-size: 100%;
}



.nav-list li.nav-2 {
  position: absolute;
  left: 2.89rem;
  background: url('../image/section1/nav-3.png') no-repeat;
  width: 1.35rem;
  height: 0.40rem;
  background-size: 100%;

}

/* .nav-list li.nav-3 {
  position: absolute;
  left: 2.89rem;
  background: url('../image/section1/nav-3.png') no-repeat;
  width: 1.35rem;
  height: 0.40rem;
  background-size: 100%;

} */

.nav-list li {
  font-size: 0.2rem;
  font-weight: 400;
  color: #989898;
  /* height: .33rem; */
  /* position: absolute; */
  /* transform: translateX(-50%);
  left: 50%;
  cursor: pointer;
  z-index: 2; */
}

.nav-list li.nav-1 {
  position: absolute;
  left: 0rem;
  background: url('../image/section1/nav-1.png') no-repeat;
  width: 0.61rem;
  height: 0.39rem;
  background-size: 100%;
}



.nav-list li.nav-2 {
  position: absolute;
  left: 1.12rem;
  background: url('../image/section1/nav-2.png') no-repeat;
  width: 1.26rem;
  height: 0.39rem;
  background-size: 100%;

}
.nav-list li.nav-3 {
  position: absolute;
  left: 2.89rem;
  background: url('../image/section1/nav-3.png') no-repeat;
  width: 1.35rem;
  height: 0.40rem;
  background-size: 100%;

}


.nav-list li.nav-1.active {
  position: absolute;
  left: 0rem;
  background: url('../image/section1/nav-1-active.png') no-repeat;
  width: 0.61rem;
  height: 0.39rem;
  background-size: 100%;
}



.nav-list li.nav-2.active {
  position: absolute;
  left: 1.12rem;
  background: url('../image/section1/nav-2-active.png') no-repeat;
  width: 1.26rem;
  height: 0.39rem;
  background-size: 100%;

}
.nav-list li.nav-3.active {
  position: absolute;
  left: 2.89rem;
  background: url('../image/section1/nav-3-active.png') no-repeat;
  width: 1.35rem;
  height: 0.40rem;
  background-size: 100%;

}

.nav-list li.nav-4 {
  position: absolute;
  left: 3.51rem;

}

.nav-list li.nav-5 {
  position: absolute;
  left: 4.92rem;

}

.nav-list li.nav-6 {
  position: absolute;
  left: 6.34rem;

}
/* .nav-list li.active{
  color: #fff;
}
.nav-list li:hover{
  color: #fff;
} */

.aside-right-po {
  display: block;
  position: relative;
  width: 3.47rem;
  height: 2.45rem;
  background: url(../image/aside-right.png) no-repeat;
  background-size: 100%;
  left: -1.2rem;
}
.sideBanner {
  position: fixed;
  top: 6.5rem;
  left: 1.3rem;
  z-index: 90;
  transition: all .3s;
}
.ios-right {
  position: absolute;
  top: 1.5rem;
  left: 0.9rem;
  width: 1.12rem;
  height: 0.41rem;
  background: url(../image/section1/ios-left.png) no-repeat;
  background-size: 100%;
}
.google-right {
  position: absolute;
  width: 1.12rem;
  height: 0.41rem;
  background: url(../image/section1/google-left.png) no-repeat;
  background-size: 100%;
  top: 1.5rem;
  left: 0.9rem;
}
.google-store-linght {
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: url(../image/order-store-light.png) no-repeat;
  background-size: 100%;
  content: "";
  transition: all 650ms;
  -webkit-animation: sg 2s linear infinite;
  -moz-animation: sg 2s linear infinite;
  -ms-animation: sg 2s linear infinite;
  animation: sg 2s linear infinite;
  border-radius: 50%;
}
.google-right span {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  overflow: hidden;
  border-radius: 0.28rem;
}
.ios-right span {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  overflow: hidden;
  border-radius: 0.28rem;
}
.activity {
  display: block;
  width: 2.44rem;
  height: 1.9rem;
}
.slidebar-right {
  position: fixed;
  top: 1rem;
  right: 0.3rem;
  z-index: 90;
  transition: all .3s;
  cursor: pointer;
}
.aside-left {
  width: 2.44rem;
  height: 1.9rem;
}


.revealOpen{
  animation: reveal 1.5s forwards;
}

.revealOpenPage {
animation: reveal2 1.2s forwards;
}

@keyframes reveal {
 0% {
     clip-path: inset(0 50% 0 50%);
 }
 100% {
     clip-path: inset(0 0 0 0);
 }
}

@keyframes reveal2 {
0% {
 clip-path: inset(0 50% 0 50%);
 opacity: 0;
}
100% {
 clip-path: inset(0 0 0 0);
 opacity: 1;
}
}

.pc-open {
clip-path: inset(0 50% 0 50%);
 opacity: 0;
}
