﻿.contact_box {
    display: flex;
    justify-content: space-around;
    margin-top: 30px;
}

.person_box {
    padding-top: 20px;
}

.content {
    background: url(../../static/images/about_content_bgc.png) no-repeat top center / 100% 100%;
}

.recommend_title_cn {
    font-weight: bold;
    text-align: center;
    font-size: 23px;
    color: #383838;
}

.icon_qr_box {
    display: flex;
    justify-content: center;
    margin-top: 58px;
}

.table {
    text-align: center;
    font-size: 24px;
    margin-top: 30px;
    color: #051c8f;
    text-decoration: underline;
}

.table:hover {
    color: #051c8f;
    text-decoration: underline;
}

.link_box {
    display: flex;
    justify-content: center;
}

.focus_us {
    font-size: 16px;
    font-weight: bold;
}

.embellishment {
    width: 134px;
    height: 47px;
}

.icon_qr_small {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sub_number_box {
    display: flex;
    flex-direction: column;
}

.sub_number_txt {
    font-size: 14px;
    text-align: center;
}

@media (max-width: 510px) {
    .contact_box {
        flex-direction: column;
    }

    .sub_number_box {
        align-items: flex-start;
    }
}