@font-face {
  font-family: "MontserratRegular";
  src: url(../css/Montserrat-Regular.ttf);
}

@font-face {
  font-family: "MontserratLight";
  src: url(../css/Montserrat-Light.otf);
}
@font-face {
  font-family: "MontserratHairline";
  src: url(../css/Montserrat-Hairline.otf);
}

@font-face {
  font-family: "MontserratBold";
  src: url(../css/Montserrat-Bold.otf);
}

@font-face {
  font-family: "MontserratBlack";
  src: url(../css/Montserrat-Black.otf);
}

@font-face {
  font-family: "MontserratSemi";
  font-weight: Bold;
  src: url(../css/Montserrat\ Semi\ Bold.otf);
}

@font-face {
  font-family: "MontserratExtra";
  font-weight: Bold;
  src: url(../css/Montserrat\ Extra\ Bold.otf);
}

/* 右侧悬浮 begin */
.sild-float {
  position: fixed;
  z-index: 21;
  right: 0;
  bottom: 30%;
  width: 46px;
}

.sild-float .list {
  margin-bottom: 2px;
}

.sild-float .list > a {
  display: block;
  width: 100%;
  height: 46px;
  background: rgba(0, 0, 0, 0.5) no-repeat center center;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.sild-float .list a.a1 {
  background-image: url(../images/fiex1.png);
}

.sild-float .list a.a2 {
  background-image: url(../images/fix2.png);
}

.sild-float .list a.a3 {
  background-image: url(../images/fiex3.png);
}

.sild-float .list a.a4 {
  background-image: url(../images/fix4.png);
}

.sild-float .list a.a5 {
  background-image: url(../images/fiex6.png);
}

.sild-float .list a.a6 {
  display: block !important;
  background-image: url(../images/fiex5.png);
}

.sild-float .list:hover > a {
  background-color: #494949;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.sild-float .list .rolme {
  -webkit-transform: translateX(-30px);
  -moz-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  -o-transform: translateX(-30px);
  transform: translateX(-30px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  right: 46px;
  top: 0;
  padding: 10px;
  line-height: 26px;
  width: 184px;
  background: rgba(0, 0, 0, 0.5);
}

.sild-float .list:hover .rolme {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.sild-float .list .rolme .ltt {
  font-size: 20px;
  color: #fff;
  text-align: center;
  word-break: break-all;
}

.sild-float .list .rolme .emv img {
  border-radius: 10px;
}

.sild-float .list:nth-child(1) .fplae {
  border-top-left-radius: 5px;
  overflow: hidden;
}

.sild-float .list:last-child > a {
  border-bottom-left-radius: 5px;
  overflow: hidden;
}

.sild-float .bpmaeb {
  height: 46px;
  width: 46px;
  background: url(../images/fiex4.png) no-repeat center center;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.sild-float .diy1 .bpmaeb {
  background: url(../images/fiex1.png) no-repeat center center;
}

.sild-float .diy2 .bpmaeb {
  background: url(../images/fiex6.png) no-repeat center center;
}

.sild-float .email .bpmaeb {
  background: url(../images/fiex2.png) no-repeat center center;
}

.sild-float .kefu .bpmaeb {
  background: url(../images/fix4.png) no-repeat center center;
}

.sild-float .friends .bpmaeb {
  background: url(../images/fix5.png) no-repeat center center;
}

.sild-float .fplae {
  display: block;
  line-height: 46px;
  height: 46px;
  width: 270px;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.sild-float .fplae:hover {
  -webkit-transform: translateX(-180px);
  -moz-transform: translateX(-180px);
  -ms-transform: translateX(-180px);
  -o-transform: translateX(-180px);
  transform: translateX(-220px);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.sild-float .fplae:hover .bpmaeb {
  background-color: #494949;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.sild-float .fplae .ltt {
  width: 220px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  word-break: break-all;
}

.sild-float .email .fplae .ltt {
  font-size: 14px;
}

.sild-float .kefu .fplae .ltt {
  font-size: 14px;
}

.sild-float .friends .fplae .ltt {
  font-size: 14px;
}

.header nav ul li .link2:nth-child(10) .sub3,
.header nav ul li .link2:nth-child(11) .sub3,
.header nav ul li .link2:nth-child(12) .sub3,
.header nav ul li .link2:nth-child(13) .sub3,
.header nav ul li .link2:nth-child(14) .sub3,
.header nav ul li .link2:nth-child(15) .sub3 {
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.header nav ul li.cur > a::after,
.header nav ul li:hover > a.wxcur::after {
  background: url(../images/project_lp/icon-nav1.png) no-repeat !important;
  -o-background-size: contain;
  background-size: contain;
  transform: rotateX(180deg);
}

.header nav ul li > a.wxcur::after {
  width: 11px;
  height: 6px;
  display: inline-block;
  content: "";
  float: right;
  margin-left: 5px;
  background: url(../images/icon-nav1.png) no-repeat;
  -o-background-size: contain;
  background-size: contain;
  transition: all 0.8s;
}

.header nav .sub2 .link2.on > a.wxcur::after,
.header nav .sub2 .link2:hover > a.wxcur::after {
  background: url(../images/icon-nav02.png) no-repeat;
  -o-background-size: contain;
  background-size: contain;
}

.header nav .sub2 .link2 > a.wxcur::after {
  width: 5px;
  height: 8px;
  display: inline-block;
  content: "";
  margin-left: 5px;
  background: url(../images/icon-nav02.png) no-repeat;
  -o-background-size: contain;
  background-size: contain;
}

/* 右侧悬浮 end */
.tc {
  color: #494949;
}

.tcbg {
  background: #494949;
}

.mauto {
  max-width: 1400px;
}

.mauto-h {
  max-width: 1600px;
  margin: 0 auto;
}

body {
  padding-top: 106px !important;
  background: #f9f9f9;
}

.main-body {
  padding-top: 45px !important;
}

.header .item2 {
}

.banner,
.header-m,
.i-banner,
footer,
header,
main {
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.shop-nav-copy {
  margin-top: 30px;
}

.main-bg {
  background-color: #ffffff;
}

.news-header-span {
  width: 1500px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 48px;
  font-family: MontserratBold;
  font-weight: normal;
  color: #2c2c2c;
}

header {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  /* background: #fff; */
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
}

.header nav ul li:hover .header-menu-show {
  display: block;
  opacity: 1;
}

.header-menu-show {
  display: none;
  opacity: 1;
}

.header-menu {
  width: 100%;
  background: #494949;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.header-menu-l {
  width: 40%;
  height: auto;
  padding: 0 0 100px 0;
}

.header-menu-r {
  width: 60%;
  height: auto;
  line-height: initial;
  background: #f2f2f2;
}

.header-menu-r dd {
  display: none;
}

.header-menu-r-item {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: left;
  padding: 39px 80px 39px 80px;
  font-size: 16px;
  font-family: MontserratLight;
  font-weight: 500;
  color: #353535;
}

.header-menu-r-item-s {
  width: 43%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 15px 30px 15px;
}

.header-menu-r-item-s a:hover,
.header-menu-r-child-s:hover {
  color: #494949;
}

.header-menu-r-child-s {
  margin: 20px 30px 0 0;
}

.header-menu-r-child {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 15px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #353535;
}

.header-menu-l-item {
  padding-left: 32%;
}

.header-menu-l-item a {
  height: 48px;
  font-size: 16px !important;
  font-family: MontserratLight !important;
  font-weight: normal !important;
  color: #ffffff !important;
  line-height: 48px;
}

.header-menu-l-item-active {
  background-color: #f2f2f2;
}

.header-menu-l-item-active a {
  color: #494949 !important;
}

.news-tobody-copy {
  max-width: 1500px;
  margin: auto;
  padding-bottom: 20px;
  background: #ffffff;
}

.header-logo {
  margin-right: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.header-logo img {
  max-width: 280px;
  object-fit: contain;
  display: block;
}

.header-logo .i2 {
  display: none;
}

.header .logo {
  max-width: 172px;
  height: 127px;
  line-height: 127px;
  overflow: hidden;
}

.header nav ul li {
  margin: 0 30px;
  height: 61px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header nav ul li.cur > a,
.header nav ul li:hover > a {
  /* color: #494949; */
}

li:hover .menu-img > img {
  visibility: visible;
}

.header nav ul li.cur .sub2,
/* .header nav ul li.cur .sub22, */
.header nav ul li.cur .sub23,
.header nav ul li:hover .sub2,
.header nav ul li:hover .sub2-row,
.header nav ul li:hover .sub22,
.header nav ul li:hover .sub23 {
  display: block;
}

.header nav ul li a {
  display: block;
  font-size: 16px;
  font-weight: 300;
  color: #535353;
  font-family: MontserratLight;
}

/* .header nav ul li:last-child .header-show-i {
  font-family: MontserratLight !important;
  font-weight: 500 !important;
} */


.header nav ul li a:hover {
  /* color: #494949; */
}

.header nav ul li > a {
  font-size: 18px;
  color: #2f2f2f;
  font-weight: 700;
  font-family: MontserratSemi;
  height: 40px;
  line-height: 45px;
  padding: 0 10px 0;
  display: flex;
  align-items: center;
}

.i-blog .imgs {
  padding-bottom: 67.54098361%;
}

.i-blog li {
  padding-left: 0.05rem;
}

.header nav .sub2 {
  z-index: 1;
  width: 300px;
  max-height: 595px;
  overflow-y: auto;
  padding: 18px 0;
  left: 24%;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
  background: #ffffff;
  border-radius: 10px 0 0 10px;
}

.header nav .sub3 .row::-webkit-scrollbar,
.header nav .sub2::-webkit-scrollbar {
  width: 2px;
  height: 100%;
  background: #eeeeee;
}

.header nav .sub3 .row::-webkit-scrollbar-thumb,
.header nav .sub2::-webkit-scrollbar-thumb {
  background: #494949;
}

.header nav .sub2 .link2 {
  position: relative;
}

.header nav .sub2 .link2 > a {
  width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-family: MontserratSemi;
  font-weight: bold;
  padding: 0 30px;
  color: #0c0c0c;
  height: 40px;
  line-height: normal;
  margin-bottom: 5px;
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header nav .sub2 .link2.on > a,
.header nav .sub2 .link2:hover > a {
  color: #fff;
}

.header nav .sub2 .link2.on > a,
.link2:hover > a {
  display: flex;
  border-radius: 50px;
  background: #494949;
}

.menu-img {
  height: 10px;
  line-height: normal;
}

.menu-img > img {
  visibility: hidden;
}

.header nav .sub2 .link2.on .sub3,
.header nav .sub2 .link2:hover .sub3 {
  display: block;
}

.header nav .sub3 {
  top: -0.2rem;
  left: 230px;
  width: 1024px;
  padding: 20px;
  background: #fff;
  box-shadow: 10px 0px 25px -8px rgba(0, 0, 0, 0.08);
  border-radius: 0 10px 10px 0;
}

.header nav .sub3 .row {
  display: flex;
  flex-wrap: wrap;
  height: max-content;
  flex-direction: row;
  width: 100%;
  margin-left: -0.4rem;
  max-height: 545px;
  overflow-y: auto;
}

.header nav .sub3 .lg-4 {
  width: 25%;
  padding-left: 0.4rem;
}

.header nav .sub3 a {
  display: block;
  font-weight: 300;
  font-size: 16px;
  color: #0c0c0c;
  /* border-bottom: 1px solid #dbdce0; */
}

.header nav .sub3 .info {
  float: right;
}

.header nav .link3 {
  display: flex !important;
  font-size: 16px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #0c0c0c;
  line-height: 36px;
  text-align: left;
}

.header nav .link3:hover {
  color: #494949 !important;
}

.header nav .link4 {
  font-size: 15px;
  padding: 5px 0;
  line-height: 22px;
  color: #666;
  text-align: left;
}

.header nav .link4:hover {
  color: #494949 !important;
}

.header nav .info .con-l {
  width: -webkit-calc(100% - 480px);
  width: -moz-calc(100% - 480px);
  width: calc(100% - 480px);
  margin-top: 2.3%;
  display: none;
}

.header nav .info .con-l em {
  font-size: 18px;
  text-align: left;
}

.header nav .info .con-l .row {
  margin-left: -0.11rem;
}

.header nav .info .con-l .row .lg-4 {
  padding-left: 0.11rem;
}

.header nav .info .con-l .imgs {
  padding-bottom: 85%;
}

.header nav .info .con-r {
  width: 220px;
  margin-top: -20px;
}

.header nav .info .con-r .ing {
  width: 185px;
  height: 128px;
}

.header nav .sub22 {
  z-index: 1;
  top: 197px;
  left: 0;
  width: 100%;
  /* background: #F2F2F2; */
}

.header nav .sub22.navcur {
  top: 61px !important;
}

.header.cur nav .sub22 {
  top: 153px;
}

.header nav .sub22 .con-l {
  width: 100%;
  text-align: left;
}

.header nav .sub22 .con-l .row {
  padding: 0 10px 0;
}

.header nav .sub22 .con-l .row .lg-3 {
  padding-left: 0.3rem;
  margin-bottom: 0.3rem;
}

.header nav .sub22 .con-l em {
  height: 90px;
  font-size: 16px;
  font-family: MontserratSemi;
  font-weight: normal;
  color: #494949;
}

.header nav .sub22 .con-l .link {
  font-size: 14px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #353535;
  line-height: 24px;
}

.header nav .sub22 .con-l .link a:hover {
  color: #494949;
}

.header nav .sub22 .con-r {
  width: 43%;
}

.header nav .sub23 {
  top: 80px;
  left: 50%;
  width: 130px;
  background: #fff;
  -webkit-box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.header nav .sub23 a {
  padding: 0 10px;
  line-height: 22px;
}

.header nav .sub23 a:hover {
  color: #fff;
  background: #494949;
}

.header nav .sub23 i {
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.header .item2 {
  /* background: #fff */
}

.header .item2 .c6 a {
  margin: 5px 0.1rem 0 0.1rem;
}

.header .item2 .btn {
  color: #3c3c3c;
}

.header .item2 .btn a {
  margin: 0 25px;
}

.header .item2 .btn .icon {
  height: 50px;
  line-height: 25px;
  font-size: 14px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #fff;
  display: flex;
  align-items: center;
}

.header .item2 .btn .icon img {
  display: block;
  margin-right: 10px;
}

.header .item2 .btn .icon .i2 {
  display: none;
}

.header .item2 .btn .CarNum {
  display: block;
  position: absolute;
  bottom: 25px;
  right: -4px;
  background: #fc7a7a;
  width: 20px;
  height: 20px;
  line-height: 20px;
  color: #fff;
  border-radius: 50%;
}

.cart-btn-w {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.cart-btn-w:hover .cart-con {
  visibility: visible;
  opacity: 1;
}

.cart-con {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  position: absolute;
  top: 50px;
  left: -360px;
  border: 1px solid #dfdfdf;
  -webkit-box-shadow: 0 10px 12px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 10px 12px 0 rgba(0, 0, 0, 0.12);
}

.cart-con-item {
  width: 400px;
  background: #ffffff;
  padding: 0 20px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.11);
  border-radius: 3px;
}

.cart-con-list {
  max-height: 462px;
  text-align: left;
}

.cart-con-list::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}

.cart-con-list::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  background-color: #dfdfdf;
}

.cart-con-list::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  background: #ededed;
  border-radius: 10px;
}

.cart-con-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 18px;
  margin-bottom: 19px;
  border-bottom: 1px dashed #e6e6e6;
  padding-right: 20px;
  cursor: pointer;
}

.cart-con-list-item > img {
  width: 74px;
  height: 75px;
  margin-right: 12px;
}

.car-num {
  height: 75px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-right: 100px;
  cursor: pointer;
}

.car-num:hover .car-num-t {
  color: #975e28;
}

.car-num-t {
  width: 100%;
  height: auto;
  font-size: 16px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #020301;
  line-height: 24px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.car-num-c {
  font-size: 15px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #797979;
  line-height: 24px;
}

.car-price {
  text-align: right;
  height: 75px;
  line-height: 106px;
}

.car-price-n {
  font-size: 16px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #975e28;
  line-height: 0px;
  margin-top: 11px;
}

.s-l-con > li:hover {
  color: #975e28;
}

.car-price-i {
  width: 15px;
  height: 16px;
  cursor: pointer;
}

.car-con-title {
  font-size: 15px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #494949;
  line-height: 24px;
  margin-top: 18px;
  text-align: left;
  margin-bottom: 20px;
}

.car-price-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.car-price-item-l {
  font-size: 16px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #020301;
  line-height: 24px;
}

.car-price-item-l > span {
  font-size: 13px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #020301;
  line-height: 24px;
}

.car-price-item > b {
  color: #000;
  font-size: 16px;
}

.car-btn {
  width: 100%;
  height: 30px;
  line-height: 30px;
  background: #494949;
  border-radius: 3px;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  font-weight: bold;
  color: #ffffff;
  margin-top: 20px;
}

.cart-con .list {
  max-height: 380px;
  overflow-y: auto;
}

.cart-con .list li {
  display: flex;
  padding: 10px 0;
  border-bottom: 1px solid #f1f1f1;
}

/* .cart-con .list li:last-child {
    border-bottom: 0 solid #f1f1f1
} */

.cart-con .list .img {
  width: 65px;
  height: 65px;
  padding: 0 !important;
}

.cart-con .list .info {
  width: -webkit-calc(100% - 65px);
  width: -moz-calc(100% - 65px);
  width: calc(100% - 65px);
  padding: 0 0 0 12px;
}

.cart-con .list .els2 {
  height: 48px;
  line-height: 24px;
  color: #494949;
  width: 60%;
}

.cart-con .list i {
  color: #000;
  font-weight: bolder;
  position: relative;
  left: -15%;
  top: -10px;
}

.cart-con .bazaar-notice {
  font-size: 12px;
  line-height: 22px;
  color: #494949;
  text-align: center;
  margin: 0 0 20px 0;
  padding: 10px 20px;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
}

.cart-con .list input {
  width: 40px;
  height: 25px;
  line-height: 25px;
  padding: 0 5px;
  text-align: center;
  border: 1px solid #e1e1e1;
}

.in-header .btn a {
  margin: 0 10px;
  position: relative;
}

.in-header .btn a span {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: #fc7a7a;
  width: 20px;
  height: 20px;
  line-height: 20px;
  color: #fff;
  border-radius: 50%;
  text-align: center;
}

.in-header .nav li {
  display: inline-block;
  margin: 0 15px;
}

.in-header .nav li a {
  position: relative;
  font-size: 22px;
  color: #003c61;
  padding-bottom: 10px;
}

.in-header .nav li a::after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0;
  width: 70%;
  height: 2px;
  background: #003c61;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.search-w {
  height: 91px;
}

.search {
  width: 345px;
  height: 44px;
  border: 1px solid #f3f3f3;
  /* background: #F3F3F3; */
  border-radius: 50px;
}

.search .txt {
  width: -webkit-calc(100% - 42px);
  width: -moz-calc(100% - 42px);
  width: calc(100% - 42px);
  height: 30px;
  line-height: 30px;
  padding: 0 27px;
  color: #fff;
  background: 0 0;
}

.tag-line {
  margin: 0 33px;
}

.search .txt::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: 300;
  color: #fff;
}

.search .btn {
  width: 42px;
  height: 100%;
  border-radius: 50%;
  background: url(../images/search2.png) no-repeat center;
}

.search-btn {
  width: 80px;
  height: 80px;
  background: url(../images/search.png) no-repeat center;
  cursor: pointer;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAAAVFBMVEUAAABVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVW+WkCdAAAAG3RSTlMA86cS1Qd0zb+G48R+W0E4lVIhm5BKLeppGrQHXWddAAABjklEQVRIx6VV2XLDIAzkBgdf8d3o//+zg6GtB5DiTPfNi1cCrTRiV8i1Fc5aJ0yv2R30gsMv9mV7K9hekGGWtMJACf6kFOLnLyvGWShIaHCFgxOu+4rfk7GRWegcqr9y3X6SLfUOkbHSn3RfU0zx2khyrrGHiFowhcQaznewGuTpraynH4hXmpzVIZJnCELZbE6uIRBqcxNOv0oyVAXBUAsostTFtUs7fVHhos5zxoVmGunuE/+XuHcXKyOKzPvC/9LLNlYeQZ+KXFb+wCRztclCakXZ4gp6DIG6umSpn02AtswWj5Dhs+i4HNiFQZQKhQ/fEwLslJVyD+xDElMB3OhLisBRLi/x/NH0Mm6AmUOCwmxuIYEr7xWHC3ZsBawPKJAoPmBGNzwTdHqBiBXtWmP/9oTrdKpLbAAU07MdxdyYVWZr52D3cQBQGwD3GRl2asrKjqKxpVK+PtBMySCv72ukSs0j72u0T/ZO7D5eyWKk4bCtja5bakDQhUcPiGcfwMQSsE/QVbctjcFZw74Bhtc3xlH5qhwAAAAASUVORK5CYII=)
    no-repeat center;
  -o-background-size: 23px;
  background-size: 23px;
}

.hot-search {
  top: 70px;
  right: 0;
  width: 100%;
  border-radius: 5px;
  padding: 0px !important;
  z-index: 9;
  -webkit-box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
}

.hot-search em {
  height: 36px;
  line-height: 36px;
  color: rgba(56, 56, 56, 0.61);
  padding: 0 0.2rem;
  background: #eee;
}

.hot-search a {
  font-size: 13px;
  margin: 0 3px 7px 0;
  padding: 5px 10px;
  line-height: normal !important;
  border-radius: 4px;
  border: 1px solid #a8a8a8;
  color: #3c3c3c;
  -o-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s;
  -webkit-transition: all 0s;
}

.hot-search-item {
  line-height: 0;
  padding: 10px !important;
}

.hot-search-item > a {
  /* margin-bottom: 18px; */
}

.hot-search a:hover {
  color: #fff;
  background: #494949;
  border: 1px solid #494949;
}

.wish-r-scroll {
  width: 100%;
}

.d-bg {
  width: 897px;
}

.map-con-item > .news-tobody-second > h3:hover a,
.map-title-item span:hover a {
  color: #494949;
}

.search-result {
  top: 70px;
  right: 0;
  width: 100%;
  max-height: 60vh;
  border-radius: 5px;
  padding: 10px 15px;
  -webkit-box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  overflow: auto;
  z-index: 10;
}

.search-result .item {
  padding: 5px 0;
  border-bottom: 1px solid #eee;
}

.search-result .item a:hover h3 {
  color: #494949;
}

.search-result .img {
  width: 40px;
  height: 40px;
  padding: 0 !important;
  border: 1px solid #eff1f1;
}

.search-result .img img {
  display: block;
}

.search-result h3 {
  line-height: normal !important;
  width: -webkit-calc(100% - 40px);
  width: -moz-calc(100% - 40px);
  width: calc(100% - 40px);
  padding: 0 10px;
}

.m-hot-search {
  top: 120px;
  left: 0;
  right: 0;
  margin: auto;
  width: 92%;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
}

.m-hot-search em {
  height: 36px;
  line-height: 36px;
  color: rgba(56, 56, 56, 0.61);
  background: #eee;
}

.m-hot-search a {
  margin: 0 6px 10px 0;
  padding: 5px 10px;
  border-radius: 4px;
  border: 1px solid #494949;
  color: #494949;
  -o-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s;
  -webkit-transition: all 0s;
}

.m-hot-search a:hover {
  color: #fff;
  background: #494949;
}

.m-search-result {
  top: 120px;
  left: 0;
  right: 0;
  margin: auto;
  width: 92%;
  max-height: 60vh;
  border-radius: 5px;
  padding: 10px 15px;
  -webkit-box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  overflow: auto;
}

.m-search-result .item {
  padding: 5px 0;
  border-bottom: 1px solid #eee;
}

.m-search-result .item a:hover h3 {
  color: #494949;
}

.m-search-result .img {
  width: 40px;
  height: 40px;
  border: 1px solid #eff1f1;
}

.m-search-result h3 {
  width: -webkit-calc(100% - 40px);
  width: -moz-calc(100% - 40px);
  width: calc(100% - 40px);
  padding: 0 10px;
}

.m-search {
  top: 80px;
  left: 0;
  padding: 0 4%;
}

.f18 {
  font-size: 18px;
}

.f20 {
  font-size: 20px;
}

.f22 {
  font-size: 22px;
}

.f24 {
  font-size: 24px;
}

.f26 {
  font-size: 26px;
}

.f30 {
  font-size: 30px;
}

.f34 {
  font-size: 34px;
}

.tal {
  text-align: left;
}

.fix-bar {
  position: fixed;
  right: 2%;
  bottom: 6%;
}

.fix-bar .item {
  margin: 2px 0;
}

.fix-bar .item:hover .info {
  visibility: visible;
  opacity: 1;
}

.fix-bar .item:hover .info3 {
  visibility: visible;
  opacity: 1;
  right: 60px;
}

.fix-bar .btn {
  width: 47px;
  height: 47px;
  cursor: pointer;
}

.fix-bar .info {
  top: 50%;
  right: 56px;
  background: #494949;
  min-width: 100px;
  padding: 7px;
  border-radius: 5px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  visibility: hidden;
  opacity: 0;
}

.fix-bar .info2 {
  padding: 0;
}

.fix-bar .info2 em {
  width: 32px;
  height: 90px;
  border-right: 1px solid #fff;
}

.fix-bar .info2 em span {
  top: 29px;
  left: -37px;
  width: 90px;
  height: 32px;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

.fix-bar .info2 .txt {
  width: 120px;
}

.fix-bar .info3 {
  visibility: hidden;
  opacity: 0;
  top: 50%;
  right: 80px;
  padding: 10px;
  min-width: 180px;
  border-radius: 5px;
  background: #eee;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.fix-bar .info3::after {
  position: absolute;
  content: "";
  top: 50%;
  right: -6px;
  border-left: 6px solid #eee;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  margin-top: -5px;
}

.yw-header {
  height: 492px;
  line-height: 20px;
  margin-top: 50px;
  padding: 45px 0;
  font-size: 48px;
  font-family: MontserratSemi;
  font-weight: normal;
  color: #2c2c2c;
  background: url(../images/pt_bg.jpg) no-repeat !important;
  -o-background-size: 100% 100% !important;
  background-size: 100% 100% !important;
}

.yw-header-item {
  width: 45%;
  height: 402px;
  position: relative;
}

.yw-header-item > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.yw-header-item > span {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  font-size: 14px;
  font-family: MontserratLight;
  font-weight: 300;
  text-align: center;
  color: #ffffff;
  line-height: 22px;
  padding: 15px 20px;
  background-color: rgba(0, 0, 0, 0.7);
}

.yw-header-r {
  width: 850px;
  height: 84px;
  margin-left: 37px;
}

.yw-header-r > h1 {
  font-size: 48px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #2c2c2c;
  line-height: 48px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.view-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
}

.yw-header-r > ul {
  padding-left: 30px;
  margin-top: 22px;
}

.yw-header-r > ul > li {
  height: auto;
  list-style: disc;
  font-size: 16px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #2c2c2c;
  margin: 15px 0;
}

.yw-item-r-l > ul > li::marker,
.yw-item-l > ul > li::marker,
.yw-header-r > ul > li::marker {
  width: 3px;
  height: 3px;
  color: #777777;
}

.yw-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 432px;
  margin-top: 30px;
  margin-bottom: 80px;
}

.yw-item-l {
  padding: 140px 84px 116px 63px;
  background-color: #f6f6f6;
  margin-right: 13px;
}

.yw-item-r-l {
  padding: 140px 93px 116px 62px;
  background-color: #f6f6f6;
  margin-left: 14px;
}

.yw-item-r-l > ul > li,
.yw-item-l > ul > li {
  width: 525px;
  list-style: disc;
  font-size: 16px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #2c2c2c;
  line-height: 25px;
  margin-bottom: 30px;
}

.yw-item-r {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.yw-item-r > span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 7px;
}

.yw-item-r-t {
  width: 230px;
  height: 252px;
}

.yw-item-r-b {
  width: 230px;
  height: 180px;
}

.yw-item-a {
  width: 228px;
  height: 217px;
}

.yw-item-b {
  width: 220px;
  height: 432px;
}

.yw-item-c {
  width: 229px;
  height: 141px;
}

.yw-nav {
  padding-left: 157px;
}

.log-header-b {
  max-width: 1400px;
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 402px;
  line-height: 20px;
}

.log-header {
  padding: 45px 0;
  margin-top: 50px;
  background: url(../images/pt_bg.jpg) no-repeat !important;
  -o-background-size: 100% 100% !important;
  background-size: 100% 100% !important;
}

.log-header-item {
  width: 45%;
  position: relative;
}

.log-header-item > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.log-header-item > span {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  font-size: 14px;
  font-family: MontserratLight;
  font-weight: 300;
  text-align: center;
  color: #ffffff;
  line-height: 22px;
  padding: 15px 20px;
  background-color: rgba(0, 0, 0, 0.7);
}

.log-header-r {
  width: 850px;
  height: auto;
  margin-left: 37px;
}

.log-header-r > h1 {
  font-size: 48px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #2c2c2c;
  line-height: 48px;
}

.log-header-r > ul {
  padding-left: 30px;
  margin-top: 29px;
}

.log-header-r > ul > li {
  height: auto;
  list-style: disc;
  font-size: 16px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #2c2c2c;
  margin: 20px 0;
}

.news-nav {
  padding-left: 157px;
}

.log-con-menu {
  max-width: 1300px;
  margin: auto;
  margin-top: 55px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.log-con-menu-item {
  width: 102px;
  height: 102px;
  margin: auto;
  border-radius: 50%;
  background-color: #f0f0f0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -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;
}

.active1 {
  display: none;
}

.active2 {
  display: block;
}

.log-con-menu-item.current {
  background-color: #494949;
  -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;
}

.log-con-menu-item.current .active1 {
  display: block;
}

.log-con-menu-item.current .active2 {
  display: none;
}

/* .log-con-menu-item-active {
    background-color: #494949 !important;
} */

.log-con-menu-item > img {
  /* width: 44px;
    height: 41px; */
}

.log-con-menu-item-s {
  width: 100%;
  position: relative;
}

.log-con-menu-item::after {
  background: url(../images/sj.png) no-repeat;
  -o-background-size: contain;
  background-size: contain;
  content: "";
  display: none;
  position: absolute;
  top: 158px;
  left: 50%;
  width: 60px;
  height: 60px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-box-shadow: #f4f4f4;
  box-shadow: #f4f4f4;
  -webkit-filter: drop-shadow(2px px -8px 7px rgba(0, 0, 0, 0.12));
  filter: drop-shadow(2px px -8px 7px rgba(0, 0, 0, 0.12));
}

.log-con-menu-item.current::after {
  display: block;
}

.log-con-menu-item-s > p {
  font-size: 18px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #191919;
  margin-top: 28px;
}

.log-msg {
  width: 100%;
  /* background: url(../images/wl_8.png) no-repeat; */
  /* background-size: 100% 100%; */
  margin: auto;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.09);
  padding: 60px 50px;
  display: none;
  margin-top: 60px;
}

.log-msg > h4 {
  font-size: 16px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #4f5062;
  line-height: 30px;
  padding-left: 20px;
}

.log-msg-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.log-msg-item > img {
  width: 404px;
  height: 256px;
  margin-top: 43px;
}

.view-con {
  width: 1180px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 40px;
}

.view-con-item {
  width: 250px;
  margin: 0 40px 50px 0;
}

.view-con-item > img {
  width: 250px;
  height: 270px;
  margin-bottom: 20px;
}

.view-con-item-msg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 16px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #020301;
  line-height: 24px;
  padding: 0 7px 0;
}

.view-con-item-msg-p {
  font-size: 16px;
  font-family: MontserratSemi;
  font-weight: Bold;
  color: #975e28;
  line-height: 24px;
}

.view-small {
  font-size: 14px !important;
}

.s-header {
  height: auto;
  margin-top: 31px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.s-header > img {
  width: 100%;
  height: auto;
}

.s-header-con > h3 {
  font-size: 18px;
  font-family: MontserratSemi;
  font-weight: Bold;
  color: #494949;
  line-height: 36px;
  margin-bottom: 20px;
}

.s-header-title > li {
  font-size: 15px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #ffffff;
  line-height: 30px;
  list-style: disc;
}

.s-model {
  margin-top: 44px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 54px;
}

.s-model-l {
  margin-right: 40px;
}

.s-l-menu {
  width: 335px;
}

.s-wish-l-h {
  height: 57px;
  background-color: #494949;
  border-radius: 15px 0 0 0;
  font-size: 24px;
  font-family: MontserratBold;
  font-weight: bold;
  color: #ffffff;
  line-height: 57px;
  padding-left: 21px;
}

.s-wish-l-c {
  background-color: #f6f6f6;
  padding: 48px 49px 58px 29px;
}

.s-wish-l-c-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 41px;
}

.s-wish-l-c-item > div > span {
  font-size: 16px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #383838;
  margin-left: 14px;
  margin-right: 82px;
}

.s-wish-l-c-item > div > span:hover {
  color: #494949 !important;
}

.s-wish-con-active {
  font-family: MontserratSemi !important;
  font-weight: Bold !important;
  color: #494949 !important;
}

.s-l-item {
  width: 335px;
  margin-top: 29px;
}

.s-l-item > h2 {
  height: 50px;
  font-size: 20px;
  font-family: MontserratBold;
  font-weight: bold;
  color: #494949;
  line-height: 50px;
  background-color: #ffffff;
  border-top: 2px solid #494949;
  border-left: 1px solid #f6f6f6;
  border-right: 1px solid #f6f6f6;
  padding-left: 21px;
}

.s-l-item-con,
.s-l-con {
  padding: 0 18px 0;
  background-color: #f6f6f6;
}

.s-l-item-con {
  padding: 19px !important;
}

.s-l-con > li {
  font-size: 16px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #383838;
  line-height: 24px;
  padding: 15px 0 15px 0;
  margin-bottom: 15px;
  border-bottom: 1px dashed #e3e3e3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.s-l-con > li span::after {
  width: 3px;
  height: 3px;
  content: "";
  display: block;
  background-color: #777777;
  margin: 10px 10px 0 0;
}

.s-l-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 23px 0px 19px 0px;
  border-bottom: 1px dashed #e3e3e3;
}

.s-l-items:hover .s-l-items-p {
  color: #975e28;
}

.s-l-items-p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.s-l-items-img {
  width: 103px;
  height: 103px;
  margin-right: 21px;
}

.s-l-items {
  font-size: 16px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #020301;
  line-height: 24px;
}

.s-l-items > a > div > span {
  color: #975e28;
  line-height: 24px;
}

.s-l-items > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* .s-model-r {
    float: left;
} */
.s-model-r-h {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #020301;
}

.s-model-r-h > p > span {
  font-size: 18px;
  font-family: MontserratSemi;
  font-weight: Bold;
  color: #494949;
}

.s-model-r-h > select {
  width: 160px;
  height: 34px;
  border: 1px solid #e3e3e3;
  margin-left: 20px;
  padding: 0 11px 0;
}

.s-model-price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 20px;
  font-size: 15px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #020301;
  line-height: 45px;
}

.s-model-price > input {
  width: 90px;
  height: 34px;
  margin-right: 19px;
  padding: 0 11px 0;
  border: 1px solid #e3e3e3;
}

.s-model-search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.s-model-search > input {
  width: 200px;
  height: 34px;
  padding: 0 11px 0;
  border: 1px solid #e3e3e3;
}

.s-model-search > span {
  width: 63px;
  height: 34px;
  background-color: #494949;
  font-size: 16px;
  font-family: Arial;
  font-weight: 400;
  color: #ffffff;
  line-height: 34px;
  text-align: center;
}

.s-m-m-l,
.s-m-m-l-img,
.s-model-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.s-model-menu {
  padding: 0 27px 0;
  margin-top: 30px;
  background-color: #f6f6f6;
}

.s-m-m-l > h5 {
  font-size: 15px;
  font-family: MontserratSemi;
  font-weight: Bold;
  color: #020301;
  line-height: 45px;
  margin-right: 10px;
}

.s-m-m-l-img {
  font-size: 15px;
  font-family: MontserratLight;
  font-weight: normal;
  color: #020301;
  line-height: 45px;
  margin-right: 30px;
}

.s-m-m-l-img > img {
  width: 8px;
  height: 10px;
  margin-left: 10px;
}

.s-m-m-r {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #020301;
}

.s-m-m-r > span {
  margin-right: 20px;
}

.s-m-m-r > div {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 35px;
  padding: 0 20px 0;
  background: #494949;
  border-radius: 5px;
  color: #ffffff;
  text-align: center;
  line-height: 35px;
  margin-left: 4px;
}

.s-model-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
}

.s-model-list-item {
  width: 23%;
  position: relative;
  margin-bottom: 0.3rem;
}

.s-model-list-item:not(:nth-child(4n)) {
  margin-right: -webkit-calc(10% / 4);
  margin-right: -moz-calc(10% / 4);
  margin-right: calc(10% / 4);
}

.s-model-list-item:hover .s-shadow {
  visibility: visible;
}

.s-model-list-item-imgs {
  width: 100%;
  height: auto;
  position: relative;
}

.s-m-l-i-price {
  display: block;
  margin-top: 0.21rem;
}

.s-m-l-i-price > div {
  font-size: 16px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #020301;
}

.s-m-l-i-price > div > p {
  min-height: 48px;
  width: 100%;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 16px !important;
  line-height: 1.5;
  margin-bottom: 10px;
}

.s-m-l-i-price > h5 {
  width: 100%;
  font-size: 18px;
  font-family: MontserratBold;
  font-weight: Bold;
  color: #975e28;
}

.s-shadow {
  display: none !important;
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  height: 90%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.s-shadow-item {
  width: 150px;
  height: 43px;
  background: #ffffff;
  border-radius: 22px;
  margin-bottom: 21px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #000000;
  cursor: pointer;
}

.s-shadow-item > img {
  margin-right: 7px;
}

.s-model-page {
  font-size: 16px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #494949;
  line-height: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 70px;
}

.s-model-page > li {
  margin: 0 20px;
  cursor: pointer;
  list-style: none;
}

.s-model-page li a.cur {
  color: #222222 !important;
}

.s-l-items-titles {
  width: 58%;
}

.shop-box {
  max-width: 1400px;
  width: 100%;
  padding-top: 51px;
  display: inline-block;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.shop-b-l {
  max-width: 1050px;
  margin: 59px 25px 27px 0;
  float: left;
}

.shop-b-l-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.shop-b-l-title > h1 {
  font-size: 36px;
  font-family: MontserratBold;
  font-weight: bold;
  color: #494949;
}

.shop-b-l-title > span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.shop-b-l-title > span > div {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 35px;
  background: rgba(194, 162, 132, 0);
  border: 1px solid #c2a385;
  border-radius: 3px;
  text-align: center;
  line-height: 35px;
  padding: 0 18px 0;
  font-family: MontserratLight;
  font-weight: 300;
  color: #c2a385;
  margin-right: 7px;
  cursor: pointer;
}

.shop-menu {
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #faf7f4;
  margin-top: 18px;
  line-height: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 19px;
}

.shop-menu-item > input {
  margin-right: 25px;
}

.shop-menu-item > span {
  font-size: 15px;
  font-family: MontserratSemi;
  font-weight: Bold;
  color: #292929;
}

.shop-third,
.shop-second {
  margin-right: 30px;
}

.shop-second > span {
  margin: 0 50px 0;
}

.shop-third > span {
  margin: 0 20px 0;
}

.shop-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 33px 0 35px 19px;
  border-bottom: 1px dashed #dddddd;
}

.shop-list > img {
  width: 126px;
  height: 115px;
  border: 1px solid #e5e6e8;
  margin-right: 28px;
}

.shop-list-input > input {
  margin-right: 29px;
}

.shop-list-msg {
  width: 309px;
  height: 115px;
  font-size: 15px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #171717;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-right: 62px;
}

.shop-list-msg > div > span {
  font-size: 15px;
  color: #848383;
  line-height: 24px;
  display: block;
}

.shop-list-price {
  margin-right: 52px;
}

.shop-list-price > div:nth-child(1) {
  font-size: 15px;
  font-family: MontserratBold;
  font-weight: Bold;
  color: #975e28;
  line-height: 36px;
}

.shop-list-price > div:nth-child(2) {
  font-size: 15px;
  font-family: MontserratLight;
  font-weight: normal;
  text-decoration: line-through;
  color: #818181;
  line-height: 36px;
}

.calculations {
  margin-right: 45px;
}

.shop-del-img {
  width: 20px;
  height: 22px;
  cursor: pointer;
}

.shop-b-r {
  width: 330px;
  float: right;
  margin-top: 59px;
  padding-bottom: 34px;
  background-color: #f6f6f6;
}

.shop-b-title {
  font-size: 24px;
  font-family: MontserratBold;
  font-weight: bold;
  color: #494949;
  border-top: 2px solid #494949;
  border-left: 1px solid #f6f6f6;
  border-right: 1px solid #f6f6f6;
  padding: 18px 19px 18px 19px;
  background-color: #ffffff;
}

.shop-con {
  padding: 30px 24px 28px 24px;
  border-bottom: 1px dashed #e3e3e3;
}

.shop-con > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 19px;
  font-size: 15px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #292929;
}

.shop-msg {
  font-size: 15px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #494949;
  padding: 0 27px 0;
  margin-top: 22px;
  line-height: 24px;
}

.shop-btn {
  width: 282px;
  height: 49px;
  background: #494949;
  border-radius: 3px;
  font-size: 18px;
  font-family: MontserratBold;
  font-weight: bold;
  color: #ffffff;
  line-height: 49px;
  text-align: center;
  cursor: pointer;
  margin: auto;
  margin-top: 34px;
}

.shop-return {
  margin-top: 31px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
  font-family: MontserratBold;
  font-weight: bold;
  color: #494949;
}

.shop-return > img {
  width: 16px;
  height: 13px;
  margin-right: 10px;
}

.shop-con-o {
  font-size: 15px;
  font-family: MontserratLight;
  font-weight: 300;
  text-decoration: line-through;
  color: #818181;
}

.shop-con-n {
  font-size: 20px;
  font-family: MontserratBold;
  font-weight: Bold;
  color: #318449;
}

.shop-remove {
  max-width: 1400px;
  height: 23px;
  margin: 20px 0;
  padding-left: 21px;
}

.shop-remove > span {
  font-size: 15px;
  font-family: MontserratLight;
  font-weight: bold;
  color: #ffffff;
  margin-left: 21px;
  width: 100px;
  height: 35px;
  background: #494949;
  border-radius: 5px;
  text-align: center;
  line-height: 35px;
}

.ship-box {
  max-width: 1550px;
  padding-top: 51px;
  padding-bottom: 183px;
  display: inline-block;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.ship-item {
  width: 739px;
}

.ship-title {
  height: 67px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 27px 0;
  background-color: #f8f3ef;
  margin-top: 43px;
}

.ship-title > img {
  width: 15px;
  height: 19px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 15px;
  background-color: #f8f3ef;
}

.ship-title > span {
  font-size: 24px;
  font-family: MontserratSemi;
  font-weight: Bold;
  color: #494949;
  line-height: 30px;
}

.ship-item > h3 {
  font-size: 18px;
  font-family: MontserratSemi;
  font-weight: Bold;
  color: #171717;
  margin-top: 31px;
}

.ship-item > input {
  width: 740px;
  height: 44px;
  border: 1px solid #e5e6e8;
  margin-top: 22px;
  padding-left: 20px;
}

.ship-checkout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 16px;
}

.ship-checkout > span {
  font-size: 15px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #292929;
  line-height: 36px;
  margin-left: 13px;
}

.ship-type {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 51px;
}

.ship-type > div {
  margin-right: 12px;
}

.ship-type > div > h3 {
  font-size: 18px;
  font-family: MontserratSemi;
  font-weight: Bold;
  color: #171717;
}

.ship-type > div > select {
  width: 239px;
  margin-top: 20px;
  padding-left: 20px;
  height: 44px;
  border: 1px solid #e5e6e8;
}

.ship-type > div > input {
  width: 239px;
  height: 44px;
  margin-top: 20px;
  padding-left: 20px;
  border: 1px solid #e5e6e8;
}

.ship-phone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 55px;
}

.ship-phone > h3 {
  font-size: 18px;
  font-family: MontserratSemi;
  font-weight: Bold;
  color: #171717;
}

.ship-phone > span {
  font-size: 15px;
  font-family: MontserratLight;
  font-weight: normal;
  color: #171717;
  margin-left: 10px;
}

.ship-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 39px;
  text-align: center;
}

.ship-img-item {
  margin: 0 30px 25px 0;
  cursor: pointer;
  position: relative;
}

.ship-img-img {
  width: 113px;
  height: 44px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(194, 162, 132, 0);
  border: 1px solid #e7e8ea;
  border-radius: 4px;
  margin-bottom: 11px;
}

.ship-img-img-active {
  width: 113px;
  height: 44px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(194, 162, 132, 0);
  border: 2px solid #494949;
  border-radius: 4px;
  margin-bottom: 11px;
}

.ship-img-active {
  position: absolute;
  bottom: 30px;
  left: 89px;
}

.ship-tap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 83px;
  font-family: MontserratLight;
  font-size: 15px;
  font-weight: 300;
  color: #c2a385;
}

.ship-tap > i {
  color: #d9d9d9;
  margin: 0 10px 0;
}

.ship-l {
  width: -webkit-calc(100% - 795px);
  width: -moz-calc(100% - 795px);
  width: calc(100% - 795px);
  float: left;
  margin-right: 27px;
}

.ship-r {
  width: 741px;
  background-color: #f6f6f6;
}

.ship-r-title {
  font-size: 18px;
  font-family: MontserratBold;
  font-weight: bold;
  color: #494949;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 36px 20px 28px;
  border-top: 2px solid #c2a385;
  background-color: #ffffff;
}

.ship-r-title > div > span:nth-child(1) {
  margin-right: 20px;
}

.ship-r-con {
  padding: 30px 46px 73px 29px;
}

.ship-r-con-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 18px;
  border-bottom: 1px dashed #dddddd;
  margin: 20px;
}

