.order-box {
    margin: 0 15px;
    overflow: hidden;
}

.welcome {
    padding: 0 15px;
    font-size: 13px;
    color: #333333;
    height: 44px;
    line-height: 44px;
}

.welcome span {
    color: #3DA4E7;
}

.list-box {
    border-radius:5px;
    overflow: hidden;
    margin-bottom: 15px;
    position: relative;
    padding: 4px 0;
}

.list-box .edit {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 30px;
    display: block;
    overflow: hidden;
}

.list-box .table {
    overflow: hidden;
}
.list-box .table tr {
    vertical-align: top;
    overflow: hidden;
}
.list-box .table th {
    width: 60px;
    font-weight: normal;
    font-size: 14px;
    color: #999999;
    line-height: 24px;
    padding: 3px 0;
}
.list-box .table td {
    padding: 3px 0;
    font-size: 14px;
    color: #333333;
    line-height: 24px;
}
.toOther{
    margin: 20px auto;
    margin-bottom: 30px;
    overflow: hidden;
}

.toOther a {
    color: #3DA4E7;
}