a:link {
  font-size: 12px;
  color: #333333;
  text-decoration: none;
}
a:hover {
  color: #c30;
  text-decoration: underline;
}
.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,
.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,
.dark .team_bf {
  color: #e5e5e5;
}
/*暗黑模式开关*/

.theme-div {
  margin-top: 6px;
  float: left;
}
.theme-div input {
  display: none;
}
.theme {
  cursor: pointer;
}
.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;
}
.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;
}
.theme > input[type="checkbox"]:checked + .theme-style:before {
  left: 50%;
  background-image: url(/images/dark.png);
  background-repeat: no-repeat;
  background-color: #fff;
}
.theme > input[type="checkbox"]:checked + .theme-style {
  background-color: #000;
}
/*头部右侧分享图标*/

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

.sub_menu {
  overflow: hidden;
  line-height: 32px;
  border-bottom: 3px solid var(--primary-color);
}
.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;
}
.sub_menu a:hover {
  background-color: #ddd;
}
.sub_menu a.on:hover,
.dark .sub_menu a.on:hover {
  background-color: var(--primary-color);
}
.dark .sub_menu a {
  background-color: #444;
  color: #ccc;
}
.dark .sub_menu a:hover {
  background-color: #555;
}
/*底部友链*/

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

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

#newtop {
  width: 1060px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
#menu {
  padding: 2px;
  position: absolute;
  top: -50px;
  left: 200px;
  z-index: 1;
  margin-left: 10px;
}
#menu li {
  float: left;
  margin-right: 8px;
}
#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;
}
#menu li a:hover {
  text-decoration: none;
  border-radius: 3px;
  opacity: 1;
}
#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;
}
#menu li:hover {
  box-shadow: 0 0 20px rgba(255, 255, 255, 0);
}
#menu li:hover a:after {
  width: calc(100% - 44px);
  box-shadow: 0 0 20px #ffffff;
}
#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;
}
#menu .tab_on {
  font-weight: bold;
  opacity: 1;
}
#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,
#menu .tab_on:visited {
  font-weight: bold;
  opacity: 1;
}
#menu a i {
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-top: 10px;
  margin-right: 7px;
  background-size: 100%;
}
.menu-more {
  opacity: 1;
  background-color: #212121;
}
.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;
}
#ball1 i {
  background-image: url(/images/soccer.png);
  background-size: 100%;
}
#ball2 i {
  background-image: url(/images/basketball.png);
  background-size: 100%;
}
#ball3 i {
  background-image: url(/images/tennis.png);
  background-size: 100%;
}
#ball4 i {
  background-image: url(/images/esports.png);
  background-size: 100%;
}
#ball5 i {
  background-image: url(/images/baseball.png);
  background-size: 100%;
}
#ball6 i {
  background-image: url(/images/cricket.png);
  background-size: 100%;
}
#ball9 i {
  background-image: url(/images/news.png);
  background-size: 100%;
}
#ball10 i {
  background-image: url(/images/duelday.png);
}
#ball11 i {
  background-image: url(/images/api.png);
  background-size: 100%;
}
#ball12 i {
  background-image: url(/images/ad.png);
}
#balls i {
  background-image: url(/images/more.png);
}
/* 二级导航 */

.menu2 {
  display: flex;
  clear: both;
  height: 35px;
  line-height: 35px;
  border-top: none;
  overflow: hidden;
  border-radius: 3px 3px 0 0;
}
.menu2 li {
  flex: 1;
  position: relative;
}
.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;
}
.menu2 li:last-child a {
  border-right: 0;
}
.menu2 li a:hover {
  text-decoration: none;
}
.menu2 li .on .badge_fill {
  position: absolute;
  top: 3px;
  right: 3px;
  padding: 0 4px;
}
.menu2 li .on .fav_count {
  position: absolute;
  top: 9px;
  padding: 0 4px;
}
.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 .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,
.on-bg-color {
  background-color: var(--primary-color);
}
#basketball .menu2 li .on,
#basketball .menu2 li .on:hover {
  background-color: var(--body-bg);
  color: var(--text-primary);
}
#basketball .menu2 li a {
  border-right: 1px solid var(--black20);
}
#basketball .menu2 li a:hover {
  background-color: var(--black40);
}
#basketball .mintopnav {
  border-bottom: 3px solid var(--primary-color);
}
.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;
}
.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;
}
.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,
.dark .nodataTxt {
  border-color: #444 !important;
}
.dark .da_nav {
  border-color: #282828 !important;
}
.dark .left_list3 li a {
  background-color: #333;
}
.dark .left_list,
.dark .left_list_on {
  border-color: #111 !important;
}
.dark .left_list:hover {
  background-color: #333;
}
.dark .tdlink > tbody > tr > td,
.dark .tdlink > tbody > tr > th {
  border-color: #444 !important;
}
.dark .left_list_on {
  background-color: #634930;
}
.dark .search_2 #Text1 {
  border: 1px solid #444;
  color: #fff;
}
/* 暗黑模式 */

