input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.s-bg {
  background: #100F1E;
}

.s-bg .m-top {
  background: #100F1E;
}

.u-btn {
  width: 3.7rem;
  height: 1.04rem;
  padding: 0 0 5px 0;
  box-sizing: border-box;
  background: url('../images/btn1.png') no-repeat 0 0/100% 100%;
  color: #fff;
  cursor: pointer;
  min-width: 200px;
  min-height: 56px;
}

.u-btn2 {
  background: url('../images/btn2.png') no-repeat 0 0/100%;
  width: 2.8rem;
  height: 0.8rem;
  min-width: 170px;
  min-height: 48px;
  font-size: 0.32rem;
}

.f-ft56 {
  font-size: 0.56rem;
}

.f-ft48 {
  font-size: 0.48rem;
}

.u-zw {
  height: 1.76rem;
  min-height: 80px;
}

[anim] {
  opacity: 0;
}


/* 弹窗 */
.m-popup {
  position: fixed;
  z-index: 10000;
}

.m-popup .mask {
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(13.5px);
  -webkit-backdrop-filter: blur(13.5px);
}

.m-popup .inner {
  position: relative;
  background: #100F1E;
  border-radius: 0.4rem;
  padding: 0.8rem 0.74rem 0.64rem;
  color: #fff;
  max-width: 700px;
  margin: 0 0.6rem;
}

.m-popup .close {
  right: 0.16rem;
  top: 0.16rem;
  width: 0.48rem;
  height: 0.48rem;
  min-width: 30px;
  background: url('../images/ico-close.png') no-repeat 50%/100%;
}

.m-popup .info {
  font-size: 0.36rem;
  margin-bottom: 0.48rem;
}


/* 头部 */
.m-top {
  position: fixed;
  height: 0.76rem;
  min-height: 56px;
  background: rgba(16, 15, 30, 0.5);
  padding: 0 0.4rem 0 0.52rem;
  z-index: 9;
}

.m-top .logo {
  width: 2.71rem;
}

/********** 导航 **********/
.m-nav {
  height: 100%;
}

.m-nav .item {
  height: 100%;
  padding: 0.28rem 0.48rem;
  color: rgba(255, 255, 255, 0.50);
  box-sizing: border-box;
  font-size: 0.2rem;
  cursor: pointer;
  font-weight: 700;
  letter-spacing: 0.5px;
  white-space: nowrap;
}


.m-nav .on {
  color: #fff;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.20) 0%, rgba(255, 255, 255, 0.00) 100%);
  border-top: 2px solid #fff;
}

.m-nav .item:hover {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.20) 0%, rgba(255, 255, 255, 0.00) 100%);
}

.m-top .ico-menu {
  display: none;
  padding: 12px 20px;
}

/* menu */
.m-menu {
  position: fixed;
  top: 56px;
  background: #100F1E;
  color: #fff;
  z-index: 9;
  text-align: left;
  padding: 16px 0 0;
  display: none;
}

.m-menu .item {
  font-size: 20px;
  font-weight: 700;
  padding: 16px 20px;
  margin-bottom: 16px;
}


.g-wrap {
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}


/********** banner **********/
.m-banner {
  width: 100%;
  height: auto;
}

.m-banner .swiper-slide {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.m-banner .swiper-slide img {
  height: 9.8rem;
  min-height: 400px;
}

.m-banner .arr-left,
.m-banner .arr-right {
  position: absolute;
  top: 50%;
  margin-top: -32px;
  width: 0.64rem;
  z-index: 2;
  outline: none;
  transition: 0.3s;
  min-width: 40px;
}

.m-banner .arr-left:active,
.m-banner .arr-right:active {
  transform: scale(.8);
}

.m-banner .arr-left {
  left: 0.4rem;
}

.m-banner .arr-right {
  right: 0.4rem;
}

.m-banner .swiper-pagination {
  bottom: 20%;
  font-size: 0;
}

.m-banner .swiper-pagination .swiper-pagination-bullet {
  width: 0.12rem;
  height: 0.12rem;
  margin: 0 0.12rem;
  background: #fff;
  opacity: 0.3;
  min-width: 8px;
  min-height: 8px;
}

.m-banner .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}

