<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.region_container {
    padding: 40px 0;
}

.region_wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.region_l {
    width: 600px;
    display: flex;
    flex-wrap: wrap;
}

.region_l a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 106px;
    height: 44px;
    text-align: center;
    background-color: #FF0404;
    box-shadow: 0 0 2px #ddd;
    border-radius: 4px;
    color: #EFEFEF;
    font-size: 18px;
    line-height: 1.2;
    margin-right: 16px;
    margin-bottom: 10px;
    cursor: pointer;
}

.region_l a:nth-child(5n) {
    margin-right: 0;
}

.region_l a.active {
    color: #7A0200;
    background: #FFDC72;
}

.region_r {
    width: 540px;
}

.region_r h2 {
    margin-bottom: 20px;
    font-size: 22px;
    color: #FFDC72
}

.region_r p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
}

.region_r a {
    color: #fff;
    cursor: pointer;
}

.region_r a.service {
    display: inline-block;
    width: 116px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border-radius: 40px;
    background-color: #FFDC72;
    color: #FF0000;
}


.region_r img {
    width: 160px;
    height: 160px;
    background: #FFFFFF;
}

@media screen and (max-width: 1080px) {
    .region_container {
        padding: 1rem 0;
    }

    .region_wrap {
        flex-direction: column;
        align-items: center;
    }

    .region_l {
        width: 100%;
        margin-bottom: .8rem;
    }

    .region_l a {
        width: 24%;
        height: 2rem;
        border-radius: .2rem;
        font-size: .7rem;
        margin-right: 1%;
        margin-bottom: .16rem;
    }

    .region_l a:nth-child(5n) {
        margin-right: 1%;
    }

    .region_r {
        width: 100%;
    }

    .region_r h2 {
        margin-bottom: .6rem;
        font-size: .8rem;
    }

    .region_r p {
        font-size: .7rem;
        margin-bottom: .4rem;
    }

    .region_r a.service {
        width: 4rem;
        height: 1.6rem;
        line-height: 1.6rem;
        border-radius: 1rem;
    }

    .region_r img {
        width: 6rem;
        height: 6rem;
    }
}</pre></body></html>