
.app-logo{
	width: auto;
}
.app-logo img{
	width:auto;
	height:34px;
}
.app-head> ul{
	height:50px;
}
.app-home{
	top:0;
	bottom:0;
}
.L10{
	margin-left:10px;
}
/** 底部 **/
.home-foot{
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	padding:0;
	background-color: rgba(0,0,0,.5);
	z-index:9999;
	overflow:hidden;
}
.home-copyright{
	position:relative;
	width:100%;
	height:40px;
	line-height:40px;
	text-align:center;
	color:#aba9b8;
	margin:0;
	overflow:hidden;
}
.home-copyright a{
	color:#d6d6d6;
	text-decoration:underline;
}
/***************************************************************
*    
*      				企业版注册与登录
*
***************************************************************/
.logonImg{
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:9;
	overflow:hidden;
}
.logonImg img{
	width:100%;
	height:auto;
}
.logonCon{
	position:relative;
	width:1200px;
	margin:0 auto;
	z-index:99;
	    overflow: hidden;
}
.loginForm{
	position:relative;
	width:380px;
	padding:0 30px 20px 30px;
    margin-top:50px;
    float:right;
    background-color:#fff;
    color:#C1C1C1;
    font-size:14px;
    border-color:rgba(228,228,228,1);
    border-radius: 0;
    box-shadow:0 8px 16px 0 rgba(0,0,0,.1);
	overflow:hidden;
}
.logonTitle{
    position:relative;
    width:100%;
	height:28px;
    line-height:18px;
    margin-top:30px;
	padding-bottom:10px;
    font-size:16px;
	text-align:left;
    color:#252B3A;
	border-bottom:1px solid #ccc;
}
.logonDiv{
	position:relative;
    width:100%;
	display:none;
	overflow:hidden;
}
.logonShow{
	display:block;
}
.logonIn{
	position:relative;
    width:100%;
    height:45px;
    line-height:45px;
    color:#666;
    font-size:14px;
    margin-top:20px;
    overflow:hidden;
}
.logonIn .Input{
	height:45px;
    padding:0 10px;
}
.logonSlider{
	position:relative;
    width:100%;
    line-height:33px;
    color:#666;
    font-size:14px;
	margin-top:20px;
    overflow:hidden;
}
.logonItem{
	position:relative;
	width:200px;
	float:left;
}
.askCode{
	position:relative;
    float:right;
    width:100px;
    height:45px;
    line-height:45px;
    text-align:center;
    color:#fff;
    background-color:#282828;
	border-radius:1px;
	overflow:hidden;
}
.askCodeNo{
	background-color:#666;
	cursor:not-allowed!important;
}
.logonBut{
    position:relative;
    display:block;
    width:100%;
    height:45px;
    line-height:45px;
    text-align: center;
    color:#fff;
    background-color:#282828;
	margin-top:20px;
	overflow:hidden;
}
.logonLink{
	position:relative;
    width:100%;
    height:40px;
    line-height:40px;
	overflow:hidden;
}
.logonLink a{
	text-decoration:underline;
}
.logonCode{
	position:relative;
    width:100%;
	text-align:center;
	overflow:hidden;
}
.logonCode img{
	width:140px;
	height:140px;
}
.logonCode p{
	line-height:30px;
	color:#333;
}
.logonCon .layui-tab-content{
	padding:0;
}
.logonCon .layui-tab-title li{
	width:50%;
}
/***  全屏幻灯片  ***/

@-webkit-keyframes scale-bg {
		from {
		-webkit-transform:scale(1.2);
		transform:scale(1.2)
	}
	to {
		-webkit-transform:scale(1);
		transform:scale(1)
	}
}
@keyframes scale-bg {
	from {
		-webkit-transform:scale(1.2);
		transform:scale(1.2)
	}
	to {
		-webkit-transform:scale(1);
		transform:scale(1)
	}
}
.index_banner{
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:0
}
.slick-list,
.slick-track{
	width: 100%;
    height: 100%;
}
.index_banner .items {
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:0
}
.index_banner .items:after {
	content:"";
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	background:rgba(0,0,0,.2)
}
.index_banner .item.slick-current .scaleBg {
	visibility:visible;
	-webkit-animation:scale-bg 6s linear forwards;
	animation:scale-bg 6s linear forwards
}
/***************************************************************
*    
*      				登录页兼容移动登录
*
***************************************************************/
@media screen and (max-width: 1000px) {
	.app-home{

	}
	.logonCon{
		width:100%;
		display: flex;
    	align-items: center;
    	justify-content: center;
	}
	.loginForm{
		width:90%;
		margin:0;
		float:none;
		padding: 0 15px 10px 15px;
		background-color: rgba(255,255,255, 0.7);
	}
}
.loginLang{
	float:right;
	color:#333;
}

/***************************************************************
*    
*      				找回密码
*
***************************************************************/
.app-proving{
	margin:50px auto;
}

