* {
  margin: 0;
  padding: 0;
}
header {
  width: 100%;
  height: 3.98rem;
  background-image: url('/assets/admin/images/indexM/head.png');
  background-size: cover;
  position: relative;
}
header .btnApply {
  width: 2.39rem;
  height: 0.66rem;
  position: absolute;
  top: 2.72rem;
  left: 0.24rem;
}
.sec1 {
  width: 100%;
  background: #fff;
  padding-top: 0.5rem;
  padding-bottom: 0.4rem;
}
.sec1 h1 {
  font-size: 0.34rem;
  color: #17254F;
  text-align: center;
  position: relative;
  z-index: 2;
}
.sec1 h1::after {
  content: '';
  width: 2.51rem;
  height: 0.2rem;
  background: linear-gradient(90deg, #FFB732 0%, rgba(254, 182, 50, 0) 100%);
  position: absolute;
  top: 0.24rem;
  left: 2.48rem;
  z-index: -1;
}
.sec1 .one {
  width: 6.37rem;
  margin: 0 auto;
  margin-top: 0.4rem;
}
.sec1 .one p {
  font-size: 0.24rem;
  color: #18244F;
  font-weight: bold;
}
.sec1 .one p span {
  color: #E42929;
}
.sec1 .one input {
  width: 6.37rem;
  height: 0.64rem;
  background: #FFFFFF;
  border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
  border: 1px solid #DCDCDC;
  outline: none;
  font-size: 0.24rem;
  box-sizing: border-box;
  padding-left: 0.14rem;
  margin-top: 0.18rem;
}
.sec1 .btnSubmit {
  width: 6.37rem;
  height: 0.8rem;
  background: #2CDD99;
  border-radius: 0.4rem 0.4rem 0.4rem 0.4rem;
  margin: 0 auto;
  margin-top: 0.34rem;
  text-align: center;
  line-height: 0.8rem;
  color: #17254F;
  font-size: 0.28rem;
}
.sec2 {
  width: 100%;
  background: #F3F8FF;
  border-radius: 0.4rem;
  padding-top: 0.4rem;
  padding-bottom: 0.8rem;
}
.sec2 h1 {
  font-size: 0.24rem;
  color: #596380;
  text-align: center;
}
.sec2 .imgBack {
  width: 6.95rem;
  height: 5.65rem;
  background: linear-gradient(40deg, #FFFFFF 0%, #F3F6FF 100%);
  box-shadow: 0rem 0.03rem 0.06rem 0.01rem #E4EAF4;
  border-radius: 0.06rem 0.06rem 0.06rem 0.06rem;
  border: 0.02rem solid #FFFFFF;
  margin: 0 auto;
  margin-top: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.7rem;
}
.sec2 .imgBack img {
  width: 6.09rem;
  height: 5.26rem;
}
.sec2 .list {
  width: 6.95rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-top: 0.3rem;
  flex-wrap: wrap;
}
.sec2 .list .one {
  width: 3.34rem;
  height: 4.48rem;
  background: linear-gradient(40deg, #FFFFFF 0%, #F3F6FF 100%);
  box-shadow: 0rem 0.03rem 0.06rem 0.01rem #E4EAF4;
  border-radius: 0.06rem 0.06rem 0.06rem 0.06rem;
  border: 0.02rem solid #FFFFFF;
  margin-bottom: 0.2rem;
  text-align: center;
  position: relative;
}
.sec2 .list .one img {
  width: 1.43rem;
  height: 1.43rem;
  margin-top: 0.54rem;
}
.sec2 .list .one h2 {
  font-size: 0.32rem;
  color: #17254F;
  margin-top: 0.2rem;
}
.sec2 .list .one .desc {
  width: 2.87rem;
  color: #80879C;
  text-align: justify;
  margin: 0 auto;
  margin-top: 0.2rem;
  display: block;
  font-size: 0.24rem;
}
.sec2 .list .one .bottom {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  bottom: 0.2rem;
}
.sec2 .list .one .bottom p {
  font-size: 0.22rem;
  color: #80879C;
}
.sec2 .list .one .bottom img {
  height: 0.14rem;
  width: auto;
  margin: 0;
  margin-left: 0.06rem;
}
.sec3 {
  width: 100%;
  padding-top: 0.18rem;
  padding-bottom: 0.48rem;
  background: #fff;
  text-align: center;
}
.sec3 img {
  width: 4.38rem;
  height: 4.38rem;
}
.sec3 h2 {
  font-size: 0.32rem;
  color: #596380;
  margin-top: 0.24rem;
}
footer {
  width: 100%;
  height: 5.13rem;
  background-image: url('/assets/admin/images/indexM/footer.png');
  background-size: cover;
  box-sizing: border-box;
  padding-top: 0.52rem;
  position: relative;
}
footer .logo {
  height: 0.46rem;
  width: auto;
  margin-left: 0.26rem;
}
footer .lineOne {
  font-size: 0.28rem;
  color: #8F99B9;
  margin-bottom: 0.38rem;
  margin-left: 0.26rem;
}
footer .lineOne:first-of-type {
  margin-top: 0.4rem;
}
footer .copyRight {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0.62rem;
}
footer .copyRight a {
  color: #525663;
  text-decoration: none;
}
footer .copyRight p {
  font-size: 0.2rem;
  color: #525663;
  text-align: center;
}
.blank {
  width: 100%;
  height: 1.21rem;
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
}
.footer {
  width: 100%;
  height: 1.21rem;
  background: #FFFFFF;
  position: fixed;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
}
.footer img {
  width: 3.47rem;
  height: 0.8rem;
}
