body,
html {
  font-size: 14px;
  color: #001010;
  overflow-x: hidden;
}
.fpc-page .example-prefer-title {
  font-weight: bold;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fpc-page .example-prefer-title:after {
  display: inline-block;
  content: '';
  height: 2px;
  background: url("../images/highLevelBoard/line-bg.png") repeat-x center;
  flex: 1;
  margin-left: 50px;
}
.fpc-page .example-prefer-title .text {
  font-size: 34px;
}
.fpc-page .example-prefer-title .title-tag {
  font-size: 12px;
  color: #353535;
  position: absolute;
  bottom: -20px;
  left: 0;
  z-index: 1;
  letter-spacing: 2px;
  font-weight: normal;
}
.fpc-page .banner-module {
  background: url("../images/FPC/banner-bg.jpg") no-repeat center;
  width: 100%;
  height: 420px;
  min-width: 1400px;
  background-size: cover;
}
.fpc-page .hot-sale-module {
  background: url("../images/FPC/hot-sale-bg.png") no-repeat center;
  width: 100%;
  height: 800px;
  min-width: 1400px;
  background-size: cover;
  padding-top: 90px;
}
.fpc-page .hot-sale-module .hot-sale-box {
  margin-top: 160px;
  background: url("../images/FPC/sale-box-bg.png") no-repeat center;
  width: 100%;
  height: 465px;
  box-sizing: border-box;
  position: relative;
}
.fpc-page .hot-sale-module .hot-sale-box:after {
  clear: both;
  content: '';
  display: block;
}
.fpc-page .hot-sale-module .hot-sale-box .sale-item {
  float: left;
  width: 350px;
  height: 470px;
  border-radius: 16px;
  box-shadow: 0px -1px 20px 0px rgba(124, 127, 167, 0.04);
  overflow: hidden;
  position: relative;
  margin-left: 10px;
  margin-top: -36px;
}
.fpc-page .hot-sale-module .hot-sale-box .sale-item:first-of-type {
  margin-left: unset;
}
.fpc-page .hot-sale-module .hot-sale-box .sale-item:hover .sale-remit {
  height: 300px;
}
.fpc-page .hot-sale-module .hot-sale-box .sale-item:hover .price-bt {
  opacity: 1;
  visibility: visible;
  overflow: visible;
}
.fpc-page .hot-sale-module .hot-sale-box .sale-pic {
  width: 100%;
  height: 280px;
}
.fpc-page .hot-sale-module .hot-sale-box .sale-pic img {
  width: 100%;
  height: 100%;
  background-size: cover;
}
.fpc-page .hot-sale-module .hot-sale-box .sale-remit {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  padding: 19px 22px 24px;
  box-sizing: border-box;
  height: 190px;
  transition: height 0.3s ease-in-out;
}
.fpc-page .hot-sale-module .hot-sale-box .sale-title {
  font-size: 28px;
  font-weight: bold;
  position: relative;
  margin-bottom: 4px;
}
.fpc-page .hot-sale-module .hot-sale-box .sale-title:after {
  background: url("../images/FPC/sale-icon1.png") no-repeat center;
  width: 57px;
  height: 57px;
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: -14px;
}
.fpc-page .hot-sale-module .hot-sale-box .sale-mark {
  color: #FF7B0F;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  background: rgba(255, 218, 189, 0.16);
  border-radius: 4px;
  padding: 0 10px;
  margin-bottom: 8px;
}
.fpc-page .hot-sale-module .hot-sale-box .price-bt {
  margin-bottom: 6px;
  margin-top: -6px;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transition: opacity, visibility 0.3s ease-in-out;
}
.fpc-page .hot-sale-module .hot-sale-box .price-bt:after {
  clear: both;
  content: '';
  display: block;
}
.fpc-page .hot-sale-module .hot-sale-box .current-price {
  float: left;
}
.fpc-page .hot-sale-module .hot-sale-box .sale-des {
  color: #666666;
  line-height: 22px;
  height: 66px;
  max-height: 66px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.fpc-page .hot-sale-module .hot-sale-box .price-des {
  font-weight: 800;
  color: #FF7B0F;
}
.fpc-page .hot-sale-module .hot-sale-box .price-num {
  font-weight: 800;
  font-size: 34px;
  color: #FF7B0F;
}
.fpc-page .hot-sale-module .hot-sale-box .original-price {
  float: right;
  font-size: 16px;
  color: #555555;
  line-height: 26px;
  margin-top: 22px;
}
.fpc-page .hot-sale-module .hot-sale-box .original-price span {
  text-decoration: line-through;
}
.fpc-page .hot-sale-module .hot-sale-box .sale-btn {
  width: 306px;
  height: 56px;
  line-height: 56px;
  background: linear-gradient(0deg, #FF7B0F 0%, #FFAE6B 100%);
  border-radius: 8px;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.fpc-page .hot-sale-module .hot-sale-box .sale-btn:hover {
  background: linear-gradient(90deg, #FF7B0F 100%, #FFAE6B 0%);
}
.fpc-page .hot-sale-module .hot-sale-box .sell-order {
  float: left;
  width: 330px;
  height: 429px;
  padding: 50px 0 0;
  box-sizing: border-box;
}
.fpc-page .hot-sale-module .hot-sale-box .sell-order-title {
  font-weight: 800;
  font-size: 22px;
  line-height: 26px;
  padding-left: 42px;
}
.fpc-page .hot-sale-module .hot-sale-box .sell-order-title:before {
  background: url("../images/FPC/sale-icon3.png") no-repeat center;
  width: 22px;
  height: 22px;
  content: '';
  display: inline-block;
  margin-right: 12px;
  vertical-align: bottom;
}
.fpc-page .hot-sale-module .hot-sale-box .sell-table {
  margin-top: 30px;
  width: 100%;
}
.fpc-page .hot-sale-module .hot-sale-box .sell-table .title-sell {
  display: flex;
}
.fpc-page .hot-sale-module .hot-sale-box .sell-table .title-sell dt {
  height: 44px;
  line-height: 44px;
  color: #999999;
  box-sizing: border-box;
}
.fpc-page .hot-sale-module .hot-sale-box .sell-table .swiper-container {
  height: 264px;
}
.fpc-page .hot-sale-module .hot-sale-box .sell-table .sell-row {
  width: 100% !important;
  display: flex;
}
.fpc-page .hot-sale-module .hot-sale-box .sell-table .sell-row:nth-child(odd) {
  background: linear-gradient(90deg, rgba(254, 249, 244, 0.1) 0%, rgba(255, 123, 15, 0.1) 47%, rgba(253, 247, 242, 0.1) 100%);
}
.fpc-page .hot-sale-module .hot-sale-box .sell-table .sell-row:nth-child(even) {
  background: linear-gradient(90deg, rgba(254, 249, 244, 0.24) 0%, rgba(255, 123, 15, 0.24) 47%, rgba(253, 247, 242, 0.24) 100%);
}
.fpc-page .hot-sale-module .hot-sale-box .sell-table .sell-row div {
  height: 44px;
  line-height: 44px;
  color: #555555;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
}
.fpc-page .hot-sale-module .hot-sale-box .sell-table .time {
  min-width: 100px;
  padding-left: 16px;
  text-align: center;
}
.fpc-page .hot-sale-module .hot-sale-box .sell-table .name {
  min-width: 100px;
  text-align: left;
  padding-left: 16px;
}
.fpc-page .hot-sale-module .hot-sale-box .sell-table .tno {
  min-width: 130px;
  text-align: left;
}
.fpc-page .core-process-module {
  background: #F5F7FD;
  padding: 80px 0 50px;
}
.fpc-page .core-process-module .core-box {
  margin-top: 76px;
  height: 512px;
  position: relative;
}
.fpc-page .core-process-module .core-box:before {
  background: url("../images/FPC/core-bt-bg.png") no-repeat center;
  width: 100%;
  height: 96px;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.fpc-page .core-process-module .core-box:after {
  clear: both;
  content: '';
  display: block;
}
.fpc-page .core-process-module .core-item {
  float: left;
  width: 414px;
  height: 470px;
  margin-left: 32px;
  background-position: center;
  background-repeat: no-repeat;
  padding: 297px 20px 20px 84px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.fpc-page .core-process-module .core-item:hover {
  transform: translateY(-10px);
}
.fpc-page .core-process-module .core-item:first-of-type {
  margin-left: 46px;
}
.fpc-page .core-process-module .core-item dt {
  font-weight: bold;
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 10px;
}
.fpc-page .core-process-module .core-item dd {
  color: #666666;
  line-height: 22px;
  margin-top: 4px;
}
.fpc-page .core-process-module .core-item dd:before {
  width: 8px;
  height: 8px;
  content: '';
  display: inline-block;
  background-color: #FF7300;
  transform: rotate(45deg);
  vertical-align: middle;
  margin-bottom: 2px;
  margin-right: 14px;
}
.fpc-page .product-standard-module {
  padding: 80px 0 165px;
}
.fpc-page .product-standard-module .product-box {
  margin-top: 82px;
}
.fpc-page .product-standard-module .product-box:after {
  clear: both;
  content: '';
  display: block;
}
.fpc-page .product-standard-module .product-box .product-row {
  float: left;
  width: 692px;
  height: 390px;
  margin-left: 16px;
  padding: 266px 26px 0 26px;
  box-sizing: border-box;
  position: relative;
}
.fpc-page .product-standard-module .product-box .product-row:first-of-type {
  margin-left: unset;
}
.fpc-page .product-standard-module .product-box .product-row .pro-pic {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
}
.fpc-page .product-standard-module .product-box .product-row .pro-pic img {
  width: 100%;
  height: 100%;
  background-size: cover;
  transition: all 0.3s ease-in-out;
}
.fpc-page .product-standard-module .product-box .product-row .pro-pic:hover img {
  transform: scale(1.1);
}
.fpc-page .product-standard-module .product-box .pro-val {
  width: 640px;
  height: 220px;
  background-position: center;
  background-repeat: no-repeat;
  box-sizing: border-box;
  padding: 20px 28px 22px 40px;
  position: relative;
  z-index: 1;
}
.fpc-page .product-standard-module .product-box .val-top-title {
  font-size: 26px;
  font-weight: 800;
  color: #FFFFFF;
  line-height: 26px;
  margin-bottom: 18px;
}
.fpc-page .product-standard-module .product-box .val-tata {
  color: #FFFFFF;
  position: relative;
}
.fpc-page .product-standard-module .product-box .val-tata:after {
  clear: both;
  content: '';
  display: block;
}
.fpc-page .product-standard-module .product-box .val-tata:before {
  width: 1px;
  height: 125px;
  background: #C8D3E0;
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
}
.fpc-page .product-standard-module .product-box .val-l {
  float: left;
}
.fpc-page .product-standard-module .product-box .val-r {
  float: right;
}
.fpc-page .product-standard-module .product-box .val-list {
  margin-bottom: 6px;
}
.fpc-page .product-standard-module .product-box .val-list:after {
  clear: both;
  content: '';
  display: block;
}
.fpc-page .product-standard-module .product-box .val-title {
  float: left;
  line-height: 22px;
  width: 150px;
}
.fpc-page .product-standard-module .product-box .val-des {
  float: left;
  width: 120px;
}
.fpc-page .extensive-use-module {
  padding: 70px 0 52px;
  background: #F5F7FD;
}
.fpc-page .extensive-use-module .ext-box {
  margin-top: 66px;
}
.fpc-page .extensive-use-module .ext-box .ext-list:after {
  clear: both;
  content: '';
  display: block;
}
.fpc-page .extensive-use-module .ext-box .ext-item {
  float: left;
  width: 338px;
  height: 420px;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 16px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
.fpc-page .extensive-use-module .ext-box .ext-item img {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.fpc-page .extensive-use-module .ext-box .ext-item:hover img {
  transform: scale(1.1);
}
.fpc-page .extensive-use-module .ext-box .ext-item:first-of-type {
  margin-left: unset;
}
.fpc-page .extensive-use-module .ext-box .ext-item .ext-title {
  font-size: 20px;
  color: #FFFFFF;
  line-height: 22px;
  position: absolute;
  left: 36px;
  bottom: 34px;
}
.fpc-page .extensive-use-module .ext-btn {
  width: 418px;
  height: 82px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 16px;
  border: 1px solid #FFFFFF;
  margin: 32px auto 0;
  padding: 10px;
  box-sizing: border-box;
}
.fpc-page .extensive-use-module .ext-btn:after {
  clear: both;
  content: '';
  display: block;
}
.fpc-page .extensive-use-module .ext-btn .btn-menu {
  float: left;
  width: 194px;
  height: 62px;
  border-radius: 16px;
  line-height: 62px;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.fpc-page .extensive-use-module .ext-btn .btn-menu.active {
  background: #FF7B0F;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
}
.fpc-page .extensive-use-module .ext-btn .btn-menu.active:hover {
  background: #FF7B0F;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
}
.fpc-page .extensive-use-module .ext-btn .btn-menu:hover {
  color: #FF7B0F;
}
.fpc-page .extensive-use-module .ext-btn .btn-menu:last-of-type {
  float: right;
}
.fpc-page .quality-module {
  background: url("../images/FPC/quality-bg.png") no-repeat center;
  width: 100%;
  min-width: 1400px;
  height: 700px;
  background-size: cover;
  padding-top: 80px;
  box-sizing: border-box;
}
.fpc-page .quality-module .quality-box {
  margin-top: 110px;
}
.fpc-page .quality-module .quality-box:after {
  clear: both;
  content: '';
  display: block;
}
.fpc-page .quality-module .quality-box .qual-list {
  float: left;
  width: 266px;
  margin-left: 16px;
  position: relative;
}
.fpc-page .quality-module .quality-box .qual-list:first-of-type {
  margin-left: unset;
}
.fpc-page .quality-module .quality-box .qual-list:hover .quality-item {
  transform: translateY(-10px);
}
.fpc-page .quality-module .quality-box .qual-list:hover .qual-bt-bg {
  transform: scale(0.7);
}
.fpc-page .quality-module .quality-box .quality-item {
  background: url("../images/FPC/quality-mil-bg.png") no-repeat center;
  width: 266px;
  height: 340px;
  padding-top: 44px;
  box-sizing: border-box;
  border-radius: 16px;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px -1px 14px 0px rgba(0, 17, 0, 0.06);
}
.fpc-page .quality-module .quality-box .quality-item dl {
  position: absolute;
  left: 34px;
  top: 207px;
}
.fpc-page .quality-module .quality-box .quality-item dt {
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
  margin-bottom: 10px;
}
.fpc-page .quality-module .quality-box .quality-item dd {
  color: #666666;
  line-height: 22px;
}
.fpc-page .quality-module .quality-box .quality-item img {
  display: block;
  margin: 0 auto;
}
.fpc-page .quality-module .quality-box .qual-bt-bg {
  width: 229px;
  height: 28px;
  display: block;
  margin: 20px auto 0;
  transition: all 0.3s ease-in-out;
}
.fpc-page .evaluate-module {
  background: url("../images/FPC/evaluate-bg.png") no-repeat center;
  width: 100%;
  height: 750px;
  background-size: cover;
  padding-top: 70px;
  box-sizing: border-box;
}
.fpc-page .evaluate-module .user-box {
  margin-top: 90px;
}
.fpc-page .evaluate-module .group-item {
  height: 110px;
  overflow: hidden;
  margin-bottom: 60px;
  position: relative;
}
.fpc-page .evaluate-module .group-item:first-child .user-item:first-child {
  margin-left: -170px;
}
.fpc-page .evaluate-module .group-item:nth-of-type(2) .user-item:first-child {
  margin-left: 0;
}
.fpc-page .evaluate-module .group-item .scroll-item {
  height: 100%;
}
.fpc-page .evaluate-module .group-item .scroll-item:after {
  clear: both;
  display: block;
  content: '';
}
.fpc-page .evaluate-module .group-item:last-of-type {
  margin-bottom: unset;
}
.fpc-page .evaluate-module .group-item:hover .roll-list {
  animation-play-state: paused;
}
@keyframes roll-one {
  0% {
    transform: translateX(0) translateZ(0);
  }
  100% {
    transform: translateX(-100%) translateZ(0);
  }
}
@keyframes roll-two {
  0% {
    transform: translateX(100%) translateZ(0);
  }
  100% {
    transform: translateX(0) translateZ(0);
  }
}
@keyframes roll-three {
  0% {
    transform: translateX(0) translateZ(0);
  }
  100% {
    transform: translateX(-100%) translateZ(0);
  }
}
@keyframes roll-four {
  0% {
    transform: translateX(100%) translateZ(0);
  }
  100% {
    transform: translateX(0) translateZ(0);
  }
}
@keyframes roll-five {
  0% {
    transform: translateX(0) translateZ(0);
  }
  100% {
    transform: translateX(-100%) translateZ(0);
  }
}
@keyframes roll-six {
  0% {
    transform: translateX(100%) translateZ(0);
  }
  100% {
    transform: translateX(0) translateZ(0);
  }
}
.fpc-page .evaluate-module .roll-list {
  position: absolute;
  top: 0;
  left: 0;
  /* &.roll-one {
         animation: roll-one 30s infinite linear;

         .user-item {
           &:first-of-type {
             margin-left: 100px;
           }
         }
       }

       &.roll-two {
         left: -1px;
         animation: roll-two 30s infinite linear;

         .user-item {
           &:first-of-type {
             margin-left: 80px;
           }
         }

       }

       &.roll-three {
         animation: roll-three 35s infinite linear;

         .user-item {
           margin-left: 200px;

         }
       }

       &.roll-four {
         left: 0;
         animation: roll-four 35s infinite linear;

         .user-item {

           &:first-of-type {
             margin-left: 140px;
           }
         }
       }

       &.roll-five {
         animation: roll-five 45s infinite linear;

         .user-item {
           &:first-of-type {
             margin-left: 80px;
           }

           &:nth-of-type(2) {
             margin-left: 240px;
           }
         }
       }

       &.roll-six {
         left: -1px;
         animation: roll-six 45s infinite linear;

         .user-item {
           &:first-of-type {
             margin-left: unset;
           }
         }
       }*/
}
.fpc-page .evaluate-module .user-item {
  float: left;
  background: linear-gradient(-2deg, #E8E8F6 0%, #F5F5FF 100%);
  height: 110px;
  box-shadow: 0px 11px 18px 0px rgba(178, 178, 200, 0.14);
  border-radius: 32px;
  border: 1px solid #FFFFFF;
  display: inline-block;
  box-sizing: border-box;
  padding: 20px;
  margin-left: 170px;
}
.fpc-page .evaluate-module .user-item:after {
  clear: both;
  content: '';
  display: block;
}
.fpc-page .evaluate-module .user-item .user-pic {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  margin-right: 20px;
}
.fpc-page .evaluate-module .user-item .user-pic img {
  width: 100%;
  height: 100%;
  background-size: cover;
}
.fpc-page .evaluate-module .user-item .user-info {
  float: left;
  padding-top: 16px;
}
.fpc-page .evaluate-module .user-item .user-job {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 4px;
}
.fpc-page .evaluate-module .user-item .user-des {
  color: #666666;
}
.fpc-page .bottom-jump-module {
  background: url("../images/FPC/bottom-bg.png") no-repeat center;
  width: 100%;
  min-width: 1400px;
  height: 250px;
  background-size: cover;
  padding-top: 56px;
  box-sizing: border-box;
}
.fpc-page .bottom-jump-module h2 {
  font-weight: 800;
  font-size: 40px;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 20px;
}
.fpc-page .bottom-jump-module .jump-link {
  text-align: center;
}
.fpc-page .bottom-jump-module .jump-link a {
  height: 40px;
  line-height: 40px;
  background: linear-gradient(0deg, #FF8F33 0%, #F87000 100%);
  border-radius: 4px;
  padding: 0 17px;
  font-size: 16px;
  color: #FFFFFF;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
.fpc-page .bottom-jump-module .jump-link a:before {
  background: url("../images/FPC/bottom-icon.png") no-repeat center;
  width: 16px;
  height: 18px;
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}
.fpc-page .bottom-jump-module .jump-link a:hover {
  background: linear-gradient(0deg, #FF8F33 100%, #F87000 0%);
}
/*# sourceMappingURL=FPC.css.map */