dl, dd {
    margin: 0;
}

#box {
    width: 100%;
    background: #fff;
    font-size: 12px;
    margin: 0 15px 30px 15px;
    border-radius: 0.25rem;
    overflow: hidden;
    box-shadow: rgba(154, 154, 204, 0.22) 0px 1px 2px 1px;
}

#box dl {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px dashed #dadada;
    margin: 0 20px;
}

#box dt {
    float: left;
    color: #8a8a8a;
}

#box dd {
    float: left;
    color: #252525;
    margin: 0 10px;
    cursor: pointer;
}

#box dd.active {
    color: #4755AB;
    font-weight: bold;
}

#box dl.select {
    background: #fff;
    margin: 0;
    padding: 0 20px;
}

#box dl.select dd {
    border: 1px solid #4755AB;
    height: 25px;
    line-height: 25px;
    margin-top: 13px;
    padding: 0 2px 0 10px;
    border-radius: 3px;
    background-color: #fff;
}

#box dl.select dd span {
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    background: #4755AB;
    color: #fff;
    margin-left: 10px;
    cursor: pointer;
    border-radius: 5px;
    font-size: 14px;
}
#box dl:nth-last-of-type(2){
    border: inherit;
}