.banner .swiper {
  width: 100%;
  height: 100%;
}

.homePage .title p {
  margin-bottom: 0;
}

.homePage .title h3 {
  margin-bottom: 0;
}

.banner .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.banner .swiper-slide .bannerImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner .swiper-slide .bannerImg img.cursorPointer {
  cursor: pointer;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
}

.banner {
  overflow: hidden;
  position: relative;
}

.banner .swiper-button-next,
.banner .swiper-button-prev {
  color: #fff;
  transform: scale(0.8);
  display: none;
}

.banner:hover .swiper-button-next,
.banner:hover .swiper-button-prev {
  display: block;
}

.banner .swiper-pagination-bullet {
  background-color: #fff;
}

.banner .swiper-button-next {
  right: 56px;
}

.banner .swiper-button-prev {
  left: 56px;
}

.banner .bannerImg {
  position: relative;
  width: 100%;
}

.banner .bannerContent {
  position: absolute;
  left: 20%;
  bottom: 20%;
  color: #fff;
  text-align: left;
}

.banner .bannerContent6191 {
  left: 12.5%;
  bottom: 12%;
}

.banner .bannerContent1 a {
  min-width: 300px;
  color: #fff;
  background-color: #000;
  padding: 20px 0;
  display: inline-block;
  border-radius: 4px;
  font-weight: 500;
  font-size: 24px;
}

.banner .bannerContent2 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 290px;
}

.banner .bannerContent3 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 60px;
}

.banner .bannerContent2 a,
.banner .bannerContent3 a {
  display: inline-block;
}

.banner .bannerContent2 a:hover {
  opacity: 0.7;
}

.banner .bannerContent p {
  font-size: 36px;
  line-height: 140%;
  margin-bottom: 35px;
  color: #fff;
  font-weight: bold;
}

.banner .bannerContent .iconBox {
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 140%;
}

.banner .bannerContent .iconBox img {
  width: 36px;
  vertical-align: middle;
  margin-right: 20px;
}

.banner .bannerContent button {
  cursor: pointer;
  background: #7F664D;
  color: #FFF;
  font-size: 20px;
  line-height: 140%;
  padding: 20px 85px;
  border: none;
  margin-top: 70px;
  border-radius: 4px;
  font-weight: 500;
}

.banner .bannerContent button.inventory {
  margin-top: 0;
}

.banner .bannerContent825 button {
  background-color: #000;
}

.banner .bannerContent6 button,
.banner .bannerContent8 button,
.banner .bannerContent9 button {
  background: #000;
}

.banner .bannerContent7 button {
  background: #7f664d;
}

.banner .bannerContent7 button:hover {
  background: #99846e;
}

.banner .bannerContent button:hover {
  background: #99846E;
}

.banner .bannerContent10 button {
  color: #000;
  background-color: #fff;
  margin-right: 0;
}

.banner .bannerContent11 button {
  color: #fff;
  background-color: #000;
  margin-right: 0;
}

.banner .bannerContent17 button {
  color: #fff;
  background-color: #000;
  margin-right: 0;
}

.banner .bannerContent6192 button {
  color: #fff;
  background-color: #000;
  margin-right: 0;
}

.banner .bannerContent620 button {
  color: #fff;
  background-color: #000;
  margin-right: 0;
}

.banner .bannerContent12 button {
  color: #fff;
  background-color: #000;
  margin-right: 0;
}

.banner .bannerContent13 button {
  color: #fff;
  background-color: #000;
  margin-right: 0;
}

.banner .bannerContent10 button:hover {
  color: #fff;
}

.service {
  background-color: #F3F3F5;
}

.service .container {
  max-width: 1400px;
  margin: auto;
}

