body{
  margin:0;
  font-family: PingFangSC-Regular, PingFang SC, sans-serif,Microsoft YaHei;
}
.sw-login {
  min-width: 1200px;
  position: relative;
  height: 100vh;
  overflow: hidden;
  background-image: url("./img/top-bg.png");
  background-color: #fff;
}
.sw-login .sw-login-main {
  position: absolute;
  right:150px;
  top: 258px;
  width: 410px;
  overflow: hidden;
  z-index: 100;
}
.sw-login .sw-login-main.login-notice-show-mode {
  top: 235px;
}
.bg-wrap {
  position: absolute;
  top: 190px;
  left: 0;
  width: 100%;
  height: 600px;
}
.el-carousel__container {
  height: 600px;
}
.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 {
  background: rgba(255,255,255,0.8);
  box-shadow: -1px 0px 8px 0px rgba(199,199,199,0.50);
  backdrop-filter: blur(5px);
  border-radius: 10px;
  padding-bottom: 40px;
  height: 451px;
  box-sizing: border-box;
}
.sw-login .sw-login-main .sw-login-main-content .sw-login-menu {
  background: initial;
}
.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;
  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;
}
.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: 8px;
}
.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: 30px;
  left: 30px;
  padding: 6px 0;
  background: rgba(255,255,255,0.7);
  backdrop-filter: blur(3px);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #222;
  font-size: 500;
  line-height: 40px;
  font-size: 28px;
  border-radius: 10px;
  z-index: 100;
}
.logo-wrap>div:nth-child(1) {
  display: inline-flex;
}
.logo-wrap img {
  height: 62px;
}
.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: 24px;
}
.other-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: #0E6CCB;
  cursor: pointer;
  margin: 0 30px;
}
.download-app {
  display: flex;
  align-items: center;
  
}
.download-app img {
  margin-right: 8px;
  width: 20px;
}
.other-login-ways {
  margin: 40px 30px 0;
  position: relative;
  font-size: 14px;
  color: #666;
}
.other-login-ways.active {
  margin-top: 15px;
}
.other-login-ways .other-login-ways-line .ways {
  font-size: 14px;
  color: #666;
}
.login-ways {
  display: flex ;
  margin-top: 16px;
  align-items: center;
}
.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: center;
}
.guide-link-wrap>div {
  font-size: 14px;
  color: #0E6CCB;
  line-height: 16px;
  padding: 0 16px ;
  border-right: 1px solid #B4B4B4;
  cursor: pointer;
}
.guide-link-wrap>div:last-child {
  border: 0; 
}
.guide-link-wrap>div:first-child {
  padding-left: 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 {
  margin: 12px 0 0;
  display: flex;
  align-items: center;
  padding: 8px;
  background: rgba(255,255,255,0.8);
  border-radius: 10px;
  backdrop-filter: blur(5px);
  font-size: 14px;
}
.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 .notice-img {
  width: 20px;
  height: 20px;
}
.notice-wrap div {
  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: 18px;
  text-align: left;
  font-weight: 500;
  color: #222;
  line-height: 34px;
  padding-left: 30px;
}
.qrcode-img {
  margin: 76px auto 8px;
  width: 210px;
  height: 210px;
  position: relative;
}
.qrcode-wrap img {
  width: 100%;
  height: 100%;
}
.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: #222;
  margin-bottom: 52px;
}
.footer {
  position: absolute;
  top: 790px;
  left: 0;
  width: 100%;
  padding: 24px 150px 0 80px;
  box-sizing: border-box;
}
.guide-browser {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}
.el-icon-back {
  color:#333;
  font-size: 40px;
  margin: 20px 30px;
  cursor: pointer;
}
.footer-detail {
  margin-top: 24px;
  color: #666;
  font-size: 14px;
  line-height: 24px;
}
.account-title {
  font-size: 24px;
  color: #021525;
  line-height: 32px;
  margin: 0;
} 
.default-choose {
  margin: 30px 0;
}
.account-list {
  height: 190px;
  padding-top: 5px 
}
.notice-announcement {
  position: absolute;
  top: 342px;
  left: 48px;
  width: 455px;
  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: 16px 0 25px;
  z-index: 101;
}
.notice-announcement-title {
  font-size: 18px;
  border-bottom: 1px solid #D3D3D3;
  padding-bottom: 16px;
  display: flex;
  align-items: center;
  margin: 0 24px;
}
.notice-announcement-content .content {
  font-size: 14px;
  line-height: 28px;
  height: 188px;
  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;
}
.down-loadQrcode {
  margin-right: 4px;
}
.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: -29px;
  right: 0;
}
.rember-password .el-checkbox__label {
  color: #666;
}
.rember-password .el-checkbox__input.is-checked+.el-checkbox__label {
  color: #666;
}
.relative {
  position: relative;
}
.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;
}
.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;
}
.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;
}
@media  screen and (min-width: 2560px) {
  .sw-login {
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(./img/top-bg.png);
    height: 100vh;
  }
  .sw-login-wrap {
    width: 1920px;
    height: 1080px;
    position: relative;
    background: url(./img/top-bg.png);
    background-color: #fff;
  }
}
@media  screen and (max-width: 1600px) {
  .bg-wrap {
    top: 148px;
    height: 470px;
  }
  .el-carousel__container {
    height: 470px;
  }
  .footer {
    top: 580px;
    padding-left: 56px;
    padding-right: 107px;
  }
  .sw-login .sw-login-main {
    top: 188px;
    right: 107px;
    width: 360px;
  }
  .sw-login .sw-login-main.login-notice-show-mode {
    top: 162px;
  }
  .notice-wrap>.laba-wrap {
    width: 20px;
    height: 20px;
  }
  .notice-wrap .laba-wrap .notice-img {
    width: 14px;
    height: 14px;
  }
  .sw-login .sw-login-main .sw-login-main-content {
    height: 390px;
    padding-bottom: 0;
  }
  .sw-login .el-input--prefix .el-input__inner {
    height: 38px;
    line-height: 38px;
    border-radius: 14px;
    border-radius: 20px;
  }
  .sw-login .su-input-text-button .el-input__inner {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding-right: 20px;
  }
  .sw-login .sw-login-main .sw-login-main-content .sw-login-menu .el-menu-item {
    margin: 0 20px 0 30px;
  }
  .sw-login .su-input-icon {
    line-height: 38px;
  }
  .other-login-ways {
    margin-top: 30px;
  }
  .notice-announcement {
    top: 210px;
  }
  .login-form {
    margin-top: 30px;
  }
  .login-form .el-form-item {
    margin-bottom: 20px;
  }
  .footer {
    top: 620px;
  }
  .footer-detail {
    margin-top: 20px;
  }
  .qrcode-img {
    margin-top: 60px;
  }
  .login-ways .ways-right {
    margin-left: 4px;
  }
}
.language-wrap {
  position: absolute;
  top: 50px;
  right: 80px;
  padding: 10px 19px 10px 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #999999;
  font-weight: 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 (max-width: 1440px) {
  .logo-wrap {
    font-size: 20px;
  }
  .logo-wrap img {
    height: 44px
  }
  .language-wrap {
    top: 40px;
  }
  
}
@media  screen and (max-width: 1367px) {
  .bg-wrap {
    top: 115px;
    height: 427px;
  }
  .footer {
    top: 540px;
    padding: 17px 107px 0 56px;
  }
  .footer-detail {
    margin-top: 15px;
  }
  .sw-login .sw-login-main {
    top: 164px;
    right: 107px;
    width: 320px;
  }
  .sw-login .sw-login-main.login-notice-show-mode {
    top: 145px;
  }
  .login-error {
    font-size: 12px;
    bottom: -27px;
    left: 37px;
  }
  .notice-announcement {
    top: 190px;
  }
  .el-carousel__container {
    height: 427px;
  }
  .login-form {
    margin: 20px 20px 24px;
  }
  .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;
  }
  .sw-login .sw-login-main .sw-login-main-content {
    height: 337px;
  }
  .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 .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;
  }
  .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;
  }
  .el-button.is-round {
    padding: 8px 23px;
  }
  .login-btn {
    margin-top: 4px;
  }
  .other-login-ways {
    margin: 40px 20px 0;
  }
  .login-ways {
    margin-top: 11px;
  }
  .login-ways i {
    font-size: 28px;
  }
  .login-ways .ways-right {
    margin-left: 4px;
  }
   .qrcode-text {
    margin-bottom: 38px;
  }
  .qrcode-img {
    margin-top: 47px;
    width: 149px;
    height: 149px;
  }
  .sw-login .su-input-text-button .el-input__inner {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  } 
  .login-form .el-form-item {
    margin-bottom: 17px;
  } 
  .other-login-ways {
    margin-top: 28px;
  }
  .sw-login .sw-login-main .sw-login-main-content {
    padding-bottom: 28px;
  }
  .notice-wrap {
    padding: 6px;
    margin-top: 9px;
  }
  .qrcode-title {
    font-size: 16px;
  }
  .el-icon-back {
    font-size: 30px;
    margin: 10px 20px;
  }
  .account-title {
    font-size: 16px;
    line-height: 20px;
  }
  .sw-card-profile-detail>p:nth-child(1) {
    font-size: 16px !important;
    line-height: 20px !important;
  }
  .sw-card-profile-detail>p {
    font-size: 14px;
  }
  .sw-card-profile-detail hr {
    margin: 4px 0;
  }
  .sw-card.sw-card-profile img {
    width: 40px;
    height: 40px;
  }
  .sw-card.sw-card-profile {
    height: 72px;
    width: 100%;
    margin-bottom: 17px !important;
  }
  .checkbox-style {
    top: 24px;
    right: -14px;
  }
  .default-choose {
    margin: 0 0 10px;
  }
  .account-list {
    height: 170px;
  } 
  .captcha-style {
    width: 185px;
  } 
  .captcha-img {
    position:relative;
    height: 32px;
    width: 80px;
    margin-left: 8px;
    cursor: pointer;
  }
  .other-link {
    margin: 0 20px;
  }
  .su-input-text-button.el-input--prefix .el-input__inner{
    padding-right: 10px;
  }
  .sw-login-main-content .el-input {
    height: 33px;
  }
}
input:-webkit-autofill , textarea:-webkit-autofill, select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset
}
input {
   background-color:#fff;
}