* {
  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;
}

.main {
  background: #fff;
}

.title {
  width: 100%;
  height: 118px;
  background: #81db4c;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 125px;
  padding-right: 151px;
}
.title-text {
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 29px;
  color: #1b1818;
}

.title-btn {
  display: flex;
  align-items: center;
}
.title-btn a:nth-child(1) {
  margin-right: 45px;
}
.title-btn a {
  height: 63px;
  background: rgba(0, 0, 0, 0.18);
  border-radius: 8px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 26px;
  color: #ffffff;
  display: flex;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
}
.deep-toor {
  display: flex;
  align-items: center;
  padding-top: 53px;
}

.deep-toor img {
  margin-left: 153px;
  margin-right: 72px;
  width: 576px;
  height: 282px;
}

.deep-toor-content p {
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 42px;
  color: #1b1818;
  margin-bottom: 25px;
}

.deep-toor-content div:nth-child(2) {
  font-family: AppleColorEmoji;
  font-size: 30px;
  color: #4d4747;
}

.deep-sec {
  margin-top: 92px;
  margin-bottom: 92px;
  display: flex;
  justify-content: center;
}
.deep-sec div {
  font-family: AppleColorEmoji;
  font-size: 28px;
  color: #3b3838;
  line-height: 37px;
}

.step-box {
  max-width: 1500px;
}

.step-title {
  width: 427px;
  height: 106px;
  background: #dcffc7;
  box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
  padding-right: 49px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 42px;
  color: #1b1818;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.step-content {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 23px;
  color: #282828;
  line-height: 32px;
  padding-left: 207px;
  margin-bottom: 53px;
}

.products {
  max-width: 1700px;
  margin-top: 54px;
}

.products-title {
  width: 427px;
  height: 106px;
  background: #c7e5ff;
  box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
  padding-right: 49px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 30px;
  color: #1b1818;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.products-content {
  display: flex;
  justify-content: space-between;
  padding-left: 187px;
  margin-top: 39px;
}

.products-content div {
  width: 475px;
  height: 301px;
  background: #f5ffff;
  border-radius: 8px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 18px;
  color: #387db9;
  line-height: 25px;
  padding: 31px 23px 0px 28px;
}

.frequently {
  margin-top: 50px;
}

.frequently-title {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 427px;
  height: 106px;
  background: #ffdec7;
  box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 25px;
  color: #1b1818;
  padding-right: 49px;
  margin-bottom: 38px;
}

.frequently-step {
  margin-left: 187px;
}

.frequently-step li {
  width: 1520px;
  height: 165px;
  background: #f6f6f6;
  margin-bottom: 21px;
  padding-left: 28px;
  padding-right: 28px;
}

.frequently-step li div:nth-child(1) {
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 25px;
  color: #1b1818;
  padding-top: 30px;
  padding-bottom: 10px;
}

.frequently-step li div:nth-child(2) {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 25px;
  color: #3e3c3c;
  line-height: 36px;
}

.footer {
  margin-top: 84px;
  background: #485045;
  height: 130px;
  width: 100%;
}

.footer-email {
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 19px;
  color: #ffffff;
  padding-left: 186px;
  padding-top: 30px;
}

.footer-addr {
  padding-top: 19px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 19px;
  color: #ffffff;
  text-align: center;
}

.corporate {
  margin-top: 19px;
  margin-bottom: 64px;
}

.corporate-title {
  width: 427px;
  height: 106px;
  background: #ffd9e9;
  box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 30px;
  color: #1b1818;
}

.corporate-content {
  padding-left: 186px;
  padding-right: 299px;
}

.corporate-top {
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 30px;
  color: #ff982b;
  margin-top: 38px;
  margin-bottom: 34px;
}

.corporate-other {
  display: flex;
  align-items: center;
}

.corporate-other div:nth-child(1) {
  max-width: 935px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 21px;
  color: #343131;
  line-height: 29px;
}

.corporate-other div:nth-child(2) {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 22px;
  color: #ff982b;
  line-height: 30px;
  margin-left: 67px;
}

.corporate-other div:nth-child(2) span {
  font-weight: 600;
  color: #000000;
}

.corporate-more {
  max-width: 1387px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 21px;
  color: #ea5fc4;
  line-height: 29px;
  margin-top: 32px;
}