body.dark,
#basketball.dark .menu2 li .on,
#basketball.dark .menu2 li .on:hover {
  background-color: #151515;
}
body.dark,
.dark .left_list3 li a,
.dark .da_nav {
  color: #e5e5e5;
}
#basketball.dark .menu2 li .on,
#basketball.dark .menu2 li .on:hover {
  color: var(--text-white);
}
.dark #info,
.dark #team_main,
.dark select {
  background-color: #282828;
  color: #e5e5e5;
}
.dark #i_main,
.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,
.dark .yearSel {
  background-color: #444;
}
.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 .team_bf,
.dark .rs_tit,
.dark .lsm2 {
  color: #fff;
}
.dark .sub_menu a {
  background-color: #444;
  color: #ccc;
}
.dark .sub_menu a:hover {
  background-color: #555;
}
.dark .left_list2 {
  background-color: #3c3737;
  color: #ccc;
  border-bottom: 1px solid #444;
}
.dark .player-list {
  color: #ccc;
}
.dark .search_3 {
  float: left;
  width: 138px;
  text-align: center;
  padding-top: 4px;
  background: #282828;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.dark .search_3 #Text1 {
  border: 1px solid #444;
  color: #fff;
  background-color: #444;
}
.search_3 {
  float: left;
  width: 138px;
  text-align: center;
  padding-top: 4px;
  background: #FFFFFF;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.left_listbox,
.left_listbox2 {
  width: 138px;
  background-color: #FBFDFF;
  color: #00328F;
  font-size: 12px;
  float: left;
}
.left_listbox a:link,
.left_listbox2 a:link {
  color: #00328F;
}
#left_nav1 {
  padding-left: 10px;
  line-height: 33px;
  font-size: 13px;
  font-weight: bold;
}
.lsm1 {
  cursor: pointer;
  background-color: #fdfccc;
}
.lsm2 {
  cursor: default;
  color: #666;
  text-decoration: none;
}
.lsm3 {
  border: #ffffff 1px solid;
  cursor: pointer;
  color: var(--text-white);
  padding-top: 3px;
  height: 16px;
  background-color: #F4731F;
}
.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;
}
.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;
}
.dark .lsm1 {
  background-color: #6c6b2d;
}
#selectName {
  color: #FFF !important;
  background-color: #a94445;
}
.tdlink {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  border: 1px solid #8DB3C2;
  border-color: #D9D9D9;
}
.tdlink a {
  color: var(--text-primary);
}
.tdlink a:hover {
  color: #FF0000;
  text-decoration: none;
}
.tdlink a:link,
.tlink a:visited {
  color: #2B7FBB;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
.tdlink .otherteam {
  color: #444;
}
.tdlink .otherteam:hover {
  color: #ff9999;
}
.tdlink .teamicon {
  width: 70px;
  height: 70px;
  margin: 6px auto;
  border-radius: 6px;
}
.tdlink .Tname {
  font-size: 14px;
  font-weight: bold;
}
.tdlink .follow_btn {
  font-size: 12px;
  padding: 2px 10px;
  margin: 6px auto;
  width: fit-content;
}
.tdlink td {
  font-size: 11px;
}
.tdlink > tbody > tr > td,
.tdlink > tbody > tr > th {
  border: 1px solid #d2d2d2;
}
.tdlink tr:nth-child(odd) {
  background: #f7f7f7;
}
.dark .tdlink tr:nth-child(odd) {
  background: #222;
}
.dark .tdlink a:link,
.tlink a:visited {
  color: #c19394;
}
.dark .tdlink .otherteam {
  color: #999;
}
/*社区登陆相关*/

.loginBox {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 2px;
  top: 10px;
}
.loginBox #login_icon a {
  display: block;
}
.loginBox .badge_fill {
  position: absolute;
  bottom: -7px;
  top: unset;
  right: 1px;
}
.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;
}
.loginBox .btn {
  padding: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  text-align: center;
}
.loginBox img {
  border-radius: 50%;
  max-width: 100%;
  max-height: 100%;
  cursor: pointer;
}
.member-icon {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 2px;
  top: 10px;
  background: url(/images/user-login.png) no-repeat;
  cursor: pointer;
}
.member-login-icon {
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: block;
}
.member-login-icon img {
  border-radius: 50%;
}
.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;
}
.content {
  width: 100%;
  float: left;
  margin-bottom: 5px;
}
.content .main_title .title_right label {
  margin-left: 4px;
  margin-right: 8px;
}
.content .toolBar select {
  width: 120px;
}
.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;
}
.info_nav {
  border: 1px solid #e5e5e5;
}
.info_nav .player-list tr:nth-child(even) {
  background: #f7f7f7;
}
.info_nav .player-list .currPlayer {
  background: #fdf0ae !important;
}
.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: var(--text-white);
  background-color: #FF6600;
  text-decoration: none;
}
.info_nav li span b {
  font-weight: normal;
  color: blue;
}
.dark .info_nav .player-list tr:nth-child(even) {
  background: #333;
}
.dark .info_nav .player-list .currPlayer {
  background: #5c5617 !important;
}
#i_main {
  float: left;
  width: 880px;
  background-color: #fff;
}
#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);
}
/*----头部样式----*/

