body {
  font-size: 11px;
  font-family: Inter, sans-serif;
  color: #333;
  padding: 0;
  margin: 0;
  background-color: #F0F0F0;
}
select,
table,
td {
  font-size: 11px;
}
select {
  padding: 3px;
  border: solid 1px #cccccc;
  border-radius: 2px;
}
.dark select {
  border: solid 1px #444;
}
div,
h1,
h2,
h3,
h4,
p,
form,
input,
textarea,
img,
span {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
li {
  vertical-align: bottom;
}
img {
  border-width: 0;
}
a:link,
a:visited {
  font-size: 11px;
  text-decoration: none;
}
a:hover {
  font-size: 11px;
  color: #C30;
  text-decoration: underline;
}
.dark a:link,
.dark a:visited {
  color: #e5e5e5;
}
/*版头*/

#topnav {
  height: 25px;
  width: 950px;
  border-bottom: 1px solid #CCCCCC;
}
#header-wrapper {
  background-color: var(--second-color);
}
#header-wrapper,
#bottom {
  min-width: 1060px;
}
/*中间*/

.mcontent {
  min-width: 1060px;
  margin: 0 auto;
  min-height: 700px;
}
.mcontent:after {
  content: " ";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.maindiv {
  background-color: #F5F8FA;
  width: 723px;
  border: 1px solid #B8C9D6;
  margin-bottom: 8px;
  padding: 20px 20px 15px 20px;
}
/* 底部样式*/

#bottom {
  clear: both;
  width: 100%;
  text-align: center;
  padding: 15px 0;
  background-color: #555;
  color: #999;
}
#bottom a {
  color: #e5e5e5;
}
#bottom .f_menu {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
  margin-top: 10px;
}
#bottom .f_menu li {
  display: inline;
  padding: 0 10px;
}
#bottom .menuL {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
  margin-top: 10px;
}
#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";
}
#bottom .webid a i {
  color: #f60;
  font-style: normal;
}
.menu,
.menuL {
  font-weight: bold;
}
.menuL .flink {
  border-left: none;
}
.network a {
  display: inline-block;
  padding: 5px 8px;
  margin-right: 10px;
}
.network a:hover,
#bottom .webid a:hover {
  background-color: #3e3e3e;
  text-decoration: none;
  border-radius: 3px;
}
.network img {
  vertical-align: -6px;
  margin-right: 6px;
  width: 23px;
  height: 23px;
}
.webid {
  text-align: center;
  margin-bottom: 10px;
}
.webid .li {
  border-right: 1px solid #888;
  margin: 0 10px;
  display: inline-block;
  height: 12px;
}
.webid .site {
  color: #d0d0d0;
  font-size: 14px;
  margin: 0 5px 0 20px;
}
img.captain {
  vertical-align: middle;
  margin-bottom: 3px;
  margin-right: 1px;
}
.content.toolBar select {
  width: 120px;
}
.red {
  color: red !important;
}
.green {
  color: green !important;
}
.blue {
  color: #4174bf !important;
}
.mpager {
  float: right;
  margin-right: 10px;
}
.mpager li {
  float: left;
  margin: 4px 2px;
  border: 1px solid #ccc;
  padding: 4px;
  background: #fff;
  color: #06c;
}
.mpager li.active a {
  color: #f00;
}
table {
  BORDER-COLLAPSE: collapse;
}
table tr td {
  line-height: 22px;
}
.tdlink .otherteam {
  color: #444;
}
.tdlink .otherteam:hover {
  color: #ff9999;
}
.dark .tdlink .otherteam {
  color: #999;
}
.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;
}

.theme-div {
  /* margin-top: 6px; */
  float: left;
}
.theme-div input {
  display: none;
}
.theme {
  cursor: pointer;
}
.theme .theme-style {
  height: 20px;
  width: 36px;
  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;
}
.theme .theme-style:before {
  display: block;
  content: '';
  height: 16px;
  position: absolute;
  width: 16px;
  background-color: #fff;
  border-radius: 20px;
  left: 2px;
  top: 2px;

  /* background-image: url(../../images/light.png); */
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
}
.theme > input[type="checkbox"]:checked + .theme-style:before {
  left: 56%;
  /* background-image: url(../../images/dark.png); */
  background-repeat: no-repeat;
  background-color: #fff;
}
.theme > input[type="checkbox"]:checked + .theme-style {
  background-color: #000;
}
/*------共用风格------*/

