/* 底部 */

.footer {
    width: 55%;
    margin: auto;
    margin-top: 1.95rem;
}

.footerTop {
    display: flex;
}

.ftr{
    width: 33%;
    margin: auto;
    margin-bottom: 10px;
}
.ftl {
    width: 33%;
}

.ftlT {
    font-size: 0.2rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #000B1A;
    margin-bottom: 0.3rem;
}

.ftlC {
    width: 4.375rem;
    height: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    overflow-y: scroll;
}

.ftlcT {
    margin: 0 0.2rem 0.15rem 0;
}

.ftlcT a {
    font-size: 0.175rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    text-decoration: none;
}

.ftlC::-webkit-scrollbar {
    display: none;
}

.ftrcT {
    font-size: 0.175rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    text-decoration: none;
    margin-bottom: 0.125rem;
}

.footerBtm {
    width: 100%;
    height: 0.375rem;
    line-height: 0.375rem;
    margin-top: 0.3125rem;
    text-align: center;
    border-top: 0.0125rem solid #eee;
    font-size: 0.1625rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}

.footerBtm a {
    font-size: 0.1625rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    text-decoration: none;
}
.ftsones1{
    display: flex;
    flex-direction: column;
    align-items: center;

}
.img_qones1{
    width: 6vw; height: 6vw;
}
.img_wones1{
    width: 1.75rem;
    height: 0.3625rem;
    margin-top: 0.2rem;
}
@media only screen and (max-width: 540px) {
    .ftsones1{
        width: 100%;
        display: flex;
        justify-content: center;

    }
    .img_qones1{
        width: 25vw; height: 25vw;
    }
    .img_wones1{
        width: 140px;
        height: 29px;
        display: block;
        margin: auto;
        margin-top: 10px;
    }
    .ftr{
        width: 100%;
    }
    /* 底部 */
    .footer {
        width: 92%;
        margin: auto;
        margin-top: 60px;
    }
    .footerTop {
        display: flex;
        flex-wrap: wrap;
    }
    .ftl {
        width: 100%;
        margin-bottom: 10px;
    }
    .ftlT {
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #000B1A;
        margin-bottom: 12px;
    }
    .ftlC {
        width: 350px;
        height: 120px;
        display: flex;
        flex-wrap: wrap;
        overflow-y: scroll;
    }
    .ftlcT {
        margin: 0 8px 6px 0;
    }
    .ftlcT a {
        font-size: 13px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #999999;
        text-decoration: none;
    }
    .ftlC::-webkit-scrollbar {
        display: none;
    }
    .ftrcT {
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #999999;
        text-decoration: none;
        margin-bottom: 5px;
    }
    .footerBtm {
        width: 100%;
        height: 30px;
        line-height: 30px;
        margin-top: 10px;
        text-align: center;
        border-top: 1px solid #eee;
        font-size: 13px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #999999;
    }
    .footerBtm a {
        font-size: 13px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #999999;
        text-decoration: none;
    }
}