.form-wrap {
  width: 1200px;
  height: 400px;
  background: #ffffff;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
}
.form-wrap .contain {
  width: 400px;
}
.form-wrap .contain h2 {
  font-size: 24px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 30px;
  font-weight: bold;
}
.form-wrap .contain .form-box {
  width: 400px;
  text-align: center;
}
.form-wrap .contain .form-item {
  width: 400px;
  margin-bottom: 0;
  padding-bottom: 20px;
  position: relative;
}
.form-wrap .contain .form-item-input {
  width: 400px;
  height: 40px;
  box-sizing: border-box;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
  padding: 0 20px;
  font-size: 14px;
  line-height: 38px;
  color: #333333;
}
.form-wrap .contain .form-item:last-child {
  padding-bottom: 0;
}
.form-wrap .contain .form-item-submit {
  width: 400px;
  height: 40px;
  background: #18bbf4;
  border-radius: 4px;
  text-align: center;
  font-size: 14px;
  line-height: 40px;
  color: #ffffff;
  margin-top: 20px;
  cursor: pointer;
}
.account-nave {
  background: #ffffff;
}
.account-nave .layui-nav-item {
  line-height: 70px;
}
.account-nave .layui-nav-item div {
  width: 1px;
  height: 10px;
  background: #CCCCCC;
  margin: 0 5px;
  display: inline-block;
}
.account-nave > .layui-nav-item:nth-child(1) div {
  display: none;
}
.account-nave .layui-nav-item a {
  color: #18bbf4;
  padding: 0 15px;
  display: inline-block;
}
.account-nave .layui-nav-item a:hover {
  color: #18bbf4;
}
.register-contain h2 {
  text-align: left;
}
.register-contain .operation {
  margin-top: 20px;
}
.register-contain .operation p {
  font-size: 16px;
  line-height: 16px;
  color: #333333;
}
.register-contain .operation a {
  color: #18bbf4;
}
.login-contain h2 {
  text-align: left;
}
.login-contain .operation {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.login-contain .operation p {
  font-size: 16px;
  line-height: 16px;
  color: #333333;
}
.login-contain .operation a {
  font-size: 16px;
  line-height: 16px;
  color: #18bbf4;
}
.register-min,
.login-min {
  background: #ffffff;
}
.email-main .form-wrap {
  height: 320px;
}
.email-main .form-wrap .email-contain {
  width: auto;
  text-align: left;
}
.email-main .form-wrap .email-contain h2 {
  font-size: 24px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 30px;
}
.email-main .form-wrap .email-contain .tipMessage p {
  font-size: 16px;
  line-height: 30px;
  color: #333333;
}
.email-main .form-wrap .email-contain .form-item-submit {
  margin-top: 30px;
}
.messageList-wrap .contain {
  width: auto;
}
.messageList li {
  margin-bottom: 30px;
  display: flex;
  flex-direction: row;
}
.messageList li p {
  font-size: 14px;
  line-height: 19px;
  color: #333;
}
.messageList li p:first-child {
  margin-right: 42px;
}
.messageList li a {
  color: #18bbf4;
  margin-left: 40px;
  cursor: pointer;
}
.messageList li:last-child {
  margin-bottom: 0;
}
.changeType {
  position: absolute;
  top: 13px;
  right: 10px;
  width: 14px;
  height: 14px;
  display: none;
}
.changeType img {
  width: 14px;
  height: 14px;
  cursor: pointer;
}
.special-container {
  height: calc(100vh - 50px);
  flex: auto;
}

.wrap.gja-special-wrap{
  min-height: 100%;
}
.gja-special-wrap .special-container,
.gja-special-wrap .email-main{
  height: max-content;
  min-height: auto;
}
.gja-special-wrap .form-wrap{
  height: max-content;
  margin: 60px 0;
}
