@import url(../../../css/app.css);

.website_footer {
    background-color: #fff;
    position: relative;
    display: flex;
    justify-content: center;
    padding-top: 92px;
    padding-bottom: 46px;
    width: 100%;
}

.footer_content {
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
}

.website_footer div {
    color: #000;
}

.website_footer .footer_content .footer_content_item {
    max-width: 450px;
    margin-right: 20px;
}

.website_footer .footer_content .footer_content_item .logo {
    width: auto;
    height: 40px;
}

.website_footer .footer_content .footer_content_item ul {
    margin-top: 36px;
}

.website_footer .footer_content .footer_content_item ul li {
    font-size: 16px;
    line-height: 22px;
}

.website_footer .footer_content .footer_content_item ul li + li {
    margin-top: 30px;
    line-height: 30px;
}

.foot_content_center {
    padding-top: 12px;
    display: flex;
    justify-content: space-around;
    margin-right: 10px;
}

.item_point {
    cursor: pointer
}

.title_text {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
}

.website_footer .footer_content .foot_content_center .footer_content_item + .footer_content_item {
    margin-left: 0.20rem;
}

.footer_content_right {
    display: flex;
    padding-top: 12px;
}

.footer_content_right .qr_code img {
    max-width: 120px;
}


.section_item {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.bottom_info {
    height: 69px;
    background: #f8f9fa;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #666;
    cursor: pointer;
}

.lz-text-center {
    text-align: center;
}

.img-phone {
    position: absolute;
    bottom: 22px;
    right: -60px;
}
