.reset {
  width: 100%;
  padding: 43px 0px 75px;
  background: #f0f0f0;
  margin-top: 60px;
}
.reset .box {
  margin: 0 auto;
  width: 1000px;
  height: 595px;
  background: #fff;
  border-radius: 8px;
  color: #757575;
}
.reset .box h2 {
  width: 190px;
  display: block;
  margin: 0 auto;
  font-size: 22px;
  padding: 28px 0;
  padding-bottom: 10px;
}
.reset .box span {
  font-size: 14px;
  text-align: center;
  padding-bottom: 20px;
  color: #ff9e29;
}
.reset .form input {
  height: 40px;
  width: 322px;
  /* 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;
}
.reset .form p {
  position: relative;
}
.reset .form .code {
  position: relative;
  display: inline-block;
}
.reset .form .btn {
  position: absolute;
  height: 38px;
  right: 0;
  bottom: 1px;
  border: none;
  border-top-left-radius: 0%;
  border-bottom-left-radius: 0%;
}
.reset .form label {
  display: block;
  font-size: 12px;
  color: #f31a1a;
  position: absolute;
  left: 34%;
}
.reset .form .submit {
  font-size: 16px;
  color: #fff;
  vertical-align: middle;
  line-height: 1.5;
  background: #ff9e29;
}
/*# #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 适配头部*/
/*这个是验证码相关*/
.nc-container #nc_1_wrapper {
  width: 322px !important;
  height: 34px;
  font-size: 12px;
  line-height: 34px;
  margin: 0 auto;
}
#nc {
  position: relative!important;
  margin: 20px auto 0 !important;
}
/*这个是验证码相关*/
/* 移动自适应 */
@media screen and (max-width: 800px) {
  .reset {
    padding: 20px 0px 25px;
  }
  .reset .box {
    height: 490px;
  }
  .reset .box,
  .reset .form input {
    width: 80%;
  }
  .reset .form .code {
    display: block;
  }
  .reset .form .btn {
    right: 27px;
  }
  .reset .box,
  .reset .form input,
  .nc-container #nc_1_wrapper {
    width: 90% !important;
  }
}
