html,body{height:100%;background-color:#141417;}
/* 载入谷歌字体 */
@import url(//fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&family=Raleway:ital,wght@0,400;0,500;0,600;0,700;1,400;1,800&display=swap);
/* 顶部 */
.chms .navbar{
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    padding:0px;
}
.chms .navbar .header-container{
    position: relative;
    z-index: 1;
    padding-left:0px;
}
.chms .navbar .logo-area{
    width:155px;
    height:55px;
    position: relative;
    z-index:1;
    padding-left: 5px;
    background: #ffffff;
}
.chms .navbar::before,.chms .navbar .container::before {
    background-color: #ffffff;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width:50%;
}
.chms .navbar .container::before{
    background-color:var(--sport-seo-theme-color);
}
.chms .navbar .navbar-brand {
    display: block;
    height: 100%;
    margin: 0;
    top: 0;
    background: white;
    width: fit-content;
    left: 0;
    padding: 5px 0;
    overflow-y: clip;
    min-width: 150px;
}
.chms .navbar .navbar-brand img {
    height: 45px;
    max-height: 100%;
    width: auto;
    margin: 0 auto;
    display: block;
}
.chms .navbar #navbar{
    padding-left: 25px;
    height: 55px;
    overflow: hidden;
    position:relative;
    background: #ffffff;
}
.chms .navbar #navbar:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 15px;
    width: 100vw;
    height: 100%;
    background-color: var(--sport-seo-theme-color);
    transform: skewX(-15deg);
}
.chms .navbar #navbar .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    margin-right: auto!important;
}
.chms .navbar #navbar .menu li a {
    color:#ffffff;
    text-transform: uppercase;
    font-weight: 550;
    padding: 8px 15px;
    position: relative;
    z-index: 1;
    align-items: center;
    height: 55px;
    display: grid;
    text-decoration: none;
}
.chms .navbar #navbar .menu li a::before {
    color: var(--sport-seo-theme-color);
    background-color: #ffffff;
    content: "";
    width: calc(100%);
    display: none;
    height: calc(200% + 50px);
    transform: rotate(15deg);
    left: 0;
    top: calc(-50% - 25px);
    position: absolute;
    z-index: -1;
}
.chms .navbar #navbar .menu .current-menu-item a::before,.chms .navbar #navbar .menu .current-menu-parent a::before{
    display:block;
}
.chms .navbar #navbar .menu li a:hover,.chms .navbar #navbar .menu .current-menu-item a,.chms .navbar #navbar .menu .current-menu-parent a{
    color: var(--sport-seo-theme-color);
}
.chms .navbar #navbar .menu li a:hover::before,.chms .navbar #navbar .menu .current-menu-item a::before,.chms .navbar #navbar .menu .current-menu-parent a::before{
    display:block;
}
.chms .navbar #navbar .menu .menu-item-has-children ul{
    display:none;
    position: fixed;
    border:1px solid rgba(0,0,0,.175);
    background:#ffffff;
    list-style: none;
    margin: 0;
    margin-left: -10px;
    padding:0.5rem 0;
    text-align: left;
}
.chms .navbar #navbar .menu .menu-item-has-children:hover ul{
    display: block;
}
.chms .navbar #navbar .menu .menu-item-has-children ul li a {
    color: #0a0a0a;
    text-transform: uppercase;
    font-weight: 550;
    font-size: 1rem;
    padding: 0.25rem 1rem;
    text-align: inherit;
    white-space: nowrap;
    width: 100%;
    height: 2rem;
}
.chms .navbar #navbar .menu .menu-item-has-children ul li a:hover,.chms .navbar #navbar .menu .current-menu-parent .current-menu-item a {
    color: #0a0a0a;
    background:#e9ecef;
}
.chms .navbar #navbar .menu .menu-item-has-children ul li a:before {
    display: none;
}
.chms .navbar-toggler {
    background-color: transparent;
    border:1px solid hsla(0,0%,100%,.1);
    border-radius:0.375rem;
    color:hsla(0,0%,100%,.55);;
    font-size: 1.25rem;
    line-height: 1;
    padding: 0.25rem 0.75rem;
    -webkit-transition: box-shadow 0.15s ease-in-out;
    transition: box-shadow 0.15s ease-in-out;
}
.chms .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255, 255, 255, 0.55)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    display: inline-block;
    height: 1.5em;
    vertical-align: middle;
    width: 1.5em;
}
/* 内容 */
.list-content{
    background:#1C1C1C;
    color:#ffffff;
    margin-top:15px;
    padding:0px;
}
.chms .match-list .sport_seo_list{display:none;}
.chms .match-list .sport_seo_list.active{display:flex;}
.list-content h1.webtitle{
    padding: 20px 15px;
    background-color: #303030;
    font-size: 20px;
    color: white;
    display: block;
    width: fit-content;
    position: relative;
}
.list-content h1.webtitle::after {
    content: "";
    width: 50px;
    height: 100%;
    border-bottom-right-radius: 100%;
    display: block;
    background-color: #303030;
    position: absolute;
    right: -50px;
    top: 0;
}
.list-content h1.matchtitle {
    padding-left: 15px;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    position: relative;
    font-size:25px;
}
.list-content h1.matchtitle::before {
    content: "";
    width: 3px;
    height: 100%;
    left: 0;
    display: block;
    position: absolute;
    top: 0;
    background-color: var(--sport-seo-theme-color);
}
.list-content .match-list-container{
    margin: 10px 10px;
}
.list-content .nav-type{
    list-style-type: none;
    padding: 5px 0px;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
}
.list-content .nav-type li{
    padding: 10px 10px;
    color: #ffffff59;
    text-transform: uppercase;
    display: inline-grid;
    border-bottom: 3px solid transparent;
    cursor: pointer;
    font-weight: 700;
    margin-right: 3px;
}
.list-content .nav-type li:hover,.list-content .nav-type li.active {
    color:var(--sport-seo-theme-color);
    border-color:var(--sport-seo-theme-color);
}
.list-content .match-item {
    margin-bottom: 10px;
}
.list-content .match-main {
    background-color: #161615;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    box-shadow: 0 0 40px 40px rgba(255, 255, 255, .075) inset;
}
.list-content .match-main a{
    text-decoration: none;
}
.list-content .match-main .match-link {
    color: white;
    position: relative;
    display:block;
}
.match-item .match-main .match-link::before {
    content: "";
    position: absolute;
    top: 35%;
    left: 47%;
    transform: translate(-50%, -50%);
    display: none;
    width: 34px;
    height: 34px;
    background: url(../img/play-btn-icon.webp) no-repeat;
    background-size: 34px auto;
    -webkit-transform: scale(2);
    transform: scale(2);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out;
    z-index: 99;
}
.match-item .match-main .match-link:hover::before {
    display: block;
}
.list-content .match-content {
    padding: 15px;
}
.list-content .hot-match-label {
    text-align: right;
    font-weight: bold;
    color: var(--sport-seo-theme-color);
    margin: 0;
    font-size: 12px;
    display: flex;
    margin-left: auto;
    align-items: center;
}
.list-content .match-top {
    display: flex;
    grid-template-columns: 1fr 100px;
    margin-bottom: 15px;
    align-items: center;
}
.list-content .competition-label {
    position: relative;
    padding-left: 10px;
    font-size: 12px;
    display: flex;
    align-items: center;
    grid-column-gap: 5px;
}
.list-content .match-country-logo {
    width:25px;
    height:15px;
}
.perfmatters-lazy.pmloaded, .perfmatters-lazy>img.pmloaded, .perfmatters-lazy[data-ll-status=entered], .perfmatters-lazy.pmloaded>img {
    opacity: 1;
    transition: opacity 500ms;
}
.list-content .match-mid {
    display: grid;
    align-items: center;
    justify-items: center;
    grid-template-columns: 1fr 80px 1fr;
}
.team-logo {
    margin-bottom: 10px;
    line-height:50px;
}
.team-logo img {
    width:50px;
    height:50px;
}
.team-label {
    height:48px;
}
.match-time-count {
    position: relative;
    font-size: 20px;
    border-radius: 3px;
    font-weight: 550;
    padding-left:5px;
    padding-right:5px;
    background-color: var(--sport-seo-theme-color);
    color: #ffffff;
}
@keyframes blinker {
    0%{
        opacity:1;
    }
    50%{
        opacity:0;
    }
    100%{
        opacity:1;
    }
}
.match-time, .match-score {
    font-size: 24px;
    padding: 3px 10px;
}
.match-blv {
    font-size: 12px;
    width: 100%;
    text-align: center;
    display: grid;
    justify-content: center;
    grid-template-columns: 1fr auto;
    border-top: solid var(--sport-seo-theme-color) 0.5px;
    overflow: hidden;
}
.match-blv ul, .author-list ul {
    margin-left: 10px;
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    align-items: center;
    flex-wrap: wrap;
}
.match-blv ul {
    justify-content: left;
}
.match-blv ul li, .author-list ul li {
    display: block;
    text-transform: uppercase;
    margin: 0;
    height: 100%;
}
.match-blv ul li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 3px 10px;
    color: var(--sport-seo-theme-color);
    font-size: 12px;
    border-radius: 0px;
    line-height: 1.2em;
    display: grid;
    align-items: center;
    position: relative;
    z-index: 1;
}
.match-item .watch-btn {
    background-color: var(--sport-seo-theme-color);
    color:#ffffff;
    border-radius: 0;
    text-transform: uppercase;
    border: unset;
    height:36px;
}

