body,
html {
  width: 100%;
  height: 100%;
}
.AgentApply {
  width: 100%;
  height: 100%;
  min-width: 600px;
  min-height: 750px;
  background: url('../../img/Account/AgentApply/bg.jpg') no-repeat center;
  background-size: cover;
}
.AgentApply .AgentApply_logon {
  width: 600px;
  margin: 0 auto;
  padding-top: 8%;
}
.AgentApply .AgentApply_logon .Content {
  width: 434px;
  min-height: 470px;
  padding: 0 38px;
  background: #fff;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  box-shadow: 0 0 23px rgba(197, 114, 88, 0.5);
}
.AgentApply .AgentApply_logon .Content .logo {
  width: 118px;
  min-height: 66px;
  margin: 0 auto;
  background: #f7764f;
  display: flex;
  align-items: center;
  justify-content: center;
}
.AgentApply .AgentApply_logon .Content .logo img {
  max-width: 100%;
}
.AgentApply .AgentApply_logon .Content h3 {
  margin-top: 64px;
  margin-bottom: 38px;
  font-size: 20px;
  color: #363433;
  text-align: center;
}
.AgentApply .AgentApply_logon .Content .inputList {
  width: 100%;
  height: 50px;
  border: 1px solid #dfdfdf;
  margin-bottom: 20px;
  position: relative;
}
.AgentApply .AgentApply_logon .Content .inputList:hover,
.AgentApply .AgentApply_logon .Content .inputList.active {
  border-color: #ec6d46;
}
.AgentApply .AgentApply_logon .Content .inputList input {
  width: 100%;
  height: 100%;
  font-size: 14px;
  padding: 0 16px;
  box-sizing: border-box;
  line-height: 50px;
  color: #363433;
  border: none;
}
.AgentApply .AgentApply_logon .Content .inputList input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #929292;
}
.AgentApply .AgentApply_logon .Content .inputList input::-moz-placeholder {
  /* Firefox 19+ */
  color: #929292;
}
.AgentApply .AgentApply_logon .Content .inputList input:-ms-input-placeholder {
  /* IE 10+ */
  color: #929292;
}
.AgentApply .AgentApply_logon .Content .inputList input:-moz-placeholder {
  /* Firefox 18- */
  color: #929292;
}
.AgentApply .AgentApply_logon .Content .inputList input.verification_code {
  padding: 0 106px 0 16px;
}
.AgentApply .AgentApply_logon .Content .inputList .verification {
  position: absolute;
  right: 0;
  top: 0;
  width: 106px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.AgentApply .AgentApply_logon .Content .inputList .verification a {
  display: inline-block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #929292;
  border-left: 1px solid #dfdfdf;
  box-sizing: border-box;
}
.AgentApply .AgentApply_logon .Content .inputList .verification .time {
  color: #ec6d46;
}
.AgentApply .AgentApply_logon .Content .agent-button {
  border: none;
  width: 100%;
  height: 52px;
  margin-top: 11px;
  background: -moz-linear-gradient(left, #ec6d46, #fbb938);
  background: -webkit-linear-gradient(left, #ec6d46, #fbb938);
  background: -ms-linear-gradient(left, #ec6d46, #fbb938);
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
  box-shadow: 0 5px 15px 0 #ce5e3b;
}
.AgentApply .AgentApply_logon .Content .agent-button:active {
  transform: translate(0, 1px);
}
.AgentApply .AgentApply_logon .Content .Service_phone {
  color: #ec6d46;
  font-size: 14px;
  margin-top: 20px;
}
.AgentApply .AgentApply_logon .Content .Mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #FFF;
  display: flex;
  display: none;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.AgentApply .AgentApply_logon .Content .Mask i {
  color: green;
  font-size: 28px;
}
.AgentApply .AgentApply_logon .Content .Mask h4 {
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 30px;
}
.AgentApply .AgentApply_logon .Content .Mask a {
  display: inline-block;
  width: 100px;
  height: 30px;
  line-height: 30px;
  background: #ce5e3b;
  color: #fff;
  border-radius: 3px;
}
