.login {
  width: 800px;
  height: 480px;
  background: url('../img/login_img/banner.png') no-repeat -270px;
  margin: 60px auto 0;
  /* border: 1px solid #000; */
  position: relative;
}
.login .box {
  width: 380px;
  height: 380px;
  box-sizing: border-box;
  padding: 40px 40px 60px ;
  background: #FFF;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.login .box span {
  display: block;
  font-size: 24px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ff9e29;
  text-align: left;
  margin-bottom: 20px;
}
.login .form input {
  height: 40px;
  width: 300px;
  position: relative;
  padding-left: 50px;
  vertical-align: top;
  zoom: 1;
  margin-top: 24px;
  display: inline-block;
  line-height: 1.5;
  padding: 4px 7px;
  font-size: 12px;
  border: 1px solid #dcdee2;
  color: #515a6e;
  background-color: #fff;
  background-image: none;
  border-radius: 4px;
}
.login .form input::-webkit-input-placeholder {
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999;
  text-indent: 10px;
}
.login .form p {
  position: relative;
}
.login .form .btn {
  position: absolute;
  height: 38px;
  right: 0;
  bottom: 1px;
  border: none;
  border-top-left-radius: 0%;
  border-bottom-left-radius: 0%;
}
.login .checkbox-primary {
  float: left;
  font-size: 12px;
  font-weight: 400;
  color: #999;
}
.login .reset {
  width: 100px;
  float: right;
}
.login .reset a {
  display: block;
  width: 96px;
  height: 17px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFB000;
  line-height: 17px;
}
.login .form .submit {
  width: 300px;
  height: 40px;
  background: #ff9e29;
  border-radius: 25px;
  color: #fff;
  font-size: 20px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
}
/* #region 适配头部*/
.header {
  height: 60px;
  line-height: 60px;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}
.header .mobiel_menu.on {
  width: 100%;
  overflow: auto;
}
.header .mobiel_menu.on .tree-menu {
  text-align: left;
  padding: 0 0.92592593rem;
}
.header .mobiel_menu.on .tree-menu li {
  border-bottom: 0.00925926rem solid #eee;
}
.header .mobiel_menu.on .tree-menu li a {
  font-size: 0.33333333rem;
  font-weight: 600;
  color: #fff;
  padding: 0.37037037rem;
}
.header .nav div:last-child ul li a {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}
.header .nav div:first-child .logo {
  height: 60px;
}
.header .nav div ul li.attract a,
.header .mobiel_menu.on .tree-menu li.attract a {
  color: #000;
  text-indent: -999px;
}
.header .mobiel_menu.on .tree-menu li.attract a::after {
  left: 0.92592593rem;
  top: 0.37037037rem;
}
.header .nav div:last-child ul li.after a::after {
  content: "0元试用";
  color: #fff;
  font-weight: bold;
  line-height: 45px;
  position: absolute;
  z-index: 2000;
  left: 60px;
  top: 4px;
  letter-spacing: 1px;
  text-align: center;
  /*background-image: url(/static/image/index/bubbleZhuce.png);*/
  cursor: pointer;
  width: 57px;
  height: 17px;
  font-size: 12px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  line-height: 17px;
  background: #FF586E;
  border-radius: 2px;
}
/* #endregion 适配头部*/
@media screen and (max-width: 880px) {
  .login {
    width: 100%;
    height: auto;
    padding-top: 3.98148148rem;
    background: url('../img/login_img/banner2x.png') no-repeat center top;
    background-size: auto 3.98148148rem;
  }
  .login .box {
    position: static;
    margin-top: 3.98148148rem;
    width: 100%;
    height: auto;
    background-color: transparent;
    padding: 0;
    box-shadow: none;
  }
  .login .box span {
    font-size: 0.46296296rem;
    font-weight: 500;
    color: #ff9e29;
    text-align: center;
    margin-bottom: 1.2037037rem;
  }
  .login .box .form {
    padding: 0 0.48148148rem;
  }
  .login .box .form input {
    width: 100%;
    height: 0.92592593rem;
    border-radius: 6px;
    border: 1px solid #D7D7D7;
    margin: 0 0 0.55555556rem;
  }
  .login .box .form input::-webkit-input-placeholder {
    font-size: 0.27777778rem;
    font-weight: 400;
    color: #999;
  }
  .login .box .form .submit {
    height: 1.2037037rem;
    border-radius: 0.60185185rem;
    font-size: 0.42592593rem;
  }
  .login .box .reset,
  .login .box .checkbox-primary {
    margin: 0 0.48148148rem;
  }
}
