#basketball-old a:link {
    font-size: 11px;
    color: #333333;
    text-decoration: none;
}
#basketball-old a:hover {
    color: #c30;
    text-decoration: underline;
}
#basketball-old .hide {
    display: none;
}
/*暗黑模式字体颜色*/

.sotit,
.date-tab a:hover,
A.sb:hover,
a.pk:hover,
.team-table-title,
.team-table-title a,
.team-table-title2,
.fx-title .fx-title-vs,
#basketball-old .team_bf {
    color: #444;
}
body.dark,
.dark a,
.dark .menu2 li a,
.dark .leftnav li a,
.dark .Leaguestitle td a,
.dark .sotit,
.dark .date-tab a:hover,
.dark A.sb:hover,
.dark a.pk:hover,
.dark .team-table-title,
.dark .team-table-title a,
.dark #calendar select,
.dark .team-table-title2,
.dark .fx-title .fx-title-vs,
.dark .r_h21,
#basketball-old .dark .team_bf {
    color: #e5e5e5;
}
/*暗黑模式开关*/

#basketball-old .theme-div {
    margin-top: 6px;
    float: left;
}
#basketball-old .theme-div input {
    display: none;
}
#basketball-old .theme {
    cursor: pointer;
}
#basketball-old .theme .theme-style {
    height: 24px;
    width: 48px;
    background-color: #444;
    border-radius: 20px;
    display: inline-block;
    position: relative;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    float: right;
    vertical-align: middle;
    background-image: url(/images/theme.png);
    background-repeat: no-repeat;
}
#basketball-old .theme .theme-style:before {
    display: block;
    content: "";
    height: 22px;
    position: absolute;
    width: 22px;
    background-color: #fff;
    border-radius: 20px;
    left: 0.1em;
    top: 0.1em;
    background-image: url(/images/light.png);
    background-repeat: no-repeat;
    transition: all 0.3s ease-in-out;
}
#basketball-old .theme > input[type="checkbox"]:checked + .theme-style:before {
    left: 50%;
    background-image: url(/images/dark.png);
    background-repeat: no-repeat;
    background-color: #fff;
}
#basketball-old .theme > input[type="checkbox"]:checked + .theme-style {
    background-color: #000;
}
/*头部右侧分享图标*/

#basketball-old .share {
    display: inline-block;
    width: 22px;
    height: 22px;
    margin: 7px 10px 0 0;
    opacity: 0.4;
    background-size: 22px 22px;
    cursor: pointer;
}
#basketball-old .share:hover {
    opacity: 0.8;
}
#basketball-old .share.facebook {
    background-image: url(/images/FaceBook.png);
}
#basketball-old .share.twitter {
    background-image: url(/images/twitter.png);
}
#basketball-old .share.telegram {
    background-image: url(/images/telegram.png);
}
#basketball-old .share.blogger {
    background-image: url(/images/blogger.png);
}
/*三级菜单*/

#basketball-old .dark .sub_menu a {
    background-color: #444;
    color: #ccc;
}
#basketball-old .dark .sub_menu a:hover {
    background-color: #555;
}
/*底部友链*/

#basketball-old #bottom .menuL {
    width: 1000px;
    margin: 0 auto;
    text-align: center;
    margin-top: 10px;
}
/*语言选择下拉框*/

#basketball-old .Choose-tool .country {
    display: flex;
    flex-direction: row;
    align-items: center;
}
#basketball-old .Choose-tool .ctyicon {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    margin-right: 8px;
    overflow: hidden;
}
#basketball-old .Choose-tool .ctyicon img {
    height: 22px;
}
#basketball-old #chooseBolaWebSite ul li {
    padding: 5px;
}
#basketball-old #chooseBolaWebSite i {
    margin-left: 6px;
}
#basketball-old body {
    font-size: 11px;
    font-family: "Tahoma", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 0;
    margin: 0;
    background-color: #e5e5e5;
    color: #333;
}
#basketball-old img {
    border-width: 0;
}
#basketball-old li {
    vertical-align: bottom;
}
#basketball-old table {
    border-collapse: collapse;
}
#basketball-old table tr td {
    line-height: 22px;
}
#basketball-old table tr th {
    line-height: 18px;
}
select,
table,
#basketball-old td {
    font-size: 11px;
}
#basketball-old ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
div,
h1,
h2,
h3,
h4,
p,
form,
input,
textarea,
img,
#basketball-old span {
    margin: 0;
    padding: 0;
    font-weight: normal;
}
#basketball-old .clear {
    clear: both;
}
#basketball-old .blue {
    color: #0089f1;
}
#basketball-old .red {
    color: #d64444;
}
#basketball-old .left_font {
    text-align: left;
    margin-left: 10px;
}
#basketball-old .dark #detailInfo {
    background-color: #282828;
    color: #e5e5e5;
}
#basketball-old #info {
    width: 1208px;
    margin: 0px auto 10px auto;
    background-color: #fff;
    /*padding: 10px;*/
    border-radius: 4px;
    overflow: hidden;
}
#basketball-old #detailInfo {
    width: 910px;
    margin: 0px auto;
    background-color: #fff;
    padding: 10px;
    border-radius: 4px;
    overflow: hidden;
}
/* 球类导航 */

#basketball-old #newtop {
    width: 1060px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}
#basketball-old #menu {
    padding: 2px;
    position: absolute;
    top: -50px;
    left: 200px;
    z-index: 1;
    margin-left: 10px;
}
#basketball-old #menu li {
    float: left;
    margin-right: 8px;
}
#basketball-old #menu li a {
    display: flex;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    line-height: 35px;
    text-align: center;
    margin-right: 5px;
    padding: 0 10px;
    opacity: 0.75;
    position: relative;
    transition: all 0.2s linear;
}
#basketball-old #menu li a:hover {
    text-decoration: none;
    border-radius: 3px;
    opacity: 1;
}
#basketball-old #menu li a:after {
    content: "";
    position: absolute;
    left: 35px;
    bottom: 0;
    height: 2px;
    border-radius: 100px;
    background: #fff;
    box-shadow: 0 0 0 #ffffff;
    transition: width 0.3s cubic-bezier(0.22, 0.61, 0.36, 1) 0s,
        left 0.3s cubic-bezier(0.22, 0.61, 0.36, 1) 0s,
        box-shadow 1s cubic-bezier(1, 1.39, 1, -1.67) 0s;
    width: 0px;
    overflow: hidden;
}
#basketball-old #menu li:hover {
    box-shadow: 0 0 20px rgba(255, 255, 255, 0);
}
#basketball-old #menu li:hover a:after {
    width: calc(100% - 44px);
    box-shadow: 0 0 20px #ffffff;
}
#basketball-old #menu li .newMark {
    position: absolute;
    right: -12px;
    top: -2px;
    font-size: 12px;
    font-weight: normal;
    background: #f00;
    color: #fff;
    padding: 0 3px 2px 3px;
    border-radius: 2px;
}
#basketball-old #menu .tab_on {
    font-weight: bold;
    opacity: 1;
}
#basketball-old #menu .tab_on:after {
    display: inline-block;
    position: absolute;
    top: 32px;
    border-radius: 20px;
    left: 34px;
    width: calc(100% - 44px);
    width: -webkit-calc(100% - 44px);
    height: 2px;
    content: "";
    background-color: #fff;
}
#menu .tab_on:link,
#basketball-old #menu .tab_on:visited {
    font-weight: bold;
    opacity: 1;
}
#basketball-old #menu a i {
    display: inline-block;
    width: 17px;
    height: 17px;
    margin-top: 10px;
    margin-right: 7px;
    background-size: 100%;
}
#basketball-old .menu-more {
    opacity: 1;
    background-color: #212121;
}
#basketball-old .new_icon {
    color: #fff;
    background: #f44336;
    background-image: none !important;
    height: 15px;
    line-height: 13px;
    margin-left: 5px;
    font-weight: normal;
    border-radius: 10px;
    font-size: 12px;
    font-style: normal;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 4px;
    white-space: nowrap;
}
#basketball-old #ball1 i {
    background-image: url(/images/soccer.png);
    background-size: 100%;
}
#basketball-old #ball2 i {
    background-image: url(/images/basketball.png);
    background-size: 100%;
}
#basketball-old #ball3 i {
    background-image: url(/images/tennis.png);
    background-size: 100%;
}
#basketball-old #ball4 i {
    background-image: url(/images/esports.png);
    background-size: 100%;
}
#basketball-old #ball5 i {
    background-image: url(/images/baseball.png);
    background-size: 100%;
}
#basketball-old #ball6 i {
    background-image: url(/images/cricket.png);
    background-size: 100%;
}
#basketball-old #ball9 i {
    background-image: url(/images/news.png);
    background-size: 100%;
}
#basketball-old #ball10 i {
    background-image: url(/images/duelday.png);
}
#basketball-old #ball11 i {
    background-image: url(/images/api.png);
    background-size: 100%;
}
#basketball-old #balls i {
    background-image: url(/images/more.png);
}
/* 二级导航 */