.m-banner .mask {
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
}

.m-banner .content {
  z-index: 2;
}

.m-banner .content .tit {
  font-size: 0.64rem;
  padding: 0.4rem 0;
  color: #fff;
}


.m-banner .u-btn {
  z-index: 2;
  left: 0;
  right: 0;
  font-size: 0.4rem;
  bottom: 25%;
  animation: a-pulse 1s both;
  opacity: 0.5;
}

.m-banner .logo {
  z-index: 2;
  width: 2.5rem;
  left: 0.4rem;
  top: 0.97rem;
  min-width: 130px;
}


/********** games **********/
.m-games {
  z-index: 2;
  height: 12.36rem;
  margin-top: -2.44rem;
  background: url('../images/bg1.png') no-repeat 0 0/100%;
}

.m-games .tit {
  padding: 2.83rem 0 0.6rem;
}

.m-games .tit h3 {
  font-size: 0.64rem;
  padding: 0 40px 8px;
}

.m-games .tit .desc {
  font-size: 0.32rem;
}

.m-games .line {
  margin: 0 64px 0 130px;
}

.m-games .list {
  width: 100%;
  overflow: hidden;
  mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 12.5%, rgb(0, 0, 0) 87.5%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 12.5%, rgb(0, 0, 0) 87.5%, rgba(0, 0, 0, 0) 100%);
}

.m-games .swiper {
  width: 1024px;
}

.m-games .swiper-wrapper {
  transition-timing-function: linear;
}

.m-games .swiper-slide {
  width: auto;
}

.m-games .swiper-slide img {
  height: 4.5rem;
  min-height: 220px;
}

.m-games .info {
  margin-top: 0.6rem;
  font-size: 20px;
}

.m-games .ico-app2,
.m-games .line2 {
  display: none;
}

.m-games .ico-app2 img {
  width: 2.2rem;
  min-width: 110px;
}

.m-games .line2 {
  margin: 0.48rem 0;
}

.m-games .line2 img {
  width: 5.09rem;
  min-width: 254px;
}

/* 动画 */
.m-games .tit.anim {
  animation: a-entry 1.5s both;
  transform: translate(0, -0.5rem);
}

.m-games .content.anim {
  animation: a-pulse 1s both;
}


.u-gold-left {
  left: -0.17rem;
  top: 9.73rem;
  width: 1.9rem;
  z-index: 3;
  animation: a-loop 3s linear infinite;
  transform: translate(0, 0.16rem);
}

.u-gold-right {
  right: -1.08rem;
  top: 9.43rem;
  width: 2.73rem;
  z-index: 3;
  animation: a-loop 3s linear infinite;
  transform: translate(0, -0.16rem);
}


/********** slogan **********/
.m-slogan {
  z-index: 2;
  margin-top: -1.05rem;
}

.m-slogan .tit {
  /* width: 12rem; */
  width: 65.3125%;
  min-width: 320px;
}

.m-slogan .tree1 {
  left: -20px;
  /* top: 4.13rem; */
  top: 56.965%;
  width: 29.375%;
  min-width: 166px;
  animation: a-loop 5s ease-in-out infinite;
  transform: rotate(5deg);
  transform-origin: 0% 50%;
}

.m-slogan .tree2 {
  right: -20px;
  /* top: 3.07rem; */
  top: 42.344%;
  width: 30.416%;
  min-width: 170px;
  animation: a-loop 4s 2s ease-in-out infinite;
  transform: rotate(-3deg);
  transform-origin: 100% 30%;
}

.m-slogan .tit.anim {
  animation: a-pulse 1.5s both;
}

