.loginIn .content .tabstitle {
  font-weight: 600;
  font-size: 26px;
  color: #333333;
  margin: 53px 0 0 30px;
}
.loginIn .content .form .item {
  margin-bottom: 20px;
}
.loginIn .content .form .item:last-child {
  margin-bottom: 0;
}
.loginIn .content .form .item input {
  font-size: 12px;
}
.loginIn .content .form .getAuthCode {
  float: right;
  font-size: 16px;
  font-weight: 400;
  color: #0088ff;
  cursor: pointer;
}
.loginIn .content .agree {
  position: inherit;
  transform: unset;
  text-align: center;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
.loginIn .content .agree img {
  width: 15px;
  height: 15px;
  margin-right: 8px;
}
.loginIn .content .agree .iconfont {
  cursor: pointer;
  font-size: 15px;
}
.loginIn .content .agree .icon-xuanzhong {
  color: #0088ff;
}
.loginIn .content .agree .agreeError {
  display: none;
  color: red;
  position: absolute;
  left: 64px;
}
.loginIn .content .accountLogin {
  font-size: 18px;
  color: #0088FF;
  text-align: center;
  margin-top: 16px;
  text-decoration: none;
  display: block;
}
