* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html,
body,
#app {
  height: 100%;
}

.pc .bg {
  position: absolute;
  width: 1194px;
  height: 628px;
  background: linear-gradient(135deg, #33c68130 0%, #ffffff00 30%, #ffffff00 100%);
}

.pc .banner {
  position: relative;
  width: 100%;
}

.pc .banner__logo {
  margin: 30px 0 0 30px;
  width: 222px;
}

.pc .banner__lang {
  position: absolute;
  top: 20px;
  right: 60px;
  height: 43px;
  color: #191919;
  font-size: 22px;
  text-decoration: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  z-index: 1;
  display: none;
}

.pc .banner__lang-icon {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  filter: invert(0%) sepia(9%) saturate(124%) hue-rotate(316deg) brightness(88%) contrast(80%);
}

.pc .pop__lang {
  width: 160px;
  padding: 20px 0;
  color: #666;
  font-size: 20px;
  text-align: center;
  cursor: pointer;
}

.pc .pop__lang:hover {
  color: #33c681;
  background: rgba(51, 198, 129, 0.1);
}

.pc .banner__title {
  position: relative;
  margin-top: 40px;
  max-width: 960px;
  padding: 0 30px;
  left: 50%;
  transform: translateX(-50%);
}

.pc .banner__title-img {
  position: absolute;
  width: 301px;
  top: -68px;
  right: -11px;
}

.pc .banner__title-bg {
  position: relative;
  padding-top: 32px;
  color: #edf0ef;
  font-size: 90px;
  font-weight: bold;
  z-index: 1;
}

.pc .banner__title-value {
  position: absolute;
  top: 0;
  color: #191919;
  font-size: 60px;
  font-weight: bold;
  z-index: 1;
}

.pc .content {
  position: relative;
  max-width: 960px;
  min-height: calc(100% - 180px - 84px - 1px);
  padding: 29px 30px 65px 30px;
  left: 50%;
  transform: translateX(-50%);
}

.pc .footer {
  height: 84px;
  background: #f8fbfe;
  border-top: 1px solid #e6e8eb;
  line-height: 84px;
  color: #999;
  font-size: 18px;
  text-align: center;
}

.pc .service {
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: #458ae9;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pc .service__icon {
  width: 24px;
  height: 24px;
}

.mobile .bg {
  position: absolute;
  width: 100%;
  height: 295px;
  background: linear-gradient(135deg, #33c68130 0%, #ffffff00 30%, #ffffff00 100%);
}

.mobile .banner {
  position: relative;
}

.mobile .banner__logo {
  margin: 26px 0 49px 15px;
  width: 142px;
}

.mobile .banner__lang {
  position: absolute;
  top: 28px;
  right: 17px;
  height: 23px;
  color: #191919;
  font-size: 16px;
  text-decoration: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  z-index: 1;
  display: none;
}

.mobile .banner__lang-icon {
  width: 20px;
  height: 20px;
  margin-right: 4px;
  filter: invert(0%) sepia(9%) saturate(124%) hue-rotate(316deg) brightness(88%) contrast(80%);
}

.mobile .pop__lang {
  width: 120px;
  padding: 10px 0;
  color: #666;
  font-size: 16px;
  text-align: center;
}

.mobile .banner__title {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.mobile .banner__title-img {
  position: absolute;
  width: 106px;
  top: -39px;
  right: 8px;
}

.mobile .banner__title-bg {
  display: none;
}

.mobile .banner__title-value {
  position: relative;
  color: #191919;
  margin-left: 23px;
  font-size: 30px;
  font-weight: bold;
}

.mobile .content {
  position: relative;
  padding: 27px 17px 20px 17px;
  min-height: calc(100% - 136px - 40px - 1px);
  left: 50%;
  transform: translateX(-50%);
}

.mobile .footer {
  height: 40px;
  background: #f8fbfe;
  border-top: 1px solid #e6e8eb;
  line-height: 40px;
  color: #999;
  font-size: 13px;
  text-align: center;
}

.mobile .service {
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: 52px;
  height: 52px;
  transform: scale(0.8);
  border-radius: 50%;
  background: #458ae9;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile .service__icon {
  width: 24px;
  height: 24px;
}

.tippy-box[data-theme~='custom'] {
  background-color: #fff;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.12);
}

.tippy-box[data-theme~='custom'][data-placement^='bottom'] > .tippy-arrow::before {
  border-bottom-color: #fff;
}
