:root {
  --rt-theme-primary: #0f9f8f;
  --rt-theme-primary-dark: #0b6f66;
  --rt-theme-primary-soft: #e8fbf7;
  --rt-theme-bg: #f2f2f2;
  --rt-theme-panel: #ffffff;
  --rt-theme-border: #eeeeee;
  --rt-theme-text: #333333;
  --rt-theme-muted: #999999;
}

html,
body {
  background: var(--rt-theme-bg);
  color: var(--rt-theme-text);
}

a,
.rt-zhibo-time,
.rt-zhibo-date,
.rt-zhibo-date span,
.rt-interLink_con span,
.rt-team-open {
  color: var(--rt-theme-primary);
}

a:hover,
.rt-header-nav-item a:hover,
.rt-guanyu-zixun-list a:hover,
.rt-zhibo_saishi a:hover,
.rt-filter_none_con > li > a:hover,
.rt-interLink_con a:hover {
  color: var(--rt-theme-primary);
}

.rt-header-top-container {
  background: var(--rt-theme-primary);
  border-bottom: 0;
}

.rt-header-bottom-container {
  background: #ffffff;
}

.rt-header-nav .rt-header-nav-item.rt-header-top-actived > a,
.rt-header-top-container a,
.rt-header-top-container a:hover {
  color: #ffffff;
}

.rt-header-top-actived::after {
  border-bottom-color: #ffffff !important;
}

.rt-qhzt {
  background: transparent;
  border: 1px solid #ffffff !important;
  border-radius: 15px;
  box-sizing: border-box;
  padding: 0;
  width: 60px;
}

.rt-qhzt a {
  border-radius: 50%;
  color: #ffffff;
}

.rt-qhzt a:hover {
  background: rgba(255, 255, 255, .16);
  color: #ffffff;
}

.rt-content-title,
.rt-zhibo-fenlei .rt-content-title {
  background-color: var(--rt-theme-primary);
  color: #ffffff;
}

.rt-zq-zhibo,
.rt-zq-zhibo-list,
.rt-content-bottom-left,
.rt-article-list,
.rt-article-detail,
.rt-article-detail-news,
.rt-guanyu-zixun,
.rt-zhibo-zx,
.rt-team-screen,
.rt-team-list,
.rt-zhibo-detail-info,
.rt-zhibo-detail-latest {
  background: var(--rt-theme-panel);
}

.rt-zq-zhibo-item {
  background: var(--rt-theme-primary-soft);
  border-top-color: var(--rt-theme-primary) !important;
}

.rt-erji-active,
.rt-erji-active a {
  background: var(--rt-theme-primary) !important;
  color: #ffffff !important;
}

.rt-sszhibo-active {
  background: transparent !important;
  border-color: transparent !important;
  color: var(--rt-theme-primary) !important;
}

.rt-sszhibo-active::after {
  border-bottom-color: var(--rt-theme-primary) !important;
}

.rt-content-bottom-left-zb-flList li,
.rt-content-bottom-left-zb-flList li a {
  color: var(--rt-theme-text);
}

.rt-content-zbList .rt-zhibo-btn {
  background: #bbbbbb;
  border-color: #bbbbbb;
  color: #ffffff !important;
}

.rt-content-zbList .rt-zhibo-btn:hover {
  background: #969696;
  border-color: #969696;
}

.rt-content-zbList .rt-zhibo-btn-doing,
.rt-start,
.rt-match-yes {
  background: var(--rt-theme-primary) !important;
  border-color: var(--rt-theme-primary) !important;
  color: #ffffff !important;
}

.rt-content-zbList .rt-zhibo-btn-doing:hover {
  background: var(--rt-theme-primary-dark) !important;
  border-color: var(--rt-theme-primary-dark) !important;
}

.rt-zq-lx-bt,
.rt-zq-lx-header {
  border-bottom-color: var(--rt-theme-primary) !important;
}

.rt-zq-lx-header {
  background: transparent;
  color: inherit;
}

.rt-zq-lx-header div,
.rt-zq-lx-header2,
.rt-remen-team-title div {
  background: var(--rt-theme-primary) !important;
  color: #ffffff;
}

.rt-guanyu-zixun-list ul {
  padding: 20px 10px;
}

.rt-guanyu-zixun-list ul li {
  color: var(--rt-theme-text);
  font-size: 13px;
  line-height: 1.5;
  overflow: hidden;
  padding: 10px 0;
  text-overflow: ellipsis;
}

.rt-guanyu-zixun-list ul li span {
  color: var(--rt-theme-muted);
}

.rt-guanyu-zixun-list ul li a {
  color: #666666;
}

.rt-content-bottom-right .rt-guanyu-zixun-list ul li.rt-newsli {
  align-items: flex-start;
  border-bottom: 0;
  display: flex;
  gap: 0;
}

.rt-content-bottom-right .rt-newspic {
  border-radius: 0;
  flex: none;
  height: auto;
  margin-right: 5px;
  object-fit: initial;
  width: 30%;
}

.rt-content-bottom-right .rt-newsli a {
  color: #666666;
  display: -webkit-box;
  flex: none;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 63%;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.rt-footer_fixed p {
  background: var(--rt-theme-primary);
  color: #ffffff;
}

.rt-footer_fixed p:hover {
  background: var(--rt-theme-primary-dark);
}
