@charset "utf-8";
.body,
.top,
body,
html {
	width: 100%
}

body,
html {
	font-size: 14px;
	background: #FFF
}

.top {
	height: auto;
	-webkit-box-shadow: 0 0 12px rgba(0, 0, 0, .3);
	box-shadow: 0 0 12px rgba(0, 0, 0, .3)
}

.nav_top {
	width: 1280px;
	margin: 0 auto;
	height: 64px
}

#nav_box {
	width: 100%;
	height: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	background: #FFF
}

.nav_top_logo img {
	display: block;
	width: 200px;
	height: 50px;
	margin-top: 20px
}

.logo_tilte {
	float: left;
	padding-top: 18px;
	padding-left: 15px
}

.logo_tilte b {
	line-height: 30px;
	font-size: 20px
}

.logo_tilte em {
	line-height: 28px;
	font-size: 16px
}

#back_home {
	float: right;
	height: 64px;
	line-height: 30px;
	padding-top: 40px;
	cursor: pointer;
	border-bottom: 1px solid transparent;
	overflow: hidden
}

#back_home a {
	margin-left: 15px
}

#back_home a:hover {
	color: #D72323
}

.nav_top img {
	float: left
}

.main {
	width: 1280px;
	height: auto;
	margin: 15px auto;
	-webkit-box-shadow: 0 0 12px rgba(0, 0, 0, .15);
	box-shadow: 0 0 12px rgba(0, 0, 0, .15)
}

.m_line {
	border-bottom: 1px solid #DDD;
	width: 300px;
	margin: -30px auto 0
}

.m_title {
	font-size: 24px;
	text-align: center;
	width: 100%;
	line-height: 100px;
	position: relative
}

.mbody {
	width: 600px;
	margin: 0 auto;
	overflow: hidden;
	height: auto;
	padding: 15px 0
}

.form-group {
	margin-bottom: 20px
}

.form_mark {
	display: block;
	color: #999;
	margin-top: 10px
}

.tipserr .form_mark {
	color: #d72323
}

.select_date {
	margin-right: 5px;
	display: inline-block;
	width: 100px;
	height: 34px;
	padding: 6px 10px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s
}

.select_date:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.Success{
	color: #999!important;
}
.Error{
	color: #d72323!important;
}

