<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.mainContent{
    width: 100%;
    background-image: url(../images/footGoods/background.jpg);
    background-position: center;
    background-size: cover;
    margin-top: 58px;
    padding: 137px 0;
}

.title{
    width: 482px;
    height: auto;
    margin: 0 auto;
}

.link__box{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 80px;
}

.link__item__link{
    display: block;
    width: 100%;
    max-width: 688px;
    height: 457px;
    overflow: hidden;
}

.link_item{
    width: 100%;
    max-width: 688px;
    height: 457px;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: 0.2s;
}

.link_item:hover{
    transform: scale(1.05,1.05);
    transition: 0.2s;
}

.Xcorrect{
    background-image: url(../images/footGoods/Xcorrect-back.jpg);
}
.Airweek{
    background-image: url(../images/footGoods/Airweek-back.jpg);
}

.link__caption{
    position: absolute;
    top: 30px;
    left: 30px;
}

.circle{
    position: absolute;
    top: 30px;
    right: 30px;
    width: 125px;
    height: 125px;
}

.link__logo{
    position: absolute;
    bottom: 30px;
    left: 30px;
    height: 76px;
}

.viewMore{
    position: absolute;
    bottom: 50px;
    right: 95px;
    color: #fff;
    font-weight: 700;
    border-bottom: 1px solid #fff;
    overflow: visible;
}

.viewMore::after{
    content: '';
    position: absolute;
    top: 50%;
    right: -65px;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background-image: url(../images/footGoods/circle-arrow.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.footer{
    background-color: #231815;
    padding: 100px 0 90px;
}

.footer__foot__logo{
    display: block;
    width: 300px;
    height: auto;
    margin: 0 auto;
}

.payforward__box{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 60px;
    color: white;
    font-family: "Figtree";
}

@media screen and (max-width:1400px) {
    .link__box{
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
        margin-top: 80px;

        flex-direction: column;
    }
}

@media screen and (max-width:700px) {
    .title{
        width: 300px;
    }

    .link__item__link{
        width: 365px;
        height: 365px;
    }

    .link_item{
        width: 365px;
        height: 365px;
        background-position: center right;
    }

    .link__caption{
        top: 10px;
        left: 10px;
        width: 345px;
        filter: drop-shadow(0 4px 4px #000);
    }

    .Airweek{
        background-position: left center;
    }

    .Airweek h2{
        filter: drop-shadow(0 0 0 #fff);
    }
    
    .circle{
        position: absolute;
        top: 120px;
        left: 10px;
        width: 100px;
        height: 100px;
    }
    
    .link__logo{
        position: absolute;
        bottom: 60px;
        left: 50%;
        transform: translateX(-50%);
        width: 345px;
    }
    
    .viewMore{
        left: 50%;
        bottom: 20px;
        transform: translateX(-50%);
        border: none;
        font-weight: 300;
    }
    
    .viewMore::after{
        content: '';
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 200px;
        height: 30px;
        background-image: url(../images/footGoods/under-arrow.png);
        background-size: 200px auto;
        background-position: bottom;
        background-repeat: no-repeat;
    }
}</pre></body></html>