body {
  margin: 0;
  font-family: PingFangSC-Regular, PingFang SC, sans-serif, Microsoft YaHei;
}

.sw-login {
  min-width: 1200px;
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.sw-login .sw-login-main {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);

  overflow: hidden;

  z-index: 100;

}

.sw-login .sw-login-main.show-notice-flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.sw-login .sw-login-main .sw-login-main-blur {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  position: absolute;
  transition: all 0.5s ease-out;
}

.sw-login .sw-login-main .sw-login-main-content {
  padding-bottom: 40px;
  /* width: 410px; */
  width: 860px;
  /* height: 448px; */
  height: 500px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.sw-login .sw-login-main .sw-login-main-content .sw-login-main-content-left {
  width: calc(60% - 1px);
  /* border-right: 1px solid #EEEEEE; */
  padding: 40px 25px 0 43px;
  box-sizing: border-box;
}
.sw-login-main-content-line{
  width: 1px;
  height: 80%;
  margin-top: 6%;
  background: #eee;
  backdrop-filter: blur(0px);
}
.sw-login .sw-login-main .sw-login-main-content .sw-login-main-content-right {
  width: 40%;
  padding: 0 20px;
  box-sizing: border-box;
}

.sw-login .sw-login-main .sw-login-main-content .sw-login-main-content-right .qrcode-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* padding-top: 62px; */
  padding-top: 60px;
}

.sw-login .sw-login-main .sw-login-main-content .sw-login-main-content-right .downLoadApp {
  position: relative;
  font-size: 14px;
  color: #222;
  cursor: pointer;
  margin-top: 10px;
}

.sw-login-main-filter {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  backdrop-filter: blur(2px);
  background: rgba(255, 255, 255, 0.85);
  /* box-shadow: -1px 0px 8px 0px rgba(199,199,199,0.50); */
  border-radius: 10px;
}

.sw-login .sw-login-main .sw-login-main-content .sw-login-menu {
  /* background: initial; */
  background-color: transparent;
  background-image: none;
  background-repeat: repeat;
  background-position: 0% 0%;
  background-size: auto;
  background-clip: border-box;
  background-origin: border-box;
  background-attachment: scroll;
  display: flex;
}

.sw-login .sw-login-main .sw-login-main-content .sw-login-menu .el-menu-item {
  font-size: 18px;
  padding: 0;
  background: initial;
  /* margin: 0 35px 0 30px; */
  margin: 0 0px 0 30px;
  line-height: 50px;
  height: 50px;
  bottom: -1px;
}

.sw-login .sw-login-main .sw-login-main-content .el-menu--horizontal>.el-menu-item.is-active {
  border-bottom-width: 3px;
  font-weight: 500;
}

.sw-login .sw-login-main .sw-login-main-content .sw-login-menu.el-menu.el-menu--horizontal {
  border-bottom: 1px solid #D2DAE0;
  padding-left: 32px;
}

.sw-login .su-input-icon+.su-input-icon {
  margin-left: 0;
}

.sw-login .su-input-icon {
  font-size: 20px;
  cursor: pointer;
  line-height: 46px;
  margin-left: 15px;
}

.sw-login .el-input__suffix-inner .el-input__icon {
  line-height: 46px;
  font-size: 20px;
  color: #393738;
  margin-right: 15px;
}

.sw-login .su-input-icon.black {
  color: #393738;
}

.sw-login .su-input-icon.blue {
  color: #3394E1;
}

.sw-login .el-input--prefix .el-input__inner {
  padding-left: 48px;
  padding-right: 48px;
  height: 46px;
  line-height: 46px;
  border-radius: 25px;
  border: 1px solid #D3D3D3;
  font-size: 16px;
}

.sw-login .el-input--prefix .el-input__inner::-webkit-input-placeholder {
  font-size: 16px;
  color: #999;
}

.sw-login .el-input--prefix .el-input__inner::-moz-input-placeholder {
  font-size: 16px;
  color: #999;
}

.sw-login .el-input--prefix .el-input__inner::-ms-input-placeholder {
  font-size: 16px;
  color: #999;
}

