article {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
article .head {
  width: 100%;
  height: 45.3333vw;
  background: url(/static/images/login_bg.png) no-repeat center center / 100%;
}
article .head .back {
  display: block;
  width: 2.1333vw;
  height: 4vw;
  margin: 3.4667vw 3.2vw;
}
article .head .back img {
  display: block;
  width: 2.1333vw;
  height: 4vw;
}
article .head .h1 {
  font-weight: bold;
  font-size: 5.3333vw;
  color: #181818;
  margin: 6.4vw 0 0 6.9333vw;
}
article .head p {
  font-size: 3.2vw;
  color: #ffffff;
  margin: 1.5vw 0 0 6.9333vw;
}
article .head .cancel {
  display: flex;
  flex-direction: column;
  align-items: center;
}
article .head .cancel img {
  display: block;
  width: 18.1333vw;
  height: 16.1333vw;
}
article .head .cancel .t {
  font-weight: bold;
  font-size: 3.7333vw;
  color: #4a4a4a;
  margin-top: 2.6667vw;
}
article .head .cancel .x {
  font-size: 3.2vw;
  color: #4a4a4a;
  margin-top: 0.5333vw;
}
article section {
  flex: 1;
  padding: 4.2667vw 6.9333vw 15vw;
  box-sizing: border-box;
}
article section .cut_type {
  display: flex;
}
article section .cut_type span {
  font-size: 3.7333vw;
  color: #4a4a4a;
  margin-right: 5.3333vw;
}
article section .cut_type span.active {
  font-size: 4.2667vw;
  color: #d93f3f;
  position: relative;
}
article section .cut_type span.active::after {
  display: inline-block;
  content: "";
  width: 76%;
  height: 0.8vw;
  background: #d93f3f;
  border-radius: 0.4vw;
  position: absolute;
  bottom: -0.9667vw;
  left: 50%;
  transform: translateX(-50%);
}
article section .form {
  padding-top: 6vw;
}
article section .form .item {
  width: 100%;
  margin-top: 1vw;
}
article section .form .item input {
  border: none;
  outline: none;
  font-size: 3.7333vw;
  background: #f6f6f6;
  box-sizing: border-box;
}
article section .form .item .rule {
  height: 4.4333vw;
  color: #d93f3f;
  font-size: 3.2vw;
  padding-left: 3.2vw;
  margin-top: 0.6vw;
}
article section .form .item.account input {
  width: 100%;
  height: 10.6667vw;
  padding: 0 3.2vw;
  background: #f6f6f6;
  border-radius: 1.0667vw;
}
article section .form .item.line {
  border-radius: 1.0667vw;
}
article section .form .item.line .top {
  display: flex;
  height: 10.6667vw;
  background: #f6f6f6;
}
article section .form .item.line .top label {
  font-size: 3.7333vw;
  color: #181818;
  padding-left: 3.2vw;
  display: flex;
  align-items: center;
}
article section .form .item.line .top input {
  flex: 1;
  height: 100%;
  padding: 0 3.2vw;
}
article section .form .item.line .top span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25.0667vw;
  font-size: 3.7333vw;
  color: #4a4a4a;
  position: relative;
}
article section .form .item.line .top span::before {
  display: inline-block;
  content: "";
  width: 0.2667vw;
  height: 5.6vw;
  background: #e0e0e0;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
article section .form .item.line .top .hand {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 10vw;
}
article section .form .item.line .top .hand img {
  display: none;
  width: 4.8vw;
  height: 4.8vw;
}
article section .form .item.line .top .hand .show {
  display: block;
}
article section .form .item.line .top .code {
  display: block;
  width: 22vw;
}
article section .form .forget {
  display: flex;
  justify-content: flex-end;
  font-size: 3.2vw;
  color: #999999;
}
article section .form .submit {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 86.1333vw;
  height: 10.6667vw;
  font-weight: bold;
  font-size: 4.2667vw;
  color: #ffffff;
  background: #d93f3f;
  border: none;
  outline: none;
  border-radius: 1.0667vw;
  margin-top: 12.5333vw;
}
article section .form + .form {
  display: none;
}
article section .tips {
  display: flex;
  align-items: center;
  font-size: 3.2vw;
  color: #999999;
  margin-top: 3.2vw;
  padding-left: 6.6667vw;
}
article section .tips a {
  color: #4a4a4a;
}
article section .tips span {
  display: block;
  width: 3.2vw;
  height: 3.2vw;
  border-radius: 50%;
  border: 0.2667vw solid #d1d1d1;
  margin-right: 1.0667vw;
  box-sizing: border-box;
}
article section .tips span.active {
  border: none;
  background: url(/static/images/sel1.png) no-repeat center center / 3.2vw 3.2vw;
}
article section .des {
  font-size: 2.6667vw;
  color: #999999;
  margin-top: 2.6667vw;
  line-height: 3.7333vw;
}
