* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
dl,
ol,
ul {
  list-style: none;
}
body,
html {
  font-family: PingFang;
  letter-spacing: 0.5px;
  background-color: #fff;
  font-size: 12px;
}

.vita-container {
  padding-top: 47px;
}

.vita-title {
  display: flex;
  align-items: center;
  padding-left: 160px;
}

.vita-title img:nth-child(1) {
  width: 179px;
  height: 179px;
}

.vita-title img:nth-child(2) {
  margin-left: 42px;
  width: 796px;
  height: 60px;
}

.vita-desc {
  padding-top: 67px;
  display: flex;
  align-items: center;
}

.vita-desc-border {
  width: 23px;
  height: 193px;
  background: #90cfff;
  margin-right: 16px;
}

.vita-desc-content {
  max-width: 1211px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 28px;
  color: #49534f;
  line-height: 40px;
  text-align: left;
  font-style: normal;
}

.vita-desc-img {
  margin-left: 18px;
  width: 308px;
  height: 367px;
}

.vita-core-title {
  margin-left: 160px;
}

.vita-core-title img {
  width: 426px;
  height: 56px;
}

.vita-core-content {
  position: relative;
}

.vita-core-bg div {
  width: 203px;
  height: 203px;
  border-radius: 50%;
  position: absolute;
}

.vita-core-bg div:nth-child(1) {
  left: 97px;
  top: 19px;
  background: #eafff7;
}

.vita-core-bg div:nth-child(2) {
  left: 255px;
  top: 210px;
  background: #fffeea;
}

.vita-core-bg div:nth-child(3) {
  left: 400px;
  top: 417px;
  background: #eaf7ff;
}

.vita-core-bg div:nth-child(4) {
  left: 563px;
  top: 637px;
  background: #ebeaff;
}

.vita-core-bg div:nth-child(5) {
  left: 383px;
  top: 829px;
  background: #ffeaf9;
}

.vita-core-bg div:nth-child(6) {
  left: 199px;
  top: 1037px;
  background: #f3ffea;
}

.vita-core-step {
  position: relative;
  z-index: 555;
  padding-left: 160px;
  padding-top: 47px;
}
.vita-core-step li {
  margin-bottom: 46px;
}
.vita-core-step li p {
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 34px;
  color: #1bae78;
}

.vita-core-step li div {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 28px;
  color: #49534f;
  line-height: 40px;
  margin-top: 31px;
  margin-left: 39px;
}

.choose-desc {
  margin-top: 103px;
  padding-left: 160px;
  position: relative;
  z-index: 555;
}

.choose-desc-title {
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 34px;
  color: #232624;
  margin-bottom: 21px;
}

.choose-desc-info {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 28px;
  color: #49534f;
  line-height: 40px;
  margin-left: 26px;
}

.medicine {
  width: 370.46px;
  height: 370.46px;
  position: absolute;
  top: 353px;
  right: 208px;
}

.calendar {
  width: 321px;
  height: 339px;
  position: absolute;
  top: 829px;
  right: 598px;
}

.search {
  width: 480px;
  height: 480px;
  position: absolute;
  top: 1103px;
  right: 98px;
}

.footer {
  width: 100%;
  height: 145px;
  background: #303734;
  margin-top: 105px;
  display: flex;
  justify-content: space-between;
}

.footer div:nth-child(1) {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 22px;
  color: #ffffff;
  padding-top: 42px;
  padding-left: 154px;
}

.footer div:nth-child(2) {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 22px;
  color: #ffffff;
  padding-top: 73px;
  padding-right: 269px;
}
