.foot {
    width: 100%;
    height: 100%;
    background-color: #575757;
}

.content {
    flex: 1;

}

.footText1 {
    color: white;
    font-size: 12px;
    text-align: center;
    padding-top: 5px;
    float: left;
    margin-left: 27%;
}

.footText2 {
    color: white;
    font-size: 12px;
    padding-top: 5px;
    padding-left: 60px;
    float: left;
    margin-left: 280px;
}


a {
    color: white;
    font-size: 12px;
}

a:hover {
    color: white;
    text-decoration: none;
}

li {
    margin-top: 5px;
    font-size: 12px;
}

li img {
    width: 15px;
    height: 15px;
}

.zhuce {
    color: white;
    margin-top: 10px;
    position: absolute;
    top: 102px;
    left: 49%;
    margin-left: -200px;
    font-size: 10px;
}