.table-box {
    padding: 20px 0;
}
.table-box .cp-table {
    width: 100%;
    border-collapse:collapse;
}
.cp-table tbody td:nth-child(3) {
    text-align: center;
}
.cp-table tr {
    height: 36px;
}
.cp-table td,.cp-table th {
    padding: 0 6px;
}
.cp-table thead {
    font-size: 16px;
}
.select-box {
    position: relative;
}
.select-box a {
    position: relative;
    display: block;
    height: 35px;
    line-height: 35px;
    width: 100%;
}
.select-box a i {
    position: absolute;
    width: 16px;
    height: 9px;
    right: 0;
    top: 13px;
    background: url(../images/arrow-down.png) no-repeat center;
}
.select-box:hover i {
    background-image: url(../images/arrow-up.png)
}
.select-box:hover .select-view {
    display: block;
}
.select-view {
    display: none;
    position: absolute;
    top: 35px;
    left: -7px;
    /* background: #eee; */
    background: #009984;
    border: 1px solid #999;
    z-index: 2;
}
.select-view li {
    padding-left: 6px;
    /* border-top: 1px solid #999; */
}
.select-view li:first-child {
    /* border-top: 0; */
}
.select-view li a {
    width: 160px;
    height: 30px;
    line-height: 30px;
    color: #FFF;
}
.select-view li a:hover {
    color: #bbb;
}
