@media screen and (max-width: 768px) {
    body{
        height: auto;
        background: url(../img/guest.png);
    }
    .mobile{
        margin: 0;
        overflow: hidden;
    }
    .mobile .btn-group{
        display: flex;
        justify-content: space-between;
        width: 100%; 
        position: fixed; 
        top: 0; 
        z-index: 9999; 
        background-color: #fff;
        height:1.6rem /* 60/37.5 */;
        border-bottom: 1px solid #efefef;
    }
    .mobile .dropdown-menu{
        border: 0 solid transparent !important;
        margin-top: -.026667rem /* 1/37.5 */;
        padding: 0;
        border-radius: 0;
        box-shadow: 0 0px 0px rgba(0, 0, 0, 0) !important;
        color: #101010;
}
.mobile .dropdown-menu a{
    color: #101010;
}
.mobile .dropdown-menu li{
    /* color: #101010; */
    padding-left: .4rem /* 15/37.5 */;
}
.mobile .dropdown-menu .active{
    background-color: #eee;
}

.mobile .share-h2{
    color: #fff;
    text-align: center;
    margin: 0 auto;
    margin-top: 2.133333rem /* 80/37.5 */;
    width:100%;
    height: .4rem /* 15/37.5 */;
    /* padding-top: 50px; */
    background:url(../mimg/jb-png.png)no-repeat;
    background-size: 100%;
    /* padding-top: .38rem 12.5/37.5; */
}
.mobile .tables  {
    display: flex;
    /* justify-content: space-around; */
    flex-wrap: wrap;
    text-align: center;
}
.mobile .tables img{
    width: 2.666667rem /* 100/37.5 */;
    height: 2.133333rem /* 80/37.5 */;
    /* width: 120px;
    height: 100px; */
    margin-top: .666667rem /* 25/37.5 */;
    margin-left:45px;
    transition: all 0.6s;
}
.mobile .sides{
    position: fixed;
    right: 0;
    top: 50%;
    background-color: #fff;
    z-index: 99999999;
    width: 76px;
    display: flex;
    flex-wrap: wrap;
}
.mobile .sides a{
    font-size: .266667rem /* 10/37.5 */;
    color: #fff;
    text-decoration: none;
    border: 1px solid #000;
    color: #000;
    width: 38px;
    display: inline;
    text-align: center;
}
  .swiper-container {
    width: 100%;
    height: 100%;

  }
  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    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;
  }
}