.footer {
    position: relative;
    margin-top: 40px;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

.footer > .top {
    position: relative;
    width: 100%;
    height: 230px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.footer > .top > img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.footer > .top > .group {
    position: relative;
    width: auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.footer > .top > .group > span {
    position: relative;
    width: auto;
    height: auto;
    font-size: 30px;
    font-weight: 700;
    color: #333333;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}


.footer > .top > .group > button {
    position: relative;
    padding: 8px 40px;
    border: none;
    width: auto;
    height: 36px;
    font-size: 14px;
    background: #F28705;
    color: white;
    border-radius: 18px;
}

.footer > .top > .group > button:hover {
    background: #F27405;
}


.footer > .bottom {
    position: relative;
    width: 100%;
    height: 110px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.footer > .bottom > .list {
    position: relative;
    width: auto;
    height: auto;
    display: flex;
    gap: 20px;
}

.footer > .bottom > .list > a {
    position: relative;
    width: auto;
    height: auto;
    font-size: 14px;
    color: #333333;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.footer > .bottom > .copyright {
    position: relative;
    width: auto;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.footer > .bottom > .copyright > span {
    position: relative;
    width: auto;
    height: auto;
    font-size: 14px;
    color: #666666;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}