.hide {
    display: none;
}
.alert_modal{
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1000;
}


.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    width: 12.5rem;
    margin-top: 3.5rem;
    height: 20rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.alert_modal img{
    width: 100%;
}
.close-box{
    position: fixed;
    z-index: 2000;
    bottom: 3.5rem;
    text-align: center;
    width: 100%;
    cursor: pointer;
}
.close{
    display: inline-block;
    width: 1rem!important;
    height: 1rem!important;
    background: url(../../../../static/mobile/images/close.png) no-repeat ;
    background-size: 1rem 1rem;
}