#info {
  margin-top: 0px !important;
}
body {
  background-color: #e5e5e5;
}
body.dark,
.dark .menu2 li .on,
.dark .menu2 li .on:hover {
  background-color: #151515;
}
.da_nav {
  background-color: var(--bgcolor-3);
  color: var(--textcolor-2);
  cursor: pointer;
  line-height: 30px;
  border-bottom: 1px solid #d2d2d2;
  clear: both;
  padding-left: 20px;
  font-weight: bold;
  position: relative;
}
.da_nav_on:before,
.da_nav:before {
  width: 0;
  height: 0;
  content: "";
  margin-right: 5px;
  display: inline-block;
  border: 4px solid transparent;
  position: absolute;
}
.da_nav:before {
  border-top-color: #999;
  transform: rotate(-90deg);
  top: 7px;
  left: 8px;
}
.da_nav_on {
  background-color: var(--primary-color);
  color: var(--text-white);
  cursor: hand;
  line-height: 30px;
  border-bottom: 1px solid #d2d2d2;
  clear: both;
  padding-left: 22px;
  font-weight: bold;
  margin-bottom: -1px;
  position: relative;
}
.da_nav_on:before {
  border-top-color: #FFF;
  top: 7px;
  left: 6px;
}
body.dark,
.dark .left_list3 li a,
.dark .da_nav {
  color: #e5e5e5;
}
.dark #info,
.dark #team_main,
.dark select {
  background-color: #282828;
  color: #e5e5e5;
}
.top-tools-left2 {
  float: left;
  padding-left: 20px;
  cursor: pointer;
  width: 570px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #ffde00;
}
.bg-ored {
  background-color: #fbeee9;
}
.bg-lgreen {
  background-color: #f3fdea;
}
.bg-oyellow,
.bg-scol2 {
  background-color: #ffffe7 !important;
}
.bg-oblue {
  background-color: #f0f8fd;
}
.bg-gold,
.bg-scol1 {
  background-color: #fdf4e0;
}
.dark .bg-ored {
  background-color: #461c0c;
}
.dark .bg-lgreen {
  background-color: #1e3807;
}
.dark .bg-oyellow,
.dark .bg-scol2 {
  background-color: #353506 !important;
}
.dark .bg-oblue {
  background-color: #0e3148;
}
.dark .bg-gold,
.dark .bg-scol1 {
  background-color: #44320a;
}
.h-th {
  background-color: #f0f0f0;
}
.dark .h-th {
  background: #333;
}
.wd-xxs {
  text-align: left;
}
.wd-xxs span:first-child {
  margin-left: 5px;
}
/*------背景1------*/

.dark #i_main,
.dark #i_main2,
.dark #bottom {
  background-color: #282828;
}
/*------背景2------*/

.dark .left_list3 li a:hover {
  background-color: #444;
}
.dark .da_nav {
  border-color: #282828;
}
.dark .tdlink.sub-head th,
.dark .tdlink th,
.dark .tdlink.sub-head.lea-head th,
.dark .nav_select_right {
  background-color: #333;
  color: #999;
}
.dark .search_input {
  background-color: var(--primary-color);
  color: #fff;
  border: 1px solid var(--primary-color);
}
.dark .search_3 #Text1 {
  background-color: #282828;
  border: 1px solid #444;
  color: #e5e5e5;
}
.dark .search_3 {
  background-color: #333;
}
/*------盘路颜色样式------*/

/*.dark .alterbg { background-color:#222 }*/

.dark #Table3 tr:nth-child(odd),
.dark .tdlink tr:nth-child(odd) {
  background: #222;
}
.dark #Table3 tr:hover {
  background-color: #394032;
}
.cc a,
#div_search .cc a {
  position: absolute;
  right: 2px;
  top: 8px;
  padding: 0;
  width: 24px;
  height: 24px;
}
.cc a:before,
.cc a:after {
  position: absolute;
  content: '';
  width: 16px;
  height: 1px;
  top: 11px;
  left: 4px;
  background-color: #666;
}
.dark .cc a:before,
.dark .cc a:after {
  background-color: #999;
}
.cc a:before {
  transform: rotate(45deg);
}
.cc a:after {
  transform: rotate(-45deg);
}
.sotit {
  padding: 2px 6px 0px 6px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}
.o-unknown {
  color: #fff;
  border-radius: 2px;
  width: 17px;
  display: inline-block;
  text-transform: uppercase;
  line-height: 16px;
  text-align: center;
}
.o-unknown {
  background-color: #a5a4a4;
}
/*------线框------*/

.dark .search_2 #Text1 {
  background-color: #444;
  border: 1px solid #444;
  color: #fff;
}
.dark .left_list,
.dark .left_list_on,
.dark .left_list3,
.dark .nodataTxt {
  border-color: #444;
}
/*------搜索------*/

.search_title {
  height: 15px;
  font-weight: bold;
  text-align: center;
}
.search_2 {
  float: left;
  width: 134px;
  text-align: center;
  padding-top: 4px;
}
.search_2 #Text1 {
  width: 134px;
  margin-bottom: 4px;
  margin-left: 2px;
  padding: 4px;
}
.search_3 #Text1 {
  width: 132px;
  margin-bottom: 4px;
  height: 24px;
}
.search_input {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  width: 100px;
  height: 23px;
  margin-top: 3px;
}
#selectTeam {
  width: 150px;
}
/*顶部球类导航*/

