.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: #D2322D;
}
.index_banner .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 50px;
}
.sy_activity {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.sy_activity .ms_item {
  width: 466px;
  height: 416px;
  color: #000;
}
.sy_activity .ms_item .more {
  font-size: 18px;
  cursor: pointer;
}
.sy_activity .ms_item .more:hover {
  color: #D2322D;
}
.sy_activity .ms_item.item1 {
  background: url(../images/bg_home_miaosha.png);
  background-size: 100% 100%;
  padding-right: 20px;
}
.sy_activity .ms_item.item1 .ms_i_tit {
  padding-left: 166px;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sy_activity .ms_item.item1 .count_down {
  font-size: 18px;
  font-weight: bold;
  color: #D2322D;
}
.sy_activity .ms_item.item1 .count_down span {
  display: inline-flex;
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  background: #D2322D;
  color: #fff;
  margin: 0 2px;
  border-radius: 4px;
}
.sy_activity .ms_item .goods_list {
  display: flex;
  justify-content: space-between;
  padding-left: 20px;
  margin-top: 40px;
}
.sy_activity .ms_item .goods_list .good {
  position: relative;
  width: 204px;
  flex: none;
  text-align: center;
  transition: all ease-in 0.8s;
}
.sy_activity .ms_item .goods_list .good:hover .img {
  bottom: 10px;
}
.sy_activity .ms_item .goods_list .good:hover .icon {
  top: -10px;
}
.sy_activity .ms_item .goods_list .good:hover .good_name {
  color: #D2322D;
}
.sy_activity .ms_item .goods_list .good .img {
  width: 100%;
  transition: all ease-in-out 0.5s;
  position: relative;
  bottom: 0;
}
.sy_activity .ms_item .goods_list .good .icon {
  position: absolute;
  left: 0;
  top: 0;
  transition: all ease-in-out 0.5s;
}
.sy_activity .ms_item .goods_list .good .good_name {
  margin: 16px 0 10px;
  font-size: 20px;
  color: #222;
  transition: all ease-in-out 0.5s;
}
.sy_activity .ms_item .goods_list .good .good_price span {
  color: #D2322D;
}
.sy_activity .ms_item .goods_list .good .good_price span:first-child {
  font-size: 14px;
}
.sy_activity .ms_item .goods_list .good .good_price span:last-child {
  font-size: 24px;
  font-weight: bold;
}
.sy_activity .ms_item.item2 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sy_activity .ms_item.item2 .item_class {
  width: 100%;
  height: 198px;
  display: flex;
  justify-content: flex-end;
}
.sy_activity .ms_item.item2 .item_class:nth-child(1) {
  background: url(../images/tejia.png);
  background-size: 100% 100%;
}
.sy_activity .ms_item.item2 .item_class:nth-child(2) {
  background: url(../images/hot.png);
  background-size: 100% 100%;
}
.sy_activity .ms_item.item2 .item_class .list {
  display: flex;
  padding: 20px;
}
.sy_activity .ms_item.item2 .item_class .list .good_price {
  margin-top: 6px;
  text-align: center;
}
.sy_activity .ms_item.item2 .item_class .list .good_price span {
  color: #D2322D;
}
.sy_activity .ms_item.item2 .item_class .list .good_price span:first-child {
  font-size: 14px;
}
.sy_activity .ms_item.item2 .item_class .list .good_price span:last-child {
  font-size: 24px;
  font-weight: bold;
}
.sy_activity .ms_item.item2 .item_class .list a:nth-child(1) {
  margin-right: 20px;
}
.sy_activity .ms_item.item3 {
  background: url(../images/bg_home_newproduct.png);
  background-size: 100% 100%;
  padding-right: 20px;
}
.sy_activity .ms_item.item3 .ms_i_tit {
  padding-left: 166px;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sy_activity .ms_item.item3 .goods_list .good .icon {
  left: -7px;
  top: 15px;
  transition: all ease-in-out 0.5s;
}
.sy_activity .ms_item.item3 .goods_list .good:hover .icon {
  top: 5px;
}
.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: #D2322D;
}
.sy_category .category_list .category_item .name {
  font-size: 20px;
  color: #222;
  margin: 20px 0 6px;
  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: 7px;
}
.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: #D2322D;
  margin-right: 10px;
}
.sy_category .category_list .category_item .price p:nth-child(1) span:nth-child(1) {
  font-size: 14px;
}
.sy_category .category_list .category_item .price p:nth-child(1) span:nth-child(2) {
  font-size: 24px;
  font-weight: bold;
}
.sy_category .category_list .category_item .price p:nth-child(2) {
  color: #999;
  font-size: 16px;
  text-decoration: line-through;
}
.sy_service {
  display: flex;
}
.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;
}
.sy_service a .item_info .font30 {
  font-size: 30px;
}
.sy_service a .item_info .font14 {
  font-size: 14px;
  margin-top: 8px;
}
.sy_service a .item_info .more {
  margin-top: 50px;
}