.serviceItems {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.serviceItems img {
  vertical-align: middle;
  width: 26px;
}

.serviceItems .item {
  padding: 10px 0;
  width: 100%;
  text-align: center;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  cursor: pointer;
  font-size: 14px;
}

.serviceItems .item1 {
  border-left: none;
}

.serviceItems .item4 {
  border-right: none;
}

.serviceItems .item .hoverAfter {
  display: none;
}

.serviceItems .item:hover {
  background-color: #7F664D;
  color: #fff;
}

.serviceItems .item:hover .hoverAfter {
  display: initial;
}

.serviceItems .item:hover .hoverBefore {
  display: none;
}

.introduce {
  padding: 90px 0 100px;
}

.introduce .container {
  max-width: 1270px;
  margin: auto;
}

.introduce .items {
  display: flex;
}

.introduce .items .item {
  width: 50%;
}

.introduce .items .item>img {
  width: 100%;
}

.introduce .quantity {
  display: flex;
  justify-content: space-around;
  margin-top: 30px;
  background-color: #7F664D;
  color: #fff;
  padding: 5px 0;
  text-align: center;
}

.introduce .items .item2 {
  padding: 180px 60px 0;
}

.introduce .items .item2 .title {
  font-size: 20px;
  color: #C78126;
}

.introduce .items .item2 .title img {
  vertical-align: middle;
}

.title img {
  width: 30PX;
}

.introduce .items .item2 h1 {
  font-size: 28px;
  padding-top: 10px;
  font-weight: bold;
  line-height: 35px;
  padding-bottom: 15px;
  text-transform: uppercase;
  color: #000;
}

.introduce .items .item2 p {
  font-size: 14px;
  line-height: 140%;
  margin-bottom: 0;
}

.introduce .quantity div {
  padding: 25px;
}

.introduce .quantity .quantityTwo {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

.introduce .quantity div .quantityTitle {
  font-size: 40px;
  padding-bottom: 15px;
  color: #fff;
  margin-bottom: 0;
  line-height: 100%;
  font-weight: bold;
}

.sortContent .swiper-container {
  width: 100%;
  height: auto;
  padding: 55px 10px 80px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -35px;

}

.sortContent .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* height: 200px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition-property: all;
}

.sortContent .swiper-slide .saleIcon {
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
}

.sortContent {
  position: relative;
  padding: 40px 0 0;
}

.sortContent .swiper-slide:hover {
  box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.12);
}

.sort .title {
  text-align: center;
}

.sort .title p {
  color: #C78126;
  line-height: 180%;
  font-size: 20px;
}

.sort .title p img {
  vertical-align: middle;
}

.sort .title h2 {
  color: #000;
  font-size: 28px;
  font-weight: bold;
  line-height: 140%;
  text-transform: uppercase;
  max-width: 580px;
  margin: auto;
  padding-bottom: 30px;
}

.sortBanner {
  display: flex;
}

.sortBanner .item {
  position: relative;
  width: 50%;
}

.sortBanner .item img {
  width: 100%;
}

.sortBanner .item h3 {
  color: #fff;
  font-size: 24px;
  line-height: 180%;
  text-decoration-line: underline;
  text-transform: uppercase;
  position: absolute;
}

.sortBanner .item:nth-child(1) h3 {
  right: 200px;
  bottom: 80px;
  text-align: right;
}

.sortBanner .item:nth-child(2) h3 {
  left: 200px;
  bottom: 80px;
}

.sortContent .titles {
  color: #000;
  font-size: 20px;
  line-height: 140%;
  font-weight: bold;
  padding-left: 260px;
}

.sortContent .swiper-button-prev {
  top: 20px;
  right: 255px;
  left: auto;
  background: url(../images/left.png);
}

.sortContent .noBoxShow {
  box-shadow: none;
}

.sortContent .swiper-button-next {
  top: 20px;
  right: 210px;
  left: auto;
  background: url(../images/right.png);
}

.sortContent .swiper-button-prev,
.sortContent .swiper-button-next {
  width: 46px;
}

.sortContent .swiper-button-prev:after,
.sortContent .swiper-button-next:after {
  content: '';
}

.sortContent .swiper-slide {
  border: 1px solid #C1C1C1;
}

.sortContent .noBoxShow {
  border: none;
}

.sortContent .swiper-slide img {
  width: 100%;
}

.sortContent .swiper-slide a {
  width: 100%;
}

.sortContent .swiper-slide h2 {
  padding: 30px 30px 0;
  font-size: 12px;
  line-height: 160%;
  min-height: 98px;
}

.sortContent2 .swiper-slide h2 {
  color: #fff;
}