.ship-r-con-item > img {
  width: 126px;
  height: 115px;
  border: 1px solid #e5e6e8;
  margin-right: 35px;
}

.ship-r-msg {
  width: 49%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  font-size: 15px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #171717;
  margin-right: 44px;
}

.ship-r-msg-second > p {
  font-size: 15px;
  font-family: MontserratLight;
  color: #848383;
  line-height: 24px;
}

.ship-r-price {
  margin-right: 62px;
  font-size: 15px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #292929;
}

/* .i-blog {
    width: 100%;
} */

.ship-r-price-second {
  font-size: 15px;
  font-family: MontserratBold;
  font-weight: Bold;
  color: #a37142;
  line-height: 36px;
}

.ship-msg {
  font-size: 24px;
  font-family: MontserratSemi;
  font-weight: Bold;
  color: #494949;
}

.ship-msg > textarea {
  width: 677px;
  height: 164px;
  margin-top: 26px;
  padding: 20px;
}

.ship-msg-item {
  font-size: 18px;
  font-family: MontserratBold;
  font-weight: bold;
  color: #494949;
  margin-top: 36px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ship-msg-item > img {
  width: 16px;
  height: 13px;
  margin-right: 18px;
}

.ship-msg-second {
  font-size: 15px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #171717;
  line-height: 30px;
  margin-top: 67px;
}

.ship-msg-second > li:nth-child(1) > span:nth-child(2) {
  font-size: 20px;
  font-family: MontserratBold;
  font-weight: Bold;
  color: #318449;
  margin-right: 5px;
}

.ship-msg-second > li:nth-child(1) > span:nth-child(3) {
  font-size: 15px;
  color: #7e7e7e;
  text-decoration: line-through;
}

.ship-msg-second > li:last-child {
  font-size: 15px;
  color: #ed4605;
  line-height: 20px;
  margin-top: 10px;
}

.ship-msg-btn {
  width: 282px;
  height: 49px;
  background: #494949;
  border-radius: 3px;
  text-align: center;
  line-height: 49px;
  font-size: 18px;
  font-family: MontserratBold;
  font-weight: bold;
  color: #ffffff;
  cursor: pointer;
  margin-top: 45px;
}

.ship-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}

.ship-info > img {
  width: 13px;
  height: 13px;
  margin-right: 4px;
}

.ship-info > span {
  font-size: 15px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #494949;
  position: relative;
  padding-left: 17px;
  display: none;
}

.ship-info > span::after {
  width: 13px;
  height: 13px;
  background: url(../images/gt1.png) no-repeat;
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.wish-bg {
  background-color: #ffffff;
}

.wish-b {
  display: none;
}

.wish-con {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 41px;
  padding-bottom: 170px;
}

.wish-l {
  width: 25%;
  /* float: left; */
}

.wish-l-h {
  height: 57px;
  background-color: #494949;
  border-radius: 15px 0 0 0;
  font-size: 24px;
  font-family: MontserratBold;
  font-weight: bold;
  color: #ffffff;
  line-height: 57px;
  padding-left: 21px;
}

.wish-l-c {
  background-color: #f6f6f6;
  padding: 48px 20px 58px 20px;
}

.wish-l-c-item > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.wish-l-c-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 41px;
}

.wish-l-c-item > img {
  width: 15px;
  height: 15px;
}

.wish-l-c-item > div > span {
  font-size: 16px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #383838;
  margin-left: 14px;
  margin-right: 40px;
}

.wish-l-c-item.wish-con-active .wish-b {
  display: block;
}

.wish-l-c-item.wish-con-active .wish-a {
  display: none;
}

.wish-con-active {
  font-family: MontserratSemi !important;
  font-weight: Bold !important;
  color: #494949 !important;
}

.wish-r {
  width: 72%;
}

.wish-r-h {
  width: 1000px;
  border-bottom: 1px solid #e6e6e6;
}

.wish-r-h > h3 {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 18px;
  font-family: MontserratBold;
  font-weight: bold;
  color: #494949;
  line-height: 45px;
  border-bottom: 2px solid #494949;
}

.wish-menu {
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #faf7f4;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 31px;
  padding: 0 5px 0 18px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.wish-menu-item > input {
  margin-right: 23px;
  border: 1px solid #e7e8ea;
}

.wish-menu-item > span {
  font-size: 15px;
  font-family: MontserratSemi;
  font-weight: Bold;
  color: #292929;
  line-height: 30px;
}

.wish-menu > .wish-menu-item:nth-child(2) > span {
  margin: 0 58px 0;
}

.wish-list {
}

.wish-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px 35px 20px;
  margin-top: 33px;
  margin-bottom: 41px;
  position: relative;
  border-bottom: 1px dashed #e6e6e6;
}

.wish-list-item > img {
  width: 115px;
  height: 115px;
  border: 1px solid #e5e6e8;
  margin: 0 20px 0 24px;
}

.wish-list-item > h4 {
  width: 47px;
  height: 13px;
  font-size: 15px;
  font-family: MontserratBold;
  font-weight: Bold;
  color: #a37142;
  line-height: 115px;
  margin-left: 140px;
  margin-right: 132px;
}

