
.btn-wrap {
    margin: 20px auto;
}
.btn-wrap .btn{
    display: inline-block;
    height: 25px;
    line-height: 25px;
    text-align: center;
    margin-right: 20px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    border: 1px solid #666;
    color: #666;
    padding: 0 15px;
}
.btn-wrap .btn.active {
    color: #fff;
    background-color: #d3ad6f;
    border: 1px solid #d3ad6f;
}

.table {
    width: 100%;
    display: block;
    margin: 0 0 50px 0;
}

.table .up {
    color: #f00;
}
.table .down {
    color: #090;
}
.table .row1 {
    width: 100%;
    line-height: 40px;
    text-align: center;
    /* border: 1px solid #CCCCCC; */
    background-color: #d3ad6f;
    color: #fff;
    /* border-bottom: 1px solid #CCCCCC; */
}
.table .row2 {
    border: 1px solid #ccc;
    border-top: none;
}

.table .td1 {
    text-align: left;
}
.table td {
    line-height: 40px;
    height: 40px;
    padding: 0 20px;
    text-align: center;
}