* {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: Jost;
  background: #F9F9FC;
  font-size: 0.2rem;
}
a {
  text-decoration: none; /*  */
  color: inherit; /*  */
}
input {
  border: none; /*  */
  outline: none; /* （）*/
  background: none; /*  */
  padding: 0; /*  */
  margin: 0; /*  */
  font-family: inherit; /*  */
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 28.8rem;
  height: 2.5rem;
  background: #071b40;
  box-shadow: 0rem 0.08rem 0.2rem 0rem rgba(13, 27, 62, 0.1);
  border-radius: 0rem 0rem 0.6rem 0.6rem;
  display: flex;
  align-items: center;
  z-index: 999;
}
header .logo {
  width: 5.48rem;
  height: 1.52rem;
  margin-left: 1.6rem;
  margin-right: 2.1rem;
}
header .menu {
  width: 18.8rem;
  height: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .menu li {
  padding: 0.16rem 0.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
header .menu li.active {
  background: #ffffff;
  border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
  color: #071b40;
}

header .menu li a {
  font-weight: 400;
  font-size: 0.4rem;
  color: #ffffff;
  line-height: 0.47rem;
}

header .menu li.active a {
  color: #071b40;
}

.form_box {
  display: flex;
  margin-top: 1.18rem;
}
.delete_title {
  font-family: JostBold;
  font-size: 1rem;
  color: #ffffff;
  line-height: 1.3rem;
  text-align: center;
  margin-top: 0.64rem;
}
.form_box_left {
  width: 15.58rem;
  height: 8.34rem;
  margin-left: 0.98rem;
  margin-right: 1.2rem;
}
.label {
  font-family: JostBold;
  font-size: 0.48rem;
  color: #ffffff;
  line-height: 0.56rem;
  margin-bottom: 0.4rem;
}
.form_box_left input {
  width: 15.58rem;
  height: 1.6rem;
  background: #ffffff;
  font-size: 0.48rem;
  border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
  border: 0.02rem solid #e1e1e1;
  padding: 0.4rem;
  margin-bottom: 0.8rem;
}
.submit-yellow {
  width: 4.5rem;
  height: 1.3rem;
  background: #fbbf2a;
  border-radius: 0.98rem 0.98rem 0.98rem 0.98rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: JostBold;
  font-size: 0.4rem;
  color: #0d1b3e;
  line-height: 0.8rem;
}
.form_box_right {
  width: 7.24rem;
  height: 6.4rem;
}
.form_box_right img {
  width: 7.24rem;
  height: 6.4rem;
}
.footer {
  width: 28.8rem;
  height: 7.98rem;
  background: url(../images//home/footer.webp) no-repeat;
  background-size: 28.8rem 7.98rem;
  position: relative;
}
.bluebox {
  width: 25.48rem;
  height: 12.68rem;
  background: url(../images/home/purple.webp) no-repeat;
  background-size: 25.48rem 12.68rem;
  position: absolute;
  top: -11rem;
  left: 1.66rem;
}
.info-box {
  position: relative;
  padding: 0.32rem 0.94rem;
}
.info-box label {
  font-family: JostBold;
  font-size: 0.48rem;
  color: #ffffff;
  line-height: 0.56rem;
  margin-bottom: 0.42rem;
}
.info-box input {
  width: 13.08rem;
  height: 1.6rem;
  background: #ffffff;
  border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
  border: 0.02rem solid #e1e1e1;
  font-size: 0.48rem;
  margin-bottom: 0.28rem;
  padding:0 0.3rem;
}
.info_submit {
  width: 4.5rem;
  height: 1.3rem;
  background: #fbbf2a;
  border-radius: 0.98rem 0.98rem 0.98rem 0.98rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  cursor: pointer;
  top: 10rem;
  left: 16rem;
  font-weight: 400;
  font-size: 0.4rem;
  color: #0d1b3e;
  line-height: 0.8rem;
}
.foot-menu-box {
  position: absolute;
  top: 4.84rem;
  left: 9.18rem;
}
.foot-menu-box .menu {
  width: auto;
  display: flex;
  justify-content: space-between;
}
.foot-menu-box .menu li {
  padding: 0.16rem 0.4rem;
  /* min-width: 2.14rem; */
}
.foot-menu-box .menu li a {
  font-size: 0.4rem;
  color: #ffffff;
  line-height: 0.47rem;
}
.ad-box {
  width: 28.8rem;
  
  display: flex;
  background: url(../images/home/top-left.png) no-repeat left top #F9F9FC;
  background-size: 2.16rem 3.04rem;
  padding: 2.62rem 1.6rem 0;
  margin-top:2.5rem;
}