@charset "utf-8";
/*样式初始化*/
body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,button,textarea,select{margin:0;padding:0}
body{font-size:14px; font-family:微软雅黑; background-color:#fff; color:#4d4d4d;}
em{font-style:normal}
li{list-style:none}
h1, h2, h3, h4, h5, h6{ font-size:100%;font-weight:normal;}
img{border:0;vertical-align:middle}
table{border-collapse:collapse;border-spacing:0}
a{text-decoration:none}
p{word-wrap:break-word}
a:hover {text-decoration:none;}


.big_banner{
	width: 100%;
	height: 750px;
	background: url(../../images/common-header/login_bg.png) no-repeat center;
	background-size: cover;
	border: 1px solid white;
}
.footer_padding{
	width: 100%;
	height: 50px;
	background: #F7FFFF;
	border-bottom: 1px solid #D8ECFF;
}
.login_body{
	width: 320px;
	height: 400px;
	margin: 0 auto;
	margin-top: 80px;
	background: white;
	border-radius: 5px;
	box-shadow: 0px 0px  5px 2px #E0D0D5;
	text-align: center;
}
.login_title{
	width: 100%;
	height: 70px;
	line-height: 70px;
	text-align: center;
	color: #BD1A2D;
	font-weight: 600;
	font-size: 22px;
	border-bottom: 2px solid #BD1A2B;
}
.login_body h4{
	margin-top: 40px;
	font-size: 16px;
}
.login_body p{
	margin-top: 10px;
	font-size: 16px;
}
.login_body .login_btn{
	width: 130px;
	height: 40px;
	margin: 0 auto;
	margin-top: 10px;
	background: #BD1A2B;
	border-radius: 8px;
	cursor: pointer;
}
.login_body .login_btn a{
	color: white;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
}



