* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

.footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0;
}

@media (max-width: 768px) {
    .footer {
        height: auto;
    }
}

.footer .footer-top {
    width: 1280px;
}

@media (max-width: 1400px) {
    .footer .footer-top {
        width: calc(100% - 120px);
    }
}

@media (max-width: 1024px) {
    .footer .footer-top {
        width: calc(100% - 96px);
    }
}

@media (max-width: 768px) {
    .footer .footer-top {
        width: calc(100% - 48px);
    }
}

.footer .footer-top .footer-top-content {
    margin-top: 36px;
    display: flex;
    justify-content: space-between;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

@media (max-width: 768px) {
    .footer .footer-top .footer-top-content {
        flex-direction: column;
        justify-content: flex-start;
        margin-top: 30px;
        border-bottom: 0px solid rgba(255, 255, 255, 0.15);
    }
}

.footer .footer-top .footer-top-content .ft-content-left {
    width: 30%;
}

@media (max-width: 768px) {
    .footer .footer-top .footer-top-content .ft-content-left {
        width: 90%;
    }
}

.footer .footer-top .footer-top-content .ft-content-left .ft-content-left-top {
    color: #0a1a2e;
    font-weight: bold;
    margin-bottom: 12px;
}

@media (max-width: 768px) {
    .footer .footer-top .footer-top-content .ft-content-left .ft-content-left-top {
        font-size: 14px;
    }
}

.footer .footer-top .footer-top-content .ft-content-left .ft-content-left-top span {
    font-size: 16px;
}

@media (max-width: 768px) {
    .footer .footer-top .footer-top-content .ft-content-left .ft-content-left-top span {
        font-size: 14px;
    }
}

.footer .footer-top .footer-top-content .ft-content-left .ft-content-left-middle {
    flex-wrap: wrap;
}

.footer .footer-top .footer-top-content .ft-content-left .ft-content-left-middle p {
    margin-bottom: 12px;
    margin-right: 16px;
    font-size: 14px;
    color: #333;
    position: relative;
    top: 4px;
}

@media (max-width: 768px) {
    .footer .footer-top .footer-top-content .ft-content-left .ft-content-left-middle p {
        font-size: 12px;
        position: relative;
        top: 0;
    }
}

.footer .footer-top .footer-top-content .ft-content-left .ft-content-left-middle a {
    display: inline-block;
    margin-bottom: 12px;
    margin-right: 16px;
    font-size: 14px;
    color: #666;
}

@media (max-width: 768px) {
    .footer .footer-top .footer-top-content .ft-content-left .ft-content-left-middle a {
        font-size: 12px;
        margin-bottom: 10px;
    }
}

.footer .footer-top .footer-top-content .ft-content-among {
    width: 30%;
}

@media (max-width: 1024px) {
}

@media (max-width: 768px) {
    .footer .footer-top .footer-top-content .ft-content-among {
        width: 100%;
        margin-top: 14px;
    }
}

.footer .footer-top .footer-top-content .ft-content-among .ft-content-left-top {
    color: #0a1a2e;
    font-weight: bold;
    margin-bottom: 12px;
}

.footer .footer-top .footer-top-content .ft-content-among .ft-content-left-top a {
    font-size: 16px;
    color: #0a1a2e;
    font-weight: bold;
}

@media (max-width: 768px) {
    .footer .footer-top .footer-top-content .ft-content-among .ft-content-left-top a {
        font-size: 14px;
    }
}

.footer .footer-top .footer-top-content .ft-content-among .ft-content-left-middle {
    flex-wrap: wrap;
}

.footer .footer-top .footer-top-content .ft-content-among .ft-content-left-middle a {
    display: inline-block;
    margin-bottom: 12px;
    margin-right: 16px;
    font-size: 14px;
    color: #666;
}

@media (max-width: 1024px) {
    .footer .footer-top .footer-top-content .ft-content-among .ft-content-left-middle a {
        margin-bottom: 10px;
        margin-right: 0;
    }
}

@media (max-width: 768px) {
    .footer .footer-top .footer-top-content .ft-content-among .ft-content-left-middle a {
        font-size: 12px;
        margin-right: 16px;
    }
}

.footer .footer-top .footer-top-content .ft-content-among .ft-content-left-middle a:hover {
    color: #0a1a2e;
}

@media (max-width: 768px) {
    .footer .footer-top .footer-top-content .ft-content-right {
        height: auto;
        margin-top: 14px;
    }
}

.footer .footer-top .footer-top-content .ft-content-right .ft-content-right-title {
    color: #0a1a2e;
    font-weight: bold;
    font-size: 16px;
}

@media (max-width: 768px) {
    .footer .footer-top .footer-top-content .ft-content-right .ft-content-right-title {
        font-size: 14px;
        margin-bottom: 12px;
    }
}

.footer .footer-top .footer-top-content .ft-content-right .ft-content-left-middle {
    margin-top: -4px;
    flex-wrap: wrap;
    display: none;
}

.footer .footer-top .footer-top-content .ft-content-right .ft-content-left-middle a {
    display: inline-block;
    margin-bottom: 12px;
    margin-right: 16px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.65);
}

