.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;
}
.middle {
  /* margin-top: 0.2rem; */
  margin-bottom: 0.48rem;
}
.part .title,
.part .subtitle {
  text-align: center;
}
.part .title {
  font-family: Poppins, Poppins;
  font-weight: 500;
  font-size: 0.13rem;
  color: #4275fa;
  letter-spacing: 3px;
}
.part .subtitle {
  font-family: Poppins, Poppins;
  font-weight: 600;
  font-size: 0.19rem;
  color: #2e2d56;
  letter-spacing: 2px;
  margin: 0.04rem 0 0.48rem;
}
.middle .content {
  padding: 0 0.7rem;
}
.middle .content .item {
  background: #ffffff;
  box-shadow: 0rem 0.02rem 0.09rem 0rem rgba(64, 64, 64, 0.1);
  border-radius: 0.16rem;
  width: 26%;
}
.middle .content .item img {
  width: 100%;
}
.middle .content .item .text {
  padding: 0.29rem 0.17rem;
  height: 0.98rem;
  text-align: left;
  font-family: Roboto, Roboto;
  font-weight: 500;
  font-size: 0.12rem;
  color: #2e2d56;
}
.middle .content .item .text span {
  display: inline-block;
}
.bottom .subtitle {
  margin-bottom: 0.13rem !important;
}
.part .desc {
  font-family: Poppins, Poppins;
  font-weight: 500;
  font-size: 0.09rem;
  color: #000000;
  letter-spacing: 2px;
  text-align: center;
  width: 5.06rem;
  margin: 0 auto;
}
.bottom .content {
  padding: 0 0.36rem;
  margin-top: 0.38rem;
}
.bottom .content .left-img {
  margin-right: 0.11rem;
  height: 2.95rem;
}
.bottom .content .right {
  flex-wrap: wrap;
  flex: 1;
  gap: 0.13rem;
}
.bottom .content .right img {
  border-radius: 0.08rem;
  height: 1.41rem;
  width: calc(50% - 0.13rem);
  object-fit: cover;
}
.bottom .btn {
  cursor: pointer;
  width: 2rem;
  height: 0.31rem;
  background: #4175fa;
  box-shadow: 0rem 0.02rem 0.13rem 0rem rgba(0, 0, 0, 0.25);
  border-radius: 0.26rem 0.26rem 0.26rem 0.26rem;
  line-height: 0.31rem;
  text-align: center;
  /* margin: 0 auto; */
  font-family: Roboto, Roboto;
  font-weight: 600;
  font-size: 0.1rem;
  color: #ffffff;
  letter-spacing: 1px;
  margin: 0.43rem auto 0.38rem;
}
