@font-face {
    font-family: AlibabaPuHuiTiM;
    src: url(../font/AlibabaPuHuiTiM.ttf);
}

.footer_blank {
    width: 12%;
}

.footer_main {
    background-color: #27298D;
    display: flex;
    width: 100%;
    height: 350px;
}

.footer_l {
    display: flex;
    flex-direction: column;
    align-items: start;
    width: 40%;
    /* 其他样式 */
}

.footer_r {
    display: flex;
    flex-direction: column;
    align-items:center;
    width: 30%;
    /* 其他样式 */
}

.footer_qrcode {
    width: 28%;
    display: flex;
    flex-direction: column;
}

.footer_qrcode_col {
    display: flex;
}

.footer_title_cn {
    font-family: AlibabaPuHuiTiR;
    font-weight: 400;
    font-size: 28px;
    color: #F8F8F8;
    line-height: 12px;
}

.footer_title_en {
    font-family: AlibabaPuHuiTiR;
    font-weight: 400;
    font-size: 10px;
    color: #F8F8F8;
    line-height: 12px;
}

.footer_item_content {
    font-family: AlibabaPuHuiTiR;
    font-weight: 400;
    font-size: 17px;
    color: #FFFFFF;
    line-height: 17px;
    width: 220px;
}

.footer_line {
    margin-left: 5%;
    margin-right: 5%;
    width: 1px;
    height: 14px;
    background-color: white;
}

.footer_item_array {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5%;
    /* 可选：在项目之间添加间距 */

}

.footer_item {
    display: flex;
    align-items: center;
    margin-bottom: 3%;
}

.footer_item_icon {
    width: 14px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: cover;
}

.f_i_i_text {
    font-size: 16px;
    color: #ffffff;
}

.footer_item_container {
    width: 50%;
}

.footer_index_item_array {
    height: 50%;
    width: 40%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5%;
    /* 可选：在项目之间添加间距 */

}

