﻿body {
	background: #f3f3f3;
	min-height: 100%;
	height: auto;
	position: relative;
	padding-bottom: 80px;
}
html{
	height: 100%;
}
.header {
    margin-bottom: 16px;
    min-width: 1200px;
    height: 80px;
    background-color: #fff;
}
.header .layui-container {
    padding: 13px 0;
}
.header .header-piece2 {
    margin: 0 auto;
    font-size: 0;
}
.header .header-piece2 h1, .header .header-piece2 .piece-rt {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}
.header .header-piece2 h1 a {
    display: block;
    font-size: 0;
}
.sign_footer{
	background: #f3f3f3;
	padding-bottom: 15px;
	min-width: 1200px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
.sign_footer p{
	text-align: center;
	font-size: 14px;
	color: #808080;
}
.sign_footer a{
	color: #808080;
	font-size: 14px;
}
.sign_footer div{
	text-align: center;
	font-size: 14px;
	color: #808080;
	line-height: 20px;
	margin-top: 14px;
}
.sign_footer div span{
	margin-right: 12px;
}
.sign_form {
    width: 30.33%;
    margin: 0 auto;
}
.sign_form .layui-input-block {
    margin: 0;
}
.sign_form #btnSendCode, .sign_form #reg_btn {
    position: absolute;
    padding: 0;
    right: 0;
    top: 0;
    width: 100px;
    background: none;
    border: 0;
    color: #1569df;
    cursor: pointer;
}
.sign_form .layui-form-item .layui-btn {
    width: 100%;
    height: 40px;
    color: #fff;
    line-height: 40px;
    background: #ee1f26;
}
.password_content .password_form {
    text-align: center;
    padding-top: 55px;
    padding-bottom: 125px;
}
.sign_form div {
    margin-bottom: 20px;
}
.sign_form .first, .sign_form .doble {
    position: relative;
    height: 38px;
}
.password_content .password_form input {
    width: 320px;
    height: 40px;
    border: 1px solid #e5e5e5;
    font-size: 14px;
    color: #999;
    padding: 0 20px;
}
.sign_top_right {
    margin: 17.5px 0;
    display: block;
    cursor: pointer;
}
.sign_top_right span {
    display: block;
    float: left;
    line-height: 21px;
    background: url(../image/region_home.png) no-repeat center left;
    color: #808080;
    padding-left: 20px;
    font-size: 14px;
}
.password_content {
	width:1050px;
	margin:0 auto;
	padding-top:60px;
}
.password_content .password_bg {
	background:#fff;
}
.password_content .paddword_tit {
	font-size:30px;
	color:#000;
	text-align:center;
	padding-top:60px;
	padding-bottom:35px;
}
.password_content .password_nav {
	border-bottom:2px solid #e5e5e5;
	width:690px;
	margin:0 auto;
}
.password_content .password_nav ul {
	font-size:0;
	text-align:center;
}
.password_content .password_nav ul li {
	display:inline-block;
	width:135px;
	color:#555;
	font-size:0;
	position:relative;
	line-height:36px;
	margin:0 10px;
}
.password_content .password_nav ul li em {
	font-size:16px;
	vertical-align:middle;
	padding-left:5px;
}
.password_content .password_nav ul li span {
	background-image:url(../image/password_icon.png);
	background-repeat:no-repeat;
	background-position:center;
	display:inline-block;
	width:21px;
	height:21px;
	color:#fff;
	line-height:21px;
	font-size:12px;
	vertical-align:middle;
}
.password_content .password_nav ul li.active::after {
	content:'';
	display:block;
	width:100%;
	height:2px;
	background:#ee1f26;
	position:absolute;
	bottom:-2px;
}
.password_content .password_nav ul li.active span {
	background-image:url(../image/password_icon_acitve.png);
}
.password_content .password_form {
	text-align:center;
	padding-top:55px;
	padding-bottom:125px;
}
.password_content .password_form li {
	position:relative;
	width:320px;
	margin:0 auto;
	margin-bottom:20px;
}
.password_content .password_form .code {
	position:absolute;
	right:0px;
	top:0;
	font-size:14px;
	color:#1569df;
	line-height:40px;
	cursor:pointer;
	background:none;
	border:none;
	width:100px;
	height:40px;
	padding:0;
	text-align:center;
	line-height:40px;
}
.password_content .password_form input {
	width:320px;
	height:40px;
	border:1px solid #e5e5e5;
	font-size:14px;
	color:#999;
	padding:0 20px;
}
.password_content .password_form .submit {
	width:320px;
	height:40px;
	background:#ee1f26;
	color:#fff;
	border:none;
	cursor:pointer;
	margin-top:20px;
}
.password_content .password_mess {
	font-size:12px;
	color:#999;
}
.password_content .password_mess a {
	color:#ee1f26;
	font-size:12px;
}
.success_mess {
	padding-top:70px;
	padding-bottom:30px;
}
@media screen and (min-width: 1200px){
    .layui-container {
        width: 1200px;
    }
}