#basketball-old .menu2 {
    display: flex;
    clear: both;
    height: 35px;
    line-height: 35px;
    border-top: none;
    overflow: hidden;
    border-radius: 3px 3px 0 0;
}
#basketball-old .menu2 li {
    flex: 1;
    position: relative;
}
#basketball-old .menu2 li a {
    display: inline-block;
    line-height: 35px;
    height: 35px;
    float: left;
    font-weight: bold;
    width: 100%;
    text-align: center;
    position: relative;
    transition: all 0.2s linear;
}
#basketball-old .menu2 li:last-child a {
    border-right: 0;
}
#basketball-old .menu2 li a:hover {
    text-decoration: none;
}
#basketball-old .menu2 li .on .badge_fill {
    position: absolute;
    top: 3px;
    right: 3px;
    padding: 0 4px;
}
#basketball-old .menu2 li .on .fav_count {
    position: absolute;
    top: 9px;
    padding: 0 4px;
}
#basketball-old .menu2 li .icon {
    font-size: 16px;
    margin-right: 4px;
    font-weight: normal;
    vertical-align: -1px;
}
#basketball #header-wrapper,
#basketball .oddsHead select,
#basketball #analyMap a,
#basketball-old #basketball .mintopnav li.on a {
    background-color: var(--second-color);
}
#basketball .menu2,
#basketball .mintopnav.v2 li.on a,
.date-table-ul .dateLink-sel,
.date-table-ul .dateLink-sel:hover,
#basketball-old .on-bg-color {
    background-color: var(--primary-color);
}
#basketball .menu2 li .on,
#basketball-old #basketball .menu2 li .on:hover {
    background-color: var(--body-bg);
    color: var(--text-primary);
}
#basketball-old #basketball .menu2 li a {
    border-right: 1px solid var(--black20);
}
#basketball-old #basketball .menu2 li a:hover {
    background-color: var(--black40);
}
#basketball-old #basketball .mintopnav {
    border-bottom: 3px solid var(--primary-color);
}
#basketball-old .badge_fill {
    white-space: nowrap;
    background: #f44336;
    border: solid 1px #f44336 !important;
    color: #fff;
    height: 15px;
    line-height: 13px;
    margin-left: 5px;
    font-weight: normal;
    border-radius: 10px;
    font-size: 12px;
    font-style: normal;
    position: absolute;
    top: 3px;
    right: 3px;
    padding: 0 4px;
}
#basketball-old .fav_count {
    white-space: nowrap;
    background: #f44336;
    border: solid 1px #f44336 !important;
    color: #fff;
    height: 15px;
    line-height: 13px;
    margin-left: 5px;
    font-weight: normal;
    border-radius: 10px;
    font-size: 12px;
    font-style: normal;
    position: absolute;
    top: 9px;
    padding: 0 4px;
}
#basketball-old .fav_count.grayBG {
    background: #999;
    border-color: #999 !important;
}
/* 线框 */

.dark .left_list,
.dark .left_list_on,
.dark .left_list3,
.dark #bottom,
.dark #yearmonthTable1 table td,
#basketball-old .dark .nodataTxt {
    border-color: #444 !important;
}
#basketball-old .dark .da_nav {
    border-color: #282828 !important;
}
#basketball-old .dark .left_list3 li a {
    background-color: #333;
}
.dark .left_list,
#basketball-old .dark .left_list_on {
    border-color: #111 !important;
}
#basketball-old .dark .left_list:hover {
    background-color: #333;
}
.dark .tdlink > tbody > tr > td,
#basketball-old .dark .tdlink > tbody > tr > th {
    border: 1px solid #070f03 !important;
}
#basketball-old .dark .left_list_on {
    background-color: #634930;
}
#basketball-old .dark .search_2 #Text1 {
    border: 1px solid #444;
    color: #fff;
}
/* 暗黑模式 */

