* {
  margin: 0;
  padding: 0;
}

body,
html {
  width: 100%;
  height: 100%;
  font-size: 10px;
}

.login {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}

.login .login-title {
  position: absolute;
  left: 130px;
  top: 70px;
}

.login .login-title img {
  width: 180px;
}

.login .login-title span {
  font-size: 27px;
  color: #FFFFFF;
  margin-left: 20px;
  vertical-align: middle;
}

.login .form {
  position: absolute;
  left: 50%;
  top: 50%;
  box-sizing: border-box;
  width: 530px;
  height: 520px;
  background: #FFFFFF;
  border-radius: 4px;
  transform: translateY(-50%) translateX(-50%);
  padding: 50px 60px;
}

.wx-login{
  float: right;
  border: 30px solid #00CB00;
  border-color: #00CB00 #00CB00 transparent transparent;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 4px;
}

.wx-login i{
  color: #fff;
  font-size: 24px;
  position: absolute;
  top: -22px;
  right: -28px;
}

.login .tab-title {
  padding-bottom: 20px;
  border-bottom: 1px solid #EEEEEE;
  display: flex;
  justify-content: flex-start;
}

.login .tab-title li {
  font-size: 20px;
  color: #666;
  line-height: 28px;
  margin-right: 40px;
  cursor: pointer;
}

.login .tab-title li a{
  font-size: 20px;
  color: #666;
}

.login .tab-title li:hover {
  color: #333;
}

.login .tab-title li.active a {
  color: #333;
  font-weight: bold;
}

.login .tab-title li a:hover {
  color: #333;
}


.login .tab-content {
  padding-top: 50px;
}

.login .login-type {
  display: none;
}

.login .login-type.active {
  display: block;
}

.login .form-item {
  position: relative;
  margin-bottom: 26px;
  position: relative;
}

.login .username-register .form-item {
  margin-bottom: 20px;
}

.login .error-msg {
  position: absolute;
  top: 110px;
  font-size: 14px;
  color: #fa6877;
  line-height: 28px;
  display: none;
}

.login .error-msg i{
  margin-right: 5px;
}

.login .form-item input {
  width: 100%;
  height: 60px;
  background: #f6f6f6;
  border-radius: 4px;
  border: 1px solid #eee;
  font-size: 16px;
  color: #333;
  padding: 0 20px;
  box-sizing: border-box;
}

input:-webkit-autofill {
  box-shadow: 0 0 0 1000px #ffff inset;
}

.login .form-item input:focus {
  border-color: #FB9028;
  background-color: #fff;
}

.login .form-item .get-code {
  position: absolute;
  right: 0;
  padding: 0 20px;
  border-left: 1px solid #eee;
  top: 10px;
  line-height: 40px;
  font-size: 14px;
  cursor: pointer;
}

.login .form-item .get-code:hover{
  color: #FB9028;
}

.login .form-item .code-count {
  position: absolute;
  right: 20px;
  top: 0;
  line-height: 60px;
  color: #999999;
  font-size: 14px;
  cursor: pointer;
  display: none;
}

.login .form-item .get-voice {
  position: absolute;
  right: 0;
  bottom: -50px;
  line-height: 40px;
  color: #999999;
  font-size: 14px;
  color: #FB9028;
  cursor: pointer;
  display: none;
}

.login .form-tip {
  font-size: 14px;
  color: #666666;
  line-height: 32px;
  position: absolute;
  left: 60px;
  bottom: 145px;
}

.login .form-tip .iconfont {
  color: #1BDB9A;
  margin-right: 5px;
  font-size: 18px;
  font-weight: bold;
  vertical-align: middle;
}

.login .form-tip span{
  vertical-align: middle;
}

.login .form-item .imgCode{
  margin-right: 10px;
  border-radius: 10px;
  cursor: pointer;
}

.login .form-item .img-btn{
  width: 80px;
  background: #FB9028;
  color: #fff;
  text-align: center;
  margin-left: 10px;
  cursor: pointer;
  font-size: 16px;
  border-radius: 10px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login .img-item{
  display: none;
}

.login .login-btn {
  height: 56px;
  background: #FB9028;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  line-height: 56px;
  margin-top: 90px;
  cursor: pointer;
  font-size: 16px;
}

.login .login-btn.code-login-btn{
  background-color: #ccc;
}

.login .login-btn.code-login-btn.active{
  background-color: #FB9028;
}

.login .login-btn.code-login-btn.active:hover{
  opacity: .9;
}

.login .forget-pwd {
  position: absolute;
  right: 60px;
  bottom: 190px;
  font-size: 14px;
  color: #666;
}

.login .forget-pwd:hover {
  text-decoration: underline;
}

.login .form-register {
  width: 100%;
  height: 40px;
  background: #FFF5EB;
  border-radius: 0 0 4px 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  font-weight: bold;
  color: #FA4044;
}

.login .agreement {
  line-height: 30px;
  cursor: pointer;
  color: #999;
  display: inline-block;
  font-size: 14px;
  position: absolute;
  left: 60px;
  bottom: 155px;
}

.login .agreement label{
  cursor: pointer;
}

.login .agreement input {
  vertical-align: middle;
  cursor: pointer;
}

.login .agreement span {
  vertical-align: middle;
  margin-left: 5px;
}

.login .xy {
  color: #fa6877;
  cursor: pointer;
  font-size: 14px;
  vertical-align: middle;
}


.login .xy a {
  color: #E85B3F;
}

.login .forget-pwd a {
  color: #666666;
}

.login .copyright {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
  text-align: center;
  color: #fff;
  font-size: 14px;
}

/* 重置密码 */

.login .resetpassword {
  height: 280px;
  margin-top: -140px;
}

.login .resetpassword .tab-content {
  padding-top: 0;
}

/* 弹窗样式*/

.lyshade {
  z-index: 100000;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: none;
  background-color: rgba(0, 0, 0, 0.2);
  overflow-y: auto;
  padding: 50px 0;
}

.lyshade .lymodal {
  background-color: #fff;
  border-radius: 5px;
  position: absolute;
  left: 50%;
  padding: 15px;
}

.lyshade .modal-head {
  text-align: left;
  padding: 10px;
  position: relative;
  font-size: 16px;
  color: #333;
}

.lyshade .modal-head .lyclose {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  color: #999999;
}

.lyshade .modal-head .lyclose i {
  font-size: 14px;
}

.lyshade .modal-body {
  text-align: left;
  margin: 40px 0;
  padding: 0 10px;
}

.lyshade .modal-body p {
  line-height: 32px;
  color: #333;
  font-size: 14px;
}

.lyshade .modal-foot {
  width: 120px;
  height: 40px;
  background: #fa6877;
  border-radius: 10px;
  margin: 0 auto;
  line-height: 40px;
  text-align: center;
  color: #fff;
  cursor: pointer;
}

.agree-modal .lymodal {
  width: 800px;
  background: #FFFFFF;
  border-radius: 10px;
  margin-left: -400px;
}
