.swiper {

  padding-bottom: 0;

}



/* 标签 */

.tabs-box {

  width: 7.50rem;

  height: 1.22rem;

  background-color: #fff;

}



.tabs-box ul {

  display: flex;

  width: 100%;

  height: 100%;

  border-bottom: .02rem solid #f1f1f1;

}



.tabs-box ul li {

  width: 100%;

  height: 100%;

  text-align: center;

  line-height: 1.22rem;

  font-size: .24rem;

}



.tabs-box ul li.active {

  font-weight: bold;

  font-size: .28rem;

}



/* 内容 */

.card {

  margin-top: .50rem;

}



.card h4 {

  text-align: center;

  margin-bottom: .30rem;

}



.card .subtitle {

  text-align: center;

  padding: 0 .30rem;

  color: #999;

  font-size: .24rem;

  line-height: .50rem;

}



/* 家政vs */

.vs-list {

  display: flex;

  justify-content: space-between;

  align-items: center;

}



.vs-list li {

  width: 100%;

  height: 1.80rem;

  display: flex;

  justify-content: center;

  align-items: center;

  flex-direction: column;

  font-size: .26rem;

  color: #666666;

}



.vs-list li img {

  width: 1.00rem;

  height: 1.00rem;

}



/* 前景 */

.front-list {

  display: flex;

  flex-wrap: wrap;

  width: 6.90rem;

  margin: .30rem auto;

}



.front-list li {

  width: calc(50% - .20rem);

  height: 1.90rem;

  margin-right: .40rem;

  margin-bottom: .40rem;

  box-shadow: 0 .10rem .20rem #f1f1f1;

  display: flex;

  justify-content: center;

  align-items: center;

  flex-direction: column;

  color: #666;

  font-size: .24rem;

}



.front-list li:nth-child(2n) {

  margin-right: 0;

}



.front-list li img {

  width: .76rem;

  height: .76rem;

  margin-bottom: .30rem;

}



.package img {

  width: 6.90rem;

  height: 2.88rem;

  display: block;

  margin: .30rem auto 0;

}



.user-admin {

  width: 7.54rem;

  height: 5.75rem;

}



.analysis {

  width: 7.50rem;

  height: 3.44rem;

  margin-top: .30rem;

}

.case-img-box{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-row-gap: .15rem;
  grid-column-gap: .15rem;
}

.case-img-box .case-img{
  width: 100%;
  height: 1.20rem;
}