.red {
    color: red;
}

.gray {
    color: gray;
}

.green {
    color: green;
}

.text-placeholder {
    color: #666;
}

.left {
    text-align: left;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

header {
    margin: auto;
    width: 100%;
    height: 76px;
    position: absolute;
    z-index: 10;
    top: 0;
    background: #21233e;
}

footer {
    font-size: 14px;
    width: 100%;
    min-height: 60px;
    text-align: center;
    position: relative;
    z-index: 9;
    display: flex;
}

footer .footer-content {
    /* width          : 1200px;
  height         : 180px;
  display        : flex;
  justify-content: center;
  align-items    : center; */
    margin: auto;
}

footer .footer-content .link-wrap {
    width: 1200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer .footer-content .special-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    padding-top: 20px;
}

footer .footer-content .special-wrap .special {
    width: 1105px;
    max-width: 1105px;
    margin-left: 24px;
    text-align: left;
    flex-wrap: wrap;
}

footer .footer-content .special-wrap .special a {
    font-size: 14px;
    color: #878787;
    text-align: left;
    white-space: nowrap;
    width: 98px;
    overflow: hidden;
    margin-right: 20px;
    margin-bottom: 23px;
    display: inline-block;
}

footer .footer-content .f-link {
    width: 600px;
    margin-left: 24px;
    position: relative;
}

/* footer .footer-content .f-link:after {
  content: " ";
  height: 180px;
  width: 1px;
  background: #878787;
  position: absolute;
  right: 38px;
  top: 0;
} */

footer .footer-content .f-link p {
    display: block;
    font-size: 18px;
    color: #bfbfbf;
    text-align: left;
    margin-bottom: 38px;
}

footer .footer-content .f-link p .swap {
    font-size: 13px;
    color: #878787;
}

footer .footer-content .f-link a {
    font-size: 14px;
    color: #878787;
    text-align: left;
    margin-right: 20px;
    margin-bottom: 23px;
    float: left;
    white-space: nowrap;
    width: 98px;
    overflow: hidden;
}

footer span {
    margin-bottom: 20px;
}

footer a:hover {
    color: #fff !important;
}

footer .copy-right {
    margin: 0;
    width: 505px;
    font-size: 14px;
    color: #878787;
    line-height: 25px;
    text-align: left;
}

footer .copy-right span {
    font-size: 18px;
    display: block;
    color: #bfbfbf;
}

footer .sitemap {
    font-size: 14px;
    color: #878787;
}

.header-top {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 76px;
}

.header-top .header-menu {
    flex: 1;
    display: flex;
    width: 1200px;
    align-items: center;
    position: absolute;
}

.header-menu-logo {
    width: 128px;
    height: 35px;
    margin-right: 30px;
    border: none;
    margin: auto;
}

.header-top .header-menu a {
    font-size: 20px;
    text-align: center;
    color: #ffffff;
    position: relative;
    display: flex;
    flex-direction: row;
    height: 76px;
    line-height: 76px;
    padding: 0 34px;
}

.header-top .header-menu a:first-child {
    padding: 0 40px;
}

.header-top .header-menu a i {
    width: 30px;
    margin-right: 5px;
}

.header-top .header-menu a:nth-child(3) i {
    background: url(../../../images/seafish/header-football-icon.png) no-repeat left;
}

.header-top .header-menu a:nth-child(4) i {
    background: url(../../../images/seafish/header-basketball-icon.png) no-repeat left;
}

.header-top .header-menu a:nth-child(5) i {
    background: url(../../../images/seafish/header-news-icon.png) no-repeat left;
}

.header-top .header-menu a:nth-child(6) i {
    background: url(../../../images/seafish/header-video-icon.png) no-repeat left;
}

.header-top .header-menu a+a {
    position: relative;
}

.header-top .header-menu a.active {
    color: #ce3f39;
    background: url(../../../images/seafish/menu-active-bg.png) no-repeat;
    background-size: 100% 100%;
}

.header-top .header-menu a:nth-child(3).active i {
    background: url(../../../images/seafish/header-football-icon-active.png) no-repeat left;
}

.header-top .header-menu a:nth-child(4).active i {
    background: url(../../../images/seafish/header-basketball-icon-active.png) no-repeat left;
}

.header-top .header-menu a:nth-child(5).active i {
    background: url(../../../images/seafish/header-news-icon-active.png) no-repeat left;
}

.header-top .header-menu a:nth-child(6).active i {
    background: url(../../../images/seafish/header-video-icon-active.png) no-repeat left;
}

.header-top .header-search {
    float: right;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.header-top .header-search a {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.header-top .header-search .search {
    width: 120px;
    height: 40px;
}

.header-top .header-search .search input {
    font-size: 18px;
    width: 100%;
    height: 40px;
    border: 0;
    outline: 0;
    border-radius: 20px;
    padding-left: 45px;
    padding-right: 5px;
    background: #fff url("https://www.dmwrz.com/static/pc/css/images/search.png") 9px center no-repeat;
    background-size: 26px;
    box-sizing: border-box;
}

.header-nav {
    display: flex;
    position: relative;
}

.header-nav .header-nav-list {
    flex: 1;
    height: 14px;
    overflow: hidden;
}

.header-nav .header-nav-list ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.header-nav .header-nav-list ul li {
    flex: 0 0 6%;
    text-align: left;
    cursor: pointer;
    margin-bottom: 20px;
    overflow: hidden;
    margin-right: 50px;
}

.header-nav .header-nav-list ul li:nth-child(10n) {
    margin-right: 0;
}

.header-nav .header-nav-list ul li a {
    display: block;
    font-size: 14px;
    color: #fff;
    opacity: 0.6;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.header-nav .header-nav-list ul li a:hover {
    color: #fff !important;
    opacity: 1;
}

.header-nav .header-nav-list ul li.active a {
    font-weight: bold;
    opacity: 1;
}

.header-nav i.arrow {
    display: inline-block;
    width: 18px;
    height: 11px;
    margin-left: 5px;
    background: url("https://www.dmwrz.com/static/pc/css/images/arrow-down.png") center center no-repeat;
    cursor: pointer;
    transition: transform 0.3s linear;
}

.header-nav i.arrow.rotate {
    transform: rotate(180deg);
}


/* 广告 */
.header-layer {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 50px;
    height: 60px;
    z-index: 22;
    padding: 20px;
    background: rgba(33, 35, 62, 0.9);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 18px;
    font-weight: bold;
    border-radius: 10px;
}


.header-code {
    position: absolute;
    right: 50px;
    z-index: 20;
    /* display        : flex;
  flex-direction    : column;
  justify-content   : space-between;
  border-radius     : 10px; */
}

.header-code .code-item:nth-child(2) {
    margin-top: 20px;
}

.header-code .img {
    position: relative;
}

.header-code .img .code-close {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #d6d2d2;
    font-size: 18px;
    text-align: center;
    color: #999;
    transform: rotateZ(45deg);
    cursor: pointer;
}

.header-code .img img {
    width: 110px!important;
    height: 110px !important;
    border-radius: 6px 6px 0px 0px!important;
}

.header-code .text {
    line-height: 50px;
    color: #fff;
    background: #008ce9;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    border-radius: 0px 0px 6px 6px!important;
}

/* 广告 */
.ad.left {
    position: fixed;
    bottom: 40%;
    left: 0;
    width: 81px;
    height: 423px;
    z-index: 100;
}

.ad.right {
    position: fixed;
    bottom: 50%;
    right: 0;
    width: 81px;
    height: 420px;
    margin-bottom: -210px;
    background: url("https://www.dmwrz.com/static/pc/css/images/line-bg.png") no-repeat;
    z-index: 100;
}

.contaier {
    width: 100%;
    margin: 0 auto;
}

.error-box {
    text-align: center;
}

.error-box p {
    font-size: 14px;
    color: #fff;
    margin-top: 580px;
}

.error-box a {
    display: block;
    font-size: 20px;
    color: #fff;
    margin: 83px auto;
    width: 176px;
    height: 42px;
    line-height: 42px;
    border-radius: 4px;
}

/* 公用标题模块 */

.base-title-box {
    text-align: center;
    position: relative;
}

.base-title-box.left {
    text-align: left;
}

.base-title-box .title {
    display: block;
    font-size: 32px;
    font-weight: bold;
    color: #333;
    letter-spacing: 8px;
}

.base-title-box img {
    margin-top: -10px;
}

.base-title-box p {
    display: inline-block;
    font-size: 34.5px;
    margin-top: -20px;
    position: relative;
    z-index: -1;
    opacity: 0.6;
}

.base-title-box a.more {
    position: absolute;
    bottom: 10px;
    right: 0;
    display: block;
    width: 35px;
    height: 18px;
}

/* banner新闻页统一布局 */

.banner-box {
    width: 100%;
    height: 299px;
    background: #fff;
}

.banner-box .title-box {
    position: absolute;
    left: -6px;
    bottom: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 321px;
    height: 106px;
    text-align: center;
    border-radius: 8px 4px 8px 8px;
    z-index: 10;
}

.banner-box .title-box h2.title {
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    width: 100%;
    letter-spacing: 5px;
    position: relative;
}

.banner-box .title-box img {
    position: absolute;
    top: 55%;
    left: 15%;
    text-align: center;
    z-index: -1;
}

.new-hot-main {
    width: 100%;
    margin: 0 auto;
    background: #5e46e3;
}

.new-hot-main .new-hot-cover {
    width: 1203px;
    height: 299px;
    background-color: #ddd;
    position: relative;
    z-index: 5;
}

.new-hot-main .new-hot-cover .cover-box {
    width: 100%;
    height: 100%;
}

.new-hot-main .new-hot-cover .cover-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.new-hot-main .new-hot-cover .cover-box p {
    position: absolute;
    bottom: 40px;
    left: 32px;
    width: 362px;
    height: 15px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.new-hot-main .new-hot-cover .cover-dot-box {
    position: absolute;
    right: 18px;
    display: flex;
    width: auto;
    left: auto;
    flex-direction: row;
}

.new-hot-main .new-hot-cover .cover-dot-box .swiper-pagination-bullet {
    display: block;
    width: 8px;
    height: 8px;
    cursor: pointer;
    border-radius: 10px;
    transition: width 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    background: #ffffff;
}

.swiper-title-wrap {
    background: linear-gradient(360deg, black, transparent);
    width: 500px;
    height: 37px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.new-hot-main .new-hot-cover .swiper-title {
    position: absolute;
    bottom: 9px;
    left: 10px;
    text-align: left;
    color: #fff;
    width: 430px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.swiper-container {
    --swiper-navigation-size: 25px;
    /* 设置按钮大小 */
}

.swiper-button-prev,
.swiper-button-next {
    background: #000;
    opacity: 0.6;
    padding: 5px;
    z-index: 10;
}

.swiper-button-next {
    right: 0 !important;
}

.swiper-button-prev {
    left: 0 !important;
}

.swiper-pagination-bullet-active {
    background: #bd4346 !important;
}

.new-hot-main .new-hot-list-warpper {
    width: 570px;
    position: relative;
    z-index: 100;
}

.new-hot-main .new-hot-list .hot-news-box {
    margin-bottom: 60px;
}

.new-hot-main .new-hot-list .hot-news-box .title {
    display: block;
    font-size: 18px;
    font-weight: bold;
    width: 100%;
    line-height: 20px;
    margin-bottom: 22px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.new-hot-main .new-hot-list .hot-news-box p {
    width: 570px;
    height: 40px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #666666;
    overflow: hidden;
}

.new-hot-main .news-hot-btns {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 90px;
}

.new-hot-main .news-hot-btns .basic-tabs-btns {
    display: flex;
}

.new-hot-main .news-hot-btns a,
.new-hot-main .news-hot-btns button {
    display: block;
    font-size: 14px;
    color: #666;
    text-align: center;
    width: 81px;
    height: 28px;
    line-height: 28px;
    border: none;
    background: transparent;
    box-sizing: border-box;
    cursor: pointer;
    border: 2px solid transparent;
}

.new-hot-main .news-hot-btns a+a,
.new-hot-main .news-hot-btns button+a,
.new-hot-main .news-hot-btns a+button,
.new-hot-main .news-hot-btns button+button {
    margin-left: 40px;
}

/* 新闻列表 */

.news-list .news-list-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    color: #999;
    margin-bottom: 16px;
}

.news-list .news-list-item:last-child {
    margin-bottom: 0;
}

.news-list .news-list-item::before {
    content: " ";
    width: 6px;
    height: 6px;
    opacity: 0.5;
    border-radius: 3px;
    margin-right: 12px;
}

.news-list .news-list-item dt {
    flex: 1;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 直播表格 */

.live-match-content {
    width: 1200px;
    margin: auto;
    position: relative;
    z-index: 9;
}

.live-nav-hotchannel {
    width: 1200px;
    background: #ffffff;
}

.live-nav-hot-channel-wrap {
    width: 1200px;
    margin: auto;
    display: flex;
    align-items: center;
    height: 40px;
    position: relative;
}

.live-nav-hotchannel-title {
    background: url(../../../images/seafish/hot-nav-channel.png);
    height: 33px;
    width: 173px;
    margin: -8px 18px 0 24px;
    position: relative;
}

.live-nav-hotchannel-title:after {
    content: "|";
    width: 1px;
    height: 20px;
    font-weight: bold;
    color: #7b7e82;
    position: absolute;
    right: -18px;
    top: 50%;
    margin-top: -3px;
}

.live-nav-hotchannels {
    display: flex;
    color: #39485d;
    font-size: 20px;
    max-width: 970px;
    flex-wrap: wrap;
    height: 50px;
    overflow: hidden;
}

.live-nav-hotchannels li {
    padding: 15px 20px;
    cursor: pointer;
}

.live-nav-hotchannels li:hover {
    color: #b54856;
    font-weight: bold;
}

.live-nav-special {
    color: #39485d;
    font-size: 18px;
    max-width: 980px;
    position: absolute;
    top: 40px;
    width: 980px;
    left: 220px;
    background: #fff;
    display: none;
    z-index: 100;
}

.live-nav-special li {
    padding: 15px;
    cursor: pointer;
    display: inline-block;
}

.live-nav-special li :hover {
    color: #b54856;
    font-weight: bold;
}

.news-video-info {
    width: 1100px;
    height: 500px;
    background: #ffffff;
    margin-top: 15px;
    padding: 40px 50px;
    display: flex;
    overflow: hidden;
    border-radius: 6px;
}

.news-video-info-news {
    max-width: 500px;
    height: 540px;
    width: 500px;
    margin-right: 90px;
}

.news-video-info-news-title,
.news-video-info-video-title {
    width: 100%;
    border-bottom: 2px solid #383838;
    display: flex;
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 7px;
}

.news-video-info-news-title-image {
    background: url(../../../images/seafish/live-match-information-bg.png) no-repeat;
    width: 275px;
    height: 27px;
}

.news-video-info-video-title-image {
    background: url(../../../images/seafish/live-match-video-bg.png) no-repeat;
    width: 275px;
    height: 27px;
}

.news-video-info-news-title-more,
.news-video-info-video-title-more {
    font-size: 14px;
    color: #a2aec2;
    width: auto;
    display: block;
    position: absolute;
    right: 0;
    bottom: 5px;
    cursor: pointer;
}

.news-video-info-news-recommend {
    width: 500px;
    height: 150px;
    margin-top: 20px;
    display: flex;
}

.news-video-info-news-recommend-left,
.news-video-info-news-recommend-right {
    width: 240px;
    height: 140px;
    background: #999;
    position: relative;
}

.news-video-info-news-recommend-right {
    margin-left: 20px;
}

.news-video-info-news-recommend-left p,
.news-video-info-news-recommend-right p {
    width: 240px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: #000;
    opacity: 0.7;
    position: absolute;
    bottom: 0;
}

.news-video-info-news-article {
    width: 500px;
    /* height  : 190px; */
    color: #6c6c6c;
    overflow: hidden;
    position: relative;
}

.news-video-info-news-article li,
.news-video-info-video-playback li {
    width: 500px;
    font-size: 16px;
    cursor: pointer;
    margin: 13px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-video-info-video-playback:before,
.news-video-info-news-article li:before {
    content: " ";
    width: 4px;
    height: 4px;
    position: relative;
    left: 0;
    background: #325fb1;
    margin-right: 7px;
    border-radius: 50%;
    display: inline-block;
}

.news-video-info-news-article li:before {
    top: -4px;
}

.news-video-info-news-article li:hover,
.news-video-info-video-playback li:hover,
.news-video-info-video-playback-label span:hover {
    color: #d3524c;
}

.news-video-info-video-playback-wrap {
    height: 340px;
    width: 525px;
    overflow: hidden;
}

.news-video-info-video {
    width: 510px;
}

.news-video-info-video-playback {
    display: flex;
    align-items: center;
    position: relative;
}

.news-video-info-video-playback li {
    width: 250px;
    margin-right: 10px;
}

.news-video-info-video-playback-date {
    color: #a2aec2;
    font-size: 13px;
    margin-right: 13px;
}

.news-video-info-video-playback-label {
    width: 170px;
    overflow: hidden;
    display: flex;
    font-size: 14px;
    color: #6d798d;
    align-items: center;
}

.news-video-info-video-playback-label span {
    width: 55px;
    height: 18px;
    border: 1px solid #6d789d;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    text-align: center;
    line-height: 18px;
    cursor: pointer;
    margin-right: 6px;
}

.news-video-info-video-playback-label span a {
    color: #6d789d !important;
}

.news-video-info-video-playback-icon {
    background: url(../../../images/seafish/playback-icon.png);
    width: 27px;
    height: 27px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -15px;
}

.news-video-info-video-playback:hover:not(.news-video-info-video-playback-icon) .news-video-info-video-playback-icon {
    background: url(../../../images/seafish/playback-hover-icon.png);
    width: 42px;
    height: 33px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -21px;
}

.live-match-banner {
    height: 109px;
    width: 692px;
    margin: auto;
    background: url(../../../images/seafish/home-live-title-bg.png);
}

.live-match-wrap {
    background-color: rgba(33, 35, 62, 0.9);
    height: 100%;
    /* width           : 1200px; */
    border-radius: 6px;
}

.match-lists {
    top: 18px;
    width: 1200px;
    background: #ffffff;
    box-shadow: 0px 6px 20px 7px rgba(94, 70, 227, 0.24);
    border-radius: 6px;
}

.match-day-wrap {
    display: flex;
    width: 1100px;
    margin: auto;
}

.match-day {
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.03);
    border-radius: 6px;
    height: 50px;
    width: 155px;
    line-height: 20px;
    margin: 20px 0;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.match-day span p,
.match-day.active span p {
    font-size: 14px;
    font-weight: normal;
    color: #989898;
}

.match-day.active span p {
    color: #ffffff;
}

.match-day:hover {
    color: #ffffff !important;
    background: url(../../../images/seafish/match-day-active-bg.png) center no-repeat !important;
}

.match-day.active {
    color: #ffffff !important;
    background: url(../../../images/seafish/match-day-active-bg.png) center no-repeat;
}

.match-day.active:before {
    content: " ";
    width: 24px;
    height: 22px;
    margin-right: 9px;
    background: url(../../../images/seafish/match-day-active-icon.png) center no-repeat;
}

.match-day :first-child {
    margin-left: 0;
}

.live-table-head {
    width: 1200px;
    background: #fff;
    margin-bottom: 49px;
    border-radius: 10px;
}

.live-table-head .live-table>table {
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 10px;
    border: solid 0.3em #fff;
}

.live-table-wrap {
    width: 1200px;
    overflow: auto;
    max-height: 840px;
    border-radius: 0px !important;
    background: none !important;
}

.live-match-border {
    border-radius: 6px;
    background-color: rgba(33, 35, 62, 0.9);
}

/* 滚动条样式 */
.live-table-wrap::-webkit-scrollbar {
    width: 6px;
    height: 24px;
}

/*设置滚动条上的滚动滑块样式*/
.live-table-wrap::-webkit-scrollbar-thumb {
    background: #6d6d78;
    border-radius: 8px;
}

.live-table {
    width: 1100px;
    margin: auto;
}

.live-table thead {
    width: 100%;
    line-height: 49px;
}

.live-table thead tr {
    width: 1100px;
    height: 49px;
    background: #292945;
    border: 1px solid #45475a;
    border-radius: 4px;
}

.live-table thead td .table-nav-icon {
    position: absolute;
    top: 16px;
}

.live-table thead td .icon-match {
    width: 19px;
    height: 19px;
    left: 31px;
    background: url(../../../images/seafish/table_match_icon.png) no-repeat;
}

.live-table thead td .icon-date {
    width: 17px;
    height: 17px;
    left: 11px;
    background: url(../../../images/seafish/table_date_icon.png) no-repeat;
}

.live-table thead td .icon-status {
    width: 16px;
    height: 18px;
    left: 50px;
    background: url(../../../images/seafish/table_status_icon.png) no-repeat;
}

.live-table thead td .icon-vs {
    width: 21px;
    height: 21px;
    top: 15px;
    left: -11px;
    background: url(../../../images/seafish/table_vs_icon.png) no-repeat;
}

.live-table thead td .icon-video {
    width: 24px;
    height: 21px;
    top: 12px;
    left: 53px;
    background: url(../../../images/seafish/table_video_icon.png) no-repeat;
}

.live-table thead td {
    font-size: 18px;
    color: #ffffff;
    padding: 0 10px;
    text-align: center;
    position: relative;
}

.live-table thead,
.live-table tbody tr {
    display: table;
    table-layout: fixed;
    text-align: center;
    height: 71px;
    font-size: 18px;
}

.live-table thead {
    height: 49px;
}

.live-table tbody {
    display: block;
    width: 100%;
    overflow-y: auto;
    font-size: 16px;
    font-weight: 400;
    color: #666;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.live-table tbody tr {
    width: 100%;
    color: #ffffff;
    font-weight: 500;
}

.live-table tbody .next td a img {
    object-fit: contain;
    width: 30px;
    height: 30px;
}

.live-table tbody tr td .defalut-icon-0 {
    width: 25px !important;
    height: 25px !important;
    display: inline-block;
    position: absolute;
    left: 27px;
    top: 26px;
    background: url(../../../images/seafish/football-icon_22.png) no-repeat;
}

.live-table tbody tr td .defalut-icon-1 {
    width: 22px !important;
    height: 22px !important;
    display: inline-block;
    position: absolute;
    left: 27px;
    top: 26px;
    background: url(../../../images/seafish/basketball-icon_22.png) no-repeat;
}

.live-table tbody tr.ball-match-day {
    font-size: 19px;
    color: #fff;
    width: 243px;
    height: 32px;
    border-radius: 16px;
    border: 1px solid #9f9f9f;
    margin: 20px auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.live-table tbody tr.ball-match-day:hover {
    background: #2e2f47 !important;
}

.live-table tbody tr td.ball-match-date {
    width: auto;
    line-height: 32px;
    padding: 0;
}

.live-table tbody .score {
    font-weight: bold;
    background-image: -webkit-linear-gradient(98deg, #59a5ee 0%, #5665d9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: 30px;
}

.live-table tbody .hot-icon {
    width: 46px;
    height: 32px;
    position: absolute;
    left: 18px;
}

.live-table tbody .flag {
    width: 32px;
    height: 32px;
    background: transparent;
    object-fit: cover;
    margin-right: 15px;
    vertical-align: middle;
}

.live-table tbody .right .flag {
    margin-left: 15px;
    margin-right: 0;
}

.live-table tbody .link-icon {
    display: inline-block;
    width: 29px;
    height: 29px;
    background: url(../../../images/seafish/match-btn.png) no-repeat;
    position: relative;
    position: absolute;
    right: 30px;
    top: 9px;
}

.live-table tbody td {
    line-height: 48px;
    padding: 0 10px;
    font-size: 16px;
    position: relative;
}

.live-table tbody td .match-icon {
    position: absolute;
    left: 28px;
    top: 21px;
    object-fit: contain;
    height: 30px;
}

.live-table tbody td.league {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.live-table tbody td:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.live-table tbody td:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.live-table tbody td .flex {
    display: flex;
    align-items: center;
}

.live-table tbody td .flex.center {
    justify-content: center;
    cursor: pointer;
    position: relative;
}

.live-table tbody td .flex p,
.live-table tbody td .flex a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.live-table tbody td .flex p {
    flex: 1;
}

.live-table tbody td a.link {
    color: inherit;
    margin-right: 7px;
}

.live-table tbody td a.link:last-child {
    margin-right: 0;
}

.live-table .right {
    text-align: right;
}

.live-table .left {
    text-align: left;
}

.live-table .center {
    text-align: center;
}

.not-live-table p {
    font-size: 14px;
    color: #999;
    letter-spacing: 0.5px;
}

.not-live-table img.loading {
    width: 70px;
}

.not-live-table img.not-match {
    margin: 70px auto 50px;
}

/* 直播源待更新 */
.live-to-be-updated-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
    height: 93px;
}

.live-to-be-updated-icon {
    width: 46px;
    height: 44px;
    background: url(../../../images/seafish/to-be-updated-icon.png) no-repeat;
    margin-bottom: 4px;
}

.live-to-be-updated-text {
    font-size: 16px;
    font-weight: bold;
    background: linear-gradient(to right, #c03d3a, #3b5eb8);
    -webkit-background-clip: text;
    color: transparent;
}

/* 资讯列表 */

.information-list {
    display: flex;
    margin-top: 26px;
}

.information-item {
    width: 100%;
}

.information-item+.information-item {
    margin-left: 30px;
}

.information-item .information-cover {
    width: 380px;
    height: 212px;
    border-radius: 4px;
    position: relative;
    background: url("https://www.dmwrz.com/static/pc/css/images/default.jpg") left center;
    background-size: cover;
    overflow: hidden;
}

.information-item .information-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.information-item .information-cover span {
    position: absolute;
    top: 22px;
    left: 19px;
    display: block;
    font-size: 14px;
    color: #fff;
    padding: 4px 10px;
    border-radius: 4px;
}

.information-item .title {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    line-height: 20px;
    margin-top: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* 大图模式 */

.information-cover-flex {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 30px;
}

.information-cover-flex .information-cover {
    width: 222px;
    height: 124px;
}

.information-cover-flex .information-cover span {
    top: 12px;
    left: 11px;
}

.information-cover-flex .information-cover-info {
    flex: 1;
    margin-top: 13px;
    margin-left: 11px;
    overflow: hidden;
}

.information-cover-flex .information-cover-info .title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 40px;
    line-height: 30px;
    margin-top: 0;
    margin-bottom: 24px;
}

.information-cover-flex .information-cover-info .info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #999;
}

.information-cover-flex .information-cover-info .info .eye-icon {
    display: inline-block;
    width: 15px;
    height: 12px;
    background: url("https://www.dmwrz.com/static/pc/css/images/eye-icon.png");
    margin-right: 8px;
}

.information-item a.information-news {
    font-size: 14px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
}

.information-item a.information-news:last-child {
    margin-bottom: 0;
}

.information-item a.information-news::before {
    content: " ";
    display: inline-block;
    width: 6px;
    height: 6px;
    opacity: 0.5;
    border-radius: 3px;
    margin-right: 12px;
}

.information-item a.information-news span {
    width: 300px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.information-item a.information-news em {
    flex: 1;
    text-align: right;
    font-size: 14px;
    font-style: normal;
    color: #999;
}

/* 近期比赛 */

.sprots-recent-competition {
    min-height: 510px;
    position: relative;
    margin-bottom: 40px;
}

.sprots-recent-competition+.sprots-recent-competition {
    margin-top: 200px;
}

.sprots-recent-title {
    width: 106px;
    height: 444px;
    border-radius: 0px 0px 4px 8px;
    position: absolute;
    right: -50px;
    top: -143px;
    z-index: 999;
}

.sprots-recent-title h2 {
    width: 31px;
    height: 144px;
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    line-height: 38px;
    position: absolute;
    margin-top: 130px;
    left: 44px;
    z-index: 10;
}

.sprots-recent-title img {
    position: absolute;
    top: 50%;
    left: 29px;
    z-index: 1;
    margin-top: -150px;
}

.sports-living-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 320px;
}

.sports-living-box+.sports-living-box {
    margin-top: 40px;
}

.sports-living-box>div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #333;
}

.sports-living-box>div+div {
    margin-top: 3px;
    margin-bottom: 3px;
}

.sports-living-box>div .time {
    color: #666;
}

.sports-living-box .team img {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-right: 8px;
}

.sports-living-box .link-icon {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url("https://www.dmwrz.com/static/pc/css/images/link-sm-unactive.png");
    background-size: cover;
    margin-right: 5px;
}

.sports-living-box .sports-living-middle>p {
    font-size: 16px;
    margin-left: 30px;
}

.sports-living-box .sports-living-middle .socre {
    color: #666;
    width: 80px;
    height: 24px;
    line-height: 21px;
    border: 2px solid #ccc;
    border-radius: 4px;
    text-align: center;
    position: relative;
    box-sizing: border-box;
}

.sports-living-box .sports-living-middle .socre::before,
.sports-living-box .sports-living-middle .socre::after {
    content: "  ";
    position: absolute;
    top: 50%;
    width: 24px;
    height: 2px;
    background: #ccc;
}

.sports-living-box .sports-living-middle .socre::before {
    left: -24px;
}

.sports-living-box .sports-living-middle .socre::after {
    right: -24px;
}

/* 面包屑 */

.com-bread-crumbs {
    width: 1200px;
    margin: 19px auto 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    z-index: 10;
}

.com-bread-crumbs p,
.com-bread-crumbs a {
    font-size: 14px;
    color: inherit;
    font-weight: 400;
}

.com-bread-crumbs em {
    font-style: normal;
    margin: 0;
}

.copy-right {
    font-size: 14px;
    text-align: center;
    color: #666;
    margin: 10px 0 25px;
}

/* 置顶 */

.top {
    position: fixed;
    right: 269px;
    bottom: 314px;
    cursor: pointer;
    display: none;
    z-index: 10;
}

@media screen and (max-width: 1441px) {
    .top {
        position: fixed;
        right: 25px;
        bottom: 60px;
        cursor: pointer;
        display: none;
        z-index: 10;
    }
}

/* 广告 */

.advertisement-lists {
    margin: auto;
    display: flex;
    justify-content: center;
}

.advertisement-left,
.advertisement-right {
    width: 593px;
    height: 120px;
    box-shadow: 0px 3px 21px 0px rgba(49, 49, 49, 0.06);
    overflow: hidden;
    margin: 10px 0;
}

.advertisement-right {
    margin-left: 30px;
}

.advertisement-left .title,
.advertisement-right .title {
    width: 230px;
    height: 54px;
    font-size: 32px;
    color: #ffffff;
    background: #2670ca;
    box-shadow: 2px 9px 9px 0px rgba(51, 91, 193, 0.56);
    opacity: 0.98;
    text-align: center;
    line-height: 54px;
}

.advertisement-left .content a,
.advertisement-right .content a {
    display: block;
    width: auto;
    height: 192px;
    margin: 18px 23px 30px 0;
}

.advertisement-left img,
.advertisement-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.advertisement-left .content p,
.advertisement-right .content p {
    font-size: 26px;
    color: #ffffff;
    text-align: center;
}

/* 侧边栏 */

.news-aside-wrap {
    width: 339px;
    /* height     : 1328px; */
    margin-left: 10px;
    display: flex;
    flex-direction: column;
}


/* 推荐赛事 */
.news-aside-recommend {
    position: relative;
    background: #fff;
    border-radius: 6px;
    padding: 0 20px 40px 20px;
    height: 600px;
}

.news-aside-recommend-title {
    width: 267px;
    height: 54px;
    background: url(../../../images/seafish/games-recommend-icon.png) no-repeat;
    position: absolute;
    top: -45px;
    left: 50%;
    margin-left: -88px;
}

.news-aside-recommend-games {
    height: 600px;
    overflow: auto;
}

.live-match-info-wrap {
    margin-top: 10px;
}

.live-match-info-details {
    width: 279px;
    padding: 10px 10px 20px;
    background: #27384d;
    border-radius: 6px;
    color: #fff;
    font-size: 16px;
}

.live-match-info-top,
.live-match-info-fight-team,
.team-left,
.team-right {
    display: flex;
    align-items: center;
    flex: 4.5;
    /* padding    : 0 10px; */
}

.live-match-info-fight-team {
    margin-top: 10px;
}

.team-left p,
.team-right p {
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #fff;
    width: 55px;
}

.team-left p {
    text-align: right;
}

.team-right p {
    text-align: left;
}

.live-match-info-vs-style {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    margin: 0 10px;
}


.live-match-info-details-live {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.live-match-info-wrap .live-match-info-details .live-match-info-details-league {
    color: #fff;
    font-size: 14px;
    background: #3f608d;
    width: 50px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 4px;
    margin: 0 7px 0 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.live-match-info-details-time {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    margin-left: 32px;
}


.live-match-info-details-live .live-btn {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-right: 24px;
    color: #fff;
    line-height: 16px;
}

.live-match-info-details-live a img {
    margin-right: 5px;
}

.live-match-info-details-live .live-btn:last-child {
    margin-right: 0;
}

.live-match-info-details-live a {
    font-size: 14px;
    cursor: pointer;
    margin-right: 7px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 88px;
}

.live-match-info-details-live p>a {
    display: block;
    color: #fff !important;
    position: relative;
}

.live-match-info-details-live p:last-child {
    margin-right: 0;
}

/* 最新录像 */
.news-aside-newest-title {
    background: url(../../../images/seafish/newest-video-icon.png);
    width: 347px;
    height: 67px;
}

.news-aside-newest-live li {
    width: 500px;
    font-size: 16px;
    cursor: pointer;
    margin: 13px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-aside-newest-live li:before {
    position: relative;
    left: 0;
    top: -3px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #325fb1;
    content: " ";
    display: inline-block;
    margin-right: 6px;
}

.news-aside-newest-live li:hover,
.news-aside-newest-live-label span:hover {
    color: #d3524c;
}

.news-aside-newest-live-wrap {
    height: auto;
    max-height: 495px;
    width: 323px;
    overflow: auto;
    background: #fff;
    padding-left: 16px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    position: relative;
}

.news-aside-newest-live {
    display: flex;
    align-items: center;
    position: relative;
}

.news-aside-newest-live li {
    margin-right: 0;
    width: 210px;
}

.news-aside-newest-live-date {
    margin-left: 16px;
    margin-right: 11px;
}

.news-aside-newest-live-label {
    width: 170px;
    overflow: hidden;
    display: flex;
    font-size: 14px;
    color: #6d798d;
    align-items: center;
}

.news-aside-newest-live-label span {
    width: 55px;
    height: 18px;
    border: 1px solid #6d789d;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    text-align: center;
    line-height: 18px;
    cursor: pointer;
    margin-right: 6px;
}

.news-aside-newest-live-icon {
    background: url(../../../images/seafish/playback-icon.png);
    width: 27px;
    height: 27px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 24px;
    margin-top: -14px;
}

.news-aside-newest-live:hover:not(.news-aside-newest-live-icon) .news-aside-newest-live-icon {
    background: url(../../../images/seafish/playback-hover-icon.png);
    width: 42px;
    height: 33px;
    cursor: pointer;
    position: absolute;
    right: 9px;
    top: 50%;
    margin-top: -20px;
}

.news-aside-newest-more-wrap {
    background: #fff;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    width: 339px;
    height: 70px;
    position: relative;
}

.news-aside-newest-more-btn {
    width: 106px;
    height: 23px;
    background: url(../../../images/seafish/more-video-btn.png);
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -53px;
    cursor: pointer;
}

/* 资讯 */

.container-wrap {
    width: 850px;
    display: flex;
    flex-direction: row;
    /* height        : 650px; */
    /* max-height    : 1356px; */
    background: #ffffff;
    border-radius: 6px;
    overflow: auto;
}

/* 滚动条样式 */
.layui-tab-content::-webkit-scrollbar {
    width: 6px;
    height: 24px;
}

/*设置滚动条上的滚动滑块样式*/
.layui-tab-content::-webkit-scrollbar-thumb {
    background: #6D6D78;
    border-radius: 8px;
}


.live-nav-hotchannel {
    width: 100%;
    justify-content: center;
}

.item-wrap {
    background: #fff;
    width: 810px;
    height: 160px;
    position: relative;
    margin: 5px 0 0 20px;
    border-bottom: 1px dashed #e6e6e6;
}

.item-wrap:hover {
    background: #f1f6fb;
    cursor: pointer;
}

.item-wrap:hover,
.item-wrap:hover .title {
    color: #ce3f39 !important;
}

.item-wrap .title {
    font-size: 22px;
    font-weight: bold;
    color: #333333;
    height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.item-wrap .text {
    font-size: 14px;
    color: #ccc;
    margin-top: 10px;
    line-height: 18px;
}

.item-wrap .content {
    display: flex;
    padding: 15px 0 20px 20px;
}

.item-wrap .img img {
    width: 220px;
    height: 125px;
    object-fit: cover;
}

.item-wrap .img .hot {
    width: 32px;
    height: 32px;
    background: url(../../../images/seafish/hot-icon.png) no-repeat;
    position: absolute;
    left: 20px;
}

.item-wrap .img {
    font-size: 14px;
    color: #a0abba;
    display: block;
}

.item-wrap .content .text-wrap {
    width: 515px;
    margin-left: 20px;
}

.item-wrap .text-wrap .detail {
    font-size: 16px;
    font-weight: 400;
    color: #040f23;
    overflow: hidden;
    line-height: 22px;
}

.item-wrap .text-wrap .text-detail {
    font-size: 16px;
    color: #333;
    width: 132px;
    height: 40px;
    border: 2px solid #070001;
    display: block;
    line-height: 40px;
    margin: auto;
    text-align: center;
}

.item-wrap .text-wrap .news-details {
    font-size: 14px;
    color: #4a76aa;
    cursor: pointer;
    position: absolute;
    right: 20px;
    bottom: 52px;
}

.item-wrap .text-wrap .news-details .item-link {
    color: #4a76aa !important;
}

.item-wrap .text-wrap .news-label {
    display: flex;
    position: absolute;
    bottom: 15px;
    width: 320px;
    height: 21px;
    overflow: hidden;
    flex-wrap: wrap;
    color: #ccc;
    font-size: 14px;
    padding-left: 23px;
    cursor: auto;
}

.item-wrap .text-wrap .news-label p {
    color: #ccc;
}

.item-wrap .text-wrap .news-label a {
    color: #ccc;
}

.item-wrap .text-wrap .news-tag>a:hover {
    color: #ce3f39;
}

.item-wrap .text-wrap .news-label:before {
    content: " ";
    width: 23px;
    height: 23px;
    background: url(../../../images/seafish/label-icon.png) no-repeat;
    background-size: 80%;
    position: absolute;
    left: 0;
    top: 0;
}

.item-wrap .text-wrap .news-label .news-tag {
    margin-left: 7px;
}

.item-wrap .text-wrap .video-label {
    display: flex;
    position: absolute;
    bottom: 17px;
    width: 320px;
    height: 21px;
    overflow: hidden;
    flex-wrap: wrap;
    color: #ccc;
    font-size: 14px;
    cursor: auto;
}

.item-wrap .text-wrap .video-tag {
    width: 62px;
    height: 19px;
    border: 1px solid #2795d2;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    text-align: center;
    line-height: 19px;
    cursor: pointer;
    font-size: 14px;
    margin-left: 7px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.item-wrap .text-wrap .video-tag a {
    padding: 0 2px;
    color: #2795d2;
}

.item-wrap .text-wrap .time {
    font-size: 14px;
    color: #dedede;
    text-align: end;
    position: absolute;
    bottom: 15px;
    right: 20px;
}

.item-wrap .text-wrap .time:before {
    content: " ";
    width: 12px;
    height: 12px;
    background: url(../../../images/seafish/date-icon.png) no-repeat;
    position: absolute;
    left: -16px;
    top: 50%;
    margin-top: -6px;
}

/* 推荐阅读 */

.recommend-news-wrap {
    width: 850px;
    height: auto;
    margin-top: 113px;
    position: relative;
    display: flex;
    flex-direction: column;
}

.recommend-news-title {
    background: url(../../../images/seafish/recommend-news-icon.png);
    width: 595px;
    height: 92px;
    position: absolute;
    top: -82px;
    left: 50%;
    margin-left: -297px;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0.6 !important;
    cursor: pointer !important;
    pointer-events: visible !important;
}

/* 分页 */
.pagination {
    display: flex;
    justify-content: center;
    padding: 3px;
    margin: 3px;
    text-align: center;
    margin-top: 40px;
}

.pagination li {
    border: 1px solid #fff;
    margin: 5px;
    text-decoration: none;
    font-size: 16px;
    border-radius: 3px;
}

.pagination li:hover {
    border: 1px solid #b54856;
    color: #b54856;
}

.pagination li:active {
    border: 1px solid #b54856;
    color: #b54856 !important;
}

.pagination li a {
    display: inline-block;
    padding: 5px 15px;
    color: #fff;
}

.pagination li span {
    display: inline-block;
    padding: 5px 15px;
}

.pagination .disabled {
    color: #eee;
}

.pagination .actived {
    color: #fff !important;
    background: #b54856 !important;
    border: 1px solid #b54856;
}

.live-match-info-title-text {
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
    color: #4e4e4e;
}

.live-match-info-title-text span {
    display: inline-block;
    height: 30px;
    line-height: 30px;
}

.live-match-info-title-text .en {
    background: linear-gradient(to right, #b4444c, #325fb0);
    -webkit-background-clip: text;
    color: transparent;
    font-size: 28px;
    font-family: fantasy !important;
    font-weight: 100;
    margin-left: 8px;
}

.live-match-info-subtitle {
    font-size: 26px;
    font-weight: bold;
    -webkit-text-stroke: 1.5px #b4444c;
    -webkit-text-fill-color: #fff;
    /* background             : linear-gradient(to right, #b4444c, #325fb0); */
    /* -webkit-background-clip: text; */
    /* color                  : transparent; */
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translate(-50%, 0);
    white-space: nowrap;
}

.live-match-info-subtitle.recommend {
    top: -35px;
}

.news-aside-newest-more-text {
    font-size: 16px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    padding: 8px;
    background: #ce3f39;
    color: #fff;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}


.live-match-channels-menu {
    width: 1098px;
    height: 65px;
    background: #f8f8f8;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    margin: auto;
    overflow: hidden;
    position: relative;
    transition: 0.2s;
}

.layui-tab-title .layui-this:after {
    display: none;
}

.live-match-channels-menu li {
    line-height: 60px;
    font-size: 20px;
    font-weight: bold;
    display: flex;
    height: 60px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    position: relative;
    float: left;
    border-bottom: 5px solid #f8f8f8;
}

.live-match-channels-menu li img {
    margin-right: 5px;
}

.live-match-channels-menu li.layui-this,
.live-match-channels-menu li:hover {
    border-bottom: 5px solid #d3524c;
    color: #d3524c;
}

.live-match-channels-menu-all,
.live-match-channels-menu-leauge {
    height: auto;
    line-height: 60px;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
}

.live-match-channels-menu-leauge li img {
    object-fit: contain;
    width: 25px;
    height: 40px;
}

.live-match-channels-menu-all {
    width: 100px;
    height: 60px;
    cursor: pointer;
    color: #d3524c;
}

.live-match-channels-menu-leauge {
    display: flex;
    width: 955px;
    flex-wrap: wrap;
}

.live-match-channels-menu-leauge .active {
    border-bottom: 5px solid #d3524c;
    box-sizing: border-box;
}

.live-match-channels-menu-leauge li {
    display: flex;
    width: 119px;
    height: 60px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    position: relative;
}

.live-match-channels-menu-leauge li .defalut-icon-0 {
    width: 22px !important;
    height: 22px !important;
    display: inline-block;
    margin-bottom: -5px;
    background: url(../../../images/seafish/football-icon_22.png) no-repeat;
}

.live-match-channels-menu-leauge li .defalut-icon-1 {
    width: 22px !important;
    height: 22px !important;
    display: inline-block;
    margin-bottom: -5px;
    background: url(../../../images/seafish/basketball-icon_22.png) no-repeat;
}

.live-match-channels-menu-leauge li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.live-match-channels-menu-leauge i {
    background: url(../../../../../football/team/539c489a7bd94dd9d785308fd0f0a6b9.png);
    height: 24px;
    width: 24px;
    margin-right: 8px;
}

.live-match-channels-menu-leauge div:hover,
.live-match-channels-menu-all:hover {
    border-bottom: 5px solid #d3524c;
    box-sizing: border-box;
    color: #d3524c;
}

.live-match-channels-menus-open {
    background: url(../../../images/seafish/open-menu-icon.png) no-repeat;
    position: absolute;
    width: 23px;
    height: 11px;
    top: 25px;
    right: 13px;
    cursor: pointer;
}

.live-match-channels-menus-open-tip {
    color: #666;
    font-size: 12px;
    position: absolute;
    right: 12px;
    top: 45px;
    opacity: 0;
    transition: 0.2s;
}

.live-match-channels-menus-wrap {
    flex: 9;
}

.live-match-channels-menu {
    display: flex;
}

.layui-tab-title {
    border-bottom: none;
}

.layui-tab-content {
    padding: 0;
    max-height: 840px;
    overflow: auto;
}





/* .live-match-title {
  font-size              : 48px;
  font-weight            : bold;
  background             : linear-gradient(to right, #b4444c, #325fb0);
  -webkit-background-clip: text;
  color                  : transparent;
  width                  : 193px;
  margin                 : auto;
  height                 : 109px;
  line-height            : 109px;
  -webkit-text-stroke    : 1px #fff; */
}