.sortContent .swiper-slide .contentTxt div {
  color: #7F664D;
  text-align: center;
  font-size: 12px;
  line-height: 160%;
  text-decoration-line: underline;
  padding-bottom: 22px;
}

.sortContent .swiper-slide .contentTxt {
  position: absolute;
  bottom: 0;
  color: #fff;
  text-decoration-line: none;
}

.sortContent .swiper-slide .contentTxt div {
  color: #fff;
}

.fashion .title {
  text-align: center;
}

.fashion {
  padding: 20px 0 100px;
  position: relative;
  overflow: hidden;
}

.fashion .title {
  margin-bottom: 40px;
}

.fashion .title p {
  color: #C78126;
  line-height: 180%;
  font-size: 20px;
}

.fashion .title p img {
  vertical-align: middle;
}

.fashion .title h2 {
  color: #000;
  font-size: 28px;
  font-weight: bold;
  line-height: 180%;
  text-transform: uppercase;
}

.fashion .swiper {
  width: 100%;
  height: 100%;
}

.fashion .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.fashion .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fashion .swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.fashion .swiper-slide {
  background-size: cover;
  background-position: center;
}

.fashion .fashionSwiper2 {
  height: 80%;
  width: 100%;
}

.fashion .fashionSwiper {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
  width: 1150px;
  overflow: hidden;
  margin-top: -240px;
}


.fashion .fashionSwiper .swiper-slide {
  width: 25%;
  height: 100%;
  cursor: pointer;
}

.fashion .fashionSwiper .shades {
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
}

.fashion .fashionSwiper .swiper-slide-active .shades {
  display: none;
}

.fashion .fashionSwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.fashion .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fashionContent .fashionSwiper2 .swiper-button-prev {
  left: 60px;
  transform: scale(0.8);
}

.fashionContent .fashionSwiper2 .swiper-button-next {
  right: 60px;
  transform: scale(0.8);
}

.fashionTxt {
  position: absolute;
  margin: 0px auto;
  left: 0px;
  right: 0px;
  top: 0px;
  padding: 80px 0px 0;
  max-width: 715px;
}

.fashionTxt h3 {
  color: #FFF;
  font-size: 20px;
  padding-bottom: 20px;
  margin-bottom: 0;
}

.fashionTxt p {
  color: #FFF;
  font-size: 16px;
  line-height: 160%;
  padding-bottom: 20px;
}

.fashionTxt a {
  padding: 20px 100px;
  background-color: #000;
  color: #fff;
  font-size: 20px;
  line-height: 160%;
  display: inline-block;
  border-radius: 4px;
}

.fashionTxt a:hover {
  background-color: #333;
}

.apart {
  padding-bottom: 120px;
}

.apart .title {
  margin-bottom: 40px;
  text-align: center;
}

.apart .title p {
  color: #C78126;
  line-height: 180%;
  font-size: 20px;
}

.apart .title p img {
  vertical-align: middle;
}

.apart .title h2 {
  color: #000;
  font-size: 28px;
  font-weight: bold;
  line-height: 180%;
  text-transform: uppercase;
}

.apartContent {
  max-width: 1200px;
  margin: auto;
  display: flex;
}

.apartContent .item {
  border: 1px solid #C1C1C1;
  background: #FFF;
  text-align: center;
  margin: 10px;
  padding: 60px 40px 90px;
  width: 33%;
}

.apartContent .item:hover {
  box-shadow: 1px 1px 12px 5px rgba(0, 0, 0, 0.12);
  border: none;
}

.apartContent .item .hoverAfter {
  display: none;
}

.apartContent .item:hover .hoverAfter {
  display: initial;
}

.apartContent .item img {
  width: 50px;
}

.apartContent .item:hover .hoverBefore {
  display: none;
}

.apartContent .item h3 {
  color: #000;
  font-size: 20px;
  margin-top: 15px;
  font-weight: bold;
}

.apartContent .item p {
  color: #777;
  font-size: 14px;
  line-height: 180%;
}

.advantage {
  padding-bottom: 100px;
}

.advantageBanner {
  position: relative;
}

.advantageBanner>img {
  height: 400px;
  object-fit: cover;
  width: 100%;
}

