.mi_banner_wrap {
  position: relative;
  padding-bottom: 220px !important;
}

.desktop .mi_banner_wrap {
  padding-bottom: 170px !important;
}

.desktop .mi_banners {
  bottom: 30px;
}

.mi_banners {
  position: absolute;
  bottom: 80px;
  width: 100%;
  overflow: hidden;
}
.mi_banners .swiper-slide button {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 110px;
  margin: 0;
  padding: 0 30px;
  border: none;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  word-break: keep-all;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}
.mi_banners .swiper-slide button.migroup {
  background-color: #ecf0fa;
  background-repeat: no-repeat;
  background-position: right top;
  -moz-background-size: auto 110px;
  background-size: auto 110px;
}
.mi_banners .swiper-slide button.migroup .name {
  color: #0057c9;
}
.mi_banners .swiper-slide button.mipet {
  background-color: #efeffa;
  background-repeat: no-repeat;
  background-position: right top;
  -moz-background-size: auto 110px;
  background-size: auto 110px;
}
.mi_banners .swiper-slide button.mipet .name {
  color: #5551cf;
}
.mi_banners .swiper-slide button.travel {
  background-color: #f0f3f8;
  background-repeat: no-repeat;
  background-position: right top;
  -moz-background-size: auto 110px;
  background-size: auto 110px;
}
.mi_banners .swiper-slide button.travel .name {
  color: #5d8dca;
}
.mi_banners .swiper-slide button.airport {
  background-color: #f2f2f2;
  background-repeat: no-repeat;
  background-position: right top;
  -moz-background-size: auto 110px;
  background-size: auto 110px;
}
.mi_banners .swiper-slide button.airport .name {
  color: #00b19a;
}
.mi_banners .swiper-slide button.migolf {
  background-color: #f0faf7;
  background-repeat: no-repeat;
  background-position: right top;
  -moz-background-size: auto 110px;
  background-size: auto 110px;
}
.mi_banners .swiper-slide button.migolf .name {
  color: #04764d;
}
.mi_banners .swiper-slide button.mimountain {
  background-color: #f4faef;
  background-repeat: no-repeat;
  background-position: right top;
  -moz-background-size: auto 110px;
  background-size: auto 110px;
}
.mi_banners .swiper-slide button.mimountain .name {
  color: #007637;
}
.mi_banners .swiper-slide .name {
  font-size: 17px;
  font-weight: bold;
  text-align: left;
}
.mi_banners .swiper-slide .desc {
  margin-bottom: 3px;
  font-size: 13px;
  text-align: left;
  color: #1c1c1c;
}

@media (max-width: 359px) {
  .mobile .mi_banners .swiper-slide button {
    padding: 0 18px;
    background-position: right -12px top;
  }
}