#bottom-content{
    top:50px;
    background-color: #022D6E;
    /*margin-top: 40px;*/
    display: flex;
    padding-top: 50px;
    padding-bottom: 50px;
    /*display: flex;*/
    justify-content: center;
    /*padding-left: 10%; !* 两边相隔 10% *!*/
    /*padding-right: 10%; !* 两边相隔 10% *!*/
    align-items: center;
    /*height: 100vh; !* 为了撑满整个视口高度 *!*/

}


.bottom-info-bar{



}
.bottom-left::after{
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    height: 80%;
    border-right: 1px solid #124579; /* 右侧边框线，颜色为红色 */
}
.left-bottom-qrc-text{
    font-size: 14px;
    color: #FFFFFF;
    opacity: 70%;
}
.qrc2{
    top: 50px;
}

.bottom-desc-title{
    color: #FFFFFF;
    font-size: 14px;
}
.bottom-desc-text{
    color: #FFFFFF;
    opacity: 70%;
    font-size: 14px;
}
.bottom-right-content-parent{
    padding-left: 1%;
}

.bottom-right-content-title{
    font-size: 18px;
    color: #FFFFFF;
    white-space: nowrap;
}
.bottom-right-content-text{
    font-size: 13px;
    color: #FFFFFF;
    opacity: 70%;
    white-space: nowrap;
}
.bottom-enterprise-certification{
    content: "";
    /*position: absolute;*/
    top: 50%;
    right: 0;
    /*transform: translateY(-50%);*/
    height: 80%;
    border-top: 1px solid #124579; /* 右侧边框线，颜色为红色 */
    border-bottom: 1px solid #124579; /* 右侧边框线，颜色为红色 */
    padding-top: 2%;
    padding-bottom: 2%;
    /*padding-left: 5%;*/
    align-items: center; /* 垂直居中 */
    display: flex;

}
.bottom-certification-content{
    color: #FFFFFF;
    font-size: 14px;
    display: flex;
    justify-content: center;
    white-space: nowrap;
    text-align: center;
    align-items: center;


}
.bottom-certification-content img{
    padding-right: 2px;
}

.certification-font{
    padding-left: 2px;
}

.bottom-filing-information{
    justify-content: space-between;
    padding-left: 10%; /* 两边相隔 10% */
    padding-right: 10%; /* 两边相隔 10% */
    align-items: center;
}
.bottom-filing-content-group{
    font-size: 12px;
    color: #FFFFFF;
    opacity: 70%;
    width: 80%;

}
.bottom-filing-content-split-box{
    border-left: 1px solid #ACACAC
}

.bottom-content-box{
    width: 59%;
}
.qrc1{
    align-items: center;
}
.bottom-filing-information-box{
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.bottom-qrc-png{
    width: 70px;
    height: 70px;
}


@media (max-width: 768px) {
    .bottom-right-content-parent{
        padding-left: 0;
        /*padding-top: 5%;*/
    }
    .bottom-content-group{
        content: "";
        /*position: absolute;*/
        /*top: 50%;*/
        right: 0;
        /*transform: translateY(-50%);*/
        height: 80%;
        padding-top: 3%;
        margin-top: 3%;
        border-top: 1px solid #124579; /* 右侧边框线，颜色为红色 */
    }
    .bottom-left::after{
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        height: 80%;
        border-right: 0px solid #124579; /* 右侧边框线，颜色为红色 */
    }
    .bottom-filing-information{
        /*justify-content: space-between;*/
        padding-left: 0; /* 两边相隔 10% */
        padding-right: 0; /* 两边相隔 10% */
        align-items: center;
        text-align: center;
        justify-content: center;
        display: flex;
    }
    .split-text{
        display: none;
    }
    .bottom-certification-content{
        color: #FFFFFF;
        font-size: 14px;
        /*display: flex;*/
        justify-content: left;
        white-space: nowrap;
        /*text-align: center;*/
        /*align-items: center;*/


    }
    .bottom-filing-content-split-box{
        border-left: 0px solid #ACACAC;
        /*margin-left:10px;*/
    }
    .bottom-filing-information{
        justify-content: left;
        /*padding-left: 10%; !* 两边相隔 10% *!*/
        /*padding-right: 10%; !* 两边相隔 10% *!*/
        align-items: center;
    }

    .bottom-filing-information-box{
        display: flex;
        /*text-align: center;*/
        /*align-items: center;*/
        justify-content: left;
        text-align: left;
    }
    .bottom-content-group a {
        text-decoration: none;
    }



}
