i {
  font-style: normal;
}
header {
  height: 2.5rem;
  background-color: #ed4a41;
  font-size: 1rem;
  line-height: 2.5rem;
  color: #fff;
}
header .iconfont {
  color: #fff;
  font-size: 0.75rem;
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
  width: 1.0625rem;
}
main .breadcrumb {
  background-color: #f5f5f5;
  color: #a6a6a6;
  font-size: 0.625rem;
  line-height: 1.5rem;
  padding-left: 0.5rem;
}
main .card {
  background-color: #fff;
}
main .card .card-title {
  line-height: 1.875rem;
  font-size: 0.7rem;
  border-bottom: 1px solid #f3f1f1;
  position: relative;
}
main .card .card-title .active {
  color: #fb7772;
}
main .card .card-title .bar {
  position: absolute;
  height: 0.1rem;
  width: 1.4rem;
  margin: 0 1.3rem;
  background-color: #fb7772;
  left: 0;
  bottom: 0;
  transition: left 0.4s ease-in-out;
}
main .card .card-banner .swiper-container .swiper-wrapper .swiper-slide {
  text-align: center;
}
main .card .card-banner .swiper-container .swiper-wrapper .swiper-slide > img {
  width: 2rem;
  margin: 1rem 0 0.5rem;
}
main .card .card-banner .swiper-container .swiper-wrapper .swiper-slide > p {
  text-align: center;
  font-size: 0.6rem;
  padding: 0 0.8rem 0.8rem;
}
main .card .card-content .card-item {
  padding: 0.7rem;
  border-bottom: 1px solid #f3f1f1;
}
main .card .card-content .card-item .item-title {
  font-size: 0.7rem;
  line-height: 1rem;
}
main .card .card-content .card-item .item-msg {
  color: #9b9b9b;
  font-size: 0.5rem;
  line-height: 0.7rem;
  margin-top: 0.5rem;
}