/********** cooperation **********/
.m-cooperation {
  z-index: 2;
  margin-top: 2rem;
  padding: 0 0 2.36rem;
  background: url('../images/bg3.jpg') no-repeat 0 100%/100%;
}

.m-cooperation .tit {
  padding: 0 0.5rem 0.4rem;
}

.m-cooperation .tit.anim {
  animation: a-entry 1.5s both;
  transform: translate(0, -0.5rem);
}

.m-cooperation .tit h3 {
  font-size: 0.64rem;
  padding-bottom: 8px;
}

.m-cooperation .tit .desc {
  font-size: 0.32rem;
}

.m-cooperation .role {
  width: 47.968%;
}

.m-cooperation .role.anim {
  animation: a-entry 1.2s both;
  transform: scale(0.8);
}

.m-form {
  /* width: 608px; */
  width: 31.666%;
  min-width: 4.3rem;
  padding: 0.48rem 0.32rem;
  box-sizing: border-box;
  background: #0E1E46;
  border-radius: 0.3rem;
}

.m-form.anim {
  animation: a-entry 1.3s both;
  transform: translate(0, 0.6rem);
}

.m-form .row {
  display: flex;
}

.m-form .row .item {
  flex: 1;
}

.m-form .row .item:first-child {
  margin-right: 0.3rem;
}

.m-form .item {
  margin-bottom: 0.24rem;
}

.m-form .lab {
  font-size: 14px;
  color: #4A5087;
  line-height: 18px;
  padding-bottom: 0.12rem;
  text-align: left;
}

.m-form .input {
  position: relative;
  height: 0.72rem;
  min-height: 45px;
  border-radius: 50px;
  background: #192A54;
  border: 1px solid #192A54;
  box-sizing: border-box;
}

.m-form .error .input {
  border-color: #C82525;
}

.m-form .error .input::after {
  content: '';
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url('../images/ico-warn.png') no-repeat 0 0/100%;
  width: 24px;
  height: 24px;
}

.m-form .area {
  height: auto;
  border-radius: 0.2rem;
}

.m-form .txt {
  width: 100%;
  background: none;
  border: none;
  padding: 0.2rem 0.24rem;
  box-sizing: border-box;
  font-size: 16px;
  color: #fff;
}

.m-form .txt::placeholder {
  color: #ADABC3;
}


/********** footer **********/
.m-footer {
  z-index: 2;
  margin-top: -1.6rem;
}

.m-footer .logo {
  width: 2.71rem;
  min-width: 196px;
}

.m-footer .content {
  padding: 0.64rem 1.5rem 0.8rem;
  background: #100F1E;
  color: #ADABC3;
  font-size: 16px;
  text-align: left;
}

.m-footer .list {
  width: 3.56rem;
}

.m-footer .list .tit {
  color: #fff;
  font-size: 20px;
  line-height: 1;
  height: 0.6rem;
  min-height: 40px;
}

.m-footer .list li {
  line-height: 18px;
  padding-bottom: 24px;
}

.m-footer .list2 {
  width: 3.93rem;
}

.m-footer .list2 .item {
  height: 56px;
  padding: 0 24px;
  margin-bottom: 8px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.06);
}

.m-footer .list2 .ico {
  margin-right: 8px;
}





/********** about page **********/
.m-aboutBn {
  height: 9.8rem;
  background: url('../images/about/bg.jpg') no-repeat 50% 100%/auto 100%;
  color: #fff;
  text-align: left;
  display: flex;
  align-items: center;
}

.m-aboutBn .role {
  left: 4.5%;
  top: 16%;
  width: 43.9583%;
  min-width: 312px;
  animation: a-entry 1.2s both;
  opacity: 0;
  transform: translate(-0.5rem, 0) scale(0.8);
}

.m-aboutBn .content {
  width: 50%;
  max-width: 804px;
  margin-left: 46%;
  z-index: 2;
}

.m-aboutBn .tit {
  font-size: 0.56rem;
  line-height: 1.2;
  margin: 0 0.12rem;
  animation: a-entry 1.6s both;
  transform: translate(0, -0.5rem);
  opacity: 0;
}

