/* .container {
    display: flex;
    width: 1400px;
    margin: 0 auto;
    display: -webkit-flex;

    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;

    height: 550px;
    position: relative;
    margin: 0 auto;
} */
.mt-66 {
  margin-top: 66px;
}
.nav-box {
  display: flex;
  height: 16px;
  align-items: center;
  font-size: 16px;
}
.nav-box .nav-frist {
  color: #666666;
}
.nav-box a {
  color: #666666;
}
.nav-box .nav-last a {
  color: #202020;
}
.container-left {
  width: 664px;
  float: left;
}
.container-left span {
  margin-top: 50px;
  margin-left: 200px;
  color: #666666;
}
a {
  text-decoration: none !important;
  color: #000000;
}
.from-left h1 {
  font-size: 30px;
  text-align: center !important;
  font-weight: normal;
}
/* 表单 */
.reset-pwd-box {
  width: 1400px;
  /* display: flex; */
  /* flex-direction: column; */
  /* flex-wrap: nowrap; */
  /* height: 100%; */
  margin: 0 auto;
  padding-top: 77px;
  height: 410px;
}
.from-input {
  width: 800px;
  margin-top: 40px;
}
.from-input input {
  width: 660px;
  display: inline-block;
  height: 45px;
  line-height: 45px;
  padding-left: 20px;
}
.from-input .input-text {
  white-space: normal;
  word-break: break-all;
  width: 666px;
  font-size: 16px;
  color: #666666;
}
.from-input .input-text li {
  list-style: initial;
  margin-left: 17px;
}
.from-input ul > li:last-child {
  margin-top: 20px;
}
.from-input input:focus {
  border: 1px solid #000000;
  outline: none;
}
.onsunb {
  display: block;
  line-height: 50px;
  width: 200px;
  border: 1px solid #000000;
  background-color: #ffffff;
  cursor: pointer;
  text-align: center;
  font-size: 18px;
  margin: 0 auto;
  margin-left: 30%;
}
/* 成功后按钮 */
.form-success a {
  position: absolute;
  bottom: 30px;
  left: 19%;
  line-height: 50px;
  width: 200px;
  color: #ffffff;
  margin: 0;
  padding: 0;
  background-color: #e8421c;
  cursor: pointer;
  text-align: center;
}
#test_user {
  color: red;
}
.res_user {
  color: green;
}
.onsunb:hover {
  background-color: #f54337;
  color: #ffffff;
  border: 1px solid #f54337;
}
.email-greed {
  border: 1px solid green;
}
.email-err {
  border: 1px solid #e8421c;
}
.txt1 {
  margin-bottom: 30px;
}
.txt2 {
  list-style: none;
  font-weight: bold;
  margin-bottom: 20px;
}
/* 右边盒子 */
.container-right {
  width: 400px;
  float: right;
}
.container-right ul {
  top: 150px;
  text-align: center;
}
.container-right ul li {
  font-size: 18px;
  letter-spacing: 3px;
  border-bottom: 1px solid #afafaf;
  text-align: center;
}
.container-right ul li.text01 {
  height: 40px;
  line-height: 40px;
}
.container-right ul li.text02 .inner .onlogin {
  outline: none;
  width: 210px;
  height: 50px;
  color: #ffffff;
  margin-top: 10px;
  border: 1px solid transparent;
  background-color: #ee7f65;
  cursor: pointer;
  letter-spacing: 4px;
}
.container-right ul li p {
  line-height: 60px;
  height: 60px;
}
/* 重置密码 */
ul,
li {
  list-style: none;
}
.onpwd {
  display: block;
  line-height: 48px;
  width: 212px;
  height: 48px;
  font-size: 18px;
  background: #ffffff;
  border: 1px solid #000000;
  color: #000000;
  cursor: pointer;
  text-align: center;
  margin: 0 auto;
  margin: 20px auto;
}
.onpwd:hover {
  background: #f54337;
  border: 1px solid #f54337;
  color: #ffffff;
}
.input-txt {
  list-style: initial;
}
.from-input h5 {
  position: absolute;
  top: 20px;
  color: #666666;
  font-weight: normal;
  left: 135px;
}
.from-input h5:nth-child(1) {
  top: 135px;
}
