.index_banner .swiper-pagination-bullet {
  width: 40px;
  height: 4px;
  display: inline-block;
  border-radius: 100%;
  background: #BBBBBB;
  opacity: 1;
  margin: 0 4px;
  border-radius: 0;
}
.index_banner .swiper-pagination-bullet-active {
  opacity: 1;
  width: 60px;
  background: #004B9B;
}
.index_banner .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 50px;
}
.sy_category .category_img {
  width: 100%;
}
.sy_category .category_list {
  display: flex;
  padding: 30px 0;
  background: #fff;
  margin-bottom: 40px;
}
.sy_category .category_list .category_item {
  text-align: center;
  border: 1px solid #DDDDDD;
  padding: 20px 20px 28px;
  margin-left: 1.3888%;
  flex: none;
  width: 18.3333%;
}
.sy_category .category_list .category_item .img_box {
  overflow: hidden;
}
.sy_category .category_list .category_item .img_box img {
  width: 100%;
  transition: all ease-in-out 0.5s;
}
.sy_category .category_list .category_item:hover .img_box img {
  transform: scale(1.1);
}
.sy_category .category_list .category_item:hover .name {
  color: var(--shop-primary, #002FA7);
}
.sy_category .category_list .category_item {
  position: relative;
}
.sy_category .category_list .category_item .tag_weihuapin {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  background: var(--shop-danger-tip-text, #d46b08);
  color: #fff;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 2px;
}
.good_price .market_price,
.sy_prod .market_price {
  color: var(--shop-market, #999) !important;
  font-size: 14px !important;
  text-decoration: line-through;
  margin-left: 6px;
  font-weight: normal;
}
.sy_category .category_list .category_item .name {
  font-size: 20px;
  color: #222;
  margin: 20px 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all ease-in-out 0.3s;
}
.sy_category .category_list .category_item .type {
  font-size: 16px;
  color: #999;
  margin-bottom: 20px;
}
.sy_category .category_list .category_item .price {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sy_category .category_list .category_item .price p:nth-child(1) {
  color: var(--shop-price, #D2322D);
  margin-right: 10px;
  font-size: 14px;
}
.sy_category .category_list .category_item .price p:nth-child(1) span.number {
  font-size: 24px;
  font-weight: bold;
}
.sy_category .category_list .category_item .price p:nth-child(2) {
  color: var(--shop-market, #999);
  font-size: 16px;
  text-decoration: line-through;
}
.sy_service {
  display: flex;
  padding-bottom: 60px;
}
.sy_service a {
  flex: 1;
  display: block;
  position: relative;
}
.sy_service a .bg_img {
  width: 100%;
  overflow: hidden;
}
.sy_service a .bg_img img {
  width: 100%;
  transition: all ease-in-out 0.5s;
  transform: scale(1);
}
.sy_service a:hover .bg_img img {
  transform: scale(1.1);
}
.sy_service a .item_info {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.sy_service a .item_info .icon {
  margin-bottom: 40px;
}
.sy_service a .item_info p {
  text-align: center;
  line-height: 1;
}
.sy_service a .item_info .font30 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 12px;
}
.sy_service a .item_info .font14 {
  font-size: 14px;
  margin-top: 8px;
}
.sy_service a .item_info .more {
  margin-top: 50px;
}