.top-tools-c {
  width: 1060px;
  line-height: 36px;
  height: 36px;
  margin: 0 auto;
  color: #fff;
}
.top-tools-left {
  float: left;
}
.top-tools-right {
  float: right;
  height: 36px;
}
.top-tools-left2 {
  float: left;
  padding-left: 20px;
  cursor: pointer;
  width: 630px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #ffde00;
}
.top-tools-left2 a:-webkit-any-link,
.top-tools-left2 a:hover {
  color: #ffde00;
  text-decoration: none;
  font-size: 12px;
}
.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;
}
.top-notice {
  display: flex;
  float: right;
  width: 650px;
}
.top-notice .top-tools-left2 {
  flex-grow: 1;
  text-align: right;
  width: auto;
  padding: 0px 5px;
}
.top-notice .top-tools-left2 .swiper-slide {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.top-notice .medias {
  display: inline-flex;
  margin-left: auto;
  height: 36px;
}
.top-notice .medias img {
  margin: 6px;
  width: 23px;
  height: 23px;
}
.top-notice > :only-child {
  text-align: left;
}
#top {
  position: relative;
  clear: both;
}
#top p span {
  color: #FFF;
  font-weight: bold;
}
#top p a {
  color: #E4F1FC;
}
#top p a:hover {
  color: #FFF;
}
#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;
}
#top .top {
  width: 1060px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  height: 60px;
}
#top .weblogo {
  height: 32px;
}
#top-tools {
  background-color: #212121;
}
#logoSpan {
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 10px;
}
#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;
}
.Choose-tool {
  float: left;
  display: inline-block;
  margin-right: 15px;
  position: relative;
  cursor: pointer;
}
.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;
}
.Choose-tool.on i {
  transform: rotate(180deg);
}
.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;
}
.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;
}
.Choose-tool ul li {
  height: 26px;
  line-height: 26px;
  padding: 0 5px;
}
@keyframes popover {
  0% {
    opacity: 0;
    transform: translateY(-60px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
#ddlTimeZone {
  width: 320px;
}
#ddlTimeZone li {
  float: left;
  width: 68px;
  border-radius: 2px;
}
/* ----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%;
}
.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;
}
.dark .DataTips {
  background: url(/images/nomatch_dark.png) no-repeat center 40px;
}
.dark .nodatapage .ndpicon {
  background: #353535;
}
/*面包屑*/

.crumbs {
  width: 1060px;
  color: #999;
  font-size: 12px;
  line-height: 20px;
  margin: 5px auto;
  display: flex;
  align-items: center;
}
.crumbs a.off {
  color: var(--text-primary);
  font-weight: 600;
  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 {
  width: 85%;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  float: left;
}
.info_title_left .img {
  float: left;
  width: 60px;
  height: 60px;
  margin-right: 10px;
}
.info_title_left .img img {
  width: 60px;
  height: inherit;
}
.info_title_left .btn {
  margin-left: 10px;
  height: 20px;
  line-height: 20px;
}
.info_title_left .selectbox select {
  padding: 4px;
  margin-top: 8px;
  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: 5px;
  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;
}
.yearSel {
  background-color: #e5e5e5;
}
.monthSel {
  background-color: #fdf2cc;
  font-weight: 600;
}
.dark .monthSel {
  background-color: #634930;
  color: #fff !important;
}
/* 资料库左侧导航栏 */

#left {
  width: 148px;
  margin-right: 10px;
  float: left;
}
#i_left2 {
  overflow: hidden;
  float: left;
}
#i_right {
  float: right;
  width: 140px;
}
#i_main .league a.on {
  width: 100px;
}
.league a.on,
.cup a.on {
  background-color: var(--primary-color);
  color: var(--text-white);
}
.left_list {
  background-color: #f9f9f9;
}
.left_list img {
  display: none;
}
.left_list:hover {
  background-color: #efefef;
}
.left_list:after {
  width: 2px;
  height: 10px;
  content: "";
  display: inline-block;
  position: absolute;
  background-color: #999;
  left: 10px;
  top: 10px;
}
.left_list_on {
  background-color: #fdf2cc;
  font-weight: bold;
  border-bottom: 1px solid #e4d8ad;
}
.left_list,
.left_list_on {
  padding-left: 22px;
  line-height: 30px;
  border-bottom: 1px solid #e5e5e5;
  cursor: pointer;
  position: relative;
}
.left_list:before,
.left_list_on:before {
  width: 10px;
  height: 2px;
  content: "";
  display: inline-block;
  position: absolute;
  background-color: #999;
  left: 6px;
  top: 14px;
}
.left_list2 {
  background-color: #f1f1f1;
  color: #666;
  border-bottom: 1px solid #e5e5e5;
  padding-left: 10px;
  font-weight: bold;
  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: #FFF;
  clear: both;
  border-bottom: 1px solid #e5e5e5;
}
.left_list3 li a {
  display: block;
  text-align: left;
  padding-left: 22px;
  color: #666;
  line-height: 26px;
  clear: both;
  position: relative;
  background-color: #f7f7f7;
}
.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: #ccc;
  height: 1px;
  width: 6px;
  left: 11px;
  position: absolute;
  top: 12px;
}
.left_list3 li a:hover {
  background-color: #F2F2F2;
}
.left_list3 li .on,
.left_list3 li .on:visited {
  color: #F60;
  font-weight: bold;
}
#left_bottom {
  width: 150px;
  height: 5px;
  float: left;
  line-height: 0px;
  overflow: hidden;
  background: #528BCB;
}
#new_date_me {
  background-color: #FFF;
}
.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,
.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: 11px;
  left: 8px;
}
.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;
}
.da_nav_on:before {
  border-top-color: #FFF;
  top: 13px;
  left: 6px;
}
.blue-t td {
  background-color: #eaf1f9;
}
.red-t td {
  background-color: #f1eae5;
}
.dark .blue-t td {
  background-color: #293038;
}
.dark .red-t td {
  background-color: #312e2c;
}
.info_title {
  overflow: hidden;
  margin: 0 0 15px 0;
}
.info_title_right {
  float: right;
  margin-top: 7px;
}
.info_title_right select {
  padding: 3px 4px;
  border: 1px solid #d2d2d2;
}
.dark .info_title_right select {
  border: 1px solid #555;
}
.data {
  float: left;
  width: 100%;
}
.data1 {
  float: left;
  width: 630px;
  text-align: center;
}
.data1 td {
  font-size: 11px;
}
.tdsolid {
  margin-top: 6px;
  line-height: 130%;
}
.etime {
  FONT-SIZE: 12px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
/*搜索*/

/*.search_div { margin-top: 10px; padding-bottom: 10px; overflow: hidden}
.search_title {height: 15px;font-weight:bold; text-align: center}
.search_2 {float: left;text-align: center;padding-top: 4px;}
.search_2 #Text1 {padding: 4px;width: 90%;margin-bottom:4px;}
.search_3 #Text1 {width: 132px;margin-bottom:4px;}
.search_input {font-size: 14px;font-weight: bold;color: #fff;width: 100px;height: 23px;margin-top: 3px;background-color: var(--primary-color);border: 0;}*/

#selectTeam {
  width: 150px;
}
/*让球盘路统计榜*/

