* {
  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;
}

.box {
  background: #fff;
}

.title {
  background: url("../img/home.png") no-repeat;
  background-size: 100% 400px;
  width: 100%;
  height: 400px;
}

.company-box {
  padding-left: 120px;
  padding-right: 120px;
  margin-bottom: 67px;
}

.company-title {
  font-family: Roboto, Roboto;
  font-weight: normal;
  font-size: 40px;
  color: #000000;
  padding-top: 73px;
  padding-bottom: 34px;
}

.company-text {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 28px;
  color: #4d4d4d;
  text-align: center;
}

.simple-box {
  width: 100%;
  height: 590px;
  background: #eae5f9;
  padding-top: 108px;
  position: relative;
  z-index: 1;
}

.simple-title {
  font-family: Roboto, Roboto;
  font-weight: normal;
  font-size: 60px;
  color: #000000;
  font-style: italic;
  margin-bottom: 80px;
  text-align: center;
}

.simple-info {
  width: 875px;
  font-family: Roboto, Roboto;
  font-weight: bold;
  font-size: 26px;
  color: #000000;
  line-height: 60px;
  padding-left: 120px;
}

.other-info {
  display: flex;
  padding-left: 120px;
  padding-right: 169px;
}

.other-info ul {
  width: 913px;
  height: 625px;
  background: #ffe9fc;
  border-radius: 50px 50px 50px 50px;
  margin-top: -100px;
  padding-top: 155px;
  padding-left: 38px;
  padding-right: 36px;
}

.other-info ul li p {
  font-family: Roboto, Roboto;
  font-weight: normal;
  font-size: 26px;
  color: #6e49e9;
  margin-bottom: 20px;
}

.other-info ul li div {
  font-family: Roboto, Roboto;
  font-weight: 400;
  font-size: 20px;
  color: #000000;
  line-height: 40px;
  margin-bottom: 32px;
}

.other-img {
  width: 663px;
  height: 663px;
  margin-top: -300px;
  position: relative;
  z-index: 2;
}
.about-bg {
  background: #eae5f9;
  margin-top: 50px;
}

.credora-content {
  font-family: PingFang SC, PingFang SC;
  font-size: 28px;
  color: #000000;
  line-height: 60px;
  padding-top: 65px;
  padding-left: 120px;
  padding-right: 120px;
  margin-bottom: 49px;
}

.about {
  width: 100%;
  height: 812px;
  background: #210c4c;
  border-radius: 0px 406px 0px 0px;
  padding-left: 109px;
  padding-right: 120px;
  margin-top: 90px;
}

.about-content {
  display: flex;
  align-items: center;
}

.about-img {
  width: 540px;
  height: 579px;
}

.about-info {
  margin-left: 76px;
}

.about-title {
  font-family: Roboto, Roboto;
  font-weight: normal;
  font-size: 60px;
  color: #ffffff;
  font-style: italic;
  margin-bottom: 40px;
}

.about-company {
  font-family: PingFang SC, PingFang SC;
  font-weight: bold;
  font-size: 32px;
  color: #ffffff;
  margin-bottom: 32px;
}

.about-tips {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 24px;
  color: #ffffff;
  line-height: 40px;
}

.about-other {
  width: 1440px;
  height: 160px;
  background: #ffffff;
  border-radius: 80px 80px 80px 80px;
  border: 1px solid #707070;
  margin-left: 240px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.about-other div {
  padding-left: 80px;
}

.about-other div p {
  font-family: PingFang SC, PingFang SC;
  font-weight: bold;
  font-size: 20px;
  color: #000000;
}

.about-other div p:nth-child(1) {
  margin-bottom: 52px;
}

.about-other img {
  width: 266px;
  height: 78px;
  margin-right: 80px;
}

.about-copy {
  font-family: Roboto, Roboto;
  font-weight: 400;
  font-size: 20px;
  color: #fffcf5;
  line-height: 34px;
  text-align: center;
  margin-top: 24px;
  margin-bottom: 32px;
}

.about-btn {
  display: flex;
  align-items: center;
  margin-top: 40px;
}

.about-btn a {
  width: 230px;
  height: 44px;
}

.about-btn a:nth-child(1) {
  margin-right: 70px;
}

.about-btn button {
  width: 230px;
  height: 44px;
  background: #3696f6;
  border-radius: 8px 8px 8px 8px;
  border: none;
  font-family: PingFang SC, PingFang SC;
  font-weight: bold;
  font-size: 20px;
  color: #ffffff;
  cursor: pointer;
}