.wish-list-item > span {
  font-size: 15px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #292929;
  margin-right: 40px;
  line-height: 115px;
}

.wish-del {
  width: 20px !important;
  height: 22px !important;
  position: absolute;
  top: 40%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.wish-list-item-title {
  width: 40%;
}

.wish-list-item-title > div {
  font-size: 15px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #171717;
  line-height: 30px;
}

.wish-list-item-title > span {
  margin-top: 27px;
}

.wish-list-item-title > span > p {
  font-size: 15px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #848383;
  line-height: 24px;
}

.wish-check-del {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px 0;
}

.wish-check-del > span {
  font-size: 15px;
  font-family: MontserratLight;
  font-weight: bold;
  color: #ffffff;
  margin-left: 21px;
  width: 100px;
  height: 35px;
  background: #494949;
  border-radius: 5px;
  text-align: center;
  line-height: 35px;
}

.my-o-menu {
  width: 1099px;
  height: 50px;
  background-color: #faf7f4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  font-size: 15px;
  font-family: MontserratSemi;
  font-weight: Bold;
  color: #292929;
  line-height: 30px;
  margin-top: 54px;
}

.my-o-menu > div > span {
  color: #494949;
}

.my-o-menu > div > img {
  width: 16px;
  height: 16px;
  margin-left: 12px;
}

.my-o-menu-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 18px;
}

.my-o-menu-item-img {
  width: 126px;
  height: 115px;
  margin-right: 12px;
  border: 1px solid #e6e7e9;
  text-align: center;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 40px;
}

.my-o-menu-item-img > img {
  width: 115px;
  height: 115px;
}

.my-detail-o-menu {
  width: auto;
  height: 50px;
  background-color: #faf7f4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 15px;
  font-family: MontserratSemi;
  font-weight: Bold;
  color: #292929;
  padding: 0 39px 0;
  line-height: 30px;
  margin-top: 29px;
}

.my-detail-o-menu > div > span {
  color: #494949;
}

.my-detail-o-menu > div > img {
  width: 16px;
  height: 16px;
  margin-left: 12px;
}

.my-detail-o-menu-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 18px;
  padding: 0 28px 0;
  padding-bottom: 21px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px dashed #e6e6e6;
}

.my-detail-o-menu-item-img {
  width: 94px;
  height: 85px;
  border: 1px solid #e5e6e8;
  margin-right: 12px;
  text-align: center;
  cursor: pointer;
  margin-right: 27px;
}

.my-detail-o-menu-item-img > img {
  width: 85px;
  height: 85px;
}

.my-detail-o-menu-item-title {
  height: 85px;
  font-size: 15px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #171717;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.my-detail-o-menu-item-title > span {
  font-size: 15px;
  color: #848383;
}

.my-detail-o-price {
  font-size: 15px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #818181;
  line-height: 36px;
}

.my-detail-o-price > div {
  font-family: MontserratBold;
  font-weight: Bold;
  color: #a37142;
}

.my-detail-o-return {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
  -webkit-justify-content: right;
  -moz-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  font-family: MontserratBold;
  font-weight: bold;
  color: #494949;
  margin: 47px 21px 0 0;
}

.my-detail-o-return > img {
  width: 16px;
  height: 13px;
  margin-right: 11px;
}

.wish-r-h {
  border-bottom: 1px solid #f6f6f6;
}

.wish-r-title {
  font-size: 15px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #171717;
  line-height: 30px;
  margin-top: 40px;
}

.msg-text {
  margin-top: 25px;
  border: 1px solid #e5e6e8;
}

.msg-text > textarea {
  width: 1000px;
  height: 217px;
  padding: 25px 19px 25px 19px;
}

.acc-addbtn {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 49px;
  background: #494949;
  border-radius: 3px;
  margin-top: 24px;
  text-align: center;
  line-height: 49px;
  padding: 0 40px 0;
  font-size: 18px;
  font-family: MontserratBold;
  font-weight: bold;
  color: #ffffff;
  cursor: pointer;
}

.msg-days {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 50px;
}

.msg-days > span {
  width: 4px;
  height: 43px;
  background-color: #494949;
  margin-right: 20px;
}

.msg-days-item {
}

.msg-days-item > div {
  font-size: 15px;
  font-family: MontserratLight;
  font-weight: normal;
  color: #292929;
}

.msg-days-item > div > span:nth-child(1) {
  font-family: MontserratSemi;
  font-weight: Bold;
  color: #494949;
  margin-right: 10px;
  margin-bottom: 10px;
}

.msg-days-item > span {
  font-size: 15px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #383838;
}

.msg-days-item-msg {
  width: 1069px;
  height: 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background-color: #f6f6f6;
  margin-top: 23px;
  position: relative;
  padding-left: 35px;
}

.msg-days-item-msg > img {
  position: absolute;
  left: 56px;
  bottom: 85%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.msg-days-item-msg > div {
  font-size: 15px;
  font-family: MontserratLight;
  font-weight: normal;
  color: #292929;
}

.msg-days-item-msg > div > span:nth-child(1) {
  font-family: MontserratSemi;
  font-weight: Bold;
  color: #318449;
  margin-right: 10px;
  margin-bottom: 10px;
}

.acc-info {
  padding: 42px 0 61px 0;
  border-bottom: 1px solid #e6e6e6;
}

.acc-info-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.acc-info-item > span {
  width: 206px;
  font-size: 15px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #292929;
  line-height: 36px;
  margin-right: 63px;
}

.acc-info-item > a > span {
  font-size: 15px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #494949;
  line-height: 36px;
  margin-left: 7px;
}

.acc-logout {
  width: 176px;
  height: 49px;
  background: rgba(194, 162, 132, 0);
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  font-size: 18px;
  font-family: MontserratBold;
  cursor: pointer;
  font-weight: bold;
  color: #383838;
  line-height: 49px;
  text-align: center;
  margin-top: 27px;
}

.acc-addinfo {
  margin-top: 74px;
}

.acc-addinfo > h3 {
  font-size: 18px;
  font-family: MontserratBold;
  font-weight: bold;
  color: #494949;
  line-height: 36px;
}

.acc-addinfo-menu {
  height: 50px;
  margin-top: 17px;
  background-color: #faf7f4;
}

.acc-addinfo-menu > span {
  margin: 0 50px 0;
  font-size: 15px;
  font-family: MontserratSemi;
  font-weight: Bold;
  color: #292929;
  line-height: 50px;
}

.acc-addinfo-menu-item {
  border-bottom: 1px dashed #e6e6e6;
  background-color: #ffffff !important;
}

.acc-addinfo-menu-item > span {
  font-size: 15px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #2b2b2b;
  line-height: 36px;
}

.acc-addbtn {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 49px;
  background: #494949;
  border-radius: 3px;
  margin-top: 34px;
  text-align: center;
  padding: 0 59px 0;
  line-height: 49px;
  font-size: 18px;
  cursor: pointer;
  font-family: MontserratBold;
  font-weight: bold;
  color: #ffffff;
}

.change-name-input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.change-name-input > input {
  width: 333px;
  height: 44px;
  margin-top: 30px;
  padding: 0 20px 0;
  border: 1px solid #e5e6e8;
  background-color: #faf7f4;
}

.add-input > input::-webkit-input-placeholder,
.change-name-input-i::-webkit-input-placeholder {
  font-size: 16px !important;
}

.change-name-addbtn {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 49px;
  background: #494949;
  border-radius: 3px;
  margin-top: 34px;
  text-align: center;
  line-height: 49px;
  padding: 0 59px 0;
  font-size: 18px;
  font-family: MontserratBold;
  font-weight: bold;
  color: #ffffff;
  cursor: pointer;
}

.pwd-input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 33px;
}

.pwd-input > input {
  width: 333px;
  height: 44px;
  margin-bottom: 18px;
  padding: 0 20px 0;
  border: 1px solid #e5e6e8;
}

.pwd-input-code {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pwd-input-code-item {
  margin-right: 39px;
}

.pwd-input-code-item > input {
  width: 248px;
  height: 44px;
  padding: 0 20px 0;
  border: 1px solid #e5e6e8;
}

.pwd-input-code-item > span {
  width: 85px;
  height: 44px;
  background-color: #494949;
  line-height: 44px;
  text-align: center;
  font-size: 15px;
  font-family: MontserratLight;
  font-weight: 300;
  cursor: pointer;
  color: #ffffff;
}

.pwd-info {
  margin-top: 35px;
}

.pwd-info > span {
  font-size: 15px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #494949;
  line-height: 30px;
  margin-left: 3px;
}

.news-nav {
  padding-left: 70px;
}

.wrap {
  width: 1400px;
  margin: 0 auto;
}

.pacnls {
  position: absolute;
  left: -88px;
  bottom: 0;
  z-index: 5;
}

.pacnls a {
  float: left;
  width: 88px;
  height: 88px;
}

.pacnls a.prev {
  background: #494949 url(../images/g1.png) no-repeat center center !important;
}

.pacnls a.next {
  background: rgba(0, 0, 0, 0.65) url(../images/g2.png) no-repeat center center !important;
}

.clear:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt50 {
  margin-top: 50px;
}

.pt10 {
  padding-top: 10px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.tr {
  text-align: right;
}

.tc {
  /* text-align: center; */
}

.tl {
  text-align: left;
}

.none {
  display: none;
}

.rel {
  position: relative;
}

.cenlms {
  width: 1000px;
}

.cenlms a {
  display: block;
}

.yiwu-box {
  max-width: 1400px;
  width: 100%;
  margin: auto;
  padding: 40px 0 68px 0;
}

.cenlms a .pic {
}

.cenlms a .con {
  padding: 65px;
  width: 706px;
  background: rgba(195, 166, 140, 0.84);
  position: absolute;
  left: 580px;
  top: 80px;
  border-radius: 5px;
}

.scroll-pic div img,
.cenlms a .pic > img {
  border-radius: 5px;
}

.cenlms a .con .p1 {
  font-size: 24px;
  font-family: MontserratSemi;
  font-weight: Bold;
  color: #ffffff;
}

.cenlms a .con .p2 {
  margin-top: 35px;
  font-size: 16px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #ffffff;
  line-height: 25px;
}

.ywcml {
  position: absolute;
  right: 0;
  bottom: 265px;
}

.roulms {
  position: absolute;
  right: 0;
  bottom: 0;
}

.scroll-pic {
  width: 200px;
  height: 200px;
  position: relative;
  overflow: hidden;
}

.scroll-pic div {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0;
  white-space: nowrap;
}

.scroll-pic div img {
  display: inline-block;
  width: 200px;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
}

.pacnls {
  position: absolute;
  left: -88px;
  bottom: 0;
  z-index: 5;
}

.pacnls a {
  float: left;
  width: 88px;
  height: 88px;
}

.pacnls a.prev {
  background: #494949 url(./images/g1.png) no-repeat center center;
}

.pacnls a.next {
  background: rgba(0, 0, 0, 0.65) url(./images/g2.png) no-repeat center center;
}

/*
    main
*/
.news-tobody {
  max-width: 1400px;
  width: 100%;
  margin: auto;
  padding: 40px 0px 93px 0px;
  background-color: #ffffff;
}

.news-tobody-second {
  max-width: 1400px;
  width: 100%;
  margin: auto;
  padding: 20px 0;
}

.news-header {
  height: 167px;
  line-height: 167px;
  background-color: #f6f1ed;
  /* margin-top: 45px; */
}

.news-header-title {
  max-width: 1400px;
  margin: auto;
  font-size: 48px;
  font-family: MontserratSemi;
  font-weight: normal;
  color: #2c2c2c;
}

.map-tobody {
  width: 100%;
  background-color: #ffffff;
}

.map-nav {
  /* padding: 30px 200px 0 200px; */
}

.map-nav,
.shop-nav,
.news-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #5c5c5d;
  line-height: 36px;
}

.map-nav > img,
.shop-nav > img,
.news-nav > img {
  width: 13px;
  height: 14px;
  margin-right: 13px;
}

.map-nav > i,
.shop-nav > i,
.news-nav > i {
  color: #a1a1a1;
  margin: 0 5px 0;
}

.map-nav-second > span,
.shop-nav-second > span,
.news-nav-second > span {
  color: #494949;
}

.news-tag {
  font-size: 16px;
  font-family: MontserratSemi;
  font-weight: normal;
  color: #ffffff;
  line-height: 49px;
  margin-top: 61px;
  text-align: center;
  display: inline-block;
}

.news-tag-item {
  width: 200px;
  height: 49px;
  background: #494949;
  position: relative;
  float: left;
  cursor: pointer;
}

.news-tag-item-second {
  width: 200px;
  height: 49px;
  background: #f6f1ed;
  float: left;
  cursor: pointer;
  color: #2c2c2c;
}

.news-tag-item::before,
.news-tag-item::after {
  position: absolute;
  content: " ";
  top: 38px;
  left: 95px;
  display: block;
  width: 0;
  height: 0;
  border: 6px solid #ffffff;
  border-color: transparent transparent #ffffff transparent;
}

.news-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 27px;
  font-size: 14px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #2c2c2c;
  margin-bottom: 55px;
}

/* 
.news-menu>:nth-child(1) {
    border: 1px solid #494949;
    color: #494949;
} */
.news-menu-item.cur {
  border: 1px solid #494949;
  color: #494949;
}

.news-menu-item {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 31px;
  cursor: pointer;
  padding: 0 20px 0;
  line-height: 31px;
  margin-right: 20px;
}

.news-con {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.news-con-item:not(:nth-child(4n)) {
  margin-right: -webkit-calc(10% / 4);
  margin-right: -moz-calc(10% / 4);
  margin-right: calc(10% / 4);
}

.news-con-item {
  width: 23%;
  cursor: pointer;
  margin-bottom: 0.2rem;
}

.news-con-item:hover .n-item-con > span {
  color: #494949;
}

.news-con-item:hover .n-line::after {
  width: 100%;
}

.news-con-item > a {
  width: 100%;
}

.news-con-item > a > img {
  width: 100%;
  height: 225px;
  -o-object-fit: cover;
  object-fit: cover;
}

.n-item-title {
  margin: 26px 0 18px 0;
  padding: 0 22px 0 13px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: MontserratLight;
  font-weight: 300;
}

.n-item-con {
  margin: 0 0 27px 0;
  padding: 0 22px 0 13px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-family: MontserratLight;
  font-weight: 300;
}

.n-item-title > img {
  width: 16px;
  height: 16px;
  margin-right: 9px;
}

.n-item-con > img {
  width: 16px;
  height: 16px;
  margin-right: 9px;
}

.n-item-title > span {
  font-size: 14px;
  color: #686868;
}

.n-item-con > span {
  width: auto;
  font-size: 15px;
  color: #000000;
  line-height: 20px;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.n-line {
  height: 1px;
  margin-top: 29px;
  position: relative;
  background-color: #eaeaea;
}

.n-line::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  background: #494949;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.news-btn {
  width: 200px;
  height: 49px;
  background: rgba(194, 162, 132, 0);
  border: 1px solid #494949;
  border-radius: 25px;
  font-size: 18px;
  font-family: MontserratBold;
  font-weight: bold;
  color: #494949;
  line-height: 49px;
  text-align: center;
  margin: auto;
  margin-top: 56px;
  cursor: pointer;
}

.n-d-box {
  max-width: 1300px;
  margin: auto;
}

.n-d-tobody {
  display: inline-block;
  margin-top: 127px;
}

.n-d-left {
  width: -webkit-calc(100% - 446px);
  width: -moz-calc(100% - 446px);
  width: calc(100% - 446px);
  background: #fff;
  float: left;
  padding: 38px 0 38px 0;
  margin-bottom: 42px;
  border-top: 4px solid #494949;
}

.n-d-title {
  padding: 0 39px 0;
}

.n-d-title > h1 {
  font-size: 36px;
  font-family: MontserratSemi;
  font-weight: normal;
  color: #2c2c2c;
  line-height: 48px;
}

.n-d-info {
  margin-top: 13px;
}

.n-d-info img {
  width: 16px;
  height: 16px;
  margin-right: 9px;
}

.n-d-info span {
  font-size: 14px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #686868;
}

.n-d-line {
  height: 1px;
  margin-top: 25px;
  background-color: #e3e3e3;
  margin-bottom: 46px;
}

.n-d-con-item {
  padding: 0 38px 0;
  margin-bottom: 64px;
}

.n-d-con-item-title {
  font-size: 16px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #2c2c2c;
  line-height: 40px;
}

.n-d-con-item > img {
  width: 886px;
  height: 504px;
  margin: auto;
  margin-top: 23px;
}

.n-d-btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 41px 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.n-d-btn-item {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 49px;
  background: rgba(194, 162, 132, 0);
  border: 1px solid #494949;
  border-radius: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 54px 0 42px;
  cursor: pointer;
}

.n-d-btn-item > img {
  width: 16px;
  height: 13px;
  margin-right: 13px;
}

.n-d-btn-item > span {
  font-size: 18px;
  font-family: MontserratBold;
  font-weight: bold;
  color: #494949;
  line-height: 49px;
}

.n-d-btn-item-second {
  background-color: #494949;
  font-size: 18px;
  font-family: MontserratBold;
  font-weight: bold;
  padding: 0 21px 0;
}

.n-d-btn-item-second > span {
  color: #ffffff;
}

.n-d-right {
  height: auto;
  float: left;
  margin-left: 50px;
  padding: 40px 30px;
  background-color: #ffffff;
}

.n-d-right-title {
  font-size: 18px;
  font-family: MontserratBold;
  font-weight: bold;
  color: #494949;
  line-height: 24px;
  margin-bottom: 38px;
}

.nd-r-con {
  cursor: pointer;
  margin-bottom: 50px;
}

.nd-r-con:last-child {
  margin-bottom: 0;
}

.nd-r-con:hover .nd-r-con-msg2 > span {
  color: #494949;
}

.nd-r-con > a > img {
  width: 306px;
  height: 214px;
}

.nd-r-con-msg1 {
  margin: 24px 0 18px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.nd-r-con-img > img {
  width: 16px;
  height: 16px;
  margin-right: 9px;
}

.nd-r-con-msg1 > span {
  width: 295px;
  font-size: 14px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #686868;
}

.nd-r-con-msg2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.nd-r-con-msg2 > span {
  width: 295px;
  font-size: 15px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #000000;
  line-height: 24px;
}

.contact-header {
  height: auto;
  line-height: 30px;
  margin-top: 50px;
  padding: 60px 0 51px 0px;
  font-size: 48px;
  font-family: MontserratSemi;
  font-weight: normal;
  color: #2c2c2c;
  background-color: #f6f1ed;
}

.contact-header > .news-header-title > h1 {
  font-size: 48px;
  font-family: MontserratSemi;
  font-weight: Bold;
  color: #2c2c2c;
}

.contact-header > .news-header-title > span {
  width: 922px;
  font-size: 15px;
  font-family: MontserratLight;
  font-weight: normal;
  color: #4f5062;
  margin-top: 38px;
}

.contact-con {
  display: inline-block;
  padding-top: 54px;
}

.contact-con-l {
  width: -webkit-calc(100% - 370px);
  width: -moz-calc(100% - 370px);
  width: calc(100% - 370px);
  float: left;
}

.contact-con-l > img {
  width: 44px;
  height: 32px;
}

.contact-con-l > h3 {
  font-size: 18px;
  font-family: MontserratBold;
  font-weight: bold;
  color: #494949;
  margin-top: 22px;
}

.contact-con-l-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.contact-con-l-item {
  margin: 54px 31px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.contact-con-l-item > span {
  font-size: 15px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #4f5062;
  line-height: 20px;
}

.contact-con-l-item > input {
  width: 269px;
  height: 52px;
  border: 1px solid #e3e3e3;
  margin-top: 15px;
}

.contact-con-l-item > textarea {
  width: 869px;
  height: 123px;
  border: 1px solid #e3e3e3;
  margin-top: 15px;
}

.contact-btn {
  width: 148px;
  height: 43px;
  background: #494949;
  border-radius: 3px;
  font-size: 18px;
  font-family: MontserratBold;
  font-weight: bold;
  color: #ffffff;
  cursor: pointer;
  text-align: center;
  line-height: 43px;
  margin-top: 17px;
}

.contact-con-r {
  width: 288px;
  float: left;
  margin-left: 79px;
}

.contact-con-r-item {
  margin-bottom: 74px;
}

.contact-con-r-item > img {
  width: 40px;
  height: 40px;
}

.contact-con-r-item > h2 {
  font-size: 18px;
  font-family: MontserratBold;
  font-weight: bold;
  color: #494949;
  margin-top: 18px;
}

.contact-con-r-item > p {
  font-size: 15px;
  font-family: MontserratLight;
  font-weight: normal;
  color: #4f5062;
  margin-top: 18px;
}

.h-order-tobody {
  margin-top: 50px;
  background-color: #ffffff;
}

.ho-header {
  height: 201px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f6f1ed;
  margin-bottom: 40px;
  position: relative;
}

/* .ho-header-active {
    color: #494949 !important;
} */

.ho-header-item {
  width: 13%;
  /* margin: 0 50px 0; */
  text-align: center;
}

.ho-header-item.cur {
  position: relative;
}

.ho-header-item.cur .ho-header-item-img {
  width: 79px;
  height: 79px;
  margin: auto;
  background-color: #494949;
  border-radius: 50%;
}

.ho-header-item:hover .ho-header-item-img {
  width: 79px;
  height: 79px;
  margin: auto;
  background-color: #494949;
  border-radius: 50%;
}

.ho-header-item:hover > span {
  color: #494949 !important;
}

.ho-header-item.cur > span {
  color: #494949 !important;
}

.ho-header-item:hover .headera {
  display: block;
}

.ho-header-item:hover .headerb {
  display: none;
}

.headerb,
.ho-header-item.cur .headera {
  display: block;
}

.headera,
.ho-header-item.cur .headerb {
  display: none;
}

.ho-header-item.cur::after {
  position: absolute;
  content: " ";
  bottom: 0px;
  display: block;
  width: 0;
  height: 0;
  top: 107%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 17px solid;
  border-color: transparent transparent #ffffff transparent;
}

.ho-header-item > span {
  margin-top: 9px;
  font-size: 18px;
  font-family: MontserratBold;
  font-weight: bold;
  color: #2c2c2c;
  line-height: 30px;
}

.ho-header-item-img {
  width: 79px;
  height: 79px;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.ho-header-item-img > img {
  /* width: 37px;
    height: 37px; */
}

.ho-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 36px;
}

.ho-nav-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-family: MontserratLight;
  font-weight: 300;
}

.ho-nav > img {
  width: 13px;
  height: 14px;
  margin-right: 9px;
}

.ho-nav-title > span {
  color: #5c5c5d;
}

.ho-nav-title > i {
  margin: 0 5px 0;
  color: #a1a1a1;
}

.ho-nav-third > span {
  color: #494949;
}

.ho-chatbox {
  max-width: 1400px;
  margin: auto;
}

.ho-chat-item {
  margin-top: 60px;
  display: inline-block;
}

.ho-chat-l {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  float: left;
}

.ho-chat-r {
  float: right !important;
}

.ho-chat-l > img {
  width: 81px;
  height: 77px;
  border-radius: 50%;
}

.ho-chat-l-con {
  max-width: 1000px;
  font-size: 15px;
  font-family: MontserratLight;
  font-weight: normal;
  color: #4f5062;
  line-height: 30px;
  margin-left: 27px;
  background: url(../images/ho_7.png) no-repeat;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  padding: 27px 91px 35px 34px;
}

.ho-chat-r-con {
  margin-right: 27px;
  background: url(../images/ho_8.png) no-repeat !important;
}

.ho-chat-l-con-t {
  font-size: 18px;
  font-family: MontserratBold;
  font-weight: bold;
  color: #4f5062;
}

.ho-btn {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 57px;
  background: #494949;
  border-radius: 3px;
  font-size: 18px;
  font-family: MontserratBold;
  font-weight: bold;
  color: #ffffff;
  line-height: 57px;
  text-align: center;
  margin: auto;
  margin-top: 29px;
  padding: 0 25px 0;
  cursor: pointer;
}

.pay-h-title {
  font-size: 30px;
  font-family: MontserratBold;
  font-weight: bold;
  color: #494949;
  padding: 0 0 3px 37px;
  margin-top: 43px;
  border-bottom: 0px solid #e3e3e3;
}

.pay-con > .pay-con-item:nth-child(1) > h3 {
  /* margin-top: 31px; */
  /* color: #B71515; */
  font-weight: normal !important;
  font-family: "MontserratLight";
  color: #4f5062;
  font-size: 14px;
}

.pay-con-item {
  width: 100%;
  font-size: 15px;
  font-family: MontserratLight;
  font-weight: normal;
  color: #4f5062;
  line-height: 30px;
  margin-left: 36px;
  padding-bottom: 30px;
}

.pay-line {
  height: 1px;
  background-color: #e3e3e3;
  margin-bottom: 30px;
}

.pay-con-item > h3 {
  font-size: 18px;
  font-family: MontserratBold;
  font-weight: bold;
  color: #494949;
}

.faq-search {
  width: 782px;
  height: 66px;
  background: #f4f4f4;
  border-radius: 33px;
  margin: auto;
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 44px;
}

.faq-search > input {
  width: 620px;
  height: 66px;
  background: #f4f4f4;
  padding-right: 44px;
}

.faq-search > input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #c2c2c2;
}

.faq-search-btn {
  width: 182px;
  height: 66px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #494949;
  border-radius: 0 33px 33px 0;
  cursor: pointer;
}

.faq-search-btn > img {
  width: 18px;
  height: 19px;
  margin-right: 10px;
}

.faq-search-btn > span {
  font-size: 18px;
  font-family: MontserratBold;
  font-weight: bold;
  color: #ffffff;
}

.ho-nav-box {
  max-width: 1400px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.faq-con {
  max-width: 1400px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: 56px;
}

.faq-con-item {
  width: 679px;
  height: auto;
  border: 1px solid #e3e3e3;
  margin-bottom: 52px;
}

.faq-con-title {
  padding: 33px 26px 26px 37px;
  border-top: 1px solid #494949;
  border-bottom: 1px solid #e3e3e3;
  color: #494949;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.faq-con-title > h2 {
  font-size: 24px;
  font-family: MontserratBold;
  font-weight: bold;
}

.faq-con-title > span {
  font-size: 15px;
  font-family: MontserratLight;
  font-weight: 300;
  cursor: pointer;
}

.faq-con-con {
  font-size: 15px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #4f5062;
  line-height: 30px;
  list-style: disc;
  padding: 33px 56px;
}

.faq-detail {
  max-width: 1400px;
  margin: auto;
  padding-bottom: 65px;
}

.faq-detail-item {
  max-width: 1400px;
  margin: auto;
  border: 1px solid #e3e3e3;
  margin-top: 56px;
}

.faq-detail-msg:last-child {
  border-bottom: 0px;
}

.faq-detail-title {
  font-size: 24px;
  font-family: MontserratLight;
  font-weight: bold;
  color: #494949;
  padding: 33px 0 26px 37px;
  border-top: 1px solid #494949;
  border-bottom: 1px solid #e3e3e3;
}

.faq-detail-msg {
  padding: 28px 0 30px 0;
  margin: 0 42px;
  border-bottom: 1px solid #e3e3e3;
}

.faq-detail-msg-t {
  font-size: 16px;
  font-family: MontserratBold;
  font-weight: bold;
  color: #4f5062;
}

.faq-detail-msg-t > span {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  text-align: center;
  line-height: 26px;
  background-color: #a3a3a3;
  font-size: 15px;
  font-family: MontserratBold;
  font-weight: bold;
  color: #ffffff;
  margin-right: 19px;
}

.faq-detail-msg-c {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 17px;
}

.faq-detail-msg-c > span {
  width: 26px;
  height: 26px;
  font-size: 15px;
  font-weight: bold;
  color: #ffffff;
  border-radius: 50%;
  text-align: center;
  line-height: 26px;
  margin-right: 19px;
  font-family: MontserratBold;
  background-color: #494949;
}

.faq-detail-msg-c > div {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #4f5062;
  line-height: 30px;
}

/* taobao 1688 */
.tb-model {
  margin-top: 50px;
  padding: 0 36px;
}

.tb-model > h1 {
  font-size: 30px;
  font-family: MontserratBold;
  font-weight: bold;
  color: #494949;
}

.tb-model > span {
  font-size: 15px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #3b3b3b;
  margin-top: 26px;
}

.tb-tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 38px;
  margin-bottom: 98px;
}

.tb-tag-item {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 39px;
  line-height: 39px;
  background: #ffffff;
  border: 1px solid #d7d7d7;
  border-radius: 3px;
  padding: 0 22px 0;
  margin: 0 7px 9px 0;
  cursor: pointer;
}

.tb-tag-item:hover {
  color: #ffffff;
  background: #494949;
}

.tb-tag-second {
  margin-bottom: 43px !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tb-tag-item-second {
  width: 23%;
  height: 54px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  padding: 0 16px 0 21px;
  border: 1px solid #d7d7d7;
  border-radius: 3px;
  font-size: 15px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #2e2e2e;
  line-height: 54px;
  margin-bottom: 18px;
  cursor: pointer;
}

.tb-tag-item-second:not(:nth-child(4n)) {
  margin-right: -webkit-calc(10% / 4);
  margin-right: -moz-calc(10% / 4);
  margin-right: calc(10% / 4);
}

.tb-tag-item-second > img {
  width: 16px;
  height: 16px;
}

/* from JH */
.i-f-model {
  margin: 58px 0 48px 0;
  padding: 0 36px 54px 36px;
  border-bottom: 1px solid #e3e3e3;
}

.i-f-model > h3 {
  font-size: 18px;
  font-family: MontserratBold;
  font-weight: bold;
  color: #494949;
  line-height: 30px;
}

.i-f-con {
  font-size: 15px;
  font-family: MontserratLight;
  font-weight: normal;
  color: #4f5062;
  line-height: 30px;
  padding-left: 15px;
}

.i-f-con > li {
  list-style: decimal;
}

/* .i-f-con>li>span{
    margin-right: 5px;
} */

/* b2b */
.b2b-title {
  margin-top: 60px;
  padding: 0 0 31px 35px;
  border-bottom: 1px solid #e3e3e3;
}

.b2b-title > h1 {
  font-size: 30px;
  font-family: MontserratBold;
  font-weight: bold;
  color: #494949;
}

.b2b-title-item {
  margin-top: 40px !important;
}

.b2b-title-item > h3 {
  font-size: 18px;
  font-family: MontserratBold;
  font-weight: Bold;
  color: #494949;
  line-height: 30px;
}

.b2b-title-item > ul {
  padding-left: 15px;
}

.ho-chatbox > .b2b-title-item:nth-child(2) > ul {
  padding-left: 0;
}

.ho-chatbox > .b2b-title-item:nth-child(2) > ul li {
  list-style: none;
}

.b2b-title-item > ul li {
  font-size: 15px;
  font-family: MontserratLight;
  font-weight: normal;
  color: #4f5062;
  line-height: 30px;
  list-style: decimal;
}

/*  */
.calculations {
  max-width: 164px;
  height: 40px;
  line-height: 38px;
  border: 1px solid #ddd;
  border-left: none;
  border-right: none;
}

.calculations em {
  width: 42px;
  border: 1px solid #ddd;
  cursor: pointer;
}

.calculations input {
  width: -webkit-calc(100% - 60px);
  width: -moz-calc(100% - 60px);
  width: calc(100% - 60px);
  background: 0 0;
}

/*
 *success-model
 */
.success-model {
  width: 100%;
  height: 100%;
  visibility: visible;
  position: fixed;
  top: 0;
  z-index: 999999999;
  background-color: rgba(0, 0, 0, 0.5);
}

.success-con {
  width: 717px;
  height: 342px;
  background: #ffffff;
  border-radius: 4px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.success-con > img {
  width: 77px;
  height: 78px;
  margin-top: 35px;
}

.success-con > h1 {
  font-size: 30px;
  font-family: MontserratBold;
  font-weight: bold;
  color: #2c2c2c;
  margin-top: 45px;
}

.success-btn {
  width: 159px;
  height: 49px;
  background: #494949;
  border-radius: 3px;
  text-align: center;
  line-height: 49px;
  font-size: 18px;
  font-family: MontserratBold;
  font-weight: bold;
  color: #ffffff;
  cursor: pointer;
  margin: auto;
  margin-top: 47px;
}

.f-tobody {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  background: url(../images/forget.png) no-repeat;
  -o-background-size: cover;
  background-size: cover;
}

.forget-msg {
  font-size: 16px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #ffffff;
  margin-top: 20px;
  padding-left: 20px;
}

.forget-code {
  width: 187px;
  height: 60px;
  background: #494949;
  border-radius: 5px;
  font-size: 16px;
  font-family: MontserratBold;
  font-weight: bold;
  color: #ffffff;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
}

.forget-input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 18px;
}

.forget-input > input {
  width: 532px;
  height: 60px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0) !important;
  border: 1px solid #e8e8e8 !important;
  border-radius: 5px !important;
  padding-left: 24px;
}

.forget-btn {
  width: 100%;
  height: 60px;
  background: #494949;
  border-radius: 3px;
  margin: auto;
  margin-top: 30px;
  font-size: 18px;
  font-family: MontserratBold;
  cursor: pointer;
  font-weight: bold;
  color: #ffffff;
  line-height: 60px;
  text-align: center;
}

.b-input > img {
  width: 32px;
  height: 30px;
  position: absolute;
  left: 578px;
  bottom: 13px;
}

.tobody {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  background: url(../images/enroll.png) no-repeat;
  -o-background-size: cover;
  background-size: cover;
}

.b-shade {
  width: 100%;
  height: 100%;
  padding-bottom: 85px;
  background-color: rgba(0, 0, 0, 0.73);
}

.b-model {
  width: 30%;
  margin: auto;
  padding-top: 134px;
}

.b-model-title {
  font-size: 48px;
  font-family: MontserratLight;
  font-weight: 300;
  text-align: center;
  color: #ffffff;
}

.b-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 32px;
}

