.swiper-pagination-bullet-active {
    opacity: 1 !important;
    background: #fff !important;
    width: 18px !important;
}

.swiper-pagination-bullet {
    width: 8px;
    height: 5px;
    display: inline-block;
    border-radius: 10px;
    background: #fff;
    opacity: .5;
}

.swiper {
    width: 100%;
}

.swiper-slide img {
    width: 100%;
    /*max-height: 400px;*/
    object-fit: contain;
    display: flex;
}

.container {
    text-align: center;
}

.plate {
    display: flex;
    justify-content: space-around;
    padding: 30px 0;
}

.plate > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 130px;
    height: 70px;
    color: #ffffff;
    border-radius: 5px;
    margin: 0 5px;
    cursor: pointer;
    transform: translateY(5px);
    transition: all .1s ease-out 0s;
}

.plate > div:hover {
    transform: translateY(-5px);
    transition: all .1s ease-out 0s;
}

.plate > div:hover > span {
    transform: scale(1.1);
    transition: all .1s ease-out 0s;
}

.plate > div > span {
    transform: scale(1);
    transition: all .1s ease-out 0s;
    font-size: 20px;
}

.plate > div:nth-child(1) {
    background-color: var(--theme-color);
}
.plate > div:nth-child(2) {
    background-color: #3076F0;
}
.plate > div:nth-child(3) {
    background-color: #38BDE9;
}
.plate > div:nth-child(4) {
    background-color: #4885F0;
}
.plate > div:nth-child(5) {
    background-color: #3D29A3;
}
.plate > div:nth-child(6) {
    background-color: #F09048;
}
.plate > div:nth-child(7) {
    background-color: #A3316E;
}
.plate > div:nth-child(8) {
    background-color: #CEB60B;
}
.plate > div:nth-child(9) {
    background-color: #CE990A;
}
.plate > div:nth-child(10) {
    background-color: #CE2B0A;
}


.plate-h5 {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}

.plate-h5 > div {
    width: calc(20% - 1px);
    height: 36px;
    line-height: 36px;
}

.plate-h5 > div:nth-child(1) {
    border-bottom: 1px solid #c2c2c2;
    border-right: 1px solid #c2c2c2;
    color: var(--theme-color);
}
.plate-h5 > div:nth-child(2) {
    border-bottom: 1px solid #c2c2c2;
    border-right: 1px solid #c2c2c2;
    color: #3076F0;
}
.plate-h5 > div:nth-child(3) {
    border-bottom: 1px solid #c2c2c2;
    border-right: 1px solid #c2c2c2;
    color: #38BDE9;
}
.plate-h5 > div:nth-child(4) {
    border-right: 1px solid #c2c2c2;
    border-bottom: 1px solid #c2c2c2;
    color: #4885F0;
}
.plate-h5 > div:nth-child(5) {
    width: 20%;
    border-bottom: 1px solid #c2c2c2;
    color: #3D29A3;
}
.plate-h5 > div:nth-child(6) {
    border-right: 1px solid #c2c2c2;
    border-bottom: 1px solid #c2c2c2;
    color: #F09048;
}
.plate-h5 > div:nth-child(7) {
    border-right: 1px solid #c2c2c2;
    border-bottom: 1px solid #c2c2c2;
    color: #A3316E;
}
.plate-h5 > div:nth-child(8) {
    border-right: 1px solid #c2c2c2;
    border-bottom: 1px solid #c2c2c2;
    color: #CEB60B;
}
.plate-h5 > div:nth-child(9) {
    border-right: 1px solid #c2c2c2;
    border-bottom: 1px solid #c2c2c2;
    color: #CE990A;
}
.plate-h5 > div:nth-child(10) {
    width: 20%;
    border-bottom: 1px solid #c2c2c2;
    color: #CE2B0A;
}

.news-wrapper-invert {
    flex-direction: row-reverse;
}

.news-wrapper-invert > .news-c {
    padding: 0 0 0 20px;
}

.news-wrapper {
    display: flex;
    margin-top: 30px;
    justify-content: center;
}

.news-c {
    padding-right: 20px;
}

.news-c .el-carousel__container {
    width: 480px;
    position: relative;
    height: 360px;
}

.news-c .el-carousel__indicators--horizontal {
    left: unset;
    right: -30px;
}

.news-title {
    position: absolute;
    bottom: 0;
    background-color: rgba(84, 84, 84, 0.6);
    width: 100%;
    height: 30px;
    color: #ffffff;
    display: flex;
    align-items: center;
    padding-left: 10px;
}

.news-title span {
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 70%;
    text-align: left;
}

.news-advert {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
}

.data-list {
    width: 700px;
}

.data-item {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    align-items: center;
}

.data-item > div {
    flex-basis: 86%;
}

