﻿body {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: auto;
  background: white;
  height: 100vh;
  max-height: 100vh;
  width: 100vw;
  max-width: 100vw;
}

body #container {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100vw;
  max-width: 100vw;
  height: 100vh;
  max-height: 100vh;
  overflow-y: auto;
}

body #container .products-grid-pallet {
  width: 1120px;
  max-width: 85%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 180px;
  margin-bottom: 120px;
}

@media screen and (max-width: 768px) {
  body #container .products-grid-pallet {
    margin-bottom: 50px;
  }
}

body #container .products-grid-pallet .products-logo-box {
  width: 98px;
  height: auto;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  body #container .products-grid-pallet .products-logo-box {
    width: 80px;
  }
}

body #container .products-grid-pallet .products-title {
  color: #5781FF;
  font-size: 42px;
  font-family: PingFang SC;
  font-weight: 900;
  line-height: 60px;
}

@media screen and (max-width: 768px) {
  body #container .products-grid-pallet .products-title {
    font-size: 36px;
  }
}

body #container .products-grid-pallet .products-title-en {
  color: #322D47;
  font-size: 23px;
  font-family: PingFang SC;
  font-weight: 900;
  line-height: 32px;
  margin: 5px 0;
}

@media screen and (max-width: 768px) {
  body #container .products-grid-pallet .products-title-en {
    font-size: 18px;
  }
}

body #container .products-grid-pallet .products-grid-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  padding-top: 60px;
}

@media screen and (max-width: 768px) {
  body #container .products-grid-pallet .products-grid-box {
    padding-top: 40px;
  }
}

body #container .products-grid-pallet .products-grid-box .products-item-box {
  padding: 30px 30px 0 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
  width: 33.33%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 320px;
}
body #container .products-grid-pallet .products-grid-box .products-item-box:nth-child(3n+3) {
  padding-right: 0;
}

@media screen and (max-width: 768px) {
  body #container .products-grid-pallet .products-grid-box .products-item-box {
    padding: 20px 0;
  }
  body #container .products-grid-pallet .products-grid-box .products-item-box {
    width: 100%;
  }
}

body #container .products-grid-pallet .products-grid-box .products-item-box .products-item {
  width: 100%;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}

body #container .products-grid-pallet .products-grid-box .products-item-box .products-item-img{
  width: 100%;
  height: 235px;
  overflow: hidden;
}

body #container .products-grid-pallet .products-grid-box .products-item-box .products-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

body #container .products-grid-pallet .products-grid-box .products-item-box .products-item .item-text-box {
  width: 100%;
  height: 140px;
  background: #403D4D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
}

@media screen and (max-width: 768px) {
  body #container .products-grid-pallet .products-grid-box .products-item-box .products-item .item-text-box {
    padding: 20px;
  }
}

body #container .products-grid-pallet .products-grid-box .products-item-box .products-item .item-content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body #container .products-grid-pallet .products-grid-box .products-item-box .products-item .products-item-icon {
  width: 68px;
  height: 68px;
}

body #container .products-grid-pallet .products-grid-box .products-item-box .products-item .products-item-icon img {
  width: 100%;
  height: 100%;
}

body #container .products-grid-pallet .products-grid-box .products-item-box .products-item .item-title {
  font-size: 18px;
  font-family: PingFang SC;
  color: #FFFFFF;
  font-weight: 900;
  margin: 0 0 5px 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 300px;
  text-align: center;
}

body #container .products-grid-pallet .products-grid-box .products-item-box .products-item .item-sub-title {
  font-size: 14px;
  font-family: PingFang SC;
  color: rgba(255,255,255,.7);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 300px;
  text-align: center;
}

body #container .products-grid-pallet .products-grid-box .products-item-box .products-item .item-goto-button {
  width: 100%;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 3px;
  font-size: 14px;
  -webkit-backdrop-filter: saturate(150%) blur(15px);
          backdrop-filter: saturate(150%) blur(15px);
  cursor: pointer;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

body #container .products-grid-pallet .products-grid-box .products-item-box .products-item .xxfacepay {
  background: rgba(255, 255, 255, 0.10);
  border: #ffffff solid 1px;
  color: #ffffff;
  font-weight: 300;
  font-family: "PingFang SC";
}

body #container .products-grid-pallet .products-grid-box .products-item-box .products-item .xxfacepay:hover {
  background: rgba(255, 255, 255, 1);
  color: #322D47;
  font-weight: 600;
}

body #container .products-grid-pallet .products-grid-box .products-item-box .products-item .xxpaysystem {
  background: rgba(205, 138, 255, 0.15);
  border: #dcaeff solid 1px;
  color: #DCAEFF;
  font-weight: 300;
}

body #container .products-grid-pallet .products-grid-box .products-item-box .products-item .xxpaysystem:hover {
  background: rgba(205, 138, 255, 0.5);
  color: #fff;
}

body #container .products-grid-pallet .products-grid-box .products-item-box .products-item .xxqrcode {
  background: rgba(255, 171, 158, 0.15);
  border: #ffab9e solid 1px;
  color: #FFAB9E;
  font-weight: 300;
}

body #container .products-grid-pallet .products-grid-box .products-item-box .products-item .xxqrcode:hover {
  background: rgba(255, 171, 158, 0.5);
  color: #fff;
}

body #container .products-grid-pallet .products-grid-box .products-item-box .products-item .xxapplet {
  background: rgba(117, 255, 162, 0.15);
  border: #75ffa2 solid 1px;
  color: #75FFA2;
  font-weight: 300;
}

body #container .products-grid-pallet .products-grid-box .products-item-box .products-item .xxapplet:hover {
  background: rgba(117, 255, 162, 0.5);
  color: #fff;
}

body #container .products-grid-pallet .products-grid-box .products-item-box .products-item .xxsoftware {
  background: rgba(255, 190, 187, 0.15);
  border: #ffbebb solid 1px;
  color: #FFBEBB;
  font-weight: 300;
}

body #container .products-grid-pallet .products-grid-box .products-item-box .products-item .xxsoftware:hover {
  background: rgba(255, 190, 187, 0.5);
  color: #fff;
}

body #container .products-grid-pallet .products-grid-box .products-item-box .products-item .xxpaymentapp {
  background: rgba(255, 222, 146, 0.15);
  border: #ffde92 solid 1px;
  color: #FFDE92;
  font-weight: 300;
}

body #container .products-grid-pallet .products-grid-box .products-item-box .products-item .xxpaymentapp:hover {
  background: rgba(255, 222, 146, 0.5);
  color: #fff;
}

body #container .products-grid-pallet .products-grid-box .products-item-box .products-item .gepay {
  background: rgba(162, 255, 247, 0.15);
  border: #a2fff7 solid 1px;
  color: #A2FFF7;
  font-weight: 300;
}

body #container .products-grid-pallet .products-grid-box .products-item-box .products-item .gepay:hover {
  background: rgba(162, 255, 247, 0.5);
  color: #fff;
}
/*# sourceMappingURL=products.css.map */