* {
  margin: 0;
  padding: 0;
}

body,
html {
  width: 100%;
  height: 100%;
  background: no-repeat;
  background-size: cover;
  overflow: auto;
  font-size: 10px;
  background-color: #EBF1F6;
}

.login {
  background-size: 100% 100%;
  background-position: top left;
  background-repeat: no-repeat;
  min-height: 100%;
}

.login .logo {
  margin-left: 140px;
  margin-top: 40px;
  display: inline-block;
  width: 165px;
  height: 50px;
}

.login .logo img {
  width: 100%;
}

.login .form-box{
  background-position: center center;
  background-size: cover;
  width: 880px;
  height: 500px;
  border-radius: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.login .form {
  width: 440px;
  height: 500px;
  position: absolute;
  left: 50%;
  background-color: #fff;
  border-radius: 10px;
  padding: 50px;
  box-sizing: border-box;
}

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

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

.login .tab-title li.active{
  font-weight: bold;
}

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

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

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


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

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

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

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

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

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

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

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

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

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

.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: 20px;
  bottom: -40px;
  line-height: 40px;
  color: #999999;
  font-size: 14px;
  color: #0866DF;
  cursor: pointer;
  display: none;
}

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

.login .form-item .img-btn {
  width: 80px;
  background: #0866DF;
  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: rgba(8, 102, 223, 0.8);
  border-radius: 10px;
  color: #fff;
  text-align: center;
  line-height: 56px;
  margin-top: 60px;
  cursor: pointer;
  font-size: 16px;
}

.login .login-btn.active:hover {
  opacity: .8;
}

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

.login .login-btn.code-login-btn.active {
  background: rgba(8, 102, 223, 0.8);
}

.register .login-btn {
  margin-top: 25px !important;
}


.login .agreement {
  line-height: 30px;
  cursor: pointer;
  color: #999;
  display: inline-block;
  font-size: 14px;
}

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

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

.login .xy {
  color: #0866DF;
  cursor: pointer;
  font-size: 14px;
}

.login .login-method-box {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 60px;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}

.login .login-method-box .login-method{
  width: 120px;
  height: 60px;
  padding-left: 25px;
  box-sizing: border-box;
  text-align: center;
  line-height: 40px;
  position: absolute;
  right: -44px;
  top: -28px;
  line-height: 82px;
  background-color: #00CC00;
  transform: rotateZ(45deg);
  color: #fff;
  cursor: pointer;
  display: none;
}

.login .login-method-box .login-method.active{
  display: block;
}

.login .login-method i {
  font-size: 24px;
  transform: rotateZ(-45deg);
  display: inline-block;
}

.login .forget {
  display: flex;
  justify-content: space-between;
  color: #666;
  font-size: 16px;
  margin-top: 30px;
}

.login .register a {
  color: #3880DE;
}

.login .register .gift {
  position: relative;
  background-color: #E85B3F;
  font-size: 12px;
  color: #fff;
  border-radius: 8px;
  padding: 5px 10px;
  margin-left: 30px;
  display: inline-block;
}

.login .register .gift img {
  position: absolute;
  left: -28px;
  top: -5px;
}

.login .forget-pwd a {
  color: #666666;
  width: 72px;
  display: inline-block;
  position: absolute;
  right: 60px;
  bottom: 160px;
  font-size: 16px;
  line-height: 20px;
  display: inline-block;
}

.login .forget-pwd a:hover {
  color: #0866DF;
}

.login .login-person {
  position: absolute;
  left: -550px;
  bottom: -100px;
}

.login .login-follower {
  position: absolute;
  right: -80px;
  bottom: -70px;
}

.login .forget-password .login-follower {
  bottom: -140px;
}

.login .resetpassword .login-follower {
  bottom: -190px;
}

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

/* 忘记密码 */


.login .phone-find .form-item {
  margin-bottom: 20px;
}

/* 重置密码 */

.login .resetpassword {
  padding-top: 100px;
}

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


/* 小程序扫码登录 */

.login-code-box {
  display: none;
}

.login-code-box .login-title {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  line-height: 30px;
}

.login-code-box .login-mini-code {
  height: 220px;
  text-align: center;
  margin: 40px 0 40px 0;
  position: relative;
}

.login-code-box .login-mini-code #mini-code {
  width: 220px;
  height: 220px;
  display: none;
}

.login-code-box .login-mini-code #mini-code.invalid {
  filter: blur(2px);
}

.login-code-box .login-mini-code .invalid-btn {
  position: absolute;
  background: #000;
  border-radius: 4px;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0;
  text-align: center;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  padding: 8px 12px;
  cursor: pointer;
  transform: translateX(-50%) translateY(-50%);
  display: none;
}

.login-code-box .login-tip {
  text-align: center;
  font-size: 16px;
  color: #333333;
  line-height: 40px;
  margin-top: 4px;
}

.login-code-box .login-tip i {
  color: #0866DF;
  font-size: 26px;
  margin-right: 5px;
  vertical-align: -4px;
}

.code-scan-box {
  text-align: center;
  display: none;
  padding: 80px 0;
}

.code-scan-box i {
  width: 86px;
  height: 86px;
  display: inline-block;
  border: 4px solid #00CB00;
  line-height: 86px;
  font-size: 50px;
  color: #00CB00;
  border-radius: 50%;
  display: inline-block;
}

.code-scan-box p {
  font-size: 16px;
  color: #999999;
  line-height: 32px;
  margin-top: 10px;
}

.code-scan-box div {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  line-height: 32px;
  margin-top: 10px;
}

/* 弹窗样式*/

.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: #0866DF;
  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;
}


/* 1280px */

