#Footer {
    margin-top: .08rem;
    overflow: hidden;
    padding: 0;
}

/*---bottom------------*/
.bottombg {
    margin: 0 auto;
    padding: 0;
    background: #f7f7f7;
    overflow: hidden
}

.copyright {
    padding-top: .05rem;
    margin: 0 auto;
    width: 5rem;
    text-align: center;
}

.cr_text {
    width: 4.5rem;
    line-height: .26rem;
    text-align: center;
    font-size: .14rem;
}

.cr_img {
    width: .5rem;
    padding-top: .1rem;
}


@media screen and (max-width: 800px) {

    .tou,
    .wzr {
        width: 98%
    }

    .tou {
        height: 5.2rem !important;
    }

    .main {
        padding: 0;
        width: 100%;
    }

    .slhdbdh {
        width: 100%;
    }

    .ss {
        position: absolute;
        top: 3.6rem;
        background: none !important;
        width: 98% !important;
    }

    .bottombg {
        width: 100% !important;
        margin: 0 !important;
        position: relative;
        height: 2rem;
        padding-top: .15rem !important;

    }

    .td1 {
        position: absolute;
        width: auto !important;

    }

    .td2 {
        width: 100% !important;
    }

    .td3 {
        position: absolute;
        bottom: 0;
        left: 41%;
        display: flex;
        justify-content: space-between;
        width: 3.4rem !important;
    }

    .td3>div {
        padding: 0 !important;
    }

    .wx {
        display: none;
    }

    .copyright {
        width: 100% !important;
        padding: 0 !important;
    }

    .cr_text {
        width: 100% !important;
    }
}