/**
*=================================
* 默认主题
*=================================
*/

/**
*=================================
* 选中颜色class
*=================================
*/

li.active {
    background: #c10b33 !important;
    color: #fff !important;
    border: 1px solid #c10b33 !important;
}

.dot.active {
    background: #c10b33 !important;
}

.active-border {
    border-color: #c10b33 !important;
}

.active-bg {
    background: #c10b33;
}

/**
*=================================
* 文本字体颜色class
*=================================
*/

li.bg-red {
    background: #f3ced6 !important;
}

li.bg-blue {
    background: #d9e2f9 !important;
}

/**
*=================================
* 浮动class
*=================================
*/

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-200 {
    margin-top: 200px;
}

/**
*=================================
* 各类hover
*=================================
*/

.live-table tbody tr:hover:not(.center) {
    color: #c10b33;
}

.live-table tbody tr:hover:not(.center) td {
    color: #c10b33;
}

.live-table tbody tr:hover:not(.center) a {
    color: #c10b33;
}

.live-table tbody tr:hover:not(.center) .link {
    color: #c10b33;
}

.hover:hover {
    color: #c10b33 !important;
}

.hover:hover {
    color: #c10b33 !important;
}

/**
*=================================
* 各类背景图替换
*=================================
*/

/**
*=================================
* 公共区
*=================================
*/

/* 添加边框 */

/* 添加字体描边 */

.overflow-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 旋转 */

.rotate {
    transform-origin: center center;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transition: transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    -ms-transition: -ms-transform 0.3s;
}

.rotate-back {
    transform-origin: center center;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transition: transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    -ms-transition: -ms-transform 0.3s;
}

/* 滚动条样式 */

.live-match-content::-webkit-scrollbar {
    width: 8px;
    max-height: 24px;
    min-height: 23px;
    border-radius: 5px;
    background: #ddd;
}

/*设置滚动条上的滚动滑块样式*/

.live-match-content::-webkit-scrollbar-thumb {
    width: 8px;
    min-height: 23px;
    max-height: 24px;
    background: #2a1c6a;
    border-radius: 5px;
}

/**
*=================================
* 超过文本
*=================================
*/

header {
    margin: auto;
    width: 1200px;
}

/* 尾部 */

footer {
    font-size: 14px;
    width: 100%;
    /* height: 165px; */
    text-align: center;
    position: relative;
    z-index: 9;
    background: #1a1246;
}

footer .footer-content {
    width: 1200px;
    margin: auto;
}

footer .footer-content .f-link {
    text-align: center;
    padding-top: 33px;
    padding-bottom: 27px;
    border-bottom: 1px solid #ccd5f7;
}

footer .footer-content .f-link .link {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    max-width: 1200px;
    overflow: hidden;
    /* max-height: 17px; */
}

footer .footer-content .f-link .link p {
    color: #c3beb5;
    font-size: 17px;
    margin-bottom: 10px;
    font-weight: bolder;
}

footer .footer-content .f-link .link .swap {
    font-size: 14px;
    color: #c3beb5;
    margin-right: 20px;
    margin-bottom: 10px;
    line-height: 17px;
    opacity: 0.8;
}

footer .footer-content .f-link a {
    font-size: 14px;
    color: #c3beb5;
    margin-right: 20px;
    line-height: 17px;
    margin-bottom: 10px;
}

footer span {
    color: #fff;
    margin-right: 40px;
    font-size: 16px;
    margin-bottom: 10px;
}

footer a:hover {
    color: #ffffff !important;
}

footer .copy-right {
    width: 800px;
    height: 36px;
    font-size: 12px;
    line-height: 22px;
    color: #c3beb5;
    text-align: center;
    margin: auto;
    /* margin-top : 25px; */
}

footer .copy-right span {
    font-size: 18px;
    display: block;
    color: #fff;
}

/* 类3d标题 */

.related-match {
    position: relative;
    margin-top: 39px;
}

.banner-title {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 44px;
    font-weight: bold;
    letter-spacing: 2px;
    display: flex;
    width: -webkit-fill-available;
    width: 100%;
}

.banner-title :after {
    content: " ";
    width: 11px;
    height: 11px;
    background: #c10b33;
    border-radius: 50%;
    opacity: 1;
    position: absolute;
    right: -24px;
    bottom: -3px;
}

.banner-title .title-bottom {
    position: absolute;
    left: 0;
    top: 0;
    color: #201753;
    -webkit-text-stroke: 1.2px #fff;
}

