body {
    padding: 0;
    margin: 0;
}

#footer {
    width: 100%;
    padding-top: 20px;
    background-color: #2a2c2e;
    color: #fff;
}

/* .footer_animate {
    -webkit-animation: fadeInDown 3s;
    -moz--animation: fadeInDown 3s;
    -ms--animation: fadeInDown 3s;
    -o--animation: fadeInDown 3s;
    animation: fadeInDown 3s;
} */

.host {
    width: 20%;
    font-size: 18px;
}

.host img {
    margin-right: 10px;
}

.footerLine {
    width: 100%;
    height: 1px;
    background-color: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
    opacity: 0.3;
}

.weixin{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.base {
    width: 100%;
    height: 40px;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    background: #fff;
    /* line-height: 40px; */
    display: flex;
    align-items: center;
    justify-content: center;
}

#imgConac {
    width: 25px;
    height: 25px;
    margin-top: 5px;
}

.baseLine{
    height: 14px;
    width: 2px;
    background: #fff;
    margin: 0px 20px;
    opacity: 0.6;
}
@media (max-width:768px) {
    .host {
        width: 100%;
        margin-top: 20px;
    }

    .logoimg {
        display: none;
    }

    .contactWay {
        padding-bottom: 20px;
    }

    .base {
        font-size: 16px;
        flex-direction: column;
        height: auto;
        width: 90%;
        padding: 0 5%;
        align-items: start;
    }
    .base a{
        margin-left: 0 !important;
    }
    .base span{
        margin-left: 0 !important;
    }
    .base img{
        width: 25px;
    }
}