html {
    box-sizing: border-box;
    color: #191919;
    font-family: system -apple-system,BlinkMacSystemFont,Helvetica Neue,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.15;
    word-break: break-word;
}
body{
    background: #041935;
    height: 100%;
    min-height: calc(var(--vh)*100);
    font-family: PingFang SC, Microsoft YaHei, Arial, sans-serif;
}

header,main,footer{
    background: #041935;
    height: 100%;
    margin: 0 auto;
    max-width: 1228px;
    min-height: 100%;
    position: relative;
}
header{
    display: flex;
    align-items: center;
    background-color: #041935;
    height: 58px;
    justify-content: space-between;
    padding: 0 12px 0 10px;
    position: sticky;
    z-index: 12;
}
.header-left{
    display: flex;
    align-items: center;
    max-width: calc(100% - 180px);
}
.header-right{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
}
.header-logo {
    display: block;
    height: 50px;
    line-height: 50px;
    width: 180px;
    margin-right: 30px;
}
.header-logo img{
    width:100%;
    height:auto;
    display: inline-block;
    vertical-align: middle;
}
.header-menu{
    display: contents;
    height: 100%;
    max-width: calc(100% - 330px);
}
.header-menu .nav-item{
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #fff;
    cursor: pointer;
    display: inline-block!important;
    display: -webkit-box;
    font-size: 16px;
    height: inherit;
    line-height: 58px;
    max-width: calc(100% + 20px);
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.header-menu .nav-item .hover {
    height: 100%;
    left: 10px;
    position: absolute;
    right: 0;
    width: calc(100% - 20px);
}
.header-menu .nav-item:hover .hover{
    background: hsla(0,0%,100%,.1);
    -webkit-transform: skew(345deg);
    transform: skew(345deg);
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
}
.header-menu .nav-item .title {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: block!important;
    display: -webkit-box;
    font-family: Montserrat,Helvetica Neue,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Arial,sans-serif;
    font-style: oblique;
    overflow: hidden;
    padding: 0 22px;
    text-overflow: ellipsis;
}
.header-menu .nav-item.active .title,.header-menu .nav-item:hover .title,.header-menu .nav-item.current  {
    color: #04ffd3;
}
header .nav.linkm{
    z-index: 99;
    height: 100vh;
    width: 250px;
    position: fixed;
    top: 0;
    left:0px;
    display: none;
    margin: auto;
    color: #ffffff;
    background: #152f4f;
    transition: all .7s ease 0s;
    padding: 15px;
    overflow-x: hidden;
    box-shadow: 0 1px 6px rgba(32, 33, 36, 0.4);
}
header .nav.linkm .menublabel{
    position: relative;
}
header .nav.linkm .menublabel a{
    background: transparent;
    margin: 0;
    padding: 0;
}
header .nav.linkm .menublabel .liwte{
    position: absolute;
    top: -5px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    right: -10px;
    text-align: center;
    background: #041935;
    color: #fff;
    border-radius: 50px;
}
header .nav.linkm a{
    background: #2673da;
    display: block;
    padding: 15px;
    color: #fff;
    margin: 0;
    border-radius: 8px;
    border: 0;
    margin-top: 15px;
}
.app-icon {
    color:#ffffff;
    font-size:18px;
    margin: 0 10px;
}
.header-right .icon-search{
    cursor: pointer;
    display: none;
}
.header-right .icon-menu{
    cursor: pointer;
    display: none;
}

.footer-wrap{
    display: flex;
    align-items: center;
    background: #041935;
    border-top: 1px solid hsla(0,0%,100%,.07);
    justify-content: space-between;
    margin: 34px auto 0;
    max-width: 1228px;
    min-height: 140px;
    padding: 15px 10px;
}
.footer-wrap .tips{
    max-width: calc(100% - 320px);
    padding-right: 10px;
    color: #697c95;
}
.footer-wrap .items{
    display: flex;
    flex-direction: column;
}
.footer-wrap .items .top,.footer-wrap .items .bottom{
    display: flex;
    margin: 0 auto;
    width: 100%;
    align-items: center;
    color: #00cca8;
    justify-content: space-between;
    line-height: 20px;
}
.footer-wrap .items .top{
    margin-bottom: 10px;
    width: 85%;
    justify-content: center;
}
.footer-wrap .top ul {
    justify-content: space-between;
    display: flex;
    width: 100%;
}
.footer-wrap .top  ul li a{
    border:none;
    width: 35px;
    height: 35px;
    line-height: 35px;
}
.footer-wrap .items button{
    display: flex;
    align-items: center;
    background: #00cca7;
    border-radius: 4px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 400;
    height: 26px;
    border: none;
    justify-content: center;
    line-height: normal;
    max-height: 26px;
    min-width: 140px;
    padding: 0 10px;
    white-space: nowrap;
    color: #000d1e;
}
.footer-wrap .items .bottom button svg{
    height: 20px;
    margin-right: 6px;
    width: 20px;
}
.footer-wrap .items button a{
    position: relative;
}
.footer-wrap .items .bottom .android-download{
    margin-left: 20px;
}

main {
    display: flex;
    min-height: calc(var(--vh)*100 - 120px);
    padding-top: 20px;
}
main .main-left{
    max-width: calc(100% - 468px);
    width: 100%;
}
main .main-right{
    margin-left: 10px;
    width: 468px;
}
main .main-left .search-team{
    display: none;
}
main .main-left nav {
    position: relative;
    align-items: center;
    background-color: #041935;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    height: 50px;
    justify-content: flex-start;
    white-space: nowrap;
    width: inherit;
}
.home-nav .nav-item {
    align-items: center;
    background: #112a48;
    border-radius: 4px;
    color: #697c95;
    cursor: pointer;
    display: flex;
    flex: 1;
    flex-direction: column;
    font-size: 15px;
    font-weight: 500;
    height: 100%;
    justify-content: center;
    margin-left: 6px;
    position: relative;
    white-space: nowrap;
    min-width: 60px;
}
.home-nav .nav-item:first-child {
    margin-left: 0;
}
.home-nav .nav-item.active {
    background: #2673da;
    color: #fff;
}

.home-list .list-item{
    margin-top: 5px;
    border-bottom: 1px solid hsla(0, 0%, 100%, .07);
}
.home-list .list-item .collect-name{
    padding: 0 15px;
    color:#ffffff;
    height: 35px;
    line-height: 30px;
}
.home-list .list-item .collect-name img{
    border-radius: 50%;
    height: 25px;
    width: 25px;
    vertical-align: middle;
    margin-right: 15px;
}
.home-list .list-item .item{
    background-color: #152f4f;
    display: flex;
    height: 74px;
    justify-content: space-between;
    padding: 0 15px;
}
.home-list .list-item .item-left{
    align-items: center;
    display: flex;
    min-width: 40%;
}
.home-list .list-item .item-left .teams{
    display: flex;
    flex-direction: column;
    line-height: 30px;
}
.home-list .list-item .item-left .teams .away-team, .home-list .list-item .item-left .teams .home-team{
    align-items: center;
    display: flex;
}
.teams .team-logo {
    background: #fff;
    border-radius: 50%;
    height: 25px;
    min-width: 25px;
    padding: 1px;
    width: 25px;
}
.teams .team-name{
    color: #fff;
    font-size: 13px;
    margin-left: 12px;
    max-width: 500px;
    min-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list-item .item-center{
    align-items: center;
    display: flex;
}
.list-item .item-center .status{
    color: #fff;
    background: #263545;
    border-radius: 8px;
    font-size: 14px;
    padding: 5px 10px;
    margin: auto;
}
.list-item .item-center .status.live {
    background: #d00000
}

.list-item .item-center .status.end {
    background: #474747
}

.list-item .item-center .status.not-start {
    background: #0f6f37
}
.list-item .item-right{
    align-items: center;
    display: flex;
}
.list-item .item-right-data{
    color: #fff;
    justify-content: flex-end;
    align-items: center;
    display: flex;
}
.list-item .item-right-data .time,.list-item .item-right-data .scores{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
}
.list-item .item-right-data .time{
    font-size: 12px;
    font-weight: 300;
    margin-right: 10px;
    white-space: nowrap;
    width: 50px;
}

.list-item .item-right-data .scores{
    font-size: 16px;
    line-height: 28px;
    white-space: nowrap;
    width: 55px;
}
.list-item .item-right-data .channel-sign{
    display:none;
    width: 30px;
    text-align: center;
}

.list-item .item.not-start .item-right-data .scores{
    display:none;
}
.list-item .item.live .item-right-data .time,.list-item .item.end .item-right-data .time{
    display:none;
}
.list-item .item.living .item-right-data .channel-sign{
    display: block;
}
.list-item .item.live .item-right-data{
    color: #04ffd3;
}
.load_more{
    margin: 35px auto 25px;
    text-align: center;
}
.load_more span{
    background: #2673da;
    color: #ffffff;
    padding: 10px 15px;
    border-radius: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}
.ajax-loading,.ajax-empty{
    color:#ffffff;
    border: 1px solid #ffffff;
    font-size: 32px;
    height: 140px;
    line-height: 140px;
    width: 100%;
    margin: 30px auto;
    text-align: center;
}
.ajax-empty{
    border:none;
}
.ajax-loading .dots {
    display: inline-block;
    width: 50px;
    overflow: hidden;
    text-align: left;
    vertical-align: bottom;
}
@keyframes dot-animation {
    0% {
        content: ".";
    }
    20% {
        content: "..";
    }
    40% {
        content: "...";
    }
    60% {
        content: "....";
    }
    80% {
        content: ".....";
    }
    100% {
        content: "......";
    }
}

.dots::after {
    content: "";
    animation: dot-animation 1.5s steps(1, end) infinite;
}

.search-team{
    display: flex;
    align-items: center;
    background: #152f4f;
    height: 60px;
    justify-content: center;
    margin-bottom: 6px;
    padding: 10px;
    position: relative;
}
.search-team .search-team-wrap .search-team-input, .search-team .search-team-wrap, .search-team{
    display: flex;
    margin: 0 auto;
}
.search-team .search-team-wrap .search-team-input{
    align-items: center;
    background: #041935;
    border-radius: 6px;
    height: 40px;
    width: 448px;
}
.search-team .search-team-wrap .search-team-input i{
    width: 38px;
    height: 38px;
    color: #fff;
    font-size: 16px;
    line-height: 38px;
    text-align: center;
    display: block;
    border-radius: 50px;
}
.search-team .search-team-wrap .search-team-input input{
    background: #041935;
    caret-color: #fff;
    color: #fff;
    width: 100%;
    border: none;
    outline: none;
}
.search-team .search-team-wrap .search-team-h5-close{
    display: none;
    padding-left: 10px;
}

.latest-article-list{
    background: #152f4f;
    display: flex;
    flex-direction: column;
    margin-bottom: 6px;
    min-height: 85px;
    padding: 10px 10px 6px;
    width: 100%;
}
.latest-article-list .title{
    display: flex;
    justify-content: space-between;
}

.latest-article-list .title .bord-text{
    color: #fff;
    display: flex;
    font-size: 16px;
}
.latest-article-list .title .bord-text .bord{
    background: #00cca8;
    height: 20px;
    margin-right: 8px;
    width: 3px;
}
.latest-article-list .list-content{
    border-radius: 4px;
    color: #acbed6;
    display: flex;
    flex-direction: column;
    font-size: 13px;
    margin-top: 4px;
}
.latest-article-list .list-content .article-item {
    border-bottom: 1px solid hsla(0, 0%, 100%, .07);
    cursor: pointer;
    display: flex;
    padding: 15px 5px 15px 0;
}
.latest-article-list .list-content .article-item .right{
    overflow: hidden;
    color: #fff;
    padding-left: 10px;
    text-overflow: ellipsis;
}
.latest-article-list .list-content .article-item .left img{
    border-radius: 4px;
    height: 73px;
    width: 130px;
    vertical-align: middle;
}


#posts {
    box-shadow: 0 0 4px rgba(0, 0, 0, .3);
    background: #152F4F;
    border-radius: 8px;
    padding: 0 0 20px 0;
    max-width: 1200px;
    margin: 20px auto;
}
.box-title {
    padding: 12px;
    overflow: hidden;
    border-bottom: 1px solid #041935;
    border-radius: 8px 8px 0 0;
    background: #152F4F;
}
.box-title h1, .box-title h2, .box-title h3{
    font-size: 15px;
    background: #2673DA;
    color: #fff;
    float: left;
    padding:10px;
    border-radius: 8px;
}
.box-title strong {
    font-weight: 500;
}
.box-title span {
    color: #ffffff;
}
#posts .grid-post{
    overflow: hidden;
    padding: 15px;
}
#posts .blog-posts-hentry {
    width: 100%;
    margin-bottom: 15px;
    border-bottom: 1px solid #041935;
    float: left;
    padding-bottom: 15px;
}
#posts .post-image-wrap, #posts .post-info {
    display: inline-block;
    padding-top: 0;
}
#posts .post-image-wrap {
    vertical-align: middle;
    width: 230px;
}
#posts .post-image-wrap img {
    object-fit: cover;
    height: 160px;
    width: 100%;
    display: grid;
}
#posts .post-info {
    vertical-align: top;
    width: calc(100% - 260px);
    float: right;
}
#posts .post-info h3 {
    margin: 0;
    line-height: 1.5;
    font-size: 15px;
    height: 43px;
    overflow: hidden;
    font-weight: 500;
}
#posts .post-title {
    font-weight: 700;
}
#posts .post-title a{
    color:#fff;
}
#posts .post-meta .post-author, #posts .post-meta .tags-time, #posts .post-meta .tags-club {
    color: #7e7e7e;
    margin-right: 12px;
    font-size: 13px;
    display: inline-block;
}
#posts .post-meta .post-author a{
    color: #7e7e7e;
}
#posts .icon-user:before {
    padding-right: 5px;
}
#posts .post-meta .tags-club {
    text-decoration: underline;
}
#posts .post-summary {
    line-height: 1.5rem;
    margin-top: 10px;
}
#posts .post-summary a {
    color: #fff;
}
#posts .pagination{
    display: flex;
    justify-content: center;
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 100%;
}
#posts .pagination>li>a{
    margin: 0 4px;padding: 8px 14px;
    min-height: 38px;
    min-width: 38px;
    border-radius: 2px;
    text-align: center;
    transition: all 0.2s ease-in-out 0s;
    font-size: 14px;
    line-height: 20px;
    border: 1px solid #474747;
    color: #ffffff !important;
}
#posts .pagination li span{
    border-radius: 2px;
}
#posts .pagination > li > a:focus, #posts .pagination > li > a:hover, #posts .pagination > li > span:focus, #posts .pagination > li > span:hover{
    background-color: #2673DA;
    color: #ffffff!important;
    border: solid 1px #2673DA;
}
#posts .pagination li.active a{
    background-color: #2673DA;
    color: #ffffff!important;
    border: solid 1px #2673DA;
}
.container {
    max-width: 1200px;
    margin: auto;
    padding: 0 12px;
}
#single{
    width:100%;
}
#single .blogpost {
    margin: 20px 0;
    box-shadow: 0 0 4px rgba(0, 0, 0, .3);
    background: #152F4F;
    border-radius: 8px;
}
#single .blog-post.hentry.item-post {
    color: #fff;
    overflow: hidden;
    border-radius: 8px;
    padding: 0 12px 12px;
}
#single .postTimestamp {
    background: #152F4F;
    color: #fff;
    margin: 0 -12px 12px;
}
#single .posts-title {
    padding: 10px 12px;
}
#single .post-title {
    line-height: 1.5;
    overflow: hidden;
    font-size: 24px;
}
#single .main-post-meta {
    border-top: 1px solid #041935;
    padding: 10px 12px;
    font-size: 15px;
    font-weight: 400;
    color: #7e7e7e;
}
#single .main-post-meta a{
    color: #7e7e7e;
}
#single .main-post-meta span {
    display: inline-block;
    margin-right: 15px;
}
#single .main-post-meta span {
    display: inline-block;
    margin-right: 15px;
}
#single #postsacs {
    font-size: 17px;
    text-align: justify;
    font-weight: 400;
}
#single #postsacs p {
    margin: 12px 12px 0;
    margin-bottom: 15px;
    line-height: 30px;
    text-indent: 2em;
}

