.container {
  min-height: 540px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
  background-color: #fff;
}
.policyBox {
  background-color: #F0F4FB;
  padding: 30px 0;
}
.policy-header-title {
  padding-left: 28px;
  position: relative;
  font-size: 22px;
  color: #304155;
  line-height: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}
.policy-body-title {
  border-top: 1px dashed #e1e9f4;
  margin-top: 2px;
  padding-top: 10px;
  position: relative;
}
.policy-body-title:before {
  content: " ";
  border-width: 0 0 11px 11px;
  border-color: transparent #D9D7D7 transparent;
  border-style: solid;
  position: absolute;
  width: 0;
  height: 0;
  top: 12px;
  left: 2px;
  z-index: 3;
}
.policy-body-title h2 {
  padding-left: 28px;
  height: 46px;
  line-height: 46px;
  font-size: 14px;
  position: relative;
  background-color: #FAFAFA;
}
.policy-body strong {
  font-size: 16px;
  color: #666;
  font-weight: bold;
}
.policy-body-form {
  width: 300px;
  margin: 0 auto;
}
.formInput-box {
  padding-top: 40px;
}
.formInput-list-user,
.formInput-list-password,
.formInput-list-imgCode {
  border: 1px solid #D4D5D5;
  border-radius: 5px;
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 15px;
  position: relative;
}
.formInput-list-user input,
.formInput-list-password input,
.formInput-list-imgCode input {
  display: inline-block;
  vertical-align: top;
  width: 210px;
  padding: 0;
  height: 38px;
  border: 0;
  padding-left: 10px;
}
.formInput-list-user input::-ms-clear,
.formInput-list-password input::-ms-clear,
.formInput-list-imgCode input::-ms-clear {
  display: none;
}
.formInput-list-user input::-ms-reveal,
.formInput-list-password input::-ms-reveal,
.formInput-list-imgCode input::-ms-reveal {
  display: none;
}
.formInput-list-user i,
.formInput-list-password i,
.formInput-list-imgCode i {
  background-image: url(resigste-sprite.png);
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  margin-bottom: 0px;
  margin-top: 9px;
  background-position: 0 -320px;
  cursor: pointer;
  z-index: 3;
  position: absolute;
  right: 10px;
}
.formInput-list-imgCode {
  display: inline-block;
  margin-bottom: 30px;
  width: 202px;
}
.formInput-list-imgCode input {
  width: 50%;
}
.formInput-list-imgCode-right {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  border: none;
  margin-left: 4px;
}
.formInput-list-imgCode-right img {
  border-radius: 5px;
  width: 88px;
  height: 38px;
}
.formInput-goSearch {
  width: 122px;
  height: 40px;
  margin: 0 auto;
  margin-left: 91px;
  text-align: center;
  font-size: 16px;
  line-height: 40px;
  background-color: #FE522A;
  color: #fff;
  border-radius: 5px;
  margin-bottom: 30px;
  cursor: pointer;
}
.place_holder {
  display: inline-block;
  width: 68px;
  font-size: 16px;
  height: 38px;
  position: relative;
  line-height: 38px;
}
.place_holder:after {
  content: "";
  width: 1px;
  height: 20px;
  position: absolute;
  top: 10px;
  right: 0;
  background-color: #ccc;
}
.place_holder_imgCode {
  text-align: center;
}
.place_holder_password,
.place_holder_user {
  text-align: right;
  letter-spacing: 12px;
}
.triangle:before,
.triangle:after {
  content: " ";
  position: absolute;
  top: 50%;
  margin-top: -10px;
  border-left: 14px solid #ff6440;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.triangle:before {
  left: 0;
}
.triangle:after {
  left: 8px;
  opacity: 0.5;
}
.dashed-line {
  margin: 0;
  border: 0;
  border-bottom: 1px dashed #e1e9f4;
  height: 2px;
}
.errr-msg {
  color: #f56c6c;
  font-size: 12px;
  left: 0;
  top: 38px;
  height: 16px;
  line-height: 16px;
  margin-left: 82px;
}
.hide {
  display: none;
}
.error-border {
  border: 1px solid #f56c6c;
}
