* {
    margin: 0;
    padding: 0;
}

body {
    height: 100%;
}

.footer {
    background-color: #fff;
    height: 340px;
    bottom: 0;
    z-index: 10;
    width: 100%;
    flex: 0;
}

.footer .left-main {
    /* padding-left: 160px; */
    padding-left: 4%;
}

.footer .logo {
    margin-bottom: 60px;
    margin-left: 60px;
}

.footer .footer-row {
    padding: 10px 30px;
    margin-bottom: 15px;
}


/* .footer .logo img {
    width: 298px;
} */

.contact li {
    float: left;
    width: 20%;
    text-align: center;
}

.contact .img-title {
    display: block;
    color: #878787;
    margin-top: 10px;
}

.right-main .title {
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 5px;
}

.right-main .pro-line .content a,
.contact-line .content {
    color: #878787;
    height: 30px;
    line-height: 30px;
    text-decoration: none !important;
}

.right-main .pro-line .content a:hover {
    color: #337ab7;
    text-decoration: none !important;
}

.right-main .pro-line .content a:visited {
    text-decoration: none !important;
}

.qw-line .content {
    margin-bottom: 25px;
}

.content .qw-img {
    display: inline-block;
}

.content .qw-desc {
    color: #878787;
    display: inline-block;
    vertical-align: middle;
    line-height: 22px;
    width: 130px;
}

.address {
    background: #fff;
    color: #212121;
    font-size: 12px;
    text-align: center;
    height: 40px;
    line-height: 40px;
}

.address span {
    display: inline-block;
    padding-right: 30px;
}

.code-img {
    width: 100px;
    margin-top: -195px;
    margin-left: 5px;
    position: relative;
}

#wechat {
    width: 100px;
    position: relative;
}

.aos-animate {
    pointer-events: auto;
}

.FooterBanner-section.guide {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 60px;
    height: 277px;
    background-image: url(../img/footer/footer-banner.png);
    background-size: 100% 100%;
    background-position: 50%;
}

.free {
    margin-top: 80px;
    font-family: PingFang SC;
    padding-left: 30px!important;
    height: 50px;
    border-radius: 60px!important;
    font-size: 18px;
    border: 1px solid #d9d9db;
    width: 460px;
    margin-left: 180px;
    background-color: #fff;
    display: flex;
    align-items: center;
}

.free span {
    height: 50px;
    line-height: 50px;
    color: #BFBFBF;
}

.free .submit-btn {
    border-radius: 30px;
    text-align: center;
    box-shadow: none;
    margin-left: 76px;
}

.m-animbtn-btn {
    box-sizing: border-box;
    display: inline-block;
    background: #05f;
    box-shadow: 0 16px 32px -12px rgb(0 85 255 / 30%);
    border-radius: 50px;
    color: #fff;
    text-align: left;
}

.m-animbtn-btn.small {
    width: 132px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
}

.pro-line .content {
    height: 30px;
    line-height: 30px;
}

.pro-line .content span {
    color: #878787;
}