#singlet_posts .blogpost {
    margin-bottom: 20px;
    box-shadow: 0 0 4px rgba(0, 0, 0, .3);
    background: #152F4F;
    border-radius: 8px;
}
#singlet_posts .grid-post {
    padding: 12px 12px 0;
    padding-bottom: 0;
    overflow: hidden;
}
#singlet_posts .blog-posts-hentry {
    float: left;
    width: 25%;
}
#singlet_posts .blog-post.hentry.index-post {
    background: #eceef2;
    margin: 0 6px 12px 6px;
    overflow: hidden;
    position: relative;
    border-radius: 8px;
}
#singlet_posts .post-image-wrap img {
    object-fit: cover;
    height: 160px;
    width: 100%;
    display: grid;
}
#singlet_posts .post-info {
    padding: 10px;
}
#singlet_posts .post-info h3 {
    margin: 0;
    line-height: 1.5;
    font-size: 15px;
    height: 43px;
    overflow: hidden;
    font-weight: 500;
}
.backtotop {
    background-color: #2673DA;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 9999;
    border-radius: 100%;
    height: 48px;
    width: 48px;
    line-height: 48px;
    text-align: center;
    box-shadow: 0 1px 6px 0 rgba(32, 33, 36, .28);
    display: none;
    animation: animatezoom .6s;
}

