.match-banner {
    margin-bottom: 30px;
}
.match-banner img {
    width: 100%;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    text-align: right;
    padding-right: 6px;
    bottom: 8px;
}
.matchs-swiper .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background: #75ccdb;
    opacity: 0.9;
    transition: all .5s;
}
.matchs-swiper .swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1;
}
.match-dateList {
    position: relative;
}
.date-now {
    padding-bottom: 3px;
}
.date-now .date-month {
    margin-top: -20px;
}
.date-now .date-month i:first-child {
    font-size: 90px;
    line-height: 1.5;
    font-weight: 700;
    font-family: SourceHanSerifCN-Light;
    color: #323232;
}
.date-now .date-month i:last-child {
    font-size: 36px;
    line-height: 1.5;
    font-weight: 700;
    font-family: SourceHanSerifCN-Light;
    color: #323232;
}
.date-now .month-en {
    font-size: 18px;
    line-height: 1.5;
    color: #323232;
    font-family: SourceHanSerifCN-Medium;
    padding-bottom: 10px;
    border-bottom: 4px solid #75ccdb;
    background: url(/static/images/icon03.png) no-repeat right;
    background-size: 16px 12px;
}
.dateList {
    width: 100%;
    padding: 15px;
    background: #75ccdb;
    position: absolute;
    left: 0;
    top: 170px;
    opacity: 0;
    visibility: hidden;
    max-height: 475px;
    overflow-y: auto;
    z-index: 9;
    transition: all .3s ease-in-out;
}
.match-dateList:hover .dateList {
    top: 179px;
    opacity: 1;
    visibility: inherit;
}
.dateList li {
    margin-bottom: 10px;
}
.dateList a {
    font-size: 18px;
    line-height: 1.5;
    color: #fff;
}
.match-list .match-item {
    padding-bottom: 30px;
    border-bottom: 1px solid #333;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.match-list .match-item:last-child {
    border-bottom: 0px;
}
.match-list .match-item h4 {
    font-size: 24px;
    line-height: 1.5;
    font-family: SourceHanSerifCN-Bold;
    color: #333;
    margin-bottom: 15px;
}
.match-list .match-item .tags {
    font-size: 15px;
    font-family: SourceHanSerifCN-Medium;
    line-height: 1.5;
    margin-bottom: 15px;
}
.match-list .tags span {
    display: inline-block;
    padding-left: 32px;
    margin-right: 18px;
}
.match-list .tags .icon-date {
    background: url(/static/images/icon01.png) no-repeat left;
    background-size: 25px 25px;
}
.match-list .tags .icon-country {
    background: url(/static/images/icon02.png) no-repeat left;
    background-size: 25px 25px;
}
.match-list .tags .delay {
    padding: 0 15px;
    font-size: 15px;
    font-family: SourceHanSerifCN-Medium;
    line-height: 24px;
    text-align: center;
    color: #fff;
    background: #75ccdb;
}
.match-list .match-item .intro {
    font-size: 14px;
    font-family: SourceHanSerifCN-Medium;
    color: #333;
}
.match-list .match-item .item-right {
    min-width: 150px;
}
.match-more {
    display: block;
    font-size: 18px;
    font-family: SourceHanSerifCN-Light;
    line-height: 40px;
    color: #fff;
    padding: 0 20px;
    text-align: center;
    border-radius: 5px;
    background: #75ccdb;
    transition: all .5s;
}
.match-more:hover {
    color: #333;
}

.pager .pagination {
    justify-content: right;
}
.pager .pagination li span,
.pager .pagination li a {
    display: block;
    font-size: 16px;
    line-height: 34px;
    padding: 0 12px;
    color: #adadad;
    border: 1px solid #adadad;
    margin: 0 4px;
}
.pager .pagination li a:hover {
    color: #75ccdb;
    border: 1px solid #75ccdb;
}
.pager .pagination li.active a:hover {
    color: #adadad;
}
.pager .pagination li.active span {
    background-color: #75ccdb;
    border: 1px solid #75ccdb;
    color: #fff;
}
.pager .pagination li:first-child span,
.pager .pagination li:last-child span,
.pager .pagination li:first-child a,
.pager .pagination li:last-child a {
    background-color: #75ccdb;
    border: 1px solid #75ccdb;
    color: #fff;
}
.loadmore-nodata {
    font-size: 16px;
    text-align: center;
    margin: 80px 0;
}

@media screen and (max-width: 768px) {
    .date-now .date-month {
        margin-top: -50px;
    }
    .date-now .date-month i:first-child {
        font-size: 60px;
    }
    .date-now .date-month i:last-child {
        font-size: 30px;
    }
    .match-dateList:hover .dateList {
        top: 134px;
    }
    .match-list .match-item {
        flex-wrap: wrap;
    }
    .match-list .match-item .item-right {
        margin-top: 20px;
        min-width: 100%;
    }
}