.m-aboutBn .list {
  margin-top: 0.32rem;
  font-size: 0.16rem;
  color: rgba(255, 255, 255, 0.6);
}

.m-aboutBn .list dl {
  flex: 1;
  padding: 0.16rem;
  margin: 0 0.12rem;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.00) 100%);
  animation: a-entry 1s both;
  transform: translate(0, 0.5rem);
  opacity: 0;
}

.m-aboutBn .list dl:nth-child(2) {
  animation-delay: 0.3s;
}

.m-aboutBn .list dl:nth-child(3) {
  animation-delay: 0.6s;
}

.m-aboutBn .list dt {
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  line-height: 1.4;
  padding-bottom: 0.08rem;
}

.m-aboutGames {
  margin-top: -2.44rem;
  background: url('../images/bg1.png') no-repeat 0 0/100%;
  padding: 2.62rem 0;
}

.m-aboutGames .pic {
  top: 0;
  bottom: 0;
  margin: auto;
  left: 45.98%;
  width: 50%;
  min-width: 335px;
  max-width: 797px;
}

.m-aboutGames .pic.anim {
  animation: a-entry 1.2s both;
  transform: scale(0.6);
}

.m-aboutGames .content {
  padding-left: 12.5%;
  width: 50%;
  max-width: 700px;
  text-align: left;
}

.m-aboutGames .tit {
  line-height: 1.2;
  font-size: 0.56rem;
}

.m-aboutGames .info {
  line-height: 1.2;
  margin-top: 0.32rem;
}


/********** 隐私协议 **********/
.m-policy {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  color: #fff;
  padding: 0 0.6rem 2rem;
  text-align: left;
}

.m-policy .tit {
  margin-bottom: 0.34rem;
}

.m-policy .xb {
  padding: 16px 0 0.12rem;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.m-policy .text {
  line-height: 1.5;
  font-size: 14px;
  margin-bottom: 6px;
}

.m-policy .t2 {
  padding-left: 18px;
}

.m-policy .t2 .n {
  display: inline-block;
  width: 18px;
  margin-left: -18px;
}

.m-policy .table-wrap {
  overflow-x: auto;
}

.m-policy .table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #999;
}

.m-policy .table td {
  border: 1px solid #999;
  padding: 10px;
}




/********** 适配样式 **********/

/* 屏幕宽度大于 */
@media screen and (min-width: 1280px) {
  .m-games .list {
    width: 934px;
  }
}



/* 屏幕宽度小于或等于 */
@media screen and (max-width: 1600px) {
  .m-form {
    width: 36%;
  }

  .m-cooperation .role {
    width: 40%;
  }

  .m-footer .list {
    width: 3.2rem;
  }

  .m-footer .list2 {
    width: 3.4rem;
  }

  .m-aboutGames .pic {
    left: 48%;
    width: 48%;
  }
}

@media screen and (max-width: 1280px) {
  .m-nav .item {
    flex: 1;
  }

  .m-games {
    height: auto;
    padding-bottom: 1rem;
    margin-top: -1.62rem;
  }

  .m-games .ico-app,
  .m-games .line {
    display: none;
  }

  .m-games .swiper {
    width: 100%;
  }

  .m-games .ico-app2,
  .m-games .line2 {
    display: block;
  }

  .m-slogan {
    margin-top: 0;
  }

  .m-form {
    width: 40%;
  }

  .m-footer .content {
    display: block;
  }

  .m-footer .logo {
    padding: 10px 0 20px;
    margin-bottom: 0.4rem;
  }

  .m-footer .list {
    width: 45%;
  }

  .m-footer .list2 {
    width: 55%;
  }

  .m-banner .logo {
    top: 1.2rem;
  }

  .m-aboutBn {
    align-items: flex-start;
    justify-content: center;
    height: 10.8rem;
  }

  .m-aboutBn .content {
    width: 88%;
    max-width: 1000px;
    margin: 1.8rem 0 0;
  }

  .m-aboutBn .role {
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }

  .m-aboutGames .content {
    padding-left: 5%;
  }
}