div.AspNetPager {
  padding-top: 8px;
  padding-bottom: 8px;
  float: right;
  clear: both;
}
div.AspNetPager .currentPage {
  padding: 2px 3px 2px 3px;
  border: solid 1px #ff8844;
  color: #397f19;
  font-family: Tahoma;
}
div.AspNetPager a.AspNetPager {
  padding: 2px 3px 2px 3px;
  border: solid 1px #bbb;
  color: #333;
  font-family: Tahoma;
}
div.AspNetPager a.AspNetPager:hover {
  color: #fff;
  background-color: #666;
  text-decoration: none;
  border: solid 1px #666;
}
tr.AspNetPager {
  padding-top: 8px;
  padding-bottom: 8px;
}
tr.AspNetPager table {
  float: right;
}
tr.AspNetPager span {
  padding: 2px 3px 2px 3px;
  border: solid 1px #ff8844;
  color: #397f19;
  font-family: Tahoma;
}
tr.AspNetPager a {
  padding: 2px 3px 2px 3px;
  border: solid 1px #bbb;
  color: #333;
  font-family: Tahoma;
}
tr.AspNetPager a:hover {
  color: #fff;
  background-color: #666;
  text-decoration: none;
  border: solid 1px #666;
}
.write,
a.write,
a.write:hover {
  color: #fff;
}
.write .odds span {
  color: #666;
  padding: 0 5px;
}
.content .yearBox {
  display: block;
  float: left;
  padding: 2px 5px;
  border: 1px solid #e5e5e5;
  margin-right: 5px;
  margin-top: 3px;
  margin-bottom: 3px;
  font-weight: normal;
}
.dark .content .yearBox {
  border: 1px solid #444;
}
.pager {
  line-height: 30px;
  text-align: right;
  overflow: hidden;
  height: auto;
  padding-top: 5px;
  padding-bottom: 5px;
}
.pager span,
.pager a {
  display: block;
  float: left;
  padding: 2px 8px;
  line-height: 20px;
  background: #eff4fa;
  margin-top: 2px;
  margin-right: 5px;
  border: 1px solid #8db3c2;
}
.pager > span.on,
.pager > a.on {
  display: block;
  float: left;
  padding: 2px 8px;
  line-height: 20px;
  background: var(--primary-color);
  margin-top: 2px;
  margin-right: 5px;
  border: 1px solid var(--primary-color);
  color: #FFF;
  font-weight: bold;
}
div.btn {
  background: var(--primary-color);
  color: #fff;
  text-decoration: none;
  border-style: none;
  cursor: pointer;
  display: block;
  padding: 3px 15px;
  clear: none;
  float: none;
  margin: 10px auto;
  width: 40%;
}
.nodataTxt {
  font-weight: bold;
  text-align: center;
  margin: 0 0 5px 0;
  padding: 20px 0;
  border: 1px solid #d2d2d2;
}
.dark .pager span,
.dark .pager a {
  background: #222 !important;
  border: 1px solid #444;
  color: #e5e5e5;
}
/*--------------topTOOLS----------------------------------------------------*/

.tocolor {
  background: var(--yellow30);
  padding: 2px 6px;
  border-radius: 3px;
  display: inline-block;
}
.dark .tocolor {
  color: var(--white);
}
.sort {
  position: relative;
  width: 10px;
  height: 12px;
  margin-left: 4px;
  display: inline-block;
  vertical-align: -2px;
}
.sort::before,
.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;
}
.sort::after {
  top: auto;
  bottom: 0;
  transform: rotate(180deg);
}
.sort.up::before,
.sort.down::after {
  border-bottom-color: #ff5106;
}
.sort-on {
  background: rgba(0, 0, 24, 0.06);
}
.tdlink .groupTabTitle {
  background-color: #e6e6e6;
  width: 62px;
  align-content: center;
}
.dark .tdlink .groupTabTitle {
  background-color: #111;
}
.nav_select.rank {
  background: none !important;
}
.nav_select.rank li {
  background: var(--bgcolor-3);
  color: var(--textcolor-2);
  line-height: 24px;
  text-align: center;
  min-width: 36px;
  display: inline-block;
  padding: 0 10px;
  margin: 5px 0 5px 8px;
  border-radius: 3px;
  opacity: 1;
  cursor: pointer;
}
.nav_select.rank .nav_selected,
.dark .nav_select.rank .nav_selected {
  background: var(--primary-color);
  color: var(--white);
  border-radius: 3px;
  opacity: 1;
}
.nav_select.rank .dropDiv,
.nav_select .dropDiv {
  float: right;
  opacity: 1;
  margin-right: 10px;
  padding: 0;
  border: none;
  background: none;
  border-radius: 0;
}
.nav_select {
  background-color: var(--primary-color);
  overflow: hidden;
}
.nav_select li {
  color: var(--text-white);
  line-height: 24px;
  display: inline-block;
  padding: 0 10px;
  float: left;
  margin: 5px 0 5px 8px;
  cursor: pointer;
  opacity: 0.7;
}
.nav_select .nav_selected {
  background-color: var(--second-color);
  border-radius: 3px;
  opacity: 1;
}
.nav_select ul li.tools {
  float: right;
  padding: 0px;
  border-style: none;
  padding-right: 10px;
}
/*球队页标题栏*/

