body * {
  box-sizing: border-box;
  flex-shrink: 0;
}
html,
body {
  margin: 0;
  padding: 0;
  font-family: PingFangSC-Regular, Roboto, Helvetica Neue, Helvetica, Tahoma,
    Arial, PingFang SC-Light, Microsoft YaHei;
}
.container {
  width: 100%;
}
.top {
  background: url("../images/index/bg-hero.png") no-repeat center;
  background-size: 100% 100%;
  height: 4.5rem;
}
.top .header {
  padding: 0.2rem 0.36rem;
}
.top .header {
  font-family: Noto Sans, Noto Sans;
  font-weight: 600;
  font-size: 0.14rem;
  color: rgba(255, 255, 255, 1);
  letter-spacing: 1px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.top {
  height: 5rem;
}
.top .content {
  margin-top: 0.14rem;
  padding: 0 0.36rem;
}
.top .content .subtitle {
  margin-top: 0.45rem;
  font-family: Noto Sans, Noto Sans;
  font-weight: 600;
  font-size: 0.08rem;
  color: rgba(255, 255, 255, 0.54);
  letter-spacing: 1px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.top .content .title {
  height: 0.17rem;
  font-family: Poppins, Poppins;
  font-weight: bold;
  font-size: 0.25rem;
  color: #ffffff;
  letter-spacing: 2px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin: 0.13rem 0 0.67rem;
}

.top .content .label {
  margin-bottom: 0.13rem;
  font-family: Roboto, Roboto;
  font-weight: 500;
  font-size: 0.1rem;
  color: #ffffff;
}
.top .content .label .item {
  margin-bottom: 0.15rem;
}

.top .content .label .circle {
  width: 0.14rem;
  height: 0.14rem;
  border-radius: 50%;
  margin-right: 0.15rem;
}
