#register {
    position: relative;
    background-size: 100% 100%;
    padding: 1px;
    overflow: hidden;
}

#register small {
    color: #16a085;
}

#pointer-group {
    position: relative;
    margin: 100px auto;
    width: 60%;
}

#pointer-group > .p1 {
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid #e67e22;
    padding: 10px 0;
    margin-bottom: 10px;
    color: #d35400;
}

#pointer-group > .p2 {
    display: flex;
}

.pointer {
    flex: 1;
    margin-right: 40px;
    border: 1px solid #d35400;
    background-color: rgba(255, 255, 255, 0.6);
    transition: .5s ease;
    color: #d35400;
}

.pointer:last-child {
    margin-right: 0;
}

.pointer > .p1 {
    text-align: center;
    padding: 10px 0 15px;
    font-size: 25px;
}

.pointer > .p2 {
    text-align: center;
    padding: 5px 0 15px;
    font-size: 16px;
}

/* 步骤指示器结束 */
.steps {
    position: relative;
    width: 60%;
    min-height: 100px;
    border: 1px solid #16a085;
    background-color: rgba(255, 255, 255, 0.8);
    margin: auto;
    padding: 30px 10%;
    margin-bottom: 100px;
}

.steps > h2 {
    text-align: center;
    color: #16a085;
    margin-bottom: 50px;
}

.steps .input-group-addon {
    font-weight: 600;
    color: #16a085;
}

.steps textarea {
    height: 150px;
    resize: none;
}

.policy {
    margin: 20px 0;
}

.policy > a {
    position: relative;
    top: -2px;
}

#step4-table table {
    border-right: 1px solid #0f705d;
    border-bottom: 1px solid #0f705d;
    width: 100%;
    margin: 10px 0 30px;
}

#step4-table td {
    border-left: 1px solid #0f705d;
    border-top: 1px solid #0f705d;
    padding-top: 5px;
    padding-bottom: 5px;
}

#step4-table > .page-title blockquote {
    border-left-color: #12836d;
}

#step4-table > .page-title h4 {
    color: #12836d;
}

.step4-tdt {
    padding-left: 10px;
    padding-right: 10px;
    color: #0f705d;
    font-weight: 600;
}

.step4-tdb {
    padding-left: 15px;
    padding-right: 15px;
    color: #0f705d;
}

.step4-tdb:hover {
    color: #07352c;
}

.step4-tdb textarea {
    background-color: rgba(0, 0, 0, 0);
    width: 100%;
    border-color: rgba(0, 0, 0, 0);
}

.step4-tdb > div {
    display: flex;
}

.step4-tdb button {
    flex: none;
    margin-left: 5px;
    opacity: 0;
    transition: .5s ease;
}

.step4-tdb p {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#captcha .refresh {
    display: inline-block;
    margin-left: 3px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-size: 16px;
    color: #16a085;
    transition: .5s ease;
    background-color: rgba(0, 0, 0, 0);
}

#captcha .refresh:hover {
    background-color: #16a085;
    color: #fff;
}

#law > .inner {
    width: 800px;
    padding: 30px 50px;
}

#law .law-body {
    margin: 30px 0;
    border: 1px solid #16a085;
    height: 300px;
    color: #2980b9;
    overflow-y: scroll;
    padding: 10px;
}

#law .law-body > p {
    margin: 10px 0;
}

#error-box > .er {
    position: fixed;
    top: 20%;
    right: 20px;
    color: #fff;
    z-index: 300;
    height: 40px;
    width: 80px;
    line-height: 40px;
    background-color: #e74c3c;
    border: 1px solid #c0392b;
    text-align: center;
    transition: .5s;
    cursor: pointer;
}

#error-box > .er:hover {
    background-color: #fff;
    color: #c0392b;
}

#errors > .inner {
    width: 500px;
    border: 1px solid #c0392b;
    padding: 20px 30px;
}

#errors > .inner h4 {
    color: #c0392b;
}

#errors > .inner blockquote {
    border-color: #c0392b;
}

#errors > .inner > .detail {
    height: 350px;
    background-color: #efefef;
    margin: 20px 0;
    overflow-y: scroll;
    padding: 10px;
    color: #c0392b;
}

#errors .tt {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
}

#errors .ttbox {
    margin-bottom: 10px;
}

#errors .err {
    padding-left: 10px;
}

#step4-modal {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    transition: .5s ease;
}

#step4-modal > .inner {
    position: absolute;
    left: 50%;
    top: 50%;
    padding: 30px;
    transform: translate(-50%);
    background-color: #fff;
    white-space: nowrap;
    width: 500px;
    text-align: center;
    border: 1px solid #000;
    box-shadow: 3px 3px 10px 1px #000;
}