.nav_select {
  background-color: var(--primary-color);
  overflow: hidden;
  padding: 2px 10px;
}
.nav_select li {
  display: inline-block;
  padding: 0 10px;
  float: left;
  margin: 5px 3px;
  line-height: 24px;
  color: #FFF;
  cursor: pointer;
  opacity: 0.7;
}
.nav_select li:first-child {
  margin-left: 10px;
}
.nav_select .nav_selected {
  background-color: var(--second-color);
  border-radius: 3px;
  opacity: 1;
}
.nav_select .dropDiv {
  float: right;
  opacity: 1;
}
.nav_select ul.menuUl {
  background-color: #528BCB;
  display: block;
  overflow: hidden;
  float: left;
  width: 100%;
  height: 37px;
}
.nav_select ul.menuUl li {
  line-height: 26px;
  height: 26px;
  margin: 5px;
  cursor: pointer;
  display: block;
}
.nav_select_right {
  background-color: #e5e5e5;
  overflow: hidden;
}
.nav_select_right select {
  margin: 5px 10px;
  padding: 2px;
}
.nav_unselected {
  text-decoration: none;
}
.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);
}
.main_title .title_left {
  padding: 0px;
  position: absolute;
  left: 2px;
  top: 3px;
}
.main_title .title_left select {
  margin: 0px;
  padding: 0px;
}
.main_title .title_right {
  padding: 0px;
  position: absolute;
  top: 0px;
  right: 2px;
}
.main_title .title_right .btn {
  display: block;
  float: left;
  padding: 0 5px;
  margin-right: 5px;
  line-height: 21px;
  margin-top: 2px;
  cursor: pointer;
}
.main_title .title_right .on {
  background: #F63;
  display: block;
  float: left;
  padding: 0 5px;
  margin-right: 5px;
  color: #FFF;
  line-height: 21px;
}
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%;
}
/*新版添加样式*/

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

