.banner-one {
  background-position: top center;
  /* height: 680px; */
  position: relative;
  padding-top: 64px;
}
.banner-one .banner-content-width{
  position: absolute;
  top: 0px;
  left: 20%;
  text-align: left;
  padding-top: 7%;
}
.home-brand{
  text-transform: uppercase;
  background: #E6E6E6;
  padding: 5px;
  font-size: 16px;
  color: #333333;
  display: inline-block;
}
.banner-one .banner-name{
  margin: 20px 0px 35px 0px;
}
.banner-two .banner-name{
  margin: 40px 0px 30px 0px;
}
.banner-one .banner-name,.banner-two .banner-name{
 
  color: #000000;
  line-height: 1.2;
  font-size: 48px;
  text-transform: uppercase;
}
.banner-one .banner-intro,.banner-two .banner-intro{
  font-size: 18px;
  color: #000000;
  line-height: 1.3;
}
.banner-title{font-size: 40px;}
.banner-two{
  position: relative;
}
.banner-two .banner-content-width{
  position: absolute;
  top: 0px;
  right: 20%;
  text-align: left;
  padding-top: 5%;
  width: 28%;
}
.banner-min-image{
  margin-top: 20px;
}

.banner-three,
.banner-one,
.banner-two {
  overflow: hidden;
}
.banner-three:hover,
.banner-one:hover,
.banner-two:hover {
  cursor: pointer;
}
.font36,
.shop-by-category h2,
.our-story .our-story-left h1,
.featured-on h2,
.blog-aryy h2 {
  font-size: 36px;
  color: #333333;
  line-height: 36px;
  font-weight: bold;
}
.font36GFF
 {
  font-size: 36px;
  color: #ffffff;
  line-height: 1.5;
}
.banner-Max {
  margin-bottom: 12px;
  display: grid;
}


.banner-Max .banner-intro,.banner-intro,
.banner-Max .banner-intro-two {
  font-size: 20px;
  color: #333333;
  margin-top: 15px;
  line-height: 25px;
}
.banner-stay{margin-top: 12px !important;}
.banner-stay .banner_con{position: absolute;left: 13%;}
.banner-Max .banner-intro-two {
  color: #ffffff;
}
.banner-Max .view-more,
.banner-Max .view-more-two {
  width: 160px;
  height: 36px;
  border-radius: 6px;
  opacity: 1;
  border: 1px solid #333333;
  color: #333333;
  margin-top: 24px;
}
.banner-Max .view-more:hover {
  background: #660099;
  border: 1px solid #660099;
  color: #ffffff;
  cursor: pointer;
}
.banner-Max .view-more-two {
  border: 1px solid #ffffff;
  color: #ffffff;
}
.banner-Max .view-more-two:hover {
  background: #660099;
  border: 1px solid #660099;
  color: #ffffff;
  cursor: pointer;
}
.banner-two {
  background-position: top center;
  height: 680px;
}

.banner-three {
  background-position: top center;
  height: 680px;
}
.banner-three .banner-name {
  padding-top: 35px;
}
.productSwiper{
  padding-top: 30px;
}
.productSwiper .home-product-img{
  height: auto;
}
.productSwiper .swiper-container {
  width: 100%; height: 100%;
  margin-left: auto; margin-right: auto;
}

.productSwiper .swiper-slide {
  text-align: center;
  line-height: 0;
}

.productSwiper .swiper-slide img {
  max-height: 425px;
  max-width: 425px;
}
.productSwiper .swiper-pagination-bullet,.homeSwiper .swiper-pagination-bullet{
  background: #333333;
  border: 1px solid #B4B4B4;
  box-shadow: none;
}
.productSwiper .swiper-pagination-bullet-active,.homeSwiper .swiper-pagination-bullet-active{
  border: 1px solid #660099 !important;;
  background: #660099 !important;
}
.productSwiper .swiper-horizontal>.swiper-pagination-bullets,.productSwiper .swiper-pagination-bullets.swiper-pagination-horizontal{
  bottom: 0px !important;
}



