/*这里记录pc的信息*/
@media screen and (min-width:768px) {
	body{
		margin-top: 60px !important;
	}
	.cont-main{
	max-width:500px !important;
	margin:0px auto !important;
	margin-top:-40px !important;
	}
	.cent-box{
		margin:150px auto !important;
	}
	#que_zoo_icon{
		display:none;
	}
	#question_zoo{
		display: none;
	}
	#title_t{
		font-size:1.2rem;
	}
	#footer{
		display:none;
	}
}
@media screen and (max-width:768px) {
	body{
		margin-top: 40px !important;
		height: calc(100% - 10px) !important;
	}
	.header{
		height:45px !important;
	}
	.layui-bg-black1>div {
   	 line-height: 45px !important;
	}
	.layui-btn{
		height:48px !important;
		line-height:48px !important;
	}
	.layui-layer-btn a{
		height:48px !important;
		line-height:48px !important;
	}
	.layui-layer-btn{
		padding: 8px 15px 10px !important;
	}
	#question_zoo{
		display: none;
	}
	#btn-tips{
		display: none;
	}
	#que_zoo_icon{
		display: block;
		font-size:0.7rem;
		    padding: 3px;
    	line-height: 1rem;
	}
	#title_t{
		font-size:1rem;
	}
	
	#footer{
		position: fixed;
		bottom:15px;
		border:0px red solid;
		height:40px;
		width:100%;
	}
}

fieldset{
	margin:0px;
	padding:10px;
	bordeR:1px #777 solid;
}
h1{
display: block;
    font-size: 2em;
    -webkit-margin-before: 0.67em;
    -webkit-margin-after: 0.67em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;}

#root-warp{
	max-width:960px;
	margin:0px auto;
	height:100%;
	padding:0px;
}
#root-warp .logo1{
	width:100%;
	height:35%;
	background-image:url(../img/hbg.png);
	background-size:100% 100%;
	padding-top:20px;
}
#root-warp .logo1 .title{
	height:60px;
	line-height: 60px;
	color:#fff;
	text-align: center;
	font-size:2rem;
}
.cont-main{
	background:#fff;
	border:1px #ccc solid;
	margin:-40px 10px 0px 10px;
	padding:15px 10px;
	border-radius: 10px;
}
input.username-bg{
background-image:url(../img/un-bg.png) !important;
background-repeat: no-repeat !important;
background-size:2rem !important;
background-position: 5px 50% !important;
}
input.password-bg{
background-image:url(../img/pwd-bg.png) !important;
background-repeat: no-repeat !important;
background-size:2rem !important;
background-position: 5px 50% !important;
}