.main_title {
  background: var(--primary-color);
  color: var(--text-white);
  position: relative;
  font-size: 14px;
  line-height: 30px;
  font-weight: bold;
  text-align: center;
  float: left;
  width: 100%;
}
.main_title1 {
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
  color: var(--text-white);
  text-align: center;
  float: left;
  background: url(../../images/div_bg.gif);
  width: 638px;
  margin-top: 8px;
  border-top: 1px solid #8DB3C2;
  border-right: 1px solid #8DB3C2;
  border-left: 1px solid #8DB3C2;
}
.main_title .title_left {
  padding: 0px;
  position: absolute;
  left: 4px;
  /*top: 6px;*/
}
.main_title .title_left select,
.main_title .title_right select {
  margin: 0px;
  padding: 1px;
}
.main_title .title_right {
  padding: 0px;
  position: absolute;
  top: 4px;
  right: 4px;
}
.main_title .title_right .btn {
  background: rgba(0, 0, 0, 0.2);
  color: var(--text-white);
  font-size: 12px;
  display: block;
  float: left;
  padding: 0 8px;
  margin-left: 5px;
  line-height: 22px;
  border-radius: 2px;
  cursor: pointer;
}
.main_title .title_right .on {
  background: #F63;
}
/*球员页分页按钮*/

.pages {
  float: left;
  width: 100%;
  text-align: center;
  padding: 10px 0;
}
.pages ul {
  width: 35%;
  margin: 0 auto;
  text-align: center;
}
.pages ul::after {
  content: "";
  clear: both;
  display: block;
}
.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;
}
.pages li:hover {
  background: var(--bgcolor-4);
}
.pages .pagechose {
  color: var(--textcolor-2);
  background: none !important;
  float: left;
  line-height: 26px;
  margin: 0 5px;
  padding: 0;
}
.pagechose select {
  margin-left: 5px;
  padding: 2px 5px;
}
.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;
}
.pages .pageicon.next {
  transform: rotate(135deg);
}
.team-head .teamicon {
  width: 70px;
  height: 70px;
  margin: 6px auto;
  border-radius: 6px;
}
.team-head .Tname {
  font-size: 14px;
  font-weight: bold;
}
#main_dt .othTeam {
  color: var(--textcolor-1) !important;
}
/*-----------------------------------------各种图标----------------------------------------------*/

.odds-icon,
.odds-icon1x2,
.analyze-icon,
.Detail-icon,
.Detail-basketball-icon {
  height: 14px;
  width: 14px;
  display: inline-block;
  margin: 0 2px;
  position: relative;
  text-align: center;
}
.threeinone-icon {
  display: inline-block;
  position: relative;
}
.odds-icon,
.odds-icon1x2 {
  background-image: url(../../images/odds.png);
  cursor: pointer;
}
.analyze-icon {
  background-image: url(/assets/images/icon-analytics.svg?v=1);
  cursor: pointer;
}
.Detail-icon {
  background-image: url(/assets/images/icon-lineup.svg?v=1);
  width: 17px;
}
.dark .Detail-icon {
  background-image: url(../../images/t5-dark.png);
  width: 17px;
}
.redcard {
  background-color: red;
  padding-left: 2px;
  padding-bottom: 0px;
  padding-right: 2px;
  color: #fff;
}
/*------左侧导航栏------*/

