@font-face {
  font-family: "MontserratLight";
  src: url(../css/Montserrat-Light.otf);
}

.clearfix:after,
.mauto:after,
.row:after,
.hsms:after {
  display: none;
}

.img-scale img {
  width: 100%;
  height: 100%;
}

.trans-up {
  -webkit-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}

.trans-up:hover {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  -o-transform: translateY(-8px);
  transform: translateY(-8px);
  -webkit-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}

html,
body {
  font-family: MontserratLight !important;
}

.header.cur .header-top-menu {
  height: 0;
}

.header.active .item2 .btn .icon .i2,
.header.active .header-logo .i2,
.header.cur .item2 .btn .icon .i2,
.header.cur .header-logo .i2 {
  display: block;
}

.header.active .item2 .btn .icon .i1,
.header.active .header-logo .i1,
.header.cur .item2 .btn .icon .i1,
.header.cur .header-logo .i1 {
  display: none;
}

.header.active .item2,
.header.cur .item2 {
  background: #fff;
}

.header.active .search .txt::-webkit-input-placeholder,
.header.active .search .txt,
.header.active .item2 .btn .icon,
.header.cur .search .txt::-webkit-input-placeholder,
.header.cur .search .txt,
.header.cur .item2 .btn .icon {
  color: #000000;
}

.header.active .search .btn,
.header.cur .search .btn {
  width: 42px;
  height: 100%;
  border-radius: 50%;
  background: url(../images/project_lp/h-search1.png) no-repeat center;
}

.header.active .search,
.header.cur .search {
  border-color: #000000;
}

.menu-img {
  display: none;
}

.header-show-b {
  /* padding-top: 15px; */
}

.header nav .sub22.navcur .header-show {
  width: auto;
  padding: 20px 0;
}

.header-show {
  width: 1324px;
  height: auto;
  padding: 0.15rem 0.5rem;
  background: #fff;
  box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.08);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 10px;
}

.header-show-i {
  width: 100%;
  padding: 0 20px;
  text-align: center;
  white-space: nowrap;
  /* font-family: MontserratBold !important;
 font-weight: bold !important; */
  font-size: 16px;
  color: #0c0c0c !important;
  line-height: 36px;
}

.header-show-i:hover {
  background: #494949;
  color: #fff !important;
}

.header-show-img-list,
.header-show-list {
  width: 100%;
}

.header-show-img-list-i,
.header-show-list-i {
  width: calc(100% / 5);
  margin-bottom: 0.2rem;
}

.header-show-img-list {
  margin-top: 0.3rem;
}

.header-show-img-list-i {
  width: calc(100% / 5 - 0.18rem);
  margin-right: 0.18rem;
}

.header-show-img-list-i-img {
  border-radius: 10px;
}

.header-show-img-list-i img {
  width: 2.19rem;
  height: 2.19rem;
}

.header-show-img-list-i .header-show-i {
  text-align: center;
}

.header nav .sub2 .link2>a {
  padding: 0 0.34rem;
  font-size: 15px;
}

.header nav .sub3 .lg-4 {
  float: none;
}

.header nav .link4 {
  color: #999;
}

.home-prev,
.home-next {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 2%;
  transform: translateY(-50%);
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.05);
}

.home-next {
  left: auto;
  right: 2% !important;
}

.home-next:hover,
.home-prev:hover {
  background: rgba(194, 162, 132, 0.5);
}

.home-prev {}

/* .abs {
    position: absolute;
    top: 136px;
    left: 0;
} */

.header.cur nav .sub2-row,
.header.cur nav .sub3 {
  top: 153px !important;
}

.header nav .sub2-row {
  /* padding-top: 15px; */
  position: absolute;
  width: 300px;
  top: 197px;
  left: 26%;
}

.header nav .sub3 {
  position: fixed;
  top: 197px;
  /* margin-top: 15px; */
  transform: none !important;
}

.header-top-menu {
  width: 100%;
  height: 45px;
  background: #fff;
  font-family: MontserratBold;
  color: #ffffff;
  line-height: 45px;
  transition: all 0.8s;
  font-size: 18px;
  color: #484848;
  overflow: hidden;
  border-bottom: 1px solid #eeeeee;
}

.header-top-menu .t1 {
  max-width: 1600px;
  width: 100%;
  font-family: MontserratBold;
  font-weight: bold;
  margin: auto;
  display: flex;
  align-items: center;
  /* justify-content: center; */
}

.header-top-menu .t1 img {
  display: block;
  margin-right: 10px;
}

.header nav ul li:hover>a.wxcur-hot::after {
  background: url(../images/project/icon-h-hot.png) no-repeat;
  -o-background-size: contain;
  background-size: contain;
}

.header nav ul li>a.wxcur-hot::after {
  width: 20px;
  height: 22px;
  display: inline-block;
  content: "";
  float: right;
  margin-left: 5px;
  background: url(../images/project/icon-h-hot.png) no-repeat;
  -o-background-size: contain;
  background-size: contain;
}

.header-nav {
  /* background: rgba(238, 238, 238, 0.54); */
}

.header-nav ul {
  display: flex;
  justify-content: center;
}

.home-model1-menu {
  background: #fcf7ef;
}

.home-model1-info .row,
.home-model1-menu .row {
  max-width: 1200px;
  width: 100%;
  margin: auto;
}

.home-model1-menu-i {
  width: calc(100% / 6);
  padding: 0.39rem 0;
}

.home-model1-menu-i-img {
  width: fit-content;
  height: auto;
  display: block;
  margin: auto;
}

.home-model1-menu-i-img img {
  display: block;
  object-fit: contain;
}

.home-model1-menu-i .t1 {
  font-weight: 300;
  font-size: 0.18rem;
  color: #171717;
  text-align: center;
  margin-top: 0.21rem;
}

.home-model1-info {
  padding: 0.51rem 0 0.57rem;
  background: #f5f5f5;
}

.home-model1-info .row>.t1 {
  font-weight: bold;
  font-size: 0.3rem;
  color: #303030;
  text-align: center;
}

.home-model1-info-list {
  margin-top: 0.41rem;
}

.home-model1-info-i {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5rem;
}

.home-model1-info-i-img {
  width: max-content;
  height: auto;
  margin: auto;
  display: block;
  margin-bottom: 0.21rem;
}

.home-model1-info-i .t1 {
  font-family: MontserratLight;
  font-weight: 300;
  font-size: 0.18rem;
  color: #171717;
  line-height: 0.24rem;
  text-align: center;
}

.home-model1-info-btn {
  width: max-content;
  height: 33px;
  border-radius: 3px;
  border: 1px solid #e8e8e8;
  padding: 0 23px;
  font-weight: 300;
  font-size: 14px;
  color: #171717;
  display: flex;
  align-items: center;
  text-align: center;
  margin: auto;
}

.home-model2 {
  background: #fff;
  padding: 0.44rem 0;
}

.public-tobody1 {
  max-width: 1400px;
  width: 100%;
  margin: auto;
}

.home-model2-i {
  margin-bottom: 0.28rem;
}

.home-model2-i:last-child {
  margin-bottom: 0;
}

.home-public-title {
  font-weight: bold;
  font-size: 0.34rem;
  color: #303030;
  text-align: center;
  font-family: MontserratBold;
  margin-bottom: 0.25rem;
}

.home-public-title.line::after {
  width: 0.6rem;
  height: 0.03rem;
  background: #303030;
  content: "";
  display: block;
  margin: auto;
  margin-top: 0.15rem;
}

.home-public-nav>.info {
  min-width: max-content;
  margin-right: 0.63rem;
}

.home-model3 {
  background: url(../images/project_lp/blog-bg.png) no-repeat;
  background-size: cover;
}

.home-model3 .home-public-nav>.info {}

.home-model3 .home-public-nav>.info .t1 {
  white-space: nowrap;
}

.home-model3 .home-public-nav>.info .t2 {
  margin-top: 0.15rem;
}

.home-public-nav>.more1,
.home-public-nav>.more {
  min-width: max-content;
  width: max-content;
  background: rgba(255, 255, 255, 0);
  border-radius: 3px;
  padding: 0 13px;
  font-weight: 300;
  font-size: 16px;
  color: #171717;
  line-height: 33px;
  margin-left: 0.31rem;
}

.home-public-nav>.more1 {
  background: #fff;
  border: 1px solid #e8e8e8;
}

.home-public-nav i {
  width: 100%;
  height: 1px;
  background: #d5d5d5;
}

.home-model2 .home-public-nav>.info .t1 {
  margin: auto;
}