/* 直播页面 */
.match-detail{
    padding: 15px;
}
.match-detail h1.entry-title {
    font-size: 25px;
    padding-left: 15px;
    position: relative;
    margin-bottom: 15px;
}
.match-detail h1.entry-title::before{
    content: "";
    width: 3px;
    height: 100%;
    left: 0;
    display: block;
    position: absolute;
    top: 0;
    background-color:var(--sport-seo-theme-color);
}
.player-container {
    display: grid;
    grid-template-columns: 1fr 350px;
    grid-column-gap: 10px;
    position: relative;
    margin-bottom: 15px;
}
.player-box {
    height: fit-content;
    padding-bottom: 5px;
    background-color: #272727;
}
.player-padding {
    display: block;
    position: relative;
    padding-bottom: 56.25%;
}
#player-stream {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
}
.loading-player {
    max-width: 90%;
    padding: 10px 15px;
    width: 250px;
    position: absolute;
    top: 50%;
    text-align: center;
    left: 50%;
    color: var(--sport-seo-theme-color);
    border: solid 2px var(--sport-seo-theme-color);
    transform: translate(-50%, -50%);
}
.chat-box {
    background-color: #272727;
}
/* 直播页信息 */
/* 直播页面底部数据 */

.header-text {
    display: block;
    font-size: 22px;
    border-left: 3px solid var(--sport-seo-theme-color);
    color: #fff;
    padding-left: 15px;
    margin-bottom: 15px;
}

