<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@-webkit-keyframes productMoreArrow {
  0% {
    transform: translate(-0.088542rem, 0);
  }

  to {
    transform: translate(0, 0);
  }
}

@keyframes productMoreArrow {
  0% {
    transform: translate(-0.088542rem, 0);
  }

  to {
    transform: translate(0, 0);
  }
}

.module-2 {
  padding: 0.260417rem;
  background: #f2f3f5;
}

.module-2 .module-2-desc,
.module-2 .module-2-title {
  margin: 0 auto;
  margin-bottom: 0.0625rem;
  width: 1.953125rem;
  line-height: 0.161458rem;
  text-align: center;
  color: #000;
  font-size: 0.114583rem;
}

.module-2 .module-2-desc {
  margin-bottom: 0.15625rem;
  line-height: 0.078125rem;
  color: #777;
  font-size: 0.041667rem;
}

.module-2 .module-2-desc.module-2-desc-en {
  width: 2.161458rem;
}

.module-2 .module-2-main {
  margin-right: -0.065104rem;
}

.module-2 .module-2-main::after {
  content: "";
  display: block;
  clear: both;
}

.module-2 .module-2-main .module-2-item {
  position: relative;
  float: left;
  margin: 0 0.0625rem 0.0625rem 0;
  width: 1.033854rem;
  height: 0.625rem;
  overflow: hidden;
}

.module-2 .module-2-main .module-2-item:nth-child(1) .module-2-item-hidden {
  max-width: 1.302083rem;
}

.module-2 .module-2-main .module-2-item:hover .module-2-item-img img {
  transform: scale(1.05);
}

