html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
a,
address,
em,
img,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
i,
b,
s {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: Helvetica, Arial;
  word-break: break-all;
}

body {
  word-wrap: break-word;
  font-size: 14px;
  color: #000;
  /* line-height: 1.5; */
  font-family: Helvetica;
  /* background: #020b20; */
  min-width: 100%;
  min-height: 100%;
  overflow-x: hidden;
  /* overflow-y: auto !important;
  padding-right: 0 !important; */
}

html,
body,
#app {
  border: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  min-height: 100%;
  touch-action: manipulation;
  background-color: #04081b;
}

html {
  /* width: calc(100% + 10px); */
  /* overflow-y: hidden; */
}

.font-yahei {
  font-family: '微软雅黑';
}

/* 输入框 */

textarea,
input {
  background: none;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* 无外框 */
textarea:focus,
input:focus,
button:focus {
  outline: none;
}

/* 清除ie浏览器input自带的icon */
::-ms-clear,
::-ms-reveal {
  display: none;
}

/* input标签聚焦不出现默认边框: */
input {
  border: none;
  appearance: none;
  -moz-appearance: none;
  outline: none;
  -webkit-appearance: none;
}

/*常用flex布局*/
.flex_dom {
  display: flex !important;
  display: -webkit-box !important;
  display: -webkit-flex !important;
}
.flex_column {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.flex_item_between {
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.flex_item_center {
  justify-content: center;
  -webkit-justify-content: center;
}
.flex_item_around {
  justify-content: space-around;
  -webkit-justify-content: space-around;
}
.flex_item_mid {
  align-items: center;
  -webkit-align-items: center;
}
.flex_item_stretch {
  align-items: stretch;
  -webkit-align-items: stretch;
}
.flex_wrap {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.flex_center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex_left {
  display: flex;
  justify-content: left;
  align-items: center;
}
.flex_right {
  display: flex;
  justify-content: right;
  align-items: center;
}

/* 图片图标反转 */
.transformX {
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}

/* 主页样式 */
.header {
  display: flex;
  height: 64px;
  width: 100%;
  /* padding: 0 32px 0 39px; */
  transition: all 0.3s;
  opacity: 1;
}
.header-container {
  display: flex;
  position: fixed;
  flex: 1;
  left: 0;
  top: 0;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  height: 64px;
  background-color: #0c1022;
  /* padding: 0 32px 0 39px; */
  z-index: 11;
}
.header p {
  display: inline-block;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  margin-right: 97px;
  z-index: 4;
}
.logo {
  width: 132px;
  margin-left: 39px;
  cursor: pointer;
}
.msg-icon {
  position: absolute;
  width: 22px;
  cursor: pointer;
  right: 0;
  top: 0;
  margin-right: 32px;
  z-index: 4;
}
.header-r {
  position: relative;
}

.main {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.welcome {
  position: relative;
  /* padding: 152px 281px 30px 253px; */
  max-width: 1388px;
  margin: 152px auto 152px auto;
}
.welcome-tit {
  text-align: center;
  color: #8c81ff;
  font-size: 96px;
  font-weight: bold;
}
.welcome-des {
  color: #8c81ff;
  text-align: center;
  font-size: 56px;
  line-height: 60px;
  font-weight: bold;
  max-width: 961px;
  margin: 0 auto;
}
.play-icon {
  position: absolute;
  width: 234px;
  top: 205px;
  left: 50px;
  /* animation: leftMove 400ms ease-in-out; */
  /* animation-delay: 400ms; */
}
.gift {
  position: absolute;
  width: 165px;
  right: 0;
  top: -105px;
  /* animation: rightMove 400ms ease-in-out; */
  /* animation-delay: 200ms */
}
.earth {
  position: absolute;
  width: 103px;
  left: 0;
  top: -35px;
  /* animation: leftMove 400ms ease-in-out; */
  /* animation-delay: 0s; */
}
.rocket {
  position: absolute;
  width: 127px;
  top: 323px;
  right: 200px;
  /* animation: rightMove 400ms ease-in-out; */
  /* animation-delay: 600ms; */
}
.welcome-operate-des {
  color: #ffffff;
  font-size: 24px;
  margin-top: 40px;
  text-align: center;
  margin: 40px auto 0 auto;
}

.ellipse {
  position: absolute;
  border-radius: 50%;
  width: 446px;
  height: 446px;
  background-color: #fc4ff6;
  right: 20vw;
  top: 100px;
  opacity: 0.2;
  filter: blur(120px);
}
.Developers {
  cursor: pointer;
  transition: color 0.3s;
}
.Developers:hover {
  color: #8593e8;
}
.ellipse2 {
  position: absolute;
  border-radius: 50%;
  width: 446px;
  height: 446px;
  background-color: #8593e8;
  left: 15vw;
  top: 0;
  opacity: 0.2;
  filter: blur(120px);
}
.ellipse3 {
  position: absolute;
  border-radius: 50%;
  width: 446px;
  height: 446px;
  background-color: #5d6ef3;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  opacity: 0.2;
  filter: blur(130px);
}
.ellipse4 {
  position: fixed;
  border-radius: 50%;
  width: 133px;
  height: 133px;
  background-color: #5d6ef3;
  right: -32px;
  transform: translateX(-50%);
  top: 0;
  opacity: 0.2;
  filter: blur(41px);
  z-index: 3;
}

/* 按钮 */
.welcome-ope {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: fit-content;
  margin: 124px auto 0 auto;
}
.try-btn {
  width: 260px;
  height: 87px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #776bff;
  color: #776bff;
  font-size: 24px;
  font-weight: 600;
  border-radius: 60px;
  margin-right: 37.5px;
  cursor: pointer;
  /* animation: leftMove 400ms ease-in-out;
  animation-delay: 600ms; */
  transition: all 0.3s;
}

.try-btn:hover {
  border-color: #8b82f9;
  color: #8b82f9;
}

.sub-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 260px;
  height: 87px;
  background-color: #776bff;
  font-size: 24px;
  font-weight: 600;
  border-radius: 60px;
  color: #000000;
  cursor: pointer;
  /* animation: rightMove 400ms ease-in-out;
  animation-delay: 600ms; */
  transition: all 0.3s;
}

.sub-btn:hover {
  background-color: #8b82f9;
}

.game-library {
  position: relative;
  margin-top: 140px;
  padding-top: 95px;
  padding-bottom: 100px;
  width: 100%;
}
.game-library-bg {
  position: absolute;
  height: 100%;
  width: 100%;
  background: url('../img/library_bg.png') no-repeat;
  background-size: 100%;
  filter: blur(5px);
  top: 0;
  left: 0;
  z-index: 0;
}
.game-library-tit {
  position: relative;
  font-size: 58px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  z-index: 3;
}
.game-library-des {
  font-size: 24px;
  position: relative;
  color: #f2f2f2;
  text-align: center;
  margin-top: 36px;
  z-index: 3;
}

.swiper2-content {
  display: none;
}

/* banner */
.game-banner {
  position: relative;
  /* z-index: 3; */
  white-space: nowrap;
  margin-top: 165px;
  /* padding-bottom: 143px; */
  /* background: linear-gradient(#0a0f2680, #0a0f2680, #0a0f26); */
}
.banner-li {
  width: calc(100vw / 5);
  display: inline-block;
  font-size: 0;
  border-radius: 0 0 8px 8px;
  overflow: hidden;
  /* margin-right: 30px; */
}
.banner-li img {
  width: 100%;
}
.banner-icon {
  width: 45px;
}
.game-sort {
  color: #ffffff;
  font-weight: 700;
  font-size: 28px;
  margin-left: 16px;
}
.game-banner-vague-left {
  position: absolute;
  height: 100%;
  width: 1px;
  left: 0;
  top: 0;
  z-index: 1;
  background: #04081b;
  box-shadow: 0px 0px 196px 156px #0a0f26f2;
}
.game-banner-vague-right {
  position: absolute;
  height: 100%;
  width: 1px;
  right: 0;
  top: 0;
  z-index: 1;
  background: #04081b;
  box-shadow: 0px 0px 196px 156px #0a0f26f2;
}
.game-img {
  margin-top: 38px;
  width: 360px;
}
.banner-li-container {
  position: relative;
  width: 100%;
  height: 348px;
  margin-top: -42px;
  /* background-color: #26264C; */
  /* background: linear-gradient(#26264C, #1F2337); */
  background:
    linear-gradient(-135deg, transparent 15px, #1f2337 0) top right,
    linear-gradient(135deg, transparent 15px, #1f2337 0) top left;
  background-size: 50% 100%;
  background-repeat: no-repeat;
  z-index: 1;
  overflow: hidden;
}
.game-tit {
  color: #9187ff;
  font-size: 15px;
  font-weight: 700;
  margin-top: 25px;
  text-align: center;
}
.game-des {
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  white-space: normal;
  width: 100%;
  margin: 23px auto 0 auto;
}
.play-new {
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 100%;
  height: 90px;
  color: #ffffff;
  z-index: 5;
  background: linear-gradient(#776bff, #8046fc);
}
.play-new span {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  cursor: pointer;
}
.game-dynamic {
  margin-top: 28px;
  color: #9187ff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
.simulat-btn {
  position: absolute;
  width: 97px;
  height: 7px;
  background: #000000;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.play-anytime-container {
  max-width: 1220px;
  /* margin-top: 134px; */
  margin: 134px auto 153px auto;
  overflow: hidden;
  width: 100%;
}
.play-anytime-tit {
  color: #ffffff;
  font-size: 58px;
  font-weight: 700;
  text-align: center;
}
.play-anytime-des {
  color: #c9c9c9;
  font-size: 24px;
  text-align: center;
  margin-top: 36px;
}
.exhibit-list {
  display: flex;
  margin: 110px auto 0 auto;
  justify-content: center;
}
.exhibit-list-li {
  position: relative;
  width: 306px;
  /* max-width: 306px; */
  margin-right: 24px;
  height: 508px;
  /* transition: width 400ms; */
  transition: all 0.8s;
}
.exhibit-list-li:nth-child(1) .exhibit-li-box {
  background-image: url('../img/dinosaur_play.png');
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 0;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  border-radius: 0.2rem;
}
.exhibit-list-li:nth-child(2) .exhibit-li-box {
  background-image: url('../img/car.png');
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 0;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  border-radius: 0.2rem;
}
.exhibit-list-li:nth-child(3) .exhibit-li-box {
  background-image: url('../img/assassin.png');
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 0;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  border-radius: 0.2rem;
}
.exhibit-list-li:last-child {
  margin-right: 0;
}
.exhibit-list-li img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.gameimg_play {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.exhibit_hover {
  width: 560px;
  /* max-width: 560px; */
  overflow: hidden;
  transition: width 4000ms;
}
.exhibit_hover_hide {
  width: 320px;
  /* max-width: 320px; */
  overflow: hidden;
  transition: width 4000ms;
}
.exhibit_hover .gameimg_play {
  display: inline-block;
  width: 560px;
  /* max-width: 560px; */
  object-fit: cover;
}
.exhibit_hover .gameimg {
  display: none;
}
.exhibit-li-box {
  position: relative;
  width: 100%;
  height: 100%;
}

.social {
  position: relative;
  background-color: #0a0f26;
  width: 100%;
}
.social-container {
  /* position: absolute; */
  max-width: 1341px;
  padding-top: 109px;
  margin: 0 auto;
}
.social-tit {
  font-size: 58px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
}
.social-des {
  font-size: 24px;
  color: #c9c9c9;
  text-align: center;
  margin-top: 38px;
}
.social-bg {
  /* position: absolute; */
  width: 100%;
  background: url('../img/bg.png') no-repeat;
  height: 500px;
  margin-top: 12%;
  background-size: 108% 66%;
}
.social-square {
  /* visibility: hidden; */
  position: absolute;
  width: 421px;
  height: 440px;
  background: #131847cc;
  border-radius: 12px;
  overflow: hidden;
  left: 50%;
  top: 50%;
  transform: translate(-25%, -31%);
}

.social-emo {
  /* visibility: hidden; */
}
.social-emo img {
  position: relative;
  z-index: 1;
  display: block;
  margin: 114px auto 0 auto;
}
.social-imgList {
  /* position: relative; */
}
.mobile-des {
  /* display: none; */
}
.social-community {
  /* visibility: hidden; */
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translateX(-98%);
}
.social-msg-arrow {
  /* visibility: hidden; */
  position: absolute;
  top: 44%;
  left: 50%;
  transform: translateX(-470%);
}
.social-gamedetail {
  /* visibility: hidden; */
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translateX(-77%);
}
.social-user {
  /* visibility: hidden; */
  position: absolute;
  top: 47%;
  left: 50%;
  transform: translateX(29%);
}
.social-input {
  /* visibility: hidden; */
  position: absolute;
  bottom: 8%;
  left: 50%;
  transform: translateX(-45%);
}

.glory {
  max-width: 1148px;
  margin: 0 auto;
  padding-top: 109px;
  padding-bottom: 109px;
  /* overflow: hidden; */
}
.glory-tit {
  font-size: 58px;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
}
.glory-des {
  font-size: 24px;
  color: #c9c9c9;
  text-align: center;
  margin-top: 38px;
}

.footer {
  /* display: none; */
  background-color: #0a0f26;
  padding-top: 109px;
  padding-bottom: 109px;
  width: 100vw;
  overflow: hidden;
}
.footer-content {
  max-width: 1148px;
  width: 100%;
  margin: 0 auto;
}
.platform {
  display: flex;
  padding: 0 16px;
}
.platform-introduce {
  display: inline-block;
  flex: 1;
}
.platform-introduce-tit {
  color: #ffffff;
  font-size: 58px;
  font-weight: 700;
}
.platform-introduce-des {
  color: #c9c9c9;
  font-size: 24px;
  margin-top: 15px;
}
.platform-website {
  padding-top: 5px;
  display: inline-block;
  /* flex: 1; */
  width: 436px;
}
.platform-website-tit {
  color: #96a3c5;
  font-size: 24px;
}
.platform-website-input {
  padding: 20px 34px 20px 34px;
  background-color: #181d36;
  border-radius: 11px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
  cursor: pointer;
}
.input-text {
  color: #776bff;
  font-size: 24px;
}
.platform-website-input img {
  width: 16px;
  height: 16px;
}

.footer_logo {
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding-right: 55px;
  padding-bottom: 18px;
}
.sponsor-icon {
  width: 148px;
}
.defalut_logo {
  width: 176px;
}
.developer {
  margin-top: 46px;
}

.swiper {
  width: 100%;
  max-width: 1920px;
  /* height: 300px; */
}
.swiper .swiper-slide {
  width: auto !important;
}
.mobile-logo {
  display: none;
}

.glory-banner {
  display: flex;
  padding-top: 100px;
  /* height: 460px; */
  overflow: hidden;
  /* width: 1148px; */
  width: 100%;
}
.glory-banner-box {
  width: 187px;
  position: relative;
  /* width: 100%; */
}
.glory-banner-box img {
  width: 100%;
}
.swiper3-figure {
  position: absolute;
  top: -15%;
  left: 0;
}
.swiper-slide-active .swiper3-figure {
  top: -21%;
}
.swiper3-item-tit {
  position: absolute;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  top: 62%;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  word-break: keep-all;
  white-space: nowrap;
  width: 80%;
}
.swiper-slide-active .swiper3-item-tit {
  position: absolute;
  font-size: 28px;
  font-weight: bold;
  color: #ffffff;
  top: 54%;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  word-break: keep-all;
}
.swiper3-item-des {
  display: none;
  position: absolute;
  font-size: 16px;
  color: #96a3c5;
  top: 65%;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  word-break: keep-all;
  width: 80%;
}
.swiper-slide-active .swiper3-item-des {
  display: inline-block;
}
.swiper3 {
  width: 100%;
  margin: 0 auto;
}
.swiper3 .swiper-slide {
  /* width: auto; */
  width: calc(100% / 4);
  text-align: center;
}
.swiper3 .swiper-slide {
  padding-top: 100px;
}
.swiper3 .swiper-slide .glory-banner-box {
  width: 187px;
  margin: 0 auto;
}
.swiper3 .swiper-slide-visible {
  padding-top: 150px;
}
.swiper3 .swiper-slide-visible.swiper-slide-prev {
  padding-top: 80px;
}
.swiper3 .swiper-slide-visible.swiper-slide-prev .glory-banner-box {
  width: 187px;
}
.swiper3 .swiper-slide-visible.swiper-slide-next .glory-banner-box {
  width: 187px;
}
.swiper3 .swiper-slide-visible.swiper-slide-next {
  padding-top: 80px;
}
.swiper3-item-tit {
  /* font-size: 14px; */
  white-space: normal;
}
.swiper3 .swiper-slide-active .swiper3-item-tit {
  /* font-size: 16px; */
  width: 100%;
}
.swiper3 .swiper-slide-active {
  padding-top: 10px;
}
.swiper3 .swiper-slide-active .glory-banner-box {
  width: 100%;
  border: 1px solid #2a2d58;
  padding: 5px;
  border-radius: 150px;
  box-sizing: border-box;
}

.swiper3 .swiper-slide-active .swiper3-item-des {
  font-size: 10px;
}

.links {
  display: flex;
  flex-wrap: wrap;
  max-width: 265px;
}
.link-box {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  overflow: hidden;
  margin: 5px 0 5px 14px;
  flex-shrink: 0;
}

.link-box:hover {
  opacity: 0.8;
}

.link-box img {
  width: 100%;
  height: 100%;
  cursor: pointer;
  object-fit: cover;
}
/* .swiper3 .swiper-slide-prev,.swiper3 .swiper-slide-prev .swiper-slide-next{
  padding-top: 50px;
} */

/* 媒体查询 */
@media screen and (max-width: 1280px) {
  .welcome-tit {
    font-size: 68px;
  }
  .welcome-des {
    font-size: 34px;
  }
  .welcome-operate-des {
    font-size: 18px;
  }
  .earth {
    width: 81px;
    left: 53px;
  }
  .gift {
    width: 140px;
    right: 25px;
  }
  .play-icon {
    width: 158px;
    top: 205px;
    left: 120px;
  }
  .rocket {
    position: absolute;
    width: 115px;
    top: 240px;
    right: 200px;
  }

  .exhibit-list-li {
    width: calc((100% - 800px) * 0.464285714285714);
    /* max-width: 306px; */
    margin-right: 24px;
    min-width: 229px;
    height: 510px;
    /* transition: width 400ms; */
  }
  .exhibit_hover {
    /* width: calc(100% - 800px); */
    max-width: 560px;
    min-width: 420px;
    transition: width 400ms;
  }
}

@media screen and (max-width: 1024px) {
  .welcome {
    margin-top: 57px;
  }
  .welcome-tit {
    font-size: 40px;
  }
  .welcome-des {
    font-size: 24px;
    line-height: 35px;
    margin-top: 5px;
  }
  .welcome-operate-des {
    font-size: 14px;
    margin-top: 27px;
  }
  .earth {
    width: 55px;
    left: 53px;
  }
  .gift {
    width: 81px;
    right: 25px;
    top: -10px;
  }
  .play-icon {
    width: 106px;
    top: 140px;
    left: 80px;
  }
  .rocket {
    position: absolute;
    width: 89px;
    top: 150px;
    right: 112px;
  }
  .welcome-ope {
    margin-top: 72px;
  }
  .try-btn,
  .sub-btn {
    width: 140px;
    height: 42px;
    font-size: 14px;
  }

  .try-btn:hover {
    transform: scale(1.1);
    background: #2e2b4d;
  }

  .sub-btn:hover {
    transform: scale(1.1);
    background: #7e77d5;
  }

  .banner-li {
    width: calc((100vw - 90px) / 3.2);
  }

  .game-banner {
    position: relative;
    margin-top: 66px;
    padding-bottom: 63px;
  }

  .game-library-tit {
    font-size: 32px;
  }
  .game-library-des {
    font-size: 12px;
  }

  .play-anytime-container {
    margin: 0 auto 77px auto;
  }
  .play-anytime-tit {
    font-size: 32px;
  }
  .play-anytime-des {
    font-size: 12px;
  }
  .exhibit-list-li {
    width: calc((100% - 800px) * 0.464285714285714);
    max-width: 306px;
    margin-right: 24px;
    min-width: 135px;
    height: 224px;
    transition: width 400ms;
  }
  .exhibit_hover {
    /* width: calc(100% - 800px); */
    max-width: 560px;
    min-width: 260px;
    transition: width 400ms;
  }

  .social-tit {
    font-size: 32px;
  }
  .social-des {
    font-size: 12px;
  }
  .social-emo img {
    margin-top: 64px;
    width: 260px;
  }
  .social-bg {
    margin-top: 4%;
  }
  .social-square {
    width: 277px;
    height: 277px;
    transform: translate(-19%, -48%);
  }
  .social-community {
    transform: translate(-88%, -67%);
  }
  .social-community img {
    width: 238px;
  }
  .social-msg-arrow {
    transform: translate(-544%, -50%);
    img {
      width: 32px;
    }
  }

  .social-msg-arrow img {
    width: 32px;
  }

  .social-gamedetail {
    transform: translate(-77%, -50%);
    img {
      width: 168px;
    }
  }

  .social-gamedetail img {
    width: 168px;
  }

  .social-user {
    transform: translate(29%, -7%);
    img {
      width: 236px;
    }
  }
  .social-user img {
    width: 236px;
  }

  .social-input {
    transform: translate(-45%, -230%);
    img {
      width: 243px;
    }
  }
  .social-input img {
    width: 243px;
  }
  .platform {
    padding: 0 50px;
  }
  .platform-introduce-tit {
    font-size: 24px;
  }
  .platform-introduce-des {
    font-size: 14px;
  }
  .platform-website-tit {
    font-size: 14px;
  }
  .platform-website-input {
    padding: 15.8px 16.4px;
    min-width: 180px;
    width: 278px;
  }
  .input-text {
    font-size: 14px;
  }
  .footer_logo {
    padding-right: 0;
    padding-bottom: 0px;
    margin-right: 20px;
  }
  .defalut_logo {
    width: 131px;
  }
  .sponsor-icon {
    width: 118px;
  }
  .platform-website {
    width: auto;
    flex: none;
  }
  /* .platform-introduce{
    margin-right: 106px;
  } */

  .swiper3 .swiper-slide .glory-banner-box {
    width: 160px;
    margin: 0 auto;
  }
  .swiper3 .swiper-slide-visible.swiper-slide-prev .glory-banner-box {
    width: 160px;
  }
  .swiper3 .swiper-slide-visible.swiper-slide-next .glory-banner-box {
    width: 160px;
  }
  .swiper3-item-tit {
    font-size: 14px;
  }
  .swiper3 .swiper-slide-active .swiper3-item-tit {
    font-size: 16px;
  }
}
@media screen and (max-width: 700px) {
  .platform-website-input {
    width: 188px;
  }
  .swiper3 .swiper-slide .glory-banner-box {
    width: 120px;
    margin: 0 auto;
  }
  .swiper3 .swiper-slide-visible.swiper-slide-prev .glory-banner-box {
    width: 120px;
  }
  .swiper3 .swiper-slide-visible.swiper-slide-next .glory-banner-box {
    width: 120px;
  }
  .swiper3 .swiper-slide-active .glory-banner-box {
    width: 160px;
  }
  .swiper3-item-tit {
    font-size: 14px;
  }
  .swiper3 .swiper-slide-active .swiper3-item-tit {
    font-size: 16px;
  }

  .swiper3 .swiper-slide-visible.swiper-slide-prev {
    padding-top: 45px;
  }
  .swiper3 .swiper-slide-visible.swiper-slide-next {
    padding-top: 45px;
  }
  .swiper3 .swiper-slide-visible {
    padding-top: 90px;
  }
}

@media screen and (max-width: 600px) {
  .welcome {
    margin-top: 57px;
  }
  .welcome-tit {
    font-size: 24px;
  }
  .welcome-des {
    font-size: 16px;
    line-height: 1.3;
    margin-top: 8px;
  }
  .welcome-operate-des {
    font-size: 12px;
    margin-top: 24px;
  }
  .earth {
    width: 45px;
    left: 0;
    top: -18px;
  }
  .gift {
    width: 66px;
    right: 0;
    top: -27px;
  }
  .play-icon {
    width: 87px;
    top: 120px;
    left: 0;
  }
  .rocket {
    position: absolute;
    width: 72px;
    top: 125px;
    right: 14px;
  }
  .welcome-ope {
    margin-top: 72px;
  }
  .try-btn,
  .sub-btn {
    width: 140px;
    height: 42px;
    font-size: 14px;
  }

  .banner-li {
    width: calc((100vw - 60px) / 2.2);
  }

  .game-banner {
    margin-top: 66px;
    padding-bottom: 56px;
    width: 100%;
  }

  .game-library-tit {
    font-size: 16px;
  }
  .game-library-des {
    font-size: 12px;
    padding: 0 16px;
  }

  .exhibit-list {
    display: none;
  }
  .play-anytime-tit {
    font-size: 16px;
  }
  .play-anytime-des {
    font-size: 12px;
    padding: 0 28px;
  }
  .swiper2-content {
    display: block;
  }
  .swiper2 {
    padding-left: 14px;
    margin-top: 45px;
  }
  .swiper2 .swiper-slide {
    width: calc((100vw - 10px) / 1.3) !important;
  }

  .social-container {
    padding-top: 36px;
  }

  .social-tit,
  .glory-tit {
    font-size: 16px;
  }
  .glory-des {
    padding: 0 14px;
  }

  .game-banner-vague-left {
    position: absolute;
    height: 100%;
    width: 1px;
    left: 0;
    top: 0;
    z-index: 1;
    background: #04081b;
    box-shadow: 0px 0px 196px 49px #0a0f26f2;
  }
  .game-banner-vague-right {
    position: absolute;
    height: 100%;
    width: 1px;
    right: 0;
    top: 0;
    z-index: 1;
    background: #04081b;
    box-shadow: 0px 0px 196px 49px #0a0f26f2;
  }

  .social-des {
    font-size: 12px;
  }
  .social-bg {
    margin-top: -26px;
    height: 306px;
    background-size: 100% auto;
  }

  .social-emo img {
    margin-top: 103px;
    width: 185px;
  }

  .social-square {
    width: 197px;
    height: 206px;
    transform: translate(-19%, -16%);
  }

  .social-community {
    transform: translate(-82%, 96%);
  }

  .social-community img {
    width: 169px;
  }

  .social-gamedetail {
    transform: translate(-77%, 61%);
  }

  .social-gamedetail img {
    width: 118px;
  }

  .social-user {
    transform: translate(29%, 23%);
  }
  .social-user img {
    width: 168px;
  }
  .social-input {
    transform: translate(-50%, 187%);
  }
  .social-input img {
    width: 173px;
  }

  .social-msg-arrow {
    transform: translate(-416%, 77%);
  }

  .social-msg-arrow img {
    width: 31px;
  }

  .footer {
    padding: 30px 0;
  }
  .platform {
    display: inline-block;
    padding: 0;
    width: 100%;
  }
  .platform-introduce {
    padding: 0 22px;
  }
  .platform-introduce-tit {
    font-size: 16px;
  }
  .platform-introduce-des {
    font-size: 12px;
    display: none;
  }
  .mobile-des {
    display: block;
  }
  .platform-website {
    display: block;
    margin-top: 35px;
    padding: 0 22px;
  }
  .platform-website-tit,
  .glory-des {
    font-size: 12px;
  }
  .platform-website-input {
    padding: 12px 16px;
  }
  .input-text {
    font-size: 12px;
  }

  .footer_logo {
    display: none;
  }
  .mobile-logo {
    display: flex;
    justify-content: space-between;
    margin-top: 44px;
  }

  .logo {
    width: 90px;
  }
  .header,
  .header-container {
    height: 46px;
    width: 100%;
  }
  .header-r {
    font-size: 14px;
  }
  .msg-icon {
    width: 18px;
  }

  .ellipse2,
  .ellipse3 {
    width: 185px;
    height: 185px;
  }

  .swiper3 .swiper-slide {
    /* width: auto; */
    width: calc(100% / 2.5);
    text-align: center;
  }

  .swiper3-item-tit {
    font-size: 11px;
    width: 100%;
  }
  .swiper3 .swiper-slide-active .swiper3-item-tit {
    font-size: 13px;
  }

  .swiper3 .swiper-slide .glory-banner-box {
    width: 140px;
    margin: 0 auto;
  }
  .swiper3 .swiper-slide-visible {
    padding-top: 18px;
  }
  .swiper3 .swiper-slide-active .glory-banner-box {
    width: 150px;
  }
  .swiper3 .swiper-slide-visible.swiper-slide-prev .glory-banner-box {
    width: 140px;
  }
  .swiper3 .swiper-slide-visible.swiper-slide-next .glory-banner-box {
    width: 140px;
  }
  .game-library {
    padding-bottom: 10px;
    margin-top: 40px;
  }
}

@media screen and (max-width: 414px) {
  .social-square {
    transform: translate(-40%, -16%);
  }
  .social-community {
    left: 16px;
    top: 58%;
    transform: none;
  }
  .social-emo img {
    margin: 114px 34% 0 auto;
  }
  .social-msg-arrow {
    transform: none;
    top: 52%;
    left: 46px;
  }
  .social-msg-arrow img {
    width: 24px;
  }
  .social-user {
    transform: none;
    right: 16px;
    top: 55%;
    left: auto;
  }
  .social-gamedetail {
    transform: translate(-101%, 61%);
  }

  .swiper3 .swiper-slide {
    width: calc(100% / 2.7);
  }

  .swiper3 .swiper-slide .glory-banner-box {
    /* width: calc(100vw / 4); */
    width: 110px;
    margin: 0 auto;
  }
  .swiper3 .swiper-slide-active {
    width: calc(100% / 2.5);
  }
  .swiper3 .swiper-slide-visible {
    padding-top: 18px;
  }
  .swiper3 .swiper-slide-active .glory-banner-box {
    width: 100%;
  }
  .swiper3 .swiper-slide-visible.swiper-slide-prev .glory-banner-box {
    width: 110px;
    /* width: calc(100vw / 4.2); */
  }
  .swiper3 .swiper-slide-visible.swiper-slide-next .glory-banner-box {
    width: 110px;
    /* width: calc(100vw / 4.2); */
  }
  .swiper3-item-tit {
    width: 80%;
  }
  .glory {
    padding: 0 10px 20px 10px;
  }
}

.left_move1 {
  animation: leftMove 200ms ease-in-out;
  /* animation-delay: 200ms */
}

.left_move2 {
  /* animation: leftMove 400ms ease-in-out;
  animation-delay: 400ms; */
}

.right_move {
  animation: rightMove 200ms ease-in-out;
  animation-delay: 200ms;
}

.right_move1 {
  animation: rightMove 400ms ease-in-out;
  animation-delay: 500ms;
}

.top_bottom_move {
  animation: topBottomMove 4s infinite linear;
  /* animation-delay: 500ms */
}

/* 上下浮动效果 */
@keyframes topBottomMove {
  /* 0% {
    transform: translateX(500px);
  } */
  25% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(0px);
  }
  75% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0px);
  }
}

.text_move {
  animation: textMove 200ms ease-in-out;
  animation-delay: 100ms;
}

/* 文案效果 */
@keyframes textMove {
  0% {
    transform: translateY(20px) scale(0.8);
    opacity: 0;
  }
  100% {
    transform: translateY(0px) scale(1);
    opacity: 1;
  }
}

/* 动画 */
/* 从右到左 */
@keyframes rightMove {
  0% {
    transform: translateX(500px);
  }
  90% {
    transform: translateX(-20px);
  }
  92% {
    transform: translateX(20px);
  }
  94% {
    transform: translateX(-10px);
  }
  96% {
    transform: translateX(10px);
  }
  98% {
    transform: translateX(-5px);
  }
  99% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}

/* 从左到右 */
@keyframes leftMove {
  0% {
    transform: translateX(-500px);
  }
  90% {
    transform: translateX(-20px);
  }
  92% {
    transform: translateX(20px);
  }
  94% {
    transform: translateX(-10px);
  }
  96% {
    transform: translateX(10px);
  }
  98% {
    transform: translateX(-5px);
  }
  99% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}

/* 按钮动画 */
@keyframes btnleftMove {
  0% {
    transform: translateX(-500px);
  }
  90% {
    transform: translateX(-20px);
  }
  92% {
    transform: translateX(20px);
  }
  94% {
    transform: translateX(-10px);
  }
  96% {
    transform: translateX(10px);
  }
  98% {
    transform: translateX(-5px);
  }
  99% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}

/* @keyframes exhibitAnimate {
  0% {}
  100% {}
} */

/* 滚动动画样式 */
.animate-on-scroll {
  opacity: 0;
  transform: translateY(20px);
  transition-property: opacity, transform;
  transition-duration: 0.6s;
  transition-timing-function: ease-out;
}

.animate-on-scroll.active {
  opacity: 1;
  transform: translateY(0);
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: rgba(135, 147, 175, 0.5);
}
::-webkit-scrollbar-track {
  border-radius: 0px;
}

.hidden {
  /* display: none; */
  opacity: 0 !important;
}
