/* 头部标签 */
.login-logo {
  top: -60px;
  z-index: 1000;
  position: absolute;
  margin-left: 175px;
}
.login-logo-split {
  font-size: 18px;
  color: #ccc;
  padding: 8px 15px 0 10px;
}
.login-logo-name {
  font-size: 28px;
  font-weight: bold;
}

/* 背景 */
.newLogin-wrap .login-box {
  height: auto;
  background: url(../../images/netmanager/login/login-body7.jpg) no-repeat
    center center;
}
.content .loginContainer {
  width: 1100px;
  margin: 0 auto;
  position: relative;
  height: 793px;
}

/* 登录框 */
.content .tab-box,
.content .tab-box-face {
  position: absolute;
  right: 0;
  top: 70px;
  width: 584px;
  min-height: 594px;
  padding-bottom: 34px;
  background: #ffffff;
  box-shadow: 5px 11px 17px 0px rgba(9, 79, 150, 0.35);
  border-radius: 8px;
}
.tab-box .type-change {
  float: right;
}
.tab-box .type-change i {
  display: inline-block;
  width: 70px;
  height: 70px;
  cursor: pointer;
}
.tab-box .type-change .go-code {
  background: url(../../images/netmanager/login/go-code.png) no-repeat center
    center;
  background-size: 100% 100%;
}
.tab-box .type-change .go-pwd {
  background: url(../../images/netmanager/login/go-pwd.png) no-repeat center
    center;
  background-size: 100% 100%;
}
.tab-box .type-change .type-tips {
  position: absolute;
  right: 63px;
  top: 24px;
  padding: 0 20px;
  height: 32px;
  line-height: 32px;
  background: linear-gradient(236deg, #31a2ff 0%, #1677ff 100%);
  border-radius: 16px 0px 16px 16px;
  color: #fff;
  text-align: center;
}

.newLogin-wrap .login-title {
  width: 100%;
  color: #333;
  font-size: 16px;
  border-bottom: none;
  height: 49px;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 28px;
}
.newLogin-wrap .title-wrap {
  width: 351px;
  margin: 88px auto 28px;
}
.login-title .title {
  display: inline-block;
  width: 160px;
  height: 49px;
  font-size: 22px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 49px;
  text-align: center;
  vertical-align: text-bottom;
  cursor: pointer;
  margin-top: 0;
}
.newLogin-wrap .login-title .active {
  color: #1677ff;
  border: none;
  background: linear-gradient(to bottom, #f2f4ff, #fff);
  border-radius: 4px 4px 0 0;
  border-top: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
}
.newLogin-wrap .login-title .active::after {
  display: inline-block;
  content: "";
  width: 120px;
  /* height: 2px; */
  border-radius: 2px;
}

/* 输入框 */
.user-login,
.ca-login,
.phone-login,
.voice-login,
.face-login,
.sm-login,
.legal-user-login,
.legal-ca-login,
.code-login {
  width: 438px;
  padding: 0;
  margin: 0 auto;
}
.ca-login > li,
.user-login > li,
.phone-login > li,
.voice-login > li,
.face-login > li,
.sm-login > li,
.legal-user-login > li,
.legal-ca-login > li,
.phone-user-login > li {
  margin-bottom: 0px;
  position: relative;
  list-style: none;
}
.newLogin-wrap .login-box input {
  margin-bottom: 24px;
  padding-left: 50px;
  width: 438px;
  height: 52px;
  background: #f9faff;
  border-radius: 2px;
  border: 1px solid #e1e1e1;
}
.newLogin-wrap .login-box input::-webkit-input-placeholder {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
}
.icon-username,
.icon-password,
.icon-phone,
.icon-code,
.icon-ca {
  position: absolute;
  left: 0;
  top: 0;
  width: 52px;
  height: 52px;
}
.newLogin-wrap .icon-username {
  background: url(../../images/netmanager/login/new-user02.png) no-repeat center
    center;
  background-size: 18px 18px;
}
.newLogin-wrap .icon-password,
.newLogin-wrap .icon-ca {
  background: url(../../images/netmanager/login/new-pwd02.png) no-repeat center
    center;
  background-size: 18px 18px;
}

/* 提示语 */
.newLogin-wrap .login-box .tip {
  margin-top: 0;
  margin-bottom: 10px;
  width: 100%;
  height: auto;
}
.newLogin-wrap .login-box .tip .show-tips {
  position: static !important;
}

/* 小按钮：注册，忘记密码 */
.user-login .small-btn,
.legal-user-login .small-btn,
.ca-login .small-btn,
.legal-ca-login .small-btn,
.phone-user-login .small-btn {
  width: 100%;
  margin-bottom: 18px;
  /* margin-top: 10px; */
  height: 22px;
  line-height: 22px;
}
.user-login .small-btn a,
.legal-user-login .small-btn a,
.ca-login .small-btn a,
.legal-ca-login .small-btn a,
.phone-user-login .small-btn a {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #1677ff;
}
/* 登录按钮 */
.login-btn {
  display: block;
  width: 438px;
  height: 54px;
  padding: 0;
  background: #1677ff;
  border-radius: 4px;
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
  line-height: 54px;
  text-align: center;
  cursor: pointer;
}
.login-btn:hover {
  color: #fff;
  text-decoration: none;
  background-color: #2c82fa;
}
/* 其他登录方式 */
.other-choose {
  width: 438px;
  height: auto;
  margin: 0 auto;
  font-size: 16px;
}
.other-choose .line {
  margin: 24px 0 16px;
  text-align: center;
}
.other-choose .line label {
  margin: 0 29px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}
.other-choose .line span {
  display: inline-block;
  width: 143px;
  height: 0px;
  border-bottom: 1px dashed #e9e9e9;
  vertical-align: middle;
}
.other-choose .choose-btn {
  display: inline-block;
  margin-right: 30px;
  max-width: 84px;
  height: auto;
  text-align: center;
  cursor: pointer;
}
.other-choose .choose-btn-fr {
  max-width: 80px;
  margin-right: 0;
}

.other-choose .choose-btn i {
  display: inline-block;
  width: 40px;
  height: 40px;
}
.other-choose .choose-btn i.gjzwfwpt {
  background: url(../../images/netmanager/login/gjzwfwpt.png) no-repeat center
    center;
  background-size: 100% 100%;
}
.other-choose .choose-btn i.zfb {
  background: url(../../images/netmanager/login/zfb.png) no-repeat center center;
  background-size: 100% 100%;
}
.other-choose .choose-btn i.sbk {
  background: url(../../images/netmanager/login/sbk.png) no-repeat center center;
  background-size: 100% 100%;
}
.other-choose .choose-btn i.ca {
  background: url(../../images/netmanager/login/ca.png) no-repeat center center;
  background-size: 100% 100%;
}
.other-choose .choose-btn i.zh {
  background: url(../../images/netmanager/login/zh.png) no-repeat center center;
  background-size: 100% 100%;
}
.other-choose .choose-btn i.dzswj {
  background: url(../../images/netmanager/login/dzswj.png) no-repeat center
    center;
  background-size: 100% 100%;
}
.other-choose .choose-btn i.dzyyzz {
  background: url(../../images/netmanager/login/dzyyzz.png) no-repeat center
    center;
  background-size: 100% 100%;
}
.other-choose .choose-btn i.sydw {
  background: url(../../images/netmanager/login/sydw.png) no-repeat center
    center;
  background-size: 100% 100%;
}
.other-choose .choose-btn span {
  display: block;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}

/* ca登录 */
.ca-login .toolip,
.legal-ca-login .toolip {
  width: 438px;
  padding: 6px 20px;
  margin-top: -18px;
  margin-bottom: 8px;
  background: #eff7ff;
  border: 1px solid #c5d9f7;
  border-radius: 5px;
}
.ca-login .toolip .tool-tip,
.legal-ca-login .toolip .tool-tip {
  font-size: 13px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #2172e3;
  line-height: 24px;
}
.ca-login .toolip .tool-tip div::before,
.legal-ca-login .toolip .tool-tip div::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  margin: 3px 10px 3px 0;
  border-radius: 50%;
  background: #2172e3;
}

/* 扫二维码 */
.code-login {
  margin: 120px auto 75px;
  text-align: center;
}
.code-login h1 {
  margin-bottom: 24px;
  font-size: 22px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
}
.code-login img {
  width: 200px;
  height: 200px;
  background: #ffffff;
  box-shadow: 0px 5px 16px 0px rgba(47, 80, 167, 0.13);
}
.code-login p {
  margin: 24px auto;
  width: 220px;
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 25px;
}
.code-login .code-warning {
  width: 100%;
  margin-top: 48px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}

.code-login .code-warning::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: -5px 8px;
  background: url(../../images/netmanager/login/warning.png) center center
    no-repeat;
  background-size: 100% 100%;
}

