.gmLiveTit {
    height: 100%;
    border: 1px solid #EBEBEB;
    flex-wrap: wrap;
}

.gmLiveTit>li>a {
    display: block;
    /*width: 80px;*/
    height: 30px;
    text-align: center;
    line-height: 30px;
    margin: 0 10px 10px 0;
    color: #666;
    border-radius: 4px;
    background-color: #f3f4f7;
    padding: 0 15px;
}

.gmLiveTit>li>a:hover {
    background-color: var(--c1) !important;
    color: #FFF !important;
    border: 1px solid var(--c1) !important;
}


.gmhead {
    width: 80%;
    height: 100%;
    display: flex;
    justify-content: space-between;
}

.teamHd img {
    width: 32px;
    height: 32px;
}

.teamhdtit h1 {
    color: #000;
    font-size: 28px;
    margin: 0 16px;
}

.teamHd p {
    color: #7D7A7A;
    font-size: 14px;
}

.gmhdtype {
    line-height: 56px;
}

.gmhdtype li {
    margin-left: 36px;
   font-size: 16px;
   color: #000;
   cursor: pointer;
}

/* 直播列表 */
#gmliveBox{
    max-height: 900px;
    overflow-y: scroll;
}

.gmliveUl li {
    height: 90px;
    border-bottom: 1px solid #EBEBEB;
}
.gmliveUl li .ellipsis{
    margin-bottom: 0;
}

.livelistTime {
    height: 40px;
    line-height: 40px;
    padding-left: 34px;
    position: relative;
}

.livelistTime::before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    top: 16px;
    left: 20px;
    border-radius: 50%;
    background: var(--c1);
}

.gmliveOl {
    display: flex;
    padding-left: 20px;
}

.gmliveOl:hover {
    background: #f3f4f7;
}


.gmliveOl>li:nth-child(1) {
    margin-right: 104px;
}

.gmliveOl>li:nth-child(2) {
    width: 184px;
    margin-right: 120px;
}

.gmliveOl>li:nth-child(3) {
    width: 440px;
}


.gmliveOl>li:first-child,
.gmliveOl>li:last-child {
    line-height: 90px;
}

.gmliveOlTeam img {
    width: 56px;
    object-fit: contain;
    height: 50px;
    margin: 0 4px;
}

.gmliveOlTeam p {
    width: 87px;
    text-align: center;
}

.gmliveOlTeam {
    margin-right: 170px;
}

.gmliveOlTeam>div:nth-child(1) {
    width: 154px;
    justify-content: flex-end;
}

.gmliveOlTeam p {
    color: #909399;
}

.gmliveOlTeam a {
    color: #000;
}

.gmliveOlTeam>div:nth-child(3) {
    width: 114px;
}

.gmliveOlTeam>div:nth-child(2) {
    line-height: 90px;
    width: 76px;
    text-align: center;
    margin: 0 40px;
    color: #909399;
}



/* 轮播图 */
.mySwiper {
    height: 146px;
    position: relative;
    padding: 0 30px;
    border: 3px solid #f7f7f8;
    border-right: 0px;
    border-top: 0px;
    border-bottom: 0px;
}

.slide {
    border-right: 3px solid #f7f7f8;
}

.swiper-button-next {
    right: 0px !important;
    color: #e0dfdf !important;
}

.swiper-button-prev {
    left: 0px !important;
    color: #e0dfdf !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 20px !important;
}

.swiperTit {
    display: flex;
    justify-content: space-between;
    margin-bottom: 6px;
}

.swiperTit img {
    width: 14px;
    height: 10px;
    margin: 0 4px;
}

.swiperTeam {
    justify-content: space-around;
    text-align: center;
}

.swiperTeam img {
    width: 44px;
    height: 44px;
    margin-bottom: 10px;
}