.module-2 .module-2-main .module-2-item:hover .module-2-item-mask {
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.module-2 .module-2-main .module-2-item:hover .module-2-item-name {
  transform: translate(0, -0.09375rem);
}

.module-2
  .module-2-main
  .module-2-item:hover.module-2-item-line1
  .module-2-item-name {
  transform: translate(0, -0.1953rem);
}

.module-2
  .module-2-main
  .module-2-item:hover.module-2-item-line2
  .module-2-item-name {
  transform: translate(0, -0.3125rem);
}

.module-2
  .module-2-main
  .module-2-item:hover.module-2-item-line3
  .module-2-item-name {
  transform: translate(0, -0.260417rem);
}

.module-2
  .module-2-main
  .module-2-item:hover.module-2-item-line4
  .module-2-item-name {
  transform: translate(0, -0.34375rem);
}

.module-2 .module-2-main .module-2-item:hover .module-2-item-hidden {
  opacity: 1;
  transform: translate(0.0625rem, 0);
}

.module-2 .module-2-main .module-2-item:hover .module-2-viewmore-wrapper {
  -webkit-animation: productMoreArrow 1s ease infinite;
  animation: productMoreArrow 1s ease infinite;
}

.module-2 .module-2-main .module-2-item .module-2-item-img {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.module-2 .module-2-main .module-2-item .module-2-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.4s linear;
}

.module-2 .module-2-main .module-2-item .module-2-item-mask {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 30%;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.4s ease;
}

.module-2 .module-2-main .module-2-item .module-2-item-name {
  position: absolute;
  left: 0.0625rem;
  bottom: 0.0625rem;
  line-height: 0.072917rem;
  color: #fff;
  font-size: 0.052083rem;
}

.module-2
  .module-2-main
  .module-2-item
  .module-2-item-name.module-2-item-name-en {
  padding: 0 0.0625rem 0 0;
}

.module-2 .module-2-main .module-2-item .module-2-item-hidden {
  position: absolute;
  left: 0;
  bottom: 0;
  padding-right: 0.0625rem;
  padding-bottom: 0.0625rem;
  box-sizing: content-box;
  max-width: 0.911458rem;
  opacity: 0;
  transform: translate(-100%, 0);
  transition: all 0.4s ease-out;
}

.module-2
  .module-2-main
  .module-2-item
  .module-2-item-hidden
  .module-2-item-desc {
  padding: 0.03125rem 0 0.041667rem;
  box-sizing: content-box;
  line-height: 0.052083rem;
  color: #fff;
  font-size: 0.036458rem;
  font-weight: 300;
  font-family: PingFangSC-Light, PingFang SC;
}

.module-2
  .module-2-main
  .module-2-item
  .module-2-item-hidden
  .module-2-item-arrow {
  width: 0.0625rem;
  height: 0.052083rem;
  overflow: hidden;
}

.module-2
  .module-2-main
  .module-2-item
  .module-2-item-hidden
  .module-2-item-arrow
  .module-2-viewmore-wrapper {
  width: 0.151042rem;
  height: 0.052083rem;
  display: flex;
}

.module-2
  .module-2-main
  .module-2-item
  .module-2-item-hidden
  .module-2-item-arrow
  .module-2-viewmore-wrapper
  img {
  width: 0.0625rem;
  height: 0.041667rem;
  -o-object-fit: cover;
  object-fit: cover;
}

.module-2
  .module-2-main
  .module-2-item
  .module-2-item-hidden
  .module-2-item-arrow
  .module-2-viewmore-wrapper
  img:first-child {
  margin-right: 0.026042rem;
}

.module-2-mobile {
  display: none;
}

@media screen and (max-width: 767px) {
  .module-2 {
    display: none;
  }

  .module-2-mobile {
    display: block;
  }

  .module-2-mobile .module-2-header {
    padding: 0.48rem 0;
  }

  .module-2-mobile .module-2-header .module-2-header-title {
    margin-bottom: 0.08rem;
    line-height: 0.37rem;
    text-align: center;
    color: #000;
    font-size: 0.26rem;
  }

  .module-2-mobile .module-2-header .module-2-header-desc {
    margin-bottom: 0.24rem;
    line-height: 0.24rem;
    padding: 0 0.24rem;
    text-align: center;
    color: #777;
    font-size: 0.12rem;
  }
  .module-2-mobile .module-2-main {
    padding: 0 0.24rem;
    margin-bottom: 0.6rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  .module-2-mobile .module-2-main .module-2-item {
    flex: 0 0 50%;
    max-width: 48%;
    margin: 2% 0;
    height: 1.3rem;
    background-color: #777;
  }
  .module-2-mobile .module-2-main .module-2-item .module-2-item-inner {
    position: relative;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .module-2-mobile
    .module-2-main
    .module-2-item
    .module-2-item-inner
    .module-2-item-name {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 5%;
    height: 40%;
    font-size: 0.16rem;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.3);
  }
  .module-2-mobile
    .module-2-main
    .module-2-item:nth-child(1)
    .module-2-item-inner {
    background-image: url("http://cdn.kersedsafe.com/images/product/p-5.png");
  }
  .module-2-mobile
    .module-2-main
    .module-2-item:nth-child(2)
    .module-2-item-inner {
    background-image: url("http://cdn.kersedsafe.com/images/product/p-6.jpg");
  }
  .module-2-mobile
    .module-2-main
    .module-2-item:nth-child(3)
    .module-2-item-inner {
    background-image: url("http://cdn.kersedsafe.com/images/product/p-2.jpg");
  }
  .module-2-mobile
    .module-2-main
    .module-2-item:nth-child(4)
    .module-2-item-inner {
    background-image: url("http://cdn.kersedsafe.com/images/product/p-3.jpg");
  }
  .module-2-mobile
    .module-2-main
    .module-2-item:nth-child(5)
    .module-2-item-inner {
    background-image: url("http://cdn.kersedsafe.com/images/product/p-4.jpg");
  }
  .module-2-mobile
    .module-2-main
    .module-2-item:nth-child(6)
    .module-2-item-inner {
    background-image: url("http://cdn.kersedsafe.com/images/product/p-1.jpg");
  }
}
</pre></body></html>