.banner-title .title-top {
    position: absolute;
    left: -2px;
    top: 0;
    color: #fff;
}

/* 头部 */

body {
    position: relative;
}

.bg1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
}

.bg2 {
    position: absolute;
    top: 789px;
    left: 0;
    z-index: -1;
    width: 100%;
}

header {
    margin: auto;
    width: 100%;
}

.header-bg {
    width: 100%;
    height: 131px;
    background: #201753;
    border-bottom: 1px solid #293048;
    opacity: 1;
}

.header-menu {
    width: 1200px;
    margin: auto;
    display: flex;
}

.header-top .logo {
    margin: 14px 0;
}

.header-top .header-menu-list a {
    color: #fff;
    height: 79px;
    line-height: 79px;
    font-size: 20px;
    margin-left: 80px;
    opacity: 0.6;
}

.header-top .header-menu-list a.active {
    opacity: 1;
}

.header-top .header-hot {
    background: url(../../images/header_bg.jpg) no-repeat;
    height: 50px;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    position: relative;
}

.header-top .header-hot .header-hot-list {
    width: 1200px;
    margin: auto;
    /* flex-wrap  : wrap; */
    display: flex;
    /* line-height: 52px; */
    /* overflow   : hidden; */
    /* height     : 52px; */
    position: relative;
}

.header-top .header-hot .header-hot-list p {
    background: url(../../images/label_bg.png) no-repeat;
    height: 50px;
    background-position-y: -1px;
    line-height: 50px;
    text-align: center;
    width: 193px;
    color: #fff;
    margin-right: 28px;
}

.header-top .header-hot .header-hot-list p img {
    margin-right: 10px;
}

.header-top .header-hot .header-hot-list .header-hot-nav {
    max-width: 930px;
    margin: auto;
    flex-wrap: wrap;
    display: flex;
    line-height: 52px;
    overflow: hidden;
    height: 52px;
    z-index: 9;
    /* position: relative; */
}

.header-top .header-hot .header-hot-list .header-hot-special {
    position: absolute;
    left: 244px;
    top: 52px;
    width: 900px;
    max-width: 900px;
    line-height: 52px;
    display: none;
    height: auto;
    background: #4d4086;
    z-index: 10;
}

.header-top .header-hot .header-hot-list .header-hot-special li {
    display: inline-block;
}

.header-top .header-hot .header-hot-list a {
    color: #fff;
    margin: auto 10px;
}

.header-top .header-hot .header-hot-list a:after {
    content: "/";
    position: relative;
    right: -10px;
}

.header-top .header-hot .header-hot-list a:after:hover {
    color: #fff;
}

.header-top .header-hot .header-hot-list>a:last-child:after {
    display: none;
}

.header-top .header-hot .header-hot-list .header-hot-open_btn {
    position: absolute;
    right: 0;
    top: 15px;
    width: 24px;
    height: 24px;
    background: url(../../images/label-open-icon.png) no-repeat;
    cursor: pointer;
}


/* 热门资讯 及 轮播图 */

.live-box-top-wrap {
    width: 1200px;
    height: 520px;
    display: flex;
    margin: 60px auto 80px auto;
    color: #fff;
    position: relative;
    overflow  : hidden;
}

.live-box-top-wrap .popular-news {
    width: 510px;
    height: 340px;
    display: flex;
    flex-direction: column;
    margin-right: 58px;
}

.live-box-top-wrap .title {
    width: 176px;
    font-size: 44px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 80px;
    margin-top: 68px;
    text-shadow: 1px 0 1px #333, 2px 0 2px #333,
        /* end of 2 level deep grey shadow */
        3px 0 3px #444, 4px 0 4px #444,
        5px 0 5px #444, 6px 0 6px #444;
}

.live-box-top-wrap .content {
    display: flex;
    flex-direction: column;
    /* border-left   : 10px solid #ec0e3d;
  padding-left     : 36px; */
    min-height: 128px;
    position: relative;
}

.live-box-top-wrap .content.red::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 160px;
    background: #ec0e3d;
}

.live-box-top-wrap .content li {
    display: flex;
    align-items: center;
    height: 40px;
}

.live-box-top-wrap .content li .news-tag {
    margin-left: 15px;
    margin-right: 10px;
    width: 60px;
    white-space: nowrap;
    overflow: hidden;
}

