body {
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    overflow-x: hidden;
    font-family: Arial,sans-serif,微软雅黑
}

.foot-div {
    height: 222px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    background: #f6f6f6;
    font-size: 14px;
    color: #000;
    width: 100%;
}
.foot-div .foot-connection-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 350px;
    margin-top: 25px;
}
.foot-div .foot-connection-info div {
    line-height: 24px;
}
.foot-div .foot-media {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 350px;
    margin-top: 25px;

}
.foot-div .foot-media img {
    margin-left: 20px;
    cursor: pointer;
}
.foot-div .foot-download {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 350px;
    margin-top: 25px;
}
.foot-div .foot-download img {
    margin-left: 20px;
    cursor: pointer;
}
.downloadErWeiMaFoot {
    position: absolute;
    background: url(/image/erweimayou.png) center center no-repeat;
    width: 212px;
    height: 188px;
    display: none;
    top: -28px;
    left: -185px;
}