.pass-body {
    background: #f2f2f2;
}
.pass-main {
    padding-top: 65px;
    padding-bottom: 100px;
}
.pass-panel {
    background: #fff;
    border: 1px solid #e8e8e8;
}
.pass-banner {
    line-height: 99px;
    text-align: center;
    border-bottom: 1px solid #e9e9e9;
    font-size: 26px;
    color: #333;
}
.pass-content {
    padding-top: 20px;
    padding-bottom: 80px;
    text-align: center;
}
.pass-bar-step {
    margin-top: 30px;
    margin-bottom: 20px;
    overflow: hidden;
    display: inline-block;
}
.pass-step-bar {
    float: left;
    line-height: 38px;
    overflow: hidden;
}
.pass-step-line {
    background: #b6b6b6;
    height: 4px;
    float: left;
    margin-top: 13px;
    overflow: hidden;
    width: 78px;
}
.pass-step-line.radius-left {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}
.pass-step-line.radius-right {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
.pass-step-num {
    width: 30px;
    height: 30px;
    float: left;
    color: #FFFFFF;
    background: #b6b6b6;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    font-size: 17px;
    font-weight: bold;
}
.pass-step-text {
    color: #b6b6b6;
    text-align: center;
    line-height: 20px;
    margin-top: 35px;
    font-size: 14px;
}
.doing > .pass-step-line,
.doing > .pass-step-num {
    background: #4997ee;
}
.doing > .pass-step-text {
    color: #4997ee;
}
.done > .pass-step-line,
.done > .pass-step-num {
    background: #a0c4ed;
}
.done > .pass-step-text {
    color: #a0c4ed;
}
.pass-contact-tip {
    padding-left: 170px;
    font-size: 12px;
    color: #666;
    padding-top: 10px;
}
.pass-contact-tip > span {
    position: relative;
    top: 6px;
    margin-left: 5px;
}


.pass-form {
    position: relative;
    text-align: left;
    max-width: 590px;
    margin: 0 auto
}
.pass-form-item {
    overflow: hidden;
    margin-top: 17px;
}
.pass-form-item > label {
    float: left;
    margin: 0;
    width: 170px;
    text-align: right;
    padding-right: 10px;
    font-weight: normal;
    line-height: 36px;
    color: #333;
    font-size: 14px;
    display: block;
    height: 36px;
}
.pass-form-item > .input-tip {
    width: 280px;
    float: left;
}
.pass-form-item > .code-tip {
    width: 160px;
}
.pass-form-item .form-control {
    border-radius: 0;
    height: 36px;
}
.pass-msg-btn {
    float: left;
    width: 110px;
    cursor: pointer;
    color: #666666;
    text-align: center;
    margin-left: 10px;
    height: 36px;
    line-height: 34px;
    border: 1px solid #ccc;
    background-color: rgb(248, 248, 248);
    font-size: 13px;
}
.pass-msg-btn:not(.disabled):hover {
    background-color: #f0f0f0;
}
.pass-msg-btn:not(.disabled):active {
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}
.pass-msg-btn.disabled {
    border: 1px solid #DDD;
    text-shadow: 0 1px 1px white;
    color: #CCC;
    background: #eee;
    cursor: default;
}
.pass-next-btn {
    width: 118px;
    margin-top: 8px;
    padding: 7px 0;
}

.pass-word-tip {
    padding-left: 170px;
    padding-top: 10px;
    font-size: 12px;
    color: #888;
}

/*3*/
.pass-success {
    text-align: center;
}
.pass-success-icon {
    background-image: url(/pass/img/success.png);
    width: 75px;
    height: 75px;
    margin: 0 auto;
}
.pass-success-tip1 {
    font-size: 14px;
    font-weight: bold;
    color: #4997ee;
    padding-top: 7px;
}
.pass-success-tip2 {
    font-size: 12px;
    color: #888;
    padding-top: 5px;
}
.pass-success-btn {
    width: 168px;
    padding: 8px 0;
    margin-top: 13px;
}


.jvr-code-content.pass-jvr {
    margin-left: -124px;
    bottom: 100%;
    margin-bottom: -42px;
}

/* .tool-tip-panel.success-tip .tool-tip-arrow {
    border-right-color: #f0f9eb;
}

.tool-tip-panel.success-tip .tool-tip-text {
    background-color: #f0f9eb;
    color: #67c23a;
}

.jvr-code-content .verify-code-tips {
    display: none;
    color: #e4393c;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}

.jvr-code-content .verify-code-tips.show-tips {
    display: block;
} */
