* {
	margin: 0;
	padding: 0;
	font-family: '微软雅黑';
}

body {
	
	overflow:hidden;overflow-y:auto;
}

input:-webkit-autofill {
	box-shadow: 0 0 0px 1000px white inset !important;
}

.head {
	
	overflow: hidden;

}
.head.saas {
	
	background-color:#ffd900;
}

.head .logo {
	margin: 10px auto;
	width: 76%;
	background: url(../img/Icon_logo1.png) no-repeat;
	height: 60px;
	position: relative;
	left:3%;
}
.head.saas .logo {
	margin: 10px auto;
	width: 76%;
	background: url(../images/kuaixiugeLogo.png) no-repeat;
	background-position-x: 15px;
	background-position-y: 15px;
	height: 60px;
	position: relative;
	left:3%;
}

.logo span {
	position: absolute;
    overflow: hidden;
    font-size: 25px;
    bottom: 0;
}



@media screen and (max-width: 1520px) {
	.right-img {
		display: none;
	}
}

@media screen and (max-width: 750px) 
{
   
	.head .logo {
		height: 60px;
		width: 100%;
		
	}
	.head.saas .logo
	{
	    height: 60px;
	    width: 100%; 
	  
	}  
	.logo img {
		opacity: 0;
	}
	.head .info {
		display: none;
	}
	.logo span {
		font-size: 18px;
		
	}

}


/*=========================================================*/

.login-banner-wrapper {
	width: 100%;
	position: relative;
	height: auto;
}

.login-banner-wrapper .center {
	position: relative;
	left: 365px;
	z-index: 2;
}


/* 当浏览器的可视区域小于1200px */

.foot {
	text-align: center;
	margin-top: 20px;
	font-size: 12px;
	color: #999;
	margin-bottom: 10px;
	 vertical-align:middle;
	
}
.foot img
{
    vertical-align:middle;
}
.foot span
{
    padding:0 5px;
} 

.login-banner-wrapper {
	height: 640px;
}

.login-wrapper {
	width: 100%;
	margin: 0 auto;
	position: relative;
	top: 0;
	overflow:hidden;
}



.login-box {
	width: 380px;
	height: 400px;
	background: rgba(227, 228, 230, 0.9);
	position: absolute;
	right: 17%;
	top: 100px;
	border-radius: 6px;
	padding-left: 6px;
	z-index: 999;
	
}

.login-box h3 {
	font-size: 24px;
	font-weight: normal;
	color: #4c4c4c;
	text-align: center;
	margin: 30px 0;
	height: 24px;
	line-height: 24px;
}

.login-box input {
	width: 302px;
	height: 44px;
	outline: none;
	border: 1px solid #cbcdcc;
	border-radius: 4px;
	margin: 0 0 14px 32px;
	text-indent: 58px;
	background: #ffffff !important;
	font-size: 16px;
}

::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #999;
}

.login-box input:focus {
	border-color: #1acac0 ;
}
.login-box.saas input:focus {
	border-color: #ffd900;
}

.login-box input:focus::-webkit-input-placeholder {
	color: #999;
}

.login-box .password,
.login-box .code,
.login-box .email {
	position: relative;
	overflow: hidden;
}

.login-box .password i,
.login-box .code i,
.login-box .email i {
	background: url(../img/login-icon-1.png) no-repeat;
	width: 18px;
	height: 24px;
	display: inline-block;
	position: absolute;
	left: 47px;
	top: 11px;
}

.login-box .password i {
	background-position: left bottom;
}

.login-box .email i {
	background-position: left center;
}

.login-box .code i {
	background-position: left top;
}

.login-box .password span,
.login-box .code span,
.login-box .email span {
	display: block;
	width: 46px;
	height: 44px;
	background: #cccccc;
	position: absolute;
	left: 33px;
	top: 1px;
}

.login-box.saas .login-btn {
	user-select: none;
	text-indent: 0 !important;
	display: block;
	width: 304px;
	height: 46px;
	text-align: center;
	line-height: 46px;
	color: black;
	border-radius: 4px;
	background: #ffd900 !important;
	margin: 8px 0 0 32px;
	cursor: pointer;
}
.login-box .login-btn {
	user-select: none;
	text-indent: 0 !important;
	display: block;
	width: 304px;
	height: 46px;
	text-align: center;
	line-height: 46px;
	color: #fff;
	border-radius: 4px;
	background: #1acac0 !important;
	margin: 8px 0 0 32px;
	cursor: pointer;
}

.login-box .dis {
	cursor: not-allowed;
	opacity: 0.35;
}

.login-box .forget-pass {
	width: 304px;
	margin: 8px 0 0 32px;
	text-align: right;
	color: #666;
	font-size: 14px;
}

.login-box .forget-pass a {
	font-size: 14px;
	color: #999999;
	cursor: pointer;
	text-decoration: none;
}

.login-box .forget-pass a:hover {
	color: #19cabf;
}

.left-img {
	position: absolute;
	left: 0px;
	z-index: 1;
}

.right-img {
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 1;
}

.mask-wrpper {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.4);
	Z-INDEX: 999;
}

.prompt {
	width: 322px;
	height: 184px;
	margin: 300px auto 0 auto;
	background: #fff;
	border-radius: 4px;
	padding-left: 48px;
	padding-top: 60px;
	transition: all .5s;
}

.prompt p {
	font-size: 14px;
	color: #666;
	margin-bottom: 10px;
	margin-top: 2px;
}

.prompt a {
	color: #3377cc;
	font-size: 20px;
	display: block;
	text-underline: none;
	text-decoration: none;
	margin-top: -10px;
}

.prompt span {
	width: 118px;
	height: 32px;
	border: 1px solid #e7e7e7;
	border-radius: 2px;
	cursor: pointer;
	text-align: center;
	line-height: 34px;
	font-size: 12px;
	color: #4c4c4c;
	display: inline-block;
	margin-left: 78px;
	margin-top: 33px;
}

.scale-enter-active,
.scale-leave-active {
	transition: all .5s;
}

.scale-enter,
.scale-leave-to {
	opacity: 0;
}

.scale-enter .prompt,
.scale-leave-to .prompt {
	transform: scale(.5);
}
@media screen and (max-width: 430px) {
	.login-box {
		width: 89%;
		right:5%;
	}
	.login-box input {
		width: 75%;
	}
	.login-box .login-btn{
		width: 80%;
	}
	.login-box.saas .login-btn
	{
	  width: 80%;  
	}
	
}
  .login-box .appShowHidenArea{
        position: absolute;
        color: #3366ff;left:34px; bottom:30px; display: inline-flex; align-items: center;
        cursor:pointer;
    }
    .hiden
    {
        display:none;
    }
    .addflex
    {
        display:flex;
        }