
.flex {
    display: -webkit-flex;
    display: flex;
}
.result-box {
    background: #fff;
}
.cominfo {
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #efeff4;
    font-size: 1rem;
    background: #fff;
}

    .cominfo .logo {
        width: 2.5rem;
        height: 2.5rem;
        margin-right: 10px;
        border-radius: 50%;
        background-size: 100%;
    }

    .cominfo .text {
        width: 0;
        flex: 1;
    }

.guide-box {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    padding: 10px;
    border-bottom: 1px solid #efeff4;
    background: #FFF;
}

.result-top {
    position: relative;
    padding: 10px 0;
    font-size: .875rem;
}

    .result-top time {
        position: relative;
        width: 6rem;
        text-align: center;
    }

.last .time {
    color: #ff7f02;
}

.finish .time {
    color: #317ee7;
}

.result-top time:before, .result-top time:after {
    position: absolute;
    right: 1em;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    color: #bebebe;
    content: '';
}

.result-top time:before {
    border-bottom: 6px solid;
    top: 4px;
}

.result-top time.up:before {
    color: #317ee7;
}

.result-top time.down:after {
    color: #317ee7;
}

.result-top time:after {
    border-top: 6px solid;
    bottom: 2px;
}

.result-top span {
    padding-left: 2em;
}

.result-top .service {
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 0 .5em;
    background: rgba(226,237,252,1);
    border: 1px solid rgba(90,160,255,1);
    border-radius: 10px;
    color: #317ee7;
    font-size: .75rem;
    font-weight: bold;
}

.result-success {
    position: relative;
    padding-bottom: 1rem;
}

.result-list li {
    display: -webkit-flex;
    display: flex;
    padding-bottom: 1.5em;
    color: #888;
}

    .result-list li.last {
        color: #ff7f02;
    }

    .result-list li.finish {
        color: #317ee7;
    }

.result-list .time {
    width: 6rem;
    text-align: center;
    font-size: .75rem;
}

.result-list .dot {
    width: 5px;
    height: 5px;
    margin-top: 6px;
    border-radius: 50%;
    background: #888;
    box-shadow: 0 0 0 2px rgba(136,136,136,0.3);
}

.result-list .last .dot {
    width: 9px;
    height: 9px;
    margin-left: -4px;
    -webkit-transform: translate(2px);
    transform: translate(2px);
    background: #ff7f02;
    box-shadow: 0 0 0 2px rgba(255,127,2,0.2);
}

.result-list .finish .dot {
    width: 9px;
    height: 9px;
    margin-left: -4px;
    -webkit-transform: translate(2px);
    transform: translate(2px);
    background: #317ee7;
    box-shadow: 0 0 0 2px rgba(49,126,231,0.2);
}

.result-list .text {
    position: relative;
    flex: 1;
    width: 0;
    padding: 0 1em;
    font-size: .875rem;
}
.result-list .text:before {
        position: absolute;
        left: -3px;
        top: 6px;
        margin-top: 6px;
        bottom: -2em;
        border-left: 1px solid rgba(136,136,136,0.3);
        content: '';
    }

.result-list .last .text:before {
    top: 11px;
}

.result-list li:last-child .text:before {
    display: none;
}

.feedback {
    padding-top: 0.975rem;
    text-align: center;
    color: #bebebe;
    font-size: .8125rem;
}

.result-success .more {
    position: absolute;
    bottom: 2em;
    left: 0;
    width: 100%;
    height: 60%;
    background: -webkit-linear-gradient(top,rgba(255,255,255,0),rgba(255,255,255,1));
}

.redpack {
    width: 2.375rem;
    padding: 0;
}
