.footer {
    width: 100%;
    height: auto;
    background: #222222;
}
.footer-bar {
    width: 100%;
    height: 0.06rem;
    background: linear-gradient( 90deg, #E50012 0%, #FFF000 100%);
    border-radius: 0;
}
.footer-content {
    padding: 0 1.80rem;
    min-height: 3.08rem;
    margin: 0 auto;
    display: flex;
}
/*左侧logo信息*/
.footer-content-left {
    width: 3.87rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding-top: 0.70rem;
}
.footer-logo {
    width: 100%;
    display: flex;
    margin-bottom: 0.37rem;
}
.footer-logo-img {
    width: 1.06rem;
    height: 0.54rem;
    margin-right: 0.18rem;
}
.footer-logo-title-zh {
    color: #FFFFFF;
    font-size: 0.215rem;
    font-weight: 600;
    font-style: normal;
    text-transform: none;
    font-family: PingFang SC-Semibold;
}
.footer-logo-title-en {
    color: #FFFFFF;
    font-size: 0.13rem;
    font-weight: 600;
    font-style: normal;
    text-transform: none;
    font-family: PingFang SC-Semibold;
}
.footer-desc {
    width: 100%;
}
.footer-desc-info {
    font-family: PingFang SC-Regular;
    font-weight: 400;
    font-size: 0.14rem;
    color: #B3B3B3;
    line-height: 0.28rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
/*中间内容信息*/
.footer-content-center {
    flex: 1;
    height: 100%;
}
.footer-content-box {
    width: 100%;
    height: 100%;
    padding-left: 2.42rem;
    display: flex;
}
.footer-box-item {
    margin-right: 0.42rem;
    padding-top: 0.70rem;
}
.footer-box-title {
    margin-bottom: 0.20rem;
}
.footer-box-title a {
    font-family: PingFang SC-Medium;
    font-weight: 500;
    font-size: 0.20rem;
    color: #B3B3B3;
    line-height: 0.20rem;
    font-style: normal;
    text-transform: none;
}
.footer-box-title a:hover {
    color: #E50012;
}
.footer-box-sub a {
    font-family: PingFang SC-Regular;
    font-weight: 400;
    font-size: 0.14rem;
    color: #8A8A8A;
    line-height: 0.26rem;
    font-style: normal;
    text-transform: none;
}
.footer-box-sub a:hover {
    color: #E50012;
}
/*右侧二维码*/
.footer-content-right {
    width: 1.68rem;
    height: 100%;
    padding-top: 0.70rem;
}
.footer-qrcode {
    width: 100%;
    height: 100%;
}

/*底部信息*/
.footer-info {
    width: 100%;
    height: 0.40rem;
    border-top: 0.01rem solid #3D3D3D;
}
.footer-info-box {
    padding: 0 1.80rem;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.footer-info-box a {
    font-family: PingFang SC-Regular;
    font-weight: 400;
    font-size: 0.12rem;
    color: #8A8A8A;
    font-style: normal;
    text-transform: none;
    margin-left: 0.50rem;
}
.footer-info-box a:hover {
    color: #E50012;
}