.info_nav .tdlink .currPlayer {
  background: var(--yellow20) !important;
}
.info_nav .tdlink .currPlayer a {
  color: var(--home_team) !important;
}
#info {
  width: 1040px;
  margin: 10px auto;
  BACKGROUND-COLOR: #fff;
  padding: 10px;
  border-radius: 4px;
  overflow: hidden;
}
#left {
  width: 148px;
  float: left;
}
#i_left {
  float: left;
  width: 150px;
  background-color: var(--primary-color);
}
#i_left2 {
  float: left;
  overflow: hidden;
}
.left_list {
  background-color: #f9f9f9;
}
.left_list,
.left_list_on {
  padding-left: 22px;
  line-height: 30px;
  border-bottom: 1px solid #e5e5e5;
  cursor: pointer;
  position: relative;
}
.left_list_on {
  background-color: #edf3e6;
  color: var(--text-primary);
  font-weight: bold;
}
.left_list:before,
.left_list_on:before {
  width: 10px;
  height: 2px;
  content: "";
  display: inline-block;
  position: absolute;
  background-color: #999;
  left: 6px;
  top: 12px;
}
.left_list:after {
  width: 2px;
  height: 10px;
  content: "";
  display: inline-block;
  position: absolute;
  background-color: #999;
  left: 10px;
  top: 10px;
}
.left_list:hover {
  background-color: #efefef;
}
.left_list img {
  display: none;
}
.left_list a {
  color: #00328F;
}
.left_list a:link,
.left_list a:visited {
  color: #00328F;
}
.left_list2 {
  width: 140px;
  background-color: #eef7e3;
  border-top: 1px solid #d7e6c5;
  padding-left: 10px;
  font-weight: bold;
  float: left;
  height: 19px;
  padding-top: 6px;
}
.left_list2 a:hover {
  color: #00328F;
}
.left_list2 a:link,
.left_list2 a:visited {
  color: #00328F;
}
.left_list3 {
  background-color: #f9f8f8;
  clear: both;
  border-bottom: 1px solid #e5e5e5;
}
.left_list3 li a {
  display: block;
  text-align: left;
  padding-left: 20px;
  color: #666;
  line-height: 26px;
  clear: both;
  position: relative;
}
.left_list3 li a:before {
  display: inline-block;
  content: "";
  width: 1px;
  height: 26px;
  background-color: #e5e5e5;
  overflow: hidden;
  position: absolute;
  left: 10px;
}
.left_list3 li a:after {
  display: inline-block;
  content: "";
  background-color: #e5e5e5;
  height: 1px;
  width: 6px;
  left: 11px;
  position: absolute;
  top: 12px;
}
.left_list3 li a:hover {
  background-color: #F2F2F2;
}
.left_list4 {
  background-color: #FBFDFF;
  width: 138px;
  float: left;
}
.left_list4 ul {
  margin: 0 0 0 11px;
  padding: 0;
  color: #00328F;
}
.left_list4 li {
  text-align: left;
  padding-left: 15px;
  color: #00328F;
  display: block;
  width: 108px;
  float: left;
  line-height: 22px;
}
.left_list4 li a {
  color: #00328F;
}
.left_list4 li a:link {
  color: #00328F;
}
.left_list4 li a:hover {
  color: #00328F;
}
.left_list4 li a:active {
  color: #00328F;
}
.left_list4 li a:visited {
  color: #00328F;
}
.dark .left_list {
  background-color: #333;
}
.dark .left_list_on {
  background-color: #515847;
  color: #6db345;
}
.dark .left_list2 {
  background-color: #2c440e;
  border-top: 1px solid #444;
}
.dark .left_list3 {
  background-color: #333;
}
.dark .left_list3 li a:before,
.dark .left_list3 li a:after {
  background-color: #444;
}
.dark .left_list3 li .on,
.dark .left_list3 li .on:visited,
.left_list3 li .on,
.left_list3 li .on:visited {
  color: #F60;
  font-weight: bold;
}
#i_main {
  float: left;
  width: 880px;
  background: #fff;
}
#i_main2 {
  float: left;
  background: #fff;
  width: 100%;
}
.league a.on,
.cup a.on,
.dark .league a.on,
.dark .cup a.on {
  background-color: var(--primary-color);
  color: var(--text-white);
  border: 0px;
}
.sub_menu {
  overflow: hidden;
  line-height: 32px;
  border-bottom: 3px solid var(--primary-color);
}
.sub_menu a {
  background-color: #e5e5e5;
  color: #666;
  text-decoration: none;
  display: block;
  float: left;
  text-align: center;
  position: relative;
  margin-right: 2px;
  padding: 0 12px;
}
.sub_menu a:hover {
  background-color: #DDD;
}
.dark .sub_menu a {
  background-color: #444;
  color: #ccc;
}
.dark .sub_menu a:hover {
  background-color: #555;
}
.round_now {
  background: var(--red40);
  color: var(--text-white) !important;
}
.lsm1 {
  CURSOR: hand;
  BACKGROUND-COLOR: #fdfccc;
}
.lsm2 {
  CURSOR: default;
}
.lsm3 {
  BORDER-RIGHT: #ffffff 1px solid;
  BORDER-TOP: #ffffff 1px solid;
  BORDER-LEFT: #ffffff 1px solid;
  CURSOR: hand;
  COLOR: #ffffff;
  PADDING-TOP: 3px;
  BORDER-BOTTOM: #ffffff 1px solid;
  HEIGHT: 16px;
  BACKGROUND-COLOR: #F4731F;
}
.lsm11 {
  BORDER-TOP: #ffffff 1px solid;
  CURSOR: hand;
  COLOR: #ffffff;
  PADDING-TOP: 3px;
  BORDER-BOTTOM: #ffffff 1px solid;
  HEIGHT: 16px;
  BACKGROUND-COLOR: #3067B1;
}
.lsm31 {
  BORDER-TOP: #ffffff 1px solid;
  CURSOR: hand;
  COLOR: #ffffff;
  PADDING-TOP: 3px;
  BORDER-BOTTOM: #ffffff 1px solid;
  HEIGHT: 16px;
  BACKGROUND-COLOR: #F4731F;
}
.dark .lsm2 {
  color: #FFF !important;
}
/*-----联赛赛程-----*/