@media (max-width: 600px) {
    .header-text {
      font-size: 16px;
      margin-bottom: 10px;
    }
}

.match-info-container {
    width: 100%;
}

.match-info-container .match-tracker-statistics {
    margin-top: 15px;
}

.match-info-container .match-tracker-statistics iframe {
    width: 100%;
}
.match-info-container .match-tracker-statistics .match-statistics-box{
    background: #272727;
}
.match-info-container .match-tracker-statistics .match-statistics-box .team-info {
    padding: 10px;
    box-sizing: content-box;
    border-width: 0.5px;
    border-bottom-style: solid;
    border-image: radial-gradient(circle at center, #f8c21b, #ffe59403);
    border-image-slice: 1;
    display: grid;
    grid-template-columns: 50% 50%;
    padding:20px 5px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.match-info-container .match-tracker-statistics .match-statistics-box .team-info img{
    display: block;
    max-width: 50px;
    height: auto;
}
.match-info-container .match-tracker-statistics .match-statistics-box .team-info span{
    max-width: 100%;
    color: white;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block
}

.match-info-container .match-tracker-statistics .match-statistics-box .team-info .same-style {
    display: flex;
    justify-content: center;
    align-items: center;
}
.match-info-container .match-tracker-statistics .match-statistics-box .team-statistics {
   width: 100%;
}
.match-info-container .match-tracker-statistics .match-statistics-box .team-statistics .item{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border-bottom: 0.5px #8080802b solid;
    color: #fff;
    box-sizing: border-box;
}

.match-info-container .match-tracker-statistics .match-statistics-box .team-statistics .item .number{
    width: 6.5%;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    font-size: 14px;
}

.match-info-container .match-tracker-statistics .match-statistics-box .team-statistics .item .item-text{
      width: 35%;
      background: #242323;
      text-align: center;
      font-size: 11px;
      box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.23);
}

.match-info-container .match-tracker-statistics .match-statistics-box .team-statistics .item .span-bar{
    width: 25%;
    background-color: #424242;
    height: 10px;
    position: relative;
}
.match-info-container .match-tracker-statistics .match-statistics-box .team-statistics .item .span-bar span{
    position: absolute;
    width: 60%;
    height: 100%;
    right: 0;
    top: 0;
    background-color: #f8c21b;
}
.match-info-container .match-tracker-statistics .match-statistics-box .team-statistics .item .home-bar span{
    background-color:#1756a1
}
.match-info-container .match-full-data {
    margin-bottom: 15px;
    background: #272727;
    padding: 15px;
}
.match-info-container .match-full-data .competition-label {
    color: rgb(177, 176, 176);
    margin-bottom: 10px;
    font-size: 16px;
    text-align: left;
}
.match-info-container .match-full-mid {
    display: grid;
    grid-template-columns: calc(50% - 40px) 80px calc(50% - 40px);
    justify-items: center;
    text-align: center;
    align-items: center;
}
.match-info-container .match-full-mid .logo-box img {
    max-height: 80px;
    margin-bottom: 10px;
    width: auto;
    vertical-align: middle;
}
.match-info-container .match-full-data .match-time, .match-full-data .match-score {
    font-size: 30px;
    padding: 3px 10px;
}
.match-info-container .match-date {
    font-size: 14px;
}

/* 比分数据 */
.both-team-records .header-side{
    color: #fff;
    padding: 5px;
    background-color: #2a3038;
    display: flex;
    align-items: center;
}

.both-team-records .header-side img{
    display: block;
    width: 28px;
    max-height: 30px;
    margin-right: 7px;
}

.both-team-records .items-box{
    width: 100%;
    background: #272727;
}
.both-team-records .items-box .items{
    width: 100%;
    padding: 5px;
    display: flex;
    align-items: center;
    border-bottom: 0.5px solid rgb(97 91 90 / 26%);
    box-sizing: border-box;
}

.both-team-records .items-box .items .date{
    color: #bebebe;
    font-size: 12px;
    width: 15%;
}

.both-team-records .items-box .items .name {
    color: #fff;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    width: 25%;
}

.both-team-records .items-box .items img{
    display: block;
    height: 30px;
    width: 28px;
    max-width: 60px;
}
.both-team-records .items-box .items .score{
    background: var(--sport-seo-theme-color);
    padding: 2px 8px;
    border-radius: 3px;
    font-weight: 700;
    font-size: 14px;
    max-width: 60px;
    color: #ffffff;
    margin: 0 15px;
}

.match-info-container .standing-up-side{
    height: 100px;
    background: #2a3038;
    font-size: 20px;
}
.match-info-container .standing-table{
    width: 80%;
    margin:0 auto;
}
.match-info-container .standing-table table{
    width: 100%;
}
.match-info-container .standing-table table th{
    color: #0a0a0a;
    text-align: center;
}
.match-info-container .standing-table table th span{
    display: block;
    background: #fff;
    box-shadow: 0 1px 0 #424242;
    width: 90%;
    margin: 0 auto;
}

.match-info-container .standing-table table td{
    text-align: center;
    padding: 5px 0;
}

.match-info-container .standing-table table .team-logo-name{
    display: flex;
    justify-content: center;
    align-items: center;
}

.match-info-container .standing-table table .team-logo-name img{
    width: 20px;
}

.match-info-container .standing-table table .team-logo-name span{
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 80%;
}

.match-info-container .standing-table table .last-five{
    display: flex;
    justify-content: center;
    align-items: center;
}

.match-info-container .standing-table table .last-five span{
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: var(--sport-seo-theme-color);
}

@media (max-width: 1000px) {
    .match-info-container .standing-table{
        width: 100%;
    }
}
@media (max-width: 600px) {
    .both-team-records .items-box .items .date{
      width: 21%;
    }
    .both-team-records .items-box .items img{
      width: 25px;
    }
    .both-team-records .items-box .items .score{
      padding:2px 4px;
      margin: 0 6px;
    }
}

@media (max-width:600px) {
    .video-player .refresh {
      width: 90%;
      height: auto;
      top: 50%;
      left: 50%;
      z-index: 30;
      text-align: center;
      transform: translate(-50%, -50%);
      background: black;
      user-select: none;
    }

    .video-player .big-play-btn {
      position: absolute;
      width: 60px;
      height: 60px;
    }
}
.mo-phong{
    position: relative;padding-bottom: calc(46.5% + 142px);margin-bottom: 15px;
}
.mo-phong iframe{
    position: absolute;width: 100%;height: 100%;margin-bottom: 15px;
}
/* 嵌套页面 */
#videoLoad{
    text-align: center;
    padding: 8% 0px 5%;
    font-size: 40px;
}
#videoBox{
    margin-top:-90px;
    height: 80vh;
}