.advantageBanner .title {
  position: absolute;
  margin: 0px auto;
  left: 0px;
  right: 0px;
  top: 0px;
  padding: 40px 0px 0;
  max-width: 920px;
  text-align: center;
}

.advantageBanner .title p {
  color: #C78126;
  line-height: 180%;
  font-size: 20px;
  margin-bottom: 10px;
}

.advantageBanner .title p img {
  vertical-align: middle;
}

.advantageBanner .title h2 {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  line-height: 140%;
  text-transform: uppercase;
}

.advantageContent {
  max-width: 1400px;
  margin: -110px auto;
  display: flex;
  z-index: 1;
  position: relative;
}

.advantageContent div {
  width: 50%;
}

.advantageContent .advantageTxt {
  margin-top: 180px;
  padding: 60px 0 0 75px;
  background-color: #F3F3F5;
}

.advantageContent .advantageTxt h3 {
  color: #000;
  font-size: 20px;
  line-height: 180%;
  font-weight: bold;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  margin-left: -65px;
}

.advantageContent .advantageTxt h3 div {
  width: 50px;
  height: 12px;
  margin-right: 15px;
  background-color: #7F664D;
}

.advantageContent .advantageTxt h4 {
  color: #000;
  font-weight: bold;
  font-size: 14px;
  line-height: 140%;
  padding-top: 20px;
}

.advantageContent .advantageTxt p {
  color: #777;
  font-size: 14px;
  line-height: 140%;
  margin-bottom: 5px;
}

.advantageContent2 {
  margin: 190px auto 80px;
  flex-direction: row-reverse;
}

.advantageContent3 {
  margin: 0 auto;
}

.advantageContent2 .advantageTxt {
  margin-top: 0;
  padding-right: 20px;
}

.advantageContent3 .advantageTxt {
  margin-top: 0;
  padding-right: 20px;
}

.flow {
  position: relative;
}

.flow .flowContent>img {
  width: 100%;
}

.flow .title {
  position: absolute;
  margin: 0px auto;
  left: 0px;
  right: 0px;
  top: 0px;
  padding: 150px 0;
  text-align: center;
}

.flow .title p {
  color: #C78126;
  line-height: 180%;
  font-size: 20px;
}

.flow .title p img {
  vertical-align: middle;
}

.flow .title h2 {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  line-height: 180%;
  text-transform: uppercase;
}

.flowTxt {
  max-width: 1400px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 60px 0 140px;
}

.flowTxt .item {
  width: 33%;
  padding: 10px 35px 10px 50px;
}

.flowTxt .item1 {
  background: url(../images/part1.png) no-repeat;
  background-size: contain;
}

.flowTxt .item2 {
  background: url(../images/part2.png) no-repeat;
  background-size: contain;
}

.flowTxt .item3 {
  background: url(../images/part3.png) no-repeat;
  background-size: contain;
}

.flowTxt .item4 {
  background: url(../images/part4.png) no-repeat;
  background-size: contain;
}

.flowTxt .item5 {
  background: url(../images/part5.png) no-repeat;
  background-size: contain;
}

.flowTxt .item6 {
  background: url(../images/part6.png) no-repeat;
  background-size: contain;
}

.flowTxt .item2 {
  margin-top: 60px;
}

.flowTxt .item3 {
  margin-top: 120px;
}

.flowTxt .item5 {
  margin-top: 60px;
}

.flowTxt .item6 {
  margin-top: 120px;
}

.flowTxt .item .itemTitle {
  color: #000;
  font-size: 40px;
  font-weight: bold;
  line-height: 120%;
  margin-bottom: 0;
}

.flowTxt .item h3 {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  line-height: 180%;
  text-decoration-line: underline;
  text-transform: uppercase;
  margin-left: 25px;
}

.flowTxt .item p {
  color: #777;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  margin-left: 25px;
}

.forte {
  background: url(../images/forte.jpg) no-repeat center center;
  background-size: cover;
}

.forte .container {
  max-width: 1400px;
  margin: auto;
}

.forteContent {
  display: flex;
  justify-content: space-between;
}

.forteContent .item {
  width: 31%;
}