#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;
}
#bottom a {
  color: #e5e5e5;
  cursor: pointer;
}
#bottom .f_menu {
  width: 1000px;
  line-height: 20px;
  margin: 0 auto;
  text-align: center;
  margin-top: 10px;
}
#bottom .f_menu li {
  display: inline;
  padding: 0 10px;
  line-height: 20px;
}
#bottom .f_menu .btn {
  background: var(--white10);
  text-decoration: none;
  padding: 2px 8px;
  border-radius: 4px;
}
.f_menu .btn.open::after,
.f_menu .btn.retract::after {
  content: "";
  margin-left: 4px;
  vertical-align: -2px;
  border-width: 4px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  display: inline-block;
}
.f_menu .btn.retract::after {
  border-color: transparent transparent #fff transparent;
  vertical-align: 2px;
}
.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: 25px;
  height: auto;
}
.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;
}
#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;
}
#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,
.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,
.dark .guest-div a span {
  background-color: #444;
}
/*.mintopnav {  overflow: hidden; text-align:center; border-bottom: 3px solid var(--primary-color);}
.mintopnav a { display: inline-block; text-align: center; padding: 0 20px; line-height:24px;border-radius: 2px 2px 0 0;}
.mintopnav a:hover { text-decoration: none;}
.mintopnav.v2 li{display: inline-block; margin: 0 -1px }
.mintopnav.v2 li a { text-align:center; float:none;  line-height: 30px;}
.mintopnav.v2 li.on a,.mintopnav li.on a {color: #fff;line-height: 30px;border-radius: 2px 2px 0 0;}
.dark .mintopnav a, .mintopnav li .mspan {background-color: #6b6b6b;}*/

