﻿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 .products-door {
  color: #5781FF;
}

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;
  position: relative;
}

body #container .product-top-pallet {
  width: 100%;
  max-width: 100%;
  height: 400px;
  background: #FFF;
  position: relative;
  z-index: 500;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 80px;
}

/*@media screen and (max-height: 667px) {
  body #container .product-top-pallet {
    height: 200px;
  }
}*/

body #container .product-top-pallet .top-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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-right: 300px;
  margin-left: 50px;
}

@media screen and (max-width: 768px) {
  body #container .product-top-pallet .top-box {
    margin-right: 200px;
  }
}

@media screen and (max-width: 576px) {
  body #container .product-top-pallet .top-box {
    margin: 0 20px;
  }
}

body #container .product-top-pallet .top-box .logo-box {
  width: 70px;
  height: auto;
}

@media screen and (max-width: 768px) {
  body #container .product-top-pallet .top-box .logo-box {
    width: 60px;
  }
}

body #container .product-top-pallet .top-box .logo-box img {
  max-width: 100%;
  width: 100%;
}

body #container .product-top-pallet .top-box .title-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

body #container .product-top-pallet .top-box .title-box .title-left-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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

body #container .product-top-pallet .top-box .title-box .title-left-box .title-zh-cn {
  color: #322D47;
  font-size: 32px;
  font-family: PingFang SC;
  font-weight: 900;
  margin-top: 16px;
}

@media screen and (max-width: 768px) {
  body #container .product-top-pallet .top-box .title-box .title-left-box .title-zh-cn {
    font-size: 26px;
  }
}

body #container .product-top-pallet .top-box .title-box .title-left-box .title-en {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 900;
  color: #322D47;
  margin-top: 5px;
}

@media screen and (max-width: 768px) {
  body #container .product-top-pallet .top-box .title-box .title-left-box .title-en {
    font-size: 14px;
  }
}

body #container .product-top-pallet .top-box .title-box .button {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 144px;
  height: 48px;
  border-radius: 5px;
  background: #262235;
  margin-left: 50px;
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  cursor: pointer;
}

body #container .product-top-pallet .top-box .title-box .button a{
    color: #FFFFFF;
    text-decoration: none;
}

@media screen and (max-width: 768px) {
  body #container .product-top-pallet .top-box .title-box .button {
    font-size: 16px;
    height: 40px;
    margin-left: 20px;
  }
}

body #container .product-top-pallet .top-box .title-box .button:hover {
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
  -webkit-box-shadow: 0px 15px 20px -15px rgba(38, 34, 51, 0.4);
          box-shadow: 0px 15px 20px -15px rgba(38, 34, 51, 0.4);
}

body #container .product-top-pallet .top-box .title-en-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 46px;
  font-family: Manrope;
  font-weight: 900;
  margin-top: 15px;
}

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

body #container .product-banner {
  width: 100%;
  max-width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  z-index: 400;
  background: #000;
}

body #container .product-banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

body #container .product-content-container {
  width: 100%;
  max-width: 100%;
  height: 2000px;
  background: #fff;
  position: relative;
  z-index: 501;
  top: 400px;
}

body #container .product-content-container .what-is-pallet {
  width: 800px;
  max-width: 90%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 100px;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

body #container .product-content-container .what-is-pallet .title {
  color: #000;
  font-size: 28px;
  font-family: PingFang SC;
  font-weight: 900;
  margin-bottom: 30px;
  max-width: 100%;
}

body #container .product-content-container .what-is-pallet .text {
  width: 100%;
  max-width: 100%;
  color: rgba(0, 0, 0, 0.5);
  font-size: 18px;
  font-family: PingFang SC;
  margin-bottom: 30px;
  line-height: 35px;
}

body #container .product-content-container .what-is-pallet .see-more {
  font-size: 16px;
  color: #5781FF;
  margin-bottom: 120px;
}

