.container-fluid {
    width: 1920px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    background-color: #F5F8FA;
    overflow: hidden;
}

body {
    background-color: #F5F8FA;
}

a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
}

input,
button {
    outline: 0;
}

.col-center-block {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.paddingNone {
    padding: 0;
}

/* 定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸 */
::-webkit-scrollbar {
    width: 3px;
    height: 16px;
    background-color: #F5F5F5;
}

/* 定义滚动条轨道 内阴影+圆角 */
::-webkit-scrollbar-track {
    background-color: #F5F5F5;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
}

/* 定义滑块 内阴影+圆角 */
::-webkit-scrollbar-thumb {
    background-color: #555;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
}

.registerSuccessHead {
    height: 176px;
    padding: 69px 360px 0;
    line-height: 20px;
    color: #222;
    font-size: 14px;
}

.registerSuccessHead img {
    width: 128px;
}

.registerSuccessHead a {
    color: #009FEA;
    cursor: pointer;
}

.find {
    padding: 0 360px;
}

.findMain {
    padding: 0;
    background-color: #FFF;
    border-radius: 5px;
}

.findStep {
    margin-bottom: 44px;
    padding: 53px 110px 0;
}

.findStep span {
    color: #666;
    font-size: 20px;
}

.findStep span:last-of-type {
    margin: 0;
}

.findStepImg {
    margin-bottom: 30px;
    padding: 0 120px 0 118px;
}

.findStepBgImg {
    height: 75px;
    padding: 0;
    background-image: url(/deploy/assets/w2.0/img/findPassword.png);
    background-position: 166px 0;
    background-repeat: no-repeat;
    background-size: auto 75px;
}

.findStepImg i {
    display: inline-block;
    position: relative;
    top: -11px;
    width: 52px;
    height: 52px;
    border: 1px solid #CCC;
    background: url(/deploy/assets/w2.0/img/findPasswordBg.png) 0 0 no-repeat;
    background-color: #D0D0D0;
    border-radius: 50%;
}

.findStepImg i:last-of-type {
    display: inline-block;
    position: relative;
    left: -11px;
    top: 0;
    width: 75px;
    height: 75px;
    border: 1px solid #CCC;
	background: none;
    background-color: #FFF;
    border-radius: 50%;
}
.findStepImg i:last-of-type span{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -14.5px;
	margin-left: -14px;
	display: block;
	width: 29px;
	height: 28px;
	background: url(/deploy/assets/w2.0/img/allIconImg.png) -797px -484px no-repeat;
	background-size: 1022px 528px
}

.findContent {
    padding: 0 367px;
}

.iStepActive {
    border: 1px solid #FF385A !important;
    background-color: #FF385A !important;
}

.iStepActiveBgOne {
    background-position: 10px -75px !important;
}

.iStepActiveBgTwo {
    background-position: 10px 4px !important;
}

.iStepActiveBgThree {
    background-position: 11px -118px !important;
}


/* 第一步 */
.findStepOne_name,
.findStepOne_code,
.findStepTwo_name,
.findStepTwo_code {
    height: 46px;
    padding: 0;
}

.findStepTwo_nameTip,
.findStepTwo_codeTip,
.findStepOne_nameTip,
.findStepTwo_piccodeTip,
.findStepOne_codeTip {
    height: 20px;
    padding: 0 0 0 122px;
    line-height: 20px;
    color: #FF385A;
    font-size: 11px;
}

.findStepOne_name label,
.findStepOne_code label,
.findStepTwo_name label,
.findStepTwo_code label {
    padding: 0;
    line-height: 46px;
    color: #333;
    font-size: 16px;
    font-weight: 400;
}

.findStepOne_name input,
.findStepOne_code input,
.findStepTwo_name input,
.findStepTwo_code input {
    height: 46px;
    padding: 0 20px;
    border: 1px solid #D0D0D0;
    background-color: #FFF;
    color: #333;
    font-size: 14px;
    border-radius: 5px;
}

.findStepOne_name input::-webkit-input-placeholder,
.findStepOne_code input::-webkit-input-placeholder,
.findStepTwo_name input::-webkit-input-placeholder,
.findStepTwo_code input::-webkit-input-placeholder {
    color: #CCC;
}

.findStepOne_code span {
    display: inline-block;
    height: 46px;
    background-color: #00A0EA;
    line-height: 46px;
    color: #FFF;
    font-size: 15px;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
}

.findStepOne_code span:hover,
.findStepTwo_code span:hover,
.findStepOne_bth button:hover {
    background-color: #048DCC;
}

.findStepTwo_code button {
    height: 46px;
    border: 0;
    background-color: #009FEA;
    line-height: 46px;
    color: #FFF;
    font-size: 15px;
    text-align: center;
    border-radius: 5px;
}

.findStepOne_bth {
    margin: 20px 0 40px;
    padding: 0;
}

.findStepOne_bth button {
    width: 100%;
    height: 42px;
    border: 0;
    background-color: #009FEA;
    color: #FFF;
    font-size: 18px;
    border-radius: 5px;
}

.findStepFour {
    padding: 0 0 40px;
    text-align: center;
}

.findStepFour i {
	display: inline-block;
	width: 135px;
	height: 135px;
	background: url(/deploy/assets/w2.0/img/allIconImg.png) -666px -281px no-repeat;
	background-size: 1022px 528px
}

.findStepFour p {
    padding: 14px 0 0;
    color: #999;
    font-size: 15px;
}

.findStepFour p span {
    color: #333;
}

.findStepFour p a {
    color: #009FEA;
}

.loginBottom {
    padding: 143px 360px 0;
}

.aLink {
    color: #333;
    font-size: 14px;
}

.aLink p {
    margin-bottom: 12px;
}

.aLink p a {
    padding: 0 7px;
    color: #333;
    text-align: center;
    cursor: pointer;
}

.aLink p a:first-of-type {
    padding-left: 0;
}

.appDowload {
    padding: 40px 0 0;
}

.appDowload>div {
    float: right;
    width: 113px;
    height: 36px;
    margin-left: 10px;
    border: 1px solid #6E7382;
    background-color: #2C2E35;
    color: #E0E0E1;
    font-size: 11px;
    cursor: pointer;
    border-radius: 3px;
}

.wxBg {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: url(/deploy/assets/w2.0/img/loginBg.png) -1px -32px no-repeat;
}

.cBg {
    display: inline-block;
    width: 20px;
    height: 21px;
    margin-right: 18px;
    background: url(/deploy/assets/w2.0/img/loginBg.png) -8px -123px no-repeat;
}

.androidBg {
    display: inline-block;
    width: 20px;
    height: 23px;
    margin: 0 6px 0 10px;
    background: url(/deploy/assets/w2.0/img/loginBg.png) -8px -70px no-repeat;
}

.iosBg {
    display: inline-block;
    width: 20px;
    height: 23px;
    margin: 0 6px 0 10px;
    background: url(/deploy/assets/w2.0/img/loginBg.png) -8px -95px no-repeat;
}

.dowloadInfo {
    display: inline-block;
    width: 62px;
}

.checkBg {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 10px;
    width: 12px;
    height: 12px;
    background: url(/deploy/assets/w2.0/img/loginBg.png) -13px -17px no-repeat;
}