@charset "UTF-8";
.verify-img {
  background: #fff;
}

.t_functional_div .t_two_child a {
  background: #fff;
  cursor: pointer;
}

.weixin {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid #dedede;
  overflow: hidden;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
.weixin iframe {
  width: 320px;
  height: 345px;
  background: #fff;
  border: 1px solid #dedede;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hqyzm label.error {
  right: 100px;
}

.login_list .login_list_left input.t_weixinbtn {
  width: 49%;
  height: 40px;
  line-height: 40px;
  background: #F13B48;
  color: #fff;
  font-size: 16px;
  padding: 0;
  border: none;
  border-radius: 6px;
  text-align: center;
  cursor: pointer;
}

.wrp_code img {
  border: 0 !important;
}

/*--- 滑块验证样式 --*/
.captcha {
  width: 100%;
  position: relative;
  display: none;
}

.captcha {
  position: absolute;
}

.captchaBox {
  position: absolute;
  background: #ffffff;
  z-index: 3;
  top: 0;
  left: 70%;
  border-radius: 3px;
  margin: auto;
  transform: translate(-50%, 0);
}

.captcha_title {
  height: 50px;
  line-height: 50px;
  font-size: 12px;
  color: #666666;
  border-bottom: 1px solid #e4e7eb;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
}

.captcha_close {
  font-size: 16px;
  color: #666;
  position: absolute;
  right: 0;
  width: 50px;
  text-align: center;
  cursor: pointer;
}

.captcha_Bg {
  background: rgba(0, 0, 0, 0.4196078431);
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: none;
}

#captcha {
  background: #ffffff;
  z-index: 3;
  margin: 20px;
}

.One-Click-Login {
  width: 22px;
}

