﻿/*底部*/
footer {
    background-color: rgb(34,34,34);
    color: rgb(118,117,118);
    padding: 2rem 14.5%;
    display: table;
    width: 100%;
}

.address {
    width: 70%;
    display: inline-block;
    justify-content: center;
    line-height: 3;
    font-size: 0.83vw;
    border-right: 1px solid rgb(109,109,109);
    height: 7.85vw;
    padding-top: 1.31vw;
}
    .address a {
        color: rgb(118,117,118);
    }

.ewm {
    float: right;
    width: 10.9vw;
    padding-top: 1.25vw;
}

        .ewm div {
            float: left;
            font-size: 0.83vw;
            padding-top: 2.5rem;
            text-align: right;
            line-height: 1.5;
        }

        .ewm img {
            float: right;
            width: 50%;
        }
.gz {
    width: 21px;
    height: 3px !important;
    background: linear-gradient(282deg,#222222 1%, #767576 82%);
    padding-top: 0 !important;
    margin-left: 47px;
    margin-top: 10px;
}