body.dark,
#basketball.dark .menu2 li .on,
#basketball-old #basketball.dark .menu2 li .on:hover {
    background-color: #151515;
}
body.dark,
.dark .left_list3 li a,
#basketball-old .dark .da_nav {
    color: #e5e5e5;
}
#basketball.dark .menu2 li .on,
#basketball-old #basketball.dark .menu2 li .on:hover {
    color: var(--text-white);
}
.dark #info,
.dark #team_main,
#basketball-old .dark select {
    background-color: #282828;
    color: #e5e5e5;
}
.dark #basketball-old .left_list3 li .on, .dark #basketball-old .left_list3 li .on:visited {
    background-color: #005030 !important;
}
.dark #i_main,
#basketball-old .dark #bottom {
    background-color: #282828;
}
.dark .da_nav,
.dark .left_list3 li a:hover,
.dark .left_list,
.dark .search_2 #Text1,
.dark .left_list3 li a:before,
.dark .left_list3 li a:after,
#basketball-old .dark .yearSel {
    background-color: #444;
}
.dark .tdlink.sub-head th,
.dark .tdlink th,
.dark .tdlink.sub-head.lea-head th,
#basketball-old .dark .nav_select_right {
    background-color: #333;
    color: #999;
}
.dark .team_bf,
.dark .rs_tit,
.dark #basketball-old .lsm2 {
    color: #fff;
}
body.dark #basketball-old .data-sync #ScoreGroupDiv tr td a{
    color: #005030;
    font-weight: 700;
}
body.dark .data-sync #ScoreGroupDiv tr td a{
    color: white;
}
#basketball-old .dark .sub_menu a {
    background-color: #444;
    color: #ccc;
}
#basketball-old .dark .sub_menu a:hover {
    background-color: #555;
}
#basketball-old .dark .left_list2 {
    background-color: #3c3737;
    color: #ccc;
    border-bottom: 1px solid #444;
}
#basketball-old .dark .player-list {
    color: #ccc;
}
#basketball-old .dark .search_3 {
    float: left;
    width: 138px;
    text-align: center;
    padding-top: 4px;
    background: #282828;
    margin-bottom: 5px;
    padding-bottom: 5px;
}
#basketball-old .dark .search_3 #Text1 {
    border: 1px solid #444;
    color: #fff;
    background-color: #444;
}
#basketball-old .search_3 {
    float: left;
    width: 138px;
    text-align: center;
    padding-top: 4px;
    background: #ffffff;
    margin-bottom: 5px;
    padding-bottom: 5px;
}
.left_listbox,
#basketball-old .left_listbox2 {
    width: 138px;
    background-color: #fbfdff;
    color: #00328f;
    font-size: 12px;
    float: left;
}
.left_listbox a:link,
#basketball-old .left_listbox2 a:link {
    color: #00328f;
}
#basketball-old #left_nav1 {
    padding-left: 10px;
    line-height: 33px;
    font-size: 13px;
    font-weight: bold;
}
#basketball-old .lsm1 {
    cursor: pointer;
    /*background-color: #fdfccc;*/
}
#basketball-old .lsm2 {
    cursor: default;
    color: #666;
    text-decoration: none;
}
#basketball-old .lsm3 {
    border: #ffffff 1px solid;
    cursor: pointer;
    color: var(--text-white);
    padding-top: 3px;
    height: 16px;
    background-color: #f4731f;
}
#basketball-old .lsm11 {
    border-top: #ffffff 1px solid;
    cursor: pointer;
    color: var(--text-white);
    padding-top: 3px;
    border-bottom: #ffffff 1px solid;
    height: 16px;
    background-color: #3067b1;
}
#basketball-old .lsm31 {
    border-top: #ffffff 1px solid;
    cursor: pointer;
    color: var(--text-white);
    padding-top: 3px;
    border-bottom: #ffffff 1px solid;
    height: 16px;
    background-color: #f4731f;
}
#basketball-old .dark .lsm1 {
    background-color: #6c6b2d;
}
#basketball-old #selectName {
    color: #fff !important;
    background-color: #a94445;
}
#basketball-old .tdlink {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    border: 1px solid #8db3c2;
    border-color: #d9d9d9;
}
#basketball-old .tdlink a {
    color: var(--text-primary);
}
#basketball-old .tdlink a:hover {
    color: #15825f;
    text-decoration: underline;
}

.dark #basketball-old .tdlink a:hover {
    color: white;
    text-decoration: underline;
}

.tdlink a:link,
#basketball-old .tlink a:visited {
    color: #2b7fbb;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
#basketball-old .tdlink .otherteam {
    color: #444;
}
#basketball-old .tdlink .otherteam:hover {
    color: #ff9999;
}
#basketball-old .tdlink .teamicon {
    width: 70px;
    height: 70px;
    margin: 6px auto;
    border-radius: 6px;
}
#basketball-old .tdlink .Tname {
    font-size: 14px;
    font-weight: bold;
}
#basketball-old .tdlink .follow_btn {
    font-size: 12px;
    padding: 2px 10px;
    margin: 6px auto;
    width: fit-content;
}
#basketball-old .tdlink td {
    font-size: 11px;
}
.tdlink > tbody > tr > td,
#basketball-old .tdlink > tbody > tr > th {
    border: 1px solid #d2d2d2;
}
#basketball-old .tdlink tr:nth-child(odd) {
    background: #f7f7f7;
}
.dark #basketball-old .tdlink tr:nth-child(odd) {
    background: #282828;
}
#basketball-old .dark .tdlink tr:nth-child(odd) {
    background: #222;
}
.dark .tdlink a:link,
#basketball-old .tlink a:visited {
    color: #c19394;
}
#basketball-old .dark .tdlink .otherteam {
    color: #999;
}
/*社区登陆相关*/

#basketball-old .loginBox {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 2px;
    top: 10px;
}
#basketball-old .loginBox #login_icon a {
    display: block;
}
#basketball-old .loginBox .badge_fill {
    position: absolute;
    bottom: -7px;
    top: unset;
    right: 1px;
}
#basketball-old .loginBox .sign_in_btn {
    position: absolute;
    right: 0;
    width: 90px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    line-height: 34px;
    border: 1px solid #fff;
    border-radius: 3px;
    cursor: pointer;
}
#basketball-old .loginBox .btn {
    padding: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    text-align: center;
}
#basketball-old .loginBox img {
    border-radius: 50%;
    max-width: 100%;
    max-height: 100%;
    cursor: pointer;
}
#basketball-old .member-icon {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 2px;
    top: 10px;
    background: url(/images/user-login.png) no-repeat;
    cursor: pointer;
}
#basketball-old .member-login-icon {
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: block;
}
#basketball-old .member-login-icon img {
    border-radius: 50%;
}
#basketball-old .badge_fill {
    white-space: nowrap;
    background: #f44336;
    border: solid 1px #f44336 !important;
    color: #fff;
    height: 15px;
    line-height: 13px;
    margin-left: 5px;
    font-weight: normal;
    border-radius: 10px;
    font-size: 12px;
    font-style: normal;
    position: absolute;
    top: 3px;
    right: 3px;
    padding: 0 4px;
}
#basketball-old .content {
    width: 100%;
    float: left;
    margin-bottom: 5px;
}
#basketball-old .content .main_title .title_right label {
    margin-left: 4px;
    margin-right: 8px;
}
#basketball-old .content .toolBar select {
    width: 120px;
}
#basketball-old .content .yearBox {
    display: block;
    float: left;
    padding: 2px 5px;
    border: 1px solid #ccc;
    margin-right: 5px;
    margin-top: 3px;
    margin-bottom: 3px;
    font-weight: normal;
    background: #f7edd5;
    color: #333;
}
#basketball-old .info_nav {
    /*border: 1px solid #e5e5e5;*/
}
#basketball-old .info_nav .player-list tr:nth-child(even) {
    background: #f7f7f7;
}
#basketball-old .info_nav .player-list .currPlayer {
    background: #e3f1eb !important;
}
.dark #basketball-old .info_nav .player-list .currPlayer a, .dark #basketball-old .info_nav .player-list .currPlayer td {
    background: #004026 !important;
    font-weight: 500;
}
#basketball-old .info_nav ul {
    margin: 0;
    float: left;
    padding: 0px;
}
#basketball-old .info_nav li {
    float: left;
    width: 138px;
    list-style-type: none;
    background: url(../images/nbaline.gif) no-repeat bottom;
    clear: both;
}
#basketball-old .info_nav li a {
    display: block;
}
#basketball-old .info_nav li span a {
    line-height: 30px;
    padding-left: 19px;
    background: url(../images/liargif.gif) no-repeat 6px 10px;
}
#basketball-old .info_nav li span a:link {
    color: #333333;
}
#basketball-old .info_nav li span a:visited {
    color: #333333;
}
#basketball-old .info_nav li span a:hover {
    color: var(--text-white);
    background-color: #ff6600;
    text-decoration: none;
}
#basketball-old .info_nav li span b {
    font-weight: normal;
    color: blue;
}
#basketball-old .dark .info_nav .player-list tr:nth-child(even) {
    background: #333;
}
#basketball-old .dark .info_nav .player-list .currPlayer {
    background: #5c5617 !important;
}
/*球员页分页按钮*/

