*{
    padding: 0;
    margin: 0;
    user-select: none;
    -webkit-user-drag: none;
}

.container{
    width: 100%;
    height: auto;
    max-width: 800px;
    min-height: 100vh;
    margin: auto;
    box-sizing: border-box;
    position: relative;
}

.swiper {
    width: 100%;
    height: 100vh;
    position: relative;
    z-index: 1;
}

.swiper-image{
    width: 100%;
    height: 100%;
}


.footer{
    width: 100%;
    height: auto;
    position: absolute;
    z-index: 5;
    bottom: 50px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.f-a{
    width: auto;
    font-weight: bold;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 5px;
    color: #000000;
    text-decoration: none;
    background-color: #FFFFFF;
    padding: 0 15px;
    border-radius: 15px;
    cursor: pointer;
    user-select: none;
}

.f-a img{
    width: auto;
    height: 24px;
}