* {
  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;
}

.container {
  background: #fff;
}

.company-box {
  display: flex;
  margin-left: 108px;
  margin-right: 117px;
  justify-content: space-between;
}

.company-info {
  margin-top: 103px;
}

.company-title {
  width: 1093px;
  height: 88px;
}

.company-text {
  max-width: 1221px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 20px;
  color: #f6a700;
  line-height: 28px;
  margin-top: 54px;
}

.company-img {
  width: 366px;
  height: 372px;
  margin-top: 94px;
}

.tips {
  display: flex;
  align-items: center;
}

.tips img {
  width: 20px;
  height: 20px;
}

.tips span {
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 22px;
  color: #3a372f;
  margin-left: 6px;
}

.our-box {
  margin-top: 73px;
  margin-left: 91px;
  margin-right: 120px;
}

.our-title {
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 23px;
  color: #5e21ff;
  margin-bottom: 35px;
}

.our-content {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 21px;
  color: #3a372f;
  line-height: 29px;
  margin-top: 35px;
  margin-bottom: 28px;
}

.our-step {
  display: flex;
  align-items: center;
  margin-top: 28px;
}

.our-step li {
  height: 134px;
  background: #ededed;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 20px;
  color: #3a372f;
  padding-left: 21px;
  padding-right: 20px;
  padding-top: 21px;
  margin-right: 58px;
  border-radius: 8px;
}

.customer-box {
  margin-top: 49px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 91px;
  margin-right: 64px;
}

.customert-title {
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 23px;
  color: #5e21ff;
  line-height: 32px;
  margin-bottom: 35px;
}

.customer-text {
  width: 916px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 21px;
  color: #3a372f;
  line-height: 29px;
}

.customer-img {
  width: 479px;
  height: 305px;
}

.about-box {
  margin-left: 91px;
  margin-right: 120px;
}

.about-box p {
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 23px;
  color: #5e21ff;
}

.about-box div {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 21px;
  color: #3a372f;
  line-height: 29px;
  margin-top: 35px;
}

.contact-box {
  margin-left: 91px;
  margin-right: 120px;
  margin-top: 54px;
}

.contact-box p {
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 23px;
  color: #5e21ff;
  line-height: 32px;
}

.contact-box div {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 21px;
  color: #3a372f;
  line-height: 29px;
  margin-top: 35px;
}

.email {
  margin-left: 91px;
  margin-top: 15px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 21px;
  color: #ffb922;
  line-height: 29px;
  text-decoration: underline;
}

.footer {
  width: 100%;
  height: 103px;
  background: #fcd87f;
  margin-top: 121px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 21px;
  color: #5e47ff;
}
.footer a {
  text-decoration: none;
  color: #5e47ff;
}
.akis-desc {
  max-width: 1248px;
  min-height: 358px;
  background: #faffeb;
  border-radius: 8px;
  margin-left: 82px;
  margin-bottom: 65px;
  margin-top: -20px;
}

.akis-desc-title {
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 26px;
  color: #000000;
  padding-top: 22px;
  padding-left: 45px;
}

.akis-desc-content {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 18px;
  color: #004527;
  line-height: 25px;
  padding-left: 45px;
  padding-right: 70px;
  padding-top: 22px;
  padding-bottom: 28px;
}

.akis-desc-other {
  padding-left: 45px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 20px;
  color: #424242;
}
