.banner-one {
  position: relative;
}
.banner-two{
  background-size: 100% 100%;
  
}
.banner-one .banner-content-width{
  padding-top: 15%;
}
.banner-two .banner-content-width{
  padding-top: 5%;
}
.banner-one .banner-content-width,.banner-two .banner-content-width{
  position: absolute;
  top: 0px;
  width: 92%;
  left: 4%;
  text-align: center;
  
}
.home-brand{
  text-transform: uppercase;
  background: #E6E6E6;
  padding: 5px;
  font-size: 12px;
  color: #333333;
  display: inline-block;
}
.banner-one .banner-name{
  margin: 10px 0px;
}
.banner-two .banner-name{
  margin: 10px 0px;
}
.banner-one .banner-name,.banner-two .banner-name{
  color: #000000;
  line-height: 1.2;
  font-size: 22px;
  text-transform: uppercase;
}
.banner-one .banner-intro,.banner-two .banner-intro{
  font-size: 14px;
  color: #000000;
  line-height: 1.3;
}
.banner-two{
  position: relative;
}

.banner-min-image{
  margin: 10px auto 0px auto;
}

.font18,
.banner-Max .banner-name-two,
.shop-by-category h2,
.featured-on h2,
.blog-aryy h2 {
  font-size: 20px;
  color: #333333;
  line-height: 25px;
  font-weight: bold;
}
.banner-Max {
  margin-bottom: 8px;
}

