footer{
    background-color: #333;
    color: white;
    width: 100%;
}
.footer {
    background-color: #333;
    color: rgba(255, 255, 255, 0.8);
    padding: 50px 0;
}
.footer .footer-container{
    width: 1000px;
    margin: 0 auto;
}
.footer .footer-top {
    text-align: center;
    margin-bottom: 20px;
}

.footer .download-app {
    font-size: 18px;
    margin-bottom: 10px;
}

.footer .app-desc {
    font-size: 14px;
    margin-bottom: 20px;
}

.footer .download-button {
    background-color: #666;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
.footer .footer-middle {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.footer .footer-column {
    width: 23%;
}

.footer .footer-column h4 {
    margin-bottom: 10px;
    text-align: center;
}

.footer .footer-column ul {
    list-style: none;
    padding:0;
}

.footer .footer-column ul li {
    margin-bottom: 5px;
    cursor: pointer;
    font-size: 14px;
}
.footer .footer-column ul li a{
    text-decoration: none;
    color: rgba(255, 255, 255, 0.7);
    display: block;
    text-align: center;
}
.footer .footer-column ul li a:hover{
    color: rgba(255, 255, 255, 0.9);
}
.footer .footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.footer .footer-logo {
    width: 100px;
}

.footer .footer-logo img {
    width: 100%;
}

.footer .footer-links a,
.footer .footer-legal a {
    color: white;
    text-decoration: none;
    margin-right: 10px;
    cursor: pointer;
    font-size: 14px;
}

.footer .footer-copyright {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    font-size: 12px;
}
.footer .footer-copyright p a{text-decoration: none;display: inline-block;margin: 0 5px;font-size: 12px;color: rgba(255, 255, 255, 0.7)}
.footer .footer-copyright p a:hover{color: rgba(255, 255, 255, 0.9)}
.footer .footer-language select {
    padding: 5px;
}

.footer .footer-social a {
    color: white;
    font-size: 12px;
    margin-right: 10px;
}