/* 底部 */
footer{
    background:#111111;
    padding-top:15px;
}

/* 其他分辨率 */
@media (min-width: 768px){
    .navbar-md .navbar-toggler {
        display: none;
    }

    .navbar-md .navbar-collapse {
        -ms-flex-preferred-size: auto;
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        flex-basis: auto;
    }
}
@media (max-width: 768px){
    .chms .navbar::before, .chms .navbar .container::before{
        background-color: var(--sport-seo-theme-color);
    }
    .chms .navbar #navbar{
        padding-left: 0px;
        height: auto;
        padding-top: 5px;
    }
    .chms .navbar #navbar:before{
        transform: scale3d(1.5, 1.5, 1.5);
        left: 0;
    }
    .chms .navbar #navbar .menu{
        display:block;
    }
    .chms .navbar #navbar .menu li a::before{
        transform: rotate(0deg);
        height: 100%;
        top: 0;
    }
    .chms .navbar #navbar .menu .menu-item-has-children ul{
        width:100%;
        padding:0px;
        position: relative;
        border: none;
        background:var(--sport-seo-theme-color);
    }
    .chms .navbar #navbar .menu .menu-item-has-children ul li a{
        height:55px;
        width: auto;
        margin-left: 10%;
        color:#ffffff;
        border-left: 2px solid #e9ecef;
        background:var(--sport-seo-theme-color);
    }
    .list-content h1.webtitle{
        width:100%;
    }
    .list-content h1.webtitle::after{
        width: 0px;
    }
}