.live-box-top-wrap .content li .news-tag a {
    width: 38px;
    max-width: 38px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: #f3ced6;
    color: #c10b33;
    padding: 5px 10px;
    display: inline-block;
    font-size: 12px;
    border-radius: 10px;
}

.live-box-top-wrap .content.blue li .news-tag a {
    background: #ccd5f7;
    color: #0030d5;
}

.live-box-top-wrap .content li .news-text a {
    font-size: 14px;
    margin-bottom: 24px;
    width: 461px;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
}

.popular-swiper .news-swiper,
.new-hot-main {
    width: 560px;
    height: 300px;
    background: rgba(0, 0, 0, 0);
    box-shadow: 20px 20px 20px rgba(55, 55, 55, 0.16);
    opacity: 1;
    border-radius: 8px;
    overflow: hidden;
}

.swiper-container {
    width: 100%;
    height: 100%;
    min-height: 160px;
}

.swiper-wrapper img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.swiper-pagination-bullet {
    width: 20px !important;
    height: 4px !important;
    border-radius: 0 !important;
}

.popular-swiper .popular-news-right {
    width: 877px;
    height: 128px;
    background: #bf0b33;
    opacity: 1;
    border-radius: 8px 0px 0px 8px;
    position: absolute;
    padding: 30px 30px 60px;
    margin-top: 30px;
    margin-left: -40px;
}

.popular-swiper .popular-news-right .content.blue::after {
    /* border-left: 10px solid #1c008d; */
    content: '';
    position: absolute;
    width: 10px;
    height: 160px;
    background: #1c008d;
}

/* 直播表格 */

.live-match-content {
    width: 1210px;
    margin: auto;
    position: relative;
    z-index: 9;
    background: #fff;
    overflow: auto;
    max-height: 780px;
    overflow-x: hidden !important;
}

.live-match-head {
    height: 154px;
    display: flex;
}

.live-match-head .live-type-list {
    width: 745px;
    height: 60px;
    margin-top: 55px;
    margin-left: 230px;
    overflow: hidden;
    background: #0d142c;
    z-index: 2;
}

.live-match-head .live-type-list a {
    width: 92px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #ffffff;
    color: #fff;
    display: block;
    margin-left: 24px;
    text-align: center;
    float: left;
    margin-top: 20px;
}

.live-match-head .live-type-list a.active {
    background: #ff9900 !important;
    color: #fff !important;
    border: 1px solid #ff9900 !important;
}

.live-match-head .open-img {
    width: 24px;
    height: 24px;
    margin-top: 75px;
    cursor: pointer;
}

.hot-title {
    font-size: 50px;
    font-weight: bold;
    color: #ffffff;
    margin-top: 40px;
    position: relative;
}

.hot-title img {
    position: absolute;
    left: 0;
    top: 34px;
    z-index: -1;
}

.match-lists {
    background: #fff;
    border-radius: 12px;
}

.match-today {
    width: 1210px;
    height: 62px;
    background: #eeeeee;
    text-align: center;
    line-height: 62px;
    font-weight: bold;
}

.live-match-title {
    width: 1200px;
    height: 125px;
    position: relative;
}

.live-match-title .banner-title {
    left: 50%;
    top: 50%;
    margin-left: -117px;
    margin-top: -22px;
}

.live-match-title .banner-title .title-bottom {
    color: #fff;
    -webkit-text-stroke: 1.2px #000;
}

.live-match-title .banner-title .title-top {
    color: #000;
}

.match-day {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 12px 22px;
    margin-left: 55px;
    cursor: pointer;
    color: #666;
}

.match-day.active {
    color: #fff;
    background: #c10b33;
    border: none;
    font-weight: bold;
}

.match-day:hover {
    color: #fff;
    background: #c10b33;
    border: none;
    font-weight: bold;
}

.match-day-wrap {
    display: flex;
    height: 40px;
    width: 1200px;
    padding: 0 3px 24px 3px;
}

.live-table-head {
    width: 1200px;
}

.live-table {
    width: 1210px;
    margin: auto;
    border-bottom: 1px solid #ddd;
}

.live-table thead {
    width: 100%;
    line-height: 49px;
    height: 49px;
    position: relative;
}

.live-table thead tr {
    width: 1200px;
    height: 68px;
    background: #f8f8f8;
}

.live-table thead td {
    font-size: 16px;
    color: #a0abbaff;
    padding: 0 10px;
    text-align: center;
}

.live-table tbody {
    display: block;
    width: 100%;
    overflow-y: auto;
    font-size: 16px;
    font-weight: 400;
    color: #666;
}