.match-detail{
    display: flex;
    max-width: 1228px;
    margin: 0 auto;
    width: 100%;
    flex-wrap: wrap;
    gap: 10px;
}
.match-detail .detail-left{
    flex:1 1 66%;
}
.match-detail .detail-right{
    flex:1 1 33%;
}
.detail-header{
    align-items: center;
    background-color: #000d1e;
    display: flex;
    height: 40px;
    justify-content: center;
    position: relative;
}
.detail-header .league-name{
    color: #fff;
    font-size: 14px;
    max-width: calc(100% - 80px);
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
}
.match-detail .detail-team{
    -webkit-box-pack: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    background-color: #041935;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    height: 86px;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 10px 10px 0;
}
.detail-titem{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    overflow: hidden;
    text-align: center;
}
.detail-tcenter{
    position: relative;
    text-align: center;
    width: 100px;
}
.detail-tlogo{
    background: #fff;
    border-radius: 50%;
    height: 42px;
    padding: 1px;
    width: 42px;
}
.text-overflow-1 {
    white-space: nowrap;
}
.text-overflow-1, .text-overflow-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}
.detail-tname{
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    padding-top: 4px;
}
.detail-tscore{
    color: #00ffe0;
    font-size: 20px;
    font-weight: 700;
    line-height: 42px;
}
.detail-tscore.is-vs{
    color: #fff;
}
.detail-ttime{
    color: #c6c6c6;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
}

