.login-figure{
	width: 67.5%;
	height: 100%;
	float: left;
	overflow: hidden;
	position: relative;
}
.login-wrap{
	height: 100%;
}
.login-content.clearfix{
	height: 100%;
}
.login-content.clearfix:after{
	font-size: 0;
}
.login-figure .figure-box{
	width: 100%;
	height: 100%;
	position: absolute;
    left: 0;
    top: 0;
	transform: scale(1,1);
	-webkit-transform: scale(1,1);
	animation:scal 10s ease infinite alternate ;
	-webkit-animation:scal 10s ease infinite alternate ;
}
@keyframes scal{
	from{-webkit-transform: scale(1.05,1.05);}
	to{-webkit-transform: scale(1,1);}
}
.login-area{
	width: 32.5%;
	float: right;
	height: 100%;
	position: relative;
	z-index: 2;
}
.figure-box img{
	height: 100%;
	object-fit: cover;
}
.logo-area{
	text-align: center;
}
.login-area-erp{
	padding:0 20%;
	padding-top: 110px;
}
.col-earn{
	color: #f00;
}
.login-tips{
	font-size: 14px;
}
.login-int-box{
	padding-top: 27px;
}
.login-int-box .f_input{
	margin-bottom: 20px;
	position: relative;
}
.login-int-box .arrowdown {
    background-color: rgb(255, 255, 255);
    height: 36px;
    line-height: 36px;
    position: absolute;
    right: 2px;
    text-align: center;
    top: 2px;
    width: 34px;
}

.login-int-box .select_icon {
    background: rgba(0, 0, 0, 0) url("../res/images/bg/icol.png") no-repeat scroll -43px 0;
    display: inline-block;
    height: 7px;
    width: 13px;
}
.login-int-box input{
	width: 100%;
	height: 44px;
	border: 1px solid #ddd;
	outline: none;
	border-radius: 3px;
	box-sizing: border-box;
	padding-left: 14px;
	font-size: 14px;
}
.login-int-box input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    -webkit-text-fill-color: #333;
}
.login-int-box input:focus{
	border-color: #3487e3;
}
.login-int-box input::-webkit-input-placeholder{
	color: #999;
	font-size: 14px;
}
.login-int-box input::-moz-placeholder{
	color: #999;
	font-size: 14px;
}
.login-int-box input.validation-int{
	width: 50%;
	margin-right: 10%;
}
.btn-login{
	width: 100%;
	height: 44px;
	border: 1px solid #3487e3;
	box-sizing: border-box;
	padding: 0;
	border-radius: 3px;
	background: #3487e3;
	margin-top: 10px;
	outline: none;
}
.btn-login:hover{
	background: #307dd3;
}
.btn-login span{
	font-size: 18px;
	color: #fff;
}
.recomme-browser{
	width: 100%;
	text-align: center;
	margin-top: 50px;
}
.recomme-browser-tips{
	font-size: 14px;
	color:#666;
}
.btn-download{
	display: inline-block;
	width: 96px;
	height: 30px;
	line-height: 30px;
	padding: 0;
	border-radius: 15px;
	background:#fff;
	border: 1px solid #3487e3;
	margin-top: 20px;
	 -webkit-transition: border .2s linear,color .2s linear,width .2s linear,background-color .2s linear;
    -o-transition: border .2s linear,color .2s linear,width .2s linear,background-color .2s linear;
    transition: border .2s linear,color .2s linear,width .2s linear,background-color .2s linear;
}
.btn-download span{
	color: #3487e3;
}
.btn-download:hover{
	background-color: #3487e3;
	border-color: #3487e3;
}
.btn-download:hover span{
	color: #fff;
}
.refresh-icon{
	background: url(../res/images/login/refresh.png) no-repeat;
	background-position: 0 0;
	display: inline-block;
	width: 12px;
	height: 14px;
	vertical-align: -3px;
	margin-left: 5%;
}
.hover-refresh:hover .refresh-icon{
	background-position: -12px 0;
}
.pic li a {
	display: block;
	height: 100%;
}
.pic li{
	height: 100%;
}
.pic{
	height: 100%;
}
.figure-box{
	height:100%;
	position: absolute;
	left:0;
	top:0;
}
.figure-box li a img {
	display:block;
	position: absolute;
	left:0;
	top:0;
}
@media only screen and (max-width: 1071px){
	.login-figure{
		width: 100%;
	}    
    .login-area{
		margin: 0 auto;
    	float: none!important;
    	min-width: 400px;
    	position: absolute;
    	right: 0;
    	background:#fff;
	}
}
@media only screen and (max-width: 1366px){
	.login-area-erp{
		padding-top: 70px;
	}
}