/* 自定义样式文件 - 为所有添加了ttzb_前缀的类名添加样式 */

/* 布局相关 */
.ttzb_container {
  width: 1200px;
  margin: 0 auto;
}

.ttzb_position {
  padding-top: 10px;
  font-size: 12px;
  color: #444444;
}

.ttzb_position a {
  font-size: 12px;
  color: #444444;
}

.ttzb_wrap {
  width: 100%;
  overflow: hidden;
}

.ttzb_auto {
  margin: 0 auto;
}

/* 背景和颜色 */
.ttzb_bg_black {
  background-color: #000;
  height: 30px;
}

.ttzb_match_header {
  padding: 20px 0;
}

.ttz_gray {
  background-color: #f5f5f5;
}

.ttz_bg_white {
  background-color: #fff;
}

/* 间距 */
.ttz_mt10 {
  margin-top: 10px;
}

.ttz_mt20 {
  margin-top: 20px;
}

.ttz_mt30 {
  margin-top: 30px;
}



/* 弹性布局 */
.ttz_flex_between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ttz_flex-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 得分颜色 */
.ttz_hscore,
.ttz_home_score {
  color: #ff4f15;
}

.ttz_vscore,
.ttz_away_score {
  color: #3885e1;
}

/* 轮播相关 */
.ttzb_swiper-container {
  width: 100%;
  height: 300px;
}

.ttzb_swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
}

.ttzb_swiper-button-prev,
.ttzb_swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 10;
}

.ttzb_swiper-button-prev {
  left: 10px;
}

.ttzb_swiper-button-next {
  right: 10px;
}

/* 轮播中的比赛项目 */
.ttzb_match {
  width: 234px;
  height: 134px;
  color: #fff;
  background-color: #1a1a1a;
  border-radius: 5px;
  overflow: hidden;
  padding: 10px;
  box-sizing: border-box;
}

