/**
 * @author: Jicc(103698177)
 * @date: 2026-06-12
 * @phone: 13790890981
 */
 .contact-section-1{
    width: 100%;
    padding-top: 30.2%;
    background-image: url('../images/contact/contact-bg.png');
    background-size: cover;
    background-position: center;
    position: relative;
 }
 .contact-img-1{
    width: 72.2%;
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
    transform: translateX(.6rem);
    opacity: 0;
    transition: opacity 1s ease, transform 1s ease;
 }
.contact-img-1 img{
    width: 100%;
    height: auto;
}
.contact-section-2{
    display: flex;
}
.contact-txt{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: translateY(.6rem);
    opacity: 0;
    transition: opacity 1s ease, transform 1s ease;
}
.contact-title{
    font-size: .48rem;
    font-family: 'Manrope-SemiBold', Arial;
    width: 5.8rem;
}
.contact-list{
    display: flex;
    flex-direction: column;
    width: 5.8rem;
}
.contact-list li{
    display: flex;
    align-items: center;
    line-height: .48rem;
    margin-top: .48rem;
    width: 100%;
}
.contact-list li.icon-location{
    align-items: flex-start;
}
.contact-list li i{
    flex: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 4.2%;
    margin-right: .2rem;
}
.contact-list li i img{
    width: 100%;
    height: auto;
}
.contact-list li.icon-location i{
    margin-top: .1rem;
}
.contact-list li span{
    font-size: .24rem;
    font-family: 'Manrope-Medium', Arial;
    color: #000;
}
.contact-img-2{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 47.3%;
    height: auto;
}
.contact-img-2 img{
    width: 100%;
    height: auto;
}

@media screen and (max-width: 767px) {
    .contact-section-1{
        width: 100%;
        padding-top: 36.8%;
        background-image: url('../images/contact/contact-m-bg.png');
    }
    .contact-img-1{
        width: 74.4%;
        top: 7.2%;
        right: 0;
        transform: translateX(.3rem);
        opacity: 0;
        transition: opacity 1s ease, transform 1s ease;
    }
    .contact-section-2{
        flex-direction: column;
    }
    .contact-txt{
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        transform: translateY(.3rem);
        opacity: 0;
        transition: opacity 1s ease, transform 1s ease;
        padding: .43rem 0;
    }
    .contact-title{
        font-size: .18rem;
        width: auto;
    }
    .contact-list{
        display: flex;
        flex-direction: column;
        width: 3rem;
    }
    .contact-list li{
        display: flex;
        align-items: center;
        line-height: .24rem;
        margin-top: .24rem;
        width: 100%;
    }
    .contact-list li.icon-location{
        align-items: flex-start;
    }
    .contact-list li i{
        flex: none;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 5.3%;
        margin-right: .16rem;
    }
    .contact-list li i img{
        width: 100%;
        height: auto;
    }
    .contact-list li.icon-location i{
        margin-top: .05rem;
    }
    .contact-list li span{
        font-size: .12rem;
        font-family: 'Manrope-Medium', Arial;
        color: #000;
    }
    .contact-img-2{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: auto;
    }
    .contact-img-2 img{
        width: 100%;
        height: auto;
    }
}
