/* 热门赛事 */
.ty-popular-match {
    width: 100%;
}
.ty-popular-match__item {
    width: 204px;
    height: 100px;
    background: #ffffff;
    padding: 15px 10px;
    background: #ffffff;
}
.ty-popular-match__item:not(:first-child) {
    margin-left: 20px;
}
.ty-popular-match__team {
    width: 46%;
    text-align: center;
}
.ty-popular-match__team-icon {
    width: 24px;
    height: 24px;
}
.ty-popular-match__vs {
    width: 20px;
}
.ty-popular-match__status {
    text-align: center;
}
.ty-popular-match .swiper-container {
    padding-bottom: 10px!important;
}