.footer-wrapper {
    width: 100%;
}

.footer-wrapper .center {
    width: 100%;
    background-color: #1e1c1c;
}

.footer-wrapper .ct {
    background-image: linear-gradient(#211f1f, #211f1f), linear-gradient(#242222, #242222);
    background-blend-mode: normal, normal !important;
}

.footer-wrapper .top {
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
    max-width: 76rem;
    height: 6.4rem;
    background-image: linear-gradient(#211f1f, #211f1f), linear-gradient(#242222, #242222);
    background-blend-mode: normal, normal;
}

.footer-wrapper .top .left {
    font-family: PingFangSC-Regular;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.5rem;
    letter-spacing: 0px;
}

.footer-wrapper .top .left .title {
    display: block;
    height: 1.2rem;
    margin-bottom: .6rem;
    font-size: 1.1rem;
    color: #ffffff;
}

.footer-wrapper .top .left .info {
    height: 0.9rem;
    color: #999999;
}

.footer-wrapper .top .right {
    cursor: pointer;
}

.footer-wrapper .top .right .bg {
    width: 9.2rem;
    height: 3.3rem;
    padding: .4rem;
    background-size: cover;
    margin-right: -10px;
}

.footer-wrapper .top .right .bg img {
    width: 100%;
    height: 100%;
}

.footer-wrapper .mid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 76rem;
    /*height: 15rem;*/
    background-color: #1e1c1c;
    font-family: PingFangSC-Medium;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    padding-top: 20px;
    padding-bottom: 15px;
}

.footer-wrapper .mid * {
    margin: 0;
}

.footer-wrapper .mid span {
    display: block;
    margin-bottom: 1.3rem;
    font-size: 1rem;
    line-height: 1rem;
    color: #898989;
    cursor: pointer;
}

.about span:hover,.service span:hover{
    color: #ffffff;
}

.footer-wrapper .mid h3 {
    height: 1.3rem;
    margin-bottom: 2.5rem;
    font-size: 1.3rem;
    line-height: 1.3rem;
}

.footer-wrapper .mid h4 {
    height: 1.2rem;
    margin-bottom: 1.3rem;
    font-size: 1.5rem;
    line-height: 1.5rem;
    cursor: pointer;
}

.footer-wrapper .mid .logo {
    width: 12.9rem;
}

.footer-wrapper .mid .company-info {
    margin-left: 3.2rem;
}

.footer-wrapper .mid .contact {
    margin-top: 1rem;
    margin-left: 5.3rem;
}

.footer-wrapper .mid .contact span {
    font-size: .9rem;
}

.footer-wrapper .mid .about {
    margin-top: -7rem;
    position: relative;
    right: 5rem;
}

.footer-wrapper .mid .service {
    margin-top: -7rem;
    position: relative;
    right: 1rem;
}

.footer-wrapper .mid .QRcode {
    text-align: center;
    margin-left: 3.4rem;
}

.footer-wrapper .mid .QRcode .image {
    box-sizing: border-box;
    width: 8.4rem;
    height: 8.4rem;
    padding: .4rem;
    margin-bottom: 1.8rem;
    background-color: #ffffff;
}

.footer-wrapper .bottom {
    margin: 0 auto;
    max-width: 75rem;
    height: 2.6rem;
    line-height: 2.6rem;
    background-color: #1e1c1c;
    text-align: center;
}

.footer-wrapper .bottom span {
    margin-top: .9rem;
    font-family: PingFangSC-Regular;
    font-size: 0.9rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #eaeaea;
}