body #container .product-content-container .what-is-pallet .ad-box {
  width: 100%;
  max-width: 100%;
  height: 260px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  margin-bottom: 120px;
}

body #container .product-content-container .what-is-pallet .ad-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

body #container .product-content-container .what-is-pallet .ad-box .ad-content-box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  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 .product-content-container .what-is-pallet .ad-box .ad-content-box .ad-text {
  font-size: 18px;
  font-family: PingFang SC;
  color: #FFF;
  font-weight: 300;
  width: 90%;
  text-align: center;
  max-height: 150px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

@media screen and (max-width: 768px) {
  body #container .product-content-container .what-is-pallet .ad-box .ad-content-box .ad-text {
    width: 80%;
  }
}

body #container .product-content-container .what-is-pallet .ad-box .ad-content-box .button {
  width: 170px;
  height: 40px;
  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;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 3px;
  margin-top: 30px;
  -webkit-box-shadow: 0px 12px 20px -5px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 12px 20px -5px rgba(0, 0, 0, 0.06);
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  cursor: pointer;
}

body #container .product-content-container .what-is-pallet .ad-box .ad-content-box .button:hover {
  -webkit-box-shadow: 0px 20px 40px -10px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 20px 40px -10px rgba(0, 0, 0, 0.3);
  background: white;
}

body #container .product-content-container .what-is-pallet .ad-box .ad-content-box .button p {
  color: #5EB085;
  font-size: 14px;
  font-weight: 600;
}

body #container .product-content-container .merit-pallet {
  width: 100%;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 120px;
  background: #18151F;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body #container .product-content-container .merit-pallet .merit-title-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: 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: 800px;
  max-width: 90%;
  margin-bottom: 90px;
}

body #container .product-content-container .merit-pallet .merit-title-box .title {
  color: #FFF;
  font-size: 28px;
  font-family: PingFang SC;
  font-weight: 600;
  margin-bottom: 30px;
  max-width: 100%;
}

body #container .product-content-container .merit-pallet .merit-title-box .text {
  width: 100%;
  max-width: 100%;
  color: rgba(255, 255, 255, 0.5);
  font-size: 18px;
  font-family: PingFang SC;
  margin-bottom: 30px;
  line-height: 35px;
}

body #container .product-content-container .merit-pallet .merit-content-grid {
  width: 1100px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 120px;
}

@media screen and (max-width: 576px) {
  body #container .product-content-container .merit-pallet .merit-content-grid {
    padding: 0 15px;
    padding-bottom: 60px;
  }
}

body #container .product-content-container .merit-pallet .merit-content-grid .item-6 {
  width: 50%;
}

body #container .product-content-container .merit-pallet .merit-content-grid .item-12 {
  width: 100%;
}

body #container .product-content-container .merit-pallet .merit-content-grid .item-box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px;
  min-width: 420px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media screen and (max-width: 576px) {
  body #container .product-content-container .merit-pallet .merit-content-grid .item-box {
    min-width: 300px;
  }
}

body #container .product-content-container .merit-pallet .merit-content-grid .item-box .item {
  width: 100%;
  max-width: 100%;
  height: 420px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  border-radius: 5px;
}

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

body #container .product-content-container .merit-pallet .merit-content-grid .item-box .item .item-content-box {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 50px;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(21, 21, 26, 0.7);
  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 .product-content-container .merit-pallet .merit-content-grid .item-box .item .item-content-box .item-icon-box {
  width: 36px;
  height: auto;
  margin-bottom: 20px;
}

body #container .product-content-container .merit-pallet .merit-content-grid .item-box .item .item-content-box .item-icon-box img {
  width: 100%;
}

body #container .product-content-container .merit-pallet .merit-content-grid .item-box .item .item-content-box .item-title {
  color: #FFF;
  font-size: 20px;
  font-family: PingFang SC;
  font-weight: 600;
}