#basketball-old .pages {
    float: left;
    width: 100%;
    text-align: center;
    padding: 10px 0;
}
#basketball-old .pages ul {
    width: 35%;
    margin: 0 auto;
    text-align: center;
}
#basketball-old .pages ul::after {
    content: "";
    clear: both;
    display: block;
}
#basketball-old .pages li {
    float: left;
    background: var(--bgcolor-3);
    color: var(--textcolor-2);
    line-height: 26px;
    text-align: center;
    border-radius: 3px;
    margin: 0 2px;
    padding: 0 15px;
    cursor: pointer;
}
#basketball-old .pages li:hover {
    background: var(--bgcolor-4);
}
#basketball-old .pages .pagechose {
    color: var(--textcolor-2);
    background: none !important;
    float: left;
    line-height: 26px;
    margin: 0 5px;
    padding: 0;
}
#basketball-old .pagechose select {
    margin-left: 5px;
    padding: 2px 5px;
}
#basketball-old .pages .pageicon {
    width: 6px;
    height: 6px;
    border-top: 2px solid var(--textcolor-2);
    border-left: 2px solid var(--textcolor-2);
    transform: rotate(-45deg);
    margin: 9px 2px;
}
#basketball-old .pages .pageicon.next {
    transform: rotate(135deg);
}
#basketball-old .othTeam {
    color: var(--textcolor-1) !important;
}
/*----球员页----*/

#basketball-old #i_main {
    float: left;
    /*width: 880px;*/
    width: 990px;
    padding: 10px;
    background-color: #fff;
}
.dark #basketball-old #i_main {
    float: left;
    /*width: 880px;*/
    width: 990px;
    padding: 10px;
    background-color: #fff;
}

#basketball-old #i_main .main_title {
    position: relative;
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    float: left;
    width: 100%;
    background-color: var(--primary-color);
}
#basketball-old .radioDiv {
    text-align: center;
    width: 100%;
    display: block;
    clear: both;
    padding: 5px 0px;
}
#basketball-old .radioDiv input {
    vertical-align: -2px;
}
#basketball-old .currSeasonTab {
    width: 100%;
    border: 1px solid #d2d2d2;
    text-align: center;
}
#basketball-old .currSeasonTab th {
    color: #888;
    font-weight: normal;
    border-right: 1px solid #d2d2d2;
    padding-top: 5px;
}
#basketball-old .currSeasonTab td {
    font-size: 14px;
    font-weight: bold;
    border-right: 1px solid #d2d2d2;
    padding-bottom: 5px;
}
.currSeasonTab th:last-child,
#basketball-old .currSeasonTab td:last-child {
    border: none;
}
.dark .info_nav,
.dark .currSeasonTab,
.dark .currSeasonTab th,
#basketball-old .dark .currSeasonTab td {
    border-color: #444;
}
#basketball-old .nodataTxt {
    font-weight: bold;
    text-align: center;
    margin: 0 0 5px 0 !important;
    padding: 20px 0;
    border: 1px solid #d2d2d2;
}
/*----联赛/杯赛页赔率排序按钮----*/

#basketball-old .sort {
    position: relative;
    width: 10px;
    height: 12px;
    margin-left: 4px;
    display: inline-block;
    vertical-align: -2px;
}
.sort::before,
#basketball-old .sort::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 0;
    height: 0;
    border-bottom: 5px solid #999;
    border-top: 0 none;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    vertical-align: middle;
    transition: all 300ms;
}
#basketball-old .sort::after {
    top: auto;
    bottom: 0;
    transform: rotate(180deg);
}
.sort.up::before,
#basketball-old .sort.down::after {
    border-bottom-color: #ff5106;
}
#basketball-old .sort-on {
    background: rgba(0, 0, 24, 0.06);
}
/*----头部样式----*/

#basketball-old .top-tools-c {
    width: 1060px;
    line-height: 36px;
    height: 36px;
    margin: 0 auto;
    color: #fff;
}
#basketball-old .top-tools-left {
    float: left;
}
#basketball-old .top-tools-right {
    float: right;
    height: 36px;
}
#basketball-old .top-tools-left2 {
    float: left;
    padding-left: 20px;
    cursor: pointer;
    width: 630px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #ffde00;
}
#basketball-old .top-tools-btn {
    display: block;
    padding: 0 10px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    float: left;
    margin: 7px 10px 0 0;
    line-height: 20px;
    border-radius: 3px;
    overflow: hidden;
    cursor: pointer;
}
#basketball-old #top {
    position: relative;
    clear: both;
}
#basketball-old #top p span {
    color: #fff;
    font-weight: bold;
}
#basketball-old #top p a {
    color: #e4f1fc;
}
#basketball-old #top p a:hover {
    color: #fff;
}
#basketball-old #top h1 {
    background: url("/images/logo.png") no-repeat 0 center;
    color: #def0fa;
    font-size: 13px;
    width: 220px;
    height: 36px;
    padding-top: 40px;
    line-height: 36px;
    margin-left: 20px;
}
#basketball-old #top .top {
    width: 1060px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    height: 60px;
}
#basketball-old #top .weblogo {
    height: 32px;
}
#basketball-old #top-tools {
    background-color: #212121;
}
#basketball-old #logoSpan {
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 10px;
}
#basketball-old #logoSpan i {
    display: inline-block;
    border-radius: 2px;
    vertical-align: 17px;
    color: rgba(255, 255, 255, 0.7);
    background: rgba(255, 255, 255, 0.2);
    padding: 0 4px 2px 4px;
    margin-left: 4px;
    font-size: 13px;
    font-style: normal;
    font-weight: bold;
}
#basketball-old .Choose-tool {
    float: left;
    display: inline-block;
    margin-right: 15px;
    position: relative;
    cursor: pointer;
}
#basketball-old .Choose-tool i {
    display: inline-block;
    content: "";
    top: 2px;
    transition: 0.2s;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    margin-left: 4px;
}
#basketball-old .Choose-tool.on i {
    transform: rotate(180deg);
}
#basketball-old .Choose-tool ul {
    padding: 10px;
    background-color: #212121;
    position: absolute;
    left: 0;
    top: 44px;
    z-index: 9999;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    animation: popover 0.2s ease-in-out;
    border-radius: 6px;
    white-space: nowrap;
}
#basketball-old .Choose-tool ul:before {
    border-right: 8px solid transparent;
    position: absolute;
    display: block;
    content: "";
    border-bottom: 8px solid #212121;
    border-left: 8px solid transparent;
    left: 20px;
    top: -8px;
}
#basketball-old .Choose-tool ul li {
    height: 26px;
    line-height: 26px;
    padding: 0 5px;
}
#basketball-old @keyframes popover {
    0% {
        opacity: 0;
        transform: translateY(-60px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
#basketball-old #ddlTimeZone {
    width: 320px;
}
#basketball-old #ddlTimeZone li {
    float: left;
    width: 68px;
    border-radius: 2px;
}
/*----联赛/杯赛各板块通用----*/

