.footer {
    width: 100%;
    overflow: hidden;
    padding: 40px 10px;
    background-color: #25292f;
    box-sizing: border-box;
}

.footer_bottom_icon {
    text-align: center;
}

.footer_bottom_icon img {
    width: 150px;
    height: auto;
    display: inline-block;
}

.footer_bottom_info {
    text-align: center;
    margin-top: 10px;
}

.footer_bottom_info ul {
    display: inline-block;
}

.footer_bottom_info li {
    display: inline-block;
    margin: 0 10px;
}

.footer_bottom_info li a {
    text-decoration: none;
    color: #727171;
    font-size: 16px;
}
.footer_bottom_info li a:hover{
    text-decoration: underline;
    color: red;
}
.footer_bottom_reserve{
    clear: both;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 40px;
}