.productBlock .w1620 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 100px;
}
.productBlock .w1620 .list {
  position: relative;
  width: 48.125%;
  margin-top: 60px;
  padding-bottom: 26px;
}
.productBlock .w1620 .list .img {
  display: block;
  position: relative;
  overflow: hidden;
  font-size: 0;
}
.productBlock .w1620 .list .img img {
  transition: transform 0.5s;
  transform: scale(1.0001);
  width: 100%;
}
.productBlock .w1620 .list .img .num {
  position: absolute;
  right: 20px;
  bottom: -130px;
}
.productBlock .w1620 .list .img .num span {
  font-family: SpaceGrotesk-Regular;
  font-size: 200px;
  -webkit-text-stroke: 1px rgba(238, 238, 238, 0.3);
  color: transparent;
}
.productBlock .w1620 .list .title {
  display: block;
  margin-top: 23px;
  font-size: 24px;
  color: #0e0e0e;
}
.productBlock .w1620 .list .tips {
  max-width: 615px;
  margin-top: 7px;
  font-size: 16px;
  line-height: 24px;
  color: #777;
}
.productBlock .w1620 .list .link {
  display: block;
  transition: color 0.5s;
  margin-top: 36px;
  font-size: 16px;
  color: #555;
}
.productBlock .w1620 .list::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  transition: background 0.5s;
  width: 100%;
  height: 1px;
  background: #eaeaea;
}

.markBlock .w1620 {
  display: flex;
  flex-wrap: wrap;
  padding-top: 65px;
  padding-bottom: 100px;
}
.markBlock .w1620 .list {
  position: relative;
  width: calc((100% - 70px) / 3);
  margin-left: 35px;
  margin-top: 35px;
}
.markBlock .w1620 .list .img {
  overflow: hidden;
  height: 100%;
  font-size: 0;
}
.markBlock .w1620 .list .img img {
  transition: transform 0.5s;
  transform: scale(1);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.markBlock .w1620 .list .img img:last-child {
  display: none;
}
.markBlock .w1620 .list .posi {
  position: absolute;
  bottom: 21px;
  width: 100%;
  padding: 0 35px;
}
.markBlock .w1620 .list .posi .en {
  font-family: SpaceGrotesk-Light;
  font-size: 16px;
  color: #fff;
  opacity: 0.8;
}
.markBlock .w1620 .list .posi .tit {
  margin-top: -3px;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
}
.markBlock .w1620 .list .posi .link {
  margin-top: 4px;
  font-size: 16px;
  color: #fff;
  opacity: 0.6;
}
.markBlock .w1620 .list .num {
  position: absolute;
  right: 30px;
  bottom: 21px;
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 50%);
  -webkit-background-clip: text;
  font-family: SpaceGrotesk-Regular;
  font-size: 40px;
  line-height: 1;
  color: transparent;
  opacity: 0.5;
}
.markBlock .w1620 .list:first-child {
  width: calc(100% - (100% - 70px) / 3 - 35px);
  margin-left: 0;
}
.markBlock .w1620 .list:nth-child(3n+3) {
  margin-left: 0;
}

@media (any-hover: hover) {
  .productBlock .w1620 .list:hover .img img {
    transform: scale(1.1);
  }
  .productBlock .w1620 .list:hover .link {
    color: #e40b21;
  }
  .productBlock .w1620 .list:hover::after {
    background: #e40b21;
  }
}
@media (max-width: 1080px) {
  .productBlock .w1620 {
    padding-top: 10px;
    padding-bottom: 40px;
  }
  .productBlock .w1620 .list {
    margin-top: 30px;
  }
  .productBlock .w1620 .list .link {
    margin-top: 30px;
  }
  .markBlock .w1620 {
    justify-content: space-between;
    padding: 10px 0 40px;
  }
  .markBlock .w1620 .list {
    width: calc((100% - 30px) / 2) !important;
    margin-left: 0;
    margin-top: 30px;
  }
  .markBlock .w1620 .list .img {
    min-height: 260px;
  }
  .markBlock .w1620 .list .img img {
    display: none;
  }
  .markBlock .w1620 .list .img img:last-child {
    display: block;
  }
  .markBlock .w1620 .list .posi {
    padding: 0 30px;
  }
  .markBlock .w1620 .list .num {
    display: none;
  }
}
@media (max-width: 500px) {
  .productBlock .w1620 .list {
    width: 100%;
    padding-bottom: 20px;
  }
  .productBlock .w1620 .list .title {
    margin-top: 15px;
    font-size: 20px;
    font-weight: bold;
  }
  .productBlock .w1620 .list .tips {
    font-size: 14px;
  }
  .productBlock .w1620 .list .link {
    font-size: 14px;
    margin-top: 10px;
  }
  .markBlock .w1620 .list {
    width: 100% !important;
  }
  .markBlock .w1620 .list .posi {
    padding: 0 20px;
  }
  .markBlock .w1620 .list .posi .en {
    font-size: 14px;
  }
  .markBlock .w1620 .list .posi .tit {
    margin-top: 6px;
    font-size: 16px;
    font-weight: bold;
  }
  .markBlock .w1620 .list .posi .link {
    margin-top: 10px;
    font-size: 14px;
  }
}/*# sourceMappingURL=core.css.map */