#i_right {
  float: right;
  width: 140px;
  BACKGROUND-COLOR: #fff;
}
.Position {
  color: #666666;
  float: left;
  height: 20px;
  width: 638px;
  border-bottom: 1px solid #D8D8D8;
}
.info_title {
  overflow: hidden;
  margin: 0 0 15px 0;
}
.info_title_left {
  width: 85%;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  float: left;
}
.tdlink > tbody > tr > td {
  border: 1px solid var(--border-3);
}
.tdlink > tbody > tr > th {
  border: 1px solid var(--border-4);
}
.info_title_left > img {
  vertical-align: middle;
}
.info_title_left .img {
  background: #fff;
  float: left;
  margin-right: 10px;
  margin-top: 2px;
}
.info_title_left .img img {
  height: 26px;
  width: auto;
}
.info_title_left .btn {
  margin-left: 10px;
  height: 20px;
  line-height: 20px;
}
.info_title_right {
  float: right;
  margin-top: 7px;
}
.info_title_right select {
  padding: 5px;
  margin-left: 5px;
}
.data {
  float: left;
  width: 100%;
}
.data1 {
  float: left;
  width: 630px;
  text-align: center;
}
.data1 td {
  font-size: 11px;
}
/*-----无数据/加载提示框-----*/

#subSpnLoading {
  width: 800px !important;
  margin: 20px 0 0 20px !important;
  padding: 25px;
  border: 3px solid #ddd;
  text-align: center;
}
.loading {
  width: 800px !important;
  margin: 20px 0 20px 90px;
  padding: 25px;
  border: 3px solid #ddd;
  text-align: center;
}
.dark #subSpnLoading,
.dark .cupmatch_loading,
.dark .loading {
  background-color: #222 !important;
  border: 2px solid #444 !important;
}
.cupmatch_loading {
  width: 800px !important;
  margin: 120px 0 0px 12px !important;
  padding: 25px;
  border: 3px solid #ddd;
  text-align: center;
}
.no-data {
  background: #fff;
  line-height: 32px;
  font-weight: normal;
  text-align: center;
}
.dark .no-data {
  background: #151515;
  color: #fff;
}
.nodata {
  background: var(--bgcolor-2);
  color: var(--textcolor-2);
  font-size: 14px !important;
  text-align: center;
  font-weight: bold;
  padding: 20px;
}
.hide {
  display: none;
}
/* ----404---- */

body #main3 {
  background-color: #fff !important;
}
body.dark #main3 {
  background-color: #282828 !important;
}
#main #min,
#main3,
#teammain,
#info {
  padding: 10px;
  border-radius: 4px;
}
.mcontent1 {
  width: 1060px;
  margin: 10px auto;
  min-height: 700px;
}
.nodatapage {
  margin: 50px auto;
  text-align: center;
}
.nodatapage .alogo {
  color: var(--text-primary);
  font-size: 90px;
  font-weight: bold;
}
.nodatapage .explain {
  color: #999;
  font-size: 26px;
  line-height: 30px;
  font-weight: bold;
}
.nodatapage .proposal {
  color: #999;
  font-size: 14px;
  line-height: 30px;
  margin-top: 40px;
}
.nodatapage .backbtn {
  background: var(--second-color);
  color: #fff;
  width: 20%;
  padding: 0 10px;
  margin: 0 auto;
  border-radius: 4px;
  display: block;
}
.nodatapage .iconsbtn {
  margin: 30px 0;
}
.nodatapage .iconsbtn a,
.dark .nodatapage .iconsbtn a {
  color: #999;
  min-width: 60px;
  display: inline-block;
  margin: 0 10px;
}
.nodatapage span {
  display: block;
  margin: 0 auto;
}
.nodatapage .ndpicon {
  background: #f5f5f5;
  width: 30px;
  height: 30px;
  padding: 10px;
  border-radius: 50%;
}
.dark .nodatapage .ndpicon {
  background: #353535;
}
/*页脚触屏入口*/

