/* banner */
@media (min-width: 1200px) {
  .header:not(.shadow) {
    position: fixed;
    color: #fff;
    box-shadow: none;
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, .8);
  }

  .header:not(.shadow) .daohang1 a {
    display: block;
    height: 48px;
    overflow: hidden;
  }

  .header:not(.shadow) .daohang1 img {
    position: relative;
    top: -48px;
    filter: drop-shadow(0 48px 0 #fff);
  }

  .header:not(.shadow) .daohang2-1>a {
    color: #fff;
  }

  .header:not(.shadow) .daohang2-1>a::after {
    background: #fff;
  }
}


/* products-cate */
.products-cate {
  padding: 30px 0;
}

.products-cate .container {
  margin-bottom: -30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.products-cate .item {
  margin-bottom: 30px;
}

.products-cate .item-1, .products-cate .item-2, .products-cate .item-3 {
  flex: 0 0 100%;
  max-width: 100%;
}

.products-cate .item-title {
  margin-bottom: 20px;
  border-bottom: 1px solid #DEDEDE;
}

.products-cate .item-title h2 {
  color: #fff;
  text-align: left;
  padding: 5px 15px;
  border-radius: 10px 10px 0px 0px;
  background: var(--style-color);
  display: inline-block;
}

.products-cate .item-title .item-btn {
  display: none;
}

.products-cate .row {
  margin-left: -12px;
  margin-right: -12px;
  margin-bottom: -30px;
}

.products-cate .row>div {
  padding: 0 12px;
  margin-bottom: 30px;
}

.products-cate .fancybox-wrap {
  position: relative;
  margin-bottom: 15px;
}

.products-cate .fancybox:not(:first-child) {
  display: none;
}

.products-cate .fancybox img {
  width: 100%;
  height: auto;
}

.products-cate .item:not(.item-2) .fancybox img {
  aspect-ratio: 450 / 346;
}

.products-cate .item-2 .fancybox img {
  aspect-ratio: 675 / 346;
}

.products-cate .icon-wrap {
  position: absolute;
  right: 12px;
  bottom: 12px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--style-color);
  display: flex;
  align-items: center;
  justify-content: center;
}

.products-cate .icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid #fff;
  position: relative;
}

.products-cate .icon::before, .products-cate .icon::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
}

.products-cate .icon::before {
  width: 2px;
  height: 10px;
}

.products-cate .icon::after {
  width: 10px;
  height: 2px;
}

.products-cate .tit {
  margin-bottom: 8px;
}

.products-cate .info {
  color: #666;
  line-height: 1.667;
}

@media (min-width: 567px) {
  .products-cate .item-3 {
    flex: 0 0 calc(50% - 16px);
    max-width: calc(50% - 16px);
  }
}

@media (min-width: 768px) {
  .products-cate .item-2 {
    flex: 0 0 calc(50% - 16px);
    max-width: calc(50% - 16px);
  }
}

@media (min-width: 992px) {
  .products-cate .item-3 {
    flex: 0 0 calc(33.333333% - 16px);
    max-width: calc(33.333333% - 16px);
  }
}

@media (min-width: 1200px) {
  .products-cate {
    padding: 60px 0;
  }

  .products-cate .container {
    margin-bottom: -60px;
  }

  .products-cate .item {
    margin-bottom: 60px;
  }

  .products-cate .item-2 {
    flex: 0 0 calc(50% - 25px);
    max-width: calc(50% - 25px);
  }

  .products-cate .item-title {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .products-cate .item-title h2 {
    padding: 9px 30px;
  }

  .products-cate .item-title .item-btn {
    flex-shrink: 0;
    display: block;
    color: var(--style-color);
    cursor: pointer;
  }

  .products-cate .item-title .item-btn i {
    font-size: 20px;
    line-height: 1;
    transform: scale(.5);
    position: relative;
    top: 1px;
    display: inline-block;
  }

  .products-cate .fancybox-wrap {
    margin-bottom: 25px;
  }

  .products-cate .row>div:nth-child(n+4) {
    display: none;
  }

  .products-cate .tit {
    margin-right: 20px;
    margin-bottom: 15px;
  }

  .products-cate .tit:hover a {
    color: var(--style-color);
  }

  .products-cate .info {
    margin-right: 20px;
  }
}

@media (min-width: 1440px) {
  .products-cate {
    padding: 146px 0 141px;
  }

  .products-cate .container {
    margin-bottom: -95px;
  }

  .products-cate .item {
    margin-bottom: 95px;
  }

  .products-cate .item-title {
    margin-bottom: 50px;
  }
}