.bind {
    padding: 35px 0 50px 0;
    margin: 40px auto 0;
    width: 1100px;
    height: 480px;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    color: #666;
}

.bind .bind-nav {
    width: 300px;
    margin: 10px auto;
}

.bind .bind-nav .bind-avatar {
    padding-left: 70px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.bind .bind-nav .bind-avatar img {
    display: block;
    width: 60px;
    height: 60px;
    float: left;
}

.bind .bind-nav .bind-avatar .bind-info {
    margin-left: 10px;
    font-size: 14px;
    color: #999;
}

.bind .bind-nav .bind-avatar .bind-info .title {
    font-size: 20px;
    font-weight: bold;
    color: #111;
    line-height: 30px;
    margin-bottom: 7px;
}

.bind .bind-content .forget-phone {
    width: 300px;
    margin: 40px auto 0;
}

.bind .bind-content .forget-phone ul li {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 36px;
    margin-bottom: 16px;
    line-height: 36px;
}

.bind .bind-content .forget-phone ul li span.error {
    position: absolute;
    top: 0;
    left: 300px;
    display: block;
    width: 150px;
    color: #f55f57;
    padding-left: 22px;
    margin: 10px 0 10px 10px;
    line-height: 18px;
    transition: All .5s cubic-bezier(.88, .32, .36, 1.58);
    background: url(../../img/passport/reg-icon.png) no-repeat -6px -65px;
}

.bind .bind-content .forget-phone input {
    padding: 7px 10px;
    width: 300px;
    margin: 0;
    line-height: 16px;
    border: 1px solid #e0e0e0;
    color: #666;
    vertical-align: middle;
}

.bind .bind-content .forget-phone .v-code span {
    margin-left: 12px;
    display: inline-block;
    line-height: 32px;
    height: 32px;
    vertical-align: middle;
}

.bind .bind-content .forget-phone .v-code span img {
    height: 100%;
}

.bind .bind-content .forget-phone .v-code .btn {
    margin-left: 12px;
    padding: 7px 21px;
    font-size: 14px;
    color: #007bc7;
    vertical-align: middle;
    border: 1px solid #007bc7;
}

.bind .bind-content .forget-phone .v-code input {
    width: 180px;
}

.bind .bind-content .forget-phone ul li .submit-btn {
    width: 100%;
    height: 100%;
    border-radius: 2px;
    background-color: #007bc7;
    font-size: 14px;
    text-align: center;
    color: #fff;
    border: none;
}

.bind .bind-content .forget-success {
    position: relative;
    margin: 80px auto 0;
}

.bind .bind-content .forget-success .success-icon {
    position: absolute;
    top: -12px;
    left: -48px;
    display: block;
    width: 48px;
    height: 48px;
    background: url(../../img/passport/success.png) no-repeat;
    background-size: contain;
}

.bind .bind-content .forget-success h2 {
    margin-bottom: 40px;
    font-size: 24px;
    color: #333;
}

.bind .bind-content .forget-success p {
    margin-bottom: 35px;
    font-size: 14px;
    color: #999;
}

.bind .bind-content .forget-success button {
    width: 225px;
    height: 36px;
    border-radius: 2px;
    background-color: #007bc7;
    font-size: 14px;
    text-align: center;
    color: #fff;
    border: none;
    cursor: pointer;
}
