* {
  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;
  background-size: cover;
}

.login .login-logo {
  position: absolute;
  left: 130px;
  top: 70px;
  width: 180px;
}

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

.login .form .dialog {
  position: absolute;
  top: -80px;
  left: 150px;
  width: 420px;
  background-size: contain;
  background-repeat: no-repeat;
  height: 60px;
  padding: 12px 20px 12px 30px;
  font-size: 16px;
  font-weight: bold;
  color: #6649EA;
  text-align: center;
  line-height: 36px;
  display: none;
}

.login .form .dialog img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  margin: 0 5px;
}

.login .form .login-bg1 {
  position: absolute;
  top: -120px;
  left: -10px;
  z-index: -1;
}

.login .form .login-bg2 {
  position: absolute;
  bottom: 0;
  left: -80px;
  z-index: -1;
}

.login .form .login-bg3 {
  position: absolute;
  top: -10px;
  left: 170px;
  z-index: 10;
}

.login .form-top {
  width: 520px;
  height: 60px;
  border-radius: 4px 4px 0 0;
  background-color: #EEEEEE;
  padding-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}

.login .form-top .radius {
  padding: 0 15px;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0;
  border-radius: 0 0 6px 0;
}

.login .form-top .dot {
  width: 14px;
  height: 14px;
  background: #E646F0;
  border-radius: 50%;
  display: inline-block;
}

.login .form-top .dot:nth-child(2) {
  background: #46F086;
  margin: 0 10px;
}

.login .form-top .dot:nth-child(3) {
  background: #F0BE46;
}

.login .tabs {
  display: flex;
  justify-content: space-between;
  flex: 1;
  height: 50px;
}

.login .tabs .tab {
  position: relative;
  text-align: center;
  min-width: 120px;
  flex-shrink: 0;
}

.login .tabs .tab:nth-child(2):after {
  content: '';
  position: absolute;
  top: 12px;
  right: 0;
  width: 1px;
  height: 26px;
  background-color: #CCCCCC;
}

.login .tabs .tab:hover::after {
  content: unset;
}

.login .tabs .tab.active::after {
  content: unset;
}

.login .tabs .tab.active {
  flex: 1;
}

.login .tabs .tab a {
  font-size: 16px;
  color: #333;
  line-height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 15px;
}

.login .tabs .tab .iconfont {
  font-weight: normal;
  color: #0D53D7;
}

.login .tabs .tab .iconmima1 {
  color: #0D53D7;
  font-size: 18px;
}

.login .tabs .tab .iconduanxincuifu {
  color: #F0BE46;
  font-size: 17px;
}

.login .tabs .tab .iconzhucetianjiahaoyou {
  color: #0D53D7;
  font-size: 22px;
}

.login .tabs .tab span {
  margin-left: 5px;
}

.login .tabs .tab b {
  color: #236AE3;
  font-weight: normal;
}

.login .tabs .tab .iconweixin2 {
  color: #29CB66;
  font-size: 20px;
}

.login .tabs .tab .left-round {
  position: absolute;
  width: 32px;
  height: 32px;
  border: 8px solid transparent;
  border-radius: 100%;
  transition: .25s;
  left: -24px;
  bottom: -8px;
  transform: rotate(45deg);
  border-right-color: #fff;
  z-index: 1;
  display: none;
}

/* .login .tabs .tab:hover .left-round{
  display: block;
  border-right-color: #f9f9f9;
} */

.login .tabs .tab.active .left-round {
  display: block;
}

.login .tabs .tab .right-round {
  position: absolute;
  width: 32px;
  height: 32px;
  border: 8px solid transparent;
  border-radius: 100%;
  transition: .25s;
  right: -24px;
  bottom: -8px;
  transform: rotate(-45deg);
  border-left-color: #fff;
  z-index: 1;
  display: none;
}

.login .tabs .tab:hover .right-round {
  display: block;
  border-left-color: #f9f9f9;
}

.login .tabs .tab.active .right-round {
  display: block;
}

.login .tabs .tab:hover {
  background-color: #f9f9f9;
  border-radius: 10px 10px 0 0;
}

.login .tabs .tab.active {
  color: #333;
  font-weight: bold;
  background-color: #fff;
  border-radius: 10px 10px 0 0;
}


.login .tab-content {
  padding: 0 75px;
  padding-top: 50px;
  position: relative;
  background-color: #fff;
  height: 400px;
  border-radius: 0 0 4px 4px;
}

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

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

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

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

.login .error-msg i {
  vertical-align: middle;
}

.login .form-item input {
  width: 100%;
  height: 50px;
  background: #f6f6f6;
  border-radius: 6px;
  border: 1px solid #eee;
  font-size: 16px;
  color: #444;
  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: #0D53D7;
  background-color: #fff;
}

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

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

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

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

.login .form-item .get-voice:hover {
  text-decoration: underline;
}

.login .form-item.img-item{
  display: none;
  font-size: 0;
}

.login .form-item .code-img{
  width: 100px;
  margin-right: 10px;
  vertical-align: middle;
  border-radius: 6px;
}

.login .form-item #code-img {
  width: 180px;
  height: 50px;
  vertical-align: middle;
}

.login .form-item .img-btn {
  height: 50px;
  background: #236AE3;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
  font-size: 16px;
  display: inline-block;
  width: 70px;
  vertical-align: middle;
  margin-left: 10px;
}

.login .form-tip {
  font-size: 14px;
  color: #666666;
  line-height: 32px;
  /* position: absolute;
  left: 75px;
  bottom: 100px; */
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
}

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

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

.login .login-btn:hover {
  opacity: 0.9;
}

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

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

.login .forget-pwd {
  font-size: 14px;
  color: #666666;
  float: right;
}

.login .register-link {
  font-size: 14px;
  color: #666666;
  margin-top: -10px;
}

.login .register-link span {
  color: #0D53D7;
}

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

.register .form {
  height: 540px;
}

.register .tab-content {
  height: 480px;
}

.register .form-tip {
  margin-top: 20px;
}

.register .login-btn {
  margin-top: 10px;
}

.register .tabs .tab {
  width: 50%;
}

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

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

.login .agreement input {
  vertical-align: middle;
  cursor: pointer;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  margin-right: 5px;
}

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


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

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

.login .copy-right {
  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;
}

.login .copy-right {
  color: #FFFFFF;
  padding: 14px 0;
  text-align: center;
  margin-top: 30px;
  line-height: 24px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: .3;
}

.login .copy-right a {
  color: #fff;
  font-size: 14px;
  display: inline-block;
}

.login .copy-right img {
  width: 18px;
  height: 18px;
  line-height: 24px;
}

/* 弹窗样式*/

.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;
}


.wx-login .login-title {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  line-height: 40px;
}

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

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

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

.wx-login .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;
}

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

.wx-login .login-tip i {
  color: #39BF3E;
  font-size: 26px;
  margin-right: 5px;
  vertical-align: -4px;
}

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

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

.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;
}