﻿.footer_wrap  {
    width: 100%;
    height: 446px;
    background: var(--Gray-Gray1, #F3F3F3)
}

.footer_wrap .footer_cont  {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding-top: 48px;
    padding-bottom: 33px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.footer_wrap .footer_cont .footer_cont_top  {
    display: flex;
    justify-content: flex-start
}

.footer_wrap .footer_cont .footer_cont_l  {
    margin-right: 90px
}

.footer_wrap .footer_cont .footer_cont_l .tab_list  {
    margin-bottom: 30px
}

.footer_wrap .footer_cont .footer_cont_l .tab_list h3  {
    color: var(--text-icon-font-gy-190-primary, rgba(0, 0, 0, .9));
    font-feature-settings: "liga" off,"clig" off;
    font-family: PingFang SC;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin-bottom:8px
}

.footer_wrap .footer_cont .footer_cont_l .tab_list .tab_item  {
    color: var(--black-70, rgba(0, 0, 0, .7));
    font-feature-settings: "liga" off,"clig" off;
    font-family: PingFang SC;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    cursor: pointer
}

.footer_wrap .footer_cont .footer_cont_m h3  {
    color: var(--text-icon-font-gy-190-primary, rgba(0, 0, 0, .9));
    font-feature-settings: "liga" off,"clig" off;
    font-family: PingFang SC;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 20px
}

.footer_wrap .footer_cont .footer_cont_m .footer_cont_m_i  {
    color: var(--black-70, rgba(0, 0, 0, .7));
    font-feature-settings: "liga" off,"clig" off;
    font-family: PingFang SC;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%
}

.footer_wrap .footer_cont .footer_cont_m .btn  {
    width: 120px;
    height: 40px;
    border-radius: 100px;
    border: 1px solid #CB121A;
    color: #cb121a;
    text-align: center;
    font-feature-settings: "liga" off,"clig" off;
    font-family: PingFang SC;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    cursor: pointer;
    margin-top: 30px
}

.footer_wrap .footer_cont .footer_cont_r  {
    margin-left: 103px
}

.footer_wrap .footer_cont .footer_cont_r h3  {
    color: var(--text-icon-font-gy-190-primary, rgba(0, 0, 0, .9));
    font-feature-settings: "liga" off,"clig" off;
    font-family: PingFang SC;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 20px
}

.footer_wrap .footer_cont .footer_cont_r .footer_cont_r_i  {
    color: var(--black-70, rgba(0, 0, 0, .7));
    font-feature-settings: "liga" off,"clig" off;
    font-family: PingFang SC;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%
}

.footer_wrap .footer_cont .footer_cont_r .footer_cont_r_img  {
    display: flex;
    justify-content: flex-start;
    gap: 12px
}

.footer_wrap .footer_cont .footer_cont_r .footer_cont_r_img img  {
    width: 100px;
    height: 100px
}

.footer_wrap .footer_cont .footer_cont_bottom  {
    color: var(--text-icon-font-gy-340-placeholder, rgba(0, 0, 0, .4));
    font-feature-settings: "liga" off,"clig" off;
    font-family: PingFang SC;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-align: center
}