.login-btn {
  margin-top: 18px;
  line-height: 14px;
  font-weight: 400;
}

.qrcode-button {
  position: absolute;
  right: 7px;
  top: 7px;
  cursor: pointer;
  z-index: 200;
}

.qrcode-button .qrcode-button-img {
  width: 42px;
  height: 42px;
  font-size: 42px;
}

.qrcode-button .qrcode-button-img2 {
  width: 42px;
  height: 42px;
  font-size: 42px;
}

.checkbox-style {
  position: absolute;
  top: 28px;
  right: 20px;
}

.checkbox-style .el-radio__inner {
  width: 26px;
  height: 26px;
  border-radius: 50%;
}

.checkbox-style .el-radio__inner:after {
  box-sizing: content-box;
  content: "";
  position: absolute;
  top: 4px;
  left: 8px;
  border: 0;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  background: #fff;
  height: 10px;
  width: 5px;
  border-radius: 0;
  transform: rotate(45deg) scaleY(0);
  transition: transform .15s ease-in .05s;
  transform-origin: center;
}

.checkbox-style.is-checked .el-radio__inner:after {
  transform: rotate(45deg) scaleY(1);
  background: #3394E1
}

.dialog-wrap .el-dialog {
  border-radius: 9px;
}

.el-dialog__header {
  border-bottom: 1px solid #E6E6E6;
  padding: 11px 30px;
}

.el-dialog__title {
  font-size: 18px;
  font-weight: 500;
}

.el-dialog__headerbtn {
  top: 14px;
  font-size: 18px;

}

.el-dialog__headerbtn .el-dialog__close {
  color: #333333;
}

.safe-icon {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.safe-flex {
  display: flex;
  align-items: center;
}

.safe-flex2 {
  justify-content: flex-end;
}

.el-dialog__wrapper_center .el-dialog__body {
  padding: 26px 14px 33px 24px;
}

.safe-title-icon {
  width: 19px;
  height: 19px;
  margin-right: 6px;
}

.type-title {
  font-size: 16px;
  color: #333;
  font-weight: 500;
}

.other-title {
  font-size: 10px;
  color: #999;
  margin-right: 5px;
}

.app-style {
  text-align: center;
  padding: 57px 0 26px;
  font-size: 13px;
  color: #333;
}

.el-dialog__footer {
  padding: 0 52px 48px;
}

.el-dialog__footer {
  text-align: center;
}

.el-dialog__footer .el-button {
  width: 100%;
  font-size: 14px;
  border-radius: 20px;
}

.phone-style-wrap {
  padding: 22px 52px 33px;
  height: 183px;
  box-sizing: border-box;
}

.phone-style {
  font-size: 19px;
  color: #3A3C40;
  text-align: left;
  margin-bottom: 25px;
}

.phone-style span {
  font-size: 14px;
  margin-right: 10px;
}

.input-style .el-input__inner {
  border-radius: 20px;
  border-color: #D3D3D3;
}

.code-wrap {
  position: relative;
}

.code-wrap .code-text {
  font-size: 11px;
  color: #333;
  position: absolute;
  right: 20px;
  cursor: pointer;
}

.code-wrap .error-text {
  position: absolute;
  left: 0px;
  bottom: -20px;
  font-size: 11px;
  color: #FB5A5B;
}

.face-style-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 11px;
  color: #333;
  height: 216.6px;
  box-sizing: border-box;
}

.face-style-wrap .qrcode {
  width: 118px;
  height: 118px;
  margin: 0 auto;
  margin-bottom: 13px;
  position: relative;
}

.face-style-wrap .qrcode img {
  width: 118px;
  height: 118px;
}

.qrcode-reset-wrap {
  position: absolute;
  z-index: 3;
  background: #fff;
  top: 50%;
  left: 50%;
  width: 90px;
  height: 90px;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  text-align: center;
  box-shadow: 0px 8px 22px 6px rgba(0, 0, 0, 0.05), 0px 3px 13px 0px rgba(0, 0, 0, 0.08), 0px 0px 3px -3px rgba(0, 0, 0, 0.2);
  font-size: 10px;
  color: #666;
  cursor: pointer;
}

