* {
  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;
}

.head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 91px;
  padding-left: 157px;
  padding-right: 181px;
}

.head-title {
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 20px;
  color: #1a1a1a;
}

.head-info {
  display: flex;
  align-items: center;
}

.head-info li {
  font-family: Thonburi, Thonburi;
  font-weight: bold;
  font-size: 22px;
  color: #3c3c3c;
  line-height: 27px;
  margin-left: 43px;
  padding-bottom: 9px;
  cursor: pointer;
}

.active {
  border-bottom: 4px solid #37a4fe;
  color: #37a4fe !important;
}

.home {
  width: 100%;
  height: 589px;
  background: #37a4fe;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home-info {
  padding-left: 226px;
}

.home-title {
  font-family: Thonburi, Thonburi;
  font-weight: bold;
  font-size: 80px;
  color: #ffffff;
  margin-bottom: 33px;
}

.home-tips {
  font-family: Thonburi, Thonburi;
  font-weight: bold;
  font-size: 22px;
  color: #ffffff;
  margin-bottom: 46px;
}

.home-btn {
  width: 162px;
  height: 58px;
  background: #f5f4f1;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Thonburi, Thonburi;
  font-weight: bold;
  font-size: 22px;
  color: #6c6c6c;
  border: none;
}

.home img {
  width: 753px;
  height: 469px;
  margin-right: 108px;
}

.reason {
  margin-top: 82px;
}

.reason-title {
  text-align: center;
  font-family: Thonburi, Thonburi;
  font-weight: bold;
  font-size: 36px;
  color: #000000;
  margin-bottom: 46px;
}

.reason-step {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 133px;
  padding-right: 92px;
}

.reason-step li {
  width: 525px;
  min-height: 216px;
  background: #f3f8fc;
  box-shadow: 0px 2px 6px 0px rgba(79, 79, 79, 0.16);
  border-radius: 8px;
  cursor: pointer;
}

.reason-step li:hover {
  margin-top: -10px;
}

.reason-step li p:nth-child(1) {
  font-family: Thonburi, Thonburi;
  font-weight: bold;
  font-size: 25px;
  color: #000000;
  padding-top: 53px;
  text-align: center;
}

.reason-step li p:nth-child(2) {
  font-family: Thonburi;
  font-size: 25px;
  color: #000000;
  line-height: 35px;
  margin-top: 22px;
  text-align: center;
  padding-left: 40px;
  padding-right: 40px;
}

.features {
  margin-top: 99px;
}

.features-img {
  display: flex;
  justify-content: center;
}

.features-img img {
  width: 1166px;
  height: 270px;
}

.features-info {
  margin-top: 53px;
  display: flex;
  justify-content: space-between;
  padding-left: 225px;
  padding-right: 200px;
}

.features-info li {
  width: 386px;
  height: 105px;
  background: #fffed9;
  border-radius: 53px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Thonburi, Thonburi;
  font-weight: bold;
  font-size: 22px;
  color: #3c3c3c;
}

.convenient-payment {
  padding-top: 92px;
  padding-bottom: 89px;
  background: #f9fafb;
  margin-top: 95px;
}

.payment-title {
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 36px;
  color: #000000;
  text-align: center;
}

.payment-content {
  display: flex;
  justify-content: space-between;
  padding-left: 133px;
  padding-right: 92px;

  margin-top: 62px;
}

.payment-content li {
  width: 525px;
  min-height: 299px;
  background: #ffffff;
  box-shadow: 0px 2px 6px 0px rgba(79, 79, 79, 0.16);
  border-radius: 8px;
  padding-top: 37px;
}

.payment-number {
  width: 80px;
  height: 80px;
  background: #eaeffd;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Impact;
  font-size: 34px;
  color: #3a71ff;
  margin-bottom: 24px;
  margin: 0px auto;
}

.payment-tips {
  font-family: Thonburi, Thonburi;
  font-weight: bold;
  font-size: 25px;
  color: #000000;
  text-align: center;
  padding-top: 24px;
}

.payment-info {
  font-family: Thonburi;
  font-size: 25px;
  color: #000000;
  line-height: 35px;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 24px;
  text-align: center;
}

.question {
  padding-top: 55px;
}

.question-title {
  font-family: Thonburi, Thonburi;
  font-weight: bold;
  font-size: 36px;
  color: #000000;
  text-align: center;
  padding-bottom: 30px;
}

.question-content {
  padding-left: 188px;
  padding-right: 92px;
}

.question-content li {
  width: 1640px;
  height: 210px;
  background: #f9fafb;
  box-shadow: 0px 2px 4px 0px rgba(197, 197, 197, 0.38);
  border-radius: 8px;
  margin-bottom: 30px;
}

.question-content li div:nth-child(1) {
  font-family: Thonburi, Thonburi;
  font-weight: bold;
  font-size: 25px;
  color: #000000;
  padding-top: 45px;
  padding-left: 42px;
}

.question-content li div:nth-child(2) {
  font-family: Thonburi;
  font-size: 25px;
  color: #a6b5c8;
  line-height: 35px;
  padding-left: 42px;
  padding-right: 90px;
  padding-top: 22px;
}

.footer {
  width: 100%;
  height: 382px;
  background: #241f00;
  border: 1px solid #979797;
  padding-left: 225px;
}

.footer-title {
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 24px;
  color: #ffffff;
  padding-top: 52px;
  margin-bottom: 22px;
}

.footer-tel {
  display: flex;
  align-items: center;
}

.footer-tel-info {
  display: flex;
  align-items: center;
  margin-right: 83px;
}

.footer-tel-info img {
  width: 24px;
  height: 24px;
}

.footer-tel-info span {
  margin-left: 8px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 20px;
  color: #ffffff;
}

.footer-addr-title {
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 24px;
  color: #ffffff;
  margin-top: 35px;
}

.footer-addr {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 20px;
  color: #ffffff;
  margin-top: 19px;
}

.footer-line {
  width: 1543px;
  height: 1px;
  border: 1px solid #747474;
  margin-top: 41px;
}

.footer-copyright {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 20px;
  color: #ffffff;
  margin-top: 32px;
  text-align: center;
}

.policy {
  width: 1547px;
  height: 644px;
  background: linear-gradient(180deg, #d3f8ff 0%, #9ae8f6 100%);
  border-radius: 65px;
  margin-left: 246px;
  position: relative;
  margin-bottom: 33px;
}

.policy-title {
  font-family: Thonburi, Thonburi;
  font-weight: bold;
  font-size: 68px;
  color: #292929;
  padding-top: 57px;
  padding-left: 73px;
  padding-bottom: 51px;
}

.policy-content {
  max-width: 1049px;
  font-family: Thonburi;
  font-size: 34px;
  color: #292929;
  line-height: 47px;
  padding-left: 73px;
  padding-bottom: 63px;
}

.policy-btn {
  display: flex;
  align-items: center;
}

.policy-btn button {
  width: 524px;
  height: 114px;
  background: #ffffff;
  border-radius: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Thonburi;
  font-size: 34px;
  color: #292929;
  border: none;
  position: relative;
  z-index: 22;
  cursor: pointer;
}

.policy-btn a {
  text-decoration: none;
}
.policy-btn button:nth-child(1) {
  margin-left: 73px;
}

.policy-btn button:nth-child(2) {
  margin-left: 71px;
}

.policy-img {
  position: absolute;
  top: 26px;
  right: 0px;
  width: 474px;
  height: 546px;
}