.forteContent .itemTxt {
  background: url(../images/roseBg.jpg) no-repeat center center;
  background-size: cover;
  padding: 40px 30px 20px;
  margin-bottom: 40px;
  box-shadow: 1px 1px 12px 5px rgba(0, 0, 0, 0.05);
}

.forteContent .title {
  padding-top: 205px;
}

.forteContent .title div {
  color: #C78126;
  line-height: 180%;
  font-size: 20px;
  font-weight: 500;
}

.forteContent .title div img {
  vertical-align: middle;
}

.forteContent .title h2 {
  color: #000;
  font-size: 28px;
  font-weight: bold;
  line-height: 180%;
  text-transform: uppercase;
}

.forteContent .title p {
  color: #777;
  font-size: 14px;
  line-height: 160%;
}

.forteContent .title a {
  color: #fff;
  font-size: 20px;
  line-height: 180%;
  padding: 20px 65px;
  background-color: #000;
  display: inline-block;
  margin-top: 30px;
  border-radius: 4px;
}

.forteContent .title a:hover {
  background-color: #333;
}

.forteContent .item3 {
  margin-top: -40px;
}

.forteContent .item2 {
  margin-top: 50px;
}

.forteContent .itemTxt div {
  color: #000;
  font-weight: bold;
  font-size: 20px;
  line-height: 180%;
}

.forteContent .itemTxt div img {
  vertical-align: middle;
  margin-right: 10px;
}

.forteContent .itemTxt p {
  color: #777;
  font-size: 14px;
  line-height: 180%;
}

.blog {
  max-width: 1400px;
  margin: auto;
  padding: 100px 0 86px;
}

.blog .container {
  position: relative;
  overflow: hidden;
}

.blog .swiper-container {
  width: 100%;
  height: 100%;
  padding: 0 45px 40px;
}

.blog .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  border: 1px solid #C1C1C1;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
}

.blog .swiper-slide a>img {
  width: 100%;
}

.blog .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  background-color: #7F664D;
}

.blog .swiper-button-next,
.blog .swiper-button-prev {
  color: #000;
  transform: scale(0.8);
}

.blog .title {
  text-align: center;
  margin-bottom: 40px;
}

.blog .title p {
  color: #C78126;
  line-height: 180%;
  font-size: 20px;
}

.blog .title p img {
  vertical-align: middle;
}

.blog .title h2 {
  color: #000;
  font-size: 28px;
  font-weight: bold;
  line-height: 180%;
  text-transform: uppercase;
}

.blog .turnOf {
  text-align: center;
  margin-top: 50px;
}

.blog .turnOf a {
  color: #fff;
  background-color: #000;
  padding: 25px 120px;
  display: inline-block;
  font-size: 20px;
  line-height: 140%;
  border-radius: 4px;
}

.blog .turnOf a:hover {
  background-color: #333;
}

.blog .blogTxt {
  text-align: left;
  padding: 20px;
}

.blog .blogTxt span {
  font-size: 14px;
  background-color: #7F664D;
  padding: 10px;
  color: #fff;
  display: inline-block;
  border-radius: 2px;
}

.blog .blogTxt p {
  color: #000;
  font-size: 16px;
  line-height: 140%;
  margin-top: 15px;
  min-height: 60px;
  margin-bottom: 0;
  font-weight: bold;
}

.blog .blogSolid {
  border-top: 1px solid #C1C1C1;
}

.blog .blogTurn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}

.homePage {
  overflow: hidden;
}

.displayPc {
  display: block;
}

.displayPh {
  display: none;
}

.advantage .title .displayPc {
  display: inline;
}

.advantage .title .displayPh {
  display: none;
}

.contactUs2 {
  background-color: #7F664D;
  text-align: center;
  max-width: 1399px;
  display: flex;
  flex-direction: column;
  padding: 2px 0;
}

.contactUs2 .contactleft {
  padding: 24px 14px 4px 4px;
}

.contactleft .title {
  color: #FFF;
  font-size: 18px;
  line-height: 120%;
  margin-bottom: 12px;
}

.contactleft p {
  color: #FFF;
  font-size: 12px;
  line-height: 130%;
  margin-bottom: 12px;
  max-width: 500px;
  width: 80%;
  margin-left: 10%;

}

