body {
    background-color: #ffffff;
}
/*========== LAYOUT ==========*/
.bd-container {
    /* width: calc(100% - 16.6667vw); */
    padding-left: 8.3333vw;
    padding-right: 8.3333vw;
    margin: 0 auto;
}

.sup_page_1 {
    background-image: url(https://gubesto.oss-cn-shanghai.aliyuncs.com/gubesto/img/contactus_img_banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #ffffff;
}

.sup_page_1_text_bg {
    width: 100%;
    display: none;
}
.sup_aside {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.sup_text {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sup_text_1 {
    font-family: MiSans_Normal;
    font-weight: 400;
    font-size: 16px;
    color: #fafafa;
    line-height: 22px;
    letter-spacing: 4px;
}

.sup_text_2 {
    font-family: GothamSSm_Black;
    /* font-weight: 900; */
    font-size: 46px;
    color: #fafafa;
    line-height: 55px;
    margin-top: 4px;
}
.sup_text_btn {
    width: 136px;
    height: 36px;
    background: #fafafa;
    border-radius: 18px;

    font-family: MiSans_Light;
    font-weight: 300;
    font-size: 14px;
    color: #001a70;
    letter-spacing: 2px;
    margin-top: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
/*========== CONTACT INFO ==========*/
.contact_info {
    padding-bottom: 8.51vh;
    padding-top: 8.51vh;
    font-family: MiSans_Normal;
    position: relative;
    z-index: 2;
    background: #ffffff;
}

.contact_info_list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.contact_info_ct {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 2.0833vw;
    border-right: 1px solid rgba(151, 151, 151, 0.1);
    overflow: hidden;
}

.contact_info_ct:last-child {
    border: none;
}

.contact_info_ct_tit {
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    line-height: 19px;
    margin-bottom: 14px;
}

.contact_info_ct_desc {
    font-weight: 400;
    font-size: 12px;
    color: #666666;
    line-height: 16px;
}

.contact_info_ct_desc + .contact_info_ct_desc {
    margin-top: 8px;
}

.contact_info_ct_desc > span:nth-child(2) {
    margin-right: 14px;
}

.contact_info_ct_desc_l {
    margin-right: 30px;
}

.contact_info_ct_r {
    margin-top: 9.361vh;
}

.contact_info_ct_btn {
    width: 100%;
    height: 40px;
    border-radius: 23px;
    border: 1px solid #333333;
    font-weight: 400;
    font-size: 12px;
    color: #333333;
    line-height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

/* PC端hover效果 */
@media (hover: hover) and (pointer: fine) {
    .contact_info_ct_btn:hover {
        color: #ffffff;
        border-color: var(--first-color);
        background-color: var(--first-color);
    }

    .contact_info_ct_btn:hover .contact_info_ct_img_1 {
        background-image: url(https://gubesto.oss-cn-shanghai.aliyuncs.com/gubesto/img/icon_contact_cellphone.svg);
    }

    .contact_info_ct_btn:hover .contact_info_ct_img_2 {
        background-image: url(https://gubesto.oss-cn-shanghai.aliyuncs.com/gubesto/img/icon_contact_phone.svg);
    }

    .contact_info_ct_btn:hover .contact_info_ct_img_3 {
        background-image: url(https://gubesto.oss-cn-shanghai.aliyuncs.com/gubesto/img/icon_contact_qrcode.svg);
    }

    .contact_info_ct_btn:hover .contact_info_ct_img_4 {
        background-image: url(https://gubesto.oss-cn-shanghai.aliyuncs.com/gubesto/img/icon_contact_map.svg);
    }
}

/* 移动端点击反馈 */
@media (hover: none) and (pointer: coarse) {
    /* 使用独立class控制 */
    .contact_info_ct_btn.active-feedback {
        color: #fff;
        border-color: var(--first-color);
        background-color: var(--first-color);
    }
    .contact_info_ct_btn.active-feedback .contact_info_ct_img_1 {
        background-image: url(https://gubesto.oss-cn-shanghai.aliyuncs.com/gubesto/img/icon_contact_cellphone.svg);
    }

    .contact_info_ct_btn.active-feedback .contact_info_ct_img_2 {
        background-image: url(https://gubesto.oss-cn-shanghai.aliyuncs.com/gubesto/img/icon_contact_phone.svg);
    }

    .contact_info_ct_btn.active-feedback .contact_info_ct_img_3 {
        background-image: url(https://gubesto.oss-cn-shanghai.aliyuncs.com/gubesto/img/icon_contact_qrcode.svg);
    }

    .contact_info_ct_btn.active-feedback .contact_info_ct_img_4 {
        background-image: url(https://gubesto.oss-cn-shanghai.aliyuncs.com/gubesto/img/icon_contact_map.svg);
    }
}

.contact_info_ct_btn + .contact_info_ct_btn {
    margin-top: 20px;
}

.contact_info_ct_img {
    width: 18px;
    height: 18px;
    border: 0px solid #979797;
    margin-right: 8px;
    background-repeat: no-repeat;
    background-size: cover;
}

.contact_info_ct_img_1 {
    background-image: url(https://gubesto.oss-cn-shanghai.aliyuncs.com/gubesto/img/icon_contact_cellphone_no.svg);
}

.contact_info_ct_img_2 {
    background-image: url(https://gubesto.oss-cn-shanghai.aliyuncs.com/gubesto/img/icon_contact_phone_no.svg);
}

.contact_info_ct_img_3 {
    background-image: url(https://gubesto.oss-cn-shanghai.aliyuncs.com/gubesto/img/icon_contact_qrcode_no.svg);
}

.contact_info_ct_img_4 {
    background-image: url(https://gubesto.oss-cn-shanghai.aliyuncs.com/gubesto/img/icon_contact_map_no.svg);
}

/*========== MEDIA QUERIES ==========*/
@media screen and (max-width: 1200px) {
    .contact_info_list {
        grid-template-columns: 1fr 1fr;
    }

    .contact_info_ct:nth-child(2) {
        border: none;
    }
}

@media screen and (max-width: 768px) {
    .sup_page_1 {
        background-image: none;
    }

    .sup_page_1_text_bg {
        display: block;
        height: 176vw;
    }

    .sup_aside {
        position: relative;
    }

    .sup_text {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .sup_text_1 {
        font-size: 3.2vw;
        line-height: 4.2667vw;
        letter-spacing: 0.5333vw;
    }

    .sup_text_2 {
        font-size: 5.3333vw;
        line-height: 6.4vw;
        margin-top: 1.0667vw;
    }
    .sup_text_btn {
        width: 20.2667vw;
        height: 6.9333vw;
        border-radius: 3.4667vw;

        font-size: 2.9333vw;
        letter-spacing: 0.2667vw;
        margin-top: 6.4vw;
    }

    .bd-container {
        /* width: calc(100% - 12.8vw); */
        padding-left: 6.4vw;
        padding-right: 6.4vw;
    }

    .contact_info {
        padding-bottom: 0;
        padding-top: 12.2667vw;
    }

    .contact_info_list {
        grid-template-columns: 1fr;
    }

    .contact_info_ct {
        padding: 9.6vw 6.4vw;
        border-right: none;
        border-bottom: 1px solid rgba(151, 151, 151, 0.1);
    }

    .contact_info_ct:nth-child(2) {
        border-bottom: 1px solid rgba(151, 151, 151, 0.1);
    }

    .contact_info_ct_desc > span:nth-child(2) {
        margin-right: 2.1333vw;
    }
    .contact_info_ct_r {
        margin-top: 16vw;
    }

    .contact_info_ct_btn {
        height: 34px;
    }

    .contact_info_ct_btn + .contact_info_ct_btn {
        margin-top: 14px;
    }
}

@media screen and (max-width: 576px) {
}
