/**!
 * [阶段信息]
 * date:2018-07-20
 * author: [xhz];
 */

.main {
	background: url(../images/error-bg.jpg) no-repeat center 0;
}

.see{
	margin-left: 15%;
	padding-top:15px;
	line-height:30px;
}

.header p {
    font-size: 16px;
    color: #666;
    float: right;
    margin-top: 25px;
}

.header p a {
    color: #ff8a00;
}

.title {
	height: 80px;
	line-height: 80px;
	color: #fff;
	font-size: 15px;
}

.title>img {
	float: left;
	margin: 15px 37px 0 40px;
}

h2 {
	margin-top: 30px;
	height: 25px;
	background: #e7f3fb;
	position: relative;
}

h2:after {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 8px;
	height: 25px;
	background: #1ebce7;
}

h2 span {
	float: left;
	background: #fff;
	height: 25px;
	line-height: 25px;
	padding: 0 25px;
	font-size: 19px;
	color: #1ebce7;
}

.notice {
	padding-top: 25px;
	padding-left: 22px;
	line-height: 28px;
}

form>.tl,
form>p {
	margin-left: 85px;
	margin-top: 10px;
	font-size: 15px;
}

form>.tl:after,
form>p:after {
	display: block;
	content: '';
	clear: both;
}

form .name {
	width: 96px;
	height: 36px;
	line-height: 36px;
	float: left;
	text-align: right;
	color: #666;
}

form .name span {
	color: #ff0000;
	margin-right: 2px;
}

form input[type=text] {
	float: left;
	border: 1px solid #e0e0e0;
	height: 36px;
	line-height: 34px;
	padding-left: 10px;
	background: #fff;
	width: 880px;
}

form textarea {
	float: left;
	width: 880px;
	height: 120px;
	background: #fff;
	border: 1px solid #e0e0e0;
	outline: none;
	resize: none;
	padding-left: 5px;
	padding-top: 6px;
}

.upload {
	float: left;
	height: 36px;
	line-height: 36px;
	width: 110px;
	color: #fff;
	font-size: 15px;
	border-radius: 18px;
	text-align: center;
	padding-left: 25px;
	background: #73d5ef url(../images/up-load.png) no-repeat 10px center;
}

.upload+a {
	float: left;
	margin-left: 12px;
	font-size: 14px;
	color: #1ebce7;
	line-height: 36px;
}

.contact {
	padding-left: 1px;
}

.contact>p {
	float: left;
	margin-left: 84px;
	margin-top: 10px;
}

.contact>p input {
	width: 350px;
}

.contact>p input.validate {
	width: 210px;
}

.validateimg {
	float: left;
	width: 141px;
	height: 36px;
	margin-left: -1px;
	cursor: pointer;
}

.buttons {
	text-align: center;
	margin-top: 40px;
	height: 36px;
}

.buttons button {
	height: 36px;
	line-height: 34px;
	width: 120px;
	margin: 0 6px;
	border-radius: 18px;
	transition: all 0.2s;
}

.submit {
	background: #1ebce7;
	color: #fff;
	border: 1px solid transparent;
}

.cancel {
	background: #fff;
	color: #1ebce7;
	border: 1px solid #1ebce7;
}

.buttons button:hover {
	border: 1px solid #73d5ef;
	background: #73d5ef;
	color: #fff;
}

.main {
	min-height: auto;
}

.footer {
	margin-top: 50px;
}

.footer.active {
	width: 100%;
	position: absolute;
	bottom: 0;
}