#basketball-old .sub_menu {
    overflow: hidden;
    line-height: 32px;
    /*border-bottom: 3px solid var(--primary-color);*/
    margin-bottom: 16px;
}
#basketball-old #qualifyDiv {
    margin-bottom: 14px;
}
#basketball-old .sub_menu a {
    text-decoration: none;
    color: #666;
    display: block;
    float: left;
    text-align: center;
    position: relative;
    margin-right: 2px;
    padding: 0 12px;
    background-color: #e5e5e5;
    cursor: pointer;
}
#basketball-old .sub_menu a:hover {
    background-color: #ddd;
}
#basketball-old .bggrouptit {
    color: var(--white);
}
/* ----404---- */

#basketball-old body #main3 {
    background-color: #fff !important;
}
#basketball-old body.dark #main3 {
    background-color: #282828 !important;
}
#main #min,
#main3,
#teammain,
#basketball-old #info {
    /*padding: 10px;*/
    border-radius: 4px;
}
#basketball-old .mcontent1 {
    width: 1060px;
    /*margin: 10px auto;*/
    min-height: 700px;
}
#basketball-old .nodatapage {
    margin: 50px auto;
    text-align: center;
}
#basketball-old .nodatapage .alogo {
    color: var(--text-primary);
    font-size: 90px;
    font-weight: bold;
}
#basketball-old .nodatapage .explain {
    color: #999;
    font-size: 26px;
    line-height: 30px;
    font-weight: bold;
}
#basketball-old .nodatapage .proposal {
    color: #999;
    font-size: 14px;
    line-height: 30px;
    margin-top: 40px;
}
#basketball-old .nodatapage .backbtn {
    background: var(--second-color);
    color: #fff;
    width: 20%;
    padding: 0 10px;
    margin: 0 auto;
    border-radius: 4px;
    display: block;
}
#basketball-old .nodatapage .iconsbtn {
    margin: 30px 0;
}
.nodatapage .iconsbtn a,
#basketball-old .dark .nodatapage .iconsbtn a {
    color: #999;
    min-width: 60px;
    display: inline-block;
    margin: 0 10px;
}
#basketball-old .nodatapage span {
    display: block;
    margin: 0 auto;
}
#basketball-old .nodatapage .ndpicon {
    background: #f5f5f5;
    width: 30px;
    height: 30px;
    padding: 10px;
    border-radius: 50%;
}
#basketball-old .DataTips {
    text-align: center;
    color: #999;
    font-weight: bold;
    padding-top: 260px;
    line-height: 24px;
    font-size: 22px;
    min-height: 380px;
    background: url(/images/nomatch.png) no-repeat center 40px;
}
#basketball-old .dark .DataTips {
    background: url(/images/nomatch_dark.png) no-repeat center 40px;
}
#basketball-old .dark .nodatapage .ndpicon {
    background: #353535;
}
/*面包屑*/

#basketball-old .crumbs {
    width: 1060px;
    color: #999;
    font-size: 12px;
    line-height: 20px;
    margin: 5px auto;
    display: flex;
    align-items: center;
}
#basketball-old .crumbs a.off {
    color: var(--text-primary);
    font-weight: 600;
    margin: 0 5px;
    flex: 0 0 auto;
}
#basketball-old .crumbs h1 {
    flex: 1;
    font-size: 12px;
    font-weight: 600;
    margin: 0 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
}
/* 资料库-收藏按钮 */

#basketball-old .info_title_left {
    width: 85%;
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    float: left;
}
#basketball-old .info_title_left .img {
    float: left;
    width: 60px;
    height: 60px;
    margin-right: 10px;
}
#basketball-old .info_title_left .img img {
    width: 60px;
    height: inherit;
}
#basketball-old .info_title_left .btn {
    margin-left: 10px;
    height: 20px;
    line-height: 20px;
}
#basketball-old .info_title_left .selectbox select {
    padding: 4px;
    margin-top: 8px;
    border: 1px solid var(--border-4);
    border-radius: 2px;

    background-color: #e5e5e5;
    border: none;
    padding: 6px 10px 6px 10px;
    cursor: pointer;
    height: 100%;
    border: 1px solid #bbbbbb;
    border-radius: 60px;
    width: 13%;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #414141;
    font-size: 12px;
    font-weight: 500;
    outline: none;
}

.dark #basketball-old .info_title_left .selectbox select {
    background-color: #030405;
    border: 1px solid #0c1e03;
    color: #d4d4d4;
}

#basketball-old #i_main #InfoTitle {
    margin-bottom: 16px;
}

#InfoTitle .info_title_left .selectbox {
    margin-top: -6px;
}

#basketball-old .info_title_left .selectbox select#dropTeam {
    width: 15%;
}

#basketball-old .info_title_left .selectbox select#dropGuestTeam {
    width: 15%;
}

#basketball-old .follow_btn {
    background: var(--bgcolor-2);
    color: var(--textcolor-2);
    font-size: 14px;
    text-align: center;
    padding: 5px 12px;
    border: 1px solid var(--gray50);
    border-radius: 20px;
    cursor: pointer;
}

#basketball-old .follow_btn .icon {
    color: var(--textcolor-2) !important;
    font-size: 14px;
    margin-left: 5px;
    vertical-align: 0;
}
#basketball-old .follow_btn.on {
    background: rgba(255, 153, 0, 0.1);
    color: #f90;
    border-color: #f90;
}
#basketball-old .follow_btn.on .icon {
    color: #f90 !important;
}
#basketball-old .team-head .follow_btn {
    font-size: 12px;
    padding: 2px 10px;
    margin: 6px auto;
    width: fit-content;
}
#basketball-old .yearSel {
    background-color: #e5e5e5;
}
.dark #basketball-old .yearSel {
    background-color: transparent;
}
#basketball-old .monthSel {
    background-color: #fdf2cc;
    font-weight: 600;
}
#basketball-old .dark .monthSel {
    background-color: #634930;
    color: #fff !important;
}
/* 资料库左侧导航栏 */

#basketball-old #left {
    width: 148px;
    margin-right: 10px;
    float: left;
}
#basketball-old #i_left2 {
    overflow: hidden;
    float: left;
}
#basketball-old #i_right {
    float: right;
    width: 140px;
}

#basketball-old #i_main .league a.on {
    /*width: 36px;*/
    margin-right: 6px;
    background-color: rgb(0, 64, 38);
    color: #fff;
    margin-left: 0px;
}

