.wzt-box {
  position: relative;
  width: 100%;
  height: 300px;
  min-height: 300px;
  overflow: hidden;
  z-index: -9;
}
.wzt-box .w-b-ball {
  width: 100%;
  height: 100%;
  min-height: 487px;
  background-color: #ffd0b5;
  border-radius: 48%;
  transform: translateY(11%);
}
.wzt-box .w-b-poall {
  position: absolute;
  top: 46px;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 375px;
  background-color: #e15300;
  border-radius: 48%;
  transform: translateY(20%);
}
.wzt-foots-box {
  position: relative;
  margin: 0 auto;
  min-height: 300px;
}
.wzt-foots-box .web-text {
  font-size: 1.1rem;
  position: relative;
  margin: 0 auto;
  flex-wrap: wrap;
  width: 80%;
  min-height: 60px;
  display: flex;
  align-items: center;
  margin-top: -80px;
  font-family: Noto Sans CJK JP;
  font-weight: 400;
  line-height: 20.8px;
  color: #fff;
  gap: 0 calc(30 / 1440 * 100vw);
  margin-bottom: 8px;
}
.wzt-foots-box .web-text img {
  position: absolute;
  top: -30px;
  left: 0;
  width: 92px;
  height: 25px;
}
.wzt-foots-box .web-text p {
  font-size: 1.25rem;
}
.wzt-foots-box .web-text a {
  font-size: 1.25rem;
}
.wzt-f-b-img {
  min-width: 256px;
  position: relative;
  width: 40%;
  margin: 0 auto;
  transform: translateY(170px);
}
.mo-text {
  display: none;
}
.wzt-f-b-foots {
  margin: 0 auto;
  min-width: 271px;
  display: flex;
  justify-content: center;
  width: 50%;
  transform: translateY(160px);
}
.wzt-f-b-foots img {
  width: 100%;
}
.foots-zh {
  width: calc(258 / 1440 * 100vw);
  max-width: 258px;
  min-width: 113px;
}
.foots-en {
  width: calc(452 / 1440 * 100vw);
  max-width: 452px;
  min-width: 271px;
}
.foots-ja {
  width: calc(447 / 1440 * 100vw);
  max-width: 447px;
  min-width: 233px;
}
@media screen and (max-width: 768px) {
  .wzt-foots-box {
    overflow: hidden;
  }
  .wzt-foots-box .web-text {
    display: none;
  }
  .wzt-f-b-img {
    transform: translateY(90px);
  }
  .wzt-f-b-foots {
    transform: translateY(80px);
  }
  .wzt-box {
    width: 100%;
  }
  .wzt-box .w-b-ball {
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(10%);
    width: 100%;
    min-width: 760px;
    height: 100%;
    min-height: 203px;
  }
  .wzt-box .w-b-poall {
    top: -185px;
    left: 50%;
    transform: translateX(-50%) translateY(50%);
    /* 保持垂直偏移 */
    width: 100%;
    border-radius: 50%;
    min-width: 830px;
    min-height: 486px;
  }
  .mo-text {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    width: 85%;
    margin-top: -190px;
    color: #fff;
    transform: translateY(-11px);
  }
  .mo-text .mo-t-top {
    width: 70%;
    font-size: 1rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
    column-gap: 3rem;
    justify-items: start;
  }
  .mo-text .mo-t-top a {
    display: block;
    white-space: nowrap;
    text-align: center;
  }
  .mo-text .mo-t-top a:nth-child(2),
  .mo-text .mo-t-top a:nth-child(4) {
    text-align: left;
    /* 第一个和第三个链接左对齐 */
  }
  .mo-text .mo-t-img {
    width: 100% !important;
    display: flex;
    justify-content: center;
    margin: 10px 0 8px 0;
  }
  .mo-text .mo-t-img img {
    width: 92px;
    height: 25px;
  }
  .mo-text .mo-t-bottom {
    text-align: center;
  }
}