.ttzb_liansaitime {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.ttzb_liansai {
  font-size: 12px;
  color: #999;
}

.ttzb_liansai a {
  color: #999;
  text-decoration: none;
}

.ttzb_time {
  font-size: 12px;
  color: #999;
}

.ttzb_match_qiudui {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.ttzb_qiudui {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 28px;
}

.ttzb_name {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #fff;
  flex: 1;
  text-align: left;
}

.ttzb_name img {
  width: 28px;
  height: 28px;
  margin-right: 8px;
}

.ttzb_bifen {
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  min-width: 40px;
  text-align: right;
}

/* 比赛项目 */
.ttzb_match_item {
  padding: 15px;
  border-bottom: 1px solid #f0f0f0;
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 10px;
}

.ttzb_league_time {
  margin-bottom: 10px;
}

.ttzb_league_name {
  font-weight: bold;
  color: #333;
}

.ttzb_match_time {
  color: #666;
  font-size: 14px;
}

.ttzb_match_teams {
  margin-top: 10px;
}

.ttzb_team_info {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ttzb_team_name {
  display: flex;
  align-items: center;
  color: #333;
  flex: 1;
}

.ttzb_team_name img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.ttzb_score {
  font-weight: bold;
  font-size: 18px;
  min-width: 40px;
  text-align: right;
}



/* 列表和内容区域 */
.ttzb_match_section {
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.ttzb_section_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 2px solid #ff4f15;
}

.ttzb_title_name {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

.ttzb_title_text {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

.ttzb_title_more {
  color: #999;
}

.ttzb_section_nav {
  display: flex;
  margin-bottom: 15px;
  overflow-x: auto;
}

.ttzb_section_nav a {
  padding: 5px 15px;
  margin-right: 10px;
  color: #666;
  white-space: nowrap;
}

.ttzb_active {
  background-color: #ff4f15;
  color: #fff !important;
  border-radius: 3px;
}

.ttzb_match_list_content {
  margin-top: 20px;
}

/* 右侧内容 */
.ttzb_hot_teams_rank {
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.ttzb_hot_events {
  margin-bottom: 20px;
}

.ttzb_hot_events_main {
  margin-top: 15px;
}

.ttzb_video_recommend {
  margin-bottom: 20px;
}

.ttzb_index_video_list {
  margin-top: 15px;
}

.ttzb_hot_tags {
  padding: 20px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.ttzb_hot_tags_main {
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
}

.ttzb_hot_tags_main a {
  padding: 5px 10px;
  margin: 5px;
  background-color: #f5f5f5;
  color: #666;
  border-radius: 3px;
  font-size: 14px;
}

.ttzb_hot_tags_main a:hover {
  background-color: #ff4f15;
  color: #fff;
}

/* 篮球部分样式 */
.ttzb_baskball_part {
  margin-top: 40px;
  display: flex;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.ttzb_baskball_part span {
  padding: 5px 15px;
  margin-right: 10px;
  cursor: pointer;
  color: #666;
}

.ttzb_baskball_part span.on {
  color: #ff4f15;
  font-weight: bold;
  border-bottom: 2px solid #ff4f15;
}

.ttzb_baskball_partmain {
  background-color: #f9f9f9;
  padding: 20px;
  border-radius: 5px;
}

.ttzb_baskball_part_qiuyuan_bifen {
  display: none;
}

.ttzb_baskball_part_qiuyuan_bifen.show {
  display: block;
}

.ttzb_baskball_part_qiuyuan_bifen .top {
  background-color: #f0f0f0;
  padding: 10px;
  font-weight: bold;
  margin-bottom: 10px;
}

.ttzb_baskball_part_qiuyuan_bifen .row {
  display: flex;
  padding: 10px;
  border-bottom: 1px solid #f0f0f0;
}

.ttzb_baskball_part_qiuyuan_bifen .row .l {
  flex: 2;
  font-weight: bold;
}

.ttzb_baskball_part_qiuyuan_bifen .row .r {
  flex: 8;
  display: flex;
  justify-content: space-around;
}

/* 文字直播样式 */
.ttzb_boxD {
  background-color: #f9f9f9;
  padding: 20px;
  border-radius: 5px;
  max-height: 300px;
  overflow-y: auto;
}

.ttzb_boxD.autoheight {
  max-height: none;
}

.ttzb_boxD .part {
  display: flex;
  margin-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 10px;
}

.ttzb_boxD .part span {
  padding: 5px 15px;
  margin-right: 10px;
  cursor: pointer;
  color: #666;
}

.ttzb_boxD .part span.on {
  color: #ff4f15;
  font-weight: bold;
  border-bottom: 2px solid #ff4f15;
}

.ttzb_boxD .partdetail {
  display: none;
}

.ttzb_boxD .partdetail.show {
  display: block;
}

.ttzb_boxD .main {
  margin-bottom: 10px;
  line-height: 1.5;
}

.ttzb_textmore {
  text-align: center;
  margin-top: 15px;
}

.ttzb_textmore a {
  color: #ff4f15;
  text-decoration: none;
  cursor: pointer;
}

/* 比分百分比样式 */
.ttzb_boxC ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #f0f0f0;
}

.ttzb_boxC ul li .num {
  font-weight: bold;
  min-width: 40px;
}

.ttzb_boxC ul li .num_zd {
  color: #ff4f15;
}

.ttzb_boxC ul li .num_kd {
  color: #3885e1;
}

.ttzb_boxC ul li .name {
  flex: 1;
  text-align: center;
}

.ttzb_boxC ul li .progress {
  flex: 2;
  height: 8px;
  background-color: #f0f0f0;
  border-radius: 4px;
  overflow: hidden;
}

.ttzb_boxC ul li .progress_zd .van-progress {
  background-color: #ff4f15;
  height: 100%;
}

.ttzb_boxC ul li .progress_kd .van-progress {
  background-color: #3885e1;
  height: 100%;
}

/* 球队排名样式 */
.ttzb_team_rank_main {
  background-color: #f9f9f9;
  padding: 20px;
  border-radius: 5px;
}

.ttzb_team_rank_match {
  display: flex;
  margin-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 10px;
}

.ttzb_team_rank_match span {
  padding: 5px 15px;
  margin-right: 10px;
  cursor: pointer;
  color: #666;
}

.ttzb_team_rank_match span.on {
  color: #ff4f15;
  font-weight: bold;
  border-bottom: 2px solid #ff4f15;
}

.ttzb_team_rank_item {
  display: none;
}

.ttzb_team_rank_item.on {
  display: block;
}

.ttzb_team_rank_match_saishi {
  display: flex;
  margin-bottom: 15px;
  flex-wrap: wrap;
}

.ttzb_team_rank_match_saishi span {
  padding: 5px 10px;
  margin: 5px;
  cursor: pointer;
  background-color: #f0f0f0;
  border-radius: 3px;
  color: #666;
}

.ttzb_team_rank_match_saishi span.on {
  background-color: #ff4f15;
  color: #fff;
}

.ttzb_team_rank_match_saishi_east_west {
  display: flex;
  margin-bottom: 15px;
  display: none;
}

.ttzb_team_rank_match_saishi_east_west.on {
  display: flex;
}

.ttzb_team_rank_match_saishi_east_west span {
  padding: 5px 15px;
  margin-right: 10px;
  cursor: pointer;
  color: #666;
}

.ttzb_team_rank_match_saishi_east_west span.on {
  color: #ff4f15;
  font-weight: bold;
  border-bottom: 2px solid #ff4f15;
}

.ttzb_team_rank_score {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ttzb_team_rank_score li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  border-bottom: 1px solid #f0f0f0;
}

.ttzb_team_rank_score li span:first-child {
  min-width: 40px;
}

.ttzb_team_rank_score li span:first-child i {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background-color: #f0f0f0;
  border-radius: 3px;
  margin-right: 5px;
}

.ttzb_team_rank_score li span:nth-child(2) {
  flex: 1;
  display: flex;
  align-items: center;
}

.ttzb_team_rank_score li span:nth-child(2) img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.ttzb_team_rank_score li span:nth-child(3) {
  min-width: 60px;
  text-align: center;
}

.ttzb_team_rank_score li span:nth-child(4) {
  min-width: 60px;
  text-align: center;
  font-weight: bold;
  color: #ff4f15;
}

/* 友情链接 */
.ttzb_friend-wrapper {
  background-color: #f5f5f5;
  padding: 20px;
  margin-top: 30px;
}

/* 比赛直播列表 */
.ttzb_match_zhibo_list {
  margin-bottom: 20px;
}

.ttz_match_box {
  background-color: #fff;
  padding: 15px;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.ttzb_match-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #f0f0f0;
}

.ttzb_info_left {
  flex: 1;
  display: flex;
  align-items: center;
}



.ttzb_league {
  display: flex;
  align-items: center;
}

.ttzb_league img {
  margin-right: 10px;
}

.ttzb_info_center {
  flex: 2;
  text-align: center;
  font-weight: bold;
}

.ttzb_info_right {
  flex: 1;
  text-align: right;
}

.ttz_start a {
  padding: 5px 15px;
  background-color: #ff4f15;
  color: #fff;
  border-radius: 3px;
}

/* 其他通用样式 */
.ttzb_box_content {
  padding: 15px;
}

.ttzb_ul_body {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ttzb_ul_body li {
  padding: 10px 0;
  border-bottom: 1px solid #f0f0f0;
}

.ttzb_show {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ttzb_show li {
  padding: 10px 0;
  border-bottom: 1px solid #f0f0f0;
}

.ttzb_clear {
  clear: both;
}

.ttzb_detail_bottom2 {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #f0f0f0;
}

.ttzb_share_li {
  float: left;
  margin-right: 10px;
  color: #666;
}

/* 容器布局 */


.ttzb_container_left {
  float: left;
  width: 820px;
}

.ttzb_container_right {
  float: right;
  width: 340px;
}

/* 左侧和右侧布局 */
.ttzb_left {
  float: left;
  width: 820px;
}

.ttzb_right {
  float: right;
  width: 340px;
}

/* 比赛信息 */
.ttzb_match_allinfo {
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* 热门球队排名 */
.ttzb_hotqiuduipaihang {
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* 通用box样式 */
.ttzb_box {
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}

/* 比分列表样式 */
.ttzb_bifen {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ttzb_bifen li {
  padding: 10px 0;
  border-bottom: 1px solid #f0f0f0;
}

.ttzb_bifen li:last-child {
  border-bottom: none;
}

/* 选中状态样式 */
.ttzb_f {
  color: #ff4f15 !important;
  font-weight: bold;
}

/* 通用box样式 */
.ttzb_box {
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}

/* 区域标题样式 */
.ttzb_box_title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #333;
}

.ttzb_box_title1 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #333;
}

.ttzb_box_title2 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #ff4f15;
}

/* 区域内容样式 */
.ttzb_box_body {
  padding: 15px;
}

/* 列表项样式 */
.ttzb_tli {
  padding: 10px 0;
  border-bottom: 1px solid #f0f0f0;
}

.ttzb_tli3 {
  padding: 10px 0;
}

.ttzb_area_li {
  padding: 10px 0;
  border-bottom: 1px solid #f0f0f0;
}

/* 列表样式 */
.ttzb_title_ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* 折叠箭头 */
.ttzb_arrow-left,
.ttzb_arrow-right {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #999;
  border-right: 2px solid #999;
}

.ttzb_arrow-left {
  transform: rotate(-135deg);
}

.ttzb_arrow-right {
  transform: rotate(45deg);
}

/* 折叠状态 */
.ttzb_box_collapse {
  cursor: pointer;
  color: #999;
}

/* 列表项容器宽度 */
.ttzb_li_list {
  padding: 10px 0;
  border-bottom: 1px solid #f0f0f0;
}

.ttzb_rli3 {
  padding: 10px 0;
  border-bottom: 1px solid #f0f0f0;
}

/* 新闻列表样式 */
.ttzb_news_list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ttzb_news_list li {
  padding: 10px 0;
  border-bottom: 1px solid #f0f0f0;
}

/* 视频列表样式 */
.ttzb_video_list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ttzb_video_list li {
  padding: 10px 0;
  border-bottom: 1px solid #f0f0f0;
}

/* 分页样式 */
.ttzb_pagination {
  list-style: none;
  padding: 0;
  margin: 20px 0;
  display: flex;
  justify-content: center;
}

.ttzb_pagination li {
  padding: 5px 10px;
  margin: 0 5px;
  border: 1px solid #ddd;
  border-radius: 3px;
}

.ttzb_pagination li.active {
  background-color: #ff4f15;
  border-color: #ff4f15;
  color: #fff;
}

/* 录像推荐 */
.ttzb_luxiangtuijian {
  margin-top: 20px;
}

/* 视频列表 */
.ttzb_index_video_list_qh {
  margin-top: 15px;
}

/* 热门样式 */
.ttzb_hot {
  margin-bottom: 10px;
}

/* 列表项样式 */
.ttzb_rli2 {
  padding: 10px 0;
  border-bottom: 1px solid #f0f0f0;
}

.ttzb_rli {
  padding: 10px 0;
  border-bottom: 1px solid #f0f0f0;
}

.ttzb_prli {
  padding: 10px 0;
  border-bottom: 1px solid #f0f0f0;
}

/* 比赛相关基础样式 */
.ttzb_match {
  width: 234px;
  height: 134px;
  color: #fff;
  background-color: #1a1a1a;
  border-radius: 5px;
  overflow: hidden;
}

.ttzb_liansaitime {
  position: relative;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ttzb_liansai {
  overflow-wrap: break-word;
  color: #999999;
  font-size: 12px;
  text-align: left;
  white-space: nowrap;
}

.ttzb_liansai a {
  color: #999999;
}

.ttzb_time {
  overflow-wrap: break-word;
  color: #999999;
  font-size: 12px;
  text-align: right;
  white-space: nowrap;
  line-height: 19px;
}

.ttzb_match_qiudui {
  width: 100%;
  padding: 10px;
}

.ttzb_match_qiudui a {
  display: block;
}

.ttzb_qiudui {
  display: flex;
  color: #999999;
  width: 100%;
  line-height: 28px;
  padding: 5px 0;
}

.ttzb_name {
  font-size: 14px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.ttzb_name img {
  width: 28px;
  height: 28px;
  margin-right: 5px;
}

.ttzb_bifen {
  font-weight: 600;
  color: #fff;
}

.ttzb_hscore {
  color: #ff4f15;
}

.ttzb_vscore {
  color: #3885e1;
}

/* 懒加载图片样式 */
.ttzb_lazy {
  opacity: 0;
  transition: opacity 0.3s;
}

.ttzb_lazy[src*="default.png"] {
  opacity: 1;
}

/* 导航相关样式 */
.ttzb_lmsenav {
  display: flex;
  margin-bottom: 15px;
  border-bottom: 2px solid #ff4f15;
}

.ttzb_lmsenav a {
  padding: 10px 20px;
  color: #666;
  font-size: 16px;
}

.ttzb_lmsenav a.ttzb_on {
  color: #ff4f15;
  font-weight: bold;
  border-bottom: 2px solid #ff4f15;
  margin-bottom: -2px;
}

/* 热门新闻样式 */
.ttzb_hotnews {
  margin-bottom: 20px;
}

.ttzb_hotnewsmain {
  margin-top: 15px;
}

.ttzb_hotnewsmainbox {
  display: none;
}

.ttzb_hotnewsmainbox.ttzb_active {
  display: block;
}

.ttzb_hot_news_item {
  display: flex;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
}

.ttzb_hot_news_item .ttzb_pic {
  width: 120px;
  height: 80px;
  margin-right: 10px;
  overflow: hidden;
  border-radius: 5px;
}

.ttzb_hot_news_item .ttzb_pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ttzb_hot_news_item .ttzb_text {
  flex: 1;
}

.ttzb_hot_news_item .ttzb_title {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}

.ttzb_hot_news_item .ttzb_time {
  font-size: 12px;
  color: #999;
}

/* 热门视频样式 */
.ttzb_hotvideos {
  margin-bottom: 20px;
}

.ttzb_hotvideosmain {
  margin-top: 15px;
}

.ttzb_hotvideosmainbox {
  display: none;
}

.ttzb_hotvideosmainbox.ttzb_active {
  display: block;
}

.ttzb_hot_video_item {
  margin-bottom: 15px;
}

.ttzb_hot_video_item .ttzb_pic {
  position: relative;
  width: 100%;
  height: 150px;
  overflow: hidden;
  border-radius: 5px;
}

.ttzb_hot_video_item .ttzb_pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 热门球队样式 */
.ttzb_hotqiudui {
  margin-bottom: 20px;
}

.ttzb_hotqiuduimain {
  margin-top: 15px;
}

.ttzb_hotqiuduimain .ttzb_item {
  display: none;
}

.ttzb_hotqiuduimain .ttzb_item.ttzb_active {
  display: block;
}

/* 赛事信息样式 */
.ttzb_match_analysis {
  margin-bottom: 20px;
}

.ttzb_senav {
  display: flex;
  margin-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
}

.ttzb_senav span {
  padding: 10px 20px;
  color: #666;
  cursor: pointer;
}

.ttzb_senav span.ttzb_on {
  color: #ff4f15;
  font-weight: bold;
  border-bottom: 2px solid #ff4f15;
}

.ttzb_tabmain {
  margin-top: 15px;
}

.ttzb_tabmain .ttzb_item {
  display: none;
}

.ttzb_tabmain .ttzb_item.ttzb_active {
  display: block;
}



/* 响应式设计 */
@media (max-width: 1200px) {
  .ttzb_container {
    max-width: 100%;
  }
  
  .ttzb_container_left {
    width: 100%;
  }
  
  .ttzb_container_right {
    width: 100%;
  }
  
  .ttzb_left {
    width: 100%;
  }
  
  .ttzb_right {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .ttzb_container {
    width: 100%;
    padding: 0 15px;
  }
  
  .ttzb_match-item {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .ttzb_info_left,
  .ttzb_info_center,
  .ttzb_info_right {
    width: 100%;
    margin-bottom: 10px;
  }
  
  .ttzb_info_center {
    text-align: left;
  }
  
  .ttzb_info_right {
    text-align: left;
  }
  
  .ttzb_container_left,
  .ttzb_container_right {
    width: 100%;
    float: none;
    padding-right: 0;
  }
  
  .ttzb_left,
  .ttzb_right {
    width: 100%;
    float: none;
    padding-right: 0;
  }
  
  .ttzb_container_right {
    margin-top: 20px;
  }
  
  .ttzb_right {
    margin-top: 20px;
  }
}