.findPassCon{
	background-color: #FFFFFF;
}
.oneFindCon{
	width: 1200px;
    margin: 0 auto;
	padding-bottom: 100px;
}
.twoFindCon{
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 100px;
	display: none;
}
.thirdFindCon{
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 100px;
	display: none;
}
.findPassword-header {
    padding-top: 100px;
}
.findPassword-header ul {
    display: flex;
    justify-content: center;
}
.findPassword-header ul li {
    text-align: center;
}
.findpwd-header-line {
    width: 200px;
    border-bottom: 1px solid #555856;
    margin-top: 18px;
}
.findpwd-header-line.active{
	border-bottom: 1px solid #0C80F4;
}
.findpwd-header-ico {
    width: 36px;
    height: 36px;
    border: 1px solid #555856;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.findpwd-header-txt {
    font-size: 14px;
    font-weight: 400;
    color: #1C201E;
    padding-top: 20px;
}
.findpwd-header-ico.active{
	border: 1px solid #0C80F4;
	color: #0C80F4;
}
.findpwd-header-txt.active{
	color: #0C80F4;
}
.findPassword-item {
    padding-top: 60px;
}
.findPassword-title {
    font-size: 20px;
    font-weight: 400;
    color: #17171A;
    text-align: center;
}
.findPassword-desc {
    font-size: 14px;
    font-weight: 400;
    color: #17171A;
    text-align: center;
    padding-top: 30px;
}
.findPassword-email {
    width: 340px;
    margin: 0 auto;
    margin-top: 30px;
}
.errorTextCon{
	width: 340px;
	margin: 0 auto;
	color: #FF4343;
    font-size: 12px;
	min-height: 28px;
	line-height: 28px;
}
.findPassword-relative {
    position: relative;
}
.findPassword-email i.iconfont {
    font-size: 1.2rem;
    position: absolute;
    top: 22px;
    left: 12px;
    transform: translateY(-50%);
}
.findPassword-email input {
    width: 87%;
    background-color: transparent;
    padding-left: 40px;
    height: 42px;
    border-radius: 21px;
    font-size: 14px;
    border: 1px solid #DCDFDE;
}
.findPassword-btn {
    width: 340px;
    height: 42px;
    background: #0C80F4;
    border-radius: 42px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    cursor: pointer;
    margin: 0 auto;
    margin-top: 20px;
}
.findPassword-desc2 {
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    padding-top: 20px;
}
.p-item2-code {
    width: 530px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    padding-top: 30px;
    padding-left: 80px;
}
.p-item2-code input {
    width: 100%;
    border: none;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    letter-spacing: 80px;
}
.p-item2-code-border {
    height: 2px;
    padding: 0rem 4rem 0 4rem;
    display: flex;
    justify-content: space-between;
    width: 500px;
    margin: 0 auto;
}
.p-item2-code-border span {
    border-bottom: 1px solid #A7A7A7;
    height: 1px;
    width: 10%;
}
.resendcode-desc {
    font-size: 14px;
    font-weight: 400;
    color: #7E8680;
    padding-top: 20px;
    text-align: center;
}
.resendcode-desc b {
    color: #0C80F4;
}
.resendcode-btn {
    font-size: 14px;
    font-weight: 400;
    color: #0C80F4;
    padding-top: 20px;
    text-align: center;
    cursor: pointer;
    display: none;
}
.p-item2-contactus {
    font-size: 12px;
    font-weight: 400;
    color: #3E403F;
    text-align: center;
    padding-top: 16px;
}
.p-item2-contactus a {
    font-size: 14px;
    color: #0C80F4;
}
.paTipsCon{
	width: 310px;
    margin: 0 auto;
    min-height: 28px;
    line-height: 28px;
}
.paTipsCon .paTips{
	color: #FF4343;
    font-size: 12px;
}