@media screen and (max-width: 980px) {
  .f-ft20 {
    font-size: 16px;
  }

  .f-ft48 {
    font-size: 36px;
  }

  .m-top {
    padding: 0 0.2rem 0 0.3rem;
  }

  .m-nav .item {
    font-size: 15px;
  }

  .m-cooperation .role {
    display: none;
  }

  .m-form {
    width: 80%;
  }
}

@media screen and (max-width: 750px) {
  .g-wrap {
    padding-top: 56px;
  }

  .m-top {
    position: fixed;
    padding: 0 0 0 20px;
    height: 56px;
    background: #100F1E;
  }

  .m-top .logo {
    display: block;
    width: 160px;
  }

  .m-top .ico-menu {
    display: block;
  }

  .m-nav {
    display: none;
  }

  .m-banner .u-btn {
    font-size: 24px;
    bottom: 16%;
  }

  .m-banner .swiper-pagination {
    display: none;
  }

  .m-banner .logo {
    top: 0.6rem;
  }

  .m-games .tit h3,
  .m-cooperation .tit h3 {
    font-size: 36px;
  }

  .m-games .tit .desc,
  .m-cooperation .tit .desc,
  .m-games .info {
    font-size: 16px;
  }

  .m-cooperation {
    padding: 0 0 3rem;
  }

  .m-cooperation .tit {
    padding-bottom: 20px;
  }

  .m-form {
    width: 90%;
  }

  .m-form .u-btn2 {
    font-size: 18px;
    margin: 0 auto;
  }

  .m-form .item {
    margin-bottom: 12px;
  }

  .m-slogan .tree1 {
    margin-top: -0.3rem;
  }

  .m-footer .content {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
  }

  .u-gold-left,
  .u-gold-right {
    display: none;
  }

  .m-popup .info {
    font-size: 16px;
  }

  .m-aboutBn {
    height: auto;
    padding: 0 0 280px;
  }

  .m-aboutBn .tit {
    font-size: 32px;
  }

  .m-aboutBn .content {
    width: 92%;
    margin-top: 1.2rem;
  }

  .m-aboutBn .content .list {
    margin-top: 16px;
  }

  .m-aboutBn .content dl {
    flex: 100%;
    margin: 0 0 12px;
    padding: 12px 12px 20px;
  }


  .m-aboutGames {
    padding-bottom: 2rem;
  }

  .m-aboutGames .pic {
    position: static;
  }

  .m-aboutGames .content {
    width: 100%;
    max-width: 100%;
    padding: 0 0.4rem 32px;
  }

  .m-aboutGames .content .tit {
    font-size: 32px;
  }
}

@media screen and (max-width: 560px) {
  .f-ft56 {
    font-size: 0.62rem;
  }

  .f-ft16 {
    font-size: 14px;
  }

  .m-cooperation {
    padding: 0 0 3.6rem;
  }

  .m-form {
    padding: 24px 16px;
  }

  .m-form .txt {
    font-size: 14px;
    padding: 10px 12px;
  }

  .m-form .row {
    display: block;
  }

  .m-form .row .item:first-child {
    margin-right: 0;
  }

  .m-footer .content {
    padding-left: 0.6rem;
    padding-right: 0.6rem;
  }

  .m-footer .list,
  .m-footer .list2 {
    width: 100%;
    margin-bottom: 0.4rem;
  }

  .m-aboutGames .content {
    width: auto;
    padding: 0 0.8rem;
  }

  .m-aboutBn .content {
    width: auto;
    padding: 0 0.8rem;
  }
}

@media screen and (max-width: 480px) {
  .m-cooperation {
    padding-top: 0.4rem;
  }

  .m-slogan .tree1,
  .m-slogan .tree2 {
    margin-top: -0.5rem;
  }
}