
	body{
		margin:0;
	}
    .sw-login {
      min-width: 1200px;
    }
    .sw-login .sw-login-main {
      position: absolute;
      right: 18%;
      width: 310px;
      min-height: 375px;
      overflow: hidden;
      box-shadow: -1px 0 8px 0 rgba(199, 199, 199, 0.5);
      top:210px;
    }
    .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: relative;
      background-color: rgba(0, 0, 0, 0.3);
      min-height: 375px;
      width: 100%;
    }
    .sw-login .sw-login-main .sw-login-main-content .sw-login-menu {
      padding-top: 0px;
	  background-color: transparent!important;
	  position:relative;
	  margin: 0 15px;
    }
    .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;
      position:static;
      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;
      display: flex;
      align-items: center;
      top: 0px;
      left: 0;
      width: 100%;
      height: 145px;
      background-color: #fff;
      border-top: 35px solid #5ba5fb;
      justify-content: space-between;
      
    }
    .sw-login .sw-login-logo-container img{
    	width: auto;
    	height:60px;
    	 padding-left: 90px;
    	/*padding-right: 20px; */
    }
    
    .auth_login_content{
    	width: 100%;
    	min-height: 460px;
    	background: url("https://wvpn.zcmu.edu.cn/https/77726476706e69737468656265737421f3f652d23731694330128aa18d1b2631b305de61/cas/themes/classic/images/login-bg.jpg") no-repeat 50% 0%;
    	background-size:cover;
    	margin-top: 180px;
   		background-size: 1920px 510px;
		background-position: bottom;
    }
    
    
    
    .sw-login .sw-login-logo-container .sw-login-logo-main {
      top: 0;
      width: 100%;
      height: inherit;
      background: url("https://wvpn.zcmu.edu.cn/https/77726476706e69737468656265737421f3f652d23731694330128aa18d1b2631b305de61/cas/themes/classic/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;

}



.el-form-item--mini.el-form-item, .el-form-item--small.el-form-item{
	margin-bottom: 18px;
}
.el-form-item{
	margin-bottom:18px;
}
.el-input-group__append, .el-input-group__prepend{
	border-radius: unset;
}
#fm2 .otherways{
	display:none;
}
.rightTips{
	height:145px;
	display:flex;
	align-items:center;
	font-size:12px;
	position:relative;
	padding-right: 150px;
	
}
.rightTips a{
	color: #337ab7;
	text-decoration:none;
	cursor: pointer;
	line-height: 24px;
}
.rightTips a:hover{
	color: #23527c;
    text-decoration: underline;
    outline: 0;
}
.rightTips a img{
	width: 20px!important;
    height: 20px!important;
    vertical-align: middle;
    padding-left:5px!important;
}
#footer {
    text-align: center;
    width: 100%;
    color: #999;
    padding-top: 30px;
    position: relative;
    font-size: 12px;
    line-height: 25px;
}


@media screen and (max-width:1600px){
	
}

@media screen and (max-width: 1440px){
	.auth_login_content {
	    height: 445px;
	    background-size: 1543.52941176px 445px;
	}
	.sw-login .sw-login-main{
		top:210px;
	}
}















