body {
    font-family: '微软雅黑', sans-serif !important;
}

.btn:focus {
    outline: none !important;
}

dl.doing {
    border-top-color: #7abd54 !important;
}

dl.done {
    border-top-color: #caecb6 !important;
}

.done .s-num {
    background-position: -46px 0 !important;
}

.done s {
    background-position: -46px -24px !important;
}

.done b {
    background-position: -51px -24px !important;
}

.step-flex dl {
    float: left;
    position: relative;
    width: 160px;
    top: -5px;
    border-top: 5px solid #ccc;
}

.doing s {
    background-position: -23px -24px !important;
}

.first s {
    background-position: 0 -24px;
    background-color: #fff;
}

.step-flex s {
    left: 0;
}

.doing b, .doing s, .first s, .last b {
    width: 5px;
    height: 5px;
    position: absolute;
    line-height: 0;
    font-size: 0;
    top: -5px;
    background-image: url(/static/common/img/step2013.png);
    overflow: hidden;
}

.step-flex dl {
    float: left;
    position: relative;
    width: 160px;
    top: -5px;
    border-top: 5px solid #ccc;
}

.doing.last s, .doing.normal s {
    background-color: #caecb6;
}

.last b {
    background-position: -5px -24px;
    background-color: #fff;
}

.doing.last b {
    background-position: -28px -24px;
}

.step-flex b {
    right: 0;
}

.btn.next {
    background: #36B7A6;
    color: #FFF;
}

header, .header {
    height: 80px;
    background: #243747;
}

header > img, .header > img {
    max-height: 100%;
    float: left;
}

.successSign {
    background: #99cc66;
    font-size: 4rem;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 0 auto;
    line-height: 80px;
    padding-top: 25px;
}

.successSign .sign-ok {
    width: 35px;
    height: 20px;
    border-left: 3px solid #FFF;
    border-bottom: 3px solid #FFF;
    transform: rotate(-45deg);
    margin: 0 auto;
}

td {
    padding: 10px;
}

.small-hide {
    display: none;
}

.small-wider {
    padding-left: 30%;
    padding-right: 30%;
}

.table-active {
    width: 100%;
}

.small-height {
    height: 100%;
}

@media (min-width: 568px) {
    .small-hide {
        display: block;
    }

    .small-wider {
        padding-left: 10%;
        padding-right: 10%;
    }

    .table-active {
        max-width: 550px;
    }

    .small-height {
        height: calc(100vh - 80px);
    }
}