.home-public-nav>.info .t1 {
  font-family: MontserratBold;
  font-weight: bold;
  color: #303030;
  font-size: 0.28rem;
}

.home-public-nav>.info .t2 {
  font-weight: 300;
  font-size: 16px;
  color: #171717;
  margin-top: 0.18rem;
}

.home-model-prev::after,
.home-model-next::after {
  color: #4a4956 !important;
  font-size: 20px !important;
}

.home-model-prev {
  left: 0 !important;
}

.home-model-next {
  right: 0 !important;
}

.home-model2-i-list-i {
  width: 100%;
  max-width: 1476px;
  margin: auto;
  margin-top: 0.27rem;
}

.home-model2-i-list-i .swiper {
  padding-bottom: 0.2rem;
}

.home-model-swiper1-i {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  overflow: hidden;
}

.home-model-swiper1-i-info {
  margin-top: 0.21rem;
  padding: 0 0.18rem 0.24rem;
}

.home-model-swiper1-i-info .t1 {
  min-height: 48px;
  font-weight: 300;
  font-size: 16px;
  color: #171717;
  line-height: 24px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.home-model-swiper1-i-info .t2 {
  /* font-family: MontserratBold; */
  font-weight: bold;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home-model-swiper1-i-info .t2 .prices {
  font-size: 0.2rem;
  color: #111210;
}

.home-model-swiper1-i-info .t2 .collect {
  width: 0.19rem;
}

.home-model-swiper1-i-info .t2 .collect img {
  object-fit: contain;
}

.home-model-swiper1-i.cur .home-model-swiper1-i-info .t2 .collect .i1,
.home-model-swiper1-i-info .t2 .collect .i2 {
  display: none;
}

.home-model-swiper1-i.cur .home-model-swiper1-i-info .t2 .collect .i2 {
  display: block;
}

.cur .i1 {
  display: none !important;
}

.cur .i2 {
  display: block !important;
}

.home-model-swiper1-i-info .t3 {
  display: none;
  font-size: 14px;
  font-weight: 500;
  color: #888;
  margin-top: 10px;
}

.home-model2-i-list-img {
  width: 100%;
  margin-top: 0.63rem;
  display: block;
  /* cursor: default; */
}

.home-model2-i-list-img img {
  object-fit: contain;
}

.home-model3 {
  padding: 0.47rem 0 0.54rem;
}

.home-model3-swiper-i {
  /* border-right: 1px solid #e8e8e8; */
  padding-right: 17px;
}

.home-model3-swiper-i-info {
  margin-top: 0.28rem;
}

.home-model3-swiper-i-info .t1 {
  /* font-family: MontserratBold; */
  /* font-weight: bold; */
  font-size: 0.2rem;
  color: #343434;
}

.home-model3-swiper-i-img {
  border-radius: 10px;
  overflow: hidden;
  padding-bottom: 0 !important;
}

.home-model3-swiper-i-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.home-model3-swiper-i-info img {
  margin-right: 11px;
  object-fit: contain;
}

.home-model3-swiper-i-info .t2 {
  font-weight: 300;
  font-size: 14px;
  color: #343434;
  line-height: 28px;
  margin-top: 11px;
}

.home-model3-swiper-i:last-child {
  border-right: none;
}

.home-model4-list {
  margin-top: 0.3rem;
  margin-left: -20px;
  padding-bottom: 0.4rem;
  display: flex;
}

.home-model4-list-i {
  width: calc(100% / 4);
  padding: 25px;
  border-radius: 10px;
  overflow: hidden;
  margin-left: 20px;
  min-height: 2rem;
}

.home-model4-list-i.child {
  width: 100%;
  margin: 0 0 20px;
}

.home-model4-list-i.child:last-child {
  margin-bottom: 0;
}

.home-model4-list-i .top .t1 {
  font-family: MontserratBold;
  font-weight: bold;
  font-size: 20px;
  color: #ffffff;
  line-height: 28px;
  margin-top: 0.21rem;
}

.home-model4-list-i .list {
  margin-top: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.home-model4-list-i .list::after {
  width: 30%;
  content: "";
}

.home-model4-list-i .list .list-i {
  width: 30%;
  background: #fff;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px 5px;
  margin-bottom: 0.12rem;
  overflow: hidden;
}

.home-model4-list-i .list .list-i img {
  width: auto;
  object-fit: contain;
}

.more-h5 {
  width: max-content;
  height: 33px;
  background: rgba(255, 255, 255, 0);
  border-radius: 3px;
  border: 1px solid #e8e8e8;
  padding: 0 13px;
  font-weight: 300;
  font-size: 14px;
  color: #171717;
  line-height: 33px;
  margin: auto;
  display: none;
  margin-top: 0.2rem;
}

.about-b-model3-list,
.about-b-model1 {
  padding: 0.49rem 0 0.58rem;
}

.about-b-model1-info .t1 {
  font-family: MontserratBold;
  font-weight: bold;
  font-size: 0.3rem;
  color: #303030;
  margin-bottom: 0.22rem;
}

.about-b-model1-info {
  padding-top: 0.21rem;
}

.about-b-model1-info .t2 {
  font-weight: 300;
  font-size: 16px;
  color: #171717;
  line-height: 24px;
}

.about-b-model1-info .t2>span {
  display: flex;
  margin-top: 0.3rem;
}

.about-b-model1-info .t2 i {
  width: 7px;
  min-width: 7px;
  height: 7px;
  margin-top: 8px;
  margin-right: 10px;
  border-radius: 50%;
  background: #d6c893;
}

.about-b-model1-info,
.about-b-model1-img {
  width: 48%;
}

.about-b-model1-img img {
  object-fit: contain;
}

.about-b-model2 {
  padding: 0.55rem 0 0.63rem;
  background: #f5f5f5;
}

.about-b-model2 .about-b-model1-img {
  border-radius: 20px;
}

.about-b-model2 .about-b-model1-img img {
  object-fit: cover;
}

.about-b-model3-list-i:nth-child(2) .about-b-model3-list-i-item {
  border-bottom: none;
}

.about-b-model3-list-i-item.center {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.about-b-model3-list-i-item {
  width: calc(100% / 3);
  min-height: 2.8rem;
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  padding: 0.52rem 0.25rem;
}

.about-b-model3-list-i-item:last-child {
  border-right: none;
}

.about-b-model3-list-i-item .t1 {
  font-family: MontserratBold;
  font-weight: bold;
  font-size: 20px;
  color: #303030;
  margin-bottom: 0.24rem;
}

.about-b-model3-list-i-item .t2 {
  font-weight: 300;
  font-size: 16px;
  color: #171717;
  line-height: 24px;
}

.about-b-model3-list-i-item .t3 {
  font-family: MontserratBold;
  font-weight: bold;
  font-size: 0.26rem;
  color: #303030;
  text-align: center;
  position: relative;
  z-index: 1;
}

.about-b-model3-list-i-item .t3::after {
  width: 0.66rem;
  height: 4px;
  content: "";
  margin: auto;
  display: block;
  background: #303030;
  margin-top: 10px;
  position: relative;
  z-index: 1;
}

.about-b-model3-list-i-item .t3::before {
  width: 1.69rem;
  height: 1.69rem;
  background: #f5f5f5;
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.about-b-model2-i {
  margin-bottom: 0.48rem;
}

.about-b-model2-i:last-child {
  margin-bottom: 0;
}

.about-b-model2-i:nth-child(even) {
  display: flex;
  flex-direction: row-reverse;
}

.about-b-model2-i:nth-child(even) .about-b-model2-i-info {
  padding-left: 0;
  padding-right: 0.52rem;
}

.about-b-model2-i-img {
  width: 50%;
  padding: 0 !important;
  border-radius: 15px;
}

.about-b-model2-i-info {
  width: 50%;
  padding-left: 0.52rem;
}

.about-b-model2-i-info .t1 {
  /* font-family: MontserratBold; */
  font-weight: bold;
  font-size: 0.26rem;
  color: #303030;
  margin-bottom: 0.37rem;
}

.about-b-model2-i-info .t2 {
  font-weight: 300;
  font-size: 16px;
  color: #171717;
  line-height: 24px;
}

.contact-box-title {
  background: #fcf7ef;
  padding: 0.58rem 0 0.51rem;
}

.contact-box-title .t1 {
  font-family: MontserratBold;
  font-weight: bold;
  font-size: 0.3rem;
  color: #303030;
  text-align: center;
}

.contact-box-title .t2 {
  font-weight: 300;
  font-size: 16px;
  color: #171717;
  line-height: 24px;
  margin-top: 0.33rem;
  text-align: center;
}

.contact-box-con {
  text-align: center;
  padding: 0.61rem 0.46rem;
}

.contact-box-con-i>.t1,
.contact-box-con>.t1 {
  font-family: MontserratBold;
  font-weight: bold;
  font-size: 0.3rem;
  color: #303030;
}

.contact-box-con .t2 {
  margin-top: 0.44rem;
  display: flex;
  flex-direction: column;
  align-items: center;

  color: #171717;
  line-height: 36px;
}

.contact-box-con .t2 strong {
  font-weight: bold;
  font-size: 24px;
}

.contact-box-con .t2 span {
  font-weight: bolder;
  font-size: 22px;
}

.contact-box-con-i {
  margin-top: 0.67rem;
}

.contact-box-con-i-row-i.code,
.contact-box-con-i-row .contact-box-con-i-row-i {
  width: calc(100% / 4 - 12px);
  margin-top: 0.25rem;
}

.contact-box-con-i-row-i .t1 {
  font-weight: 300;
  font-size: 16px;
  color: #303030;
  text-align: left !important;
}

.contact-box-con-i-row-i .input {
  margin-top: 0.2rem;
  width: 100%;
  height: 50px;
  background: #ffffff;
  border: 1px solid #e8e8e1;
  font-size: 16px;
  padding: 0 0.2rem;
}

.contact-box-con-i-row-i {
  width: 100%;
  margin-top: 0.25rem;
}

.contact-box-con-i-row {
  margin-top: 0.43rem;
}

.contact-box-con-i-row-i-btn {
  width: 1.68rem;
  height: 42px;
  background: #ff8400;
  border-radius: 21px;
  text-align: center;
  line-height: 42px;
  font-size: 16px;
  color: #ffffff;
  padding: 0 5px;
}

.contact-box-con-i-row-i-code {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.contact-box-con-i-row-i-code::after {
  width: 24%;
  content: "";
}

.contact-box-list {
  margin-top: 0.67rem;
}

.contact-box-list-swiper-img img {
  object-fit: cover;
  min-height: 5.68rem;
}

.contact-box-list-swiper1 {
  width: 100%;
  max-width: 6.5rem;
  max-height: 4.5rem;
  position: absolute;
  z-index: 1;
  top: 0.6rem;
  left: 0.6rem;
}

.contact-box-list-swiper1-info {
  font-size: 0.18rem;
  line-height: 23px;
  color: #000;
  /* background: #ffffff; */
  text-align: left;
  display: flex;
  /*align-items: center;*/
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  cursor: pointer;
  padding: 10px 0.4rem;
}

.contact-box-list-swiper1-info-t1 {
  font-family: MontserratBold;
  font-weight: bold;
  margin-bottom: 0.04rem;

}

/* .contact-box-list-swiper1-info:hover {
    color: #c2a284;
} 

.contact-box-list-swiper1-info:hover,
.contact-box-list-swiper1-info.swiper-slide-thumb-active {
    color: #ffffff;
    background: #c2a284;
}*/

.packing-model1 {
  padding: 0.48rem 0 0.5rem;
  background: url(../images/project/ps1.png) no-repeat;
  background-size: cover;
}

.packing-model1-i-title {
  font-family: MontserratBold;
  font-weight: bold;
  font-size: 0.3rem;
  color: #303030;
  text-align: center;
}

.packing-model1-i-box {
  max-width: 944px;
  margin: auto;
  margin-top: 0.35rem;
  background: #ffffff;
  border-radius: 15px;
  overflow: hidden;
}

.packing-model1-i-box-img {
  width: 3.51rem;
  min-height: 3.93rem;
}

.packing-model1-i-box-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.packing-model1-i-box-info {
  width: calc(100% - 3.51rem);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  background: #ffffff;
  font-size: 16px;
  color: #303030;
  line-height: 24px;
  padding: 0 0.71rem;
}

.packing-model1-i-box-info .t1 {
  font-family: MontserratBold;
  font-weight: bold;
  font-size: 16px;
  color: #303030;
  line-height: 24px;
  margin-bottom: 0.3rem;
}

.packing-model1-i {
  margin-bottom: 0.36rem;
}

.packing-model1-i:last-child {
  margin-bottom: 0;
}

.packing-model1-i-box-i {
  width: 49%;
  padding: 20px;
  min-height: 2.66rem;
  background: #ffffff;
  border-radius: 15px;
  overflow: hidden;
}

.packing-model1-i-box-i-info {
  font-size: 16px;
  color: #303030;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 0 0.25rem;
}

.packing-model1-i-box-i-info .t1 {
  font-family: MontserratBold;
  font-weight: bold;
  font-size: 16px;
  color: #303030;
  line-height: 24px;
  margin-bottom: 0.11rem;
}

.packing-model1-i-box1 {
  margin-top: 25px;
}

.packing-model1-i-box-i-info,
.packing-model1-i-box-i-img {
  width: 50%;
}

.packing-model1-i-box-i-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.packing-model2-list {
  margin-top: 0.38rem;
}

.packing-model2-list-i {
  width: 32%;
  border-radius: 15px;
  overflow: hidden;
  background: #fff;
}

.packing-model2-list-i-con {
  background: #fff;
  font-size: 16px;
  color: #303030;
  line-height: 24px;
  padding: 0.4rem 0.25rem;
}

.packing-model2-list-i-con .t1 {
  font-family: MontserratBold;
  font-weight: bold;
  font-size: 16px;
  color: #303030;
  line-height: 24px;
  margin-bottom: 0.11rem;
}

.packing-model2 {
  padding: 0.54rem 0 0.45rem;
  background: #fcf7ef;
}

.packing-model2-title {
  font-family: MontserratBold;
  font-weight: bold;
  font-size: 0.3rem;
  color: #303030;
  text-align: center;
}

.packing-model3 {
  padding: 0.64rem 0 0.57rem;
  background: url(../images/project/ps2.png) no-repeat;
  background-size: cover;
}

.packing-model3 .packing-model1-i-box-info,
.packing-model3 .packing-model1-i-box-img {
  width: 50%;
}

.packing-model3 .packing-model1-i-box-img {
  min-height: 3.06rem;
}

.packing-model3 .packing-model1-i-box-info {
  padding: 0 0.24rem;
}

.packing-model3-more {
  width: auto;
  display: block;
  font-family: MontserratBold;
  font-weight: bold;
  font-size: 20px;
  color: #a46931;
  text-align: center;
  margin: auto;
  margin-top: 0.5rem;
}

.goods-box-info {
  padding: 0.25rem 0 0.52rem;
}

.goods-box-info-row {
  margin-top: 0.22rem;
}

.goods-box-info-row-r,
.goods-box-info-row-l-box {
  width: 48%;
}

.goods-box-info-row-l {
  /* position: sticky;
    top: 136px; */
  display: flex;
  justify-content: space-between;
  background: #fff;
  z-index: 9;
  padding-top: 20px;
}

.goods-box-info-row-l-swiper1-i img {
  width: 1rem;
  height: 1rem;
  min-width: 1rem;
}

.goods-box-info-row-l-swiper1 {
  width: 1.09rem;
  max-height: 5.32rem;
  min-height: 5.32rem;
}

.goods-box-info-row-l-swiper2 {
  width: calc(100% - 120px);
}

.goods-box-info-row-l-swiper2 .swiper-pagination {
  display: none;
}

.goods-box-info-row-l-swiper2-i {
  display: flex;
  justify-content: center;
}

/* .goods-box-info-row-l-swiper2-i .po-auto {
    position: static !important;
} */

.goods-box-info-row-l-swiper2-i img {
  width: 5.34rem;
  height: auto;
}

.goods-box-info .ho-nav {
  padding-left: 0;
}

.goods-box-info-row-l .swiper-pagination {
  position: absolute !important;
  width: calc(100% - 109px);
  left: 50%;
  bottom: 10px !important;
  transform: translateX(-50%);
  z-index: 99999 !important;
}

.goods-box-info-row-l-swiper1 .swiper-slide.swiper-slide-thumb-active img {
  border: 1px solid #2f2f2f;
}

.goods-box-info-row-msg-list .swiper-pagination .swiper-pagination-bullet,
.goods-box-info-row-l .swiper-pagination .swiper-pagination-bullet {
  width: 0.15rem;
  height: 0.15rem;
  margin-right: 9px !important;
}

.goods-box-info-row-msg .t1 {
  font-family: MontserratBold;
  font-weight: bold;
  font-size: 0.3rem;
  color: #303030;
  line-height: 28px;
}

.goods-box-info-row-msg {
  margin-top: 0.5rem;
  /* position: sticky;
    top: 730px; */
}

.goods-box-info-row-msg-list .swiper-pagination {
  position: static !important;
  margin-top: 0.3rem !important;
  display: none;
}

.goods-box-info-row-msg-list-i {}

.goods-box-info-row-msg-list-i-img {
  width: 100px;
  margin: auto;
  border: 1px solid #f0f2f2;
  padding: 5px;
}

.goods-box-info-row-msg-list-i-img img {
  width: 90px;
  min-height: 90px;
  object-fit: cover;
  display: block;
}

.goods-box-info-row-msg-list-i-con {
  font-weight: 300;
  font-size: 15px;
  color: #020301;
  margin-top: 0.12rem;
}

.goods-box-info-row-msg-list {
  margin-top: 0.3rem;
}

.goods-box-info-row-r {
  padding-top: 20px;
  position: sticky;
  top: 197px;
  height: max-content;
}

.goods-box-info-row-r-title {
  font-family: MontserratBold;
  font-weight: bold;
  font-size: 0.3rem;
  color: #303030;
}

.goods-box-info-row-r-specs {
  margin-top: 0.25rem;
  display: flex;
  flex-wrap: wrap;
}

.goods-box-info-row-r-specs span {
  width: 40%;
  margin-right: 0.3rem;
  margin-bottom: 5px;
}

.goods-box-info-row-r-specs span:last-child {
  margin-right: 0;
}

.goods-box-info-row-r-price {
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  padding: 0.25rem 0.12rem;
  margin: 0.25rem 0 0.3rem;
}

.goods-box-info-row-r-price .info1 {
  width: 50%;
  display: flex;
  align-items: flex-end;
}

.goods-box-info-row-r-price .info2>.a,
.goods-box-info-row-r-price .info1>.a {
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  color: #171717;
}

.goods-box-info-row-r-price .info1>.b {
  font-family: MontserratBold;
  font-weight: bold;
  font-size: 0.36rem;
  line-height: 0.36rem;
  color: #171717;
}

.goods-box-info-row-r-price .info2>.a {
  display: block;
  line-height: 28px;
}

.goods-box-info-row-r-price .info2 {
  padding-left: 0.5rem;
  border-left: 1px solid #dadada;
}

.goods-box-info-row-r-stype-title {
  font-weight: 300;
  font-size: 16px;
  color: #171717;
  margin-bottom: 10px;
}

.goods-box-info-row-r-stype {
  margin-bottom: 0.3rem;
}

.goods-box-info-row-r-stype-i {
  padding-right: 15px;
  position: relative;
}

.goods-box-info-row-r-stype-i-img {
  width: 1.03rem;
  min-width: 1.03rem;
  height: 1.03rem;
  border-radius: 8px;
  margin-bottom: 10px;
}

.goods-box-info-row-r-stype-i-img img {
  border-radius: 50%;
  object-fit: cover;
}

.goods-box-info-row-r-stype-i.cur .goods-box-info-row-r-stype-i-img {
  background: rgba(198, 198, 198, 0.5);
}

.goods-box-info-row-r-stype-i-img em {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: -15px;
  height: 20px;
  line-height: 20px;
  color: #666 !important;
  border: 1px solid #ccc;
  padding: 0 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: break-word;
  background: #fff;
  display: none;
}

.goods-box-info-row-r-stype-i:hover .goods-box-info-row-r-stype-i-img em {
  display: block;
}

.goods-box-info-row-r-num {
  font-size: 16px;
  font-weight: 300;
  color: #171717;
  margin-top: 0.34rem;
}

.goods-box-info-row-r-btn .btn1 {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 3px;
  background-color: #d2d2d2;
  margin-right: 11px;
  background: url(../images/collection_icon4.png) no-repeat center;
}

.goods-box-info-row-r-btn .btn2 {
  width: calc(100% - 54px);
  height: 60px;
  line-height: 60px;
  border-radius: 3px;
  background: #2f2f2f;
  font-size: 0.18rem;
  font-family: MontserratBold;
  font-weight: bold;
  color: #ffffff;
}

.goods-box-info-row-r-msg {
  margin-top: 0.5rem;
}

.goods-box-info-row-r-msg .t1 {
  font-family: MontserratBold;
  font-weight: bold;
  font-size: 0.3rem;
  color: #303030;
  margin-bottom: 0.17rem;
}

.goods-box-info-row-r-msg .t2 {
  font-weight: 300;
  font-size: 16px;
  color: #171717;
  line-height: 24px;
}

.goods-box-recommend {
  padding: 0.56rem 0 0.8rem;
  background: #fcf7ef;
}

#search-area-box .search {
  width: 80% !important;
  max-width: 8rem;
  margin: auto;
}

.layui-layer {
  top: 91px !important;
  background: transparent !important;
}

.layui-layer-setwin .layui-layer-close {
  position: absolute;
  right: -30px;
  top: -20px;
}

.home-search-hot {
  width: 100%;
  background: #ffffff;
  box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.08);
  border-radius: 15px;
  padding: 20px;
  margin-top: 20px;
}

.home-search-hot-l {
  width: 45%;
  padding: 30px;
}

.home-search-hot-l>.t1 {
  font-family: MontserratBold;
  font-weight: bold;
  font-size: 24px;
  color: #000000;
}

.home-search-hot-l>.list {
  margin-top: 10px;
  max-height: 250px;
  overflow-y: auto;
}

.home-search-hot-l>.list::-webkit-scrollbar {
  width: 4px;
  background: rgba(0, 0, 0, 0.08);
}

.home-search-hot-l>.list::-webkit-scrollbar-thumb {
  background: #c2a284;
}

.home-search-hot-l>.list .t2 {
  font-weight: 300;
  font-size: 18px;
  color: #000000;
  line-height: 36px;
}

.home-search-hot-r {
  width: 55%;
}

.testimonials-b-list-i-con-img {
  width: 76px;
  height: 76px;
  position: absolute;
  top: 50%;
  right: -38px;
  transform: translateY(-50%);
  z-index: 1;
}

.testimonials-b {
  padding: 0.67rem 0 0.44rem;
}

.testimonials-b-title {
  font-family: MontserratBold;
  font-weight: bold;
  font-size: 0.3rem;
  color: #303030;
  text-align: center;
}

.testimonials-b-list {
  margin-top: 0.59rem;
  padding-bottom: .5rem;
}

.testimonials-b-list-i-con .info {
  width: 2.67rem;
  height: 100%;
  min-height: 0.98rem;
  background: #eeeeee;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 0.2rem 0.26rem;
}

.testimonials-b-list-i-con .info img {
  margin-right: 12px;
  object-fit: contain;
  height: 26px;
}

.testimonials-b-list-i-con .info .t1 {
  max-width: 80%;
  font-size: 18px;
  color: #171717;
  font-weight: bold;
  font-family: MontserratBold;
}

.testimonials-b-list-i-con .info .t2 {
  max-width: 80%;
  font-size: 16px;
  color: #171717;
  line-height: 24px;
}

.testimonials-b-list-i-msg {
  padding-left: 50px;
  font-weight: 300;
  color: #171717;
  line-height: 24px;
  display: flex;
  align-items: center;
}

.testimonials-b-list-i-msg span {
  display: contents;
}

.testimonials-b-list-i {
  margin-bottom: 20px;
}

.sourcingservice-b {
  background: #fcf7ef;
  padding: 0.32rem 0 0.63rem;
}

.sourcingservice-b-top {
  width: 100%;
  background: #ffffff;
  box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.08);
  border-radius: 15px;
  padding: 0.58rem 0.53rem;
}

.sourcingservice-b-top .t1 {
  font-weight: bold;
  font-family: MontserratBold;
  font-size: 0.3rem;
  color: #494949;
  line-height: 28px;
  margin-bottom: 0.35rem;
}

.sourcingservice-b-top .t2 {
  font-weight: 300;
  font-size: 16px;
  color: #171717;
  line-height: 24px;
}

.sourcingservice-b-top .t3 {
  margin-top: 0.31rem;
  width: max-content;
  height: 47px;
  background: #ffffff;
  border-radius: 24px;
  border: 1px solid #494949;
  display: flex;
  justify-content: center;
  margin-left: auto;

  font-weight: bold;
  font-family: MontserratBold;
  font-size: 0.18rem;
  color: #494949;
  line-height: 24px;
  padding: 0 0.1rem 0 0.22rem;
}

.sourcingservice-b-top .t3 img {
  width: 0.35rem;
  margin-left: 0.22rem;
  object-fit: contain;
}

.sourcingservice-b-con {
  margin-top: 0.56rem;
}

.sourcingservice-b-con-title {
  font-weight: bold;
  font-family: MontserratBold;
  font-size: 0.3rem;
  color: #030303;
  display: flex;
}

.sourcingservice-b-con-list {
  margin-top: 0.43rem;
}

.sourcingservice-b-con-list-i {
  width: 48%;
  margin-bottom: 0.19rem;
}

.sourcingservice-b-con-list-i-img {
  width: 2.35rem;
  height: 2.35rem;
  background: #ffffff;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sourcingservice-b-con-list-i-img img {
  object-fit: contain;
}

.sourcingservice-b-con-list-i-msg {
  width: calc(100% - 2.7rem);
  font-weight: bold;
  font-family: MontserratBold;
  font-size: 0.2rem;
  color: #343434;
  line-height: 28px;
}

.productservice-list {
  padding: 0.6rem 0 0.58rem;
}

.productservice-list-i {
  width: 48%;
  height: max-content;
  margin-bottom: 0.91rem;
}

.productservice-list-i .item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.08);
  border-radius: 15px;

  margin-bottom: 0.45rem;
}

.productservice-list-i .item:last-child {
  margin-bottom: 0;
}

.productservice-list-i .item .item-img {
  object-fit: contain;
  border-radius: 20px;
  overflow: hidden;
}

.productservice-list-i .item .t1 {
  font-weight: bold;
  font-family: MontserratBold;
  font-size: 0.36rem;
  color: #494949;
  text-align: center;
  margin: 0.16rem 0 0.14rem;
}

.productservice-list-i .item .t2 {
  width: 1.68rem;
  height: 0.42rem;
  background: rgba(0, 0, 0, 0);
  border-radius: 21px;
  border: 1px solid #494949;
  margin-top: 0.14rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 300;
  font-size: 16px;
  color: #494949;
  padding: 0 5px;
  white-space: nowrap;
}

.productservice-list .row .row-i:nth-child(odd) .productservice-list-i:nth-child(odd) .item-title {
  display: none;
}

.productservice-list .row .row-i:nth-child(even) .productservice-list-i:nth-child(even) .item-title {
  visibility: hidden;
}

.productservice-list .row .row-i:nth-child(even) .productservice-list-i:nth-child(odd) {
  margin-top: -1.5rem;
}

.productservice-list-i .item-title {
  display: flex;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 0.45rem;
}

.productservice-list-i .item-title .s {
  font-weight: bold;
  font-family: MontserratBold;
  font-size: 0.3rem;
  color: #c2a284;
  line-height: 0.6rem;
}

.productservice-list-i .item-title .b {
  font-weight: bold;
  font-family: MontserratBold;
  font-size: 1.5rem;
  background: linear-gradient(180deg, #c2a284, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.5rem;
}

/* .img,
.imgs {
  padding-bottom: 67.54098361%;
} */

.word-click {
  width: max-content;
  font-size: 17px;
}

.work-s-t,
.ho-btn {
  display: none !important;
}

.layui-layer-setwin .layui-layer-close2:hover {
  opacity: unset;
  background-color: #494949 !important;
}

.public-banner {
  position: relative;
}

.public-banner img {
  width: 100%;
  object-fit: cover;
  min-height: 4rem;
}

.public-banner h1 {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 500;
  font-size: 0.72rem;
  color: #f5f5f5;
  font-family: MontserratBold;
}

.sporing-swiper img {
  width: 100%;
  object-fit: cover;
}

.souring-m1 {
  padding: 0.69rem 0;
  background: #f5f5f5;
}

.souring-m1-title {
  font-weight: 300;
  font-size: 14px;
  color: #000000;
  line-height: 30px;
  text-align: center;
  margin: 0.29rem 0 0.39rem;
}

.souring-m1-list {
  padding-top: 0.39rem;
}

.souring-m1-list::after {
  width: 31%;
  content: "";
}

.souring-m1-list-i {
  width: 31%;
  background: #fff;
  padding: 0.4rem;
  position: relative;
}

.souring-m1-list-i .top {
  position: absolute;
  top: -58px;
  left: 50%;
  transform: translate(-50%, 0);
}

.souring-m1-list-i .con .t1 {
  font-family: MontserratBold;
  font-weight: bold;
  font-size: 18px;
  color: #000000;
  line-height: 48px;
  margin-top: 20px;
}

.souring-m1-list-i .con .t2 {
  font-family: MontserratLight;
  font-weight: 300;
  font-size: 14px;
  color: #000000;
  line-height: 24px;
}

.souring-m2 {
  padding: 0.69rem 0 0;
}

.souring-m2-list-i {
  width: 31%;
  margin-bottom: 1rem;
}

.souring-m2-list-i .icon {
  height: max-content;
  display: block;
  object-fit: contain;
  margin-right: 0.27rem;
}

.souring-m2-list-i .con .t1 {
  font-family: MontserratBold;
  font-weight: bold;
  font-size: 18px;
  color: #000000;
}

.souring-m2-list-i .con .t2 {
  font-family: MontserratLight;
  font-weight: 300;
  font-size: 14px;
  color: #000000;
  line-height: 24px;
  margin-top: 0.27rem;
}

.souring-swiper-i {
  display: flex;
  align-items: center;
}

.souring-swiper-i-img {
  border-radius: 15px;
}

.souring-swiper-i .con {
  padding: 0 0.61rem;
}

.souring-swiper-i .con .t1 {
  font-family: MontserratBold;
  font-weight: 500;
  font-size: 0.3rem;
  color: #000000;
}

.souring-swiper-i .con .t2 {
  font-family: MontserratLight;
  font-weight: 300;
  font-size: 14px;
  color: #000000;
  line-height: 24px;
  margin-top: 0.15rem;
}

.souring-swiper {
  margin-top: 0.74rem;
}

.pallet-swiper1 .swiper-pagination,
.pallet-swiper .swiper-pagination {
  position: static;
  margin-top: 0.3rem;
}

.souring-swiper .swiper-pagination {
  position: static;
  margin-top: 0.54rem;
}

.souring-m3-list {
  margin-top: 0.6rem;
}

.souring-m3 {
  padding: 0.69rem 0;
}

.souring-m3-list-l {
  width: 6.12rem;
}

.souring-m3-list-r {
  max-width: 8rem;
  width: 100%;
  margin-left: 0.58rem;
}

.souring-m3-list-r-i {
  width: 100%;
  min-height: 81px;
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #e6e6e6;
  margin-bottom: 0.19rem;
}

.souring-m3-list-r-i .t1 {
  padding: 0 0.29rem;
  font-family: MontserratBold;
  font-weight: 500;
  font-size: 0.3rem;
  color: #020301;
  border-right: 1px solid #f2f2f2;
  margin-right: 0.46rem;
}

.souring-m3-list-r-i .t2 {
  font-family: MontserratLight;
  font-weight: 300;
  font-size: 16px;
  color: #424242;
  line-height: 1.5;
}

.common-lenolsa {
  width: 100%;
  margin: 0.5rem auto 0;
  max-width: 1020px;
  flex: 1 1 0%;
  padding-bottom: .5rem;
}

.common-lenolsa-item {
  width: 100%;
  background: #fff;
  padding-left: 40px;
  margin-bottom: 13px;
  border-radius: 18px;
  border-bottom: 1px solid #ececec;
}

.common-dolsca {
  height: 75px;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
}

.common-dolsca-title {
  color: #76767a;
  font-size: 18px;
  font-weight: 400;
}

.common-dolsca.on {
  transition: all 0.5s ease;
}

.common-dolsca.on .common-dolsca-title {
  color: #000;
}

.common-dolsca.on .common-dolsca-icon .common-dolsca-line-y {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}

.common-dolsca-icon {
  position: relative;
  /* 左右padding各30 自身的width 17 增加点击范围*/
  width: 77px;
  height: 100%;
  cursor: pointer;
}

.common-dolsca-img {
  width: 23px;
  height: 23px;
  background: url("../images/project_lp/add.png") no-repeat center center;
  background-size: 100% 100%;
  margin-right: 20px;
  flex-shrink: 0;
}

.common-dolsca.on .common-dolsca-img {
  background: url("../images/project_lp/sub.png") no-repeat center center;
  background-size: 100% 100%;
}

.common-dolsca-line-x {
  width: 17px;
  height: 4px;
  background: #000;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.common-dolsca-line-y {
  width: 4px;
  height: 17px;
  background: #000;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  visibility: visible;
  transition: all 0.5s ease;
}

.common-lourew {
  display: none;
  color: #a7a7a7;
}

.common-lourew-content {
  width: 100%;
  padding-bottom: 20px;
}

.common-lourew-content-text {
  color: #020301;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  padding-right: 1rem;
  padding-bottom: 0.4rem;
}

.common-img-scale {
  margin-left: 60px;
}

.ware-swiper .swiper-slide {
  position: relative;
}

.ware-swiper-i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ware-swiper-i .con {
  padding-right: 0.74rem;
}

.ware-swiper-i .con .t1 {
  font-family: MontserratBold;
  font-weight: bold;
  font-size: 0.45rem;
  color: #000000;
}

.ware-swiper-i .con .t2 {
  font-family: MontserratLight;
  font-weight: 300;
  font-size: 0.2rem;
  color: #000000;
  line-height: 0.36rem;
  margin-top: 0.43rem;
}

.ware-swiper-i .img {
  width: 100%;
  max-width: 6.54rem;
  padding: 0 !important;
  border-radius: 8px;
  overflow: hidden;
}

.ware-swiper-i .img img {
  object-fit: cover;
}

.pallet-swiper-b {
  background: #fff;
  padding: 0.45rem;
  border-radius: 15px;
  overflow: hidden;
}

.pallet-swiper {}

.pallet-swiper-i .con {
  width: calc(100% - 4.9rem);
}

.pallet-swiper-i .con .t1 {
  font-family: MontserratBold;
  font-weight: 600;
  font-size: 18px;
  color: #000000;
  margin-bottom: 0.1rem;
}

.pallet-swiper-i .con .t2 {
  font-weight: 300;
  font-size: 14px;
  color: #000000;
  line-height: 24px;
}

.pallet-swiper-i .con .con-i {
  margin-bottom: 0.6rem;
}

.pallet-swiper-i .con .con-i:last-child {
  margin-bottom: 0;
}

.pallet-swiper-i .img {
  max-width: 4.9rem;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  padding: 0 !important;
  margin-left: 0.47rem;
}

.ware-list::after {
  width: 31.5%;
  content: "";
}

.ware-list-i {
  width: 31.5%;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  padding: 0.8rem 0.4rem;
  margin-bottom: 0.4rem;
  transition: all 0.4s;
}

.ware-list-i:hover {
  transition: all 0.4s;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
}

.ware-list-i-img {
  width: 0.88rem;
  margin: auto;
  display: block;
}

.ware-list-i-img img {
  display: block;
  object-fit: contain;
  margin-bottom: 0.44rem;
}

.ware-list-i-con .t1 {
  font-family: MontserratBold;
  font-weight: 600;
  font-size: 18px;
  color: #000000;
  text-align: center;
}

.ware-list-i-con .t2 {
  font-family: MontserratLight;
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  line-height: 24px;
  text-align: center;
  margin-top: 0.2rem;
}

.ware-list-i.last {
  background: linear-gradient(180deg, #535354, #727171);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.ware-list-last-title {
  font-family: MontserratLight;
  font-weight: 300;
  font-size: 0.32rem;
  color: #ffffff;
  line-height: 0.48rem;
}

.ware-list-last-btn {
  width: 137px;
  height: 37px;
  background: #ffffff;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: MontserratLight;
  font-weight: 300;
  font-size: 14px;
  color: #727171;
  margin-top: 0.36rem;
}

.supplies-box {
  display: flex;
  justify-content: space-between;
}

.news-nav-second {
  display: inline-block;
}

.main-home i {
  font-family: "MontserratLight";
  margin: 0 3px;
}

.main-home a:hover {
  color: #494949;
  text-decoration: underline;
}

.pro-info .infos {
  background: #fff !important;
}

.personal .mauto,
.pro-info .mauto {
  display: flex;
  justify-content: space-between;
}

.place-order .row3 {
  display: flex;
  flex-wrap: wrap;
}

.personal-info .row {
  display: flex;
}

.history-cur .home-model-swiper1-i {
  border: 1px solid #eff1f1;
  border-radius: 10px;
}

.history-cur ul {
  margin-left: -20px;
  display: flex;
  flex-wrap: wrap;
}

.history-cur ul li {
  padding-left: 20px;
  margin-bottom: 0.3rem;
}

.contactus-box {
  padding: 0.4rem 0 0.6rem;
}

.faq .form {
  max-width: 780px;
  margin: 0 auto
}

.faq .form .txt {
  width: -webkit-calc(100% - 162px);
  width: -moz-calc(100% - 162px);
  width: calc(100% - 162px);
  height: 61px;
  line-height: 61px;
  border-radius: 3px;
  border: 1px solid #e8e8e8;
  padding: 0 15px;
  background: #fff
}

.faq .form .btn {
  width: 152px;
  height: 63px;
  background: url(../images/faq_search.png) no-repeat center
}

.faq ul {
  margin-left: -.77rem
}

.faq li {
  padding-left: .77rem;
  margin-bottom: .6rem
}

.faq li .top {
  padding: 10px 0;
  border-bottom: 1px solid #ebeaea;
}

.faq li h3 {
  font-size: 28px;
  color: #46aae7
}

.faq li a:hover {
  color: #46aae7;
  text-decoration: none;
}

.faq-info h3 {
  font-size: 28px;
  color: #46aae8;
  padding: 10px 0;
  border-bottom: 1px solid #e9e9e9
}

.faq-info .f16 {
  background: url(../images/a2.jpg) top left no-repeat;
  width: 100%;
  padding-left: 37px;
}

.payment-info li.cur h3 {
  color: #d15e01
}

.payment-info li h3 {
  font-family: MontserratBold;
  padding-left: 0.34rem
}

/*
.payment-info li h3::after {
    position: absolute;
    content: '◆';
    left: 0;
    top: 0;
    font-size: 40px;
    line-height: 30px
}*/

.help-list .fb {
  padding-left: 0.34rem;
}

.payment-info li .txt {
  padding-left: 0.34rem
}

.payment-info li {
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #E3E3E3;
}

.faq-info .mb10 {
  margin-bottom: .7rem;
}

.contact li {
  margin: .25rem 0
}

.contact .icon {
  width: 145px;
  height: 147px;
  line-height: 147px
}

.contact .info {
  width: -webkit-calc(100% - 145px);
  width: -moz-calc(100% - 145px);
  width: calc(100% - 145px);
  padding: 0 6%
}

.flex-item-center {
  display: flex;
  align-items: center;
}

.blog-list-news .imgs {
  padding-bottom: 67.54098361% !important;
}

.blog-list-news .imgs img {
  position: absolute;
  top: 0;
  left: 0;
}

.listaaa {
  width: 100%;
}

@media (max-width: 1920px) {
  .header nav .sub2-row {
    margin-left: -200px;
  }

  /* .header-show {
        left: 50%;
        transform: translateX(-30%);
    } */
}

@media (max-width: 1600px) {

  .mauto-h,
  .header-top-menu .t1 {
    padding-left: 0.32rem;
    padding-right: 0.32rem;
  }
}

@media (max-width: 1500px) {
  .header-show {
    width: 1200px;
    padding: 0.5rem 0.3rem;
  }

  .header nav .sub2,
  .header nav .sub2-row {
    width: 260px;
  }

  .header nav .sub3 {
    width: 900px;
    margin-left: 260px !important;
  }

  .header nav .sub2 .link2>a {
    padding: 0 0.22rem;
  }

  .header nav .sub2-row {
    margin-left: -150px;
  }
}

@media (max-width: 1400px) {
  .header-show {
    width: 11rem;
  }

  .fmsg,
  .fbody,
  .public-tobody1 {
    width: 97% !important;
    padding-left: 0.32rem;
    padding-right: 0.32rem;
  }

  .header nav .sub3 {
    width: 800px;
  }
}

@media (max-width: 1280px) {
  .header-show {
    width: 10rem;
  }

  .goods-box-info-row-l-box {
    width: 50%;
  }

  .contact-box-list-swiper1-info {
    padding: 0 0.2rem;
  }

  .contact-box-list-swiper1 {
    max-width: 5rem;
  }

  .contact-box-con-i {
    margin-top: 0.5rem;
  }

  .header nav .sub3 {
    width: 700px;
  }

  .sourcingservice-b-con-list-i-img {
    width: 2rem;
    height: 2rem;
  }

  .sourcingservice-b-con-list-i-msg {
    width: calc(100% - 2.2rem);
  }

  .productservice-list-i .item-title .b {
    font-size: 1rem;
    line-height: 1rem;
  }

  .contact-box-con-i-row-i.code,
  .contact-box-con-i-row .contact-box-con-i-row-i {
    width: calc(100% / 2 - 12px);
    margin-top: 0.2rem;
  }

  .contact-box-con-i-row {
    display: flex;
    flex-wrap: wrap;
  }
}

@media (max-width: 1200px) {

  .souring-swiper-i .con {
    padding: 0 0.3rem;
  }

  .souring-m2-list-i {
    width: 49%;
    margin-bottom: 0.8rem;
  }

  .souring-m1.solution {
    padding-bottom: 0;
  }

  .souring-m1-list-i {
    width: 49%;
    margin-bottom: 0.7rem;
  }

  .ware-swiper-i .con .t2 {
    margin-top: 0.2rem;
  }

  .ware-swiper-i .con .t1 {
    font-size: 0.3rem;
  }

  .search {
    background: rgba(0, 0, 0, 0.3);
  }

  .home-model4-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: 0;
  }

  .home-model4-list-i {
    width: 49%;
    margin-left: 0;
    margin-bottom: 0.2rem;
  }

  .goods-box-info-row-l-box,
  .goods-box-info-row-r {
    width: 100%;
  }

  .goods-box-info-rows,
  .goods-box-info-row-l {
    position: static;
  }

  .goods-box-info-row {
    display: block;
  }
}

@media (max-width: 1024px) {
  .souring-m3-list-l {
    width: auto;
  }

  .souring-m2-list-i .con .t2 {
    margin-top: 0.2rem;
  }

  .souring-m2-list-i {
    margin-bottom: 0.4rem;
  }

  .souring-swiper {
    margin-top: 0.3rem;
  }

  .souring-swiper-i .con {
    padding: 0;
    margin-top: 0.2rem;
  }

  .souring-m3-list-r-i .t1 {
    margin-right: 0.2rem;
  }

  .souring-m3-list-l {
    margin: auto;
  }

  .souring-m3-list-r {
    max-width: none;
    margin-left: 0;
  }

  .souring-swiper-i,
  .souring-m3-list,
  .souring-m4-list {
    display: block;
  }

  .souring-m3-list,
  .common-lenolsa {
    margin-top: 0.3rem;
  }

  .ware-list-last-btn {
    margin-top: 0.2rem;
  }

  .ware-list-last-title {
    font-size: 0.3rem;
    line-height: 1.5;
  }

  .pallet-swiper-i .con .con-i {
    margin-bottom: 0.3rem;
  }

  .ware-list-i-img img {
    margin-bottom: 0.2rem;
  }

  .ware-list-i {
    padding: 0.4rem;
  }

  .common-lourew-content-text {
    padding-right: 0.2rem;
    padding-bottom: 0.2rem;
  }

  .ware-list-i {
    width: 48%;
  }

  .pallet-swiper-i .img {
    width: 100%;
    margin: 0;
    margin-top: 0.2rem;
  }

  .pallet-swiper-i .con {
    width: 100%;
  }

  .pallet-swiper-i {
    display: block;
  }

  .souring-m3,
  .souring-m1 {
    padding: 0.4rem 0;
  }

  .ware-swiper-i .con .t2,
  .ware-swiper-i .img {
    display: none;
  }

  .about-b-model2-i .slick-slide,
  .about-b-model1-img {
    height: max-content !important;
  }

  .public-banner h1 {
    font-size: 0.32rem;
  }

  .search {
    background: rgba(0, 0, 0, 0.5);
  }

  .goods-box-info-row-l-swiper2 .swiper-pagination {
    display: block;
  }

  .about-b-model2-i-info .t1 {
    margin-bottom: 0.2rem;
  }

  .about-b-model2-i-info,
  .about-b-model2-i-img,
  .about-b-model1-info,
  .about-b-model1-img {
    width: 100%;
  }

  .about-b-model2-i-info,
  .about-b-model1-img {
    margin-top: 0.2rem;
  }

  .about-b-model2-i-info {
    padding: 0;
  }

  .about-b-model2-i:nth-child(even),
  .about-b-model2-i,
  .about-b-model1 {
    display: block;
  }

  .contact-box-list-swiper1 {
    left: 0.3rem;
  }

  .packing-model1-i-box-i {
    width: 100%;
    margin-bottom: 0.2rem;
  }

  .packing-model1-i-box-i:last-child {
    margin-bottom: 0;
  }

  .packing-model1-i-box1 {
    display: block;
  }

  .sourcingservice-b-top {
    padding: 0.5rem;
  }

  .sourcingservice-b-con {
    margin-top: 0.5rem;
  }

  .contact-box-list,
  .sourcingservice-b-con-list {
    margin-top: 0.4rem;
  }

  .sourcingservice-b-con-list-i-msg {
    width: calc(100% - 1.7rem);
  }

  .sourcingservice-b-con-list-i-img {
    width: 1.5rem;
    height: 1.5rem;
  }

  .testimonials-b {
    padding: 0.4rem 0;
  }

  .home-model-prev,
  .home-model-next {
    top: 45% !important;
  }

  .packing-model1-i-box-img {
    width: 45%;
    min-height: auto;
  }

  .packing-model1-i-box-info {
    width: 55%;
    padding: 0.25rem;
  }

  .packing-model1-i-box-info .t1 {
    margin-bottom: 0.2rem;
  }

  .goods-box-info-row-msg-list .swiper-pagination {
    display: block !important;
  }

  .common-img-scale {
    margin: 0;
    margin-top: 0.2rem;
  }

  .common-img-scale img,
  .ware-list-i {
    width: 100%;
  }

  .souring-swiper .swiper-pagination {
    margin-top: 0.3rem;
  }
}

@media (max-width: 768px) {
  .listaaa {
    display: flex;
    justify-content: space-between;
  }

  .listaaa li {
    width: 48% !important;
    margin-right: 0;
  }

  .payment-info li h3 {
    font-size: 0.26rem;
    line-height: normal;
  }

  .help-list .f30 {
    font-size: 0.3rem !important;
    line-height: normal;
  }

  .payment-info li h3,
  .help-list .fb,
  .payment-info li .txt {
    padding-left: 0;
  }

  .sild-float {
    display: none !important;
  }

  .help-list .f30 {
    font-size: 0.3rem !important;
  }

  .help-list .f24 {
    font-size: 0.24rem !important;
  }

  .souring-m1-list-i {
    width: 100%;
    margin-bottom: 0.7rem;
  }

  .souring-m1-title {
    line-height: 1.5;
  }

  .souring-m2-list-i .con .t2 {
    margin-top: 0.1rem;
  }

  .souring-m2-list-i {
    width: 100%;
  }

  .pallet-swiper-i .img {
    max-width: none;
  }

  .souring-swiper-i .con .t1 {
    font-size: 0.2rem;
  }

  .home-public-title,
  .ware-list-last-title,
  .ware-swiper-i .con .t1 {
    font-size: 0.22rem;
  }

  .home-public-nav i {
    display: none;
  }

  .contact-box-list-swiper1-info-t2,
  .contact-box-list-swiper1-info-t1 {
    color: #c2a284 !important;
  }

  .testimonials-b-list-i:last-child {
    margin-bottom: 0.2rem;
  }

  .testimonials-b-list-i-con .info {
    height: auto;
    min-height: 1.5rem;
  }

  .testimonials-b-list-i-con .info {
    padding: 0.2rem 0.26rem;
  }

  .testimonials-b-list-i-con .info .t1,
  .testimonials-b-list-i-con .info .t2 {
    min-width: 120px;
    margin: 0.05rem auto;
  }

  .testimonials-b-list-i {
    margin-bottom: 0.4rem;
  }

  .testimonials-b-list-i-con-img {
    top: 100%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 1;
    display: none !important;
  }

  .testimonials-b-list-i-msg {
    padding: 0;
    margin-top: 0.15rem;
  }

  .testimonials-b-list-i-con .info {
    width: 100%;
  }

  .testimonials-b-list-i {
    display: block !important;
  }

  .goods-box-info-row-r-btn .btn1 {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }

  .goods-box-info-row-r-btn .btn2 {
    height: 50px;
    line-height: 50px;
  }

  .goods-box-info-row-r-msg,
  .goods-box-info-row-r-specs {
    margin-top: 0.3rem;
  }

  .goods-box-info-row-r-price {
    padding: 0.3rem 0.12rem;
    margin: 0.3rem 0 0.36rem;
  }

  .goods-box-recommend {
    padding: 0.3rem 0 0.4rem;
    background: #fcf7ef;
  }

  .goods-box-info-row-r {
    padding-top: 0.4rem;
  }

  .goods-box-info-row-l-box {
    width: 100%;
  }

  .about-b-model3-list,
  .about-b-model2,
  .about-b-model1 {
    padding-top: 0.3rem;
    padding-bottom: 0.4rem;
  }

  .about-b-model3-list-i-item .t1 {
    margin-bottom: 0.15rem;
  }

  .about-b-model3-list-i-item {
    min-height: auto;
    padding: 0.3rem 0;
  }

  .about-b-model3-list-i:nth-child(2) .about-b-model3-list-i-item:last-child {
    border-bottom: none;
  }

  .about-b-model3-list-i-item:last-child {}

  .about-b-model3-list-i-item.center {
    display: none;
  }

  .about-b-model3-list-i-item {
    width: 100%;
    border-right: none;
  }

  .about-b-model3-list-i:nth-child(2) .about-b-model3-list-i-item {
    border-bottom: 1px solid #dedede;
  }

  .about-b-model3-list-i {
    display: block !important;
  }

  .contact-box-list-swiper1-info {
    line-height: 1.2;
  }

  .contact-box-list-swiper-img img {
    object-fit: cover;
    min-height: auto;
  }

  .contact-box-list-swiper1 {
    position: static;
    max-width: none;
  }

  .contact-box-con-i-row-i-btn {
    margin-top: 0.2rem;
  }

  .contact-box-con-i-row-i-code {
    display: block;
  }

  .contact-box-con-i-row-i.code,
  .contact-box-con-i-row .contact-box-con-i-row-i {
    width: 100%;
    margin-top: 0.2rem;
  }

  .contact-box-con-i-row-i-code::after {
    display: none;
  }

  #imgValidateCode,
  .contact-box-con-i-row-i .input {
    margin-top: 0.15rem !important;
  }

  .contact-box-list,
  .contact-box-con-i,
  .contact-box-con-i-row,
  .contact-box-con .t2 {
    margin-top: 0.3rem;
  }

  .contact-box-con {
    padding: 0.4rem 0.2rem;
  }

  .packing-model2-list-i {
    width: 100%;
    margin-bottom: 0.3rem;
  }

  .packing-model2-list-i:last-child {
    margin-bottom: 0;
  }

  .packing-model2-list {
    display: block;
  }

  .productservice-list .row .row-i:nth-child(even) .productservice-list-i:nth-child(odd) {
    margin-top: -0.5rem;
  }

  /* .productservice-list-i .item {
        padding: 0.3rem 0.2rem 0.25rem;
    } */

  .productservice-list-i .item-title .s {
    line-height: 0.4rem;
  }

  .productservice-list-i,
  .productservice-list-i .item-title {
    margin-bottom: 0.3rem;
  }

  .productservice-list-i .item-title .b {
    font-size: 0.7rem;
    line-height: 0.7rem;
  }

  .sourcingservice-b-con-list-i {
    width: 100%;
  }

  .sourcingservice-b-con-list-i-img {
    width: 1.2rem;
    height: 1.2rem;
  }

  .sourcingservice-b-con-list-i-msg {
    width: calc(100% - 1.4rem);
  }

  .sourcingservice-b-top {
    padding: 0.3rem;
  }

  .sourcingservice-b-top .t1,
  .home-model1-info-i-img {
    margin-bottom: 0.15rem;
  }

  .home-model1-info-i-img img {
    height: 0.42rem;
  }

  .fbody-item {
    margin-bottom: 20px;
  }

  .fimg {
    margin-top: 10px !important;
  }

  .fbody-title {
    margin-bottom: 10px !important;
  }

  .productservice-list-i .item .t1 {
    font-size: 0.3rem;
  }

  .goods-box-info-row-r-price .info2>.a,
  .packing-model1-i-box-info,
  .sourcingservice-b-top .t3,
  .productservice-list-i .item .t1,
  .sourcingservice-b-con-list-i-msg {
    line-height: 1.2;
  }

  .header-show-i,
  .about-b-model2-i-info .t2,
  .goods-box-info-row-r-msg .t2,
  .about-b-model3-list-i-item .t2,
  .about-b-model1-info .t2,
  .contact-box-con .t2,
  .sourcingservice-b-top .t1,
  .fbody-con {
    line-height: 1.5;
  }

  .fbody {
    padding-bottom: 0;
  }

  .home-public-nav>.info {
    width: 100%;
  }

  .home-model2-i {
    margin-bottom: 0.3rem;
  }

  .home-model1-info-i {
    margin-bottom: 0.3rem;
  }

  .home-model1-info {
    padding: 0.35rem 0;
  }

  .home-public-nav>.more {
    display: none;
  }

  .more-h5 {
    display: block;
  }

  .home-model1-menu .row {
    display: flex;
    flex-wrap: wrap;
  }

  .home-model1-menu-i {
    width: calc(100% / 3);
    padding: 0.3rem 0;
  }

  .home-model1-menu-i-img img {
    max-height: 0.52rem;
  }

  .home-model1-info-list {
    margin-top: 0.3rem;
  }

  .home-model3-swiper-i {
    padding-right: 0;
    border-right: none;
  }

  .sourcingservice-b-con {
    margin-top: 0.4rem;
  }

  .packing-model2 {
    padding: 0.5rem 0;
  }

  .contact-box-list-swiper1 {
    max-height: 4rem;
    height: 4rem;
  }
}

@media (max-width: 580px) {
  .sourcingservice-b-top .t3 {
    height: 38px;
  }

  .contact-box-list-swiper1 {
    max-height: 5rem;
    height: 5rem;
  }

  .goods-box-info-row-msg-list .swiper-pagination .swiper-pagination-bullet,
  .goods-box-info-row-l .swiper-pagination .swiper-pagination-bullet {
    width: 0.2rem;
    height: 0.2rem;
    margin-right: 9px !important;
  }

  .goods-box-info-row-l-swiper2 {
    width: 100%;
  }

  .goods-box-info-row-l-swiper1 {
    display: none;
  }

  .goods-box-info-row-r-price .info2 {
    padding-left: 0.3rem;
    border-left: 1px solid #dadada;
  }

  #imgValidateCode,
  .contact-box-con-i-row-i .input {
    height: 45px !important;
  }

  .packing-model3-more {
    margin-top: 0.2rem;
  }

  .packing-model1-i-box-i-info {
    padding: 0;
    margin-top: 0.25rem;
  }

  .packing-model3 .packing-model1-i-box-info {
    padding: 0.25rem;
  }

  .contact-box-con-i-row-i-btn,
  .packing-model3 .packing-model1-i-box-info,
  .packing-model3 .packing-model1-i-box-img,
  .packing-model1-i-box-i-info,
  .packing-model1-i-box-i-img,
  .packing-model1-i-box-info,
  .packing-model1-i-box-img {
    width: 100%;
  }

  .packing-model1-i-box-i,
  .packing-model1-i-box {
    display: block;
  }

  .productservice-list {
    padding: 0.5rem 0 0.3rem;
  }

  .productservice-list-i .item-title {
    margin-bottom: 0.2rem;
  }

  .productservice-list-i .item {
    margin-bottom: 0.3rem;
  }

  .productservice-list-i .item-title .b {
    font-size: 0.6rem;
    line-height: 0.6rem;
  }

  .productservice-list-i .item .t2 {
    margin-top: 0;
  }

  .contact-box-title .t2 {
    margin-top: 0.2rem;
  }

  .home-model1-menu-i .t1 {
    margin-top: 0.15rem;
  }

  .home-main .public-tobody1 {
    width: 95% !important;
    padding-left: 0.32rem !important;
    padding-right: 0.32rem !important;
  }

  .public-tobody1 {
    width: 95% !important;
    padding-left: 0.2rem !important;
    padding-right: 0.2rem !important;
  }

  /* .home-model1-info .row>.t1, */
  .contact-box-title .t1 {
    font-size: 1.6em;
  }

  .goods-box-info-row-r-btn .btn2,
  .packing-model3-more,
  .productservice-list-i .item .t1,
  .home-model3-swiper-i-info .t1,
  .home-model1-info-i .t1,
  .home-model1-menu-i .t1 {
    font-size: 0.24rem;
  }

  .sourcingservice-b-top .t2,
  .contact-box-title .t2,
  .home-model3-swiper-i-info .t2,
  .home-model-swiper1-i-info .t1,
  .home-model1-info-i .t1 {
    line-height: 1.5;
  }

  .goods-box-info-row-r-price .info2>.a,
  .goods-box-info-row-r-price .info1>.a,
  .contact-box-list-swiper1-info,
  .sourcingservice-b-con-list-i-msg,
  .sourcingservice-b-top .t2,
  .contact-box-title .t2,
  .contact-box-con .t2,
  .contact-box-con-i-row-i-btn,
  .contact-box-con-i-row-i .t1,
  .productservice-list-i .item .t2,
  .home-public-nav>.info .t2 {
    font-size: 0.22rem;
  }
}