/* 分类页-文章列表 */
.category-page .card-element {
    padding: 10px 15px;
}
.category-page .post-archive-item a.post-archive-title {
    color: #ffffff;
    font-weight: bold;
    font-size: 22px;
    text-decoration: none;
}
.category-page .post-archive-item .post-item-bottom {
    display: grid;
    grid-template-columns: 30% 1fr;
    grid-column-gap: 10px;
}
.category-page .post-thumbnail{
    margin: 5px 0;
    width: 100%!important;
}
.category-page .post-thumbnail img {
    height: auto;
    vertical-align: middle;
    max-width: 100%;
}
.category-page .post-item-meta {
    color: grey;
    font-size: 13px;
    margin-bottom: 5px;
}
.category-page .post-item-meta a{
    color:var(--sport-seo-theme-color);
    text-decoration: none;
}
/* 分页 */
.category-page .pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding-left: 0;
    margin-bottom:1rem;
}
.category-page .pagination .nav-links * {
    padding: 3px 10px;
    background-color: rgb(38, 38, 38);
    color: rgb(213, 213, 213);
    display: inline-flex;
    align-items: center;
    font-weight: bold;
    text-decoration: none;
}
.category-page .pagination .nav-links .current {
    background-color: var(--sport-seo-theme-color);
    color: #0a0a0a;
}