.detail-content2 .detail-tab_wrap{
    height: 47px;
}
.detail-tab{
    background: #000d1e;
    height: inherit;
    padding: 0 5px;
    width: 100%;
    z-index: 1;
}
.detail-tab-item, .detail-tab{
    -webkit-box-pack: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
}
.detail-tab-item{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background: transparent;
    color: #bcc6d3;
    cursor: pointer;
    -webkit-flex-direction: column;
    flex-direction: column;
    font-size: 14px;
    font-weight: 400;
    height: 42px;
    width: 50%;
}
.detail-tab-item.is-active{
    background: #2673da;
    border-radius: 6px;
    color: #fff;
    height: 34px;
}
.h2h {
    min-height: 100px;
}
.h2h-content {
    background: #152f4f;
    padding: 10px 12px;
}
.h2h-content.h2h-battle {
    padding: 0 12px 10px;
}
.h2h-content.h2h-battle:first-child {
    padding-top: 1px;
}
.h2h-list {
    margin-top: 8px;
    overflow: hidden;
}
.h2h-item {
    -webkit-box-align: center;
    -webkit-box-orient: horizontal;
    -webkit-align-items: center;
    align-items: center;
    background: #1b3c66;
    border: none;
    border-radius: 4px;
    -webkit-flex-direction: row;
    flex-direction: row;
    min-height: 62px;
    padding: 8px 0;
}
.h2h-list .h2h-item:not(:first-child) {
    margin-top: 4px;
}
.h2h-item, .h2h-item_left, .h2h-item_middle {
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}
.h2h-item_left, .h2h-item_middle {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.h2h-item_left {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: #acbed6;
    font-size: 12px;
    margin: 0 5px;
    max-width: 90px;
    width: 90px;
}
.h2h-item_left .league-name {
    margin-bottom: 6px;
    max-width: 90px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.h2h-item_middle {
    -webkit-box-flex: 1;
    -webkit-box-pack: left;
    color: #fff;
    -webkit-flex: 1;
    flex: 1;
    font-size: 14px;
    -webkit-justify-content: left;
    justify-content: left;
}
.h2h-item_middle .home-name {
    margin-bottom: 6px;
}
.h2h-item_right {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.h2h-item_right .scores, .h2h-item_right {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}
.h2h-item_right .scores {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    color: #fff;
    -webkit-flex-direction: column;
    flex-direction: column;
    font-size: 16px;
    font-weight: 500;
    padding: 0 18px;
}
.h2h-item_right .scores .away-score, .h2h-item_right .scores .home-score {
    text-align: center;
}
.h2h-item_right .scores .home-score {
    margin-bottom: 6px;
}
.h2h-item_middle img{
    width:25px;
    display:inline-block;
    margin-right:10px;
}
.h2h .empty-data{
    min-height: 100px;
    color: #fff;
    text-align: center;
    line-height: 100px;
}
.match_end{
    height: 450px;
    line-height: 450px;
    color: #fff;
    text-align: center;
    background: #152f4f;
    font-size: 30px;
}
.match_end div{
    height: 50px;;
}
#match_content{
    padding: 20px;
    box-shadow: 0 0 4px rgba(0, 0, 0, .3);
    background: #152F4F;
    border-radius: 8px;
    width: 100%;
    color: #ffffff;
    margin-top: 20px;
}
#match_content .match_content{
    font-size: 17px;
}
.video-player-wrapper{
    margin-top:10px;
}
#liveVideo{
    height: 450px;
    line-height: 450px;
    color: #fff;
    text-align: center;
    font-size: 30px;
    width: 100%;
}
.match-detail .detail-ttime{
    width: 80px;
    margin: 0 auto;
    color: #ffffff;
    padding: 5px;
    border-radius: 5px;
}
.match-detail .detail-ttime.live {
    background: #d00000;
}
.match-detail .detail-ttime.end {
    background: #474747;
}