.qrcode-reset-opacity {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.9;
  z-index: 2;
}

.qrcode-reset-wrap i {
  font-size: 30px;
  color: #333;
  margin: 13px 0 10px;
}

.face-sucess {
  font-size: 19px;
  color: #22A498;
  margin-bottom: 13px;
}

.face-sucess img {
  width: 30px;
  height: 30px;
  margin-bottom: 8px;
}

.safe-wrap-content {
  min-height: 100px;
}

.safe-wrap-content2 {
  min-height: 140px;
}

.faild-wrap {
  font-size: 19px;
  color: #E64D55;
}

.faild-wrap i {
  font-size: 30px;
  margin-bottom: 8px;
}

.warning-wrap {
  font-size: 19px;
  color: #F59123;
}

.warning-wrap i {
  font-size: 30px;
  margin-bottom: 8px;
}

.logo-wrap {
  position: absolute;
  top: 44px;
  left: 17%;
  padding: 9px 30px;
  background: rgba(255,255,255,0.8);
  backdrop-filter: blur(3px);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #222;
  font-size: 500;
  line-height: 40px;
  font-size: 20px;
  border-radius: 10px;
  z-index: 100;
}

.logo-wrap>div:nth-child(1) {
  display: inline-flex;
}

.logo-wrap img {
  height: 56px;
}

.logo-wrap .line {
  width: 1px;
  height: 40px;
  background: #888888;
  margin: 0 21px;
}

.login-form {
  margin: 40px 30px 24px;
}

.login-form .el-form-item {
  margin-bottom: 34px;
}

.other-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: #0E6CCB;
  cursor: pointer;
  margin: 0 35px;
  position: relative;
  width: 100%;
  margin-left: 73px;
  /* padding: 0 35px; */
}

.download-app {
  display: flex;
  align-items: center;

}

.download-app img {
  margin-right: 8px;
  width: 20px;
}

.other-login-ways {
  margin: 20px 30px 0;
  position: relative;
  font-size: 14px;
  color: #666;
}

.other-login-ways .other-login-ways-line .ways {
  font-size: 14px;
  color: #666;
}

.login-ways {
  display: flex;
  /* margin-top: 16px; */
  align-items: center;
  margin-bottom: 16px;
}

.login-ways i {
  cursor: pointer;
  font-size: 36px;
}

.login-ways .ways-right {
  margin-left: 8px;
}

.weixin {
  color: #00C106
}

.su-icon-wechat {
  display: none;
}

.weixin-wrap:hover .su-icon-weixinbian {
  display: none;
}

.weixin-wrap:hover .su-icon-wechat {
  display: block;
}

.ding {
  color: #3BA7F4;
}

.su-icon-dingding {
  display: none;
}

.ding-wrap:hover .su-icon-dingding-inactive {
  display: none;
}

.ding-wrap:hover .su-icon-dingding {
  display: block;
}

.qq {
  color: #EA633C;
}

.su-icon-tencent {
  display: none;
}

.qq-wrap:hover .su-icon-QQbian {
  display: none;
}

.qq-wrap:hover .su-icon-tencent {
  display: block;
}

.ww {
  color: #1C75CB;
}

.su-icon-qiyeweixin {
  display: none;
}

.work-wechat-wrap:hover .su-icon-qiyeweixin-inactive {
  display: none;
}

.work-wechat-wrap:hover .su-icon-qiyeweixin {
  display: block;
}

.alipay {
  color: #1C75CB;
}

.su-icon-alipay {
  display: none;
}

.alipay-wrap:hover .su-icon-zhifubao {
  display: none;
}

.alipay-wrap:hover .su-icon-alipay {
  display: block;
}

.guide-link-wrap {
  display: flex;
  align-items: center;
  justify-content: start;
}

.guide-link-wrap>div {
  font-size: 14px;
  color: #0E6CCB;
  line-height: 16px;
  padding-right: 16px;
  margin-right: 16px;
  border-right: 1px solid #B4B4B4;
  cursor: pointer;
}

