body,
div,
p,
img {
  user-select: none;
  margin: 0;
  padding: 0;
  font-family: PingFangSC, PingFangSC-Regular, 'Microsoft Yahei', sans-serif;
}
img {
  display: block;
}
:root {
  --animate-delay: 0.4s;
}

.display {
  display: flex;
  align-items: center;
}

.flex_center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.f-d {
  flex-direction: column;
}

.index {
  position: relative;
}

.head-f {
  justify-content: space-between;
  height: 1.2rem;
  padding: 0 0.3rem;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 10;
  border-bottom: 1px solid #eeeeee;
}

.head-f-logo {
  width: 2.16rem;
  height: 0.62rem;
}

.switch_region {
  margin-left: 0.16rem;
}

.switch_region #jumpText {
  font-size: 0.28rem;
  margin-right: 0.1rem;

  font-weight: 500;
  color: #222222;
}

.switch_region img {
  width: 0.12rem;
  height: 0.1rem;
}

.head-f-right {
  font-weight: 400;
  color: #222222;
  font-size: 0.28rem;
}
.head-f-right-l {
  margin-right: 0.3rem;
}

.head-f-right-l .head-f-text {
  /* min-width: 1.5rem; */
  padding: 0 0.1rem;
  letter-spacing: 0;
  text-align: center;
  white-space: nowrap;
}

.head-f-icon {
  width: 0.22rem;
  height: 0.12rem;
}

.icon_language {
  width: 0.32rem;
  height: 0.32rem;
}

.head-icon_menu {
  widows: 0.4rem;
  height: 0.4rem;
  display: block;
}

.head-bg,
.head-lang-bg,
.head-region-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  z-index: 10;
}

.head-lang-content,
.jump-type {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.head-lang-content p,
.jump-type p {
  background: #fff;
  font-size: 0.28rem;
  line-height: 0.9rem;
  border-bottom: 0.01rem solid #eeeeee;
  text-align: center;
}

.head-content {
  color: #ffffff;
  padding-top: 1.2rem;
}

.head-content .head-item {
  font-size: 0.32rem;
  font-weight: 400;
  justify-content: center;
  height: 0.84rem;
}
.item-active {
  background: #3f76dc;
}
.head-item img {
  width: 0.4rem;
  height: 0.4rem;
  margin-right: 0.4rem;
}
.head-item p {
  width: 1.8rem;
  text-align: left;
}
.head-content-c {
  padding: 0.2rem 0;
  background: rgba(0, 0, 0, 0.6);
}
.com-name {
  font-size: 0.28rem;
  color: #1f1f1f;
}
/* content */
.content {
  text-align: center;
  margin-top: 1.2rem;
}
.swiper-wrapper-banner {
  position: relative;
  z-index: 0;
}
.swiper-wrapper-banner .swiper-text {
  position: absolute;
  top: 2.2rem;
  color: #ffffff;
  width: 100%;
  text-align: center;
}
.swiper-wrapper-banner .swiper-text .text-1 {
  font-size: 0.44rem;
  font-weight: 200;
  opacity: 0;
}
.swiper-wrapper-banner .swiper-text .text-2 {
  font-size: 0.52rem;
  font-weight: 700;
  opacity: 0;
  margin-top: 0.2rem;
}
.swiper-wrapper-banner .swiper-slide img {
  width: 100%;
  height: 10rem;
}
.content-head {
  padding-top: 1rem;
}
.content-head-1,
.content-head-2 {
  font-size: 0.48rem;
  font-weight: 600;
  color: #1f1f1f;
}
.content-head-1-1 {
  color: #ffd000;
}
.content-head-3 {
  font-size: 0.28rem;
  color: #999999;
  margin-top: 0.24rem;
}
.toast_content {
  position: fixed;
  top: 4rem;
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 10;
}
.toast {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  border-radius: 0.04rem;
  padding: 0.08rem 0.16rem;
  font-size: 0.28rem;
  display: none;
}
.sub-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
  display: none;
}
.sub-bg img {
  width: 0.7rem;
  height: auto;
}
.sub-bg > div {
  position: absolute;
  top: 40%;
  width: 2.6rem;
  left: 50%;
  margin-left: -1.3rem;
  background: #fff;
  border-radius: 0.04rem;
  font-size: 0.28rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.7rem;
}
.animate__animated {
  visibility: hidden;
}
.animate__fadeInUp {
  visibility: visible;
}
