/***
 * Created by co-lizhongjun001 on 2018/2/7.
 */

.container {
    width: 1000px;
    margin: auto;
    padding: 0;
}

.title {
    margin-bottom: 50px;
    padding: 10px 0;
    font-size: 24px;
    color: #666666;
    border-bottom: solid #CCCCCC 1px;
}

.process img {
    display: block;
    margin: auto;
}

.form-table {
    display: table;
    margin: auto;
    position: relative;
    font-size: 16px;
    color: #4c4c4c;
}

.form-table > div {
    margin-bottom: 20px;
}

.form-table > div > div {
    display: table-cell;
}

.form-label {
    width: 115px;
    text-align: right;
}

.form-field {
    text-indent: 1.5em;
}

.form-field input {
    text-indent: 1em;
}

.form-input {
    border: solid #CCCCCC 1px;
    font-size: 16px;
    text-indent: 2em;
}

.form-input-1 {
    width: 372px;
    height: 45px;
    line-height: 45px;
}

.form-input-2 {
    width: 237px;
    height: 45px;
    line-height: 45px;
}

.form-input-3 {
    width: 149px;
    height: 40px;
    line-height: 40px;
}

.form-input-4 {
    width: 230px;
    height: 40px;
    line-height: 40px;
}

.password-ph {
    width: 230px;
    height: 40px;
    line-height: 40px;
    border: solid #CCCCCC 1px;
    font-size: 16px;
    text-indent: 2em;
}

.validateCode {
    width: 125px;
    height: 45px;
    margin-left: 10px;
    cursor: pointer;
}

.validateCode img {
    width: 100%;
    height: 100%;
}

.flush {
    position: absolute;
    margin-top: 15px;
    right: -55px;
    font-size: 14px;
    color: #333333;
    cursor: pointer;
}

.flush:hover {
    color: #005aff;
}

.next-btn {
    display: block;
    text-align: center;
    margin: 65px auto 90px auto;
}

.next-btn img {
    cursor: pointer;
}

.error-info {
    width: 100%;
    position: absolute;
    text-align: center;
    font-size: 14px;
    color: #ff0000;
}

.phone {
    color: #ff4800;
}

.send-sms {
    width: 125px;
    cursor: pointer;
}

.send-sms img {
    width: 100%;
    height: 40px;
    vertical-align: -14px;
    margin-left: 20px;
}

.resend-countdown {
    width: 125px;
    height: 40px;
    margin-left: 20px;
    background-color: #FFA100;
    font-size: 15px;
    color: #FFFFFF;
    text-align: center;
    line-height: 40px;
}

.form-table .el1:first-child {
    margin-top: 63px;
}

.el2, .el3, .success {
    display: none;
}

.mt51 {
    margin-top: 51px;
}

.mt75 {
    margin-top: 75px;
}

.success {
    margin: 175px auto 208px auto;
    text-align: center;
    font-size: 16px;
    color: #4c4c4c;
}

.url {
    color: #0072ff;
}

.url:hover {
    text-decoration: none;
    color: #0072ff;
}

.prompt {
    width: 475px;
    margin: auto auto 40px auto;
    line-height: 1.8;
    font-size: 12px;
}

.prompt-title {
    font-size: 16px;
    color: #ff4800;
}

.point {
    position: absolute;
    margin: -38px 0 0 -15px;
    font-size: 50px;
    color: #ff4800;
}

/* error modal */
.modal-dialog {
    width: 350px;
    height: auto;
    top: 35%;
    margin: auto;
}

.modal-close {
    position: relative;
    top: 6px;
    left: 91%;
    cursor: pointer;
}

.error-info-modal-body {
    width: 90%;
    height: auto;
    margin: 30px auto 40px auto;
    text-align: center;
    font-size: 16px;
    color: #333;
}

.error-info-modal-footer {
    margin: 15px;
    text-align: center;
    cursor: pointer;
}

/* error modal/ */