<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* contactUsList */
.contactUsList {
    width: 100%;
    background-color: #f4f9ff;
    box-sizing: border-box;
}
/* section_Investment_banner */
.section_Investment_banner {
    position: relative;
}
.contactUsList_sift {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    color: #fff;
    font-size: 1rem;
}
.contactUsList_sift::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(255, 255, 255, 0.1);
    opacity: 0.5;
}
.contactUsList_sift .contactUsList_sift_btn {
    position: relative;
    z-index: 999;
    font-size: 1rem;
    color: #fff;
    padding: 1rem;
    margin: 0 2.5rem;
    box-sizing: border-box;
}
.contactUsList_sift .contactUsList_sift_btn_active::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 0.2rem;
    background-color: #fff;
}


/* section_contact */
.section_contact {
    padding: 3rem 0;
    box-sizing: border-box;
}
.section_contact_box {
    width: 60%;
}
.section_contact_address {
    /* height: 30rem; */
    /* border: 1px solid red; */
    display: flex;
    gap: 2rem;
    padding: 2rem 2.5rem;
    margin: 3rem 0;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 0.2rem;
}
.contact_column {
    width: 50%;
    /* border: 1px solid black; */
}
.contact_column .contact_column_title {
    color: #333333;
    font-size: .8889rem;
}
.contact_column .contact_column_title&gt;span {
    font-size: 0.8rem;
    color: #969ba8;
    margin-right: 1rem;
}
.contact_column .contact_column_info {
    padding: 0.6rem 1rem;
    box-sizing: border-box;
    color: #333333;
    font-size: .7778rem;
    /* font-weight: 600; */
    line-height: 1.8;
}
.contact_column .contact_column_QRCode {
    padding: 1.2rem 1rem;
    box-sizing: border-box;
    font-size: 0.8rem;
}
.contact_column .contact_column_QRCode .contact_column_QRCodeimg {
    width: 15rem;
    height: 15rem;
    background-color: #000000;
    margin: 1rem 0;
    box-sizing: border-box;
}
.contact_column .contact_column_QRCode .contact_column_QRCodeimg&gt;img {
    width: 100%;
    height: auto;
    object-fit: cover;
    vertical-align: bottom;
}
.contact_address {
    width: 50%;
    height: 100%;
    /* border: 1px solid red; */
    padding: 2rem 0;
    box-sizing: border-box;
}
.contact_address_map {
    width: 100%;
    height: 20rem;
    /* border: 1px solid #000; */
}


/* section_contact_info */
.section_contact_info{
    display: none;

    padding: 3rem 0;
    box-sizing: border-box;
}
.section_contact_info_box {
    width: 60%;
}
.section_contact_info_titles {
    margin-top: 5rem;
    font-size: 1rem;
    color: #969ba8;
    line-height: 1.8;
}
.section_contact_info_titles .section_contact_info_title {
    color: #333333;
    font-size: 1.3rem;
    /* font-weight: 600; */
    margin-bottom: 1rem;
}
.section_contact_info_list {
    display: flex;
    justify-content: space-between;
    padding: 5rem 3rem;
    box-sizing: border-box;
}
.section_contact_info_item {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.section_contact_info_item .section_contact_info_item_title {
    color: #969ba8;
    font-size: 0.8rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1.8;
}
.section_contact_info_item .section_contact_info_item_title&gt;span:nth-child(1) {
    /* font-weight: 600; */
    font-size: 0.9rem;
    color: #464646;
}
.section_contact_info_item .section_contact_info_item_img {
    width: 15rem;
    /* height: 18rem; */
    border: 1px solid #b3b3b3;
    margin-top: 1.5rem;
}
.section_contact_info_item .section_contact_info_item_img&gt;img {
    width: 100%;
    height: auto;
    object-fit: cover;
    vertical-align: bottom;
}</pre></body></html>