.swiperTeam>li:nth-child(1),
.swiperTeam>li:nth-child(3) {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.swiperTeam>li:nth-child(1) p,
.swiperTeam>li:nth-child(3) p {
    width: 60px;
}


.gmLiveSwitch {
    height: 50px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.gmLiveSwitch li,
.gmLiveSwitch a {
    width: 80px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
}

.gmLiveBannerImg {
    position: relative;
    overflow: hidden;
}

.gmLiveBannerImg img {
    width: 490px;
    height: 274px;
    border-radius: 2px;
    transition: all 0.5s;
}

.gmLiveBannerImg:hover img {
    transform: scale(1.05);
}

.gmLiveBannerImg div {
    width: 490px;
    height: 60px;
    line-height: 76px;
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: 0;
    background: linear-gradient(to top, #151a11, #151a1100);
}


.gmLiveBannerList {
    width: 390px;
    height: 274px;
    overflow: hidden;

}

.gmLiveBannerList div {
    margin-bottom: 14px;
    color: #4C4C4C;
}

.gmLiveBannerList div:hover {
    color: var(--c1);
}

.gmLiveBannerList div p:nth-child(1) {
    font-size: 16px;
    width: 290px;
}

.gmLiveBannerList div p:nth-child(2) {
    font-size: 16px;
}




/* 赛程 */
.mySwiper1 {
    height: 100px;
}

.swiper-button-next1,
.swiper-button-prev1 {
    height: 76px !important;
    background: #fafafa;
    top: 34px !important;
    font-size: 20px !important;
    color: var(--c1) !important;
}

.slide1 {
    padding-top: 30px;
    text-align: center;
}

.slide1 p:nth-child(1) {
    color: #4C4B4A;
    font-size: 16px;
}

.slide1 p:nth-child(2) {
    color: #999999;
    font-size: 16px;
}


#gameTimeWrap {
    max-height: 660px;
    overflow: auto;
}

.gameTime {
    margin: 16px 0;
}

.gameTime>div {
    height: 80px;
    width: 100%;
}

.gameTimeTit {
    color: #999999;
    margin: 4px 0;
}

.gameTimeDiv {
    padding: 0 26px;
    border-bottom: 1px solid #F2F2F2;
}

.gameTimeDiv>li:nth-child(1) {
    width: 20%;
}

.gameTimeDiv>li:nth-child(2) {
    font-size: 16px;
    color: #333;
    width: 100%;
    text-align: center;
    text-align: -moz-center;
}
.gameTimeDiv>li:nth-child(3) {
    width: 16%;
}

.gameTimeDiv>li:nth-child(1) p:first-child {
    font-size: 18px;
    color: #000;
    font-weight: 600;
}

.gameTimeDiv>li:nth-child(1) p:last-child {
    font-size: 14px;
    color: #666;
}

.gameTimeDiv:hover {
    background: #f8eeee !important;
}

.gameTimeDiv>li:last-child a {
    display: block;
    width: 122px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 14px;
}

.gameTimeStatus1 {
    color: #FF8F06;
    border: 1px solid #FF8F06;
}

.gameTimeStatus2 {
    color: #fff !important;
    border: 1px solid #ff3546;
    background: #ff3546;
}

.gameTimeStatus3 {
    color: #ccc;
    border: 1px solid #ccc;
}


.gameTimeOl {
    width: 80%;
    justify-content: space-around;
    color: #333;
}
.gameTimeOl li:nth-child(1){
    width: 40%;
    justify-content: flex-end;
}

.gameTimeOl li:nth-child(3) {
    width: 40%;
}
.gameTimeOl li:nth-child(2){
    width: 20%;
}

.gameTimeOl span {
    font-weight: 600;
    font-size: 18px;
    margin: 0 30px;
}

.gameTimeOl p {
    width: 50px;
    text-align: center;
    font-size: 16px;
}

.gameTimeOl img {
    width: 40px;
    height: 26px;
    margin: 0 8px;
}

.gameTimeOl li:nth-child(2) {
    color: #ccc;
}

.gameTimeNum1 {
    color: #ccc;
}

.gameTimeNum2 {
    color: #000;
}

.gameTimeNum3 {
    color: #FF4D4F;
}



.gmLiveWrap {
    height: 300px;
    position: relative;
}

.gmliveImg {
    height: 300px;
    width: 100%;
}

.gmLivebox {
    width: 716px;
    position: absolute;
    top: 75px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-around;
}

.gmLivebox a {
    color: #fff;
}

.gmLivebox img {
    width: 86px;
    height: 86px;
    margin-bottom: 10px;
}


.gmLivebox li:nth-child(1) {
    width: 86px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
}

.gmLivebox li:nth-child(2) {
    width: 230px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.gmLivebox li:nth-child(3) {
    width: 86px;
    display: flex;
    flex-direction: column;
    align-items: center;

}

.gmLivebox li:nth-child(1) p {
    font-size: 16px;
    font-weight: 600;
}

.gmLivebox li:nth-child(3) p {
    font-size: 16px;
    font-weight: 600;
}

.gmStatusBox {
    color: #fff;

}

.gmStatusBox p:nth-child(2) {
    font-size: 18px;
    font-weight: 600;
    margin: 30px 0 30px 0;
}

.gmStatus {
    width: 108px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 18px;
}


.gmliveBtm {
    position: absolute;
    bottom: 0px;
    height: 50px;
    line-height: 50px;
    width: 100%;
    background: linear-gradient(to top, #151a1159, #151a1159);
    display: flex;
    color: #fff;
    justify-content: center;

}

.gmliveBtmLi {
    cursor: pointer;
}

.gmliveBtm li:nth-child(1) {
    margin-right: 100px;
    padding: 0 20px;
}

.gmliveBtm li:nth-child(2) {
    margin-left: 100px;
    padding: 0 20px;
}


/* 比赛详情table */
.gmtbDetail {
    width: 1200px;
    height: 170px;
    background: #fff;
    border-collapse: collapse;
    border: 1px solid #EEEEEE;
}

.gmtbDetail img {
    width: 26px;
    height: 26px;
    margin-right: 4px;
    margin-left: 12px;
}

.gmtbDetail th {
    width: 168px;
}

.gmtbDetail tr {
    height: 64px;
}

.gmtbDetail tbody tr:nth-child(1) {
    background-color: #f6f6f7;
}

.gmtbDetail td {
    text-align: center;
    line-height: 64px;
}

/* 最新资讯 */
.newinfoBox {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.newinfoBox h3 {
    text-align: center;
}

.newinfo {
    display: flex;
    flex-wrap: wrap;
}

.newinfo img {
    width: 192px;
    height: 108px;
    border-radius: 4px;
    margin-right: 14px;
    object-fit: cover;
}

.newinfo li {
    width: 590px;
    display: flex;
    font-size: 18px;
}

.newinfoDiv {
    padding: 4px 0;
}

.newinfoDiv>p:nth-child(1) {
    height: 52px;
    margin-bottom: 20px;
    width: 350px;
}

.newinfoDiv p:nth-child(2) {
    font-size: 14px;
    color: #999;
}



/* 数据分析 */
.gmBox {
    height: 50px;
    display: flex;
    align-items: center;
}

.gmBox li {
    margin-right: 46px;
    cursor: pointer;
    padding: 6px 14px;
}


.nodata {
    background: #ebebee;
    height: 64px;
    line-height: 64px;
    font-size: 16px;
    color: #999;
    text-align: center;
}



/* 积分榜 */
.gmlivejf {
    display: flex;
    justify-content: space-around;
}

.gmlivejf li {
    width: 184px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: var(--c4);
    font-size: 18px;
    background-color: var(--c6);
    cursor: pointer;
}

.gmlivejf li:hover {
    color: var(--c3);
    background: var(--c1);
}



.gmTB {
    width: 100%;
    border: 1px solid #EDEDED;
    border-collapse: collapse;
    text-align: center;
}

.gmTB thead tr:nth-child(1) {
    height: 8px;
    background: var(--c1);
}

.gmTB thead tr:nth-child(2) {
    height: 48px;
    line-height: 48px;
}

.gmTB tbody td {
    height: 50px;
}

.gmTB tr {
    text-align: center;
    border-bottom: 1px solid #E5E5E5;
    font-weight: 400 !important;
    color: var(--c5);
}

.gmTB th,
.gmTB td {
    border-right: 1px solid #E5E5E5;
}


.gmTB tbody tr:nth-child(-n+3) td:nth-child(1) span {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: var(--c1);
    border-radius: 2px;
    color: #fff;
}


.gmDTit {
    display: flex;
}

.gmDul li {
    height: 30px;
    text-align: center;
    padding: 0 8px;
    line-height: 30px;
    color: var(--c4);
}

.gmDul li:hover {
    background-color: var(--c2) !important;
    color: var(--c1) !important;
}

.gmDselect {
    /* width: 80px; */
    height: 24px;
    padding: 0 10px;
    line-height: 24px;
    color: var(--c4);
    text-align: center;
    border: 1px solid var(--c4);
    border-radius: 15px;
    position: relative;
}



.gmDselectDown {
    display: none;
    z-index: 100;
    position: absolute;
    width: 80px;
    top: 24px;
    left: -1px;
    background-color: var(--c3);
    box-shadow: 5px 5px 3px 0px #ccc;
}

.gmDselectDown li {
    height: 30px;
    line-height: 30px;
}

.gmDselect:hover .gmDselectDown {
    display: block;
}

.gmDselectDown li span {
    display: inline-block;
    width: 50px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    height: 100%;
    border-radius: 4px;
}

.gmDselectDown li span:hover {
    width: 100%;
    background-color: var(--c1);
    color: var(--c3);
}

.gmDall li {
    padding: 0 15px;
    border-radius: 4px;
}
.gmDall li:nth-child(1){
    margin-right:10px;
}
.gmDall li:hover {
    background-color: var(--c1) !important;
    color: var(--c3) !important;
    border: 1px solid var(--c1) !important;
}

.gmDTb {
    width: 100%;
    border: 1px solid #EDEDED;
    border-collapse: collapse;
    text-align: center;
}

.gmDTb thead tr {
    height: 34px;
    text-align: center;
    font-weight: 400 !important;
    color: var(--c8);
    border-bottom: 1px solid var(--c7);
}

.gmDTb tbody tr {
    height: 32px;
    border-bottom: 1px solid var(--c7);
}

.gmDTb tbody tr:nth-child(2n+1) {
    background-color: var(--c6);
}

.gmDdata {
    height: 40px;
    line-height: 40px;
    text-align: center;
}

/* 联赛积分 */
.gmLeague h1 {
    font-weight: 400 !important;
    font-size: 14px;
}

.gmLTb {
    width: 592px;
    border: 1px solid #eeeeee;
    border-collapse: collapse;
    text-align: center;
}

.gmLTb thead tr {
    height: 42px;
    text-align: center;
    font-weight: 400 !important;
    color: var(--c8);
}


.gmLTb tbody tr {
    height: 38px;
    text-align: center;
}


.gmLTb tbody tr:nth-child(2n) {
    background: var(--c6);
}

.tr-title {
    background-color: #f1f1f1 !important;
}