.homeSwiper .swiper-button-next.swiper-button-disabled,.homeSwiper .swiper-button-prev.swiper-button-disabled{
  pointer-events: auto !important;
}
.homeSwiper .swiper-button-next, .homeSwiper .swiper-button-prev{
    width: 30px !important;
    height: 30px !important;
    border-radius: 50%;
    border: 1px solid #660099;
}
.homeSwiper .swiper-button-prev:after, .homeSwiper .swiper-rtl .swiper-button-next:after, 
.homeSwiper .swiper-button-next:after, .homeSwiper .swiper-button-prev:after{
  font-size: 18px !important;
    color: #660099;
}





.product-btn{
  margin: 30px 0 0;
  text-align: center;
}
.shop-by-category {
  width: 92%;
  padding: 0px 4% 20px 4%;
}
.shop-by-category h2 {
  padding: 100px 0px 60px 0px;
  text-align: center;
}
.shop-by-category .by-category-list {
  display: flex;
  justify-content: space-between;
}
.shop-by-category .by-category-list li {
  width: 11%;
  text-align: center;
}
.shop-by-category .by-category-list li:last-child a {
  width: 60px;
}
.shop-by-category .by-category-list li h3 {
  font-size: 16px;
  color: #333333;
  line-height: 24px;
}
.shop-by-category .by-category-list li:hover h3 {
  color: #660099;
}
.shop-by-category .by-category-list .by-category-figure {
  background: #EFEFEF;
  border-radius: 140px 140px 140px 140px;
  opacity: 0.8;
  width: 180px;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  overflow: hidden;
}
.shop-by-category .by-category-list .by-category-figure img {
  transition: 0.5s;
  height: auto;
  width: 100%;
}
.shop-by-category .by-category-list .by-category-figure:hover img {
  transform: scale(1.2);
  transition: 0.5s;
}
.our-story {
  width: 94%;
  padding: 100px 3% 20px 3%;
}
.our-story .our-story-bg {
  border-radius: 48px 48px 48px 48px;
  background: #F5F5F5;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.our-story .our-story-left {
  width: 50%;
  position: relative;
}
.our-story .our-story-left h1 {
  margin-bottom: 25px;
  line-height: 1.3;
}
.our-story .our-story-left .our-img {
  width: 80%;
  margin-left: 10%;
}
.our-story .our-story-left h3 {
  font-size: 20px;
  color: #333333;
  line-height: 25px;
}
.our-story .our-story-left .our-story-div {
  position: absolute;
  top: -30px;
  width: 80%;
  margin-left: 10%;
}
.our-story .our-story-left p {
  line-height: 1.5;
  font-size: 20px;
}
.our-story .our-story-left p:nth-child(1) {
  margin-bottom: 15px;
}
.our-story .our-story-right {
  width: 50%;
  position: relative;
}
.our-story .our-story-right .about-bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.our-story .our-story-right .about-li {
  width: 45%;
  text-align: center;
}
.our-story .our-story-right .about-li:nth-child(1),
.our-story .our-story-right .about-li:nth-child(2) {
  margin-bottom: 50px;
}
.our-story .our-story-right .aboutsum {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 80%;
  left: 10%;
}
.our-story .our-story-right .numberUp {
  font-size: 80px;
  color: #ffffff;
  line-height: 1.5;
  position: relative;
}
.our-story .our-story-right .nums::before {
  content: "+";
  position: absolute;
  top: -2px;
  right: -11px;
  font-size: 26px;
}
.our-story .our-story-right .web-text {
  font-size: 16px;
  color: #ffffff;
}
.our-story .our-story-right img {
  width: 100%;
  height: auto;
  border-radius: 0px 48px 48px 0px;
}
.featured-on {
  width: 70%;
  padding: 0px 15% 20px 15%;
}
.featured-on h2 {
  padding: 100px 0px 40px 0px;
  text-align: center;
}
.featured-on .featured-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.blog-list-content{
  padding: 10px 0;
}
.blog-aryy {
  width: 1200px;margin: 0px auto;
}
.blog-aryy h2 {
  padding: 100px 0px 40px 0px;
  text-align: center;
}
.blog-aryy .blog-list-name {
  position: relative;
  padding-bottom: 10px;
}
.blog-aryy .blog-list-name a {
  font-size: 20px;
  color: #333333;
  line-height: 30px;
}
.blog-aryy .blog-list-name a:hover {
  color: #660099;
}
.blog-aryy .blog-list-name::after {
  content: "";
  width: 90px;
  height: 2px;
  position: absolute;
  background: #660099;
  bottom: 2px;
  left: 0px;
}
.blog-list .blog-list-li{
  width: 31%;
}
@media screen and (max-width: 1700px) {
  .font36GFF, .banner-Max .banner-tit{
    font-size: 32px;
  }
}
@media screen and (max-width: 1500px) {
  .our-story .our-story-left p {
    line-height: 1.5;
    font-size: 16px;
  }
  .our-story .our-story-left h1{
    font-size: 30px;
  }
  .shop-by-category .by-category-list .by-category-figure {
    width: 130px;
    height: 130px;
  }
  .shop-by-category .by-category-list .by-category-figure img {
    width: 80px;
    height: 80px;
  }
  .by-category-list li:last-child .by-category-figure img{
      width: 60px;
      height: 60px;
      margin: 0px auto;
  }
  .featured-on {
    width: 80%;
    padding: 0px 10% 20px 10%;
  }
  .font36,
  .banner-Max .banner-name,
  .shop-by-category h2,
  .featured-on h2,
  .blog-aryy h2,
  .banner-Max .banner-name,
  .shop-by-category h2,
  .featured-on h2,
  .blog-aryy h2 {
    font-size: 24px;
  }
  .our-story .our-story-left p {
    font-size: 14px;
  }
  .banner-Max .banner-intro,
  .banner-Max .banner-intro-two,
  .banner-Max .banner-intro-two {
    font-size: 14px;
  }
  
  .banner-three:hover,
  .banner-one:hover,
  .banner-two:hover {
    cursor: pointer;
  }
  .banner-Max .banner-intro,
  .banner-Max .banner-intro-two,
  .banner-Max .banner-intro-two {
    margin-top: 0px;
  }
  .shop-by-category h2,
  .featured-on h2,
  .blog-aryy h2 {
    padding: 70px 0px 40px 0px;
  }
  .our-story {
    padding: 70px 3% 20px 3%;
  }
  .banner-Max .view-more,
  .banner-Max .view-more-two {
    margin-top: 8px;
  }
  .our-story .our-story-left .our-story-div{
    top: 0px;
  }
  .banner-one .banner-content-width{width: 14%;}
}
@media screen and (max-width: 1450px) {
  .banner-one .banner-content-width{width: 200px;}
  .our-story .our-story-left h1{font-size: 26px;}
  .blog-aryy{
    width: 94%;
  }
}
@media screen and (max-width: 1200px) {
  .banner-min-image{width: 100%;height: auto;}
  .banner-two{height: 580px;}
  .featured-on{width: 96%;padding: 0px 2% 20px 2%;}
}
@media screen and (max-width: 1100px) {
  .our-story .our-story-bg{flex-wrap: wrap;}
  .our-story .our-story-left,.our-story .our-story-right{width: 100%;}
  .our-story .our-story-left h1{font-size: 36px;}
  .our-story .our-story-left .our-story-div{top: 50%;transform: translateY(-50%);}
  .our-story .our-story-right img{border-radius: 0px 0px 48px 48px;}
}
@media screen and (max-width: 1000px) {
  .shop-by-category {
    width: 96%;
    padding: 0px 2% 0px 2%;
  }
  .shop-by-category .by-category-list .by-category-figure {
    width: 100px;
    height: 100px;
  }
  .shop-by-category .by-category-list .by-category-figure img {
    width: 50px;
    height: 50px;
  }
  .by-category-list li:last-child .by-category-figure img{
    width: 40px;
    height: 40px;
    margin: 0px auto;
  }
  .banner-one{padding-top: 52px;}
  .banner-one .banner-content-width{top: 50%;transform: translateY(-50%);width: 400px;left: 8%;}
  .shop-by-category h2, .featured-on h2, .blog-aryy h2{padding: 40px 0;}
  .featured-on .featured-list{flex-wrap: wrap;}
  .blog-aryy{width: 96%;padding: 0px 2% 20px 2%;}
  .blog-list .blog-list-li{margin-top: 20px;}
}
@media screen and (max-width: 900px) {
  .banner-one .banner-name{margin: 10px 0 20px 0;}
  .shop-by-category .by-category-list .by-category-figure{
    height: 80px;width: 80px;
  }
  .featured-list li{width: 33%;}
  .featured-list li img{margin: 0px auto;}
  .featured-list li:last-of-type{width: 40%;}
  .featured-on .featured-list{justify-content: center;}
}
@media screen and (max-width: 768px) {
  .banner-one .banner-name{font-size: 16px;}
  .banner-two{height: 480px;}
  .banner-two .banner-content-width{width: 40%;}
  .our-story .our-story-left h1{font-size: 28px;}
  .our-story .our-story-right .numberUp{font-size: 68px;}
  .banner-title{font-size: 30px;}
  .blog-list .blog-list-li{
    width: 48%;
  }
}

