@charset "utf-8";

* {
  margin: 0;
  padding: 0;
}
html,
body {
  color: #000;
  font-family: Helvetica Neue, PingFang SC, Microsoft YaHei, Helvetica, Arial,
    sans-serif;
  height: 100%;
  position: relative;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:any-link {
  color: #fff;
}
ul,
li {
  list-style: none;
}
img {
  width: 100%;
}
.tab-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /* height: 100%; */
  z-index: 10;
}
.tab-box-content {
  position: absolute;
  top: 0.3rem;
  right: 1.6rem;
}
.tab-box-content-item {
  width: 1.46rem;
  height: 0.48rem;
  background: #191a30;
  border-radius: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.15rem;
  font-weight: 400;
  text-align: center;
}
.tab-box-content-item-img {
  width: 0.16rem;
  height: 0.16rem;
  margin-left: 0.05rem;
}
.img1-box {
  position: relative;
}
.img2-box {
  position: relative;
}
.img3-box {
  position: relative;
}
.img1-box-text-box {
  position: absolute;
  top: 2.1rem;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.img1-box-text {
  width: 11.1rem;
  font-family: Aeonik Pro, Aeonik Pro;
  font-weight: 900;
  font-size: 0.98rem;
  color: #ffffff;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
.img1-box-text-2 {
  font-family: Roboto, Roboto;
  font-weight: 400;
  font-size: 0.5rem;
  color: #ffffff;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-top: 0.2rem;
}

.img2-box-text-box {
  position: absolute;
  top: 2.14rem;
  right: 0.68rem;
}
.img2-box-text-box-text {
  width: 8.62rem;
  height: 1.88rem;
  font-family: Roboto, Roboto;
  font-weight: bold;
  font-size: 0.74rem;
  color: #222222;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.img2-box-text-box-text-2 {
  width: 8.95rem;
  height: 2.01rem;
  font-family: Roboto, Roboto;
  font-weight: 400;
  font-size: 0.56rem;
  color: #222222;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-top: 1.23rem;
}
.img3-box-text-box {
  position: absolute;
  top: 2.24rem;
  left: 1.25rem;
}
.img3-box-text-box-text {
  width: 8.42rem;
  height: 1.88rem;
  font-family: Roboto, Roboto;
  font-weight: bold;
  font-size: 0.74rem;
  color: #222222;
  text-align: left;
  font-style: normal;
  text-transform: none;
  line-height: 0.9rem;
}
.img3-box-text-box-text-2 {
  width: 8.95rem;
  height: 2.01rem;
  font-family: Roboto, Roboto;
  font-weight: 400;
  font-size: 0.56rem;
  color: #222222;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-top: 0.4rem;
}
. @media screen and (max-width: 640px) {
}
