/*體預賽事
==============*/
.sport{
    background-position: top center;
    background-repeat: no-repeat;
    min-height: 740px;
    margin-top: -10px;
}
.sport .sport-menu .sport-menu-panel ul li {
    background-color: #282520;
    border-right: 1px solid #97856f;
}
.sport .sport-menu .sport-menu-panel ul li a{
    cursor: pointer;
}
.sport .sport-menu .sport-menu-panel ul li a:hover {
    background: #c8a563;
    color: #fff;
}
.sport .sport-menu .sport-menu-panel ul li a.active {
    background: #c8a563;
    color: #fff;
}