body #container .product-content-container .merit-pallet .merit-content-grid .item-box .item .item-content-box .item-text {
  color: rgba(255, 255, 255, 0.8);
  font-size: 17px;
  font-family: PingFang SC;
  margin-top: 60px;
  width: 100%;
  max-width: 100%;
  text-align: justify;
  line-height: 28px;
}

body #container .product-content-container .form-pallet {
  width: 100%;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 70px;
  background: #111014;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body #container .product-content-container .form-pallet .form-main {
  width: 100%;
  max-width: 100%;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body #container .product-content-container .form-pallet .title {
  color: #FFF;
  font-size: 28px;
  font-family: PingFang SC;
  font-weight: 600;
  margin-bottom: 50px;
  max-width: 100%;
}

body #container .product-content-container .form-pallet .form-box-title {
  width: 1120px;
  -webkit-box-sizing: border-box;
          box-sizing: border-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: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  height: 50px;
  max-width: 90%;
}

body #container .product-content-container .form-pallet .form-box-title .title-item {
  width: 20%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body #container .product-content-container .form-pallet .form-box-title .title-item p {
  color: #fff;
  font-weight: 600;
  font-family: PingFang SC;
  font-size: 20px;
}

@media screen and (max-width: 576px) {
  body #container .product-content-container .form-pallet .form-box-title .title-item p {
    font-size: 14px;
  }
}

body #container .product-content-container .form-pallet .form-box-title .line {
  height: 100%;
  width: 1px;
  background: rgba(255, 255, 255, 0.2);
}

body #container .product-content-container .form-pallet .form-box-title .grow {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

body #container .product-content-container .form-pallet .form-box-content {
  width: 1120px;
  -webkit-box-sizing: border-box;
          box-sizing: border-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: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  height: 100px;
  margin-top: -1px;
  max-width: 90%;
}

body #container .product-content-container .form-pallet .form-box-content .content-item {
  width: 20%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  height: 100%;
}

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

@media screen and (max-width: 768px) {
  body #container .product-content-container .form-pallet .form-box-content .content-item img {
    max-width: 100%;
    height: auto;
  }
}

body #container .product-content-container .form-pallet .form-box-content .content-item p {
  color: #fff;
  font-weight: 300;
  font-family: PingFang SC;
  font-size: 14px;
  text-align: center;
}

@media screen and (max-width: 576px) {
  body #container .product-content-container .form-pallet .form-box-content .content-item p {
    font-size: 12px;
  }
}

body #container .product-content-container .form-pallet .form-box-content .no-padding {
  padding: 0;
}

body #container .product-content-container .form-pallet .form-box-content .line {
  height: 100%;
  width: 1px;
  background: rgba(255, 255, 255, 0.2);
}

body #container .product-content-container .form-pallet .form-box-content .grow {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

body #container .product-content-container .form-pallet .form-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 220px;
  height: 60px;
  border: 1PX solid rgba(255, 255, 255, 0.2);
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  cursor: pointer;
  margin-bottom: 70px;
}

body #container .product-content-container .form-pallet .form-button:hover {
  border: 1PX solid white;
}

body #container .product-content-container .form-pallet .form-button:hover p {
  color: #FFF;
}

body #container .product-content-container .form-pallet .form-button p {
  font-size: 20px;
  font-weight: 300;
  font-family: PingFang SC;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
/*# sourceMappingURL=product_facepay.css.map */

