/*首页*/
body,html {
	width: 100%;
	height: 100%;
}
.index {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	background: url(../images/bgimage.jpg) no-repeat top center;
	background-size: 100% auto;
	position: relative;
}
.signs {
	width: 117px;
	height: 30px;
	position: absolute;
	top: 25px;
	left: 60px;
}
/*介绍*/
.introduce {
	width: 256px;
	/*height: 144px;*/
	color: #000000;
	font-size: 32px;
	font-weight: 700;
	position: absolute;
	top: 50%;
	margin-top: -150px;
	left: 12%;
}
/*登录框*/
.login-box {
	width: 300px;
	background-color: #fff;
	position: absolute;
	top: 45%;
	margin-top: -150px;
	right: 10%;
	/*box-sizing: border-box;*/
	padding: 30px;
}
.login-st span {
	font-size: 16px;
	font-weight: 700;
	line-height: 42px;
	color: #0b9bee;
	display: inline-block;
	position: absolute;
	border-bottom: 2px solid #0b9bee;
}
.login-st {
	height: 42px;
	border-bottom: 1px solid #a6a6a6;
}
.inner {
	width: 100%;
	height: 100%; 
	box-sizing: border-box;
	padding-top: 30px;
}
.inner input {
	width: 100%;
	height: 40px;
	color: #a6a6a6;
	font-size: 14px;
	border: 1px solid #a6a6a6;
	border-radius: 5px;
	box-sizing: border-box;
	position: relative;
}
#tel {
	background: url(../images/uerimg.svg) no-repeat 10px center;
	background-size: 22px auto;
	padding-left: 42px;
}
#pwd {
	background: url(../images/lockimg.svg) no-repeat 10px center;
	background-size: 22px auto;
	padding-left: 42px;
	margin-top: 25px;
}
#login-btn {
	width: 100%;
	height: 40px;
	background-color: #0b9bee;
	border-radius: 5px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	text-indent: 0;
	margin-top: 25px;
}
#login-btn:hover {
	cursor: pointer;
}
.hint {
	width: 100%;
	height: 7%;
	padding-left: 50%;
}
.hint a {
	display: inline-block;
	font-size: 14px;
}
.forget-password {
	color: #a6a6a6;
}
.sgin-new {
	color: #0b9bee;

}
.telerr,.pwderr{
	font-size: 10px;
    color: #ff0000;
    margin-top: 5px;
    display: none;
}
.downloadewm{
	position: absolute;
	right: 60px;
	top: 25px;
	width: 150px;
	height: 150px;
}
.downloadewmtip{
	width: 100px;
	line-height: 30px;
	font-size: 12px;
	text-align: center;
}
div::-webkit-scrollbar {
  width: 0;
}
@media screen and (max-width: 720px){
	.inner input{ height: 42px;}
	.index {
		background-image: none;
		background: #fff;
		margin-top: 120px;
	}
	.signs {
		display: none;
	}
	.introduce {
		display: none;
	}
	.login-box {
		width: 100%;
		position: relative;
		box-sizing: border-box;
		top: 30px;
		left: 0;
		padding: 0;
	}
	.login-st {
		background: url(../images/head-info01.jpg) no-repeat;
		background-size: 100% auto;
		text-align: center;
		height: 50px;
		border-bottom:none;
	}
	.login-st span {line-height: 50px;font-size:16px;font-weight:400;}
	.login-st01 {
		display: none !important;
	}
	.login-st02 {
		display: block !important;
	}
	.login-st span {
		border: none;
		color: #fff;
		/* margin-left: -32px; */
		position: static;
	}
	#login,
	#password {
		background: none !important;
		padding-left: 1em;
	}
	
	.inner {
		width: 84%;
		margin: 0 8% 0 8%;
	}
	.inner input {border: 1px solid #d9d9d9;}
	#password {
		margin:15px 0;  
	}
	#login-btn {font-size:14px;font-weight: 400;}
	.hint {
		margin-top: 10px;
		padding-left: 0;
		text-align: right;
	}
	.bottom {
		/* height: 32px !important; */
		background-color: #f5f5f5;
		padding-left: 0;
		line-height: 32px;
	}
	.bot1 {
		margin: 7px  auto  7px auto;
		color: #a6a6a6 !important; 
		height: 18px;
		line-height: 18px;
		text-align: center;
	}
	.bot1 a ,
	.bot span {
		color: #a6a6a6 ;
	}
	.bot2 {
		display: none;
	}
	.hidden {
		display: none;
	}
	.downloadewm{
		display: none;
	}
	.downloadandroidbtn {
		color: #00a13b;
		width: 80%;
		text-align: center;
		font-size: 18px;
		border: 1px solid #00a13b;
		border-radius: 30px;
		padding: 5px 20px;
		display: inline-block;
	}
	.dlbtndiv{
		width: 100%;
		text-align: center;
		margin-top: 30px;
	}
}