.sclassLink {
  font-size: 14px;
  cursor: pointer;
  font-weight: bold;
}
/* 红 */

.red,
.lo-f2,
.fbheader .row .LName,
.fbheader .row .LName a,
.fbheader .row .end .score,
.sclassLink,
.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,
.dark .zbf {
  color: #de5b5c !important;
}
/* 蓝 */

.blue,
.blue2,
.gocheck A:link {
  color: #0089F1;
}
/* 绿 */

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

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

.o-lose,
.o-win,
.o-draw {
  color: #fff;
  font-weight: bold;
  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;
}
.win-f {
  color: #60b723;
}
.lose-f {
  color: #EE6435;
}
.draw-f {
  color: #F09B57;
}
.over-f {
  color: #60b723;
}
.under-f {
  color: #EE6435;
}
/* 提示框 */

#subSpnLoading {
  width: 800px !important;
  margin: 0 0 0 20px !important;
}
.dark #subSpnLoading {
  background-color: #222 !important;
  border: 2px solid #444 !important;
}
#topAdDiv {
  width: 1060px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 5px;
}
#topAdDiv a ~ a {
  margin-left: 5px;
}
.uyds td {
  font-weight: bold;
  text-align: center;
  font-size: 14px;
}
.t_bf {
  color: #333;
  border-collapse: separate;
}
.t_bf td {
  text-align: center;
  color: #FFF;
}
.zbf {
  color: red;
  font-weight: bold;
  font-size: 15px;
}
.o_team {
  font-size: 14px;
  font-weight: bold;
}
/*中立场标识*/

.neutraity {
  color: #880000;
  font-weight: normal;
}
@keyframes loader4Animation {
  0% {
    background-color: #7d7d7d;
    box-shadow: -15px 0px 0px 0px rgba(125, 125, 125, 0.67), 15px 0px 0px 0px rgba(125, 125, 125, 0.33);
  }
  17% {
    background-color: rgba(125, 125, 125, 0.67);
    box-shadow: -15px 0px 0px 0px #7d7d7d, 15px 0px 0px 0px rgba(125, 125, 125, 0.67);
  }
  33% {
    background-color: rgba(125, 125, 125, 0.33);
    box-shadow: -15px 0px 0px 0px rgba(125, 125, 125, 0.67), 15px 0px 0px 0px #7d7d7d;
  }
  50% {
    background-color: rgba(125, 125, 125, 0);
    box-shadow: -15px 0px 0px 0px rgba(125, 125, 125, 0.33), 15px 0px 0px 0px rgba(125, 125, 125, 0.67);
  }
  67% {
    background-color: rgba(125, 125, 125, 0.33);
    box-shadow: -15px 0px 0px 0px rgba(125, 125, 125, 0), 15px 0px 0px 0px rgba(125, 125, 125, 0.33);
  }
  83% {
    background-color: rgba(125, 125, 125, 0.67);
    box-shadow: -15px 0px 0px 0px rgba(125, 125, 125, 0.33), 15px 0px 0px 0px rgba(125, 125, 125, 0);
  }
  100% {
    background-color: #7d7d7d;
    box-shadow: -15px 0px 0px 0px rgba(125, 125, 125, 0.67), 15px 0px 0px 0px rgba(125, 125, 125, 0.33);
  }
}
.loading-box {
  width: 100%;
  text-align: center;
  padding: 40px 0;
}
.loading {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
  animation: loader4Animation 1s linear infinite;
}
.loading-tips {
  line-height: 40px;
  font-size: 13px;
}
/*骨架屏*/

.skeleton-animate {
  background: linear-gradient(90deg, #f2f3f5 25%, #e5e6eb 37%, #f2f3f5 63%);
  background-size: 400% 100%;
  animation: skeleton-circle 1.5s linear infinite;
}
.dark .skeleton-animate {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.08) 25%, rgba(255, 255, 255, 0.12) 37%, rgba(255, 255, 255, 0.08) 63%);
  background-size: 400% 100%;
}
@keyframes skeleton-circle {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