/* 侧栏 */
p.widget-title {
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    padding-left: 20px;
    position: relative;
}
.widget-title::before {
    position: absolute;
    content: "";
    display: block;
    width: 5px;
    height: 100%;
    left: 0;
    top: 0;
    background-color: var(--sport-seo-theme-color);
}
.sidebar-post-item {
    display: grid;
    grid-column-gap: 5px;
    margin-bottom: 10px;
    grid-template-columns: 120px 1fr;
}
.thumb-post {
    width: 100%;
    float: left;
}
.sidebar-post-item a {
    line-height: 1.2em;
}
.img-thumb {
    width: 100%;
}
.widget-post-recent .content-post {
    width: 100%;
    float: left;
}
.sidebar-post-item .content-post {
    display: grid;
}
.meta-post-sidebar {
    line-height: 1.0em;
}
.sidebar-post-item a.post-category {
    font-size: 12px;
}
.widget-post-recent .post-date {
    color: #919191;
    font-size: 11px;
    margin-top: -2px;
    display: inline-block;
}
.sidebar-post-item .post-sidebar-link {
    color: white;
    text-decoration: none;
}

/* 文章/page 内页 */
.entry-meta {
    font-size: small;
    margin-top: .75rem;
}
.entry-content{
    margin: 1.5rem 0;
}
/* 赛事结果页 */
.match-result .date-list{
    display: flex;
    justify-content: center;
    margin-bottom:25px;
}
.match-result .date-list .item {
    position: relative;
    width: 126px;
    padding: 4px 0;
    text-align: center;
    cursor: pointer;
}
.match-result .date-list .item .day {
    font-size: 14px;
    color: #777;
}
.match-result .date-list .item:hover:after,.match-result .date-list .item.active:after {
    content: '';
    display: block;
    position: absolute;
    width: 60px;
    height: 6px;
    margin-top: 8px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--sport-seo-theme-color);
    border-radius: 3px;
}
.match-result .match-list {
    width: 100%;
    display:none;
    background: #272727;
}
.match-result .match-list.active{
    display:block;
}
.match-result .match-list .match_group {
    width: 100%;
    padding: 0 5px;
    box-sizing: border-box;
}
.match-result .match-list .match_group .group_name{
    color: white;
    padding: 5px 5px;
    background-color: #2a3038;
}
.match-result .match-list .match_group .group_items {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 0.5px solid rgb(97 91 90 / 26%);
    padding: 5px 60px;
}

.match-result .match-list .match_group .group_items .match_team{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 30%;
}
.match-result .match-list .match_group .group_items .match_team.guest_team{
    justify-content: flex-start;
}
.match-result .match-list .match_group .group_items .name {
    color: #fff;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}
.match-result .match-list .match_group .group_items img{
    display: block;
    height: 30px;
    width: 30px;
    margin-left: 10px;
}
.match-result .match-list .match_group .group_items .match_team.guest_team img{
    margin-left: 0;
    margin-right: 10px;
}

.match-result .match-list .match_group .group_items .match_result_box {
    text-align: center;
    color:#bebebe;
}

.match-result .match-list .match_group .group_items .match_result_box .date {
    display: none;
    text-align: center;
    color:#bebebe;
}

.match-result .match-list .match_group .group_items .score {
    background: var(--sport-seo-theme-color);
    padding: 2px 8px;
    border-radius: 3px;
    font-weight: 700;
    font-size: 14px;
    width: 60px;
    text-align: center;
    color: #ffffff;
}
.match-result .match-list .match_group .group_items .no-score {
    padding: 2px 8px;
    border-radius: 3px;
    font-weight: 700;
    font-size: 14px;
    width: 60px;
    text-align: center;
    color: #ffffff;
}
@media screen and (max-width: 992px) {
    .match-result .match-list .match_group .group_items{
        padding: 5px 7px;
    }
}

@media screen and (max-width: 576px) {
    .match-result .match-list .match_group .group_items{
        padding: 5px 2px;
    }
    .match-result .match-list .match_group .group_items .match_result_box .date{
        display: block;
        font-size: 13px;
    }
    .match-result .match-list .match_group .group_items .date{
        display: none;
    }
    .match-result .match-list .match_group .group_items .match_team{
        width: 40%;
    }
    .match-result .match-list .match_group .group_items .score{
        padding: 2px;
        width: 54px;
    }
    .match-result .match-list .match_group .group_items img{
        margin-left: 5px;
    }
    .match-result .match-list .match_group .group_items .match_team.guest_team img{
        margin-right: 5px;
    }
}