@font-face {
  font-family: 'BOXING';
  src: url("/homepage/dep/fonts/BOXING.otf");
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
a {
  color: inherit;
}
.en-normal-layout {
  margin: 0 auto;
  min-width: 1000px;
}
.en-normal-layout .leaflet {
  height: 800px;
  background-image: -webkit-gradient(linear, left top, right top, from(#00071f), to(#00071c));
  background-image: -webkit-linear-gradient(left, #00071f, #00071c);
  background-image: -moz- oldlinear-gradient(left, #00071f, #00071c);
  background-image: linear-gradient(to right, #00071f, #00071c);
}
.en-normal-layout .leaflet .container {
  height: 100%;
  max-width: 1920px;
  background: url("../img/index/en/leaflet-en_f79d177317.png");
  background-size: cover;
  background-position: center;
  margin: 0 auto;
  position: relative;
}
.en-normal-layout .leaflet .slogn {
  position: absolute;
  top: 159px;
  left: 8.8%;
}
.en-normal-layout .leaflet .slogn .title {
  font-family: BOXING;
  color: #fff;
  font-size: 72px;
  line-height: 84px;
  letter-spacing: 2.4px;
}
.en-normal-layout .leaflet .slogn .title span {
  color: #006fff;
}
.en-normal-layout .leaflet .slogn .desc {
  margin-top: 20px;
  font-family: Roboto, Roboto-Medium;
  font-weight: 500;
  text-align: left;
  color: #fff;
  line-height: 24px;
}
.en-normal-layout .leaflet .background-img {
  position: absolute;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.en-normal-layout .leaflet .background-img.animated {
  -webkit-animation: move 2s;
          animation: move 2s;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.en-normal-layout .leaflet .background-img.bg-01 {
  top: 125px;
  left: 67.2%;
  width: 232px;
  height: 163px;
}
.en-normal-layout .leaflet .background-img.bg-02 {
  top: 245px;
  left: 50.1%;
  width: 184px;
  height: 219px;
}
.en-normal-layout .leaflet .background-img.bg-03 {
  top: 334px;
  left: 78.7%;
  width: 206px;
  height: 170px;
}
.en-normal-layout .leaflet .background-img.bg-04 {
  top: 470px;
  left: 65.6%;
  width: 196px;
  height: 121px;
}
.en-normal-layout .product-container {
  width: 1140px;
  margin: 82px auto 100px;
}
.en-normal-layout .product-container .title {
  font-size: 52px;
  font-family: BOXING;
  text-align: center;
  color: #000;
  line-height: 60px;
  margin-bottom: 60px;
}
.en-normal-layout .product-container .title span {
  color: #006fff;
}
.en-normal-layout .product-container .product-category {
  margin-top: 60px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  color: #000;
}
.en-normal-layout .product-container .product-category .sub-title {
  width: 100%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-size: 32px;
  font-family: BOXING;
  text-align: center;
  line-height: 60px;
  margin-bottom: 20px;
}
.en-normal-layout .product-container .product-category .product-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 360px;
  height: 247px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 30px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
}
.en-normal-layout .product-container .product-category .product-item:hover {
  -webkit-transform: translateY(-10px);
     -moz-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
}
.en-normal-layout .product-container .product-category .product-item .product-img {
  width: 360px;
  height: 203px;
  background-image: url("../img/index/en/product_e8bc7fbac4.png");
  background-size: 360px 1620px;
}
.en-normal-layout .product-container .product-category .product-item .product-img-01 {
  background-position: 0 0;
}
.en-normal-layout .product-container .product-category .product-item .product-img-02 {
  background-position: 0 -202.5px;
}
.en-normal-layout .product-container .product-category .product-item .product-img-03 {
  background-position: 0 -405px;
}
.en-normal-layout .product-container .product-category .product-item .product-img-04 {
  background-position: 0 -607.5px;
}
.en-normal-layout .product-container .product-category .product-item .product-img-05 {
  background-position: 0 -810px;
}
.en-normal-layout .product-container .product-category .product-item .product-img-06 {
  background-position: 0 -1012.5px;
}
.en-normal-layout .product-container .product-category .product-item .product-img-07 {
  background-position: 0 -1215px;
}
.en-normal-layout .product-container .product-category .product-item .product-img-08 {
  background-position: 0 -1417.5px;
}
.en-normal-layout .product-container .product-category .product-item .product-name {
  font-size: 20px;
  font-family: Roboto, Roboto-Medium;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
}
.en-normal-layout .product-container .product-category .product-item:nth-of-type(1) {
  margin-left: 0;
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  20% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  50% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  80% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
       -moz-transform: rotate(0);
            transform: rotate(0);
  }
  20% {
    -webkit-transform: rotate(-2deg);
       -moz-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  50% {
    -webkit-transform: rotate(0);
       -moz-transform: rotate(0);
            transform: rotate(0);
  }
  80% {
    -webkit-transform: rotate(2deg);
       -moz-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  100% {
    -webkit-transform: rotate(0);
       -moz-transform: rotate(0);
            transform: rotate(0);
  }
}
@-webkit-keyframes move {
  0%, 100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(var(--randX), var(--randY));
            transform: translate(var(--randX), var(--randY));
  }
}
@keyframes move {
  0%, 100% {
    -webkit-transform: translate(0, 0);
       -moz-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(var(--randX), var(--randY));
       -moz-transform: translate(var(--randX), var(--randY));
            transform: translate(var(--randX), var(--randY));
  }
}
