.denglu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
  z-index: 999;
}
.deng {
  position: relative;
  width: 470px;
  height: 500px;
  top: 50%;
  left: 40%;
  transform: translateY(-50%);
  display: flex;
  background: url(../image/denglu_bei.png) no-repeat top center;
  background-size: 100% 100%;
  padding-top: 260px;
  align-items: flex-start;
}
.deng .left img {
  width: 180px;
  height: 220px;
  border-radius: 28px;
  margin-left: 26px;
}
.deng ul li {
  display: flex;
  margin-top: 23px;
}
.deng ul li input {
  width: 170px;
  height: 23px;
  background: #ffffff;
  border: 1px solid #5b5b5b;
  border-radius: 22px;
  padding-left: 10px;
}
.deng ul li:nth-child(1) {
  margin-top: 30px;
}
.deng ul li:nth-child(1) input {
  width: 120px;
  margin-left: 5px;
}
.deng ul li p {
  margin-right: 14px;
  margin-left: 7px;
  font-size: 12px;
  font-family: PingFangSC;
  color: #727272;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.deng ul li select {
  width: 45px;
  height: 23px;
  background: #ffffff;
  border: 1px solid #5b5b5b;
  border-radius: 22px;
}
.deng .but {
  width: 194px;
  height: 35px;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  line-height: 35px;
  background: #1241a0;
  border-radius: 35px;
  margin: 29px 0 0 30px;
}
.img {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 175px;
  right: 18px;
  z-index: 2;
}
.img img {
  width: 100%;
  height: 100%;
}
.img1 {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 175px;
  z-index: 1;
  right: 18px;
}
.img1 img {
  width: 100%;
  height: 100%;
}
.wan {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
  z-index: 999;
}
.liu {
  width: 409px;
  height: 332px;
  background: #ffffff;
  border-radius: 54px;
  top: 50%;
  left: 40%;
  transform: translateY(-50%);
  display: flex;
  background: #fff;
  background-size: 100% 100%;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.liu .top {
  font-size: 20px;
  font-family: PingFangSC;
  font-weight: 600;
  color: #0c42af;
  line-height: 34px;
  padding-top: 23px;
}
.liu ul {
  margin-top: 47px;
}
.liu ul li {
  width: 316px;
  height: 58px;
  background: url(../image/li.png) no-repeat top center;
  background-size: 100% 100%;
  box-shadow: 0px 2px 10px 0px rgba(108, 108, 108, 0.32);
  border-radius: 58px;
  margin-top: 10px;
}
.liu ul li a {
  font-size: 18px;
  font-family: AaHouDiHei;
  color: #ffffff;
  line-height: 59px;
  text-shadow: 0px 2px 10px rgba(255, 48, 0, 0.32);
  padding-left: 30px;
}
.liu .but {
  display: flex;
  margin-top: 23px;
}
.liu .but .le1 {
  width: 135px;
  height: 41px;
  background: #ffffff;
  border: 1px solid #727272;
  border-radius: 41px;
  text-align: center;
  line-height: 41px;
  font-size: 15px;
}
.liu .but .ri {
  width: 135px;
  height: 41px;
  background: #1241a0;
  border: 1px solid #727272;
  border-radius: 41px;
  text-align: center;
  line-height: 41px;
  font-size: 15px;
  color: #ffffff;
  margin-left: 50px;
}
.liu .img {
  top: 25px;
  right: 25px;
}
.xihuan {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 145px;
  height: 60px;
  background: url(../image/xihuan.png) no-repeat top center;
  background-size: 100% 100%;
  position: absolute;
  top: 65px;
  left: -20px;
  padding-top: 10px;
}
.xihuan img {
  width: 20px;
  height: 15px;
}
.xihuan p {
  font-size: 12px;
  font-family: PingFangSC;
  font-weight: 600;
  color: #ffffff;
  margin-left: 7px;
}
