
.bg-img{
    width: 100%;
    height: 100%;
    
    /* background-attachment: fixed; */
    /* background-repeat: no-repeat; */
    background-size: cover;
}
.bg1{
    background-image: url('./in-img/d1-1.png');
}
.bg2{
    background-image: url('./in-img/d2-1.png');
}
.bg3{
    background-image: url('./in-img/d3-1.png');
}
.bg4{
    background-image: url('./in-img/d4-1.png');
}
.d-b{
    box-sizing: border-box;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
    /* align-items: center; */
    /* padding-top:6.27rem; */
    padding-bottom:.2rem;
    height: 100%;
    /* height: .5rem; */
    /* z-index: 2; */
}


.box {
    left: 0px;
    top: 0px;
    right: 0px;
    position: fixed;
    width: 100%;
    height: 100%;
    /* background: #000; */
    background:rgba(0,0,0,0.3);
    /* opacity: 0.6; */
    z-index: 99;
    /* overflow: auto; */
    display: none;
text-align: center;
    /* display: flex;
    justify-content: end; */
    color: #FFF700;
    font-family: Roboto, Roboto;
    font-weight: 500;
color: #FFF700;
line-height: 28px;
    /* flex-direction: column;
    align-items: center; */
}

.qr_code {
    position: relative;
    /* display: block; */
    width: 1.9rem;
    height: 1.9rem;
    background-color: #fff;
    margin: auto;
    /* background-image: url('../../images/iphone.png');
    background-repeat: repeat; */
    border-radius: 0.3rem;
    margin-top: 5rem;
    /* padding: 20px 20px 20px 20px; */
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    box-sizing: border-box;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}