.league a.on,
#basketball-old .cup a.on {
    background-color: var(--primary-color);
    color: var(--text-white);
}
#basketball-old .left_list {
    background-color: #f9f9f9;
}
#basketball-old .left_list img {
    display: none;
}
#basketball-old .left_list:hover {
    background-color: #efefef;
}
#basketball-old .left_list:after {
    width: 2px;
    height: 10px;
    content: "";
    display: inline-block;
    position: absolute;
    background-color: #999;
    left: 10px;
    top: 10px;
}
#basketball-old .left_list_on {
    background-color: #fdf2cc;
    font-weight: bold;
    border-bottom: 1px solid #e4d8ad;
}
.left_list,
#basketball-old .left_list_on {
    padding-left: 22px;
    line-height: 30px;
    border-bottom: 1px solid #e5e5e5;
    cursor: pointer;
    position: relative;
}
.left_list:before,
#basketball-old .left_list_on:before {
    width: 10px;
    height: 2px;
    content: "";
    display: inline-block;
    position: absolute;
    background-color: #999;
    left: 6px;
    top: 14px;
}
#basketball-old .left_list2 {
    background-color: #f1f1f1;
    color: #666;
    border-bottom: 1px solid #e5e5e5;
    padding-left: 10px;
    font-weight: bold;
    height: 19px;
    padding-top: 6px;
}
.dark #basketball-old #info #i_left2 .left_list2 {
    background: transparent;
    border: 0;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #070f03;
    width: calc(100% - 20px);
    padding: 10.5px 10px;
    position: relative;
    cursor: pointer;
}
.dark #basketball-old .left_list2 {
    background-color: #282828;
    color: #fff;
    font-size: 14px;
}
.dark #basketball-old .player-list, .dark #basketball-old  .player-list td, .dark #basketball-old  .player-list a  {
    background-color: #282828;
    color: #fff;
    font-size: 13px;
}
.dark #basketball-old #i_main {
    padding: 0;
    width: 1010px;
}
body.dark #basketball-old  #info #i_left2 table tr.currPlayer td a {
    background-color: #004026;
}
.dark #basketball-player #basketball-old #i_main {
    width: 1010px;
}
#basketball-old .left_list2 a:hover {
    color: #00328f;
}
.left_list2 a:link,
#basketball-old .left_list2 a:visited {
    color: #00328f;
}
#basketball-old .left_list3 {
    background-color: #fff;
    clear: both;
    border-bottom: 1px solid #e5e5e5;
}
#basketball-old .left_list3 li a {
    display: block;
    text-align: left;
    padding-left: 22px;
    color: #666;
    line-height: 26px;
    clear: both;
    position: relative;
    background-color: #f7f7f7;
}
.dark #basketball-old .left_list3 li a {
    background-color: transparent;
    color: #e5e5e5;
}
#basketball-old .left_list3 li a:before {
    display: inline-block;
    content: "";
    width: 1px;
    height: 26px;
    background-color: #e5e5e5;
    overflow: hidden;
    position: absolute;
    left: 10px;
}
#basketball-old .left_list3 li a:after {
    display: inline-block;
    content: "";
    background-color: #ccc;
    height: 1px;
    width: 6px;
    left: 11px;
    position: absolute;
    top: 12px;
}
#basketball-old .left_list3 li a:hover {
    background-color: #f2f2f2;
}
.left_list3 li .on,
#basketball-old .left_list3 li .on:visited {
    color: #f60;
    font-weight: bold;
}
#basketball-old #left_bottom {
    width: 150px;
    height: 5px;
    float: left;
    line-height: 0px;
    overflow: hidden;
    background: #528bcb;
}
#basketball-old #new_date_me {
    /*background-color: #FFF;*/
}
#basketball-old .da_nav {
    background-color: #e5e5e5;
    cursor: pointer;
    line-height: 30px;
    color: #444;
    clear: both;
    padding-left: 20px;
    font-weight: bold;
    border-bottom: 1px solid #d2d2d2;
    position: relative;
}
.da_nav_on:before,
#basketball-old .da_nav:before {
    width: 0;
    height: 0;
    content: "";
    margin-right: 5px;
    display: inline-block;
    border: 4px solid transparent;
    position: absolute;
}
#basketball-old .da_nav:before {
    border-top-color: #999;
    transform: rotate(-90deg);
    top: 11px;
    left: 8px;
}
#basketball-old .da_nav_on {
    cursor: pointer;
    line-height: 30px;
    color: #fff;
    clear: both;
    padding-left: 20px;
    font-weight: bold;
    background-color: var(--primary-color);
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: -1px;
    position: relative;
}
#basketball-old .da_nav_on:before {
    border-top-color: #fff;
    top: 13px;
    left: 6px;
}
#basketball-old .cupmatch_rw1 {
    background: #eff4fa;
    line-height: 24px;
    border: 1px solid #8db3c2;
    color: #333;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
}
#basketball-old .cupmatch_rw2 {
    background: #f0f0f0;
    line-height: 24px;
    border: 1px solid #e5e5e5;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
}
#basketball-old .cupmatch_rw2:hover {
    color: #f00;
    cursor: pointer;
    background: #eff4fa;
}
#basketball-old .dark .cupmatch_rw2 {
    background: #333;
    border: 1px solid #444;
}
.dark .cupmatch_rw2:hover,
#basketball-old .dark .cupmatch_rw1 {
    background: #222;
    border: 1px solid #444;
    color: #e5e5e5;
}
#basketball-old .blue-t td {
    background-color: #eaf1f9;
}
#basketball-old .red-t td {
    background-color: #f1eae5;
}
#basketball-old .dark .blue-t td {
    background-color: #293038;
}
#basketball-old .dark .red-t td {
    background-color: #312e2c;
}
#basketball-old .info_title {
    overflow: hidden;
    /*margin: 0 0 15px 0;*/
}
#basketball-old .info_title_right {
    float: right;
    margin-top: 10px;
}
#basketball-old .info_title_right select {
    padding: 3px 4px;
    border: 1px solid #d2d2d2;
}
#basketball-old .dark .info_title_right select {
    border: 1px solid #555;
}
#basketball-old .data {
    float: left;
    width: 100%;
}
#basketball-old .data1 {
    float: left;
    width: 630px;
    text-align: center;
}
#basketball-old .data1 td {
    font-size: 11px;
}
#basketball-old .tdsolid {
    margin-top: 6px;
    line-height: 130%;
}
#basketball-old .etime {
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
/*搜索*/

#basketball-old .search_div {
    margin-top: 10px;
    padding-bottom: 10px;
    overflow: hidden;
}
#basketball-old .search_title {
    height: 15px;
    font-weight: bold;
    text-align: center;
}
#basketball-old .search_2 {
    float: left;
    text-align: center;
    padding-top: 4px;
}
#basketball-old .search_2 #Text1 {
    padding: 4px;
    width: 90%;
    margin-bottom: 4px;
}
#basketball-old .search_3 #Text1 {
    width: 132px;
    margin-bottom: 4px;
}
#basketball-old .search_input {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    width: 100px;
    height: 23px;
    margin-top: 3px;
    background-color: var(--primary-color);
    border: 0;
}
#basketball-old #selectTeam {
    width: 150px;
    margin-top: 8px;
    background-color: #e5e5e5;
    padding: 6px 10px 6px 10px;
    cursor: pointer;
    height: 100%;
    border: 1px solid #bbbbbb;
    border-radius: 60px;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #414141;
    font-size: 12px;
    font-weight: 500;
    outline: none;
    margin-bottom: 10px;
}

