

.footer .footer-top-title {
    padding-top: 41px;
    padding-bottom: 15px;
    display: flex
;
    border-bottom: 1px solid hsla(0, 0%, 100%, .5);
}
.footer .footer-top-title-content {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #fff;
    position: relative;
}
.footer .footer-top-title-content:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -17px;
    width: 67px;
    height: 4px;
    background: #2779c8;
}
.footer .footer-top-content {
    margin-top: 20px;
    margin-block-end: 50px;
    display: flex;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
}
.footer .footer-top-title-content1 {
    width:30%;
}
.footer .footer-top-content-1 {
    width:30%;
}
.footer .footer-top-content-2 {
    width:25%;
}
.footer .footer-top-content-3 {
    width:25%;
}
.footer .footer-top-content-4 {
    width:20%;
    text-align: center;
}
.footer .footer_bottom {
    width: 100%;
    height: 52px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    color: hsla(0, 0%, 100%, .54);
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer .footer_txte {
	padding-left: 10px; /* 在文字左侧添加空间 */
    padding-right: 10px; /* 在文字右侧添加空间 */
}