.code-login .img-box {
  position: relative;
  width: 200px;
  height: 200px;
  margin: 0 auto;
}
.code-login .img-box .status {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
  background: #303030a3;
  color: #fff;
}
.code-login .img-box .refresh-tips p {
  width: 100%;
  line-height: 28px;
  margin: 22px 0 12px;
  font-size: 22px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
}
.code-login .img-box .refresh-tips button {
  background: none;
  font-size: 22px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
  border: none;
}
.code-login .img-box .refresh-tips button::before {
  content: "";
  display: inline-block;
  width: 34px;
  height: 34px;
  margin: -10px 8px;
  background: url(../../images/netmanager/login/refresh.png) center center
    no-repeat;
  background-size: 100% 100%;
}
.code-login .img-box .status i {
  display: inline-block;
  width: 64px;
  height: 64px;
  margin: 20px 0 10px;
}
.code-login .img-box .success-tips i {
  background: url(../../images/netmanager/login/success.png) center center
    no-repeat;
  background-size: 100% 100%;
}
.code-login .img-box .login-fail i {
  background: url(../../images/netmanager/login/fail.png) center center
    no-repeat;
  background-size: 100% 100%;
}

.code-login .img-box .success-tips p,
.code-login .img-box .login-fail p {
  width: 100%;
  margin: 0;
  font-size: 22px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
}

/* 绑定手机号 */
.phone-user-login {
  width: 438px;
  margin: 0 auto;
}
#userLoginPhone .phoneTopTip {
  padding: 8px 16px;
  line-height: 20px;
  margin-bottom: 8px;
  border: 1px solid #c5d9f7;
  background: #eff7ff;
  border-radius: 6px;
  font-size: 13px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #2172e3;
}
#bindPhone {
  padding-left: 16px;
}
#perSmsCode {
  width: 234px;
  height: 52px;
  padding-left: 16px;
  margin-bottom: 18px;
  background: #f9faff;
  border-radius: 2px;
  border: 1px solid #e1e1e1;
}
#phoneDynamic {
  width: 188px;
  height: 52px;
  padding: 8px 0;
  background: #1677ff;
  border-radius: 4px;
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  border: none;
  cursor: pointer;
}
