body {
  background: #eee;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
}

.swiper {
  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;
}
.swiper-slide a {
  height: 240px;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-slide .mui-slider-title {
  background-color: #5b5555;
  color: white;
}

.mui-search .mui-placeholder {
  background-color: white;
  height: 49px;
  line-height: 49px;
}
.mui-content .imgs {
  height: 92px;
}

.mui-content .imgs img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.mui-table-view:before {
  height: 0;
}
.title {
  background-color: #efeff4;
  height: 35px;
  line-height: 35px;
  text-align: center;
}
.more {
  line-height: 60px;
  text-align: center;
  color: #919191;
  padding-bottom: 50px;
}

.mui-table-view.mui-grid-view .mui-table-view-cell{
  padding:15px 0 0 14px;
}