.mini-pallet {
    width: 1170px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.merit-pallet .mini-main {
    display: flex;
    flex-direction: row;
    padding-left: 150px;
}
.merit-pallet .mini-main p{
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    font-size: 28px;
    font-family: PingFang SC, PingFang SC-Heavy;
    font-weight: 800;
    text-align: left;
    color: #ffffff;
    letter-spacing: 1px;
}
.mini-applet-main-img {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 60px 0;
}
.mini-applet-desc {
    width: 800px;
    padding: 30px 0 0 150px;
    font-size: 18px;
    font-family: PingFang SC, PingFang SC-Medium;
    font-weight: 500;
    text-align: left;
    color: rgba(255,255,255,0.7);
    line-height: 40px;
    letter-spacing: 0px;
}
.mini-applet-desc2 {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.mini-applet-desc2 p{
    width: 946px;
    font-size: 15px;
    font-family: PingFang SC, PingFang SC-Medium;
    font-weight: 500;
    text-align: left;
    color: rgba(255,255,255,0.7);
    line-height: 28px;
    letter-spacing: 0px;
}
.mini-product {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.mini-product-item {
    width: 570px;
    height: 530px;
    background: #423d4d;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
}
.mini-product-item-img {
    width: 218px;
    height: 470px;
    padding: 30px;
}
.mini-product-item-body{
    padding: 30px 30px 30px 0;
    position: relative;
}
.mini-product-item-body-top {
    display: flex;
    flex-direction: row;
    padding-bottom: 20px;
}
.mini-product-item-body-top p{
    font-size: 22px;
    font-family: PingFang SC, PingFang SC-Bold;
    font-weight: 700;
    text-align: left;
    height: 50px;
    line-height: 50px;
    color: #ffffff;
    padding-left: 10px;
}
.mini-product-item-body-text{
    font-size: 14px;
    font-family: PingFang SC, PingFang SC-Medium;
    font-weight: 500;
    text-align: left;
    color: #b3b1b7;
    line-height: 28px;
    letter-spacing: 0px;
}
.mini-product-pre {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.mini-product-btn {
    position: absolute;
    bottom: 30px;
    width: 180px;
    height: 46px;
    background: #4d65b7;
    border: 1px solid #5781ff;
    border-radius: 23px;
    color: #FFFFFF;
}
.mini-product-btn:hover {
    background: #5781ff;
}
.mini-qrcode {
    position: absolute;
    left: 52px;
    bottom: 96px;
    width: 160px;
    height: 160px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 20px 36px 0px rgba(20,18,26,0.3);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.mini-polygon {
    width: 24px;
    height: 14px;
    position: absolute;
    bottom: 86px;
    left:120px;
}

.mini-applet-main-img img {
    width: 989px;
    height: 552px;
}

.mini-product-item-body-top-img {
    width: 50px;
    height: 50px;
}

@media screen and (max-width:768px){
    .mini-pallet{width: 100%;}
    .merit-pallet .mini-main {width:100%;justify-content: center;padding: 0;}
    .mini-applet-desc {width: 100%;box-sizing: border-box;font-size: 14px;padding: 30px 20px 0 20px;line-height: 30px;}
    .mini-applet-main-img img {width: 330px;height: 184px;}
    .mini-applet-desc2 p {width: 100%;box-sizing: border-box;font-size: 14px;padding: 30px 20px 0 20px;line-height: 30px;}
    .mini-product {flex-wrap: wrap;justify-content: center;padding-bottom: 0;}
    .mini-product-item {width: 96%;height: auto;margin-top: 20px;}
    .mini-product-item-img {width: 163px;height: 352px;padding: 15px;}
    .mini-product-item-body{padding: 15px 15px 15px 0;}
    .mini-product-item-body-text {font-size: 12px;line-height: 20px;}
    .mini-product-item-body-top-img {width: 30px;height: 30px;}
    .mini-product-item-body-top p{font-size: 16px;height: 30px;line-height: 30px;}
    .mini-qrcode {left: 0px;}
    .mini-polygon {left: 67px;}
    .mini-product-btn {width: 100px; height: 34px;font-size: 14px;}
    body #container .product-content-container .form-pallet .form-box-content .content-item{padding: 5px}
    body #container .product-content-container .form-pallet .form-box-content .content-item p {
        font-size: 12px;
    }
    body #container .product-content-container .form-pallet .form-box-title .title-item p{font-size: 14px;}
}