.contactright .pum-trigger {
  cursor: pointer;
  background: #000;
  color: #FFF;
  line-height: 140%;
  padding: 20px 10px;
  border: none;
  font-weight: 500;
  border-radius: 4px;
  width: 300px;
  font-size: 16px;
}

.contactright .pum-trigger:hover {
  background: #333;
}

.advantageContent div>img {
  width: 100%;
}

.fashion .fashionSwiper2 .swiper-slide img {
  height: 600px;
}

@media screen and (max-width: 1921px) {}

@media screen and (max-width: 1520px) {}

@media screen and (max-width: 1320px) {}

@media screen and (max-width: 1500px) {
  .fashion .fashionSwiper {
    height: 15%;
    width: 850px;
    margin-top: -180px;
  }

  .fashion .fashionSwiper2 .swiper-slide img {
    height: 460px;
  }

  .fashionTxt {
    padding: 50px 0px 0;
  }

  .fashionTxt p {
    margin-bottom: 0;
    padding-bottom: 10px;
  }

  .sortContent .swiper-slide h2 {
    padding: 30px 30px 0;
  }

  .fashionTxt h3 {
    padding-bottom: 10px;
  }

  .flow .flowContent>img {
    width: 100%;
    height: 300px;
    object-fit: cover;
  }

  .flow .title {
    padding: 100px 0;
  }
}

@media screen and (max-width: 1025px) {

}

@media screen and (min-width: 768px) {
  .ph {
    display: none !important;
  }

  .sortContent .sortSwiper {
    margin-left: -110px;
    width: 106%;
  }

  .contactUs2 {
    padding: 24px 0;
    margin: 0 auto 86px auto;
    align-items: center;
    flex-direction: unset;
  }

  .contactUs2 .contactleft {
    width: 70%;
    text-align: left;
    padding: 48px 14px 48px 74px;
  }

  .contactUs2 .contactright {
    width: 19.9%;
    float: right;
    margin-left: 2.4%;
  }

  .contactleft .title {
    font-size: 40px;
    margin-bottom: 10px;
  }

  .contactleft p {
    font-size: 14px;
    line-height: 180%;
    margin-bottom: 20px;
    max-width: 400px;
    width: 100%;
    margin-left: 0;
  }

  .contactright .pum-trigger {
    font-size: 20px;
  }
}

@media screen and (max-width: 1200px) {
  .banner .bannerContent button {
    padding: 10px 50px;
  }

  .advantageBanner>img {
    height: 200px;
  }
}

@media screen and (max-width: 1220px) {
  .banner .bannerContent825 {
    left: 58.8%;
    bottom: 7%;
    width: 17%;
  }

  .banner .bannerContent825 button {
    padding: 0;
  }
}

@media screen and (max-width: 1025px) {
  .banner .bannerContent825 {
    bottom: 5.4%;
  }
}

