.footer.m {
    width: 100%;
    height: auto;
    padding: 4.222vw;
    box-sizing: border-box;
    background: #2e3033;
    padding-bottom: 15.567vw;
}

.footer.m .info {
    width: 3.867rem;
    margin: 0 auto 0.067rem;
}

.footer.m .info .qrcode {
    width: 100%;
    height: auto;
    margin-bottom: 0.267rem;
}

.footer.m .line {
    width: 100%;
    height: 0.013rem;
    background: #181818;
}

.footer.m .copy-right {
    width: 100%;
    border-top: 0rem solid #464646;
    padding-top: 0rem;
}

.footer.m .copy-right p {
    font-size: 3.467vw;
    color: rgb(153, 153, 153);
    text-transform: uppercase;
    line-height: 1;
    text-align: center;
    margin-bottom: 2vw;
}

.footer.m .copy-right p:last-child {
    margin-bottom: 0;
}

.footer.m .btn {
    margin: 0 0 0.4rem 0;
}

.footer.m .btn:hover {
    color: #fff;
}

.footer.m .btn span {
    vertical-align: top;
    display: inline-block;
}

.footer.m .info p {
    font-size: 0.32rem;
    color: rgb(255, 255, 255);
    line-height: 1;
    margin-bottom: 0.667rem;
    text-align: center;
}

.footer.m .btn .icon {
    font-size: 0.4rem;
    color: rgba(255, 255, 255, 0.8);
    vertical-align: top;
}