.live-table tbody tr {
    width: 100%;
    color: #000;
    font-weight: 500;
}

.live-table tbody tr:nth-child(2n) {
    background: #f8f8f8;
}

.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 {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: -3px 4px 0;
    vertical-align: middle;
}

.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: 26px;
    height: 26px;
    position: relative;
    background-size: contain;
}

.live-table tbody td {
    line-height: 48px;
    padding: 0 10px;
}

.live-table tbody td a {
    cursor: pointer;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.live-table tbody td a .match-logo-wrap {
    width: 56px;
    height: 56px;
    background: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 10px;
}

.live-table tbody td a .match-logo {
    width: 22px;
    height: 22px;
    margin: auto;
    display: inline-block;
    background: #000;
}

.live-table tbody td a p {
    position: absolute;
    left: 78px;
    max-width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.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;
}

.live-table tbody td .flex p {
    flex: 1;
}

.live-table tbody td a.link {
    color: inherit;
}

.live-table tbody td .flex a.link i {
    width: 0;
    height: 0;
    border: 8px solid;
    border-color: transparent transparent transparent #c10b33;
}

.live-table tbody td a.live-style:first-child {
    max-width: 160px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 12px;
    border-radius: 4px;
    border: 1px solid #dddddd;
    box-sizing: border-box;
    height: 44px;
}

.live-table .right {
    text-align: right;
    color: #333 !important;
}

.live-table .left {
    text-align: left;
    color: #333 !important;
}

.live-table .center {
    text-align: center;
}

.live-table thead {
    height: 62px !important;
}

.live-table thead,
.live-table tbody tr {
    display: table;
    table-layout: fixed;
    text-align: center;
    height: 96px;
    font-size: 16px;
}

.live-table thead td {
    font-size: 14px;
}

.live-table thead td.match {
    position: absolute;
    left: 25px;
    top: 8px;
}

.live-table tbody tr .living {
    color: #c10b33 !important;
}

.live-table tbody tr .status {
    color: #999999;
}

.live-table tbody tr .match-teams {
    display: flex;
    align-items: center;
    width: 400px;
}

.live-table tbody tr .match-teams-logo {
    flex: 3;
    position: relative;
    display: flex;
    padding: 0;
    left: 60px;
}

.live-table tbody tr .match-teams-name {
    flex: 7;
    position: relative;
    text-align: left;
    font-size: 16px;
    color: #000;
}

.live-table tbody tr .match-teams-logo-wrap {
    width: 56px;
    height: 56px;
    background: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 3;
    top: 22px;
}

.live-table tbody tr .match-teams-logo-wrap:nth-child(2) {
    position: absolute;
    left: 48px;
    z-index: 2;
}

.live-table tbody tr .match-teams-logo img {
    position: absolute;
    left: 13px;
}

.live-table tbody tr .match-teams-name p {
    line-height: 33px;
    max-width: 314px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.live-table tbody td .flex p,
.live-table tbody td .flex a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #000;
}

.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;
}

.no-match-tip {
    width: 329px;
    height: 244px;
    background: url(../../images/no_match_tip.png) no-repeat;
    margin: auto;
}

/* 面包屑 */

.com-bread-crumbs {
    width: 1200px;
    margin: 40px auto 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    z-index: 10;
    color: #a0abba;
}

.com-bread-crumbs em {
    font-style: normal;
    margin: 0;
}

.com-bread-crumbs p,
.com-bread-crumbs a {
    font-size: 12px;
    color: inherit;
    font-weight: 400;
}

.baidu-maps {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin: 5px 0;
}

.baidu-maps a {
    color: #c3beb5;
}

.copy-right {
    font-size: 14px;
    text-align: center;
    color: #666;
    margin: 10px 0 25px;
}

/* 置顶 */

.top {
    position: fixed;
    right: 181px;
    bottom: 180px;
    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;
    }
}

/* 热门资讯 */

.news-video {
    width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.live-hot-news {
    width: 560px;
    height: 865px;
    position: relative;
}

.live-hot-news .swiper-container {
    width: 560px;
    height: 349px;
    background: #0d142c;
    margin-top: 62px;
    border: 1px solid #212840;
    border-bottom: none;
}

.live-hot-news .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.live-hot-news .swiper-slide p {
    position: absolute;
    left: 20px;
    bottom: 20px;
    font-size: 15px;
    color: #ffffff;
}

.live-hot-news .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 20px;
    height: 4px;
    border-radius: 0;
}

