html {
  font-size: 5.20833333vw;
}
.contact-btn {
  font-size: 0.2rem;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
  box-sizing: border-box;
  background-color: #55b15c;
  border-radius: 0.04rem;
}
.section1 {
  width: 100%;
  background-color: #f6f9fc;
  padding: 1rem 2.4rem 2rem;
  box-sizing: border-box;
  position: relative;
}
.section1 .line-one {
  font-size: 0.5rem;
  font-family: Gilroy-Bold, Gilroy;
  font-weight: bold;
  color: #071a31;
  line-height: 0.8rem;
  margin-bottom: 0.3rem;
}
.section1 .line-two {
  font-size: 0.32rem;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #071a31;
  line-height: 0.48rem;
  width: 6.7rem;
  margin-bottom: 0.66rem;
}
.section1 > img {
  width: 10.2rem;
}
.section1 .form {
  width: 7.1rem;
  background-color: #fff;
  padding: 0.4rem 0.32rem;
  box-sizing: border-box;
  position: absolute;
  border-radius: 0.16rem;
  top: 0.5rem;
  right: 2.08rem;
}
.section1 .form > ul > li {
  position: relative;
  height: 1.5rem;
}
.section1 .form > ul > li > .label {
  font-size: 0.24rem;
  font-family: Gilroy-Bold, Gilroy;
  font-weight: bold;
  color: #071a31;
  line-height: 0.28rem;
  margin-bottom: 0.16rem;
}
.section1 .form > ul > li > .label > span {
  color: #ee1a26;
}
.section1 .form > ul > li > input {
  display: block;
  background-color: #f5f5f5;
  border-radius: 0.12rem;
  font-size: 0.2rem;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #000;
  line-height: 0.23rem;
  padding: 0.24rem 0.22rem;
  box-sizing: border-box;
  width: 100%;
}
.section1 .form > ul > li > input.eg {
  height: 2rem;
}
.section1 .form > ul > li > textarea {
  margin-top: 0.2rem;
  resize: none;
  height: 2rem;
  background-color: #f5f5f5;
  border: none;
  outline: 0;
  outline-color: invert;
  outline-style: none;
  outline-width: 0px;
  text-shadow: none;
  -webkit-appearance: none;
  -webkit-user-select: text;
  outline-color: transparent;
  box-shadow: none;
  cursor: pointer;
  border-radius: 0.12rem;
  font-size: 0.2rem;
  font-family: PingFang SC-Regular, PingFang SC;
  color: #000;
  line-height: 0.23rem;
  padding: 0.24rem 0.22rem;
  box-sizing: border-box;
  width: 100%;
}
.section1 .form > ul > li > .about {
  font-size: 0.16rem;
}
.section1 .form > ul > li > .about .abouttop {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f5f5f5;
  border-radius: 0.12rem;
  padding-right: 0.1rem;
  box-sizing: border-box;
}
.section1 .form > ul > li > .about .abouttop > input {
  background-color: transparent;
  display: block;
  font-size: 0.2rem;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #000;
  line-height: 0.23rem;
  padding: 0.24rem 0.22rem;
  box-sizing: border-box;
  width: 100%;
}
.section1 .form > ul > li > .about .aboutbm {
  position: absolute;
  top: 1.3rem;
  right: 0;
  background-color: #fff;
  z-index: 1000;
  border-radius: 0.16rem;
  box-shadow: 0px 0.15rem 0.56rem 0px rgba(0, 0, 0, 0.1);
  display: none;
}
.section1 .form > ul > li > .about .aboutbm > li {
  font-size: 0.2rem;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #606060;
  line-height: 0.23rem;
  padding: 0.14rem 0;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  box-sizing: border-box;
}
.section1 .form .tips {
  margin-top: 1.3rem;
  font-size: 0.24rem;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #434242;
  line-height: 0.28rem;
  margin-bottom: 0.19rem;
}
.section1 .form .form-btn {
  width: 100%;
  height: 0.7rem;
  background: #55b15c;
  border-radius: 0.08rem;
  font-size: 0.24rem;
  font-family: Gilroy-Bold, Gilroy;
  font-weight: bold;
  color: #ffffff;
  line-height: 0.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section3 {
  margin-top: 1.73rem;
  text-align: center;
}
.section3 .line-one {
  font-size: 0.6rem;
  font-family: Gilroy-Bold, Gilroy;
  font-weight: bold;
  color: #55b15c;
  line-height: 0.8rem;
  width: 11.7rem;
  margin: 0 auto;
  margin-bottom: 0.54rem;
}
.section3 .line-two {
  font-size: 0.36rem;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #434242;
  line-height: 0.42rem;
  width: 14.4rem;
  margin: 0 auto;
}
.section3 > img {
  width: 8.16rem;
  margin-bottom: 1rem;
}
.footer {
  width: 100%;
  background: #001630;
  padding: 0.9rem 2.4rem;
  box-sizing: border-box;
  font-size: 0.24rem;
  color: #fff;
}
.footer > ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer > ul > li > p {
  margin-bottom: 0.16rem;
}
.footer > ul > li > p:last-child {
  margin-bottom: 0;
}
.footer > ul > li:nth-child(1) {
  margin-right: 2rem;
}
.footer > ul > li:nth-child(1) > p:nth-child(1) {
  margin-bottom: 0.24rem;
}
.footer > ul > li:nth-child(1) > p:nth-child(2) {
  margin-bottom: 0.59rem;
}
.footer > ul > li:nth-child(2) {
  margin-right: 2.7rem;
}
.mask {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1990000;
  display: none;
}
.mask .box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  width: 6.06rem;
  box-shadow: 0px 0.15rem 0.56rem 0rem rgba(0, 0, 0, 0.1);
  border-radius: 0.16rem;
  padding: 0.2rem;
  padding-bottom: 0.3rem;
  box-sizing: border-box;
}
.mask .box .close-success {
  display: flex;
  justify-content: flex-end;
  text-align: right;
}
.mask .box .close-success > img {
  width: 0.26rem;
}
.mask .box .success {
  text-align: center;
  margin-bottom: 0.36rem;
}
.mask .box .success > img {
  width: 2.34rem;
}
.mask .box .text {
  text-align: center;
  font-size: 0.24rem;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #434242;
  line-height: 0.28rem;
}
.theme {
  color: #55b15c;
}
.bold {
  font-size: 0.28rem;
  font-weight: 600;
}