.login-box {
  width: 735px;
  height: 441px;
  display: flex;
}
.login-box .quick-login-box {
  width: 292px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.login-box .quick-login-box .title {
  width: 139px;
  height: 37px;
  color: rgb(51, 51, 51);
  font-size: 20px;
  text-align: center;
  line-height: 37px;
  margin-top: 60px;
  font-weight: bold;
}
.login-box .quick-login-box .qr-code {
    width: 180px;
    height: 180px;
}
.login-box .quick-login-box .qr-code iframe {
    width: 180px;
    height: 180px;
}
.login-box .quick-login-box .line-box {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.login-box .quick-login-box .line-box .line {
  width: 40px;
  height: 1px;
  background-color: rgb(240, 240, 240);
}
.login-box .quick-login-box .line-box span {
  color: rgb(51, 51, 51);
  font-size: 14px;
  margin: 0 8px;
}
.login-box .quick-login-box .login-type {
  display: flex;
  align-items: center;
  margin-top: 15px;
  position: relative;
}
.login-box .quick-login-box .login-type img {
  margin: 0 6px;
}
.login-box .quick-login-box .login-type .tip {
  width: 130px;
  height: 37px;
  font-size: 13px;
  color: #118EE8;
  box-shadow: 0px 0px 7px 0px rgb(199, 199, 199);
  text-align: center;
  line-height: 37px;
  position: absolute;
  z-index: 10;
  bottom: -45px;
  left: 10px;
  display: none;
}
.login-box .quick-login-box .gap {
  width: 1px;
  height: 300px;
  background-color: #F0F0F0;
  position: absolute;
  top: 48px;
  right: 0;
}
.login-box .normal-login-box {
  width: 442px;
  height: 441px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.login-box .normal-login-box .login-type {
  width: 330px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  color: #666666;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 38px;
}
.login-box .normal-login-box .login-type span {
  cursor: pointer;
}
.login-box .normal-login-box .login-type .select {
  color: #208EEA;
}
.login-box .normal-login-box .to-login {
  width: 330px;
}
.login-box .normal-login-box .to-login .username-box {
  width: 330px;
  height: 50px;
  display: flex;
  align-items: center;
  border: 1px solid rgb(240, 240, 240);
  margin-bottom: 20px;
}
.login-box .normal-login-box .to-login .username-box .label {
  width: 56px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid rgb(240, 240, 240);
}
.login-box .normal-login-box .to-login .username-box input {
  width: 274px;
  height: 48px;
  padding: 0 12px;
  border: none;
  outline: none;
}
.login-box .normal-login-box .to-login .password-box {
  width: 330px;
  height: 50px;
  display: flex;
  align-items: center;
  border: 1px solid rgb(240, 240, 240);
}
.login-box .normal-login-box .to-login .password-box .label {
  width: 56px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.login-box .normal-login-box .to-login .password-box input {
  width: 218px;
  height: 48px;
  padding: 0 12px;
  border: none;
  outline: none;
}
.login-box .normal-login-box .to-login .password-box input::-ms-reveal {
  display: none;
}
.login-box .normal-login-box .to-login .password-box :nth-child(1) {
  border-right: 1px solid rgb(240, 240, 240);
}
.login-box .normal-login-box .to-login .password-box :nth-child(3) {
  border-left: 1px solid rgb(240, 240, 240);
}
.login-box .normal-login-box .to-login .agreement {
  display: flex;
  align-items: center;
  margin-top: 37px;
}
.login-box .normal-login-box .to-login .btn {
  width: 330px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  color: #fff;
  background-color: #188AEA;
  border-radius: 4px;
  margin-top: 8px;
  cursor: pointer;
}
.login-box .normal-login-box .to-login .tip {
  width: 330px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 14px;
  margin-top: 15px;
  color: #333;
}
.login-box .normal-login-box .to-login .tip a {
  color: #188AEA;
}
.login-box .normal-login-box .to-login .tip :nth-child(2) {
  margin-right: 22px;
}
.login-box .normal-login-box .verification-Code-Login {
  width: 330px;
  display: none;
}
.login-box .normal-login-box .verification-Code-Login .username {
  width: 330px;
  height: 50px;
  margin-bottom: 20px;
  padding: 0 18px;
  border: 1px solid rgb(240, 240, 240);
  outline: none;
}
.login-box .normal-login-box .verification-Code-Login .code-box {
  width: 330px;
  height: 50px;
  display: flex;
  flex-direction: row;
  align-items: center;
  border: 1px solid rgb(240, 240, 240);
}
.login-box .normal-login-box .verification-Code-Login .code-box input {
  width: 217px;
  height: 48px;
  padding: 0 18px;
  border: none;
  outline: none;
}
.login-box .normal-login-box .verification-Code-Login .code-box .code-btn {
  width: 113px;
  height: 50px;
  color: #188AEA;
  font-size: 14px;
  line-height: 50px;
  text-align: center;
  border-left: 1px solid rgb(240, 240, 240);
  cursor: pointer;
}
.login-box .normal-login-box .verification-Code-Login .agreement {
  display: flex;
  align-items: center;
  margin-top: 37px;
}
.login-box .normal-login-box .verification-Code-Login .agreement input[type=checkbox] {
  cursor: pointer;
  position: relative;
  width: 15px;
  height: 15px;
  font-size: 14px;
  margin-top: 0;
  margin-right: 6px;
}
.login-box .normal-login-box .verification-Code-Login .agreement input[type=checkbox]::after {
  position: absolute;
  top: 0;
  color: #000;
  width: 15px;
  height: 15px;
  display: inline-block;
  visibility: visible;
  padding-left: 0px;
  text-align: center;
  content: " ";
  border-radius: 3px;
}
.login-box .normal-login-box .verification-Code-Login .agreement input[type=checkbox]:checked::after {
  content: "✓";
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  background-color: #118EE8;
}
.login-box .normal-login-box .verification-Code-Login .agreement span {
  margin-top: 4px;
}
.login-box .normal-login-box .verification-Code-Login .agreement :nth-child(2) {
  color: rgb(51, 51, 51);
  font-size: 12px;
}
.login-box .normal-login-box .verification-Code-Login .agreement :nth-child(3) {
  color: #188AEA;
  font-size: 12px;
  cursor: pointer;
}
.login-box .normal-login-box .verification-Code-Login .btn {
  width: 330px;
  height: 50px;
  border-radius: 4px;
  background-color: rgb(24, 138, 234);
  color: rgb(255, 255, 255);
  font-size: 16px;
  text-align: center;
  line-height: 50px;
  margin-top: 8px;
  cursor: pointer;
}
.login-box .normal-login-box .verification-Code-Login .tip {
  width: 330px;
  margin-top: 15px;
  color: rgb(24, 138, 234);
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pop-main {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  display: none;
}
.pop-main .pop-box {
  width: 1069px;
  height: 623px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0px 7px 12px 0px rgb(152, 152, 152);
  border-radius: 4px;
}
.pop-main .pop-box .pop-title {
  width: 100%;
  height: 57px;
  padding: 0 25px;
  color: rgb(16, 16, 16);
  font-size: 18px;
  text-align: left;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.pop-main .pop-box .pop-content {
  width: 100%;
  height: 566px;
  padding: 20px 49px;
  overflow-y: scroll;
}
.pop-main .pop-box .pop-content::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #b2c0d7;
  border-radius: 10px;
}
.pop-main .pop-box .pop-content::-webkit-scrollbar-thumb {
  background-color: #3d4e6a;
}

.user-info-box {
  width: 735px;
  height: 423px;
  border-radius: 4px;
}
.user-info-box a:hover {
  color: #000;
}
.user-info-box .user-info-item {
  width: 645px;
  margin: 0 auto 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.user-info-box .user-info-item .user-info-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 23px;
}
.user-info-box .user-info-item .user-info-header .user-name {
  display: flex;
  align-items: baseline;
  font-size: 16px;
  font-weight: bold;
}
.user-info-box .user-info-item .user-info-header .user-name div:nth-child(1) {
  font-size: 30px;
}
.user-info-box .user-info-item .user-info-header img {
  max-width: 350px;
  height: 40px;
}
.user-info-box .user-info-item .user-info-main-item {
  width: 210px;
  height: 160px;
  border-radius: 4px;
  background: #FCFCFC;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.user-info-box .user-info-item .user-info-main-item img {
  width: 55px;
  height: 55px;
  margin-bottom: 20px;
}
.user-info-box .user-info-item .user-info-item-btn1 {
  width: 318px;
  height: 75px;
  background: #1788E8;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  color: #fff;
  font-size: 16px;
  margin-right: 8px;
}
.user-info-box .user-info-item .user-info-item-btn1 img {
  width: 24px;
  height: 24px;
  margin-right: 5px;
}
.user-info-box .user-info-item .user-info-item-btn2 {
  width: 318px;
  height: 75px;
  background: #FCFCFC;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  font-size: 16px;
  cursor: pointer;
}
.user-info-box .user-info-item .user-info-item-btn2 img {
  width: 24px;
  height: 24px;
  margin-right: 5px;
}/*# sourceMappingURL=login.css.map */