
	body{
		margin:0;
	}
    .sw-login {
      min-width: 1200px;
    }
    .sw-login .sw-login-main {
      position: absolute;
      right: 0;
      width: 30%;
      min-width: 560px;
      height: inherit;
      overflow: hidden;
      box-shadow: -1px 0 8px 0 rgba(199, 199, 199, 0.5);
    }
    .sw-login .sw-login-main .sw-login-main-blur {
      width: 105%;
      top: -50px;
      height: 100vh;
      background-size: cover;
      background-position: right;
      background-repeat: no-repeat;
      filter: blur(10px);
      position: absolute;
      transition: all 0.5s ease-out;
    }
    .sw-login .sw-login-main .sw-login-main-content {
      position: absolute;
      background-color: rgba(255, 255, 255, 0.7);
      height: 100vh;
      width: 100%;
    }
    .sw-login .sw-login-main .sw-login-main-content .sw-login-menu {
      padding-top: 96px;
	  /* background-color: rgba(0,0,0,0); */
	  background: none !important;
	  filter:alpha(opacity=0);
	  position:static;
      *zoom:1;
    }
    .sw-login .sw-login-main .sw-login-main-content .sw-login-menu .el-menu-item {
      /* background-color: rgba(0,0,0,0); */
      background: none !important;
      filter:alpha(opacity=0);
      position:static;
      *zoom:1
      font-size: 18px;
      padding: 0;
    }
    .sw-login .sw-login-main .sw-login-main-content .sw-login-menu.el-menu.el-menu--horizontal {
      border-bottom: 1px solid #D2DAE0;
    }
    .sw-login .sw-login-logo-container {
      position: absolute;
      top: 28px;
      left: 0;
      width: 340px;
      height: 72px;
      background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.78) 0%, rgba(255, 255, 255, 0.61) 46%, rgba(255, 255, 255, 0) 90%);
    }
    .sw-login .sw-login-logo-container .sw-login-logo-main {
      top: 0;
      width: 100%;
      height: inherit;
      background: url("../images/logo.svg") no-repeat;
      background-size: 80% 85%;
      background-position: -22px 5px;
    }
    .sw-login .su-input-icon + .su-input-icon {
      margin-left: 0;
    }
    .sw-login .su-input-icon {
      font-size: 22px;
      cursor: pointer;
    }
    .sw-login .su-input-icon.black {
      color: #656668;
    }
    .sw-login .su-input-icon.blue {
      color: #3394E1;
    }
    .sw-login .el-input--prefix .el-input__inner {
      padding-left: 44px;
    }

    .qrcode-button {
      position: absolute;
      right: 50px;
      top: 50px;
      border-top: 50px solid;
      border-left: 50px solid transparent;
      cursor: pointer;
    }
    .qrcode-button .qrcode-button-cover {
      position: absolute;
      top: -50px;
      left: -50px;
      opacity: 0.2;
      border-top: 50px solid #000;
      border-left: 50px solid transparent;
    }
    .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;
}
.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;
}
.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;

}
