html,body{
/*	height: 100%;*/
}
body{
	margin: 0 auto;
    font-size: 12px;
    height: 100%;
/*		    background: url(/Public/Crm/image/login-bg.png) no-repeat center;*/
}

.logo{    
	width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    margin-top: 5%;
}
.whole{
	width:100%;
	overflow:hidden;
	margin:0 auto;
	padding-top: 10%;
	height: 100%;
	background-size: cover;
	background-image: url(/Public/Crm/image/login-bg.png);
	background-repeat: no-repeat;
/*	background-repeat: no-repeat center;*/
	padding-bottom: 60px
}
.title{
	width:100%;
	height:auto;
	overflow:hidden;
	font-size:35px;
	text-align:center;
	padding-top: 30px;
	color:#fff;
}
#jsxt{    
	font-size: 50px;
}

.layui-m-layerbtn{
	height: 65px;
	line-height: 65px;
}
.layui-m-layercont{padding: 50px 30px;line-height: 35px;}
img{
	width: auto
}
/*二维码位置*/
#wx_reg{
	width: 320px;
	height: auto;
	background-color:rgba(255,255,255,0.6);
	padding: 25px;
	padding-bottom: 0px;
	border-radius: 10px;
/*	min-height: 430px;*/
}
.login-form{
	width: 370px;
	height:auto;
	margin:20px auto 20px auto;
/*	margin-top: 20px;
	margin-left:top;
	margin-right:top;*/
}
.forgets{
	width:458px;
	height:auto;
	margin:0 auto;
	text-align: center;
}

.forgets >a{
	color:#fff;
	opacity:0.2;
	font-size:20px;
}

.forgets >a +a{
	float:right;
}