@media (max-width: 1024px) {
    .footer .footer-top .footer-top-content .ft-content-right .ft-content-left-middle a {
        margin-bottom: 10px;
        margin-right: 0;
    }
}

@media (max-width: 768px) {
    .footer .footer-top .footer-top-content .ft-content-right .ft-content-left-middle a {
        font-size: 12px;
        margin-right: 16px;
    }
}

@media (max-width: 768px) {
    .footer .footer-top .footer-top-content .ft-content-right .ft-content-left-middle {
        display: flex;
        flex-direction: column;
    }
}

.footer .footer-top .footer-top-content .ft-content-right .ft-content-right-contact {
    display: flex;
    margin-right: -29px;
    position: relative;
}

@media (max-width: 768px) {
    .footer .footer-top .footer-top-content .ft-content-right .ft-content-right-contact {
        display: none;
    }
}

.ft-wechatQRcode {
    display: none;
    position: absolute;
    top: -170px;
}

.ft-wechatQRcode img {
    width: 150px;
    height: 150px;
}

.ft-telephone {
    display: none;
    width: 150px;
    height: 44px;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.1);
    text-align: center;
    line-height: 44px;
    color: #000000;
    position: absolute;
    top: -60px;
}

.ft-customerQRcode {
    display: none;
    position: absolute;
    top: -170px;
}

.ft-customerQRcode img {
    width: 150px;
    height: 150px;
}

.ft-contact-content {
    position: relative;
    cursor: pointer;
    width: 59px;
    height: 59px;
    background: #E5E5E7;
    border-radius: 50%;
    margin-right: 29px;
    margin-top: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer .footer-top .ft-lianjie {
    width: 100%;
    margin-top: 24px;
    margin-bottom: 34px;
}

@media (max-width: 768px) {
    .footer .footer-top .ft-lianjie {
        width: 100%;
        display: none;
    }
}

.footer .footer-top .ft-lianjie .ft-lianjie-span {
    color: #0a1a2e;
    font-weight: bold;
    margin-bottom: 12px;
    font-size: 16px;
}

@media (max-width: 768px) {
    .footer .footer-top .ft-lianjie .ft-lianjie-span {
        font-size: 14px;
    }
}

.footer .footer-top .ft-lianjie .ft-lianjie-title {
    flex-wrap: wrap;
}

.footer .footer-top .ft-lianjie .ft-lianjie-title a {
    display: inline-block;
    margin-bottom: 12px;
    margin-right: 12px;
    font-size: 12px;
    color: #333;
}

@media (max-width: 768px) {
    .footer .footer-top .ft-lianjie .ft-lianjie-title a {
        font-size: 12px;
        margin-bottom: 10px;
    }
}

.footer .footer-top .ft-lianjie .ft-lianjie-title a:hover {
    color: #0a1a2e;
}

.footer .ft-footer-bottom {
    width: 100%;
    display: flex;
    justify-content: center;
    background: #1d1d1d;
    color: #fff;
}

@media (max-width: 450px) {
    .footer .ft-footer-bottom {
        display: flex;
        flex-direction: column;
    }
}

.footer .ft-footer-bottom .shu {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    background: rgba(255, 255, 255, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.5);
    margin: 10px;
}

@media (max-width: 450px) {
    .footer .ft-footer-bottom .shu {
        display: none;
    }
}

.footer .ft-footer-bottom a {
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 40px;
}

@media (max-width: 450px) {
    .footer .ft-footer-bottom a {
        line-height: 24px;
    }
}

.footer .ft-footer-bottom p {
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 40px;
}

@media (max-width: 450px) {
    .footer .ft-footer-bottom p {
        line-height: 24px;
    }
}

.footer .ft-footer-bottom a:hover {
    color: #0a1a2e;
}

.ft-contact-content:hover .ft-hint {
    display: block;
}
