@media screen and (min-width:356px){
    body,html{
        font-size: 10vw !important;
    } 
    footer {
       
        background-color: rgb(215, 215, 215);
        /* height: 3.45rem; */
    }
    .footer-box {
        display: flex;
        justify-content: space-between;
        max-width: 12.10rem;
        font-size: 0.18rem;
        color: #3B3B3B;
        margin: auto;
        padding: 0 0.27rem;
    }
    .footer-box-left {
        display: flex;
        flex-direction: column;
    }

    .footer-box .footer-box-left>p {
        display: flex;
        align-items: center;
        padding-top: 0.3rem;

    }

    i {
        display: inline-block;
        width: 1px;
        height: 0.2rem;
        background-color: #5a5a5a;
        margin: 0 0.35rem;
    }

    .address img {
        max-width: 3.2rem;
        margin-left: -0.1rem;
        margin-top: 0.44rem;
    }

    .address>p {
        margin: 9px 0;
        font-size: 0.14rem;
    }

    .footer-box-right {
        display: flex;
        text-align: center;
        margin-top: 0.72rem;
    }

    .footer-box-right>div {
        display: flex;
        flex-direction: column;
        margin-left: 0.35rem;
    }

    .footer-box-right>div>img {
        max-width: 1.05rem;
        width: 100%;
    }

    .footer-box-right>div>span:nth-child(2) {
        margin-top: 0.10rem;
    }

    .footer-box-right>div>span {
        font-size: 0.14rem;
    }



}


@media screen and (min-width: 768px) {

    body,
    html {
        font-size: 60px !important;
    }

    
    footer {
        max-width: 19.20rem;
        background-color: rgb(215, 215, 215);
        height: 3.45rem;
    }
    footer a{
        color: #3B3B3B;
    }

    .footer-box {
        display: flex;
        justify-content: space-between;
        max-width: 12.10rem;
        font-size: 0.18rem;
        color: #3B3B3B;
        margin: auto;
        padding: 0 0.27rem;
    }

    .footer-box-left {
        display: flex;
        flex-direction: column;
    }

    .footer-box .footer-box-left>p {
        display: flex;
        align-items: center;
        padding-top: 0.3rem;

    }

    i {
        display: inline-block;
        width: 1px;
        height: 0.2rem;
        background-color: #5a5a5a;
        margin: 0 0.35rem;
    }

    .address img {
        max-width: 3.2rem;
        margin-left: -0.1rem;
        margin-top: 0.44rem;
    }

    .address>p {
        margin: 9px 0;
        font-size: 0.14rem;
    }

    .footer-box-right {
        display: flex;
        text-align: center;
        margin-top: 0.72rem;
    }

    .footer-box-right>div {
        display: flex;
        flex-direction: column;
        margin-left: 0.35rem;
    }

    .footer-box-right>div>img {
        max-width: 1.05rem;
        width: 100%;
    }

    .footer-box-right>div>span:nth-child(2) {
        margin-top: 0.10rem;
    }

    .footer-box-right>div>span {
        font-size: 0.14rem;
    }




}

@media screen and (min-width: 992px) {

    body,
    html {
        font-size: 100px !important;
    }

 
   

    /* 脚部 */
    footer {
        max-width: 19.20rem;
        background-color: rgb(215, 215, 215);
        height: 3.45rem;
    }

    .footer-box {
        display: flex;
        justify-content: space-between;
        max-width: 12.10rem;
        font-size: 0.18rem;
        color: #3B3B3B;
        margin: auto;
        padding: 0 0.27rem;
    }

    .footer-box-left {
        display: flex;
        flex-direction: column;
    }

    .footer-box .footer-box-left>p {
        display: flex;
        align-items: center;
        padding-top: 0.3rem;

    }

    i {
        display: inline-block;
        width: 1px;
        height: 0.2rem;
        background-color: #5a5a5a;
        margin: 0 0.35rem;
    }

    .address img {
        max-width: 3.2rem;
        margin-left: -0.1rem;
        margin-top: 0.44rem;
    }

    .address>p {
        margin: 9px 0;
        font-size: 0.14rem;
    }

    .footer-box-right {
        display: flex;
        text-align: center;
        margin-top: 0.72rem;
    }

    .footer-box-right>div {
        display: flex;
        flex-direction: column;
        margin-left: 0.35rem;
    }

    .footer-box-right>div>img {
        max-width: 1.05rem;
        width: 100%;
    }

    .footer-box-right>div>span:nth-child(2) {
        margin-top: 0.10rem;
    }

    .footer-box-right>div>span {
        font-size: 0.14rem;
    }
}