@charset "utf-8";

/* 全局样式 */

* {
	margin: 0 auto;
	padding: 0px
}

html,body {height: 100%;}

body,
html,
ul,
li,
div,
ol,
p,
form {
	margin: 0;
	padding: 0;
}

ul li {
	list-style: none
}

a {
	text-decoration: none
}

input {
	background: none;
	outline: none;
	border: 0px;
}

#all-content {
	position: relative;
	height: 100%;
	background: url(../images/bg.png) center center / 100% 100% no-repeat;
}


/*登录页面样式-------start*/

#all-content .log-main {
	/*width: 80%;*/
	overflow: hidden;
}

#all-content .log-main .logo {
	margin: 40px 0px 0px 50px;
	line-height: 120px;
	font-weight: bold;
	display: inline-block;
	color: #fff;
	text-shadow: 6px 6px 6px #02579d;
	font-size: 30px;
}

#all-content .log-main .logo img {
	vertical-align: middle;
	margin-right: 10px;
}

#all-content .log-main .log-form h5 {
	text-align: center;
	padding: 16px 0px 20px 0px;
	font-size: 40px;
	color: #fff;
	text-shadow: 6px 6px 6px #02579d;
	font-weight: normal;

}
form h4{
	font-size: 24px;
	font-weight: normal;
	color: #333;
	height: 62px;
	padding-left: 38px;
	line-height: 62px;
	border-bottom:1px solid #76bffc;

}
#all-content .log-main form {
	width: 650px;
	/*height: 500px;*/
	margin: auto;
	background: #fff;
	border-radius:4px ;
	padding-bottom: 10px;
}

#all-content .log-main form .form-group {
	line-height: 50px;
	margin-bottom: 15px;
	margin-left: 112px;
}
#all-content .log-main form .form-group {
	margin-top: 30px;
	border: solid 1px #76bffc;
	border-radius: 5px;
	width: 420px;
	height: 50px;
}
#all-content .log-main form .form-group label {
	display: block;
	float: left;
	height: 50px;
	width: 50px;
}

#all-content .log-main form .form-group input {
	width: 370px;
	height: 50px;
	border-radius:5px 5px 0px 0 ;
	border: none;
	box-sizing: border-box;
	font-size: 100%;
	padding-left: 20px;
}
#retrievedPassword{
	text-align: right;

	margin-bottom: 35px;
	padding-top: 12px;
}
#retrievedPassword a{
	font-size: 16px;
	color: #333;
	padding-right: 118px;
}

#all-content .log-main form .form-group:last-child div{
	line-height: 50px;
	float: right;
	width: 65%;
}
#all-content .log-main form .form-group:last-child a {
	font-size: 14px;
	margin-right: 5px;
	color: #01589f;
	display: inline-block;
}
#all-content .log-main form .form-group:last-child {
	padding-bottom: 20px;
	border: none;
}
.expert{
	margin: auto;
	text-align: center;
	margin-top: 36px;
	color: #1a7bcc;
	font-size: 16px;
}
.expert a{
	color: #1a7bcc;
	font-size: 16px;
}
#all-content .log-main form .loginBtn input {
	width: 360px;
	text-align: center;
	background: #d22d09;
	border: none;
	border-radius:25px ;
	color: #fff;
	font-size: 100%;
	margin-left: 30px;
	padding-left: 0px;
	box-shadow: 2px 2px 5px #dc5436;
}
#all-content .log-main div.footer {
	/*background: rgba(255, 255, 255, 0.65);*/
	width: 100%;
	font-size: 80%;
	text-align: center;
	position: absolute;
	bottom: 5%;
	color: #fff;
}
@media only screen and (max-width: 1600px) {
	#all-content .log-main div.footer {
		/*background: rgba(255, 255, 255, 0.65);*/
		width: 100%;
		font-size: 80%;
		text-align: center;
		position: absolute;
		bottom:1%;
		color: #fff;
	}
	#all-content .log-main form .form-group {
		margin-top: 30px;
		border: solid 1px #76bffc;
		border-radius: 5px;
		width: 420px;
		height: 50px;
	}
}
@media only screen and (max-width: 1360px) {
	#all-content .log-main div.footer {
		/*background: rgba(255, 255, 255, 0.65);*/
		width: 100%;
		font-size: 80%;
		text-align: center;
		position: absolute;
		bottom:5%;
		color: #fff;
	}
	#all-content .log-main form .form-group {
		margin-top: 30px;
		border: solid 1px #76bffc;
		border-radius: 5px;
		width: 420px;
		height: 50px;
	}
}
/*登录页面样式-------end*/