.demo .banner {
  height: 6rem;
  width: 100%;
  background-image: url(../img/afterSaleService/蒙版组\ 2.png);
}
.tabBar {
  display: flex;
  justify-content: center;
  height: 0.58rem;
  background: #ffffff;
  border-bottom: 0.01rem solid #eeeeee;
  box-sizing: border-box;
}
.tabBar .item {
  width: 2rem;
  height: 0.58rem;
  font-size: 0.18rem;
  line-height: 0.58rem;
  text-align: center;
  color: #666666;
}
.tabBar .active {
  background-color: #0063b9;
  color: #ffffff;
}
.product {
  padding: 0.66rem 0;
  margin-bottom: 0.43rem;
  border-bottom: 0.01rem solid #eeeeee;
}
.product .content {
  display: flex;
  justify-content: space-between;
    margin-bottom: 0.25rem;
    position: relative;
}
.product .content::after{
    content: '';
    position: absolute;
    width: 100%;
    display: none;
    height:0.01rem;
    bottom: 0;
    left: 0;
    transition: linear .25s;
    background: #ccc;
}
.product .content:hover::after{
    display: block;
}
.product .content .left{
    overflow: hidden;
}
.product .content .left img{
    transition: linear .15s;
}
.product .content .left:hover>img{
    transform: scale(1.05);
}

.product .left {
    
  display: flex;
}
.product .regularChecking {
  margin-left: 0.4rem;
}
.product .regularChecking .title {
  margin: 0.18rem 0;
  font-size: 0.2rem;
  font-weight: bold;
  color: #333333;
}
.product .regularChecking .date {
  font-size: 0.14rem;
  color: #999999;
}
.product .right {
  margin-top: 0.85rem;
  height: 0.49rem;
  width: 0.49rem;
}
