@font-face {
  font-family: KoHo-Bold;
  src: url('./KoHo-Bold.ttf');
}
body {
  font-family: KoHo-Bold;
  height: 100dvh;
  overflow-x: hidden;
  overflow-y: scroll;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE 和 Edge */
}
body::-webkit-scrollbar {
  display: none;
}
.button-v2 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 14px;
  width: 45%;
  height: 35px;
  border: none;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  background-image: linear-gradient(to bottom, #ffe507, #ff7000);
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  color: #fff;
}

.button-v2:not(:disabled):not(.loading):active {
  opacity: 0.9;
}

.button-v2:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.button-v2:focus {
  outline: none;
}

.button-v2.white-border {
  border: 1px solid #fff;
}

.button-v2 .jiao {
  position: absolute;
  width: 30px;
}

.button-v2 .jiao-left {
  top: -6px;
  left: -10px;
}

.button-v2 .jiao-right {
  bottom: -6px;
  right: -10px;
}

.button-v2 .bottom-line {
  width: 104px;
  opacity: 0.6;
  position: absolute;
  bottom: 1px;
  left: 50%;
  transform: translateY(50%) translateX(-50%);
}
.btn-wrap {
  display: flex;
  margin: 0 auto;
  width: 84%;
  justify-content: space-between;
}
.play-button {
  width: 45%;
  height: 35px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  background-image: linear-gradient(#1b232a, #1b232a),
    /* 内层纯色背景 */ linear-gradient(to bottom, #ffe507, #ff7000);
  background-origin: border-box;
  background-clip: padding-box, border-box;
}
.btn-tips {
  margin-top: 23px;
  text-align: center;
  font-size: 12px;
  font-family: KoHo;
  color: #ffba00;
}
.app {
  position: relative;
  max-width: 570px;
  width: 100%;

  margin: 0 auto;
  background-color: #1d252c;
}

.header {
  position: relative;
}
.header-btm {
  width: 100%;
  position: absolute;
  bottom: 4%;
}
.platform {
  margin-top: 30px;
  margin-bottom: 10px;
  font-family: KoHo;
  font-size: 13px;
  font-weight: bold;
  color: #14ca65;
  text-align: center;
}
.platform-img {
  width: 92%;
  margin: 0 auto;
}
.game-button {
  width: 80%;
  margin: 0 auto;
  margin-top: 20px;
}
.min-title {
  margin-top: 2px;
  margin-bottom: 10px;
  font-size: 10px;
  color: #fff;
  text-align: center;
}
.mid-title {
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
}
.app-about {
  width: 92%;
  margin: 0 auto;
  text-align: center;
  font-size: 12px;
  color: #91a0ac;
  line-height: 1.5;
  margin-bottom: 20px;
}
.footers {
  background: #13191e;
  width: 100%;
  padding: 35px 0px;
}
.footers-content {
  width: 92%;
  margin: 0 auto;
}
.logo {
  display: block;
  margin: 0 auto;
}
.reserved {
  margin-top: 25px;
}
.text {
  color: #fff;
}
.gc {
  display: block;
  margin: 0 auto;
  margin-top: 35px;
}
.dowload {
  position: relative;
  bottom: 0px;
  height: 78px;
  padding-top: 10px;
  width: 100%;
  background: #32404a;
}
.float-tips {
  margin-top: 10px !important;
}
.dowload.relative {
  position: relative;
}
.dowload.sticky {
  position: sticky;
  bottom: 0;
}
.bouns-tip {
  position: absolute;
  top: -3px;
  right: -10px;
  min-width: 24px;
  height: 20px;
  padding: 2px 4px;
  text-align: center;
  align-items: center;
  justify-content: center;
  font-family: KoHo-Bold;
  background: #f63d10;
  border-radius: 8px 8px 8px 0;
  border: 1px solid #fff;
  font-size: 12px;
  font-weight: 900;
  color: #fff;
  z-index: 10;
}
