.footer {
    width: 100%;
    height: 235px;
    background: url(../images/ftwbg.jpg) top center no-repeat;
    color: #fff;
}

.footer .footer-wrap {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.footer .title {
    font-size: 26px;
}

.footer .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 14px 0 14px;
    width: 160px;
    height: 42px;
    font-size: 16px;
    color: var(--whiteColor);
    border-radius: 2px;
    background-image: linear-gradient(90deg, #5670fb, #02adff);
    box-shadow: 0 7px 27px rgb(0 80 171 / 28%);
}

.copyright {
    width: 100%;
    color: #fdfdfd;
    background-color: #333;
}

.copyright .txt {
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.copyright .txt span {
    padding: 0 10px;
}