body {
	padding: 0;
	margin: 0;
	font-family: "微软雅黑";
	background: #f9f9f9;
}
ul {
	list-style: none;
}
input {
	width: 200px;
	height: 32px;
	border: 1px solid #ccc;
	border-radius: 4px;
	line-height: 30px;
	outline: 0;
	text-indent: 5px;
}
a {
	text-decoration: none;
}
.top {
	padding: 5px 0;
	background: #fff;
	border-bottom: 1px solid #e0e0e0;
}
.inner {
	width: 1150px;
	margin: auto;
}
.href {
	float: right;
	line-height: 65px;
}
.href a {
	color: #222;
}
.content {
	width: 800px;
	margin: 80px auto;
}
.clearfix:after {
	display: block;
	content: "";
	height: 0;
	clear: both;
}
.nav {
	position: relative;
	left: -23px;
}
.nav li {
	position: relative;
	float: left;
	width: 230px;
	height: 40px;
	margin: 0 23px 0 0;
	background: #cdcdcd;
	color: #fff;
	line-height: 40px;
	text-indent: 30px;
}
.nav li:before {
	position: absolute;
    left: -20px;
    top: 0;
	content: "";
    height: 0px;
    width: 0px;
    border-top: 20px solid #cdcdcd;
    border-bottom: 20px solid #cdcdcd;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    z-index: 0;
}
.nav li:after {
	position: absolute;
    right: -20px;
    top: 0;
	content: "";
    height: 0px;
    width: 0px;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #cdcdcd;
}
.nav li.on {
	background: #ff5e5f;
}
.nav li.on:before {
	border-top: 20px solid #ff5e5f;
    border-bottom: 20px solid #ff5e5f;
}
.nav li.on:after {
	border-left: 20px solid #ff5e5f;
}
.nav li.step-one:before {
    left: 0;
}
.warp {
	width: 755px;
	height: 270px;
	margin: 30px 18px;
	padding: 15px;
	background: #fff;
	border: 1px solid #ddd;
	font-size: 14px;
}
.box {
	display: none;
}
.title {
	border-bottom: 1px solid #ddd;
}
.tip {
	display: inline-block;
	width: 22px;
	height: 22px;
	margin-bottom: 5px;
	margin-left: 10px;
	background: url("../images/find_password/tip.png");
}
.title span {
	color: #626262;
	vertical-align: 10px;
	padding-left: 5px;
}
.pass {
	margin-top: 25px;
	margin-left: 55px;
	position: relative;
}
.item {
	margin: 25px auto;
}
.base {
	display: inline-block;
	width: 90px;
	padding-right: 10px;
	text-align: right;
}
.next {
	padding: 0 25px;
	height: 32px;
	margin-top: 30px;
	margin-left: 105px;
	background: #ff5e5f;
    border: none;
	border-radius: 4px;
	color: #fff;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
}
.next:hover{
	background: #fc7f81;
}
.verify-img {
	width: 80px;
	height: 32px;
	vertical-align: -12px;
}
.change {
	padding-left: 5px;
	font-size: 12px;
	cursor: pointer;
	color: #3088cc;
}
.message-btn {
	height: 32px;
}
.links {
	width: 700px;
	margin: 10px auto;
}
.links li {
	float: left;
	width: 14%;
	text-align: center;
}
.links li a {
	color: #424242;
	font-size: 14px;
}
.copy-right {
	text-align: center;
	font-size: 14px;
	color: #878585;
}
.yes-text {
	color: #2e2e2e;
	vertical-align: 15px;
	padding-left: 15px;
}
.yes-box {
	margin-top: 100px;
	margin-left: 80px;
}
.tips-box {
	position: absolute;
	top: 0;
	left: 320px;
	padding: 10px;
	background: #f9f9f9;
	color: #999;
	font-size: 13px;
}
.tips-ul {
	padding: 0;
	margin: 0;
}
.tips-ul li {
	line-height: 20px;
}