body {
  margin: 0;
  /* font-size: 0.16rem; */
}

[v-cloak] {
  visibility: hidden;
}

html {
  line-height: 1.15;
  -webkit-tap-highlight-color: transparent;
}

button {
  cursor: pointer;
  font-size: inherit;
  line-height: inherit;
  background: none;
  border: none;
  padding: 0;
  color: inherit;
  outline: none;
}

a {
  text-decoration: none;
  color: inherit;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
}

@keyframes arrow-down-up {
  0% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(0, 0.1rem);
  }

  100% {
    transform: translate(0, 0);
  }
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.scrollbar {
  overflow-y: auto;
  height: 100%;
}

.scrollbar::-webkit-scrollbar {
  width: 0.04rem;
}

.scrollbar::-webkit-scrollbar-track {
  background-color: #ede5dc;
}

.scrollbar::-webkit-scrollbar-thumb {
  background: #a84021;
  cursor: pointer;
}

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

  to {
    transform: rotate(360deg);
  }
}

[data-stroke] {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

[data-stroke]::before {
  content: attr(data-stroke);
  position: absolute;
  -webkit-text-stroke: var(--text-stroke-color);
  -webkit-text-stroke-width: var(--text-stroke-width);
}

[data-stroke]::after {
  position: relative;
  content: attr(data-stroke);
}

.touch-active {
  transition: transform 0.2s ease-in-out;
  user-select: none;
}

.touch-active:active {
  transform: scale(0.95);
}


.common-modal {}

.common-modal .fx-modal-wrap {
  position: relative;
  width: 560px;
  background: url('https://static.fhyx.com/images/application/pc/com/15th/popup_bg_top.png') top/100% auto no-repeat;
  padding: 91px 26px 44px;
  box-sizing: border-box;
  border-radius: 36px;
  background-color: #fff;
  overflow: hidden;
}

.common-modal .fx-modal-wrap .close-btn {
  position: absolute;
  top: 17px;
  right: 13px;
  width: 50px;
  height: 50px;
  background: url('https://static.fhyx.com/images/application/pc/com/15th/button_esc.png') center/contain no-repeat;
  cursor: pointer;
}

.common-modal .fx-modal-wrap .modal-footer {
  display: flex;
  align-items: center;
  gap: 27px;
  margin-top: 26px;
}

.common-modal .fx-modal-wrap .modal-footer .btn {
  flex: 1;
  height: 80px;
  border-radius: 24px;

  background: linear-gradient(92deg,
      #f24c19 6.51%,
      #f4670f 48.88%,
      #fe8646 98.32%);
  box-shadow: 0 3px 8px rgba(179, 39, 39, 0.35);

  color: #fff;
  text-align: center;
  text-shadow: 0 1px 6px rgba(120, 0, 0, 0.81);
  font-size: 32px;
  font-weight: 700;
  line-height: 80px;
}

.common-modal .fx-modal-wrap .modal-footer .cancel-btn {
  color: #593016;
  text-shadow: none;
  background: linear-gradient(92deg,
      #eebf7d 6.51%,
      #fdd090 48.88%,
      #ffebbf 98.32%);
  box-shadow: 0 3px 8px rgba(177, 117, 80, 0.35);
}

.common-modal .fx-modal-wrap .modal-footer .btn.disabled {
  background: linear-gradient(90deg, #ea8648 0%, #fbba92 100%);
  box-shadow: 0 3px 8px rgba(179, 39, 39, 0.35);
  color: #ffebd7;
  text-shadow: 0 1px 6px rgba(170, 71, 71, 0.81);
}

.common-modal .common-text {
  color: #1a1a1a;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
}

.common-modal .common-text .highlight {
  color: #ff6100;
}



.common-modal-1 .fx-modal-wrap {
  padding-top: 84px;
}

.common-modal-1 .top-text {
  color: #56280f;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
}

.common-modal-1 .top-text-2 {
  color: #ff6100;
  text-align: center;
  font-size: 24px;
  margin-top: 10px;
}

.common-modal-1 .top-text-3 {
  color: #a75022;
  text-align: center;
  font-size: 19px;
  font-weight: 500;
  margin-top: 10px;
}

.common-modal-1 .game-info {
  display: flex;
  gap: 18px;
  height: 160px;
  border-radius: 18px;
  background: #fff6ed;
  margin-top: 20px;
  margin-bottom: 20px;
}

.common-modal-1 .game-info .img-box {
  position: relative;
  width: 107px;
  height: 160px;
  border-radius: 18px 0 0 18px;
}

.common-modal-1 .game-info .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 18px 0 0 18px;
}

.common-modal-1 .game-info .img-box .platform {
  position: absolute;
  left: 0;
  top: 0;
  height: 40px;
  padding: 0 6px;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 18px 0;
}

.common-modal-1 .game-info .img-box .platform img {
  height: 28px;
}

.common-modal-1 .game-info .info-box {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px 0 20px;
  box-sizing: border-box;
}

.common-modal-1 .game-info .info-box .title {
  color: #1a1a1a;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  /* 150% */
}

.common-modal-1 .game-info .info-box .price {
  color: #ff6100;
  font-size: 54px;
  font-weight: 700;
  line-height: 36.592px;
  /* 67.763% */
}

.common-modal-1 .game-info .info-box .price small {
  color: #be5b43;
  font-size: 20.6px;
  font-weight: 400;
}

.common-modal-1 .game-info-2 {
  display: flex;
  gap: 12px;
  height: 200px;
  border-radius: 18px;
  background: #fff6ed;
  margin-top: 20px;
  margin-bottom: 20px;
}

.common-modal-1 .game-info-2 .img-box {
  position: relative;
  width: 133px;
  height: 200px;
  border-radius: 18px 0 0 18px;
}

.common-modal-1 .game-info-2 .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 18px 0 0 18px;
}

.common-modal-1 .game-info-2 .img-box .platform {
  position: absolute;
  left: 0;
  top: 0;
  height: 40px;
  padding: 0 6px;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 18px 0;
}

.common-modal-1 .game-info-2 .img-box .platform img {
  height: 28px;
}

.common-modal-1 .game-info-2 .info-box {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px 0 20px;
  box-sizing: border-box;
}

.common-modal-1 .game-info-2 .info-box .title {
  color: #1a1a1a;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  /* 150% */
}

.common-modal-1 .game-info-2 .info-box .diff {
  color: #be5b43;
  font-size: 24px;
}

.common-modal-1 .game-info-2 .info-box .diff span {
  color: #2ea966;
}

.common-modal-1 .game-info-2 .info-box .price .old {
  color: #dac5ac;
  font-size: 28px;
  text-decoration-line: line-through;
}

.common-modal-1 .game-info-2 .info-box .price .arrow {
  color: #be5b43;
  font-size: 24px;
  font-weight: 700;
  margin: 0 6px;
}

.common-modal-1 .game-info-2 .info-box .price .new {
  color: #ff6100;
  font-size: 54px;
  font-weight: 700;
  line-height: 36.592px;
}

.common-modal-1 .bottom-tip {
  color: #aa653b;
  text-align: center;
  font-size: 24px;
  margin-top: 25px;
  margin-bottom: -10px;
}

.common-modal-1 .bottom-countdown {
  color: #ee3525;
  text-align: center;
  font-size: 24px;
  margin-top: 25px;
  margin-bottom: -10px;
}