body {
  font-family: PingFang SC, Microsoft YaHei, "\5FAE\8F6F\96C5\9ED1", Helvetica, Helvetica Neue, Hiragino Sans GB, Arial, sans-serif;
}
.login .top {
  height: 56px;
  width: 100%;
  background: #fff;
}
.login .top .logo {
  margin-left: 40px;
}
.login .top .logo a img {
  width: 100px;
  position: relative;
  top: 10px;
}
.login .content {
  height: calc(100vh - 56px);
  background: url(../img/login/background-page.png) no-repeat;
}
.login .content .box {
  width: 1000px;
  height: 646px;
  box-shadow: 0 31px 35px -15px rgba(155, 193, 243, 0.5);
  background: #fff url(../img/login/box-background.png) no-repeat;
  background-size: 100%;
  border-radius: 8px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.login .content .box .denglu {
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
  display: none;
}
.login .content .box .denglu .box-content-right {
  width: 83%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.login .content .box .denglu .box-content-right > h2 {
  font-size: 24px;
  font-weight: bold;
  color: #262626;
}
.login .content .box .denglu .box-content-right .no-acc {
  margin-bottom: 42px;
}
.login .content .box .denglu .box-content-right .no-acc h3 {
  font-size: 14px;
  color: #8c8c8c;
}
.login .content .box .denglu .box-content-right .no-acc h3 a {
  color: #1d78f4;
}
.login .content .box .denglu .box-content-right .dengluForm .item-content {
  margin-bottom: 24px;
}
.login .content .box .denglu .box-content-right .dengluForm .item-content span {
  display: block;
  margin-bottom: 8px;
  color: #8c8c8c;
  font-size: 16px;
  line-height: 1;
}
.login .content .box .denglu .box-content-right .dengluForm .item-content .input-box {
  position: relative;
}
.login .content .box .denglu .box-content-right .dengluForm .item-content .input-box input {
  width: 100%;
  height: 40px;
  padding: 4px 12px;
  font-size: 14px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  color: #595959;
  background-color: #fff;
  background-image: none;
  position: relative;
}
.login .content .box .denglu .box-content-right .dengluForm .item-content .input-box input:hover {
  border: 1px solid #4a93f6;
}
.login .content .box .denglu .box-content-right .dengluForm .item-content .input-box input:focus {
  border: 1px solid #4a93f6;
}
.login .content .box .denglu .box-content-right .dengluForm .item-content .input-box input.error {
  border: 1px solid #ff6167;
}
.login .content .box .denglu .box-content-right .dengluForm .item-content .input-box img {
  position: absolute;
  width: 22px;
  height: 22px;
  top: 50%;
  right: 8px;
  margin-top: -11px;
  cursor: pointer;
}
.login .content .box .denglu .box-content-right .dengluForm .item-content .input-box label {
  position: absolute;
  font-size: 12px;
  color: #ff6167;
  line-height: 20px;
  padding: 2px 0;
  left: 0;
  bottom: -22px;
}
.login .content .box .denglu .box-content-right .dengluForm .remember-box {
  display: flex;
  justify-content: space-between;
}
.login .content .box .denglu .box-content-right .dengluForm .remember-box label {
  cursor: pointer;
}
.login .content .box .denglu .box-content-right .dengluForm .remember-box label input {
  width: 16px;
  height: 16px;
  border-width: 1px;
  border-radius: 2px;
  border-color: #d9d9d9;
  border-style: solid;
  margin-right: 10px;
  cursor: pointer;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.login .content .box .denglu .box-content-right .dengluForm .remember-box label span {
  font-size: 14px;
  color: #8c8c8c;
  position: relative;
  top: -3px;
}
.login .content .box .denglu .box-content-right .dengluForm .remember-box .txt {
  font-size: 14px;
  color: #8c8c8c;
  cursor: pointer;
  position: relative;
  top: -3px;
}
.login .content .box .denglu .box-content-right .dengluForm .btn {
  width: 100%;
  margin-top: 32px;
  margin-bottom: 24px;
}
.login .content .box .denglu .box-content-right .dengluForm .btn input {
  width: 100%;
  padding: 10px 15px;
  background-image: none;
  color: #fff;
  background-color: #1d78f4;
  border-radius: 4px;
  line-height: 20px;
  border: none;
  border-color: #1d78f4;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.login .content .box .denglu .box-content-right .dengluForm .btn input:hover {
  background-color: #4798fa;
  border-color: #4798fa;
}
.login .content .box .denglu .box-content-right .dengluForm p {
  font-size: 14px;
  color: #8c8c8c;
  text-align: center;
  cursor: pointer;
}
.login .content .box .cms {
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
  display: none;
}
.login .content .box .cms .box-content-right {
  width: 83%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.login .content .box .cms .box-content-right > h2 {
  font-size: 24px;
  font-weight: bold;
  color: #262626;
}
.login .content .box .cms .box-content-right .no-acc {
  margin-bottom: 42px;
}
.login .content .box .cms .box-content-right .no-acc h3 {
  font-size: 14px;
  color: #8c8c8c;
}
.login .content .box .cms .box-content-right .no-acc h3 a {
  color: #1d78f4;
}
.login .content .box .cms .box-content-right .cmsForm .item-content {
  margin-bottom: 24px;
}
.login .content .box .cms .box-content-right .cmsForm .item-content span {
  display: block;
  margin-bottom: 8px;
  color: #8c8c8c;
  font-size: 16px;
  line-height: 1;
}
.login .content .box .cms .box-content-right .cmsForm .item-content .input-box {
  position: relative;
}
.login .content .box .cms .box-content-right .cmsForm .item-content .input-box input {
  width: 100%;
  height: 40px;
  padding: 4px 12px;
  font-size: 14px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  color: #595959;
  background-color: #fff;
  background-image: none;
  position: relative;
}
.login .content .box .cms .box-content-right .cmsForm .item-content .input-box input:hover {
  border: 1px solid #4a93f6;
}
.login .content .box .cms .box-content-right .cmsForm .item-content .input-box input:focus {
  border: 1px solid #4a93f6;
}
.login .content .box .cms .box-content-right .cmsForm .item-content .input-box input.error {
  border: 1px solid #ff6167;
}
.login .content .box .cms .box-content-right .cmsForm .item-content .input-box img {
  position: absolute;
  width: 22px;
  height: 22px;
  top: 50%;
  right: 8px;
  margin-top: -11px;
  cursor: pointer;
}
.login .content .box .cms .box-content-right .cmsForm .item-content .input-box #c_yzm {
  float: left;
  width: 75%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.login .content .box .cms .box-content-right .cmsForm .item-content .input-box .huo {
  float: left;
  width: 25%;
  border-left: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.login .content .box .cms .box-content-right .cmsForm .item-content .input-box .huo:hover {
  border: 1px solid #1d78f4;
  border-left: none;
  background: #1d78f4;
  color: #fff;
}
.login .content .box .cms .box-content-right .cmsForm .item-content .input-box label {
  position: absolute;
  font-size: 12px;
  color: #ff6167;
  line-height: 20px;
  padding: 2px 0;
  left: 0;
  bottom: -22px;
}
.login .content .box .cms .box-content-right .cmsForm .remember-box {
  display: flex;
  justify-content: space-between;
}
.login .content .box .cms .box-content-right .cmsForm .remember-box label {
  cursor: pointer;
}
.login .content .box .cms .box-content-right .cmsForm .remember-box label input {
  width: 16px;
  height: 16px;
  border-width: 1px;
  border-radius: 2px;
  border-color: #d9d9d9;
  border-style: solid;
  margin-right: 10px;
  cursor: pointer;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.login .content .box .cms .box-content-right .cmsForm .remember-box label span {
  font-size: 14px;
  color: #8c8c8c;
  position: relative;
  top: -3px;
}
.login .content .box .cms .box-content-right .cmsForm .remember-box .txt {
  font-size: 14px;
  color: #8c8c8c;
  cursor: pointer;
  position: relative;
  top: -3px;
}
.login .content .box .cms .box-content-right .cmsForm .btn {
  width: 100%;
  margin-top: 32px;
  margin-bottom: 24px;
}
.login .content .box .cms .box-content-right .cmsForm .btn input {
  width: 100%;
  padding: 10px 15px;
  background-image: none;
  color: #fff;
  background-color: #1d78f4;
  border-radius: 4px;
  line-height: 20px;
  border: none;
  border-color: #1d78f4;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.login .content .box .cms .box-content-right .cmsForm .btn input:hover {
  background-color: #4798fa;
  border-color: #4798fa;
}
.login .content .box .cms .box-content-right .cmsForm p {
  font-size: 14px;
  color: #8c8c8c;
  text-align: center;
  cursor: pointer;
}
.login .content .forget {
  width: 1280px;
  height: 680px;
  box-shadow: 0 31px 35px -15px rgba(155, 193, 243, 0.5);
  background: #fff;
  background-size: 100%;
  border-radius: 8px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.login .content .forget .forget-box {
  width: 500px;
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.login .content .forget .forget-box h2 {
  padding-bottom: 40px;
  text-align: center;
  font-size: 28px;
  color: #262626;
  font-weight: 500;
}
.login .content .forget .forget-box .forgetForm .item-content {
  margin-bottom: 22px;
}
.login .content .forget .forget-box .forgetForm .item-content h3 {
  color: #ff6167;
  padding: 8px 12px 8px 0;
}
.login .content .forget .forget-box .forgetForm .item-content h3 span {
  margin-bottom: 8px;
  color: #595959;
  font-size: 14px;
  line-height: 1;
  margin-left: 4px;
}
.login .content .forget .forget-box .forgetForm .item-content .input-box {
  position: relative;
}
.login .content .forget .forget-box .forgetForm .item-content .input-box input {
  width: 100%;
  height: 40px;
  padding: 4px 12px;
  font-size: 14px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  color: #595959;
  background-color: #fff;
  background-image: none;
  position: relative;
}
.login .content .forget .forget-box .forgetForm .item-content .input-box input:hover {
  border: 1px solid #4a93f6;
}
.login .content .forget .forget-box .forgetForm .item-content .input-box input:focus {
  border: 1px solid #4a93f6;
}
.login .content .forget .forget-box .forgetForm .item-content .input-box input.error {
  border: 1px solid #ff6167;
}
.login .content .forget .forget-box .forgetForm .item-content .input-box img {
  position: absolute;
  width: 22px;
  height: 22px;
  top: 50%;
  right: 8px;
  margin-top: -11px;
  cursor: pointer;
}
.login .content .forget .forget-box .forgetForm .item-content .input-box #f_yzm {
  float: left;
  width: 75%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.login .content .forget .forget-box .forgetForm .item-content .input-box .huo {
  float: left;
  width: 25%;
  border-left: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.login .content .forget .forget-box .forgetForm .item-content .input-box .huo:hover {
  border: 1px solid #1d78f4;
  border-left: none;
  background: #1d78f4;
  color: #fff;
}
.login .content .forget .forget-box .forgetForm .item-content .input-box label {
  position: absolute;
  font-size: 12px;
  color: #ff6167;
  line-height: 20px;
  padding: 2px 0;
  left: 0;
  bottom: -22px;
}
.login .content .forget .forget-box .forgetForm .btn {
  display: flex;
  justify-content: center;
}
.login .content .forget .forget-box .forgetForm .btn .quxiao {
  width: 207px;
  height: 40px;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  cursor: pointer;
  margin-right: 20px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.login .content .forget .forget-box .forgetForm .btn .quxiao:hover {
  color: #619eff;
  background-color: #fff;
  border-color: #619eff;
  box-shadow: 0 0 0 2px rgba(29, 120, 244, 0.2);
}
.login .content .forget .forget-box .forgetForm .btn input {
  width: 207px;
  height: 40px;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.login .content .forget .forget-box .forgetForm .btn input:hover {
  color: #fff;
  background-color: #4798fa;
}
.login .content .register {
  width: 1280px;
  height: 680px;
  box-shadow: 0 31px 35px -15px rgba(155, 193, 243, 0.5);
  background: #fff;
  background-size: 100%;
  border-radius: 8px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.login .content .register .register-box {
  width: 500px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.login .content .register .register-box .register-title {
  position: relative;
}
.login .content .register .register-box .register-title h2 {
  padding-bottom: 14px;
  text-align: center;
  font-size: 28px;
  color: #262626;
  font-weight: 500;
}
.login .content .register .register-box .register-title p {
  position: absolute;
  right: -100px;
  top: 10px;
  font-size: 12px;
  color: #595959;
}
.login .content .register .register-box .register-title p a {
  color: #1d78f4;
}
.login .content .register .register-box .registerForm .item-content {
  margin-bottom: 24px;
  margin-top: 10px;
}
.login .content .register .register-box .registerForm .item-content h3 {
  color: #ff6167;
  padding: 10px 12px 10px 0;
  float: left;
  text-align: right;
  width: 100px;
}
.login .content .register .register-box .registerForm .item-content h3 span {
  margin-bottom: 8px;
  color: #595959;
  font-size: 14px;
  line-height: 1;
  margin-left: 4px;
}
.login .content .register .register-box .registerForm .item-content .input-box {
  position: relative;
  margin-left: 100px;
}
.login .content .register .register-box .registerForm .item-content .input-box input {
  width: 100%;
  height: 40px;
  padding: 4px 12px;
  font-size: 14px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  color: #595959;
  background-color: #fff;
  background-image: none;
  position: relative;
}
.login .content .register .register-box .registerForm .item-content .input-box input:hover {
  border: 1px solid #4a93f6;
}
.login .content .register .register-box .registerForm .item-content .input-box input:focus {
  border: 1px solid #4a93f6;
}
.login .content .register .register-box .registerForm .item-content .input-box input.error {
  border: 1px solid #ff6167;
}
.login .content .register .register-box .registerForm .item-content .input-box img {
  position: absolute;
  width: 22px;
  height: 22px;
  top: 50%;
  right: 8px;
  margin-top: -11px;
  cursor: pointer;
}
.login .content .register .register-box .registerForm .item-content .input-box #r_yzm {
  float: left;
  width: 75%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.login .content .register .register-box .registerForm .item-content .input-box .huo {
  float: left;
  width: 25%;
  border-left: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.login .content .register .register-box .registerForm .item-content .input-box .huo:hover {
  border: 1px solid #1d78f4;
  border-left: none;
  background: #1d78f4;
  color: #fff;
}
.login .content .register .register-box .registerForm .item-content .input-box label {
  position: absolute;
  font-size: 12px;
  color: #ff6167;
  line-height: 20px;
  padding: 2px 0;
  left: 0;
  bottom: -22px;
}
.login .content .register .register-box .registerForm .remember-box {
  display: flex;
  padding-left: 48px;
  position: relative;
}
.login .content .register .register-box .registerForm .remember-box input {
  width: 16px;
  height: 16px;
  border-width: 1px;
  border-radius: 2px;
  border-color: #d9d9d9;
  border-style: solid;
  margin-right: 10px;
  cursor: pointer;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.login .content .register .register-box .registerForm .remember-box label {
  position: absolute;
  font-size: 12px;
  color: #ff6167;
  line-height: 20px;
  padding: 2px 0;
  left: 74px;
  bottom: -22px;
}
.login .content .register .register-box .registerForm .remember-box .read-box {
  position: relative;
  top: -3px;
  font-size: 14px;
  color: #8c8c8c;
}
.login .content .register .register-box .registerForm .remember-box .read-box a {
  color: #1d78f4;
}
.login .content .register .register-box .registerForm .btn {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 10px;
}
.login .content .register .register-box .registerForm .btn input {
  width: 100%;
  padding: 10px 15px;
  background-image: none;
  color: #fff;
  background-color: #1d78f4;
  border-radius: 4px;
  line-height: 20px;
  border: none;
  border-color: #1d78f4;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.login .content .register .register-box .registerForm .btn input:hover {
  background-color: #4798fa;
  border-color: #4798fa;
}
.login .content.denglus .box {
  display: block;
}
.login .content.denglus .box .denglu {
  display: block;
}
.login .content.denglus .box .cms {
  display: none;
}
.login .content.denglus .forget {
  display: none;
}
.login .content.denglus .register {
  display: none;
}
.login .content.cmss .box {
  display: block;
}
.login .content.cmss .box .denglu {
  display: none;
}
.login .content.cmss .box .cms {
  display: block;
}
.login .content.cmss .forget {
  display: none;
}
.login .content.cmss .register {
  display: none;
}
.login .content.forgets .box {
  display: none;
}
.login .content.forgets .forget {
  display: block;
}
.login .content.forgets .register {
  display: none;
}
.login .content.registers .box {
  display: none;
}
.login .content.registers .forget {
  display: none;
}
.login .content.registers .register {
  display: block;
}
@media screen and (max-width: 1919px) {
  .login .content .box {
    width: 691px;
    height: 446px;
  }
  .login .content .box .denglu .box-content-right {
    zoom: 0.8;
  }
  .login .content .box .cms .box-content-right {
    zoom: 0.8;
  }
  .login .content .box .cms .box-content-right .cmsForm .item-content .input-box #c_yzm {
    width: 70%;
  }
  .login .content .box .cms .box-content-right .cmsForm .item-content .input-box .huo {
    width: 30%;
  }
  .login .content .forget {
    width: 786px;
    height: 431px;
  }
  .login .content .forget .forget-box h2 {
    font-size: 22px;
    padding-bottom: 30px;
  }
  .login .content .forget .forget-box .forgetForm .item-content h3 {
    float: left;
  }
  .login .content .forget .forget-box .forgetForm .item-content .input-box {
    margin-left: 80px;
  }
  .login .content .forget .forget-box .forgetForm .btn .quxiao {
    width: 150px;
    height: 30px;
    line-height: 30px;
  }
  .login .content .forget .forget-box .forgetForm .btn input {
    width: 150px;
    height: 30px;
  }
  .login .content .register {
    width: 786px;
    height: 450px;
  }
  .login .content .register .register-box .register-title h2 {
    font-size: 22px;
    padding-bottom: 6px;
  }
}
@media screen and (max-width: 1200px) {
  .login .content .forget {
    width: 704px;
    height: 407px;
  }
  .login .content .forget .forget-box h2 {
    font-size: 20px;
    padding-bottom: 22px;
  }
  .login .content .forget .forget-box .forgetForm .item-content h3 {
    padding: 6px 12px 6px 0;
  }
  .login .content .forget .forget-box .forgetForm .item-content .input-box input {
    height: 32px;
  }
  .login .content .register {
    width: 720px;
    height: 430px;
  }
  .login .content .register .register-box .register-title h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .login .content .box {
    width: 90%;
    background: #fff;
  }
  .login .content .box .denglu {
    width: 90%;
    right: 5%;
  }
  .login .content .box .denglu .box-content-right {
    width: 100%;
  }
  .login .content .box .cms {
    width: 90%;
    right: 5%;
  }
  .login .content .box .cms .box-content-right {
    width: 100%;
  }
  .login .content .forget {
    width: 90%;
    height: 500px;
  }
  .login .content .forget .forget-box {
    width: 90%;
  }
  .login .content .forget .forget-box .forgetForm .item-content h3 {
    float: none;
  }
  .login .content .forget .forget-box .forgetForm .item-content .input-box {
    margin-left: 0;
  }
  .login .content .forget .forget-box .forgetForm .item-content .input-box #f_yzm {
    width: 70%;
  }
  .login .content .forget .forget-box .forgetForm .item-content .input-box .huo {
    width: 30%;
  }
  .login .content .register {
    width: 90%;
    height: 540px;
  }
  .login .content .register .register-box {
    width: 90%;
  }
  .login .content .register .register-box .register-title p {
    position: relative;
    right: 0;
    top: 0;
    text-align: right;
  }
  .login .content .register .register-box .registerForm .item-content {
    margin-bottom: 12px;
    margin-top: 0;
  }
  .login .content .register .register-box .registerForm .item-content h3 {
    float: none;
    width: auto;
    text-align: left;
    padding: 8px 12px 8px 0;
  }
  .login .content .register .register-box .registerForm .item-content .input-box {
    margin-left: 0;
  }
  .login .content .register .register-box .registerForm .item-content .input-box input {
    height: 32px;
  }
  .login .content .register .register-box .registerForm .item-content .input-box #r_yzm {
    width: 70%;
  }
  .login .content .register .register-box .registerForm .item-content .input-box .huo {
    width: 30%;
  }
  .login .content .register .register-box .registerForm .remember-box {
    padding-left: 0;
    margin-top: 24px;
  }
  .login .content .register .register-box .registerForm .remember-box label {
    left: 0;
  }
}

.toast {
  position: absolute;
  padding: 0 8px;
  top: 10vh;
  left: calc(50vw - 62px);
  text-align: center;
  line-height: 40px;
  height: 40px;
  background: #F2FAEB;
  color: #52BB26;
  border: 1px solid #B5E099;
  box-shadow: 0 2px 4px 0 rgba(82, 187, 38, 0.20);
  border-radius: 2px;
  z-index: 10000;
  animation-duration: 1s; //动画持续时间
}

.toastErr {
  color: #f56c6c !important;
  background: #fef0f0 !important;
  border-color: #fbc4c4 !important;
}
/*# sourceMappingURL=login-news.css.map */