@import "style.css";

main {
    width: 100%;
}

.bigimg,
.match-content-box {
    width: 68vw;
    margin: 0 auto;
}

.bigimg {
    height: calc(512/1330 * 68vw);
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bigimg img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.match-content-box .match-tit {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 50px auto 40px;
}

.match-content-box .match-tit .en {
    font-size: 34px;
    font-weight: 700;
    color: var(--color-1);
}

.match-content-box .match-tit .cn {
    font-size: 30px;
    font-weight: 500;
    color: #212529;
}

.info-view {
    width: 100%;
    padding: 25px 0 30px;
    border-bottom: 1px solid #ddd;
}

.info-view .info-tit {
    font-size: 18px;
    font-weight: bold;
    color: var(--color-333);
    padding: 12px 0;
    border-bottom: 2px solid #000;
}

.info-view .info-img-list {
    padding: 20px 0 0;
}

.info-view .lst-item {
    width: 23.8%;
}

.info-view .lst-item .img {
    position: relative;
}

.info-view .lst-item .img a {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.info-view .lst-item .img .icon {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 52px;
    left: 50%;
    transform: translateX(-50%);
    transition: transform 0.5s linear;
}

.info-view .lst-item .img:hover .icon {
    transform: translateX(-50%) scale(1.1);
}

.info-view .lst-item .img .img-txt {
    width: 48%;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 1.1;
    position: absolute;
    top: 150px;
    left: 50%;
    transform: translateX(-50%);
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}

.info-view .lst-item .img:hover .img-txt {
    color: #fff;
    text-shadow: 0 0 4px rgba(0, 0, 0, 1);
}

.info-view .lst-item .img .img-add {
    width: 48%;
    font-size: 12px;
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}

.info-view .lst-item .item-tit {
    font-size: 14px;
    font-weight: bold;
    color: var(--color-2);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 5px 0 0;
}

.info-view .lst-item .item-tit a {
    color: var(--color-2);
}

.info-view .lst-item .item-tit a:hover {
    color: var(--color-1);
}

.info-view .lst-item .item-tag {
    font-size: 12px;
    color: var(--color-888);
}

.match-list {
    margin: 50px 0;
}

.match-list .list-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-flow: row nowrap;
    padding: 0 0 60px;
}

.match-list .list-item .item-content {}

.match-list .list-item .item-content .item-content-tit {
    font-size: 26px;
    font-weight: bold;
    color: var(--color-1);
}

.match-list .list-item .item-content .item-content-tit a {
    color: var(--color-1);
}

.match-list .list-item .item-content .item-content-tit a:hover {
    color: var(--color-2);
}

.match-list .list-item .item-content .item-info {
    padding: 30px 0 0
}

.match-list .list-item .item-content .item-info section {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    padding: 10px 0;
}

.match-list .list-item .item-content .item-info section b {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    padding: 5px 0;
}

.match-list .list-item .item-content .item-info section p {
    font-size: 14px;
    color: #666;
    line-height: 1.8;
}

.match-list .list-item .item-img {
    width: 679px;
}

.match-list .list-item .item-img a {
    width: 100%;
    display: block;
}

.match-list .list-item .item-img .img {
    width: 100%;
    height: 430px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.match-list .list-item .item-img .img img {
    transition: transform 0.5s linear;
}

.match-list .list-item .item-img span {
    width: 100%;
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: var(--color-1);
    text-align: center;
    line-height: 1.6;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 10px 0;
}

.match-list .list-item .item-img .img:hover img {
    transform: scale(1.1);
}

.flex-div {
    width: 100%;
}

.flex-div .f-item {
    width: 47%;
    border-radius: 6px;
    box-shadow: 0 4px 20px rgba(127, 127, 127, 0.25);
}

.flex-div .f-item .img {
    width: 100%;
    height: calc(352/624*100%);
    overflow: hidden;
    border-radius: 6px 6px 0 0;
}

.flex-div .f-item .img a {
    width: 100%;
    height: 100%;
    display: block;
}

.flex-div .f-item .img img {
    transition: transform 0.5s linear;
}

.flex-div .f-item .img:hover img {
    transform: scale(1.1);
}

.flex-div .f-item .info {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    padding: 20px;
}

.flex-div .f-item .info .tit {
    font-size: 18px;
    color: #000;
}

.flex-div .f-item .info .tit a {
    color: #000;
}

.flex-div .f-item .info .tit a:hover {
    color: var(--color-1);
}

.flex-div .f-item .info .cont {
    height: 88px;
    font-size: 14px;
    color: #666;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    padding: 8px 0;
}

@media screen and (max-width: 1330px) and (min-width: 768px) {
    .bigimg {
        width: 92vw;
        height: calc(512 / 1330 * 92vw);
    }

    .match-content-box {
        width: 92vw;
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
    .info-view .lst-item .img .icon {
        width: 2.25rem;
        height: 2.25rem;
        top: 1.25rem;
    }

    .info-view .lst-item .img .img-txt {
        width: 80%;
        font-size: 0.75rem;
        top: 4.1rem;
    }

    .info-view .lst-item .img .img-txt {
        width: 85%;
        font-size: 0.625rem;
        bottom: 0.6rem;
    }

    .match-list .list-item {
        flex-flow: column nowrap;
        padding: 0 0 1.5rem;
    }

    .match-list .list-item .item-img {
        width: 100%;
        order: 1;
    }

    .match-list .list-item .item-content {
        order: 2;
    }

    .match-list .list-item .item-content .item-info {
        padding: 0;
    }

    .match-list .list-item .item-content .item-info section {
        padding: 0.5rem 0 0;
    }
}

@media screen and (max-width: 767px) {
    .bigimg {
        width: 100vw;
        height: calc(512 / 1330 * 100vw);
    }

    .match-content-box {
        width: 100vw;
        padding: 0 1rem;
    }

    .match-content-box .match-tit {
        margin: 0.8rem auto;
    }

    .match-content-box .match-tit .en {
        font-size: 1.7rem;
        line-height: 1.1;
    }

    .match-content-box .match-tit .cn {
        font-size: 1.5rem;
    }

    .info-view {
        padding: 1rem 0;
    }

    .info-view .info-img-list {
        padding: 0.8rem 0.8rem 0;
        flex-flow: row wrap;
        gap: 0.3rem;
    }

    .info-view .info-tit {
        font-size: 1rem;
        padding: 0.35rem 0;
    }

    .info-view .lst-item {
        width: 45%;
    }

    .info-view .lst-item .img .icon {
        width: 3rem;
        height: 3rem;
        top: 2rem;
    }

    .info-view .lst-item .img .img-txt {
        font-size: 0.75rem;
        top: 6rem;
    }

    .info-view .lst-item .img .img-add {
        font-size: 0.65rem;
        bottom: 0.8rem;
    }

    .info-view .lst-item .item-tit {
        font-size: 0.75rem;
        padding: 0.3rem 0 0;
    }

    .info-view .lst-item .item-tag {
        font-size: 0.65rem;
    }

    .match-list {
        margin: 1rem 0;
    }

    .match-list .list-item {
        flex-flow: column nowrap;
        padding: 0 0 1.5rem;
    }

    .match-list .list-item .item-img {
        width: 100%;
        order: 1;
    }

    .match-list .list-item .item-img .img {
        height: auto;
    }

    .match-list .list-item .item-img span {
        font-size: 1rem;
        padding: 0.4rem 0;
    }

    .match-list .list-item .item-content {
        order: 2;
    }

    .match-list .list-item .item-content .item-content-tit {
        font-size: 1.325rem;
    }

    .match-list .list-item .item-content .item-info {
        padding: 0;
    }

    .match-list .list-item .item-content .item-info section {
        padding: 0.5rem 0 0;
    }

    .match-list .list-item .item-content .item-info section b {
        font-size: 0.875rem;
        padding: 0.2rem 0;
    }

    .match-list .list-item .item-content .item-info section p {
        font-size: 0.75rem;
    }

    .flex-div.flex-r-spb-c {
        flex-flow: column nowrap;
        gap: 0.5rem;
    }

    .flex-div .f-item {
        width: 94%;
    }

    .flex-div .f-item .info {
        padding: 1.05rem;
    }

    .flex-div .f-item .info .tit {
        font-size: 1rem;
    }

    .flex-div .f-item .info .cont {
        height: auto;
        font-size: 0.75rem;
        padding: 0.3rem 0 0;
    }
}