/*banner-1-box*/
.width100{width: 100%;height: auto;}
.banner-1-box{margin: 0px auto;position: relative;}
.banner-1-box>a>img{width: 100%; height: calc(100vw/3.118 );}
@media screen and (min-width: 1921px) {
  .banner-1-box>a>img{width: 100%; height: auto;}
}
.m-img{display: none;}
.banner_con{position: absolute;width: 40%;right: 47%;top: 35%;transform: translateY(-50%);}
.banner-T .banner_con{top: 20%;}
.banner_con-h1{font-size: 50px;color: #333333;}
.banner-T .banner_con-h1{margin-top: 20px;}
.banner_con-btn a{background-color: #660099;color: #fff;font-size: 20px;border-radius: 8px;padding: 10px 40px;margin-top: 40px;display: block;}
.message_add{position: fixed;top: 20px;left: 50%;z-index: 999;}
@media screen and (max-width: 1850px) {
    .banner_con-h1{font-size: 40px;}
}
@media screen and (max-width: 1540px) {
    .banner_con-h1{font-size: 32px;}
    .banner-T .banner_con-btn a{margin-top: 20px;}
    .banner-T .banner_con{top: 21%;}
}
@media screen and (max-width: 1200px) {
    .titleDiv{padding: 50px 0 40px 0;}
    /* .banner_con{width: 41%;right: 2%;} */
    .banner-title{font-size: 24px;}
    .banner-T .banner_con-h1 img{width: 60%;height: auto;}
    .banner-T .banner_con-btn a{margin-top: 10px;}
    .banner-T .banner_con-h1{margin-top: 10px;}
}
@media screen and (max-width: 1000px) {
    .banner_con-h1{font-size: 24px;}
    .banner_con-btn a{font-size: 16px;}
}
@media screen and (max-width: 768px) {
    .m-img{display: block;}
    .pc-img{display: none;}
    .banner_con-h1{font-size: 32px;text-align: center;}
    .banner-stay .banner_con{left: 10%;}
    .banner_con{width: 90%;right: 45%;top: 5%;transform: translateY(30%);text-align: center;}
    .banner-stay .banner_con{text-align: left !important;}
}
@media screen and (max-width: 574px) {
    .banner_con-h1{font-size: 24px;}
    .banner_con{transform: translateY(10%);}
    .banner_con-btn a{margin-top: 20px;}
}
@media screen and (max-width: 400px) {
    .banner_con{transform: translateY(0%);}
    .banner_con-h1{font-size: 20px;}
    .banner_con-btn a{padding: 7px 25px;}
}
/*banner-1-box-end*/