.popular-news .swiper-container,
.popular-news-right .swiper-container {
    padding-bottom: 30px;
}

.live-hot-news .live-hot-content {
    height: 284px;
    width: calc(100% - 80px);
    border: 1px solid #212840;
    border-top: none;
    padding: 60px 40px;
}

.live-hot-news .live-hot-content ul {
    margin-bottom: 113px;
}

.live-hot-news .live-hot-content ul li {
    margin-bottom: 30px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}

.live-hot-news .live-hot-content ul li a {
    color: #fff;
}

.live-hot-news .live-hot-content ul li:hover a {
    color: #ff9900;
}

.live-hot-news .live-hot-content ul li:hover i {
    background: #ff9900;
}

.live-hot-news .live-hot-content ul li i {
    width: 5px;
    height: 5px;
    display: inline-block;
    margin-right: 10px;
    background: #fff;
    border-radius: 50%;
    position: relative;
    top: -3px;
}

.swiper-pagination-bullet {
    background: #fff !important;
    border: none;
    opacity: 1 !important;
}

.swiper-pagination-bullet-active {
    background: #c10b33 !important;
    border: none !important;
}

.popular-news-right .swiper-pagination-bullet-active {
    background: #1c008d !important;
}

.new-hot-main .swiper-container-horizontal>.swiper-pagination-bullets {
    right: 20px;
    left: auto !important;
    width: auto !important;
}

.see-more {
    width: 153px;
    height: 36px;
    border: 1px solid #293048;
    display: block;
    line-height: 36px;
    text-align: center;
    color: #fff;
    margin-top: 50px;
}

.see-more img {
    margin-left: 20px;
}

