.common-filter {
    flex-wrap: nowrap;
}

.common-filter div {
    margin-left: 10px;
}

.common-filter div:first-of-type {
    margin-left: 0;
}

.common-filter div p {
    font-size: 11px;
    position: absolute;
    top: -19px;
    margin-left: 5px;
}

.filter-detail {
    height: 30px;
}

.select-list {
    height: 30px;
    padding: 5px 11px;
    width: 105px;
    justify-content: flex-start;
}

.select-list.disabled {
    background-color: #d3d3d3;
}

.select-list.disabled .select-content::after {
    content: none;
}

.select-box {
    padding-right: 20px;
    min-width: 80px;
}

.filter-swiper-list {
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
    padding: 0;
    overflow: visible;
}

@media screen and (max-width: 641px) {
    .filter-swiper-list {
        width: 100%;
        margin: 0;
        padding: 0;
        left: 0;
        overflow: visible;
    }

    .select-title {
        font-size: 11px;
    }

    .modal-content .select-title {
        min-width: 85px !important;
    }
}

.filter-swiper-list .swiper-button-prev,
.filter-swiper-list .swiper-button-next {
    width: 32px;
    height: 32px;
    display: none;
}

@media screen and (max-width: 641px) {

    .filter-swiper-list .swiper-button-prev,
    .filter-swiper-list .swiper-button-next {
        width: 22px;
        height: 22px;
        top: calc(50% - 11px) !important;
    }
}

.filter-swiper-list .swiper-button-prev img,
.filter-swiper-list .swiper-button-next img {
    width: 100%;
}

.filter-swiper-list .swiper-wrapper {
    flex-wrap: nowrap;
}

.filter-swiper-list .swiper-slide {
    width: auto;
    display: flex;
}

.player-page {
    display: flex;
    justify-content: center;
}

.player-page .player-page-item {
    display: flex;
    margin-left: 25px;
    font-size: 20px;
    text-align: center;
}

.player-page .player-page-item>* {
    display: flex;
    align-items: center;
}

.player-page .player-page-item span {
    font-size: 14px;
    color: #27313C;
}

.player-page .player-page-item a {
    color: #C4C4C4;
}

.player-page .player-page-item a:hover {
    color: #B21920;
}

.player-page .player-page-item.is-active {
    position: relative;
}

.player-page .player-page-item.is-active::before {
    content: "";
    display: block;
    width: 15px;
    height: 3px;
    background: #B21920;
    position: absolute;
    left: calc(50% - 7.5px);
    bottom: -5px;
}

.player-page .player-page-item.is-active::after {
    content: "";
    display: block;
    width: 3px;
    height: 3px;
    transform: skew(160deg);
    background: #fff;
    position: absolute;
    right: -6px;
    bottom: -5px;
}

.player-page .player-page-item.is-active span {
    color: #B21920;
    font-size: 20px;
}

.player-page .player-page-item-prev {
    margin-left: 0;
}

.player-page .player-page-item-prev img {
    width: 14px;
    height: auto;
    vertical-align: top;
    transform: rotate(180deg);
}

.player-page .player-page-item-next img {
    width: 14px;
    height: auto;
    vertical-align: top;
}

.playerInfo-player-img {
    position: relative;
}

.playerInfo-player-img:not(.error-image)::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 33%;
    background: linear-gradient(to top, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
    z-index: 2;
}

.playerInfo-player .playerInfo-player-img img {
    position: relative;
    z-index: 1;
}

.playerInfo-player .playerInfo-player-img img.playerInfo-player-img__background-img {
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.2;
}