footer {
    width: 100%;
    background-color: #383838;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer_content {
    margin-top: 0.7rem;
    width: 100%;
    background-color: #383838;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer_content_left {
    display: flex;
    flex-direction: column;
}

.footer_content_left>img {
    width: 1.7rem;
    height: 0.5rem;
}

.footer_content_left_detail {
    display: flex;
    flex-direction: column;
}

.footer_content_left_detail>p {
    font-size: 0.24rem;
    line-height: 0.24rem;
    color: #ffffff;
    margin: 0.1rem 0;
}

.footer_content_right {
    margin-left: 3.5rem;
    display: flex;
    align-items: center;
}

.footer_content_right_li {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 0.1rem;
}

.footer_content_right_li>img {
    width: 1.7rem;
    height: 1.7rem;
}

.footer_content_right_li>div {
    margin-top: 0.1rem;
    font-size: 0.24rem;
    line-height: 0.24rem;
    color: #ffffff;
}

.footer_detail {
    margin-top: 0.5rem;
    margin-bottom: 0.2rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer_detail_li1 {
    font-size: 0.16rem;
    line-height: 0.16rem;
    margin-top: 0.1rem;
    color: #ffffff;
    display: flex;
    align-items: center;
}

.footer_detail_li2 {
    margin-top: 0.1rem;
    display: flex;
    align-items: center;
}

.footer_detail_li2>img {
    width: 0.18rem;
    height: 0.2rem;
}

.footer_detail_li2>p {
    font-size: 0.16rem;
    line-height: 0.16rem;
    color: #ffffff;
    margin-left: 0.1rem;
}