.quick_sec_table_fw [class^="fast"] {
    width: 18%;
    line-height: 18px;
    margin-bottom: 5px;
}
.quick_sec_table_fw {
    font-size: 0.8rem;
}
.quick_sec_table_fw tr:first-child td{
    position: relative;
    padding-bottom: 5px;
}
.quick_sec_table_fw tr:first-child td:after {
    content: "";
    position: absolute;
    width: 100%;
    border-bottom: 1px dashed #9e9e9e;
    bottom: 0;
    left: 0;
}
td.t label {
    color: #eee;
    display: inline-block;
    line-height: 18px;
    height: auto;
    background-color: #767676;
    padding: 2px 0;
    border-radius: 3px;
    margin: 2px 0;
    border: 0;
}
td.bet-3d-42-fastSelect label {
    padding: 1px 0 1px 2px;
    color: #000;
    background-color: #d4d4d4;
}
td.t input {
    vertical-align: middle;
    margin: 3px;
    -webkit-appearance: auto;
}
/* 组选三 */
table.table_ball {
    background-color: #FFF;
    border-collapse: collapse;
    width: 100%;
}
table.table_ball th {
    border: 1px solid #dfdfdf;
    background-color: #f7f7f7;
    font-size: 14px;
    font-weight: normal;
    padding: 5px 0;
}
table.table_ball th:last-child {
    border-right: 0;
}
table.table_ball .col-3 {
    width: 100%;
    height: 65px;
    line-height: 30px;
    padding-top: 10px;
}
table.table_ball td {
    padding: 0;
    width: calc(100% / 6);
    vertical-align: top;
}
table.table_ball td[class^="betTbody"] .head {
    display: none;
}
table.table_ball .ball-blue {
    width: auto;
    height: auto;
    min-width: 22px;
    min-height: 20px;
    padding: 1px;
    border-radius: 24px;
    font-size: 14px !important;
}
table.table_ball .odds {
    display: block;
    font-size: 14px !important;
}
table.table_ball .check [type="checkbox"] {
    opacity: 0;
    position: absolute;
    bottom: 0;
}

/* 賽馬下注頁 */
div.horseGid {
    text-align: right;
}
div.horseGid select#horseGid {
    margin-right: 5px;
    margin-bottom: 5px;
    width: 50%;
}
table.horsebet_mobile{
    width: 100%;
}
table.horsebet_mobile tbody tr:first-child {
    background: linear-gradient(to right, #b9d7ea 0%,  #e0eef7 100%);
    text-align: center;
    color: #01264c;
    height: 32px;
    line-height: 32px;
    border: 0.5px solid #cccccc;
}
table.horsebet_mobile tbody tr:nth-child(2),
table.horsebet_mobile tbody tr:nth-child(3) {
    line-height: 32px;
}
table.horsebet_mobile tbody tr:first-child th:nth-child(2),
table.horsebet_mobile tbody tr:nth-child(2),
table.horsebet_mobile tbody tr:nth-child(3) {
    border-left: 0.5px solid #cccccc;
}
table.horsebet_mobile tbody th:first-child{
    width: 6%;
}
table.horsebet_mobile tbody th:nth-child(2){
    width: 47%;
}
table.horsebet_mobile tbody th:nth-child(3){
    width: 47%;
}
table.horsebet_mobile tbody td label{
    display: block;
    height: unset;
    line-height: unset;
}
table.horsebet_mobile tbody td label span:first-child{
    display: inline-block;
    width: 20%;
}
table.horsebet_mobile tbody td label span:nth-child(2){
    display: inline-block;
    width: 30%;
}
table.horsebet_mobile tbody td label span.rate{
    color: #ff0000;
}
table.horsebet_mobile tbody td label input{
    width: 44%
}