@media screen and (max-width: 1220px) {
  .banner .bannerContent825 {
    bottom: 1.1vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .banner .swiper-button-next {
    right: 80px;
  }

  .banner .swiper-button-prev {
    left: 80px;
  }

  .serviceItems .item {
    padding: 20px 40px;
  }

  .introduce .items .item2 {
    padding: 100px 60px 0 60px;
  }

  .introduce .quantity div {
    padding: 14px;
  }

  .sort .title h3 {
    font-size: 22px;
  }

  .sortContent {
    padding: 80px 0 0 0;
  }

  .sortContent .titles {
    padding-left: 30px;
  }

  .sortContent .swiper-button-prev {
    right: 150px;
  }

  .sortContent .swiper-button-next {
    right: 105px;
  }

  .sortBanner .item:nth-child(2) h3 {
    left: 35px;
    bottom: 35px;
  }

  .sortBanner .item:nth-child(1) h3 {
    right: 35px;
    bottom: 35px;
  }

  .fashion .fashionSwiper {
    width: 60vw;
    margin-top: -130px;
  }

  .fashionTxt p {
    padding: 0;
  }

  .fashionTxt a {
    font-size: 18px;
    line-height: 120%;
    padding: 10px 40px;
  }

  .fashionTxt h4 {
    padding-bottom: 0;
  }

  .fashionContent .fashionSwiper2 .swiper-button-next {
    right: 40px;
    width: 40px;
    height: 40px;
    background-size: cover;
  }

  .fashionContent .fashionSwiper2 .swiper-button-prev {
    left: 40px;
    width: 40px;
    height: 40px;
    background-size: cover;
  }

  .advantageContent {
    max-width: 90vw;
    margin: -25px auto;
  }

  .advantageContent .advantageTxt h4 {
    line-height: 100%;
    padding-top: 10px;
  }

  .advantageContent .advantageTxt p {
    font-size: 12px;
    line-height: 100%;
    padding-top: 0;
  }

  .advantageContent .advantageTxt {
    padding: 40px 0 0 15px;
  }

  .advantageContent2 {
    margin: 80px auto 80px;
  }

  .advantageContent .advantageTxt h3 div {
    display: none;
  }

  .advantageContent .advantageTxt h3 {
    display: contents;
  }

  .advantageContent2 .advantageTxt {
    padding: 10px 10px 0 15px;
  }

  .advantageContent3 .advantageTxt {
    padding: 0 0 0 15px;
    margin-top: -15px;
  }

  .flowTxt .item2 {
    margin-top: 30px;
  }

  .flowTxt .item3 {
    margin-top: 60px;
  }

  .flowTxt .item5 {
    margin-top: 30px;
  }

  .flowTxt .item6 {
    margin-top: 60px;
  }

  .bannerSwiper .lastChild .bannerContent button {
    margin-top: 10px;
  }

  .bannerSwiper .lastChild .bannerContent {
    left: 20%;
    bottom: 8%;
  }
}

@media screen and (max-width: 1000px) {
  .fashion .fashionSwiper2 .swiper-slide img {
    height: 360px;
  }

  .flow .flowContent>img {
    height: 200px;
    object-fit: cover;
  }

  .flow .title {
    padding: 50px 0;
  }
}

@media screen and (max-width: 900px) {
  .banner .bannerContent6191 {
    bottom: 5% 38.6875px;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }

  .displayPh {
    display: block;
  }

  .displayPc {
    display: none;
  }

  .advantage .title .displayPc {
    display: none;
  }

  .advantage .title .displayPh {
    display: inline;
  }

  .banner .bannerContent {
    left: 3%;
    bottom: 17%;
  }

  .banner .bannerContent .iconBox img {
    width: 18px;
  }

  .banner .bannerContent .iconBox {
    font-size: 12px;
  }

  .banner .bannerContent p {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .banner .bannerContent button {
    color: #FFF;
    font-size: 20px;
    line-height: 140%;
    padding: 10px 45px;
    border: none;
    margin-top: 20px;
  }

  .banner .swiper-button-next,
  .banner .swiper-button-prev {
    display: none;
  }

  .serviceItems {
    display: flex;
    flex-wrap: wrap;
  }

  .serviceItems .item {
    width: 50%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 3.5vw;
  }

  .serviceItems .item img {
    margin-bottom: 10px;
  }

  .serviceItems .item1,
  .serviceItems .item2 {
    border-bottom: 1px solid #fff;
    border-right: none;
  }

  .serviceItems .item3 {
    border: none;
  }

  .banner .swiper-button-next {
    right: 20px;
  }

  .banner .swiper-button-prev {
    left: 20px;
  }

  .sortContent .noBoxShow {
    display: none;
  }

  .sortContent .swiper-slide h2 {
    padding: 15px;
    min-height: 88px;
  }

  .introduce .items {
    flex-direction: column-reverse;
  }

  .introduce .items .item {
    width: 100%;
  }

  .introduce .items .item>img {
    width: 100%;
  }

  .introduce .items .item2 {
    padding: 0;
    text-align: center;
    margin-bottom: 20px;
  }

  .introduce .items .item2 h2 {
    font-size: 4.7vw;
    line-height: 140%;
  }

  .introduce .items .item2>p {
    color: #777;
  }

  .introduce .quantity {
    justify-content: space-between;
    margin-right: 0;
  }

  .introduce .quantity div h3 {
    font-size: 6vw;
  }

  .introduce .quantity div {
    padding: 10px;
  }

  .sort .title h3 {
    font-size: 4.7vw;
  }

  .sortBanner {
    flex-direction: column;
    margin-top: 20px;
  }

  .sortBanner .item {
    width: 100%;
  }

  .sortBanner .item:nth-child(1) h3,
  .sortBanner .item:nth-child(2) h3 {
    left: 0px;
    right: 0px;
    bottom: 22px;
    text-align: center;
  }

  .sortContent {
    padding: 60px 0 0 20px;
  }

  .sortContent .swiper-container {
    padding: 60px 10px 30px;
  }

  .sortContent .swiper-button-prev,
  .sortContent .swiper-button-next {
    display: none;
  }

  .sortContent .titles {
    font-size: 4.5vw;
    padding-left: 0;
  }

  .fashion .fashionSwiper {
    display: none;
  }

  .fashionTxt {
    padding: 40px 0px 0;
    max-width: 96vw;
  }

  .fashionTxt a {
    padding: 10px 50px;
    font-size: 14px;
  }

  .fashionContent .fashionSwiper2 .swiper-button-next {
    right: 0;
    width: 40px;
    height: 40px;
    background-size: cover;
    top: 66%;
  }

  .fashionContent .fashionSwiper2 .swiper-button-prev {
    left: 0;
    width: 40px;
    height: 40px;
    background-size: cover;
    top: 66%;
  }

  .fashion .title h3 {
    font-size: 4.5vw;
  }

  .apart {
    padding-bottom: 0;
  }

  .apart .title h3 {
    font-size: 4.5vw;
  }

  .apartContent {
    flex-direction: column;
  }

  .advantageBanner .title {
    position: unset;
    max-width: 96vw;
  }

  .apartContent .item {
    width: 100%;
    margin: 0 0 15px;
  }

  .advantageBanner>img {
    display: none;
  }

  .advantageContent {
    margin: 0 auto;
    flex-direction: column;
  }

  .advantageBanner .title h2 {
    font-size: 4vw;
    margin-bottom: 20px;
    color: #000;
  }

  .advantageContent div {
    width: 100%;
  }

  .advantageContent .advantageTxt h3 div {
    width: 30px;
  }

  .advantageContent .advantageTxt {
    padding: 20px 0 20px 50px;
    margin-top: 0;
  }

  .advantageContent .advantageTxt h3 {
    margin-left: -40px;
    font-size: 4.5vw;
  }

  .flow .title {
    padding: 50px 0;
  }

  .flow .title h2 {
    font-size: 4.5vw;
  }

  .flowTxt .item {
    width: 100%;
  }

  .flowTxt .item2,
  .flowTxt .item3,
  .flowTxt .item5,
  .flowTxt .item6 {
    margin-top: 0;
  }

  .flowTxt {
    padding: 60px 0 10px;
  }

  .forteContent {
    flex-direction: column;
  }

  .forteContent .item {
    width: 100%;
    margin-bottom: 40px;
  }

  .forteContent .title {
    padding-top: 120px;
    text-align: center;
  }

  .forteContent .title h4 {
    font-size: 5vw;
  }

  .forteContent .itemTxt {
    background-size: contain;
    box-shadow: none;
  }

  .blog {
    padding: 45px 0 60px;
  }

  .blog .title h3 {
    font-size: 5vw;
    margin-bottom: 20px;
  }

  .blog .turnOf a {
    font-size: 4vw;
    padding: 15px 40px;
  }

  .blog .swiper-button-next,
  .blog .swiper-container-rtl .swiper-button-prev {
    right: 15px;
  }

  .blog .swiper-button-prev,
  .blog .swiper-container-rtl .swiper-button-next {
    left: 15px;
  }

  .blog .blogTxt p {
    min-height: 50px;
  }

  .banner .bannerContent6191 {
    bottom: 10%;
  }
}

@media screen and (max-width: 420px) {
  .banner .bannerContentInventory {
    top: 36%;
    left: 47%;
  }
}

@media screen and (max-width: 400px) {
  .banner .bannerContent825 {
    bottom: 36%;
  }
}