html,
body {
  background: #fefdf4 url("../images/prompt-back-1020.png") 0 0 / cover no-repeat;
  background-size: 100% 100%;
}
.prompt form {
  margin-top: 20px;
}
.prompt form label {
  color: #1a8b66;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  width: 90px;
}
.prompt form span {
  color: #A10000;
  margin-right: 23px;
  position: relative;
  top: 2px;
}
.prompt form i {
  font-style: normal;
  color: #e95c26;
  font-size: 12px;
  margin-left: 13px;
  display: none;
}
.prompt form a {
  color: #1a8b66;
  font-size: 12px;
  text-decoration: underline;
  display: block;
  margin: 10px 0 0 130px;
}
.prompt form img {
  width: 85px;
  height: 35px;
  position: absolute;
  top: 0px;
  right: 165px;
  cursor: pointer;
}
.prompt form li {
  height: 64px;
  position: relative;
}
.prompt form li input {
  width: 390px;
  height: 43px;
  padding-left: 10px;
  border: 1px solid #c6d1d2;
  border-radius: 5px;
  font-size: 16px;
  color: #666;
}
.prompt form li:last-child input{
	width: 290px;
	margin-right: 100px; 
}
.prompt form li:first-child {
  height: 84px;
}
.prompt form li:first-child span {
  color: #1a8b66;
}
.prompt form input[type='button'] {
  width: 180px;
  height: 44px;
  text-indent: -9999px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin: 50px 0 0 232px;
  text-decoration: underline;
  background: #e95c26 url('../images/submit.png') no-repeat;
}
input::-moz-placeholder {
  color: #1a8b66;
  font-size: 12px;
}
input::-webkit-input-placeholder {
  color: #1a8b66;
  font-size: 12px;
}
input:-ms-input-placeholder {
  color: #1a8b66;
  font-size: 12px;
}
.placeholder {
  color: #1a8b66;
}

/*忘记密码弹窗*/
.tanchu {
  position: absolute;
  display: none;
  top: 285px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 320px;
  width: 610px;
  border: 1px solid #939393;
  border-radius: 20px;
  background: #fff;
  z-index: 2000;
}
.tanchu img {
  position: absolute;
  top: 18px;
  right: 18px;
}
.tanchu h2 {
  margin-top: 20px;
  line-height: 66px;
  color: #1b8b67;
  font-size: 26px;
  text-align: center;
  font-weight: bold;
  border-bottom: 1px solid #e5e5e5;
}

.tanchu input {
  width: 158px;
  height: 40px;
  background: #E95C26;
  color: #fff;
  border-radius: 6px;
  font-size: 16px;
  
}

.tanchu2 input {
  width: 160px;
  margin: 0 0 0 25px;
}
.tanchu2 {
    display: none;
    text-align: center;
}
.tanchu2 h6 {
    font-weight: normal;
    color: #666666;
    font-size: 16px;
    line-height: 32px;
    margin-top: 30px;
}
.tanchu2 h6 i {
    font-style: normal;
    margin-right: 20px;
}

