body,a,input,button{
	padding: 0;
	margin: 0;
	font-size: 14px;
	color: #041e3f;
	font-family: "microsoft yahei";
	outline: none;
}
body{
	background-color: #f5f5f5;
}


.box{
	width: 1198px;
	margin: auto;
	position: relative;
	overflow: hidden;
}
.head{
	box-shadow: 0 0 5px #999;
	background-color: #fff;
}
.h-row{
	background: url(../img/login/logo.jpg) left center no-repeat;
	background-size: auto 90%;
	height: 55px;
}
.h-nav{
	float: right;
	font-size: 0;
	padding-top: 11px;
}
.h-nav a{
	color: #444;
	display: inline-block;
	text-decoration: none;
	font-size: 16px;
	padding: 0 15px;
	margin: auto 5px;
	height: 26px;
	line-height: 26px;
	border: 1px transparent solid;
	border-left-width: 2px;
	border-right-width: 2px;
	border-radius: 20px;
}
.h-nav a:hover, .h-nav a.active{
	border-color: #444;
}
.row-inner{
	background-size: 100%;
}
.foot{
	width: 900px;
	padding: 50px 0;
	margin: auto;
	text-align: center;
	border-top: 1px solid #d5d5d5;
}
.register{
	width: 380px;
	background-color: #fff;
	padding: 40px 80px;
	margin: 30px auto;
	overflow: hidden;
}
.form-group{
	margin-bottom: 20px;
	font-size: 0;
}
.control-label{
	color: #666;
	display: block;
	width: 100px;
	height: 24px;
	line-height: 24px;
	margin-bottom: 10px;
	margin-right: 20px;
	font-size: 16px;
}
.form-control{
	display: block;
	width: 100%;
	height: 43px;
	padding: 0 12px;
	border: 1px solid #ccc;
	border-radius: 3px;
	box-sizing: border-box;
	color: #08273A;
}
.form-control:focus{
	border-color: #398fcb;
	background-color: transparent;
	box-shadow: 0 0 5px #398fcb;
	transition: all .4s;
}
.reg-head{
	height: 50px;
	line-height: 55px;
	margin: -20px -30px 20px -30px;
	font-size: 26px;
	text-align: center;
}
.yzm.form-control{
	width: 250px;
	display: inline-block;
}
.yzm.captcha{
	display: inline-block;
	width: 120px;
	height: 40px;
	line-height: 43px;
	vertical-align: top;
	text-align: center;
	color: #fff;
	font-size: 14px;
	background-color: #4b77be;
	margin-left: 10px;
	overflow: hidden;
	cursor: pointer;
}
.yzm.captcha img{
	width: 100%;
	height: 100%;
}
.btn-login{
	width: 100%;
	height: 50px;
	background-color: #33a4de;
	border: 2px #33a4de solid;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
	position: relative;
	overflow: hidden;
}
.btn-login:before{
	content: "";
	display: block;
	position: absolute;
	bottom: -10px;
	left: -60px;
	width: 50px;
	height: 80px;
	background-color: #fff;
	transform: rotate(20deg);
	pointer-events: none;
	opacity: 0.7;
}
.btn-login:hover:before{
	transition: left .4s;
	left: 110%;
}
.sign-in{
	
}
.sign-in a{
	display: inline-block;
	text-decoration: none;
	height: 24px;
	line-height: 24px;
	color: #33a4de;
}
.item{
	display: none;
}
.remind{
	display: none;
	color: #cc3300;
	font-size: 12px;
	line-height: 24px;
}
@media screen and (max-width: 480px){
	.box{
		width: 100%;
	}
	.item{
		display: block;
		float: right;
		width: 50px;
		height: 50px;
		background: url(../img/login/icon-item.png) center center no-repeat;
	}
	.h-nav{
		position: fixed;
		top: 55px;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: #fff;
		padding: 10px 5px;
		z-index: 99;
	}
	.h-nav a{
		display: block;
		float: left;
		width: calc(50% - 40px);
		height: calc(50vw - 40px);
		line-height: calc(50vw - 40px);
		text-align: center;
		border: none;
		border-radius: 5%;
		font-size: 26px;
		color: #fff;
		margin-bottom: 10px;
	}
	.bg-red{
		background-color: #e7505a;
	}
	.bg-blue{
		background-color: #4b77be;
	}
	.bg-green{
		background-color: #26c281;
	}
	.bg-orange{
		background-color: #f2784b;
	}
	.row-inner{
		height: auto;
		background-size: 100%;
	}
	.h-nav{
		display: none;
	}
	.register{
		width: calc(100% - 60px);
		position: initial;
		border-radius: 0;
		padding: 0;
		margin-top: 20px;
		margin-bottom: 0;
		background-color: transparent;
		box-shadow: none;
	}
	.form-control{
		background-color: transparent;
		font-size: 14px;
		color: #666;
	}
	.form-control:focus{
		box-shadow: none;
		border-bottom-color: #33a4de;
	}
	.yzm.form-control{
		width: calc(100% - 130px);
	}
	.reg-head{
		font-size: 24px;
		background-color: transparent;
		margin: 0;
	}
	.yzm input{
		width: calc(50% - 24px);
	}
	.sign-in{
		position: initial;
		text-align: right;
		padding-bottom: 20px;
	}
	.foot{
		width: calc(100% - 40px);
		padding: 20px;
	}
}
