.content {
  height: 1000rem;
  overflow: hidden;
  background: linear-gradient(180deg, #e4efff 0%, rgba(255, 255, 255, 0) 100%);
}
.loginbox {
  display: flex;
  width: 1320rem;
  height: 752rem;
  background: #f4f8ff url("/template/images/pic17.png") no-repeat 88rem 146rem;
  background-size: 516rem 421rem;
  border-radius: 30rem 30rem 30rem 30rem;
  border: 2rem solid #ffffff;
  margin: 80rem auto;
}

.loginbox .form {
  width: 406rem;
  margin-left: auto;
  margin-right: 97rem;

  box-sizing: border-box;
  padding-top: 90rem;
}
.form h6 {
  font-weight: bold;
  font-size: 34rem;
  margin-bottom: 50rem;
  color: #111312;
  text-align: center;
}
.form .input {
  width: 406rem;
  height: 56rem;
  background: #fff;
  border-radius: 6rem 6rem 6rem 6rem;
  margin-bottom: 36rem;
  display: flex;
}
.form .input input {
  margin-left: 20rem;
  height: 100%;
  width: 250rem;
}
.form .input img {
  height: 100%;
  width: 130rem;
  margin-left: auto;
}
.form .input span {
  height: 100%;
  line-height: 56rem;
  width: 130rem;
  text-align: center;
  font-size: 16rem;
  color: #478dff;
}
.form button {
  width: 406rem;
  height: 56rem;
  background: linear-gradient(270deg, #48c2ff 0%, #4689ff 100%);
  border-radius: 6rem 6rem 6rem 6rem;
  cursor: pointer;
  color: #fff;
  font-size: 18rem;
}
.form .ty {
  display: flex;
  align-items: center;
  margin-top: 24rem;
}
.form .ty img {
  width: 14rem;
  height: 14rem;
  cursor: pointer;
}
.form .ty p {
  margin-left: 10rem;
  font-size: 14rem;
  color: #adadad;
}
.form .ty p a {
  color: #478dff;
}
.goto {
  display: flex;
  align-items: center;
  margin-top: 30rem;
  font-size: 14rem;
  color: #adadad;
  justify-content: center;
}
.goto a {
  color: #478dff;
}
.caoz {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 70rem;
}
.caoz > div {
  display: flex;
  align-items: center;
  font-size: 14rem;
  color: #8596ac;
}
.caoz > div img {
  display: block;
  width: 15rem;
  height: 15rem;
  margin-right: 10rem;
}
.caoz a {
  font-size: 14rem;
  color: #478dff;
}
