/* .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;
} */
body {
  background: #f7f7f7;
}
.mt-66 {
  margin-top: 66px;
}
.main-img {
  margin-left: 580px;
  margin-top: 30px;
  margin-bottom: 70px;
}
.main-img a img {
    height:52px;
  }
.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 span {
  margin-top: 50px;
  margin-left: 200px;
  color: #666666;
}
a {
  text-decoration: none !important;
  color: #000000;
}
.from-left {
  margin: 0 auto;
}
.from-left h1 {
  font-size: 24px;
  font-family: MyriadPro-Regular;
  font-weight: 400;
  color: #333333;
  text-align: center !important;
  font-weight: normal;
  margin-bottom: 40px;
}
/* 表单 */
.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: 660px;
  margin: 0 auto;
}
.from-input input {
  background: none;
  width: 600px;
  padding: 16px;
  height: 50px;
  border: solid 1px #999999;
  box-sizing: border-box;
}
.from-input .input-text {
  white-space: normal;
  word-break: break-all;
  width: 606px;
  font-size: 16px;
  color: #666666;
}
.from-input .input-text li {
  list-style: initial;
  margin-left: 17px;
  font-size: 12px;
  font-family: MyriadPro-Regular;
  font-weight: 400;
  color: #666666;
}
.from-input ul > li:last-child {
  margin-top: 5px;
}
.from-input input:focus {
  border: 1px solid #000000;
  outline: none;
}
.onsunb {
  display: block;
  width: 600px;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
  font-family: MyriadPro-Regular;
  font-weight: 400;
  color: #ffffff;
  margin-top: 30px;
  cursor: pointer;
  background: #12A4DD;
}
/* 成功后按钮 */
.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: #22B8F3;
}
.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;
}
.container-right ul li:first-child {
  text-align: right;
  height: 40px;
  line-height: 40px;
}
.container-right ul li:last-child .inner {
  text-align: center;
  width: 300px;
  margin-left: auto;
}
.container-right ul li:last-child .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: 40px;
  width: 70px;
  width: 600px;
  height: 50px;
  background: #12A4DD;
  border-radius: 5px;
  font-size: 20px;
  font-family: MyriadPro-Regular;
  font-weight: 400;
  color: #ffffff;
  cursor: pointer;
  text-align: center;
  margin-top: 30px;
}
.onpwd:hover {
  background: #22B8F3;
}
.input-txt {
  list-style: initial;
}
