html, body {
  font-family: "PingFangSC-Medium", "MicroSoft YaHei", "sans-serif";
}
.networkSchoolLogin {
  background-color: #fff;
  width: 440px;
  padding: 37px 40px;
  margin: 0 auto;
  box-sizing: border-box;
}

.networkSchoolLogin .title {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 20px;
  color: #333333;
  margin-bottom: 40px;
  text-align: center;
}
.networkSchoolLogin .detail {
  font-size: 14px;
  font-family: Microsoft YaHei;
  line-height: 14px;
  color: #333;
  text-align: center;
  margin-top: 6px;
}
.networkSchoolLogin .detail span {
  font-size: 14px;
  font-family: Microsoft YaHei;
  line-height: 14px;
  color: #1472ff;
}

.loginform .layui-form-item {
  margin-bottom: 28px;
}
.loginform .layui-form-item .layui-input-inline {
  float: left;
  width: 360px;
  margin-right: 10px;
}
.loginform .loginBtn {
  width: 360px;
  height: 40px;
  background: #1472ff;
  border: 1px solid #1472ff;
  border-radius: 20px;
  margin-top: 25px;
}
.left_form h2 {
  font-size: 20px;
  margin-bottom: 40px;
  color: #333333;
  text-align: center;
  font-weight: 700;
}

.left_form .layui-input-block {
  position: relative;
  margin-left: 0;
  width: 360px;
}

.left_form .yzmBtn {
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  color: #85B6FF; 
   border: 1px solid #85B6FF;
}
.left_form .login-btn{
  background: #1472ff;
}
.left_form .layui-input-block i {
  position: absolute;
  left: 15px;
  top: 15px;
}

.left_form .layui-input {
  border-radius: 6px;
  height: 40px;
  line-height: 40px;
  /* padding-left: 40px; */
}

.left_form .yzm .layui-input {
  width: 230px;
}

.left_form .layui-form-checked[lay-skin=primary] i {
  background: #ff6d00;
  border-color: #ff6d00 !important;
  font-weight: 700;
}
.left_form  .layui-form-item{
  margin-bottom: 28px;
}
.left_form .submitBtn {
  padding-top: 15px;
  background: none;
  border: none;
}
.login_bottomTips {
  display: flex;
  justify-content: space-between;
  align-content: center;
  padding-top:12px;
}
.tipsLink {
  font-size: 12px;
  color: #1472ff;
  padding-bottom: 20px;
  display: inline-block;
}
.tipFoot{
  text-align: center;
  color: #333333;
}