.fit-list {
  margin-bottom: 55px;
  box-sizing: border-box;
  text-align: center;
  padding: 10px;
  cursor: pointer;
  border-right: 1px solid #f6f2f2;
  transition: all 500ms;
}
.fit-list a {
  color: #000;
}
@media (max-width: 414px) {
  .fit-list {
    margin-bottom: 25px;
  }
}
.fit-list:nth-child(4n) {
  border-right: none;
}
@media (max-width: 768px) {
  .fit-list:nth-child(2n) {
    border-right: none;
  }
}
.fit-list .img {
  height: 160px;
  line-height: 160px;
}
.fit-list .img img {
  vertical-align: middle;
}
@media (max-width: 414px) {
  .fit-list .img img {
    width: 80%;
  }
}
.fit-list p {
  line-height: 22px;
  opacity: 0.6;
  font-size: 13px;
  padding: 0 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 45px;
}
.fit-list h3 {
  padding: 10px 0;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 414px) {
  .fit-list h3 {
    font-size: 0.9rem;
    padding: 5px 0;
  }
}
.fit-list:hover {
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  -webkit-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  transition: all 500ms;
}
.fit:after {
  display: block;
  content: "";
  clear: both;
}
.fit-bg {
  background: url("../../images/Airwheel-peijian.jpg") no-repeat center;
  height: 700px;
  width: 100%;
}
@media (max-width: 1200px) {
  .fit-bg {
    background: url("../../images/Airwheel-peijian-md.jpg") no-repeat center bottom;
    background-size: 100%;
  }
}
.peripherals-bg {
  background: url("../../images/Airwheel-peripherals.jpg") no-repeat center;
  height: 600px;
  width: 100%;
}
@media (max-width: 1200px) {
  .peripherals-bg {
    background: url("../../images/Airwheel-peripherals-md.jpg") no-repeat center bottom;
    background-size: 100%;
  }
}
/*# sourceMappingURL=fit.css.map */
