#retrieve-title{
	display: block;
	font-size: 18px;
	font-weight: bold;
	line-height: 55px;
	padding-top: 25px;
	margin-top: 0;
	margin-bottom: 0;
	border-bottom: solid 1px #ccc;
	color: #666;
}
#retrieve-box{
	position: relative;
	width: 400px;
	height: 420px;
	margin: 0 auto;
	margin-bottom: 100px;
}
#retrieve-step1{
	display: block;
}
#proving{
	position: relative;
}

#proving-input{
	margin-right: 100px;
}

#coding{
	position: relative;
}

#code-input{
	margin-right: 100px;
}

#getCodeBtn{
	position: absolute;
	width: 90px;
	right: 0;
	border-radius: 0;
	background-color: #7E0001;
	color: #fff;
	font-size: 13px;
}
#codeImg{
	position: absolute;
	width: 90px;
	right: 0;
	border-radius: 0;
}

#agree{
	margin-bottom: 0;
	font-size: 12px;
	color: #666;
	font-weight: normal;
}
#agree a{
	color: #666;
}
#step1Btn{
	display: block;
	width: 180px;
	margin: 0 auto;
	margin-top: 30px;
	background-color: #7E0001;
	font-size: 16px;
	color: #fff;
	background: #7E0001 url("../img/global/jiantou1.png") right center no-repeat;
}
#tips{
	position: absolute;
	width: 480px;
	margin-left: -30px;
	margin-top: 40px;
	border: solid 1px #ccc;
	border-radius: 6px;
	text-align: center;
	font-size: 12px;
	color: #999;
	line-height: 25px;
	margin-bottom: 0;
}

.carousel-indicators{
	margin-bottom: 0;
	position: relative;
	bottom: auto;
	top: 0px;
	line-height: 75px;
}
.carousel-indicators li{
	background-color: #7E0001;
	border-color: #7E0001;
	cursor: auto;
}
.carousel-indicators .active{
	background-color: #fff;
	border-color: #7E0001;
}

#retrieve-step2{
	display: none;
}
#step2Btns{
	margin-top: 20px;
	font-size: 16px;
}
#step2Btn{
	margin-right: 5%;
	display: block;
	width: 40%;
	color: #fff;
	background-color: #7E0001;
	background: #7E0001 url("../img/global/jiantou1.png") right center no-repeat;
}
#step2Back{
	margin-left: 5%;
	display: block;
	width: 40%;
	color: #7E0001;
	border: solid 1px #7E0001;
	background: #fff;
}
select.input-lg{
	height: 40px;
	line-height: 40px;
}


#retrieve-step3{
	display: none;
}
#user-name2{
	background: none;
}
#user-name2 .input-group-addon{
	background: none;
}
#user-name2 p{
	height: 40px;
	line-height: 40px;
	margin-bottom: 0;
}
#step3Btn{
	display: block;
	width: 180px;
	margin: 0 auto;
	margin-top: 20px;
	background-color: #7E0001;
	font-size: 16px;
	color: #fff;
	background: #dfb578 url("../img/global/jiantou1.png") right center no-repeat;
}

#retrieve-step4{
	display: none;
	text-align: center;
}
#okIcon{
	width: 75px;
	height: 75px;
}
#okTxt{
	margin-top: 20px;
	font-size: 18px;
	font-weight: bold;
	color: #666;
}

.codeImg{
	position: absolute;
	margin-left: 10px;
	width: 110px;
}


#step4Btn{
	display: block;
	width: 180px;
	margin: 0 auto;
	margin-top: 30px;
	background-color: #7E0001;
	line-height: 40px;
	font-size: 16px;
	color: #fff;
	background: #7E0001 url("../img/global/jiantou1.png") right center no-repeat;
}



@media only screen and (max-width: 768px) {
	.content{
		padding-left: 20px;
		padding-right: 20px;
	}
	#retrieve-box{
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto;
		margin-bottom: 59px;
	}
	#step1Btn{
		width: 100%;
	}
	#tips{
		position: relative;
		margin-top: 59px;
		margin-left: 0px;
		width: 100%;
	}
	.carousel-indicators{
		line-height: 60px;
	}

	#step3Btn{
		width: 100%;
	}

	#step4Btn{
		width: 100%;
	}
	#retrieve-title{
		padding-top: 0;
	}
}









