.container {
    width: 100%;
    height: 100vh;
    background-image: url(../images/bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.header{
    position: relative;
}
.swiper{
    max-width: 1920px;
    width: 70%;
    min-width:400px;
    max-height: 1080px;
    min-height: 400px;
}
.swiper-slide{
    cursor: pointer;
}
.swiper-slide img{
    height: auto;
    width: 100%;
}

.swiper-pagination-bullet{
    width: 24px;
    height: 6px;
    opacity: 1;
    background-color: rgba(219,219,219,0.6);
    border-radius: 9px;

}
.swiper-pagination-bullet-active{
    background: linear-gradient(90deg, #B2CCFE 0%, #FADCAC 47%, #FF9494 100%);
}

.box-right {
    width: 414px;
    height: 714px;
    background-color: #FFFFFF;
    margin-left: -11px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.box-right-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    line-height: 26px;
    margin-bottom: 60px;
}
.box-right-item:last-child {
    margin-bottom: 0;
}

.box-right-item img {
    width: 180px;
    height: 180px;
    margin-top: 16px;
}


.footer{
    bottom: 0;
    width: 100%;
    text-align: center;
    font-weight: 400;
    font-size: 12px;
    color: #B3B3B3;
    margin-bottom: 8px;
}
.footer-item{
    margin-bottom: 16px;
}
.footer-item a{
    color: #B3B3B3;
}