.data-item > div > b {
    width: 4px;
    height: 4px;
    display: inline-block;
    flex-shrink: 0;
    background-color: var(--theme-color);
}

.data-item > div > span {
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: initial;
}

.data-menu {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid var(--theme-color);
}

.data-tab-title {
    display: flex;
    align-items: center;
    font-size: 22px;
    padding-bottom: 4px;
}

.data-tab-title > b {
    width: 5px;
    height: 30px;
    background: linear-gradient(to top, var(--theme-color), #38BDE9);
}

.data-tab-title > span {
    margin-left: 10px;
    color: var(--theme-color);
}

.data-tabs {
    display: flex;
    font-size: 18px;
}

.data-tab {
    padding: 8px 15px;
    color: #868686;
    cursor: pointer;
}

.data-tab:last-child {
    padding-right: 0;
}

.data-tab-active {
    color: var(--theme-color) !important;
}

.data-more {
    display: flex;
    align-items: center;
    color: #868686;
    cursor: pointer;
}

.data-time {
    min-width: 90px;
    text-align: right;
}

.match-list {
    width: unset !important;
}

.pic-data {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.pic-data-item {
    width: 280px;
    display: flex;
    flex-direction: column;
    background-color: #F2F2F2;
    cursor: pointer;
}

.pic-data-up-part {
    height: 187px;
}

.pic-data-up-part > img {
    width: 100%;
    height: 100%;
}

.pic-data-down-part {
    height: 100px;
    padding: 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.pic-data-title {
    text-align: start;
    color: #444444;
}

.pic-data-detail {
    text-align: end;
}

.menu-4 {
    flex: 1;
}

.menu-4-item {
    padding: 10px;
}

.menu-4-item > img {
    width: 100%;
    height: 240px;
    cursor: pointer;
}

.bigdata-live {
    display: flex;
    justify-content: space-between;
}

.bigdata-live > img {
    cursor: pointer;
}

.pic-img-list {
    display: flex;
    justify-content: space-between;
}

.partner-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.partner-list img {
    padding: 12px 10px;
}


/* Γ½Με²ιΡ―ΚΚΕδ */
@media (min-width:1921px){
    .swiper {width: 1200px;}
}

@media (max-width:1230px){
    .plate > div > span {font-size: 20px;}
}

@media (max-width:1024px){

}

@media (max-width:925px){
    .plate > div > span {font-size: 18px;}
}

@media (max-width:768px){
    .links-select {display: none;}
    .links-folding {display: unset;}
    .plate > div > span {font-size: 17px;}
}

@media (max-width:648px){
    .plate > div > span {font-size: 16px;}
    .plate {
        flex-wrap: wrap;
        padding:  0 0 25px 0;
    }
    .plate > div {
        width: 70px;
        height: 70px;
        margin-top: 15px;
    }

    .news-wrapper {
        margin-top: 10px;
        flex-direction: column;
    }

    .news-c {
        padding-right: unset;
    }

    .news-mirror {
        padding-top: 10px;
        padding-left: unset !important;
    }

    .news-c .el-carousel__container {
        width: unset;
        height: 240px;
    }

    .data-list {
        width: unset;
    }

    .data-menu {
        margin-top: 10px;
    }

    .data-tabs {
        font-size: 16px;
    }

    .data-tab {
        padding: 4px;
    }

    .data-tab-title {
        font-size: 18px;
        padding-bottom: unset;
    }

    .data-tab-title > span {
        margin-left: 4px;
    }

    .data-tab-title > b {
        width: 4px;
        height: 22px;
    }

    .data-item {
        padding-top: 12px;
    }

    .news-wrapper-invert > .news-c {
        padding: unset;
    }

    .match-tab:nth-last-of-type(-n+4) {
        display: none;
    }

    .pic-data {
        flex-wrap: wrap;
    }

    .pic-data-item {
        width: calc(50% - 5px);
        margin-bottom: 10px;
    }

    .pic-data-up-part {
        height: 130px;
    }

    .pic-data-down-part {
        height: 80px;
    }

    .pic-img-list {
        flex-direction: column;
    }

    .mg-l_20 {
        margin-left: unset !important;
    }

    .bigdata-live > img {
        width: 100%;
    }

    .bigdata-live {
        flex-wrap: wrap;
    }

    .bigdata-live > img:nth-child(2) {
        margin-top: 10px;
    }

    .mg-l_40 {
        margin-left: unset !important;
    }

    .mg-b-20 {
        margin-bottom: unset !important;
    }

    .partner-list img {
        width: calc(50% - 16px);
    }
}

@media (max-width:480px){
    .menu-4-item {
        padding: 10px 0;
    }
}
/* Γ½Με²ιΡ―ΚΚΕδ */