#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;
}
/*-----时区、赔率选择框-----*/

#ddlTimeZone {
  width: 320px;
}
#ddlTimeZone li {
  float: left;
  width: 68px;
}
#ddlTimeZone li:hover,
#ddlOddsType li:hover {
  background: var(--second-color);
}
/*语言选择下拉框*/
.crumbs {
  width: 1208px;
  color: #999;
  font-size: 12px;
  line-height: 20px;
  margin: 15px auto;
  display: flex;
  align-items: center;
}
.crumbs a.off {
  color: var(--text-primary);
  font-weight: 500;
  margin: 0 5px;
  flex: 0 0 auto;
}
.crumbs h1 {
  flex: 1;
  font-size: 12px;
  font-weight: 600;
  margin: 0 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
}
/* 资料库-收藏按钮 */

.info_title_left .img {
  width: 71px;
  height: 71px;
}
.info_title_left .img img {
  width: 71px;
  height: inherit;
}
.info_title_left .selectbox select {
  padding: 4px;
  margin-top: 4px;
  border: 1px solid var(--border-4);
  border-radius: 2px;
}
.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;
}
.follow_btn .icon {
  color: var(--textcolor-2) !important;
  font-size: 14px;
  margin-left: 1px;
  vertical-align: 0;
}
.follow_btn.on {
  background: rgba(255, 153, 0, 0.1);
  color: #f90;
  border-color: #f90;
}
.follow_btn.on .icon {
  color: #f90 !important;
}
.team-head .follow_btn {
  font-size: 12px;
  padding: 2px 10px;
  margin: 6px auto;
  width: fit-content;
}
.team-head .teamicon {
  width: 70px;
  height: 70px;
  margin: 6px auto;
  border-radius: 6px;
}
.team-head .Tname {
  font-size: 14px;
  font-weight: bold;
}
.nav_select_bra_right {
  position: relative;
}
.nav_select_bra_right select {
  position: absolute;
  top: -30px;
  right: 0;
}
/* 球队信息板块 */

.team-head.tdlink tr:nth-child(odd) {
  background: transparent;
}
.team-head .content-bg {
  background-color: var(--bgcolor-1);
}
.team-head .title-bg {
  background-color: var(--bgcolor-2);
}
.left_font {
  text-align: left;
  margin-left: 10px;
}
/*首页联赛快捷入口栏*/

.nav_quick a {
  display: inline-block;
  padding: 4px 6px;
  line-height: 24px;
  text-decoration: underline;
}
.nav_quick {
  padding-left: 10px;
  margin-bottom: 10px;
}
.nav_quick #search_div {
  float: right;
}
.nav_quick #search_btn {
  display: inline-block;
  line-height: 27px;
  background-color: #226204;
  color: #FFF;
  width: 80px;
  text-align: center;
  cursor: pointer;
  vertical-align: middle;
  margin-left: -2px;
}
#search_div select {
  border-radius: 0;
  height: 27px;
  vertical-align: middle;
}
#search_div input {
  border: 1px solid #ccc;
  white-space: 150px;
  height: 25px;
  padding-left: 10px;
  margin: 0 -3px 0 -5px;
  vertical-align: middle;
}
/* 原world/info_css1.css */