.dark #basketball-old #selectTeam {
    background-color: #030405;
    border: 1px solid #0c1e03;
    color: #d4d4d4;
}

/*让球盘路统计榜*/

#basketball-old .nav_select {
    background-color: var(--primary-color);
    overflow: hidden;
}
#basketball-old .nav_select li {
    display: inline-block;
    padding: 0 10px;
    float: left;
    /*margin: 5px 3px;*/
    line-height: 24px;
    color: #fff;
    cursor: pointer;
    opacity: 0.7;
}
#basketball-old .nav_select .nav_unselected {
    color: #333;
}
#basketball-old .nav_select li:first-child {
    /*margin-left: 10px;*/
}
#basketball-old .nav_select li.nav_selected {
    /*margin-left: 10px;*/
    border-bottom: none !important;
    font-weight: normal;
}
#basketball-old .nav_select .nav_selected {
    background-color: var(--second-color);
    border-radius: 4px;
    opacity: 1;
}
#basketball-old .nav_select .dropDiv {
    float: right;
    opacity: 1;
}
#basketball-old .nav_select ul.menuUl {
    background-color: #528bcb;
    display: block;
    overflow: hidden;
    float: left;
    width: 100%;
    height: 37px;
}
#basketball-old .nav_select ul li {
    margin-right: 2px;
}
.dark #basketball-old .sub_menu a {
    border-radius: 4px;
    /*margin: 0px 6px;*/
    background: #00100a;
    color: white;
}
.dark #basketball-old .sub_menu .on {
    background: #004026;
    color: white;
}

#basketball-old .sub_menu a {
    border-radius: 4px;
    margin-right: 6px;
    background: #EEEEEE;
}

#basketball-old .nav_select ul.menuUl li {
    line-height: 26px;
    height: 26px;
    margin: 5px;
    cursor: pointer;
    display: block;
}
#basketball-old .nav_select_right {
    background-color: #e5e5e5;
    overflow: hidden;
}
#basketball-old .nav_select_right select {
    margin: 5px 10px;
    padding: 2px;
}
#basketball-old .nav_unselected {
    text-decoration: none;
    border-radius: 4px;
    background: #eeeeee;
    color: #666;
}
#basketball-old .main_title {
    position: relative;
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
    color: var(--text-white);
    text-align: center;
    float: left;
    width: 100%;
    background-color: var(--primary-color);
}
#basketball-old .main_title .title_left {
    padding: 0px;
    position: absolute;
    left: 2px;
    top: 3px;
}
#basketball-old .main_title .title_left select {
    margin: 0px;
    padding: 0px;
}
#basketball-old .main_title .title_right {
    padding: 0px;
    position: absolute;
    top: 0px;
    right: 2px;
}
#basketball-old .main_title .title_right .btn {
    display: block;
    float: left;
    padding: 0 5px;
    margin-right: 5px;
    line-height: 21px;
    margin-top: 2px;
    cursor: pointer;
}
#basketball-old .main_title .title_right .on {
    background: #f63;
    display: block;
    float: left;
    padding: 0 5px;
    margin-right: 5px;
    color: #fff;
    line-height: 21px;
}
#basketball-old div.btn {
    background: #2359a1;
    color: #fff;
    text-decoration: none;
    border-style: none;
    cursor: pointer;
    display: block;
    padding: 3px 15px;
    clear: none;
    float: none;
    margin: 10px auto;
    width: 40%;
}
/*新版添加样式*/

#basketball-old #header-wrapper {
    background-color: var(--second-color);
}
#basketball-old #main {
    width: 100%;
    margin: 0;
    padding: 0;
}
#header-wrapper,
#basketball-old #bottom {
    min-width: 1060px;
}
#basketball-old .divtitle {
    background-color: var(--goalbg);
    width: 200px;
    line-height: 25px;
    height: 25px;
    font-weight: bold;
}
#basketball-old .hight-bg1 {
    background-color: #fffcda;
}
.hight-bg2,
#basketball-old .alert_td {
    background-color: #fbf7f4;
}
.hight-bg3,
#basketball-old .alert_td2 {
    background-color: #f3e8e0;
}
.dark #basketball-old .hight-bg1 {
    background-color: #3e3905;
}
.dark .hight-bg2,
.dark #basketball-old .alert_td {
    background-color: #383431;
}
.dark .hight-bg3,
.dark #basketball-old .alert_td2 {
    background-color: #4a433e;
}
#basketball-old .user_list a {
    display: block;
    clear: both;
    line-height: 30px;
    padding-left: 10px;
    border-bottom: 1px solid #e5e5e5;
}
#basketball-old .user_list a:hover {
    text-decoration: none;
}
#basketball-old #yearmonthTable1 table td {
    border: 1px solid #d2d2d2;
}
#basketball-old #lastUpdateTime {
    line-height: 20px;
    text-align: right;
    padding-top: 10px;
}
/* bottom */

#basketball-old #bottom {
    clear: both;
    width: 100%;
    text-align: center;
    padding: 15px 0;
    background-color: #555;
    color: #999;
    border-top: #e5e5e5 1px solid;
    line-height: 25px;
    margin: 0px auto;
}
#basketball-old #bottom a {
    color: #e5e5e5;
}
#basketball-old #bottom .f_menu {
    width: 1000px;
    margin: 0 auto;
    text-align: center;
    margin-top: 10px;
}
#basketball-old #bottom .f_menu li {
    display: inline;
    padding: 0 10px;
}
#basketball-old .menuL {
    font-weight: bold;
}
#basketball-old .menuL .flink {
    border-left: none;
}
#basketball-old .network a {
    display: inline-block;
    padding: 5px 8px;
    margin-right: 10px;
}
.network a:hover,
#basketball-old #bottom .webid a:hover {
    background-color: #3e3e3e;
    text-decoration: none;
    border-radius: 3px;
}
#basketball-old .network img {
    vertical-align: -6px;
    margin-right: 6px;
    width: 25px;
    height: auto;
}
#basketball-old .webid {
    text-align: center;
    margin-bottom: 10px;
}
#basketball-old .webid .li {
    border-right: 1px solid #888;
    margin: 0 10px;
    display: inline-block;
    height: 12px;
}
#basketball-old .webid .site {
    color: #d0d0d0;
    font-size: 14px;
    margin: 0 5px 0 20px;
}
#basketball-old #bottom .webid a {
    display: inline-block;
    padding: 0 10px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    font-family: Gotham, Helvetica Neue, Helvetica, Arial, " sans-serif";
}
#basketball-old #bottom .webid a i {
    color: #f60;
    font-style: normal;
}
#basketball-old #bottom .webid .mobile-version {
    background: url("/Images/phone.svg") no-repeat;
    background-position-y: 2px;
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;
    width: 148px;
}
/* 灰色背景 */