.match-detail .detail-ttime.not-start {
    background: #0f6f37;
}
.detail-tscore.is-vs span{
    display:inline-block;
    margin:0 5px;
}

.video-player-wrapper .player{
    position: relative;
}
.overlay-match {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    cursor: pointer;
    background: rgb(0 0 0 / 60%);
    z-index: 9
}

.match-container:hover .overlay-match {
    opacity: 1;
}

.text-match {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 45px;
    margin: auto;
    left: 0;
    top: 0;
    width: 45px;
    background: no-repeat center url("data:image/svg+xml;charset=utf8,%3Csvg aria-hidden='true' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' %3E%3Cpath fill='%23fff' d='M256,0C114.617,0,0,114.615,0,256s114.617,256,256,256s256-114.615,256-256S397.383,0,256,0z M344.48,269.57l-128,80  c-2.59,1.617-5.535,2.43-8.48,2.43c-2.668,0-5.34-0.664-7.758-2.008C195.156,347.172,192,341.82,192,336V176 c0-5.82,3.156-11.172,8.242-13.992c5.086-2.836,11.305-2.664,16.238,0.422l128,80c4.676,2.93,7.52,8.055,7.52,13.57 S349.156,266.641,344.48,269.57z' class=''%3E%3C/path%3E%3C/svg%3E")
}

.match-container.not-start:hover .overlay-match, .match-container.end:hover .overlay-match, .match-container.live:not(.living):hover .overlay-match {
    opacity: 0.3;
}

.match-container.not-start .text-match, .match-container.end .text-match, .match-container.live:not(.living) .text-match {
    background: none;
}