.guide-link-wrap>div:last-child {
  border: 0;
}

.browser-support {
  text-align: center;
  color: #666;
  font-size: 14px;
}

.browser-support img {
  width: 12px;
  margin-right: 10px;
}

.browser-support-text {
  color: #333;
  margin-left: 48px;
  display: inline-block;
}

.notice-wrap-content {
  margin: 12px 0 0;
  padding: 8px;
  font-size: 14px;
  width: 410px;
  box-sizing: border-box;
  position: relative;
}

.notice-wrap-filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 48px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  backdrop-filter: blur(5px);
}

.notice-wrap {
  display: flex;
  align-items: center;
  position: relative;
}

.notice-wrap>.laba-wrap {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.notice-wrap .laba-wrap img {
  width: 20px;
  height: 20px;
}

.notice-wrap .notice-content {
  color: #333;
  width: calc(100% - 70px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.notice-wrap .watch {
  color: #0E6CCB;
  cursor: pointer;
}

.sw-login .su-input-text-button .el-input__inner {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.qrcode-wrap {
  text-align: center;
  padding-top: 8px;
}

.qrcode-title {
  font-size: 20px;
  text-align: left;
  font-weight: bold;
  color: #222;
  line-height: 28px;
  /* padding-left: 30px; */
  position: relative;
}
.qrcode-content{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 28px;
  z-index: 9;
}
.qrcode-img {
  /* margin: 25px auto 53px; */
  /* margin: 30px auto 40px; */
  width: 167px;
  height: 167px;
  position: relative;
  background: #ECECEC;
  display: flex;
  justify-content: center;
  align-items: center; 
}
.impowerBox .qrcode{
  width: 180px !important;
  height: 180px !important;
  margin: 0 auto !important;
}
.impowerBox .info {
  width: 180px !important;
  text-align: center;
}
.qrcode-phone{
  width: 129px;
  height: 167px;
  position: relative;
}

.qrcode-img img {
  width: 157px;
  height: 157px;
}

.invalid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
}

.invalid div {
  margin-top: 30%;
  color: #222;
}

.invalid button {
  margin-top: 17px;
}

a {
  color: #0E6CCB;
  text-decoration: none;
  display: inline-block;
}

.qrcode-text {
  font-size: 14px;
  color: #666;
  /* margin-bottom: 52px; */
  position: relative;
  line-height: 28px;
  width: 100%;
}

.footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 50px;
  background: rgba(255, 255, 255, 1);
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  backdrop-filter: blur(5px);
}

.el-icon-back {
  color: #333;
  font-size: 40px;
  margin: 20px 30px;
  cursor: pointer;
}

.notice-announcement {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: -1px 0px 6px 0px rgba(199, 199, 199, 0.5);
  backdrop-filter: blur(5px);
  color: #222;
  padding: 0 0 25px;
  width: 368px;
  height: 448px;
  margin-right: 12px;
  box-sizing: border-box;
}

.notice-announcement-title {
  font-size: 18px;
  border-bottom: 1px solid #D3D3D3;
  padding: 10px 0 10px;
  font-weight: 500;
  line-height: 28px;
  display: flex;
  align-items: center;
  margin: 0 24px;
}

.notice-announcement-content .content {
  font-size: 14px;
  line-height: 28px;
  height: 355px;
  padding: 0 24px;
}

.notice-dialog-wrap .el-dialog__header {
  display: none;
}

.notice-dialog-wrap .el-dialog__body {
  padding: 0;
  font-size: 14px;
  color: #222;
  line-height: 28px;
  background: url("./img/wenli.png") no-repeat;
  background-size: cover;
  overflow: initial;
}

.notice-dialog-wrap .content {
  height: 200px;
}

.notice-dialog-wrap .content.board {
  text-indent: 2em;
}

.notice-dialog-wrap .notice-title {
  font-size: 18px;
  color: #333;
  text-align: right;
  margin-bottom: 20px;
}

.notice-dialog-wrap .el-dialog {
  box-shadow: -1px 0px 8px 0px rgba(199, 199, 199, 0.5);
  border-radius: 10px;
}

.notice-dialog-wrap .notice-btn {
  text-align: center;
  margin-top: 20px;
}

.captcha-wrap .el-form-item__content {
  display: flex;
  align-items: center;
}

.captcha-style {
  width: 251px;
}

.captcha-img {
  position: relative;
  height: 46px;
  width: 80px;
  margin-left: 8px;
  cursor: pointer;
}

.login-error {
  font-size: 14px;
  color: #E64D55FF;
  position: absolute;
  bottom: -30px;
  left: 48px;
}

.rember-password {
  font-size: 14px;
  position: absolute;
  bottom: -30px;
  right: 0;
}

.rember-password .el-checkbox__label {
  color: #666;
}

.rember-password .el-checkbox__input.is-checked+.el-checkbox__label {
  color: #666;
}

.relative {
  position: relative;
}

.down-loadQrcode {
  margin-right: 4px;
}

.copy-right {
  font-size: 14px;
  color: #666666FF;
}

.laba-wrap {
  width: 20px;
  height: 20px;
  margin-right: 12px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.notice-img {
  width: 12px;
  height: 12px;
}

.captcha-dialog-wrapper .el-dialog__header {
  border-bottom: 0;
  padding: 11px 24px;
}

.captcha-dialog-wrapper.el-dialog__wrapper_center .el-dialog__body {
  padding: 16px 24px 24px;
}

.captcha-dialog-wrap {
  font-size: 14px;
  color: #222222FF;

}

.captcha-tip {
  margin-bottom: 12px;
  line-height: 22px;
}

.captcha-img-wrap {
  display: flex;
  align-items: center;
  margin-top: 18px;
}

.captcha-img-wrap img {
  width: 128px;
  height: 54px;
  margin-right: 18px;
}

.captcha-img-wrap .sw-button {
  font-size: 14px;
}

.captcha-btn {
  margin-top: 32px;
  text-align: right;
}

.captcha-btn .sw-button {
  padding: 9px 22px;
}

.captcha-btn .sw-button:hover {
  opacity: 0.8;
}

.notice-wrapper {
  position: relative;
  padding: 25px;
}

.notice-wrapper .notice-laba {
  position: absolute;
  top: -60px;
  left: 0;
  width: 188px;
  height: 198px;
}

.notice-wrapper .notice-title {
  font-weight: 500;
}

.notice-wrapper .notice-xuxian {
  position: absolute;
  top: 10px;
  left: 143px;
  width: 254px;
  height: 60px;
}

.notice-btn .el-button:hover {
  opacity: 1 !important;
}

.sw-login-wrap {
  height: 100vh;
}

.language-wrap {
  position: absolute;
  top: 43px;
  right: 17%;
  padding: 10px 19px 10px 17px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(3px);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #999999;
  font-size: 500;
  line-height: 18px;
  font-size: 18px;
  border-radius: 4px;
  z-index: 100;
}

.language-wrap img {
  height: 19px;
  margin-right: 14px;
}

.language-text {
  display: flex;
  align-items: center;
  font-size: 20px;
  line-height: 20px;
}

.language-text span {
  cursor: pointer;
}

.language-wrap .line {
  width: 1px;
  height: 20px;
  background: #D3D3D3;
  margin: 0 8px;
}

@media screen and (min-width: 2560px) {
  .sw-login {
    display: flex;
    align-items: center;
    justify-content: center;
    background: url("./img/bg.pic");
    height: 100vh;
  }

  .sw-login-wrap {
    /* width: 1920px; */
    /* height: 1080px; */
    width: 100%;
    height: 100%;
    position: relative;
  }
}

@media screen and (max-width: 1440px) {
  .logo-wrap {
    font-size: 20px;
  }

  .logo-wrap img {
    height: 44px
  }
  .sw-login .sw-login-main {
    width: 800px;
  }

  /* .footer {
    display: block;
  } */
  /* .browser-support {
    position: absolute;
    top: 20px;
    right: 50px;
  } */
  .copy-right {
    /* margin-top: 12px; */
  }

  .language-wrap {
    top: 53px;
  }
  .su-input-text-button.el-input--prefix .el-input__inner {
    padding-right: 10px;
  }
  
  .sw-login .sw-login-main {
    width: 800px;
  }
  
  .sw-login .sw-login-main .sw-login-main-content {
    width: 800px;
    height: 400px;
  }
  
  .sw-login .sw-login-main .sw-login-main-content .sw-login-menu .el-menu-item {
    font-size: 16px;
    margin: 0 15px 0 20px;
  }
  
  .sw-login .sw-login-main .sw-login-main-content .sw-login-main-content-left {
    /* padding: 50px 40px 0 35px; */
    padding: 15px 20px 0 15px;
  }
    .sw-login-main-content-line{
      height: 74%;
    }
        .sw-login .sw-login-main .sw-login-main-content .sw-login-main-content-right{
          padding: 0 15px;
        }
  .sw-login .sw-login-main .sw-login-main-content .sw-login-main-content-right .qrcode-wrap {
    /* padding-top: 50px; */
    padding-top: 35px;
  }
  
  .sw-login .el-input--prefix .el-input__inner {
    padding-left: 36px;
    padding-right: 36px;
    height: 33px;
    line-height: 33px;
    border-radius: 18px;
    border: 1px solid #D3D3D3;
    font-size: 14px;
  }
  
  .login-form .el-form-item {
    margin-bottom: 17px;
  }
  
  .other-link {
    margin: 0 20px;
  }
  
  .login-form {
    margin: 20px 20px 24px;
  }
  
  .notice-wrap-content {
    padding: 6px;
    margin-top: 9px;
  }
  
  .notice-wrap>.laba-wrap {
    width: 20px;
    height: 20px;
  }
  
  .sw-login .su-input-icon {
    line-height: 33px;
    font-size: 16px;
    margin-left: 5px;
  }
  
  .sw-login .el-input__suffix-inner .el-input__icon {
    line-height: 33px;
    font-size: 16px;
    margin-right: 5px;
  }
  
  .sw-login .su-input-text-button .el-input__inner {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  
  .sw-login .el-input--prefix .el-input__inner::-webkit-input-placeholder {
    font-size: 14px;
  }
  
  .sw-login .el-input--prefix .el-input__inner::-moz-input-placeholder {
    font-size: 14px;
  }
  
  .sw-login .el-input--prefix .el-input__inner::-ms-input-placeholder {
    font-size: 14px;
  }
  
  .el-button.is-round {
    padding: 8px 23px;
  }
  
  .login-btn {
    line-height: 14px;
  }
  
  .other-link {
    margin: 0 20px;
    padding-left: 20px;
    padding-right: 0;
  }
  
  .su-input-text-button.el-input--prefix .el-input__inner {
    padding-right: 10px;
  }
  
  .login-error {
    font-size: 12px;
    bottom: -27px;
    left: 37px;
  }
  
  .login-ways {
    margin-top: 11px;
  }
  
  .login-ways i {
    font-size: 28px;
  }
  
  .login-ways .ways-right {
    margin-left: 4px;
  }
  
  .other-login-ways {
    margin-top: 28px;
  }
  
  .qrcode-title {
    font-size: 16px;
  }
    .qrcode-content{
      margin-top: 15px;
    }
  .qrcode-phone{
    height: 149px;
    width: auto;
  }
  .qrcode-img {
    /* margin-top: 15px; */
    width: 149px;
    height: 149px;
    /* margin-bottom: 23px; */
  }
  .qrcode-img img{
    width: 139px;
    height: 139px;
  }
  
  .qrcode-text {
    /* margin-bottom: 38px; */
    margin-bottom: 15px;
  }
  
  .notice-announcement {
    height: 337px;
    width: 300px;
  }
  
  .notice-announcement-content .content {
    height: 270px;
  }
  
  .sw-login-main-content .el-input {
    height: 33px;
  }
  
  .notice-wrap-content {
    width: 320px;
  }
  
  .notice-wrap .laba-wrap img {
    width: 12px;
    height: 12px;
  }
  
  .notice-wrap-filter {
    height: 32px;
  }
}



input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset
}

input {
  background-color: #fff;
}