.live-hot-content-bg {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.live-hot-videotape {
    width: 520px;
    height: 765px;
    border: 1px solid #212840;
    margin-top: 40px;
    padding: 40px 40px 60px 40px;
}

.live-hot-videotape .live-hot-list {
    display: flex;
    height: 74px;
    border-bottom: 1px solid #293048;
    justify-content: space-between;
}

.live-hot-videotape .live-hot-list .title {
    width: 299px;
    font-size: 14px;
    line-height: 28px;
    color: #ffffff;
    margin: auto 0;
}

.live-hot-videotape .live-hot-list .label {
    padding: 4px 10px;
    background: #2b3055;
    color: #6e86dc;
    height: 20px;
    line-height: 20px;
    margin: auto 0;
    margin-left: 10px;
}

.live-hot-videotape .live-hot-list .play {
    margin: auto 0;
}

/* 最新录像 */

.newest-match {
    width: 285px;
    position: relative;
}

.newest-match .live-info-wrap {
    width: 245px;
    max-height: 685px;
    padding: 0 20px 40px 20px;
    margin-top: 65px;
    border-radius: 8px;
    background: #fff;
}

.newest-match .live-info-wrap .live-info {
    width: 245px;
    max-height: 620px;
    overflow: auto;
    padding-top: 10px;
}

.newest-match .live-info-wrap .live-info .detail {
    width: 234px;
    overflow: hidden;
    position: relative;
    height: 45px;
    padding: 8px 0;
    border-bottom: 1px solid #293048;
    display: flex;
    align-items: center;
}

.newest-match .live-info-wrap .live-info .detail .name {
    font-size: 14px;
    color: #000;
    width: 193px;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.newest-match .live-info-wrap .live-info .detail .name:hover {
    color: #ff9900;
}

.newest-match .live-info-wrap .live-info .detail .icon {
    width: 32px;
    height: 32px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -16px;
    cursor: pointer;
    background: url("../../images/play.png") no-repeat;
}

.more-match {
    width: 244px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    margin: auto;
    text-align: center;
    margin-top: 30px;
    cursor: pointer;
    border: 1px solid #c10b33;
    border-radius: 4px;
    display: block;
    color: #c10b33;
}

.more-match a {
    color: #c10b33;
}

.more-match:hover {
    color: #c10b33;
}

.more {
    width: 110px;
    border: 1px solid #ffffff;
    border-radius: 4px;
    position: relative;
    padding: 11px 0;
    cursor: pointer;
    text-align: center;
    display: block;
    color: #fff;
    margin-top: 69px;
}

.more:hover {
    color: #c10b33;
}

.more:after {
    content: " ";
    width: 66px;
    height: 1px;
    position: absolute;
    top: 50%;
    z-index: -1;
    background: #c10b33;
    left: 22px;
}

/* 推荐赛事 */

.recommend-match {
    width: 380px;
    margin-top: 40px;
    position: relative;
}

.related-match .match-info-wrap {
    max-height: 662px;
    width: 285px;
    margin-top: 77px;
    overflow: auto;
}

.related-match .match-info-wrap .match-info {
    width: 245px;
    height: 112px;
    padding: 20px;
    color: #fff;
    display: flex;
    flex-direction: column;
    margin-bottom: 18px;
    background: #fff;
    border-radius: 8px;
}

.related-match .match-info-wrap .match-info-top {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 1px solid #293048;
}

.related-match .match-info-wrap .match-info-top .league {
    font-size: 14px;
    padding: 3px 6px;
    border-radius: 4px;
    border: 1px solid #ccd5f7;
    color: #0030d5;
    background: #ccd5f7;
    font-weight: bold;
}

.related-match .match-info-wrap .match-info-top .date {
    color: #999;
    font-weight: bold;
    font-size: 12px;
    height: 12px;
    line-height: 33px;
}

.related-match .match-info-wrap .match-info-bottom {
    margin-top: 12px;
    display: flex;
    font-size: 14px;
    color: #fff;
    position: relative;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.related-match .match-info-wrap .match-info-bottom .left-team,
.related-match .match-info-wrap .match-info-bottom .right-team {
    display: flex;
    align-items: center;
    flex: 4.3;
    justify-content: flex-end;
}

.related-match .match-info-wrap .match-info-bottom .right-team {
    justify-content: flex-start;
}

.related-match .match-info-wrap .match-info-bottom .left-team p,
.related-match .match-info-wrap .match-info-bottom .right-team p {
    max-width: 82px;
    color: #000;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.related-match .match-info-wrap .match-info-bottom .left-team img,
.related-match .match-info-wrap .match-info-bottom .right-team img {
    width: 24px;
    height: 24px;
}

.related-match .match-info-wrap .match-info-bottom .vs {
    font-size: 14px;
    color: #707070;
    width: 16px;
    flex: 1.2;
    text-align: center;
}

.related-match .match-info-wrap .match-info-bottom .left-team img {
    margin-left: 5px;
}

.related-match .match-info-wrap .match-info-bottom .right-team img {
    margin-right: 5px;
}

.related-match .match-info-wrap .live-btn {
    display: flex;
    justify-content: center;
}

.related-match .match-info-wrap .live-btn a {
    width: 118px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    padding: 0 0;
    border-radius: 4px;
    border: 1px solid #c10b33;
    transition: width 0.3s;
    -webkit-transition: width 0.3s;
    flex: 3.3;
    margin-right: 24px;
    color: #c10b33;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 5px;
}

.related-match .match-info-wrap .live-btn a:hover {
    flex: 6.6;
    transition: 0.3s;
}

.related-match .match-info-wrap .live-btn a:last-child {
    margin-right: 0;
}

.recommend-match .match-info-wrap .match-info-bottom .top-team,
.recommend-match .match-info-wrap .match-info-bottom .bottom-team {
    display: flex;
    align-items: center;
    max-width: 210px;
}

.recommend-match .match-info-wrap .match-info-bottom .top-team img,
.recommend-match .match-info-wrap .match-info-bottom .bottom-team img {
    width: 24px;
    height: 24px;
    margin-right: 15px;
}

.recommend-match .match-info-wrap .match-info-bottom .top-team p,
.recommend-match .match-info-wrap .match-info-bottom .bottom-team p {
    width: 168px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 推荐阅读 */

/*整个滚动条样式*/

.detail-max-wrap::-webkit-scrollbar {
    width: 8px;
    height: 243px;
}

.detail-max-wrap::-webkit-scrollbar-thumb {
    background: transparent;
}

.detail-max-wrap:hover::-webkit-scrollbar {
    width: 8px;
    height: 243px;
    background: #293048;
    border-radius: 6px;
}

.detail-max-wrap:hover::-webkit-scrollbar-thumb {
    background: #8a8a8a;
    border-radius: 10px;
}

/*设置滚动条上的滚动滑块样式*/

/*鼠标位于内容上时，滚动条样式*/

/*鼠标位于内容上时，滚动滑块样式*/

.recommend-read {
    width: 894px;
    display: flex;
    flex-direction: column;
    padding-top: 70px;
    margin-top: 60px;
    position: relative;
}

.recommend-detail {
    width: 894px;
    padding-bottom: 40px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.recommend-detail .detail-max-wrap {
    max-height: 630px;
    overflow: auto;
}

.recommend-detail .content {
    width: 894px;
    margin: auto;
    display: flex;
    background: #fff;
    border-radius: 8px;
    margin-bottom: 20px;
}

.recommend-detail .content .img a img {
    width: 230px;
    height: 152px;
    border-radius: 8px;
}

.recommend-detail .content .detail {
    padding: 20px 30px 20px 24px;
    height: 86px;
    width: 556px;
    position: relative;
}

.recommend-detail .content .detail .title a {
    font-size: 18px;
    max-width: 556px;
    color: #000;
    font-weight: bold;
    cursor: pointer;
}

.recommend-detail .content .detail .title a:hover {
    color: #c10b33;
}

.recommend-detail .content .detail .title {
    max-width: 556px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.recommend-detail .content .detail .title:hover {
    color: #c10b33;
}

.recommend-detail .content .detail .text-detail {
    display: inline-block;
    width: 100%;
    height: 45px;
    max-height: 45px;
    line-height: 24px;
    font-size: 14px;
    margin-top: 10px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.recommend-detail .content .detail .text-detail:hover {
    color: #666 !important;
}

.recommend-detail .content .detail a.go-detail {
    font-size: 14px;
    position: absolute;
    right: 0;
    bottom: 35px;
    color: #c10b33 !important;
}

.recommend-detail .content .detail .label {
    width: 320px;
    height: 22px;
    overflow: hidden;
    display: flex;
    margin-top: 22px;
    flex-wrap: wrap;
}

.recommend-detail .content .detail .label a {
    font-size: 12px;
    margin-right: 10px;
    padding: 4px 10px;
    border-radius: 10px;
    border: 1px solid #f3ced6;
    background: #f3ced6;
    color: #c10b33;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 58px;
}

.recommend-detail .content .detail .date {
    font-size: 12px;
    color: #999;
    position: absolute;
    right: 0;
    bottom: -10px;
}

/* 推荐赛事 */

.recommended-list {
    display: flex;
}

.recommended-events .recommended-content {
    width: 1200px;
    margin: 40px auto 0 auto;
}

.recommended-match {
    width: 245px;
    height: 232px;
    background: #ffffff;
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.16);
    opacity: 1;
    border-radius: 8px;
    padding: 30px 20px;
    margin-right: 20px;
}

.recommended-match:last-child {
    margin-right: 0;
}

.recommended-match .recommended-match-top {
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid #dddddd;
}

.recommended-match .recommended-match-top .match-logo {
    display: flex;
    width: 102px;
    position: relative;
}

.recommended-match .recommended-match-top .match-time .date {
    color: #999;
}

.recommended-match .recommended-match-top .match-logo img {
    width: 36px;
    height: 36px;
    padding: 8px;
    border-radius: 50%;
    border: 1px solid #dddddd;
    object-fit: cover;
    background: #fff;
    z-index: 2;
}

.recommended-match .recommended-match-top .match-logo img:nth-child(2) {
    position: absolute;
    left: 43px;
    z-index: 0;
}

.recommended-match .recommended-match-top .match-time p:first-child {
    font-weight: bold;
    font-size: 16px;
    margin: 11px 0 8px 0;
}

.recommended-match .match-info {
    margin: 20px 0 24px 0;
}

.recommended-match .match-info>p {
    font-size: 14px;
    font-weight: bold;
    color: #0030d5;
    padding: 3px 6px;
    margin-bottom: 12px;
    background: #ccd5f7;
    display: inline-block;
}

.recommended-match .match-info .match-name {
    display: flex;
    justify-content: space-between;
}

.recommended-match .match-info .match-name p:first-child {
    width: 180px;
    height: 16px;
    font-size: 16px;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 12px;
}

.recommended-match .match-info .match-name p:nth-child(2) {
    font-size: 16px;
    font-weight: bold;
    color: #000000;
}

.recommended-match .live-source {
    display: flex;
    justify-content: space-between;
}

.recommended-match .live-source a {
    border: 1px solid #c10b33;
    opacity: 1;
    border-radius: 4px;
    text-align: center;
    color: #c10b33;
    width: 245;
    flex: 3.3;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 10px;
    padding: 0 5px;
}

.recommended-match .live-source a:last-child {
    margin-right: 0;
}

/* 背景左右的切图 */

.news-bg-left-img {
    width: 232px;
    height: 1734px;
    position: absolute;
    left: 0;
    top: 90px;
    background: url("../../images/bg2_left_img.png") no-repeat;
    z-index: -10;
}

.news-bg-right-img {
    width: 232px;
    height: 1950px;
    position: absolute;
    right: 0;
    top: 90px;
    z-index: -10;
    background: url("../../images/bg2_right_img.png") no-repeat;
}

/* 分页 */

.pagination {
    display: flex;
    justify-content: center;
    padding: 3px;
    margin: 3px;
    text-align: center;
    margin-bottom: 20px;
}

.pagination li {
    border: 1px solid #999;
    margin: 5px;
    text-decoration: none;
    font-size: 16px;
    border-radius: 3px;
}

.pagination li:hover {
    border: 1px solid #c10b33;
    color: #c10b33;
}

.pagination li:active {
    border: 1px solid #c10b33;
    color: #c10b33 !important;
}

.pagination li a {
    display: inline-block;
    padding: 5px 15px;
    color: #999;
}

.pagination li span {
    display: inline-block;
    padding: 5px 15px;
}

.pagination .disabled {
    color: #999;
}

.pagination .actived {
    color: #fff !important;
    background: #c10b33 !important;
    border: 1px solid #c10b33;
}

.live-table tbody td a.link .defalut-icon-0 {
    width: 50px !important;
    height: 50px !important;
    object-fit: contain;
    display: inline-block;
    background: url(../../images/logo_mini.png) no-repeat;
}

.live-table tbody td a.link .defalut-icon-1 {
    width: 50px !important;
    height: 50px !important;
    object-fit: contain;
    display: inline-block;
    background: url(../../images/logo_mini.png) no-repeat;
}

@media screen and (max-width: 1441px) {
    .popular-news-right {
        width: 723px !important;
    }
}

/* 直播源待更新 */
.live-to-be-updated-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
    height: 145px;
}

.live-to-be-updated-icon {
    width: 34px;
    height: 36px;
    background: url(../../images/to-be-updated-icon.png) no-repeat;
    margin-bottom: 9px;
}

.live-to-be-updated-text {
    font-size: 16px;
    font-weight: bold;
    color: #c10b33;
}

/* 404 */
.error-wrap {
    width: 100%;
    height: 960px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 1441px) {
    .error-wrap {
        height: 780px !important;
    }
}

.error-bg {
    background: url(../../images/404_bg.png) no-repeat;
    width: 383px;
    height: 274px;
    position: relative;
}

.error-text {
    font-size: 18px;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
}

.error-btn {
    padding: 12px 25px;
    background: #b30235;
    color: #fff;
    margin-top: 50px;
    font-size: 16px;
    border-radius: 4px;
}

.error-btn:hover {
    color: #fff !important;
}

.header-layer {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 50px;
    z-index: 20;
    background: #514496;
    color: #fff;
    padding: 20px;
    height: 60px;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid #514496;
    border-radius: 10px;
}

.header-code {
    position: absolute;
    top: 5%;
    right: 50px;
    z-index: 20;
}

.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: #514496;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    border-radius: 0px 0px 6px 6px!important;
}

.live-table-channel {
    width: 1200px;
    overflow: hidden;
    background: #fff;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    display: flex;
    align-items: center;
    position: relative;
}

.live-table-channel .live-table-channel-list {
    width: 1080px;
    height: 40px;
    max-height: 40px;
    display: flex;
    flex: 9.5;
    flex-wrap: wrap;
    padding: 24px;
    transition: 0.2s;
}

.live-table-channel .live-table-channel-list li {
    border-radius: 4px;
    border: 1px solid #ddd;
    font-size: 16px;
    margin: 0 21px 26px 0;
    min-height: 40px;
}

.live-table-channel .live-table-channel-list li.active,
.live-table-channel .live-table-channel-list li:hover {
    border: 1px solid #C10B33 !important;
    background: #C10B33 !important;
    color: #fff !important;
}

.live-table-channel .live-tabel-channel-open-btn {
    width: 24px;
    height: 24px;
    background: url("../../images/open.png") no-repeat;
    flex: 0.5;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 31px;
}

.layui-tab-title .layui-this:after {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 41px;
    border: none;
    box-sizing: border-box;
    pointer-events: none;
}

.layui-this {
    color: #fff !important;
    font-weight: bold;
    background: #C10B33;
    border: none;

}

/* 文字行省略号 */
.el-text-overflow-1 {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.el-text-overflow-2 {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
