.s-topside{
    display: flex;
    background-color: white;
    border-bottom: 1px solid #dee2e6;
    justify-content: space-between;
    align-items: center;
    padding-right: 30px;
    padding-left: 30px;
    height: 55px;
}
.button-group>a>img{
    width: 40px;
    border-radius: 20px;
    margin-right: 10px;
}
.button-group{
    display: flex;
    align-items: center;
}
.s-user-nav{
    display: flex;
}
.s-user-nav>li{
    margin-right: 8px;
}
.s-col-xl-4>ul{
    text-align: left;
}
.leftA {
    width: 1200px;
    height: 100%;
    float: left;
}

.leftA li {
    float: left;
    width: 280px;
    background: #FFF;
    height: 100%;
    margin: 10px;
    padding: 10px;
}

.leftA li img {
    width: 180px;
    height: 150px;
}

.rightA {
    width: 300px;
    height: 100%;
    float: right;
}

  
.foot_new {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.foot_box {
    width: 300px;
    float: left;
    text-align: left;
}

.foot_box .hd {
    color: #FFF;
    font-size: 16px;
}

.foot_box .bd li a {
    color: #FFF;
}

.foot_mobile p {
    text-align: center;
}

.foot_wx p {
    color: #FFF;
}

.foot_wx p a {
    color: #FFF;
}

.s-header-top-left>a{
    width: 100%;
}
.s-header-top-left>a>img{
    width: 100%;
}
.s-row{
    display: flex;
    align-items: center;
}


.swiper {
    width: 80%;
    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;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .s-bg-white{
    height: 100%;
  }
     
 .s-foot_new{
    width: 1200px;
    margin: 0 auto;
 }