.b-nav > img {
  width: 13px;
  height: 14px;
  margin-right: 5px;
}

.nav-menu {
  font-size: 14px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.nav-menu > i {
  color: #a1a1a1;
  margin: 0 5px 0;
}

.nav-menu-second > a {
  color: #494949;
}

.b-icon {
  height: 1px;
  margin: auto;
  margin-top: 28px;
  background-color: #4b4642;
}

.b-msg {
  font-size: 30px;
  font-family: MontserratBold;
  font-weight: bold;
  color: #494949;
  margin-top: 43px;
}

.b-input {
  font-size: 16px;
  font-family: MontserratBold;
  font-weight: bold;
  color: #ffffff;
  line-height: 20px;
  margin-top: 36px;
  position: relative;
}

.b-input > input {
  width: 100%;
  height: 60px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0) !important;
  border: 1px solid #e8e8e8 !important;
  border-radius: 5px !important;
  padding-left: 24px;
  margin-top: 18px;
}

.b-input > select {
  width: 100%;
  height: 60px;
  color: #9f9f9f;
  background: rgba(255, 255, 255, 0) !important;
  border: 1px solid #e8e8e8 !important;
  border-radius: 5px !important;
  padding: 0 8px 0;
  margin-top: 18px;
}

.b-input > input::-webkit-input-placeholder {
  font-size: 16px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #9f9f9f;
  line-height: 20px;
}

.b-btn {
  width: 100%;
  height: 60px;
  background: #494949;
  border-radius: 3px;
  margin: auto;
  margin-top: 43px;
  font-size: 18px;
  font-family: MontserratBold;
  cursor: pointer;
  font-weight: bold;
  color: #ffffff;
  line-height: 60px;
  text-align: center;
}

.b-news {
  font-size: 16px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #ffffff;
  line-height: 36px;
  text-align: center;
  margin-top: 43px;
}

.b-news-item > span {
  color: #494949;
  cursor: pointer;
  border-bottom: 1px solid #494949;
}

.b-news-item > i {
  color: #ffffff;
  margin: 0 5px 0;
}

.b-close {
  width: 171px;
  height: 49px;
  background: rgba(194, 162, 132, 0);
  border: 1px solid #494949;
  border-radius: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 49px;
  margin: auto;
  margin-top: 47px;
  font-size: 18px;
  font-family: MontserratBold;
  font-weight: bold;
  color: #494949;
  cursor: pointer;
}

.b-close > img {
  width: 16px;
  height: 13px;
  margin-right: 11px;
}