.banner-Max .banner-name-two {
  padding-top: 90px;
  color: #ffffff;
}
.banner-Max .banner-intro,
.banner-Max .banner-intro-two {
  font-size: 14px;
  color: #333333;
  margin-top: 10px;
  line-height: 20px;
}
.banner-Max .banner-intro-two {
  color: #ffffff;
}
.banner-Max .view-more,
.banner-Max .view-more-two {
  width: 130px;
  height: 36px;
  border-radius: 6px;
  opacity: 1;
  border: 1px solid #333333;
  color: #333333;
  margin-top: 10px;
}
.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-two .banner-name-two {
  padding-top: 50px;
}
.banner-three .banner-name-two {
  padding-top: 50px;
}
.shop-by-category {
  width: 98%;
  padding: 0px 1% 0px 1%;
}
.shop-by-category h2 {
  padding: 40px 0px 30px 0px;
  text-align: center;
}
.shop-by-category .by-category-list {
  display: flex;
  justify-content: space-between;
  overflow-x: scroll;
  padding-bottom: 15px;
}
.shop-by-category .by-category-list::-webkit-scrollbar,.bundling-max .bundling-flex::-webkit-scrollbar{
  /*滚动条整体样式*/
  width: 2px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 2px;
}
.shop-by-category .by-category-list::-webkit-scrollbar-thumb,.bundling-max .bundling-flex::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #660099;
}
.shop-by-category .by-category-list::-webkit-scrollbar-track,.bundling-max .bundling-flex::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
  width: 30px;
}
.shop-by-category .by-category-list li {
  text-align: center;
  margin: 0px 10px;
}
.shop-by-category .by-category-list li h3 {
  font-size: 14px;
  color: #333333;
  line-height: 15px;
}
.shop-by-category .by-category-list li:hover h3 {
  color: #660099;
}
.shop-by-category .by-category-list .by-category-figure {
  background: #EFEFEF;
  border-radius: 50%;
  opacity: 0.8;
  width: 85px;
  height: 85px;
  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;
}
.shop-by-category .by-category-list .by-category-figure:hover img {
  transform: scale(1.2);
  transition: 0.5s;
}
.our-story {
  width: 94%;
  padding: 60px 3% 0px 3%;
}
.our-story .our-story-bg {
  border-radius: 16px 16px 16px 16px;
  background: #F5F5F5;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.our-story .our-story-left {
  position: relative;
  height: auto;
}
.our-story .our-story-left h1 {
  font-size: 22px;
  color: #333333;
  margin-bottom: 20px;
  line-height: 1.5;
}
.our-story .our-story-left .our-img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.our-story .our-story-left h3 {
  font-size: 14px;
  color: #333333;
  line-height: 1.5;
}
.our-story .our-story-left h3 p:nth-child(1) {
  margin-bottom: 10px;
}
.our-story .our-story-left .our-story-div {
  position: relative;
  /* top: 0px; */
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 12px;
}
.our-story .our-story-right {
  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: 30px;
}
.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: 30px;
  color: #ffffff;
  line-height: 1.5;
  position: relative;
}
.our-story .our-story-right .nums::before {
  content: "+";
  position: absolute;
  top: -11px;
  right: -11px;
  font-size: 22px;
}
.our-story .our-story-right .web-text {
  font-size: 14px;
  color: #ffffff;
}
.our-story .our-story-right img {
  width: 100%;
  height: auto;
  border-radius: 0px 0px 16px 16px;
}
/* 产品列表 */
.product-btn{
  margin: 30px 0;
  text-align: center;
}
.product-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0px 12px;
  overflow: revert;
}
.product-list .product-list-li {
  width: 48%;
  margin: 0px;
  margin-bottom: 20px;
}
.product-list .product-list-figure {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
.product-list .product-list-figure:hover .add-cart-btn {
  visibility: initial;
}
.product-list .product-list-figure img {
  width: 100%;
  height: auto;
}
.product-list .product-list-wish {
  position: absolute;
  right: 10px;
  top: 10px;
}
.product-list .product-list-wish i {
  font-size: 24px;
  color: #333333;
}
.product-list .product-list-wish i:hover {
  color: #660099;
  cursor: pointer;
}
.product-list .add-cart-btn {
  visibility: hidden;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 60px;
  line-height: 60px;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  background: #660099;
}
.product-list .add-cart-btn:hover {
  cursor: pointer;
}
.product-list .productS-content {
  padding: 10px 10px 0px 10px;
  text-align: center;
}
.product-list .productS-brand {
  font-size: 12px;
  color: #747474;
  line-height: 24px;
}
.product-list .productS-name {
  padding: 6px 0px 6px 0px;
}
.product-list .productS-name a {
  font-size: 14px;
  color: #333333;
  line-height: 18px;
}
.product-list .productS-name a:hover {
  color: #660099;
  text-decoration: underline;
}
.product-list .productS-price {
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-list .original-cost {
  font-size: 16px;
  color: #747474;
  line-height: 23px;
  text-decoration: line-through;
}
.product-list .discount-price {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  line-height: 23px;
  margin-left: 7px;
}
.featured-on {
  width: 96%;
  padding: 0px 2% 0px 2%;
}
.featured-on h2 {
  padding: 60px 0px 28px 0px;
  text-align: center;
}
.featured-on .featured-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.featured-on .featured-list li {
  width: 30%;
  margin-bottom: 10px;
}
.featured-on .featured-list li img {
  margin: 0px auto;
}
.featured-on .featured-list li:nth-child(4) {
  margin-right: 5%;
}
.blog-aryy {
  width: 94%;
  padding: 0px 3% 0px 3%;
  margin-bottom: 50px;
}
.blog-aryy h2 {
  padding: 60px 0px 40px 0px;
  text-align: center;
}
.blog-aryy .blog-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.blog-aryy .blog-list-li {
  width: 100%;
  background: #F5F5F5;
  border-radius: 18px 18px 18px 18px;
  opacity: 1;
  display: flex;
  margin-bottom: 12px;
  justify-content: space-between;
}
.blog-aryy .blog-list-content {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 55%;
  padding: 10px 0px;
}
.blog-aryy .blog-list-figure {
  width: 42%;
}
.blog-aryy .blog-list-figure img {
  width: 100%;
  height: auto;
  border-radius: 18px 0 0 18px;
}
.blog-aryy .blog-list-name {
  position: relative;
}
.blog-aryy .blog-list-name a {
  font-size: 12px;
  color: #333333;
  line-height: 20px;
}
.blog-aryy .blog-list-name::after {
  content: "";
  width: 57px;
  height: 1px;
  position: absolute;
  background: #660099;
  bottom: 0px;
  left: 0px;
}
.blog-aryy .blog-list-intro a {
  font-size: 16px;
  color: #333333;
  line-height: 20px;
}
.blog-aryy .blog-list-href {
  font-size: 10px;
  color: #333333;
  display: flex;
  align-items: center;
  height: 30px;
}
.blog-aryy .blog-list-href i {
  font-size: 35px;
  padding-left: 5px;
}
.blog-aryy .blog-list-href:hover {
  color: #660099;
}
.blog-aryy .blog-list-href:hover i {
  color: #660099;
}
.homeSwiper .swiper-pagination-bullet{
  background: #ffffff;
  border: 1px solid #B4B4B4;
  box-shadow: none;
}
.homeSwiper .swiper-pagination-bullet-active{
  border: 1px solid #660099 !important;;
  background: #660099 !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;
}
@media screen and (max-width: 700px) {
  .banner-two,
  .banner-one,
  .banner-three {
    height: 700px;
  }
}
@media screen and (min-width: 800px) {
  .banner-two,
  .banner-one,
  .banner-three {
    height: 780px;
  }
}
@media screen and (max-width: 800px) {
  .banner-two,
  .banner-one,
  .banner-three {
    height: 780px;
  }
}
@media screen and (max-width: 574px) {
  .banner-two,
  .banner-one,
  .banner-three {
    height: 680px;
  }
}
@media screen and (max-width: 474px) {
  .banner-two,
  .banner-one,
  .banner-three {
    height: 560px;
  }
}
@media screen and (max-width: 420px) {
  .banner-two,
  .banner-one,
  .banner-three {
    height: 500px;
  }
}
@media screen and (max-width: 430px) {
  
}
@media screen and (max-width: 374px) {
  .banner-two,
  .banner-one,
  .banner-three {
    height: 480px;
  }
  
}
/*banner-1-box*/
.width100{width: 100%;height: auto;}
.banner-1-box{margin: 0px auto;position: relative;}
.m-img{display: none;}
.banner_con{position: absolute;width: 36%;right: 5%;top: 50%;transform: translateY(-50%);}
.banner_con-h1{font-size: 50px;color: #333333;}
.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;}
}
@media screen and (max-width: 1200px) {
    .titleDiv{padding: 50px 0 40px 0;}
    .banner_con{width: 41%;right: 2%;}
}
@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_con{width: 90%;right: 5%;top: 10%;transform: translateY(30%);text-align: center;}
    /* .banner-stay .banner_con{text-align: left !important;}
    .banner-stay .banner_con-h1{text-align: left !important;} */
    .banner-stay .banner-intro{font-size: 18px;}
    .banner-stay .banner_con-h1{font-size: 20px;}
    .banner-title{font-size: 18px;color: #333333;}
}
@media screen and (max-width: 574px) {
    .banner_con-h1{font-size: 24px;}
    .banner_con{transform: translateY(10%);}
    .banner_con-btn a{margin-top: 20px;}
    .banner_con{top: 2%;}
    .banner_con-btn a{padding: 10px 35px;}
}
@media screen and (max-width: 400px) {
    .banner_con{transform: translateY(0%);}
    .banner_con-h1{font-size: 20px;}
    .banner_con-btn a{padding: 10px 35px;}
}
/*banner-1-box-end*/