.menu2 li .on,
.menu2 li .on:hover,
.date-tab,
.oodstable-t,
.date-table th,
.d_out,
.gray-bg2,
.fx-tb-a li .fx-td-data,
.fx-line,
.mintopnav a,
.date-table-ul td a,
.lo-f2,
.fx-tb-b h4,
.fx-tab span,
.oddsCaption,
.home-div a span,
#basketball-old .guest-div a span {
    background-color: #e5e5e5;
}
.dark .date-tab,
.dark .oodstable-t,
.dark .date-table th,
.dark .gray-bg2,
.dark .fx-tb-a li .fx-td-data,
.dark .fx-line,
.dark .mintopnav a,
.dark .date-table-ul td a,
.dark .lo-f2,
.dark .fx-tab span,
.dark .oddsCaption,
.dark .home-div a span,
#basketball-old .dark .guest-div a span {
    background-color: #444;
}
#basketball-old .mintopnav {
    overflow: hidden;
    text-align: center;
    border-bottom: 3px solid var(--primary-color);
}
#basketball-old .mintopnav a {
    display: inline-block;
    text-align: center;
    padding: 0 20px;
    line-height: 24px;
    border-radius: 2px 2px 0 0;
}
#basketball-old .mintopnav a:hover {
    text-decoration: none;
}
#basketball-old .mintopnav.v2 li {
    display: inline-block;
    margin: 0 -1px;
}
#basketball-old .mintopnav.v2 li a {
    text-align: center;
    float: none;
    line-height: 30px;
}
.mintopnav.v2 li.on a,
#basketball-old .mintopnav li.on a {
    color: #fff;
    line-height: 30px;
    border-radius: 2px 2px 0 0;
}
.dark .mintopnav a,
#basketball-old .mintopnav li .mspan {
    background-color: #6b6b6b;
}
#basketball-old .sclassLink {
    font-size: 14px;
    cursor: pointer;
    font-weight: bold;
}
/* 红 */

.red,
.lo-f2,
.fbheader .row .LName,
.fbheader .row .LName a,
.fbheader .row .end .score,
.sclassLink,
#basketball-old .zbf {
    color: #da2727 !important;
}
.dark .red,
.dark .lo-f2,
.dark .fbheader .row .LName,
.dark .fbheader .row .LName a,
.dark .fbheader .row .end .score,
.dark .sclassLink,
#basketball-old .dark .zbf {
    color: #de5b5c !important;
}
/* 蓝 */

.blue,
.blue2,
#basketball-old .gocheck A:link {
    color: #222;
}
/* 绿 */

#basketball-old .green {
    color: #11aa11;
}
/* 文字白色 */

.f-white,
.menu2 li a,
#basketball-old .on-bg-color {
    color: #fff;
}
/* 盘路颜色样式 */

.o-lose,
.o-win,
#basketball-old .o-draw {
    color: #fff;
    font-weight: bold;
    border-radius: 2px;
    width: 17px;
    display: inline-block;
    text-transform: uppercase;
    line-height: 16px;
    text-align: center;
}
#basketball-old .o-lose {
    background-color: #d64444;
}
#basketball-old .o-win {
    background-color: #71ab49;
}
#basketball-old .o-draw {
    background-color: #f09b57;
}
#basketball-old .win-f {
    color: #60b723;
}
#basketball-old .lose-f {
    color: #ee6435;
}
#basketball-old .draw-f {
    color: #f09b57;
}
#basketball-old .over-f {
    color: #60b723;
}
#basketball-old .under-f {
    color: #ee6435;
}
/* 提示框 */

#basketball-old #subSpnLoading {
    width: 800px !important;
    margin: 0 0 0 20px !important;
}
#basketball-old .dark #subSpnLoading {
    background-color: #222 !important;
    border: 2px solid #444 !important;
}
#basketball-old #topAdDiv {
    width: 1060px;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 5px;
}
#basketball-old #topAdDiv a ~ a {
    margin-left: 5px;
}
#basketball-old .uyds td {
    font-weight: bold;
    text-align: center;
    font-size: 14px;
}
#basketball-old .t_bf {
    color: #333;
    border-collapse: separate;
}
#basketball-old .t_bf td {
    text-align: center;
    color: #fff;
}
#basketball-old .zbf {
    color: red;
    font-weight: bold;
    font-size: 15px;
}
#basketball-old .o_team {
    font-size: 14px;
    font-weight: bold;
}
/*联赛积分排行榜*/

#basketball-old .rank-remark {
    text-align: center;
    font-size: 13px;
    height: 22px;
    line-height: 22px;
}
#basketball-old .rank-remark .block {
    position: relative;
    display: inline-block;
    border-radius: 4px;
    margin: 0 4px 0 20px;
    width: 13px;
    height: 13px;
    top: 1px;
}
#basketball-old .rules-tit {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--white);
    font-weight: bold;
    height: 21px;
}
/* 球队信息板块 */

#basketball-old .team-head.tdlink tr:nth-child(odd) {
    background: transparent;
}

#basketball-old .team-head .content-bg {
    background-color: var(--bgcolor-1);
}

#basketball-old .team-head .title-bg {
    background-color: var(--bgcolor-2);
}
/*中立场标识*/

#basketball-old .neutraity {
    color: #880000;
    font-weight: normal;
}

#basketball .crumbs a.off {
    margin: 0;
}

#basketball-old .nav_select {
    margin-bottom: 16px;
}

#basketball-old #yearMonthDiv {
    margin-top: -9px;
    margin-bottom: 6px;
}

.dark #basketball-old .nav_unselected {
    background: #00100a;
    color: white;
}

#basketball-old .nav_select li.nav_selected {
    margin-right: 6px;
}

.dark #basketball-old .tdlink tr:nth-child(odd) {
    background-color: #1e1e1e !important;
}

.dark #basketball-old .tdlink tr:nth-child(even) {
    background-color: #151515 !important;
}

.dark #basketball-old .tdlink tr.title_tr th {
    background-color: #374033 !important;
    color: #ffffff !important;
    border: 1px solid #070f03 !important;
}

.icon-font-collect-on:before,
.icon-font-collect-off:before {
    margin-top: 0px;
}

.dark #basketball-old .cupmatch_rw2 {
    background-color: var(--second-color);
    border: 0px solid #e5e5e5;
}

.dark .tdlink > tbody > tr > td,
.dark #basketball-old .tdlink > tbody > tr > th {
    border: 1px solid #070f03 !important;
}

.dark #basketball-old .tdlink tr .hight-bg1 {
    color: #666;
}
.dark #basketball-old #ScoreGroupDiv .taiDiffCol td {
    color: #666;
}

.dark #basketball-old .sub_menu a.off {
    margin-left: 0px;
    margin-right: 12px;
}

#nbaleague_plane #div_standings #nba_2 tbody tr td:nth-last-child(1) {
    width: 25% !important;
}

#nbaleague_plane #div_standings #nba_2 tbody tr td:nth-last-child(2) {
    width: 25% !important;
}

#nbaleague_plane #div_standings #nba_1 tbody tr td:nth-last-child(1) {
    width: 25% !important;
}

#nbaleague_plane #div_standings #nba_1 tbody tr td:nth-last-child(2) {
    width: 25% !important;
}

body.dark .r-line.red {
    background-color: #1a1a1a !important;
}

body#basketball.dark #live table tbody tr td:nth-child(1) .blue2 .red {
    background-color: #374033 !important;
}

tr.Leaguestitle > td > .add-div > .add-info-l > .icon {
    margin-left: 5px;
}