.tdlink {
  font-family: Inter, sans-serif;
  border-color: #D9D9D9;
}
.tdlink td {
  font-size: 11px;
}
.tdlink a:link,
.tdlink a:visited {
  color: var(--text-primary);
  font-family: Inter, sans-serif;
}
.tdlink a:hover {
  color: #397f19;
  text-decoration: none;
}
.STYLE6 {
  color: #006CC6;
}
.STYLE7 {
  color: #A5221B;
}
.STYLE8 {
  color: #0066FF;
}
.redf {
  FONT-SIZE: 11px;
  color: red;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
.redf a:link {
  color: red;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
.redf a:visited {
  color: selectred;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
.redf a:hover {
  color: #000000;
  text-decoration: none;
}
.etime {
  FONT-SIZE: 12px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
/*数据统计菜单*/

.info_nav {
  float: left;
}
.info_nav ul {
  margin: 0;
  float: left;
  padding: 0px;
}
.info_nav li {
  float: left;
  width: 138px;
  list-style-type: none;
  background: url(../../images/nbaline.gif) no-repeat bottom;
  clear: both;
}
.info_nav li a {
  display: block;
}
.info_nav li span a {
  line-height: 30px;
  padding-left: 19px;
  background: url(../../images/liargif.gif) no-repeat 6px 10px;
}
.info_nav li span a:link {
  color: #333333;
}
.info_nav li span a:visited {
  color: #333333;
}
.info_nav li span a:hover {
  color: #FFFFFF;
  background-color: #FF6600;
  text-decoration: none;
}
.info_nav li span b {
  font-weight: normal;
  color: blue;
}
.info_nav .tdlink a:link,
.info_nav .tdlink a:visited {
  color: var(--textcolor-1);
}
/*让球盘路统计榜*/

.Area ul {
  border-bottom: 3px solid var(--second-color);
  margin-bottom: 15px;
  line-height: 35px;
  height: 35px;
}
.Area li {
  float: left;
  position: relative;
}
.Area li a {
  line-height: 35px;
  display: block;
  float: left;
  text-align: center;
  color: #666;
  padding: 0 30px;
  font-size: 15px;
  font-weight: bold;
  border-radius: 3px 3px 0 0;
}
.Area li a:hover {
  color: #F60;
  text-decoration: none;
}
.Area .Area-selected a,
.Area .Area-selected a:visited,
.Area .Area-selected a:hover {
  background-color: var(--second-color);
  color: #FFF;
}
.Area-unselected {
  text-decoration: none;
}
.search_3 {
  float: left;
  text-align: center;
  padding-top: 4px;
  background: #FFFFFF;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.clear {
  clear: both;
}
#left_nav1 {
  background: var(--primary-color);
  width: 150px;
  text-align: center;
  color: #ffffff;
  line-height: 33px;
  font-size: 13px;
  font-weight: bold;
  float: left;
}
#detailDiv {
  background-color: #FFF;
  width: 700px;
  border: 4px solid var(--primary-color);
  position: absolute;
  left: 20px;
  top: 25px;
  z-index: 5;
  visibility: hidden;
  box-shadow: 0 0 20px #777777;
}
.dark #detailDiv {
  background-color: #111;
  border: 4px solid #444;
  box-shadow: 0 0 20px #000000;
}
.toolBar {
  background-color: var(--primary-color);
  color: var(--text-white);
  line-height: 30px;
  overflow: hidden;
  padding: 5px 10px;
}
.toolBar select {
  background-color: var(--second-color);
  border: 1px solid var(--second-color);
  color: var(--text-white);
  line-height: 30px;
  height: 30px;
}
.toolBar select::-webkit-scrollbar {
  width: 10px;
}
.toolBar select::-webkit-scrollbar-thumb {
  background: var(--bgcolor-4);
  border-radius: 32px;
}
.toolBar select::-webkit-scrollbar-track {
  background: var(--border-2);
  border-radius: 32px;
}
.toolBar input {
  height: 30px;
  background-color: var(--second-color);
  color: var(--text-white);
  border: none;
  padding: 0 10px;
  border-radius: 3px;
}
.toolBar option {
  background: var(--second-color);
}
.nav_select_right {
  background-color: #e5e5e5;
  overflow: hidden;
}
.nav_select_right select {
  margin: 5px 10px;
}
.hightlight1 {
  background-color: #edf3e6;
}
.dark .hightlight1 {
  background-color: #2e3523;
}
.hightlight1 select option {
  line-height: 28px;
}
.hightlight1 select::-webkit-scrollbar {
  width: 10px;
}
.hightlight1 select::-webkit-scrollbar-thumb {
  background: var(--bgcolor-4);
  border-radius: 32px;
}
.hightlight1 select::-webkit-scrollbar-track {
  background: var(--border-2);
  border-radius: 32px;
}
#Table3 tr:nth-child(odd),
.tdlink tr:nth-child(odd) {
  background: #f7f7f7;
}
#Table3 tr:hover {
  background-color: #edf3e6;
}
/*广告*/

#topAdDiv {
  width: 1060px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 5px;
}
#topAdDiv a ~ a {
  margin-left: 5px;
}
#sclassRule {
  padding: 16px;
}
/*----------------------------------------404页面-------------------------------------*/

.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;
}

.o-lose,
.o-win,
.o-draw,
.o-unknown {
  color: #fff;
  border-radius: 2px;
  width: 17px;
  display: inline-block;
  text-transform: uppercase;
  line-height: 16px;
  text-align: center;
}
.o-lose {
  background-color: #d64444;
}
.o-win {
  background-color: #71ab49;
}
.o-draw {
  background-color: #F09B57;
}
.o-unknown {
  background-color: #a5a4a4;
}
.win-f {
  color: #60b723;
}
.lose-f {
  color: #EE6435;
}
.draw-f {
  color: #F09B57;
}
/* 滚动条 */

.selectbox select::-webkit-scrollbar {
  width: 10px;
}
.selectbox select::-webkit-scrollbar-thumb {
  background: var(--bgcolor-4);
  border-radius: 32px;
}
.selectbox select::-webkit-scrollbar-track {
  background: var(--border-2);
  border-radius: 32px;
}

.statistics table td {
  text-align: center;
}