.home-model-top {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.public-top {
  margin-top: 45px;
}

.public-body {
  max-width: 1400px;
  margin: auto;
}

.home-tobody,
.public-tobody {
  max-width: 1500px;
  margin: auto;
  padding-top: 35px;
}

.home-tobody {
  padding-top: 0 !important;
}

.sw-img {
  width: 100%;
  height: auto;
  /* object-fit: cover; */
}

.home-banner {
  width: 100%;
  height: auto !important;
  /* max-height: 500px; */
}

.home-banner-title {
  height: 160px;
  font-size: 30px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #020301;
  line-height: 28px;
}

.home-banner-title > h1 {
  font-size: 72px;
}

.home-banner-title > span {
  width: 520px;
  margin-top: 50px;
}

.home-more {
  font-size: 16px;
  font-family: Impact;
  font-weight: 400;
  color: #494949;
  margin-top: 32px;
}

.home-more > span {
  margin-left: 18px;
}

.home-more > img {
  width: 22px !important;
  height: 22px !important;
}

.home-ban-img > img {
  width: 662px;
  height: 500px;
}

.home-tag {
  font-size: 26px;
  font-family: MontserratLight;
  font-weight: normal;
  color: #020301;
  line-height: 26px;
  margin: auto;
  margin-top: 68px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.home-tag-is {
  margin-left: 30px;
  margin-right: 30px;
}

.home-tag-active {
  font-family: MontserratBold !important;
  font-weight: bold !important;
  color: #494949 !important;
  line-height: 28px;
  padding-bottom: 10px;
  border-bottom: 2px solid #494949;
}

.home-tag > i {
  color: #e6e6e6;
  margin: 0 30px 0;
}

.checkModel {
  display: none;
}

.home-model {
  max-width: 1500px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: auto;
  margin-top: 71px;
}

.home-item {
  width: 23%;
  margin-bottom: 70px;
  text-align: center;
  font-size: 16px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #020301;
  line-height: 24px;
  position: relative;
  z-index: 5;
}

.home-item:not(:nth-child(4n)) {
  margin-right: -webkit-calc(10% / 4);
  margin-right: -moz-calc(10% / 4);
  margin-right: calc(10% / 4);
}

.home-item:hover .home-shadow {
  visibility: visible;
  opacity: 1;
  -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;
}

.home-item-imgs {
  width: 100%;
  height: auto;
  margin-bottom: 26px;
  position: relative;
}

.home-item-imgs > img {
  width: 100%;
  height: 100%;
}

.home-shadow {
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  height: 90%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -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;
  opacity: 0;
}

.home-shadow-item {
  width: 150px;
  height: 43px;
  background: #ffffff;
  border-radius: 22px;
  margin-bottom: 21px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #000000;
  cursor: pointer;
  -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;
}

.home-shadow-item:hover {
  color: #494949;
  -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;
}

.s-shadow-item.cur .home-shadow-item-img,
.home-shadow-item.cur .home-shadow-item-img {
  width: 15px;
  height: 15px;
  margin-right: 7px;
  background: url(../images/home-sc.png) no-repeat;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}

.s-shadow-item .home-shadow-item-img,
.home-shadow-item .home-shadow-item-img {
  width: 15px;
  height: 15px;
  margin-right: 7px;
  background: url(../images/home_3.png) no-repeat;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}

/* .home-shadow-item>img {
    margin-right: 7px;
} */

.home-btn-more,
.home-btn {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 49px;
  font-size: 13px;
  font-family: MontserratSemi;
  font-weight: Bold;
  color: #494949;
  padding: 0 50px;
  margin: auto;
  margin-top: 57px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* background-color: #494949; */
}

.home-btn-mobile {
  display: none;
}

.home-btn-more > img,
.home-btn > img {
  margin-right: 7px;
}

.home-btn-more {
  position: absolute;
  right: 0;
}

.home-info {
  width: 30%;
  height: 540px;
  position: relative;
  margin-left: 0;
}

.home-info-item {
  width: 49%;
  height: 261px;
  position: relative;
  margin: 0 0 20px 0;
}

.home-info > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.home-info-shadow {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.36);
  font-size: 15px;
  font-family: MontserratLight;
  font-weight: normal;
  color: #ffffff;
}

.home-info-shadow > p:nth-child(1) {
  font-size: 20px;
  font-family: MontserratSemi !important;
  font-weight: Bold !important;
  color: #ffffff;
  text-align: center;
}

.home-info-shadow > i {
  width: 110px;
  height: 1px;
  background-color: #ffffff;
  margin: 15px 0;
}

.home-info-second {
  width: 68%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.home-info-third {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* .home-info-third .home-info-third-item:nth-child(1) {
    margin-right: 16px;
} */

.home-info-third-item {
  width: 49%;
  height: 258px;
  position: relative;
  /* margin-left: 16px; */
}

.home-info-item > img,
.home-info-third-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.home-news-bg {
  width: 100%;
  height: auto;
  background-color: #ededed;
  margin-top: 101px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 100px 0;
}

.home-news {
  max-width: 1500px;
  width: 100%;
  margin: auto;

  display: -webkit-box;

  display: -webkit-flex;

  display: -moz-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.home-news-l {
  width: 685px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #020301;
  line-height: 60px;
  margin-right: 85px;
}

.home-news-l > h1 {
  font-size: 48px;
}

.home-news-l > h3,
.home-news-l > p {
  font-family: MontserratBold !important;
  font-weight: bold !important;
  font-size: 18px !important;
}

.home-news-l > p {
  line-height: 26px;
  margin-top: 20px;
}

.home-news-l > h3 {
  margin-top: 55px;
}

.home-news-l > li {
  list-style: disc;
  line-height: 30px;
  font-size: 14px !important;
}

.home-news-l > li::marker {
  width: 3px;
  height: 3px;
  color: #777777;
}

.home-new-r {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.home-new-r-l {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.home-new-r-img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.home-new-r-img {
  height: 269px;
  position: relative;
  margin-right: 15px;
}

.home-new-r-img:nth-child(1) {
  margin-bottom: 15px;
}

/* .home-info-btn-active, */
.home-info-btn {
  width: 126px;
  height: 44px;
  border: 1px solid #ffffff;
  margin-top: 18px;
  text-align: center;
  line-height: 44px;
  font-size: 13px;
  font-family: Montserrat-Semi !important;
  font-weight: Bold;
  color: #ffffff;
}

.home-info-btn:hover {
  border: 1px solid #494949;
  background-color: #494949;
}

/* .home-info-btn-active {
    border: 1px solid #494949;
    background-color: #494949;

} */

.home-new-r-r {
  width: 45%;
  height: 553px;
  position: relative;
}

.home-new-r-r > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.home-nes-second {
  max-width: 1500px;
  width: 100%;
  padding: 70px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: auto;
}

.home-nes-l {
  width: 30%;
  margin-right: 34px;
}

.h-nes-r {
  width: 68%;
}

.home-nes-l > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.home-nes-l-con {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #f6f6f6;
  font-size: 14px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #686868;
  line-height: 24px;
  padding: 38px 65px 40px 39px;
}

.home-nes-l-con > p {
  width: 361px;
  height: 41px;
  font-size: 16px;
  color: #000000;
  line-height: 24px;
  margin-bottom: 25px;
}

.home-nes-r-item-img,
.home-nes-r-item > img {
  width: 238px;
  height: 148px;
  overflow: hidden;
}

.home-nes-r-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.home-nes-r-item:last-child {
  margin-bottom: 0;
}

/* .home-new-r-img:hover .home-info-shadow>p:nth-child(1), */
.fbody-con:hover,
.home-nes-l:hover .home-nes-l-con > p,
.home-nes-l:hover .home-nes-l-con,
.home-nes-r-item:hover .home-r-item-con > h4,
.home-nes-r-item:hover .home-r-item-con {
  color: #494949;
  -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;
}

.home-r-item-con {
  width: 77%;
  font-size: 14px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #767676;
  line-height: 24px;
  background-color: #f6f6f6;
  padding: 24px;
  /* margin-bottom: 24px; */
}

.home-r-item-con > h4 {
  width: 100%;
  height: 17px;
  font-size: 16px;
  color: #000000;
  line-height: 24px;
  margin-bottom: 12px;
  -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;
}

.home-r-item-con p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.us-banner {
  height: 489px;
  background: url(../images/banner.jpg) no-repeat;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.us-b-item {
  max-width: 1500px;
  height: 489px;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.us-b-item-l {
  font-size: 18px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #020301;
  margin-right: 211px;
}

.us-b-item-l > h1 {
  font-size: 72px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #020301;
  line-height: 28px;
  margin-bottom: 60px;
}

.us-b-item-l > p {
  font-size: 18px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #020301;
  margin-top: 20px;
}

.us-b-item-r {
  width: 701px;
  background: rgba(255, 255, 255, 0.64);
  padding: 33px 37px 20px 37px;
}

.us-b-item-r::-webkit-scrollbar {
  display: none;
}

.us-b-item-r > h1 {
  font-size: 36px;
  font-family: MontserratBold;
  font-weight: bold;
  color: #000000;
}

.us-b-item-r > ul {
  margin-top: 32px;
}

.us-b-item-r > ul li {
  list-style: disc;
  font-size: 16px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #000000;
  line-height: 24px;
  margin-bottom: 20px;
}

.us-con {
  text-align: center;
  margin-top: 76px;
}

.us-con > h1 {
  font-size: 48px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #020301;
}

.us-con-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 84px;
}

.us-con-box::after {
  width: 30%;
  content: "";
}

.us-con-box-item {
  width: 30%;
  height: 237px;
  position: relative;
  -webkit-box-shadow: 0px 0px 46px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 0px 46px 0px rgba(0, 0, 0, 0.09);
  margin: 0 0 101px 0;
  background-color: #ffffff;
}

.us-con-box-item > h3 {
  font-size: 18px;
  font-family: MontserratSemi;
  font-weight: Bold;
  color: #494949;
  margin-top: 71px;
}

.us-con-box-item > span {
  width: 80%;
  height: 95px;
  font-size: 16px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #2f2f2f;
  line-height: 24px;
  text-align: center;
  margin-top: 17px;
  overflow-y: scroll;
}

.us-con-box-item > span::-webkit-scrollbar {
  display: none;
}

.us-icon {
  width: 103px;
  height: 103px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #494949;
  border-radius: 50%;
  position: absolute;
  top: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.us-icon > span {
  position: absolute;
}

.us-icon > span > img {
  width: 14px;
  height: 22px;
}

.us_bg {
  padding-top: 40px;
  background: url(../images/us_9.png) no-repeat;
  -o-background-size: cover;
  background-size: cover;
}

.us-banner-second {
  max-width: 1500px;
  margin: auto;
  background-color: #ffffff;
  padding: 124px 0 117px 0;
  text-align: center;
}

.us-banner-second > h1 {
  font-size: 48px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #020301;
}

.us-banner-second > span {
  width: 647px;
  height: 35px;
  font-size: 16px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #2f2f2f;
  line-height: 20px;
  margin-top: 32px;
}

.ho-chatbox {
  /* padding-bottom: 0; */
}

.pp-con {
  width: 100%;
  padding-bottom: 30px;
  margin-top: 30px;
  border-bottom: 1px solid #e3e3e3;
}

.pp-con:last-child {
  border-bottom: none;
}

.pp-con > h3 {
  font-size: 18px;
  font-family: MontserratBold;
  font-weight: bold;
  color: #494949;
  line-height: 30px;
  padding-left: 0px;
}

.pp-con > ul {
  padding-left: 0;
}

.pp-con > ul > li {
  font-size: 15px;
  font-family: MontserratLight;
  font-weight: normal;
  color: #4f5062;
  line-height: 30px;
}

.map-con-item {
  padding: 30px 0;
}

.map-con-item > .news-tobody-second > h1 {
  font-size: 30px;
  font-family: MontserratSemi;
  font-weight: Bold;
  color: #494949;
}

.map-shadow {
  padding: 30px 0px;
  background-color: #f6f6f6;
}

.map-con-item > .news-tobody-second > h3 {
  font-size: 18px;
  font-family: MontserratBold;
  font-weight: Bold;
  color: #4f5062;
  margin-top: 37px;
  display: inline-block;
  margin-right: 50px;
}

.map-title-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: MontserratLight;
  font-weight: normal;
  margin: 15px 0 37px 0;
  line-height: 36px;
  padding-bottom: 35px;
  border-bottom: 1px solid #ebebeb;
}

.map-title-item > span {
  font-size: 15px;
  color: #4f5062;
}

.map-title-item > i {
  color: #d9d9d9;
  margin: 0 10px 0;
}

.map-position {
  width: 132px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(11, 3, 6, 0.13);
  box-shadow: 0px 0px 8px 0px rgba(11, 3, 6, 0.13);
  border-radius: 3px;
  position: fixed;
  top: 20%;
  left: 0;
  padding: 10px 0 10px 0;
}

.map-position > ul > li {
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #2f2f2f;
  padding: 0 18px 0;
  cursor: pointer;
}

.map-position-active {
  background-color: #494949;
  color: #ffffff !important;
}

.us-banner-msg {
  color: #2f2f2f;
  text-align: center;
  margin-top: 40px;
}

.us-banner-msg > h3 {
  font-size: 16px;
  font-family: MontserratSemi;
  font-weight: Bold;
}

.us-banner-msg > span {
  font-size: 14px;
  font-family: MontserratLight;
  font-weight: normal;
  line-height: 20px;
}

.us-con-third {
  height: 1002px;
  background: url(../images/us_10.jpg) no-repeat;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  text-align: center;
  padding-top: 105px;
  position: relative;
}

.us-con-third > h1 {
  font-size: 48px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #020301;
}

.us-con-third .us-con-third-item:nth-child(5),
.us-con-third .us-con-third-item:nth-child(4),
.us-con-third .us-con-third-item:nth-child(3),
.us-con-third .us-con-third-item:nth-child(2) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 22%;
  left: 20%;
  text-align: left;
}

.us-con-third .us-con-third-item:nth-child(3) {
  top: 18%;
  left: 54%;
}

.us-con-third .us-con-third-item:nth-child(4) {
  top: 47%;
  left: 26%;
}

.us-con-third .us-con-third-item:nth-child(5) {
  top: 52%;
  left: 53%;
}

.us-con-third .us-con-third-item:nth-child(5) img,
.us-con-third .us-con-third-item:nth-child(4) img,
.us-con-third .us-con-third-item:nth-child(3) img,
.us-con-third .us-con-third-item:nth-child(2) img {
  width: 54px;
  height: 73px;
  margin: 25px 19px 0 0;
}

.us-con-third-item-c {
  width: 434px;
  background: url(../images/us_12.png) no-repeat;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  padding: 65px;
  font-size: 16px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #020301;
  line-height: 24px;
}

.ads-input,
.add-input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.add-input > input {
  width: 333px;
  height: 44px;
  margin-top: 30px;
  padding: 0 20px 0;
  border: 1px solid #e5e6e8;
  background-color: #faf7f4;
}

.ads-input > input {
  width: 682px;
  height: 44px;
  margin-top: 30px;
  padding: 0 20px 0;
  border: 1px solid #e5e6e8;
  background-color: #ffffff;
}

.ads-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.ads-input-item {
  margin-top: 53px;
  margin-right: 17px;
}

.ads-input-item > select,
.ads-input-item > input {
  width: 333px;
  height: 44px;
  margin-top: 19px;
  padding: 0 20px 0;
  border: 1px solid #e5e6e8;
}

.ads-input-item > h3 {
  font-size: 18px;
  font-family: MontserratBold;
  font-weight: bold;
  color: #494949;
}

.ads-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 35px;
}

.ads-info > span {
  font-size: 15px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #494949;
  line-height: 30px;
  margin-left: 3px;
}

.pro-info2 .baf {
  border-bottom: 1px solid #eff1f1;
}

.pro-info2 .con-l {
  width: -webkit-calc(100% - 610px);
  width: -moz-calc(100% - 610px);
  width: calc(100% - 610px);
  margin-right: 45px;
}

.pro-info2 .con-l .slider .item {
  padding: 0 24px;
}

.pro-info2 .con-l .slider a:hover h3 {
  color: #494949;
}

.pro-info2 .con-l .slider .pic {
  border: 1px solid #f0f2f2;
  padding-bottom: 100%;
}

.pro-info2 .con-l .slider h3 {
  height: 35px;
  line-height: 35px;
  font-size: 15px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #020301;
}

.pro-info2 .con-l .slider .slick-arrow {
  width: 28px;
  height: 43px;
}

.pro-info2 .con-l .slider .slick-prev {
  left: 2px;
  background: url(../images/pro_info_l2.png) no-repeat center/cover;
}

.pro-info2 .con-l .slider .slick-next {
  right: 2px;
  background: url(../images/pro_info_r2.png) no-repeat center/cover;
}

.pro-info2 .con-l .slider .slick-dots {
  display: none !important;
}

.pro-info2 .pic-slider-w2 {
  border-bottom: 1px solid #eff1f1;
}

.pro-info2 .pic-slider-w2 .po-auto {
  max-width: 100%;
  max-height: 100%;
}

.pro-info2 .pic-slider-w2 .b-slider {
  width: 98px;
}

.pro-info2 .pic-slider-w2 .b-slider .slick-list {
  padding: 20px 0;
}

.pro-info2 .pic-slider-w2 .b-slider .slick-slide li {
  position: relative;
  margin: 5px 0;
  height: 90px;
  border: 1px solid #eff1f1;
  cursor: pointer;
  padding: 2px 0;
}

.pro-info2 .pic-slider-w2 .b-slider .slick-current li {
  border-color: #494949;
}

.pro-info2 .pic-slider-w2 .b-slider .slick-next,
.pro-info2 .pic-slider-w2 .b-slider .slick-prev {
  width: 100%;
  height: 20px;
  top: inherit;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transform: translateY(0);
}

.pro-info2 .pic-slider-w2 .b-slider .slick-prev {
  left: inherit;
  background: #697378 url(../images/pro_info_t2.png) no-repeat center;
}

.pro-info2 .pic-slider-w2 .b-slider .slick-next {
  right: inherit;
  bottom: 0;
  background: #697378 url(../images/pro_info_b2.png) no-repeat center;
}

.pro-info2 .pic-slider-w2 .t-slider {
  width: -webkit-calc(100% - 120px);
  width: -moz-calc(100% - 120px);
  width: calc(100% - 120px);
  padding-bottom: 5px;
}

.pro-info2 .pic-slider-w2 .t-slider .slick-slide li {
  height: 4.92rem;
}

.pro-info2 .pic-slider-w2 .t-slider img {
  width: 69%;
}

.pro-info2 .pic-slider-w2 .t-slider .slick-dots {
  bottom: -10px;
}

.pro-info2 .pic-slider-w2 .t-slider .slick-dots div {
  width: 5px;
  height: 5px;
  background: #fff;
}

.slick-dots div.slick-active,
.slick-dots div:hover,
.slick-dots div:focus {
  background: #fff;
}

.pro-info2 .pic-slider-w2 .t-slider .slick-dots div.slick-active,
.pro-info2 .pic-slider-w2 .t-slider .slick-dots div:focus,
.pro-info2 .pic-slider-w2 .t-slider .slick-dots div:hover {
  background: #494949;
}

.pro-info2 .con-r {
  width: 565px;
  border-top: 2px solid #494949;
}

.pro-info2 .con-r.cur .infos {
  position: fixed;
  width: 565px;
  top: 90px;
}

.pro-info2 .con-r.cur .item3 ul {
  height: 90px;
  padding-right: 10px;
  overflow: auto;
}

.pro-info2 .con-r .item2 {
  border-top: 1px solid #e9ece8;
  border-bottom: 1px solid #e9ece8;
}

.pro-info2 .con-r .item2 em {
  font-size: 30px;
  font-family: MontserratBold;
  font-weight: Bold;
  color: #975e28;
}

.pro-info2 .con-r .item2 .txt {
  width: 156px;
  padding: 10px 15px;
  border: 1px solid #ebe9e4;
  background: #fffbf0;
}

.pro-info2 .con-r .item3 ul {
  margin-left: -0.1rem;
}

.pro-info2 .con-r .item3 li {
  /*min-width:32%;*/
  padding-left: 0.12rem;
  margin-top: 0.1rem;
}

.pro-info2 .con-r .item3 li.cur {
  border: 1px solid #494949;
}

.pro-info2 .con-r .item3 li.cur a {
  color: #494949;
  border-color: #494949;
}

.pro-info2 .con-r .item3 li a {
  /*padding:8px;border:1px solid #eff1f1;border-radius:5px;background:#fbfbfb*/
}

.pro-info2 .con-r .calculations {
  background-color: #ffffff;
  max-width: 164px;
  height: 40px;
  line-height: 38px;
  border: 1px solid #ddd;
  border-left: none;
  border-right: none;
}

.pro-info2 .con-r .calculations em {
  width: 42px;
  border: 1px solid #ddd;
  cursor: pointer;
}

.pro-info2 .con-r .calculations input {
  width: -webkit-calc(100% - 60px);
  width: -moz-calc(100% - 60px);
  width: calc(100% - 60px);
  background: 0 0;
}

.pro-info2 .con-r .item5 .btn1,
.pro-info2 .con-r .item5 .btn2 {
  height: 60px;
  line-height: 60px;
  border-radius: 3px;
}

.pro-info2 .con-r .item5 .btn1 {
  width: 60px;
  background-color: #d2d2d2;
  margin-right: 11px;
}

.pro-info2 .con-r .item5 .btn2 {
  width: -webkit-calc(100% - 54px);
  width: -moz-calc(100% - 54px);
  width: calc(100% - 54px);
  background: #494949;
  font-size: 18px;
  font-family: MontserratBold;
  font-weight: bold;
  color: #ffffff;
}

.add-min {
  width: 32px;
  height: 38px;
  background: 0 0;
  cursor: pointer;
  border: 1px solid #ebebeb !important;
  font-family: open_sansregular;
  font-size: 21px;
}

.add-inp {
  width: 70px;
  height: 38px;
  text-align: center;
  border-top: 1px solid #ebebeb !important;
  border-bottom: 1px solid #ebebeb !important;
  border-left: 0;
  border-right: 0;
}

.zoomDiv {
  z-index: 999;
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 200px;
  background: #fff;
  border: 1px solid #eff1f1;
  display: none;
  text-align: center;
  overflow: hidden;
}

.zoomMask {
  position: absolute;
  z-index: 99;
  cursor: move;
  background: rgba(255, 255, 255, 0.4);
}

.zoomDiv img {
  max-width: inherit;
}

.i-main {
  background-color: #f5f5f5;
}

/*
    fixed
*/
.fixed-menu {
  width: 46px;
  height: 235px;
  position: fixed;
  z-index: 999999;
  top: 27%;
  right: 1%;
}

.fixed-item-second,
.fixed-item {
  width: 46px;
  height: 46px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #878482;
  margin-bottom: 1px;
}

.fixed-item-second {
  background-color: #494949 !important;
}

.infoSwiper .swiper-button-prev {
  left: 1.5% !important;
}

.infoSwiper .swiper-button-next {
  right: 1.5% !important;
}

/*
    fooer
*/

.footer-box {
  background-color: #ffffff;
  border-top: 1px solid #e4e4e4;
}

.fheader {
  height: 103px;
  background-color: #ffffff;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}

.fheader-item {
  max-width: 1500px;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ftitle {
  font-size: 15px;
  font-family: MontserratBold;
  font-weight: bold;
  color: #020301;
  line-height: 103px;
  margin-left: 10px;
}

.img,
.imgs {
  padding: 0 !important;
}

.fimg {
  /* width: 500px; */
  height: 45px;
  margin-top: 20px;
  margin-right: 20px;
}

.fimg:last-child {
  margin-right: 0;
}

.fbody {
  max-width: 1400px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  padding-top: 38px;
  padding-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.fbody > .fbody-item:last-child,
.fbody > .fbody-item:first-child {
  width: 25%;
}

.fbody-item {
  width: 12%;
  font-size: 15px;
  font-family: MontserratLight;
  font-weight: bold;
  line-height: 24px;
}

.fbody-title {
  color: #000;
  margin-bottom: 30px;
}

.fbody-con {
  width: 100%;
  font-weight: normal;
  white-space: normal;
  color: #6e6e6e;
  cursor: pointer;
  line-height: 30px;
}

.fbody-con-img {
  width: 155px;
  height: 42px;
  margin-top: 15px;
}

.fbody-input {
  width: 100%;
  height: 50px;
  margin-top: 20px;
  border: 1px solid #e4e4e4 !important;
  padding: 0 20px 0;
  background-color: #ffffff;
}

.fbody-item > .fbody-input::-webkit-input-placeholder {
  font-size: 15px;
}

.fbody-btn {
  width: 120px;
  height: 40px;
  text-align: center;
  font-size: 15px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #ffffff;
  line-height: 40px;
  background-color: #000;
  margin-top: 15px;
  cursor: pointer;
}

.fmsg {
  max-width: 1400px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%;
  margin: auto;
  padding: 31px 0;
  font-size: 15px;
  font-weight: 300;
  color: #303030;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #e4e4e4;
}

.fmsg-title {
  font-size: 15px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #6e6e6e;
  line-height: 24px;
  margin-right: 24px;
}

.fmsg-img > img {
  width: 750px;
}

/*
    login
*/
.login-shade {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.73);
  position: fixed;
  top: 0;
  z-index: 99999999;
  visibility: hidden;
}

.l-model {
  width: 731px;
  background: #ffffff;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  padding-bottom: 46px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.l-img {
  width: 731px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.l-img > img {
  width: 218px;
  height: auto;
  margin-top: 15px;
}

.l-item {
  margin: 47px 0 0 89px;
}

.l-item-title {
  height: 17px;
  font-size: 16px;
  font-family: MontserratBold;
  font-weight: bold;
  color: #020200;
  line-height: 20px;
}

.l-input {
  width: 532px;
  height: 60px;
  margin-top: 14px;
  background: rgba(255, 255, 255, 0);
  border: 1px solid #e8e8e8 !important;
  border-radius: 5px !important;
  padding-left: 20px;
}

input::-webkit-input-placeholder {
  font-size: 16px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #9f9f9f;
  line-height: 20px;
}

.l-forget {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 16px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #020200;
  line-height: 20px;
  margin: 34px 108px 0 89px;
}

.l-forget-check {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.l-forget-title {
  color: #494949;
  cursor: pointer;
  border-bottom: 1px solid #494949;
}

.l-btn {
  margin: auto;
  margin-top: 37px;
  cursor: pointer;
  width: 532px;
  height: 60px;
  background: #494949;
  border-radius: 3px;
  line-height: 60px;
  text-align: center;
  font-size: 18px;
  font-family: MontserratBold;
  font-weight: bold;
  color: #ffffff;
}

.l-msg {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 16px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #020200;
  line-height: 36px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  margin-top: 50px;
}
.l-msg > span {
  color: #494949;
  margin-left: 5px;
  cursor: pointer;
  border-bottom: 1px solid #494949;
}

.l-close {
  width: 104px;
  height: 59px;
  float: right;
  cursor: pointer;
  margin: 0;
  background: url(../images/project/l_close.png) no-repeat;
  background-size: contain;
  transition: all 0.5s;
}

.l-close:hover {
  background: url(../images/project/l_close1.png) no-repeat;
  background-size: contain;
  transition: all 0.5s;
}

.check-box {
  max-width: 1400px;
  padding-top: 51px;
  padding-bottom: 183px;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.check-success {
  margin-top: 175px;
  text-align: center;
  font-family: MontserratLight;
  font-weight: 300;
}

.check-success > img {
  width: 97px;
  height: 129px;
  margin-bottom: 59px;
}

.check-success > h1 {
  font-size: 30px;
  color: #494949;
  margin-bottom: 30px;
}

.check-success > p {
  font-size: 15px;
  color: #2b2b2b;
  line-height: 36px;
  margin-top: 10px;
}

.check-success-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  margin-top: 66px;
}

.check-s-b-item {
  width: 282px;
  height: 49px;
  background: #494949;
  border-radius: 3px;
  line-height: 49px;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  font-family: MontserratBold;
  font-weight: bold;
  color: #ffffff;
  margin-right: 22px;
}

/* .model3-tag-mobile-show {
    display: none;
} */

.model3-tag-mobile {
  width: 100%;
  border: 1px solid #494949;
  background-color: transparent;
  color: #494949;
  margin-top: 20px;
}

.model3-tag-mobile-t {
  height: 60px;
  border: 1px solid #494949;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 20px;
}

.model3-tag-mobile-list {
  display: none;
}

.model3-tag-mobile-list a {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding-left: 20px;
}

.slick-slider > .slick-list {
  height: auto !important;
}

@-webkit-keyframes shownum {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes shownum {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-o-keyframes shownum {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes shownum {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes hidenum {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-moz-keyframes hidenum {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-o-keyframes hidenum {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes hidenum {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@media (max-width: 1800px) {
  /* .home-news {
        padding: 0 215px 0;
    } */
}

@media (max-width: 1700px) {
  /* .home-news {
        padding: 0 150px 0;
    } */

  .log-header,
  .yw-header {
    padding: 45px 8%;
  }

  .log-header-r > h1,
  .yw-header-r > h1 {
    font-size: 42px;
  }
}

@media (max-width: 1680px) {
  .search {
    width: 280px;
  }
}

@media (max-width: 1600px) {
  /* .home-r-item-con {
        width: 71%;
    } */

  .log-header,
  .yw-header {
    padding: 45px 5%;
  }

  .header nav ul li {
    margin: 0 5px;
  }

  /* .home-news {
        padding: 0 180px;
    } */

  /* .home-nes-second {
        padding: 70px 170px;
    } */
}

@media (max-width: 1500px) {
  .fbody-item:last-child {
    margin-bottom: 0;
  }

  .log-header-r > h1,
  .yw-header-r > h1 {
    font-size: 40px;
  }

  .fbody-con {
    width: 100%;
  }

  /* .home-r-item-con {
        width: 74%;
    } */

  .home-model {
    padding: 0 20px;
  }

  /* .home-news {
        padding: 0 130px;
    } */

  .home-nes-second {
    padding: 70px 20px;
  }

  .home-news {
    padding: 0 20px;
  }
}

@media (max-width: 1400px) {
  .home-nes-second {
    padding-left: 20px;
    padding-right: 20px;
  }

  .ho-chatbox,
  .us-b-item {
    padding: 0 20px;
  }

  .log-header-r > h1 {
    font-size: 30px;
  }

  .news-header-title,
  .news-tobody {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-r-item-con {
    padding: 20px;
  }

  .h-nes-r {
    width: 100%;
    margin-top: 20px;
  }

  .home-nes-second {
    display: block;
  }

  .home-nes-l > img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
  }

  /* .home-news {
        padding: 0 90px;
    } */

  /* .home-nes-second {
        padding: 70px 85px;
    } */

  .home-nes-l,
  .home-nes-l-con > p,
  .home-r-item-con {
    width: 100%;
  }

  .home-nes-l-con {
    padding: 20px;
  }

  .home-r-item-con > h4 {
    width: auto;
    height: auto;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }

  .sourcing {
    padding: 3% 20px !important;
  }
}

@media (max-width: 1300px) {
  .header-logo > img {
    width: 230px !important;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .log-header-r > h1,
  .yw-header-r > h1 {
    font-size: 30px;
  }

  /* .home-news {
        padding: 0 80px;
    } */

  /* .home-nes-second {
        padding: 70px 80px;
    } */

  .home-nes-l,
  .home-nes-l-con > p,
  .home-r-item-con {
    width: 100%;
  }

  .home-nes-l-con {
    padding: 20px;
  }

  .home-nes-l-con > p,
  .home-r-item-con > h4 {
    width: auto;
    height: auto;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}

@media (max-width: 1220px) {
  .choose-list-i {
    width: 23.8% !important;
  }
}

@media (max-width: 1200px) {
  .log-header-r > h1,
  .yw-header-r > h1 {
    font-size: 30px;
  }

  .home-news-l {
    width: 50%;
    margin-right: 30px;
  }

  .home-news-l > h3 {
    margin-top: 55px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }

  .company-box .con {
    overflow-y: scroll;
  }

  .sourcing-title > .t1 {
    font-size: 30px;
  }

  .choose-b-nums-title {
    font-size: 36px;
  }
}

@media (max-width: 1100px) {
  .header-logo > img {
    width: 190px !important;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .sourcing-title > .t1 {
    font-size: 24px !important;
  }

  .product-swiper-thumb .swiper-slide .show-con > h1,
  .product-swiper-thumb .swiper-slide .show-title > h1 {
    font-size: 24px !important;
  }

  .product-swiper-thumb .swiper-slide .show-title > p {
    margin-top: 20px;
  }
}

@media (max-width: 1024px) {
  .us-banner {
    background-position: top !important;
  }

  .h-nes-r {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .home-item-imgs {
    height: auto;
  }

  .fbody-item {
    width: 100% !important;
  }

  .yiwu-box {
    padding: 20px;
  }

  .s-model-list {
    padding: 0 20px;
  }

  .yw-header-item,
  .s-l-items > a {
    width: 100%;
  }

  .log-header-item,
  .yw-header-item {
    height: 500px;
    /* height: auto; */
  }

  .s-l-items-titles {
    width: 80%;
  }

  .home-info-third {
    padding: 0;
  }

  .home-model {
    width: 100%;
  }

  .home-model {
    padding: 0 20px;
  }

  /* .fbody {
        display: none !important;
    } */

  .sourcing-title > .t1 {
    font-size: 20px !important;
  }

  .sourcing-title > .t2 {
    margin-top: 20px !important;
  }

  .sourcing-title {
    width: 100% !important;
  }

  .sourcing-list-i {
    width: 30% !important;
  }

  .product-swiper-thumb .swiper-slide .show-con > h1,
  .product-swiper-thumb .swiper-slide .show-title > h1 {
    font-size: 20px;
  }

  .product-swiper-thumb {
    height: 100% !important;
  }

  .home-nes-r-item-img,
  .home-nes-r-item > img {
    width: 100%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
}

@media (max-width: 1500px) {
  .home-tag,
  .home-info-second {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
  }

  .home-tag {
    font-size: 20px;
  }

  .fmsg,
  .fheader-item,
  .fbody {
    display: block;
  }

  /* .fbody>:nth-child(1) {
        margin: 0 0 30px 0;
    } */

  .fheader {
    height: auto !important;
  }

  .fimg {
    height: 43px;
    margin: 0 20px 20px 0;
  }

  .fbody-item {
    margin-bottom: 30px;
  }

  .fmsg-img > img {
    margin-top: 20px;
  }

  .header nav ul li {
    margin: 0 1px;
  }

  .header-logo {
    margin-right: 5px;
  }

  .header .item2 .btn a {
    margin: 0 15px;
  }
}

@media (max-width: 1300px) {
  .header nav ul li {
    margin: 0 1px;
  }

  .header-logo {
    margin-right: 5px;
  }

  .header .item2 .btn a {
    margin: 0 11.5px;
  }

  .header nav ul li > a {
    font-size: 16px;
  }
}

@media (max-width: 1200px) {
  .header .item2 .btn .icon {
    font-size: 13px;
  }

  .header nav ul li > a {
    font-size: 13px;
  }

  .header .item2 .btn a {
    margin: 0 7.5px;
  }

  .header nav ul li {
    margin: 0;
  }

  .search {
    width: 100% !important;
  }

  .search .txt {
    padding: 0 15px;
  }
}

@media (max-width: 1024px) {
  .home-model-top {
    display: block;
  }

  .home-new-r-r {
    width: 49%;
  }

  .us-con-box {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .us-con-box-item {
    width: 49%;
  }

  .us-con > h1 {
    font-size: 36px;
  }

  .us-b-item-r > h1 {
    font-size: 30px;
  }

  .us-b-item-l > h1 {
    font-size: 40px;
    margin-bottom: 40px;
  }

  .us-banner {
    -o-background-size: cover !important;
    background-size: cover !important;
  }

  .s-model-list-item {
    width: 23%;
    margin-bottom: 20px;
  }

  .home-info-second,
  .home-info {
    width: 100%;
  }

  .home-news-l > h1 {
    font-size: 40px;
  }

  .home-news-bg {
    margin-top: 60px;
    padding: 0 0 50px 0;
  }

  .home-info {
    margin-bottom: 20px;
  }

  .home-info-item {
    width: 49%;
    display: block;
  }

  .log-con-menu-item-s {
    width: 45%;
  }

  .log-con-menu-item-s,
  .log-con-menu-item {
    margin-bottom: 20px;
  }

  .l-model {
    width: 660px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }

  .l-img {
    width: 660px;
  }

  .l-item {
    margin: 47px 0 0 63px;
  }

  .h-order-tobody {
    margin-top: 0;
  }

  .us-banner,
  .us-b-item {
    width: 100%;
    display: block;
    height: 100%;
  }

  .us-b-item {
    padding: 30px;
    margin-bottom: 30px;
  }

  .us-b-item-r {
    width: 100%;
    margin-top: 30px;
  }

  .us_bg {
    margin: auto;
    padding-top: 0;
  }

  .us-con-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 100px;
  }

  .us-banner-second {
    width: 90%;
    padding: 60px 0 60px 0;
  }

  .us-banner-second > span {
    width: initial;
  }

  .us-con-third {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    padding-top: 50px;
    padding-bottom: 5px;
  }

  .us-con-third .us-con-third-item:nth-child(5),
  .us-con-third .us-con-third-item:nth-child(4),
  .us-con-third .us-con-third-item:nth-child(3),
  .us-con-third .us-con-third-item:nth-child(2) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: static;
    margin: 0;
    padding: 0 20px 0;
  }

  .news-header {
    width: 100%;
    height: auto;
    line-height: normal;
    padding: 50px 20px;
    margin-top: 0;
    font-size: 32px;
  }

  .news-tobody {
    padding: 20px;
  }

  .pp-con > h3,
  .pp-con > ul {
    padding-left: 0;
  }

  .pp-con {
    width: auto;
  }

  .map-nav {
    padding: 20px 0 0 25px;
  }

  .map-con-item {
    /* margin: 40px 0 0 0px; */
    padding: 20px 20px 0;
  }

  .contact-header {
    width: 100%;
    margin-top: 0;
    height: auto;
    padding: 30px 20px 20px 20px;
  }

  .contact-header > .news-header-title > span {
    width: auto;
  }

  .contact-con-l-items,
  .contact-con {
    display: block;
  }

  .contact-con-r,
  .contact-con-l {
    width: 100%;
    float: none;
  }

  .contact-con-l-item > input {
    width: auto;
  }

  .contact-con-r {
    margin: 60px 0 0 0;
  }

  .ho-btn,
  .contact-con-l-item > textarea {
    width: 100%;
  }

  .ho-header {
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    -moz-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    position: static;
    padding-top: 50px;
  }

  .ho-header-item {
    width: 50%;
    margin: unset;
    margin-bottom: 70px;
  }

  .ho-chatbox {
    width: 100%;
    padding: 30px;
    padding-top: 0;
  }

  .tb-model {
    margin-top: 35px;
  }

  .tb-tag-item-second {
    width: 46%;
    padding: 0px 3px;
    margin: 6px;
  }

  .ho-header > .ho-header-item:nth-child(1)::after,
  .ho-header > .ho-header-item:nth-child(2)::after,
  .ho-header > .ho-header-item:nth-child(3)::after,
  .ho-header > .ho-header-item:nth-child(4)::after,
  .ho-header > .ho-header-item:nth-child(5)::after {
    display: none !important;
  }

  .us-con {
    width: 100%;
    text-align: center;
    margin-top: 76px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .us-con-box-item {
    margin: 0 0 101px 0;
  }

  .us-b-item-l {
    margin-right: 0;
  }

  .us-b-item-r {
    padding: 33px;
  }

  .us-con-third .us-con-third-item:nth-child(5) img,
  .us-con-third .us-con-third-item:nth-child(4) img,
  .us-con-third .us-con-third-item:nth-child(3) img,
  .us-con-third .us-con-third-item:nth-child(2) img {
    width: 50px;
    height: 65px;
    margin: 35px 19px 0 0;
  }

  .us-banner-msg {
    margin-top: 50px;
  }

  .swiper {
    height: auto;
  }

  .us-con-third-item-c > span {
    height: auto;
    overflow-y: scroll;
  }

  .ho-chat-l-con > span::-webkit-scrollbar,
  .us-con-third-item-c > span::-webkit-scrollbar {
    width: 0;
  }

  .swiper-button-next,
  .swiper-button-prev {
    top: 63% !important;
    width: 30px !important;
    height: 30px !important;
  }

  .contact-con-l-item {
    margin: 54px 0 0 0;
  }

  .ho-chat-l-con {
    padding: 10px;
    -o-background-size: 100% 100% !important;
    background-size: 100% 100% !important;
  }

  .ho-chat-l-con > span {
    height: 65px;
    overflow-y: scroll;
  }

  .ho-chat-l > img {
    width: 55px;
    height: 55px;
  }

  .pay-h-title {
    padding: 0 0 27px 0px;
  }

  .pay-con-item {
    width: 100%;
    margin-left: 0;
    padding-bottom: 20px;
  }

  .ho-nav-box {
    width: 100%;
    padding: 20px;
    padding-top: 0;
  }

  .faq-search {
    width: 100%;
    height: 50px;
    padding-left: 15px;
  }

  .faq-search-btn,
  .faq-search > input {
    width: 100%;
    height: 50px;
  }

  .faq-search-btn {
    width: 55%;
  }

  .faq-search > input {
    padding-right: 10px;
  }

  .faq-con {
    margin-top: 30px;
  }

  .faq-con-title {
    padding: 20px;
    display: block;
  }

  .faq-con-item {
    margin-bottom: 30px;
  }

  .faq-con-con {
    padding: 20px 40px;
  }

  .faq-detail {
    width: 100%;
    padding: 0 20px 0;
  }

  .faq-detail-item {
    margin-top: 30px;
  }

  .faq-detail-title {
    padding: 20px 10px;
  }

  .faq-detail-msg {
    margin: 0 10px;
  }

  .faq-detail-msg-t > span,
  .faq-detail-msg-c > span {
    margin-right: 9px;
  }

  .wish-l,
  .sm-12 {
    float: none !important;
    width: 100% !important;
  }

  .d-bg {
    width: 100%;
  }

  .pro-info2 .con-l .slider .item {
    padding: 0 15px;
  }

  .news-img {
    width: 100% !important;
    height: auto !important;
  }

  .titles-img,
  .description {
    padding-left: 0.3rem !important;
  }

  .titles-box > img {
    margin-right: 10px !important;
  }

  .cons {
    margin-top: 25px !important;
  }

  .item1 > h3,
  .d2-item1 > h3 {
    padding-bottom: 20px !important;
  }

  .item2s-title {
    display: block !important;
  }

  .item2s {
    padding: 20px 23px !important;
  }

  .item2s-con {
    margin-top: 20px;
  }

  .style-list {
    padding: 0 !important;
    margin-top: 0 !important;
  }

  .ftitle {
    margin-left: 0;
    line-height: 80px;
  }

  .fbody-title {
    margin-bottom: 20px !important;
  }

  .public-tobody {
    width: 100% !important;
    padding-top: 20px;
    overflow-x: hidden;
  }

  .wish-con {
    width: 100%;
    display: block;
    margin-top: 30px;
    padding-bottom: 70px;
  }

  .wish-l-c {
    padding: 40px 20px 1px 20px;
  }

  .wish-r {
    width: 100%;
    float: none;
    padding: 0 20px 0;
    padding-top: 15px;
  }

  .acc-info-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .acc-logout {
    width: 100%;
  }

  .wish-l-h {
    border-radius: 0;
  }

  .acc-info {
    padding: 20px 0 25px 0;
  }

  .ship-msg-btn,
  .ship-msg-second,
  .acc-addinfo {
    margin-top: 30px;
  }

  .acc-addinfo > span {
    width: 100%;
    overflow-x: scroll;
  }

  .b-input > select,
  .b-input > input,
  .b-model,
  .shop-b-l-title > span > div,
  .ship-msg-btn,
  .ship-msg > textarea,
  .ship-type > div > input,
  .ship-type > div > select,
  .acc-addbtn {
    width: 100%;
  }

  .acc-addinfo-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }

  .success-con {
    width: 90%;
  }

  .my-o-menu,
  .success-con > h1 {
    margin-top: 30px;
  }

  .log-header-r,
  .news-btn,
  .ship-item > input,
  .ship-item,
  .msg-days-item-msg,
  .wish-r-h,
  .msg-text > textarea,
  .view-con-item,
  .wish-r-scroll,
  .ads-input-item > select,
  .ads-input-item > input,
  .ads-input > input,
  .add-input > input,
  .pwd-input > input,
  .change-name-addbtn,
  .change-name-input > input {
    width: 100%;
  }

  .news-con-item {
    width: 50%;
  }

  .ship-checkout,
  .pwd-input-code {
    display: block;
  }

  .pwd-input-code-item {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .shop-b-l-title > span,
  .shop-b-l-title,
  .ship-phone,
  .ads-item {
    display: block;
  }

  .ads-input-item {
    margin: 20px 0 0 0;
  }

  .shop-list,
  .shop-menu,
  .my-o-menu-item {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .wish-list,
  .wish-menu {
    width: 100%;
  }

  .my-detail-o-menu-item {
    width: 988px;
  }

  .wish-r-scroll {
    overflow-x: scroll;
    overflow-y: hidden;
  }

  .wish-menu-item-second {
    margin-right: 400px;
  }

  .b-input > select,
  .b-input,
  .b-msg,
  .n-d-con-item,
  .n-d-title,
  .ship-title,
  .shop-nav {
    padding: 0 20px 0;
  }

  .ship-type,
  .ship-box,
  .view-con {
    width: 100%;
    display: block;
  }

  .log-header-item > img,
  .view-con-item > img {
    width: 100%;
    height: 100%;
    margin-bottom: 15px;
  }

  .view-con-item {
    margin: 0 0 30px 0;
  }

  .view-box {
    width: 100%;
    display: block;
    margin-top: 30px;
    padding-bottom: 20px;
  }

  .msg-days-item-msg {
    padding: 20px;
  }

  .check-box {
    padding-top: 20px;
  }

  .check-success {
    margin-top: 70px;
  }

  .check-success-btn {
    display: block;
    margin: unset;
    margin-top: 40px;
    padding: 0 20px 0;
  }

  .check-s-b-item {
    width: 100%;
    margin-bottom: 15px;
  }

  .ship-box {
    padding-top: 20px;
    padding: 20px 0 30px 0;
  }

  .ship-l {
    float: none;
    width: 100%;
    margin: 0;
    padding: 20px;
    padding-bottom: 20px;
  }

  .shop-b-l-title > span > div,
  .ship-phone,
  .ship-type,
  .ship-title {
    margin-top: 20px;
  }

  .ship-phone > span,
  .ship-checkout > span {
    margin-left: 0;
  }

  .n-d-line,
  .ship-type-item {
    margin-bottom: 20px;
  }

  .ship-type > div {
    margin-right: 0;
  }

  .ship-img-item {
    margin: 0 7px 0;
    margin-bottom: 20px;
  }

  .shop-b-r,
  .ship-tap {
    margin-top: 30px;
  }

  .ship-r-con {
    padding: 0;
  }

  .ship-tap > i {
    margin: 0 2px 0;
  }

  .ship-r-con-item,
  .ship-r-title {
    width: 741px;
  }

  .shop-box {
    width: 100%;
    padding-top: 20px;
    display: block;
  }

  .shop-b-l {
    margin: 20px 20px;
    float: none;
  }

  .shop-second {
    margin-left: 355px;
  }

  .shop-third {
    margin-left: 390px;
  }

  .nd-r-con-msg1 {
    margin: 15px 0 15px 0;
  }

  .n-d-left,
  .n-d-right,
  .shop-b-r {
    width: 100%;
    float: none;
  }

  .n-d-right {
    height: auto;
    margin-left: 0;
  }

  .n-d-right,
  .shop-con {
    padding: 20px;
  }

  .forget-btn,
  .b-btn,
  .shop-btn {
    width: 90%;
  }

  .log-header,
  .n-d-tobody {
    margin-top: 0;
  }

  .n-d-left {
    margin-bottom: 10px;
    padding: 30px 0 5px 0;
  }

  .n-d-con-item-title {
    line-height: 26px;
  }

  .home-nes-r-item > img {
    width: 100%;
    height: 482px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .home-item:not(:nth-child(4n)) {
    margin: 0;
  }

  .s-model-list-item > img,
  .yw-header-item > img,
  .yw-item-a,
  .yw-item-c,
  .yw-item-b,
  .yw-item-r,
  .yw-item-r-t,
  .yw-item-r-b,
  .news-con-item > img,
  .n-d-con-item > img {
    width: 100%;
    height: 100%;
  }

  .nd-r-con > img {
    width: 290px;
    height: 220px;
  }

  .log-header-r > ul > li,
  .news-menu,
  .n-d-con-item {
    margin-bottom: 20px;
  }

  .n-d-con-item > img {
    margin-top: 5px;
  }

  .yw-item-r,
  .yw-item,
  .log-msg-item,
  .news-con,
  .n-d-btns {
    display: block;
  }

  .n-d-btn-item {
    width: 100%;
    margin-bottom: 25px;
  }

  .yw-item {
    height: auto;
  }

  .yw-header-r > ul > li,
  .nd-r-con,
  .n-d-right-title {
    margin-bottom: 30px;
  }

  .news-tag {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
  }

  .news-tag-item::before,
  .news-tag-item::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .news-menu {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .yw-item-a,
  .yw-item-c,
  .yw-item-b,
  .yw-item,
  .yw-item-r-t,
  .yw-item-r-b,
  .news-menu-item {
    margin-bottom: 10px;
  }

  .b-model {
    padding-top: 30px;
  }

  .log-con-menu,
  .b-close,
  .b-news,
  .b-input,
  .b-msg {
    margin-top: 25px;
  }

  .b-shade {
    padding-bottom: 50px;
  }

  .b-input > img {
    position: -webkit-sticky;
    position: sticky;
    display: none;
  }

  .forget-input {
    width: 100%;
  }

  .log-header {
    height: auto;
    padding: 0;
    display: block;
  }

  .log-header-b {
    height: auto;
    display: block;
  }

  .log-header-item {
    width: 100%;
  }

  .log-header-r {
    padding: 20px;
    height: auto;
    margin: 0;
  }

  .log-header-r > h1 {
    font-size: 30px;
    line-height: 35px;
  }

  .log-header-r > ul {
    padding: 0 20px 0;
    margin-top: 20px;
    width: 100%;
  }

  .news-tobody-copy {
    width: 100%;
    padding: 20px 20px;
  }

  .shop-nav-copy {
    padding: 0;
    margin-bottom: 20px;
  }

  .forget-input > input {
    width: 100%;
  }

  .purchase {
    width: 100%;
    margin-top: 30px !important;
  }

  .cenlms a .con {
    width: 100%;
    left: 0;
    padding: 20px;
  }

  .log-msg {
    padding: 20px;
  }

  .log-msg > h4,
  .shop-nav-copy {
    padding: 0 !important;
    margin-top: 0;
  }

  .log-con-menu {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .log-msg {
    margin-top: 20px;
    background: #ffffff !important;
  }

  .log-msg-item > img {
    margin-top: 20px;
  }

  .yw-header {
    height: auto;
    margin-top: 0;
    display: block;
    padding: 0;
  }

  .yw-header-r {
    width: 100%;
    height: auto;
    margin-left: 0;
    padding: 20px;
  }

  .yw-header-r > h1 {
    font-size: 30px;
  }

  .yw-header-r > ul {
    padding: 0 20px 0;
  }

  .yw-item {
    margin: 20px 0;
  }

  .yw-item-l {
    padding: 30px;
    margin-right: 0;
  }

  .yw-item-r img {
    width: 100%;
  }

  .yw-item-r-l > ul > li,
  .yw-item-l > ul > li {
    width: auto;
    margin-bottom: 20px;
  }

  .yw-item-r-l {
    padding: 30px;
    margin-left: 0;
  }

  .yw-item-r > span {
    margin-right: 0;
  }

  .home-banner,
  .swiper-banner {
    width: 100%;
    margin-top: 0 !important;
  }

  .home-banner {
    /* height: 250px !important; */
    padding: 0;
    width: 100% !important;
  }

  .home-btn-more,
  .home-tag {
    margin-top: 20px;
  }

  .home-tag > i {
    margin: 0 10px 0;
  }

  .home-news,
  .home-model {
    width: 100%;
    margin-top: 35px;
  }

  .home-news {
    height: auto;
    padding: 0;
    padding-top: 20px;
    display: block;
  }

  .home-news-l {
    width: 100%;
    padding: 0 20px 0;
    margin-bottom: 20px;
  }

  .home-item {
    width: 49%;
    margin: 0;
    margin-bottom: 20px !important;
  }

  .home-item > img {
    width: 100% !important;
    margin-bottom: 20px;
  }

  .s-header > img,
  .home-info-item > img {
    width: 100% !important;
    height: 100% !important;
  }

  .home-model {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .home-btn {
    width: 90%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .home-nes-r-item {
    width: 49%;
    display: block;
  }

  .s-model-r-h,
  .s-model,
  .home-r-item-con > h4,
  .home-r-item-con,
  .home-nes-second {
    display: block;
    width: 100%;
  }

  .s-model,
  .home-news-l > h3 {
    margin-top: 20px !important;
  }

  .home-nes-l,
  .home-new-r-img {
    margin-right: 0;
  }

  /* .home-nes-second {
        padding: 40px 20px;
    } */

  .s-wish-l-c {
    padding: 30px 20px 10px 20px;
  }

  .home-r-item-con,
  .home-nes-l-con {
    padding: 20px;
  }

  .home-nes-l-con > p {
    width: auto;
  }

  .s-header,
  .home-r-item-con > h4 {
    height: auto;
  }

  .news-nav-copy {
    padding-left: 20px;
  }

  .s-header {
    margin-top: 20px;
    display: block;
    padding-bottom: 20px;
  }

  .s-header-con {
    padding: 0 35px 0;
    margin-top: 20px;
  }

  .s-model-price > input,
  .s-model-l {
    margin-right: 0;
  }

  .s-wish-l-h {
    border-radius: 0;
  }

  .s-wish-l-c-item {
    margin-bottom: 30px;
  }

  .s-model-page,
  .s-m-m-l > h5,
  .s-model-search > input,
  .s-model-r-h > select,
  .s-l-item {
    width: 100%;
  }

  .s-l-con {
    padding: 0 41px 0;
  }

  .s-l-con > li {
    margin-bottom: 0;
  }

  .s-l-items {
    padding: 1px;
    padding-bottom: 19px;
    margin-bottom: 10px;
  }

  .s-model-r-h {
    padding: 20px;
  }

  .s-model-price,
  .s-model-r-h > select {
    margin-left: 0;
  }

  .s-model-price > input {
    width: 39%;
    margin-left: 13px;
  }

  .s-m-l-i-price {
    margin-top: 20px;
  }

  .s-model-search,
  .s-model-r-h > select,
  .s-model-price {
    margin-top: 10px;
  }

  .s-m-m-l-img,
  .s-model-menu {
    display: block;
  }

  .s-m-m-l {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    -moz-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
  }

  .s-model-page > li {
    margin: 0 10px;
  }

  .news-header-span {
    width: 100%;
    position: static;
    left: 0;
    -webkit-transform: translateX(-0);
    -moz-transform: translateX(-0);
    -ms-transform: translateX(-0);
    -o-transform: translateX(-0);
    transform: translateX(-0);
  }

  .l-model {
    width: 90% !important;
    padding: 0 20px 0;
  }

  .l-btn,
  .l-input,
  .l-img {
    width: 100% !important;
  }

  .l-item {
    margin: 20px 0 !important;
  }

  .l-forget {
    margin: 0 !important;
  }

  .l-close {
    margin-right: 0 !important;
  }

  .l-msg {
    margin-top: 25px;
  }

  .home-info-third {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .home-info-third-item {
    width: 49%;
    margin: 0;
  }

  .home-new-r-img:nth-child(1) {
    margin-bottom: auto;
  }

  .fbody-item,
  .home-info-third-item img,
  .fbody-con,
  .home-nes-l,
  .home-nes-l > img,
  .home-new-r-r > img,
  .home-new-r-img > img {
    width: 100%;
  }

  .home-new-r-img {
    width: 100%;
  }

  .home-new-r-l {
    width: 49%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .home-new-r {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 20px;
  }

  .cenlms {
    width: 100%;
  }
}

@media (max-width: 1600px) {
  .home-model,
  .home-info-second {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
  }

  .header nav ul li > a {
    padding: 0 5px;
  }
}

@media (max-width: 980px) {
  .home-btn-mobile {
    width: 100%;
    display: block;
    margin: 2% 0;
  }

  .home-btn-more {
    display: none;
  }

  .home-btn {
    margin-top: 0% !important;
  }

  .choose-b-nums {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0 !important;
  }

  .count-wrap {
    width: 33%;
    margin-bottom: 20px;
  }
}

@media (max-width: 800px) {
  .home-item > p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .s-shadow,
  .home-shadow {
    width: 85%;
    height: 85%;
  }

  .home-shadow-item {
    width: 110px;
    height: 35px;
    margin: 7px 0;
  }

  .home-item {
    font-size: 13px;
  }

  .wish-con {
    margin-top: 0;
  }

  .public-tobody {
    padding-top: 0;
  }

  .shop-nav {
    display: none !important;
  }

  .us-banner {
    -o-background-size: 205% !important;
    background-size: 205% !important;
    background-position-x: -155px !important;
  }

  .us-banner {
    /* background-position: left !important; */
  }

  .us-con-third-item-c {
    padding: 35px;
  }

  .ho-chatbox {
    padding: 0 20px;
  }

  .us-b-item-r {
    background-color: transparent;
  }

  .forget-code {
    width: 120px;
  }

  .s-shadow-item {
    width: 110px;
    height: 35px;
    margin: 10px 0;
  }

  .fimg {
    margin: 0;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .home-r-item-con {
    padding: 10px;
  }

  .home-nes-r-item > img {
    height: 164.14px;
  }

  .home-info-shadow > p:nth-child(1) {
    width: 93%;
    font-size: 14px;
    word-break: break-word;
  }

  .home-new-r-img {
    height: 193px;
  }

  .home-new-r-r {
    height: 400px;
  }

  .home-new-r-r,
  .home-new-r-l,
  .home-info-item {
    width: 48%;
  }

  .home-info-item {
    margin: 0 0 15px 0;
  }

  .home-info-item {
    height: 160.8px;
  }

  .home-info {
    height: 335px;
  }

  .home-banner {
    height: auto !important;
  }

  .header-m .logo img {
    max-height: 100% !important;
  }

  .home-prev,
  .home-next {
    width: 40px !important;
    height: 40px !important;
  }

  /* .mySwiper{
        height: 160px !important;
    } */
  .home-tag-active {
    padding-bottom: 5px;
  }

  .home-tag-is {
    margin-left: 6px !important;
    margin-right: 6px !important;
  }

  .fbody-item {
    width: 100% !important;
  }

  .news-con-item > a > img,
  .news-con-item {
    width: 100%;
  }

  .us-con-third-item-c > span {
    height: 100px;
    overflow-y: scroll;
  }

  .us-icon {
    width: 80px;
    height: 80px;
  }

  .us-con-box-item > h3 {
    margin-top: 50px;
  }

  .us-con-box-item:last-child {
    margin-bottom: 0;
  }

  .us-banner-second {
    padding: 30px 0;
  }

  .us-con-third > h1,
  .us-banner-second > h1 {
    font-size: 30px;
  }

  .us-con-box-item {
    width: 48%;
    padding: 3px;
    margin: 0 0 70px 0;
  }

  .us-con-box {
    margin-top: 80px;
  }

  .us-con {
    margin-top: 30px;
  }

  .us-b-item-r {
    padding: 30px;
  }

  .us-con > h1 {
    font-size: 30px;
  }

  .us-b-item-r > h1 {
    font-size: 22px;
  }

  .us-b-item-l > h1 {
    font-size: 30px;
    margin-bottom: 20px;
  }

  /* .home-tag {
        display: none;
    } */

  .yw-header-r > h1 {
    line-height: 35px;
  }

  .log-header-r > ul {
    padding: 0 0 0 20px;
  }

  .pacnls {
    left: -60px;
  }

  .pacnls a {
    width: 60px;
    height: 60px;
  }

  .yiwu-box {
    padding: 30px 20px;
  }

  .log-header-r {
    padding: 20px;
  }

  .yw-header-item,
  .log-header-item {
    /* height: 300px; */
    height: auto;
  }

  .tb-tag-item-second {
    width: 100%;
  }

  .home-item-imgs {
    height: auto;
    margin-bottom: 20px;
  }

  .s-m-l-i-price {
    display: block;
  }

  .s-model-list-item {
    width: 48%;
    margin-bottom: 20px;
  }

  .wish-menu-item-second {
    margin-right: 260px;
  }

  .wish-list,
  .wish-menu {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .home-news-l > li {
    font-size: 12px !important;

    /* display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical; */
  }

  .home-nes-l > img,
  .home-new-r-r > img {
    height: 100%;
  }

  .pro-info2 .pic-slider-w2 .t-slider img {
    width: 90% !important;
  }

  .pro-info2 > .mauto > .ho-nav {
    padding-left: 0 !important;
  }

  .titles {
    font-size: 20px !important;
  }

  .titles-box > img {
    width: 40px !important;
    height: 30px !important;
  }

  .s-m-l-i-price > div > p {
    width: 100%;
  }

  .home-news-l > h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .log-con-menu-item-s > p {
    margin-top: 0;
  }

  .home-new-r-img {
    width: 100% !important;
  }

  .log-con-menu-item,
  .log-con-menu-item-s {
    margin-bottom: 20px;
  }

  .home-tag {
    font-size: 12px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
  }

  .l-model {
    width: 510px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }

  .l-img {
    width: 510px;
  }

  .l-item {
    margin: 47px 0 0 20px;
  }

  .l-forget {
    margin: 34px 35px 0 30px;
  }

  .l-input {
    width: 460px;
  }

  .l-btn {
    width: 450px;
  }

  .home-info-third-item {
    height: 164.14px;
    margin-bottom: 20px;
  }

  .home-news-bg {
    margin-top: 0;
  }

  .home-news {
    margin-top: 0;
  }

  /* .fbody {
        display: none;
    } */

  .home-btn,
  .fmsg {
    margin-top: 30px;
  }

  .home-nes-second {
    padding: 20px;
  }

  .home-news-bg {
    padding-bottom: 30px;
  }

  .home-news-l > p {
    overflow: hidden;
  }

  .s-model-list {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -moz-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .s-model-list-item:not(:nth-child(4n)) {
    margin-right: 0;
  }

  .news-header {
    padding: 35px 20px;
  }

  .news-header-title {
    font-size: 28px;
  }

  .pp-con {
    margin-top: 20px;
  }

  .shop-nav {
    padding-left: 0;
  }

  .fheader-item a {
    width: 28%;
    margin-right: 20px;
    margin-bottom: 20px;
  }

  .fheader-item a:last-child {
    margin-right: 0;
  }

  .cenlms {
    width: 100%;
  }

  .cenlms a .pic > img {
    height: 600px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .purchase {
    margin-top: 0 !important;
  }

  .cenlms a .con {
    top: 0;
  }

  .scroll-pic {
    width: 150px;
    height: 150px;
  }

  .us-banner {
    -o-background-size: 0 !important;
    background-size: 0 !important;
  }

  .us-b-item {
    padding: 0;
  }

  .us-b-item-l {
    margin-right: 0 !important;
    background: url(/UserFiles/upload/image/20220623/gy.jpg) no-repeat !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    padding: 20px !important;
  }

  .us-b-item-r {
    margin-top: 0;
  }

  .us-banner-msg {
    padding: 0 10px;
  }

  .us-banner-msg > h3 {
    font-size: 13px;
  }

  .us-banner-msg > span {
    font-size: 12px;
  }
}

@media (max-width: 600px) {
  .s-l-items-titles {
    width: 60%;
  }

  .l-model {
    width: 450px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }

  .l-img {
    width: 450px;
  }

  .l-item {
    margin: 47px 0 0 20px;
  }

  .l-forget {
    margin: 34px 33px 0 23px;
  }

  .l-input {
    width: 400px;
  }

  .l-btn {
    width: 400px;
  }
}

@-moz-keyframes resize {
  60%,
  75%,
  90%,
  from,
  to {
    -moz-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -moz-transform: scale(5, 5);
    transform: scale(5, 5);
  }

  100% {
    opacity: 1;
    -moz-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@-o-keyframes resize {
  60%,
  75%,
  90%,
  from,
  to {
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -o-transform: scale(5, 5);
    transform: scale(5, 5);
  }

  100% {
    opacity: 1;
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@keyframes resize {
  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale(5, 5);
    -moz-transform: scale(5, 5);
    -o-transform: scale(5, 5);
    transform: scale(5, 5);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@-webkit-keyframes resize {
  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale(5, 5);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
  }
}

@-moz-keyframes ReturnToNormal {
  from {
    opacity: 0;
    -moz-transform-origin: right bottom;
    transform-origin: right bottom;
    -moz-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
  }

  to {
    opacity: 1;
    -moz-transform-origin: right bottom;
    transform-origin: right bottom;
    -moz-transform: none;
    transform: none;
  }
}

@-o-keyframes ReturnToNormal {
  from {
    opacity: 0;
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
  }

  to {
    opacity: 1;
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
    -o-transform: none;
    transform: none;
  }
}

@keyframes ReturnToNormal {
  from {
    opacity: 0;
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -moz-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
  }

  to {
    opacity: 1;
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
}

@-webkit-keyframes ReturnToNormal {
  from {
    opacity: 0;
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
  }

  to {
    opacity: 1;
    -webkit-transform-origin: right bottom;
    -webkit-transform: none;
  }
}

/*  2023/4/18 */
.home-nav {
  width: 100%;
}

.home-nav > .home-btn-more {
  margin: 0;
  padding: 0;
}

.home-nav-l .t1 {
  font-size: 26px;
  font-family: MontserratBold;
  font-weight: bold;
  color: #3c3c3c;
  margin-right: 29px;
  position: relative;
  padding-left: 17px;
}

.home-nav-l .t1::after {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 56px;
  height: 61px;
  background: url(/images/icon-menu.png) no-repeat center center;
  -o-background-size: 100%;
  background-size: 100%;
}

.home-nav-l .t2 {
  font-size: 26px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #3c3c3c;
}

.teamSwiper {
  width: 100%;
  margin-top: 50px;
}

.teamSwiper-img > img,
.teamSwiper-img {
  width: 100%;
}

.teamSwiper-con {
  width: 100%;
  font-size: 14px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #ffffff;
  line-height: 36px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  max-width: 1500px;
}

.teamSwiper-con > .t3 {
  font-size: 26px;
  font-family: MontserratBold;
  font-weight: bold;
  color: #ffffff;
}

.teamSwiper-con > .info {
  font-size: 14px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #ffffff;
  margin-top: 30px;
  line-height: 36px;
}

.teamSwiper-btn {
  width: 152px;
  height: 42px;
  background: rgba(74, 172, 230, 0);
  border: 1px solid #ffffff;
  border-radius: 21px;
  font-size: 14px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #ffffff;
  margin-top: 30px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.teamSwiper-btn:hover {
  border-color: #494949;
  color: #494949;
}

.teamMenuSwiper-b {
  width: 80% !important;
  height: 92px !important;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 59px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 0px 59px 0px rgba(0, 0, 0, 0.11);
  border-radius: 46px;
  padding: 0 20px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: -46px;
  z-index: 2;
}

.teamMenuSwiper {
  width: 70%;
}

.teamMenuSwiper-i {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 20px;
  margin: auto;
  font-size: 17px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #3c3c3c;
}

.teamMenuSwiper .swiper-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.teamMenuSwiper .swiper-slide.swiper-slide-thumb-active .teamMenuSwiper-i {
  background: #494949;
  border-radius: 46px;
  color: #ffffff;
}

.team-page {
  width: 6%;
}

.team-prev,
.team-next {
  width: 22px;
  cursor: pointer;
  -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;
}

.team-next:hover .i1,
.team-prev:hover .i1,
.team-next .i2,
.team-prev .i2 {
  display: none;
  -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;
}

.team-next:hover .i2,
.team-prev:hover .i2 {
  display: block;
  -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;
}

.team-prev img,
.team-next img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.team-prev {
  margin-right: 20px;
}

.products-b {
  width: 100%;
  background: url(/images/icon-product.png) no-repeat;
  -o-background-size: cover;
  background-size: cover;
  padding: 82px 0;
}

.products-b-i-item {
  width: 18.16%;
  padding: 30px;
  background: #ffffff;
  -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;
  margin: 0 14px;
  margin-bottom: 20px;
}

.products-b-i-item img {
  margin-right: 20px;
}

.products-b-i {
  margin-top: 60px;
  font-size: 16px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #3c3c3c;
  margin-left: -11px;
  margin-right: -11px;
}

.products-b-i-item:hover {
  color: #494949;
  -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;
}

.popular-swiper-list-i:hover {
  background: #494949;
  color: #ffffff;
}

.banner-box,
.contact-banner,
.banner-chirld {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.banner-box {
  width: 100%;
  height: 100%;
}

.hot-sell {
  width: 40%;
  height: 100%;
  background: rgba(0, 0, 0, 0.52);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 3%;
}

.hot-sell span {
  font-size: 14px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #ffffff;
  line-height: 24px;
  overflow-y: auto;
}

.contact-banner {
  text-align: center;
  font-family: MontserratSemi;
  font-weight: bold;
  color: #ffffff;
}

.contact-banner .t1 {
  font-size: 36px;
}

.contact-banner .t2 {
  font-size: 30px;
  margin-top: 32px;
}

.choose-b-nums-title {
  font-size: 48px;
  font-family: MontserratSemi;
  font-weight: bold;
  color: #494949;
  margin-right: 10px;
}

.count-wrap span,
.choose-b-nums-info {
  font-size: 16px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #3c3c3c;
  line-height: 30px;
}

.choose-list-b > .t1 {
  font-size: 30px;
  font-family: MontserratSemi;
  font-weight: bold;
  color: #3c3c3c;
  margin-bottom: 0.4rem;
  text-align: center;
}

.choose-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -0.12rem;
  margin-right: -0.1rem;
}

.choose-list-i {
  width: 24%;
  margin-left: 0.12rem;
  margin-bottom: 23px;
}

.choose-list-i:hover .choose-list-con .t1 {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
  color: #494949;
  -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;
}

.choose-list-img {
  position: relative;
  height: 182px;
  overflow: hidden;
}

.choose-list-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.choose-list-icon {
  position: absolute;
  top: 163px;
  left: 35px;
  z-index: 2;
  width: 42px;
  height: 42px;
  background: #494949;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  -o-object-fit: contain;
  object-fit: contain;
}

.choose-list-icon img {
  width: 50%;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}

.choose-list-con {
  background: #ffffff;
  padding: 30px;
}

.choose-list-con .t1 {
  font-size: 20px;
  font-family: MontserratSemi;
  font-weight: bold;
  color: #454545;
  margin: 10px 0 15px 0;
  -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;
}

.choose-list-con .t2 {
  font-size: 14px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #3c3c3c;
  line-height: 24px;
  word-break: break-word;
  white-space: break-spaces;
}

.choose-clients-i > .t1 {
  font-size: 30px;
  font-family: MontserratSemi;
  font-weight: bold;
  color: #3c3c3c;
  text-align: center;
}

.clients-swiper-i {
  overflow: hidden;
  text-align: center;
}

.popular-swiper .swiper-wrapper,
.clients-swiper .swiper-wrapper {
  margin-bottom: 50px;
}

.popular-swiper .swiper-pagination-bullet,
.clients-swiper .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  border: 1px solid #bababa !important;
  border-radius: 50%;
  background: transparent;
}

.popular-swiper .swiper-pagination-bullet-active,
.clients-swiper .swiper-pagination-bullet-active {
  background: #bababa !important;
}

.clients-swiper-prev,
.clients-swiper-next {
  width: 47px;
  height: 47px;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 50%;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 5;
  -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;
}

.clients-swiper-next {
  left: auto;
  right: 0 !important;
}

.clients-swiper-prev:hover,
.clients-swiper-next:hover {
  background: #494949 !important;
  -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;
}

.clients-swiper {
  width: 90% !important;
}

.choose-popular {
  background: url(/images/choose-bg.png) no-repeat;
}

.choose-popular > .t1 {
  font-size: 30px;
  font-family: MontserratSemi;
  font-weight: bold;
  color: #000000;
  text-align: center;
}

.popular-swiper-list-i {
  width: 49%;
  height: 61px;
  font-size: 16px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.1);
  padding: 0 25px;
  margin-bottom: 22px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.popular-swiper-list-i img {
  margin-right: 16px;
}

.clients-swiper-i {
  text-align: center;
}

.choose-popular {
  background: url(/images/choose-bg.png) no-repeat;
  -o-background-size: cover;
  background-size: cover;
}

.sourcing-b .i-pro ul {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.sourcing-title {
  text-align: center;
  width: 80%;
  margin: auto;
  margin-bottom: 50px;
}

.sourcing-title > .t1 {
  font-size: 36px;
  font-family: MontserratSemi;
  font-weight: bold;
  color: #3c3c3c;
}

.sourcing-title > .t2 {
  margin-top: 40px;
  font-size: 16px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #3c3c3c;
  line-height: 30px;
}

.sourcing-list {
}

.sourcing-list-i {
  width: 18%;
  text-align: center;
  margin-bottom: 25px;
  background: #ffffff;
  position: relative;
  margin-left: 0.25rem;
  -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;
}

.sourcing-list-i:hover .t1 {
  background: #494949;
  color: #ffffff;
  -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;
}

.sourcing-list-i:hover .sourcing-list-i-shadow {
  visibility: visible;
  opacity: 1;
}

.sourcing-list-img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

.sourcing-list-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.sourcing-list-i .t1 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 20px;
  font-weight: 300;
  color: #ffffff;
  padding: 8px 0;
  background: rgba(0, 0, 0, 0.3);
  -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;
}

.sourcing-list-i-shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.sourcing-list-i-shadow-i {
  width: 80%;
  height: 61px;
  min-height: auto !important;
  background: #494949;
  border-radius: 31px;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0 10px 0 50px;
}

.sourcing-list-i-shadow-i > span {
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
  background: transparent !important;
  margin-right: 30px !important;
  font-size: 14px;
  font-family: MontserratSemi;
  font-weight: bold;
  color: #ffffff;
}

.p01-cen {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.p01-cen-video {
  min-width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.product-swiper {
  height: 100%;
}

.product-swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.product-swiper-thumb-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}

.product-swiper-thumb {
  width: 100%;
  height: 100%;
}

.product-swiper-thumb .swiper-slide {
  background: rgba(0, 0, 0, 0.68);
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.product-swiper-thumb .swiper-slide:hover {
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
}

.product-swiper-thumb .swiper-slide:hover .show-title,
.product-swiper-thumb .swiper-slide .show-con {
  display: none;
}

.product-swiper-thumb .swiper-slide .show-con {
  width: 80%;
}

.product-swiper-thumb .swiper-slide .show-con > h1 {
  font-size: 30px;
  font-family: MontserratSemi;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 20px;
}

.product-swiper-thumb .swiper-slide .show-con > p {
  font-size: 14px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #ffffff;
  line-height: 20px;
}

.product-swiper-thumb .swiper-slide:hover .show-con {
  display: block;
}

.product-swiper-thumb .swiper-slide .show-title > p {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  transition: all 0.6s linear;
  margin-top: 31px;
}

.product-swiper-thumb .swiper-slide .show-title > h1 {
  font-size: 30px;
  font-family: MontserratSemi;
  font-weight: bold;
  color: #ffffff;
  margin-top: 20px;
  -webkit-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  transition: all 0.6s linear;
}

.p05-wrap .map {
  width: 100%;
}

.contacts {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.contacts-map {
  width: 100%;
  height: 300px;
}

.contacts-way,
.contacts-form,
.contacts-form-bwrap {
  width: 100%;
  margin-top: 5%;
}

.contacts-form {
  margin-top: 0;
}

.contacts-way-bwrap {
  width: 100%;
  margin-top: 0;
}

.contacts-form-bwrap {
  margin-bottom: 5%;
}

.contacts-way-value.tel {
  font-size: 22px;
}

.contacts-way-icon {
  width: 30px;
  height: 30px;
}

.contacts-way-value.address {
  margin-top: 0;
}

.p01-cen-item {
  width: 100%;
  height: 240px;
  position: relative;
}

.p01-cen-item img {
  width: 100%;
  height: 100%;
}

.p01-cen-item-txt {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p01-cen-item-txt .show-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.p01-cen-item-txt .show-title > p {
  margin-top: 20px;
}

.p01-cen-item-txt .show-title > p img {
  width: 40px;
  height: 40px;
}

.p01-cen-item-txt .show-con > p {
  font-size: 14px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #ffffff;
  line-height: 20px;

  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}

.p01-cen-item-txt .show-con > h1 {
  font-size: 18px !important;
}

.p01-cen-item-txt .show-con > h1 {
  margin-bottom: 15px;
}

.p01-cen-item-txt .show-con > h1,
.p01-cen-item-txt .show-title > h1 {
  font-size: 20px;
  font-family: MontserratSemi;
  font-weight: bold;
  color: #ffffff;
  margin-top: 10px;
}

.p01-cen-item-txt .show-con {
  width: 90%;
}

.p01-cen-item-txt:hover .show-title,
.p01-cen-item-txt .show-con {
  display: none;
}

.p01-cen-item-txt:hover .show-con {
  display: block;
}

.p01-cen.h5 {
  display: none;
}

.contact-banner,
.banner-chirld {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.banner-chirld span {
  width: 50%;
  font-size: 16px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #ffffff;
  line-height: 24px;
}

.contact-banner {
  text-align: center;
  font-family: MontserratSemi;
  font-weight: bold;
  color: #ffffff;
}

.contact-banner .t1 {
  font-size: 36px;
}

.contact-banner .t2 {
  font-size: 30px;
  margin-top: 32px;
}

.contact-info {
}

.contact-info-item {
  width: 40%;
}

.contact-info-item .name {
  font-size: 30px;
  font-family: MontserratSemi;
  font-weight: bold;
  color: #3c3c3c;
}

.contact-info-item .info {
  margin-top: 24px;
  font-size: 16px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #3c3c3c;
  margin-bottom: 60px;
}

.contact-title {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: url(/images/icon-contact.png) no-repeat;
  -o-background-size: cover;
  background-size: cover;
}

.contact-title .t1 {
  font-size: 36px;
  font-family: MontserratSemi;
  font-weight: bold;
  color: #a76f3a;
}

.contact-title .t2 {
  font-size: 16px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #a76f3a;
  margin-top: 32px;
  line-height: 30px;
}

.contact-info-item-info .i-img {
  width: 50px;
  display: block;
  margin-top: 5px;
  margin-right: 30px;
  text-align: center;
}

.contact-info-item-info .i-img > img {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin: auto;
  display: block;
}

.contact-info-item-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 0.3rem;
}

.contact-info-item-info .con .t1 {
  font-size: 20px;
  font-family: MontserratSemi;
  font-weight: bold;
  color: #494949;
}

.contact-info-item-info .con .t2 {
  margin-top: 13px;
  font-size: 24px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #3c3c3c;
}

.contact-info-item-info .con .i1 {
  margin-top: 20px;
}

.contact-info-item .input-i {
  font-size: 14px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #3c3c3c;
  margin-bottom: 39px;
}

.contact-info-item-info:last-child,
.contact-info-item .input-i:last-child {
  margin-bottom: 0;
}

.contact-info-item .input-i em {
  color: #ff0000;
}

.contact-info-item .input-i .title {
  margin-bottom: 19px;
}

.contact-info-item .input-i .inputs {
  width: 100%;
  height: 53px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 8px;
}

.contact-info-item .input-i .text-con {
  width: 100%;
  height: 276px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 8px;
}

.contact-info-item .input-i .checkbox-b {
  margin-top: 16px;
}

.contact-info-item .input-i .checkbox-b > .checkbox-i {
  border: 1px solid #eeeeee;
  margin-right: 15px;
}

.contact-btn {
  width: 100%;
  height: 62px;
  background: #494949;
  border-radius: 8px;
  font-size: 24px;
  font-family: MontserratSemi;
  font-weight: bold;
  color: #ffffff;
}

.contact-map {
  background: url(../images/contact-map-bg.png) no-repeat;
  -o-background-size: cover;
  background-size: cover;
}

.contact-map-i-l {
  width: 30% !important;
  height: 537px !important;
}

.contact-map-i-r {
  width: 70%;
}

.contacts-map {
  height: 537px;
}

.contact-map-i-l .swiper-slide {
  height: 179px !important;
}

.contact-map-i-l-item {
  height: 179px;
  background: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 10%;
}

.contact-map-i-l-item:hover .t2,
.contact-map-i-l-item:hover .t1,
.contact-map-i-l .swiper-slide.cur .contact-map-i-l-item .t1,
.contact-map-i-l .swiper-slide.cur .contact-map-i-l-item .t2,
.contact-map-i-l-item.cur .t1 {
  color: #ffffff;
}

.contact-map-i-l .swiper-slide.cur .contact-map-i-l-item,
.contact-map-i-l-item:hover {
  background: #494949;
}

.contact-map-i-l-item .t1 {
  font-size: 18px;
  font-family: MontserratSemi;
  font-weight: bold;
  color: #494949;
}

.contact-map-i-l-item .t2 {
  font-size: 14px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #3c3c3c;
  line-height: 24px;
  margin-top: 21px;
}

.contact-map-i-r-img {
  height: 100%;
  display: none;
}

.contact-map-i-r-img img {
  width: 100%;
  height: 100%;
}

.service-list-i {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 34px;
  -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.06);
}

.service-list-i:nth-child(even) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.service-list-i {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 34px;
}

.service-list-i:nth-child(even) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.service-list-l,
.service-list-r {
  width: 50%;
  height: 415px;
}

.service-list-l {
  margin-top: 0;
}

.service-list-r {
  background: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 3%;
}

.service-list-r > .t1 {
  font-size: 30px;
  font-family: MontserratSemi;
  font-weight: bold;
  color: #3c3c3c;
  margin-bottom: 30px;
  -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;
}

.service-list-r > .t2 {
  font-size: 14px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #3c3c3c;
  line-height: 32px;
}

.service-list-r .stock-i {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  -moz-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  margin-bottom: 36px;
}

.service-list-r .stock-i-btn {
  height: 61px;
  background: #45aae7;
  border-radius: 31px;
  padding: 0 9px 0 39px;
  cursor: pointer;
}

.service-list-r .stock-i-btn > span {
  margin-right: 21px;
  font-size: 14px;
  font-family: MontserratSemi;
  font-weight: bold;
  color: #ffffff;
}

.service-list-r .stock-i > img {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #494949;
  margin-right: 11px;
  display: block !important;
}

.i-banner .slick-arrow {
  width: 0.46rem;
  height: 0.46rem;
}

.i-banner .slick-prev {
  width: 47px;
  height: 47px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  -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;
  left: 4%;
  background: url(../images/icon-pub-left.png) rgba(0, 0, 0, 0.3) no-repeat
    center/cover;
  -o-background-size: 40%;
  background-size: 40%;
  transition: all ease-out 0.3s;
}

.i-banner .slick-prev:hover {
  background: url(../images/icon-pub-left.png) #494949 no-repeat center/cover;
  -o-background-size: 40%;
  background-size: 40%;
  -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;
}

.i-banner .slick-next:hover {
  background: url(../images/icon-pub-right.png) #494949 no-repeat center/cover;
  -o-background-size: 40%;
  background-size: 40%;
  -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;
}

.i-banner .slick-next {
  right: 4%;
  border-radius: 50%;
  background: url(../images/icon-pub-right.png) rgba(0, 0, 0, 0.3) no-repeat
    center/cover;
  -o-background-size: 40%;
  background-size: 40%;
}

.i-banner .slick-dots {
  bottom: 0.2rem;
}

.i-banner .slick-dots div {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  margin: 0 15px;
  background: url(../images/s2.png) no-repeat;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.i-banner .slick-dots div.slick-active,
.i-banner .slick-dots div:focus,
.i-banner .slick-dots div:hover {
  border-radius: 50%;
  background: #ffffff url(../images/s11.png) no-repeat;
}

.i-banner a {
  display: block;
  min-height: 85px;
}

.i-banner .dn {
  display: none !important;
}

.banner-chirld {
  width: 100%;
}

.service-list-r:hover .t1 {
  color: #494949;
  -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;
}

.hot-sell-btn {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 61px;
  background: #494949;
  border-radius: 31px;
  padding: 0 20px 0 30px;
  margin-top: 40px;
}

.hot-sell-btn img {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin-left: 32px;
}

.pub-banner img {
  width: 100%;
}

.pub-banner-con {
  width: 50%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pub-banner-con span {
  width: 50%;
  font-size: 16px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #ffffff;
  line-height: 24px;
}

.pub-banner-con::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/icon-pub-bg.png) no-repeat;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  z-index: -1;
}

.agentservice-b,
.logistic-b {
  padding: 100px 0;
}

.agentservice-b {
  position: relative;
}

.log-msg > .title {
  word-break: break-all;
  font-size: 30px;
  font-family: MontserratSemi;
  font-weight: bold;
  color: #494949;
}

.log-msg > .info {
  font-size: 14px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #3c3c3c;
  line-height: 18px;
  margin-top: 24px;
}

.logMsgSwiper {
  margin-top: 60px;
  width: 100%;
  position: relative;
}

.logMsg-next,
.logMsg-prev {
  width: 47px;
  height: 47px;
  position: absolute;
  top: 50%;
  left: 28%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.3);
  -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;
}

.logMsg-next {
  left: auto;
  right: 28% !important;
}

.agentservice-l-con-info .title {
  font-size: 30px;
  font-family: MontserratSemi;
  font-weight: bold;
  color: #494949;
}

.agentservice-l-con-info .info {
  font-size: 14px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #3c3c3c;
  line-height: 36px;
  margin-top: 40px;
}

.agentservice-l {
  width: 50% !important;
  padding: 0 20px;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.09);
}

.agentservice-l-con-img img,
.agentservice-l-con-img {
  width: 100%;
  height: 427px;
  -o-object-fit: cover;
  object-fit: cover;
}

.agentservice-l-con-info {
  padding: 10% 8%;
}

.agentservice-r {
  width: 40%;
}

.company-box {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
}

.company-box .name {
  font-size: 30px;
  font-family: MontserratSemi;
  font-weight: bold;
  color: #ffffff;
}

.company-box .con {
  width: 50%;
  font-size: 16px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #ffffff;
  line-height: 30px;
  margin-top: 40px;
}

.company-b {
  padding: 100px 0;
  background: url(/images/icon-company.png) no-repeat;
  -o-background-size: cover;
  background-size: cover;
}

.company-i {
  font-size: 16px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #000000;
  line-height: 30px;
}

.company-i-menu {
  margin-top: 70px;
}

.company-i-menu-l-i-title .t1 {
  font-size: 25px;
  font-family: MontserratSemi;
  font-weight: bold;
  color: #494949;
}

.company-i-menu-l-i-title .t2 {
  font-size: 16px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #000000;
  line-height: 24px;
  margin-top: 17px;
}

.company-i-menu-l-i {
  background: #ffffff;
  padding: 67px 40px;
  margin-bottom: 27px;
  -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;
}

.company-i-menu-r:hover,
.company-i-menu-l-i: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;
}

.company-i-menu-l {
  width: 40%;
}

.company-i-menu-l-i:last-child {
  margin-bottom: 0;
}

.company-i-menu-r-con img,
.company-i-menu-l-i img {
  /* width: 51px; */
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin-right: 56px;
  -o-object-fit: contain;
  object-fit: contain;
}

.company-i-menu-r {
  width: 58%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  padding: 0 58px;
  -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;
}

.company-history {
  background: url(../images/icon-history.png) no-repeat;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 100px;
}

.company-history-title {
  text-align: center;
}

.company-history-title .title {
  font-size: 30px;
  font-family: MontserratSemi;
  font-weight: bold;
  color: #494949;
}

.company-history-title .info {
  font-size: 16px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #000000;
  line-height: 30px;
  margin-top: 36px;
}

.company-history-con-i {
  font-size: 16px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #3c3c3c;
  line-height: 30px;
}

.company-history-con-i .t1 {
  font-size: 18px;
  color: #494949 !important;
}

.company-history-con {
  margin-top: 80px;
}

.company-history-next,
.company-history-prev {
  width: 47px;
  height: 47px;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.3);
  -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;
}

.company-history-swiper {
  width: 85% !important;
}

.company-history-con-i {
  min-height: 330px;
  position: relative;
  padding-left: 20px;
  margin-left: 15px;
}

.company-history-con-i::before {
  width: 13px;
  height: 13px;
  position: absolute;
  top: 0;
  left: -6px;
  border-radius: 50%;
  background: url(../images/icon-company-dot.png) #f2eae2 no-repeat;
  -o-background-size: 100%;
  background-size: 100%;
  content: "";
  z-index: 2;
}

.company-history-con-i::after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  content: "";
  display: block;
  border-left: 1px dashed #c4c4c4;
}

.company-history-prev,
.company-history-next {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

.company-history-prev img,
.company-history-next img {
  width: 35%;
  -o-object-fit: contain;
  object-fit: contain;
}

.company-history-next {
  left: auto;
  right: 0 !important;
}

.service-list-r .stock-i {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 36px;
}

.service-list-r .stock-i-btn {
  height: 61px;
  background: #45aae7;
  border-radius: 31px;
  padding: 0 9px 0 39px;
  cursor: pointer;
}

.service-list-r .stock-i-btn > span {
  margin-right: 21px;
  font-size: 14px;
  font-family: MontserratSemi;
  font-weight: bold;
  color: #ffffff;
}

.service-list-r .stock-i > .t1 {
  font-size: 14px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #3c3c3c;
  line-height: 24px;
  -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;
}

.company-news-i > .service-list-r > .name {
  font-size: 30px;
  font-family: MontserratSemi;
  font-weight: bold;
  color: #3c3c3c;
  margin-bottom: 20px;
}

.company-news-i > .service-list-r .stock-i {
  margin-bottom: 15px;
  cursor: pointer;
  -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;
}

.company-news-i > .service-list-r .stock-i:hover .t1 {
  color: #494949 !important;
  -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;
}

.service-list-l img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
}

.service-list-l .slick-list *,
.service-list-l .slick-list .slick-track,
.service-list-l .slick-list {
  height: 100% !important;
}

.company-team {
  background: #faf7f3;
  position: relative;
}

.team-placeholder {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 40%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  display: block;
}

.company-team-i {
  width: 80%;
  padding-bottom: 50px !important;
}

.company-team-i-item {
  text-align: center;
  font-size: 30px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #3c3c3c;
  position: relative;
  cursor: pointer;
  border-right: 1px solid #b5b5b5;
}

.company-team-i-item:last-child {
  border-right: 0;
}

.company-team-i-item::after {
  content: "";
  width: 50%;
  height: 2px;
  display: none;
  background: #494949;
  position: absolute;
  top: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -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;
}

.company-team-i-item.cur,
.company-team-i-item.cur::after {
  color: #494949;
  display: block;
  font-family: MontserratSemi;
  font-weight: bold;
}

.company-team-i-item.cur::after {
  -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;
}

.company-team-second-i {
  width: 100%;
  height: 100%;
  display: none;
  position: relative;
}

.company-team-second {
  margin: 60px 0;
}

/**/
.jiejueSwiper {
  width: 100%;
  padding-top: 50px !important;
  padding-bottom: 50px !important;
  padding-left: 3.9%;
  position: relative;
}

.jiejueSwiper .swiper-slide img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}

.jiejueSwiper .jiejueSwiper-img {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  position: relative;
  z-index: 2;
}

.jiejueSwiper .jiejueSwiper-img .t2 {
  position: absolute;
  left: 50%;
  bottom: 10%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 22px;
  font-weight: bold;
  color: #ffffff;
}

.jiejueSwiper .swiper-slide.swiper-slide-active > .t1 {
  opacity: 1;
}

.jiejueSwiper .swiper-slide > .t1 {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 26px;
  text-align: center;
  margin-top: 10px;
  opacity: 0;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.jiejuePage {
  width: 23%;
  height: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-56.5%) translateY(-50%);
  -moz-transform: translateX(-56.5%) translateY(-50%);
  -ms-transform: translateX(-56.5%) translateY(-50%);
  -o-transform: translateX(-56.5%) translateY(-50%);
  transform: translateX(-56.5%) translateY(-50%);
  z-index: 9;
}

.jiejuePage .jiejue-next,
.jiejuePage .jiejue-prev {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.3);
  -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;
}

.jiejueSwiper .swiper-pagination-bullet-active {
  --swiper-theme-color: #c6c6c6 !important;
  background: #c6c6c6 !important;
}

.jiejueSwiper .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  border: 1px solid #c6c6c6;
  background: transparent;
  margin-right: 19px !important;
}

.agentservice-swiper-prev,
.agentservice-swiper-next {
  position: absolute;
  top: 50%;
  z-index: 1;
}

.agentservice-swiper-prev {
  left: 2%;
}

.agentservice-swiper-next {
  right: 2%;
}

.agentservice-swiper-prev,
.agentservice-swiper-next,
.agentservice-next,
.agentservice-prev {
  width: 47px;
  height: 47px;
  user-select: none;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  -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;
}

.agentservice-swiper-prev:hover,
.agentservice-swiper-next:hover,
.logMsg-next:hover,
.logMsg-prev:hover,
.company-history-next:hover,
.company-history-prev:hover,
.agentservice-next:hover,
.agentservice-prev:hover {
  background: #494949;
  -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;
}

.next-bg,
.prev-bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.agentservice-next-img::after,
.agentservice-prev-img::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.5);
}

.agentservice-next-img,
.agentservice-prev-img {
  width: 70%;
  height: 228px;
  margin-left: 55px;
  position: relative;
}

.agentservice-r-i {
  margin-bottom: 55px;
}

.agentservice-r-i:nth-child(2) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.agentservice-r-i:nth-child(2) .agentservice-prev-img {
  margin-left: 0;
  margin-right: 55px;
}

.agentservice-r {
  padding-top: 5%;
}

.agentservice-pl {
  position: absolute;
  right: 0;
  bottom: 15%;
  width: 60%;
  z-index: 2;
  -o-object-fit: contain;
  object-fit: contain;
}

.next-bg-title,
.prev-bg-title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
  font-size: 30px;
  font-family: MontserratSemi;
  font-weight: bold;
  color: #ffffff;
  width: 100%;
  text-align: center;
}

.agentservice-l .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ffffff !important;
}

.agentservice-l .swiper-pagination-bullet {
  border: 1px solid #ffffff !important;
  background: transparent !important;
}

/**/
@media (max-width: 1500px) {
  .products-b-i-item {
    width: 23%;
  }

  .teamSwiper-btn,
  .teamSwiper-con > .info {
    margin-top: 15px;
  }

  .pub-banner-con span {
    width: 60%;
  }
}

@media (max-width: 1420px) {
  .products-b-i-item {
    width: 22.9%;
  }
}

@media (max-width: 1400px) {
  .teamSwiper-con > .info {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
  }

  .teamSwiper-con,
  .public-body {
    padding: 0 20px;
  }

  .hot-sell {
    width: 54%;
  }

  .company-box .con {
    margin-top: 20px;
  }

  .p01-cen {
    padding: 0 !important;
  }

  .choose-list-b,
  .choose-b,
  .company-box {
    padding: 20px;
  }

  .agentservice-b {
    padding: 3% 20px;
  }
}

@media (max-width: 1350px) {
  .products-b-i-item {
    width: 22.8%;
  }

  .header nav ul li > a {
    font-size: 16px;
  }
}

@media (max-width: 1300px) {
  .teamSwiper-con > .info {
    -webkit-line-clamp: 4;
  }

  .hot-sell-btn {
    margin-top: 20px;
  }
}

@media (max-width: 1300px) {
  .teamSwiper-con > .info {
    -webkit-line-clamp: 3;
  }
}

@media (max-width: 1290px) {
  .products-b-i-item {
    width: 22.6%;
  }

  .contact-title .t1,
  .contact-banner .t1 {
    font-size: 28px;
  }

  .contact-banner .t2 {
    font-size: 26px;
  }

  .company-box .name {
    font-size: 24px;
  }

  .company-box .con {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
  }

  .company-b {
    padding: 4% 0;
  }

  .company-i-menu {
    margin-top: 4%;
  }

  .company-history {
    padding-top: 4%;
  }

  .pub-banner-con span {
    width: 80%;
  }
}

@media (max-width: 1240px) {
  .sourcing-list-i {
    width: 17.5%;
  }
}

@media (max-width: 1185px) {
  .products-b-i-item {
    width: 22.5%;
  }
}

@media (max-width: 1138px) {
  .products-b-i-item {
    width: 30.8%;
  }
}

@media (max-width: 1123px) {
  .products-b-i-item {
    width: 47%;
  }
}

@media (max-width: 1200px) {
  body {
    padding-top: 70px !important;
  }

  header {
    position: fixed;
    height: 70px;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
  }

  .header-m {
    left: 0;
    top: 0;
    width: 100%;
    height: 70px;
    background: #fff;
  }

  .header-m::after {
    display: none;
    position: fixed;
    content: "";
    top: 70px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
  }

  .header-m .logo {
    position: absolute;
    left: 50%;
    line-height: 70px;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    height: 70px;
    display: flex;
    align-items: center;
  }

  .header-m .logo img {
    max-height: 100% !important;
  }

  .header-m .m-menu-b {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 70px;
    cursor: pointer;
  }

  .header-m .m-menu-b::after,
  .header-m .m-menu-b::before {
    position: absolute;
    content: "";
    top: 50%;
    left: -webkit-calc(35px / 2);
    left: -moz-calc(35px / 2);
    left: calc(35px / 2);
    width: 25px;
    height: 1px;
    z-index: 999;
    -o-transition: all 0.3s ease-out 0.3s;
    -moz-transition: all 0.3s ease-out 0.3s;
    transition: all 0.3s ease-out 0.3s;
    -webkit-transition: all 0.3s ease-out 0.3s;
    background: #222;
  }

  .header-m .m-menu-b::before {
    -moz-transform: translateY(-4px) rotate(0);
    -ms-transform: translateY(-4px) rotate(0);
    -o-transform: translateY(-4px) rotate(0);
    transform: translateY(-4px) rotate(0);
    -webkit-transform: translateY(-4px) rotate(0);
  }

  .header-m .m-menu-b::after {
    -moz-transform: translateY(4px) rotate(0);
    -ms-transform: translateY(4px) rotate(0);
    -o-transform: translateY(4px) rotate(0);
    transform: translateY(4px) rotate(0);
    -webkit-transform: translateY(4px) rotate(0);
  }

  .header-m .m-menu {
    display: none;
    z-index: 888;
    position: fixed;
    width: 100%;
    width: 260px;
    height: 100%;
    top: 0;
    left: -260px;
    opacity: 1;
    background: #fafafa;
    text-align: left;
    padding-top: 70px;
  }

  .header-m .m-menu::after {
    position: absolute;
    top: 70px;
    content: "";
    width: 100%;
    height: 1px;
    background: #ebebeb;
  }

  .header-m .nav {
    height: -webkit-calc(100% - 82px);
    height: -moz-calc(100% - 82px);
    height: calc(100% - 82px);
    overflow-x: hidden;
    overflow-y: auto;
  }

  .header-m .nav > li {
    border-bottom: 1px solid #ebebeb;
    -moz-animation: resize 0.5s both;
    -o-animation: resize 0.5s both;
    animation: resize 0.5s both;
    -webkit-animation: resize 0.5s both;
  }

  .header-m .nav > li > a {
    position: relative;
    display: block;
    width: 100%;
    font-size: 15px;
    padding: 0 40px;
    color: #666;
    vertical-align: middle;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: break-word;
    overflow: hidden;
    height: 50px;
    line-height: 50px;
  }

  .header-m .nav > li > a::after {
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -5px;
    content: "";
    width: 8px;
    height: 8px;
    border: 1px solid #999;
    border-radius: 50%;
    background: 0 0;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
  }

  .header-m .nav > li .sub-nav {
    display: none;
  }

  .header-m .nav > li .sub-nav a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 12px 40px;
    background: #f2f2f2;
    color: #4e4e4e;
  }

  .header-m .nav > li .sub-nav a::after,
  .header-m .nav > li .sub-nav a::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    left: 20px;
    top: 20px;
    border: 5px solid transparent;
    overflow: hidden;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
  }

  .header-m .nav > li .sub-nav a::before {
    left: 21px;
    border-left: 5px solid #555;
  }

  .header-m .nav > li .sub-nav a::after {
    border-left: 5px #ebebeb solid;
  }

  .header-m .nav > li.cur {
    position: relative;
  }

  .header-m .nav > li.cur::after,
  .header-m .nav > li.cur::before {
    position: absolute;
    content: "";
    background: #999;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }

  .header-m .nav > li.cur::before {
    top: 19px;
    right: 25px;
    width: 2px;
    height: 12px;
  }

  .header-m .nav > li.cur::after {
    top: 24px;
    right: 20px;
    width: 12px;
    height: 2px;
  }

  .header-m .nav > li.active::after {
    background: #fff;
  }

  .header-m .nav > li.active::before {
    height: 0;
  }

  .header-m .nav > li.active > a {
    color: #fff;
    background: #494949;
  }

  .header-m .nav > li.active > a::after {
    border-color: #fff;
    background: #fff;
  }

  .header-m .nav > li.active .sub-nav li {
    -moz-animation: ReturnToNormal 0.5s both;
    -o-animation: ReturnToNormal 0.5s both;
    animation: ReturnToNormal 0.5s both;
    -webkit-animation: ReturnToNormal 0.5s both;
  }

  .header-m .m-language {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    text-align: center;
  }

  .header-m .m-language a {
    float: left;
    color: #666;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    border-bottom: 1px solid #ebebeb;
    -moz-animation: slideInUp 1.5s both;
    -o-animation: slideInUp 1.5s both;
    animation: slideInUp 1.5s both;
    -webkit-animation: slideInUp 1.5s both;
  }

  .header-m .m-language a img {
    height: 18px;
    vertical-align: -2px;
    margin: 0 5px 0 0;
  }

  .header-m .m-search-b {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 70px;
    cursor: pointer;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAAAVFBMVEUAAABVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVW+WkCdAAAAG3RSTlMA86cS1Qd0zb+G48R+W0E4lVIhm5BKLeppGrQHXWddAAABjklEQVRIx6VV2XLDIAzkBgdf8d3o//+zg6GtB5DiTPfNi1cCrTRiV8i1Fc5aJ0yv2R30gsMv9mV7K9hekGGWtMJACf6kFOLnLyvGWShIaHCFgxOu+4rfk7GRWegcqr9y3X6SLfUOkbHSn3RfU0zx2khyrrGHiFowhcQaznewGuTpraynH4hXmpzVIZJnCELZbE6uIRBqcxNOv0oyVAXBUAsostTFtUs7fVHhos5zxoVmGunuE/+XuHcXKyOKzPvC/9LLNlYeQZ+KXFb+wCRztclCakXZ4gp6DIG6umSpn02AtswWj5Dhs+i4HNiFQZQKhQ/fEwLslJVyD+xDElMB3OhLisBRLi/x/NH0Mm6AmUOCwmxuIYEr7xWHC3ZsBawPKJAoPmBGNzwTdHqBiBXtWmP/9oTrdKpLbAAU07MdxdyYVWZr52D3cQBQGwD3GRl2asrKjqKxpVK+PtBMySCv72ukSs0j72u0T/ZO7D5eyWKk4bCtja5bakDQhUcPiGcfwMQSsE/QVbctjcFZw74Bhtc3xlH5qhwAAAAASUVORK5CYII=)
      no-repeat left center;
    -o-background-size: 23px;
    background-size: 23px;
  }

  html.active {
    height: 100%;
    overflow: hidden;
  }

  html.active body {
    height: 100%;
    overflow: hidden;
  }

  html.active .header-m {
    left: 260px;
  }

  html.active .header-m::after {
    display: block;
  }

  html.active .header-m .m-menu-b::after,
  html.active .header-m .m-menu-b::before {
    background: #000;
  }

  html.active .header-m .m-menu-b::before {
    -moz-transform: translateY(0) rotate(225deg);
    -ms-transform: translateY(0) rotate(225deg);
    -o-transform: translateY(0) rotate(225deg);
    transform: translateY(0) rotate(225deg);
    -webkit-transform: translateY(0) rotate(225deg);
  }

  html.active .header-m .m-menu-b::after {
    -moz-transform: translateY(0) rotate(-225deg);
    -ms-transform: translateY(0) rotate(-225deg);
    -o-transform: translateY(0) rotate(-225deg);
    transform: translateY(0) rotate(-225deg);
    -webkit-transform: translateY(0) rotate(-225deg);
  }

  html.active .header-m .m-menu {
    display: block;
    left: 0;
  }

  html.active .banner,
  html.active .i-banner,
  html.active footer,
  html.active main {
    -moz-transform: translateX(260px);
    -ms-transform: translateX(260px);
    -o-transform: translateX(260px);
    transform: translateX(260px);
    -webkit-transform: translateX(260px);
  }

  .home-nav-l .t1,
  .home-nav-l .t2 {
    font-size: 22px;
  }

  .company-i-menu {
    display: block;
  }

  .company-i-menu-l {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .company-i-menu-l-i {
    width: 48%;
    padding: 4%;
  }

  .company-i-menu-r {
    width: 100%;
    padding: 4%;
  }

  .company-i-menu-l-i:last-child {
    margin-bottom: 27px;
  }

  .company-team-i-item,
  .company-news-i > .service-list-r > .name,
  .company-history-title .title,
  .company-i-menu-l-i-title .t1 {
    font-size: 24px;
  }

  .company-history-title .info {
    margin-top: 20px;
  }

  .jiejuePage {
    width: 100%;
    left: 0%;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    padding: 0 3%;
    /* visibility: hidden; */
    /* opacity: 0; */
  }

  /* .jiejueSwiper:hover .jiejuePage {
        visibility: visible;
        opacity: 1;
    } */

  .pub-banner-con span {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
  }

  .banner-chirld span {
    width: 55%;
  }

  .choose-b-nums-title {
    font-size: 36px;
  }
}

@media (max-width: 1024px) {
  .public-top {
    margin-top: 0;
  }

  .teamMenuSwiper-b {
    width: 100% !important;
    position: static;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    margin: 0;
  }

  /* .home-btn {
        margin-top: 5% !important;
    } */

  .products-b {
    padding: 3% 0;
  }

  .home-nes-second {
    padding: 5% 0;
  }

  .products-b-i {
    margin-top: 5%;
  }

  .contact-info-item-info .con .t1,
  .contact-info-item .name,
  .contact-title .t1,
  .contact-banner .t1 {
    font-size: 24px;
  }

  .contact-title .t2 {
    margin-top: 20px;
  }

  .contact-info-item .input-i,
  .contact-info-item-info,
  .contact-info-item .info {
    margin-bottom: 30px;
  }

  .contact-btn,
  .contact-info-item-info .con .t2 {
    font-size: 20px;
  }

  .contact-info-item {
    width: 47%;
  }

  .contact-info-item-info .i-img {
    width: 30px;
  }

  .service-list-r > .t1 {
    font-size: 24px;
  }

  .company-box .name {
    font-size: 24px;
  }

  .company-box .con {
    -webkit-line-clamp: 4;
  }

  .company-i-menu-r-con img,
  .company-i-menu-l-i img {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-right: 20px;
  }

  .company-history-prev {
    left: 2%;
  }

  .company-history-next {
    left: auto;
    right: 2% !important;
  }

  .pub-banner-con span {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
  }

  .pub-banner-con span {
    width: 85%;
  }

  .log-msg > .title {
    font-size: 26px;
  }

  .banner-chirld span {
    width: 60%;
  }

  .choose-list-i {
    width: 31.5% !important;
  }

  .agentservice-l-con-info .info {
    margin-top: 20px;
  }

  .agentservice-l-con-info {
    padding: 6%;
  }

  .next-bg-title,
  .prev-bg-title,
  .agentservice-l-con-info .title {
    font-size: 24px;
  }
}

@media (max-width: 980px) {
  .products-b-i-item {
    width: 100%;
  }

  .home-nav-l {
    display: block;
  }

  .home-nav-l .t2 {
    margin-top: 30px;
  }

  .team-page {
    width: auto;
  }

  .contact-map-i-l-item .t2 {
    margin-top: 10px;
  }

  .hotsell-b {
    padding: 0.3rem 0;
  }

  .service-list-i:last-child {
    margin-bottom: 0;
  }

  .banner-box {
    position: static;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    padding: 0;
    background: #fff;
  }

  .hot-sell {
    width: 100%;
  }

  .company-news-i {
    display: block;
  }

  .service-list-l,
  .service-list-r {
    width: 100%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }

  .service-list-r {
    margin-top: 20px;
    padding: 0;
  }

  .banner-chirld span {
    width: 100%;
    color: #000000;
    padding: 3% 20px;
    background: #ffffff;
  }

  .contact-banner,
  .banner-chirld {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    width: 100%;
    padding: 0;
  }

  .contact-banner {
    padding: 3% 20px;
    color: #000000;
    background: #ffffff;
  }

  .contact-banner .t2 {
    margin-top: 20px;
  }

  .service-b {
    padding: 3% 0;
  }

  .service-list-i {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .service-list-r {
    padding: 0 3%;
  }

  .service-list-r > .t1 {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .sourcing-title {
    margin-bottom: 20px !important;
  }

  .agentservice-b {
    display: block;
  }

  .agentservice-r,
  .agentservice-l {
    width: 100% !important;
  }

  .agentservice-r {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .agentservice-r-i:nth-child(2) {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .agentservice-r-i:nth-child(2) .agentservice-prev-img {
    margin-right: 5%;
  }

  .agentservice-prev-img {
    margin-left: 5%;
  }

  .agentservice-next-img,
  .agentservice-prev-img {
    width: 80%;
  }
}

@media (max-width: 820px) {
  .service-list-i:nth-child(even),
  .service-list-i {
    display: block !important;
  }

  .service-list-l,
  .service-list-r {
    width: 100%;
    height: 100%;
  }

  .service-list-r {
    padding: 3%;
  }

  .service-list-r > .t1 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .company-box {
    position: static;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    padding: 3%;
  }

  .company-box .name,
  .company-box .con {
    color: #000000;
  }

  .company-box .name {
    font-size: 20px;
  }

  .company-box .con {
    width: 100%;
    display: block;
  }

  .company-i-menu-l {
    display: block;
  }

  .company-i-menu-l-i {
    width: 100%;
  }

  .company-i-menu-l-i-title .t1 {
    font-size: 18px;
  }

  .company-i-menu-l-i-title .t2 {
    margin-top: 10px;
  }

  .pub-banner-con {
    position: relative;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    width: 100%;
    margin-bottom: 20px;
  }

  .pub-banner-con span {
    width: 80%;
    padding: 3% 0;
    display: block !important;
  }

  .logMsg-next,
  .logMsg-prev {
    left: 3%;
  }

  .logMsg-next {
    left: auto;
    right: 3% !important;
  }

  .p01-cen.h5 {
    display: block;
  }

  .p01-cen.pc {
    display: none;
  }
}

@media (max-width: 768px) {
      .contact-info-item-info .i-img {
        width: 30px;
        margin-top: 3px;
        margin-right: 20px;
    }
  .contact-info-item-info {
    margin-bottom: 20px;
  }
  .contact-info-item-info .con .t2 {
    margin-top: 5px;
  }
  .home-nes-second .i-blog {
    margin-left: 0 !important;
  }

  .i-blog li {
    padding-left: 0.1rem;
    padding-right: 0.1rem;
  }

  .agentservice-l-con-img img,
  .agentservice-l-con-img {
    height: auto;
  }

  .choose-list-con {
    padding: 20px;
  }

  .sild-float {
    display: none !important;
  }

  .teamSwiper-con > .t3,
  .home-nav-l .t1,
  .home-nav-l .t2 {
    font-size: 20px;
  }

  .teamSwiper-img > img,
  .teamSwiper-img {
    width: 100%;
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .teamSwiper-con {
    width: 50%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
  }

  .contact-info {
    display: block;
  }

  .contact-info-item {
    width: 100%;
    margin-bottom: 20px;
  }

  .contact-info-item:last-child {
    margin-bottom: 0;
  }

  .contact-map-i {
    display: block;
  }

  .contact-map-i-l {
    width: 100% !important;
    height: -webkit-max-content !important;
    height: -moz-max-content !important;
    height: max-content !important;
  }

  .choose-popular > .t1 {
    margin-bottom: 0.2rem;
  }

  .contact-map-i-r {
    width: 100%;
  }

  .contact-map {
    padding: 0.3rem 0;
  }

  .choose-popular > .t1,
  .choose-clients-i > .t1,
  .choose-list-b > .t1,
  .contact-banner .t2,
  .contact-info-item-info .con .t1,
  .contact-info-item .name,
  .contact-title .t1,
  .contact-banner .t1 {
    font-size: 20px;
  }

  .contact-title .t2 {
    margin-top: 10px;
  }

  .company-team-second {
    margin: 0;
  }

  .log-msg > .title {
    font-size: 22px;
  }

  .popular-swiper-list-i {
    width: 100%;
  }

  .choose-list-i {
    width: 48% !important;
  }

  .choose-clients,
  .choose-popular {
    padding: 0.2rem 0;
  }

  .choose-list-b > .t1,
  .choose-clients-i > .t1 {
    margin-bottom: 0.2rem;
  }

  .popular-swiper-list-i:last-child {
    margin-bottom: 0;
  }

  .choose-b-nums-title {
    font-size: 26px;
  }

  .agentservice-l-con-info {
    padding: 4%;
  }

  .next-bg-title,
  .prev-bg-title,
  .agentservice-l-con-info .title {
    font-size: 20px;
  }

  .agentservice-l-con-info .info {
    margin-top: 10px;
  }

  .agentservice-r {
    padding-top: 3%;
  }

  .agentservice-r-i {
    margin-bottom: 0;
  }

  .agentservice-next-img,
  .agentservice-prev-img {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }

  .suspension {
    width: 85% !important;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    right: auto !important;
    padding: 10px 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto !important;
  }

  .suspension-title {
    margin-bottom: 10px;
  }
}

@media (max-width: 740px) {
  .sourcing-list-i {
    width: 45% !important;
  }
}

@media (max-width: 680px) {
  .products-b-i-item {
    padding: 20px;
  }

  .contact-map-i-l-item {
    padding: 0 7%;
  }

  .contact-map-i-l-item .t1 {
    font-size: 16px;
  }

  .jiejueSwiper {
    padding-top: 0 !important;
  }

  .log-msg > .title {
    font-size: 20px;
  }

  .count-wrap {
    width: 48%;
  }

  .choose-b-nums-title {
    font-size: 20px;
  }

  .count-wrap span,
  .choose-b-nums-info {
    font-size: 16px;
    font-family: MontserratLight;
    font-weight: 300;
    color: #3c3c3c;
    line-height: 26px;
  }

  .next-bg-title,
  .prev-bg-title,
  .agentservice-l-con-info .title {
    font-size: 18px;
  }
}

@media (max-width: 580px) {
  .teamSwiper-con {
    width: 90%;
    margin: auto;
  }

  .hot-sell span {
    width: 100%;
  }

  .hot-sell-btn {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .hot-sell-btn img {
    width: 23px;
    height: 21px;
    -o-object-fit: contain;
    object-fit: contain;
  }
}

.suspension {
  position: fixed;
  right: 5%;
  bottom: 2%;
  width: 672px;
  height: 61px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.1);
  border-radius: 31px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 9;
}

.suspension-title {
  font-size: 16px;
  font-family: MontserratSemi;
  font-weight: bold;
  color: #000000;
  margin-right: 20px;
}

.suspension-email {
  font-size: 16px;
  font-family: MontserratSemi;
  font-weight: bold;
  color: #000000;
}
