.title-box {
  display: flex;
  height: 80px;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
  border-bottom: solid 1px #e6e6e6;
}
.title-box .left-icon,
.title-box .right-icon {
  width: 200px;
  display: flex;
  align-items: center;
}
.title-box .left-icon {
  justify-content: flex-start;
  cursor: pointer;
}
.title-box .left-icon .icon {
  width: 11px;
  height: 17px;
  margin-right: 14px;
}
.title-box .left-icon .text {
  font-size: 20px;
  color: #999999;
}
.title-box .right-icon {
  justify-content: flex-end;
}
.title-box .right-icon .text {
  font-size: 24px;
  color: #999999;
}
.title-box .title {
  font-size: 22px;
  color: #333333;
}
.form-group {
  width: 420px;
  margin: 40px auto;
}
.form-group .input-group {
  margin-bottom: 40px;
}
.form-group .input-group label {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  margin-bottom: 18px;
}
.form-group .input-box {
	display: flex;
	background: #f5f5f7;
	align-items: center;
}
.form-group .input-group .input {
  width: 420px;
  height: 60px;
  background: #f5f5f7;
  border-radius: 4px;
  font-size: 16px;
  padding-left: 20px;
}
.form-group .input-box .input {
  width: 360px;
  height: 60px;
  background: #f5f5f7;
  border-radius: 4px;
  font-size: 16px;
  padding-left: 20px;
}
.form-group .input-group .input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill{
	-webkit-box-shadow: 0 0 0px 1000px #f5f5f7 inset
}
.form-group .input-group .icon {
	width: 30px;
	height: 30px;
	margin: 0 15px;
}
.form-group .input-group .input-tips {
  padding-top: 5px;
}
.form-group .input-group .input-tips li {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
}
.form-group .input-group .code-input {
  display: flex;
  align-items: center;
}
.form-group .input-group .code-input .input {
  width: 200px;
  height: 60px;
  background: #f5f5f7;
  border-radius: 4px;
  font-size: 16px;
  padding-left: 20px;
  margin-right: 20px;
}
.form-group .input-group .code-input .getCode {
  width: 78px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border: solid 1px #ccc;
}
.form-group .fill-again {
  width: 420px;
  height: 60px;
  background: none;
  border-radius: 4px;
  font-size: 20px;
  color: #666666;
  border: none;
}
.form-group .login {
  width: 420px;
  height: 60px;
  background: #00448c;
  border-radius: 4px;
  font-size: 20px;
  color: #FFFFFF;
  border: none;
}
.form-group .tips {
  display: inline-block;
  width: 50%;
  text-align: right;
  font-size: 14px;
  color: #666666;
  padding-top: 10px;
  margin-bottom: 60px;
}
