
.HomeBanner.md26351 {
  width: 100%;
  overflow: hidden;
}
.HomeBanner.md26351 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
@media (max-width: 1200px) {
  .HomeBanner.md26351 .layout {
    width: 100%;
    padding: 0 10px;
    max-width: 100%;
  }
}
.HomeBanner.md26351 .BannerSwiper {
  width: 100%;
  position: relative;
  z-index: 5;
}
.HomeBanner.md26351 .BannerSwiper .swiper-slide {
  width: 100%;
  position: relative;
  z-index: 5;
}
.HomeBanner.md26351 .BannerSwiper .swiper-slide .SlideImg {
  width: 100%;
}
.HomeBanner.md26351 .BannerSwiper .swiper-slide .SlideImg::after {
  content: "";
  display: block;
  width: 100%;
  padding-top: calc(800 / 1920 * 100%);
}
.HomeBanner.md26351 .BannerSwiper .swiper-slide .SlideImg img, .HomeBanner.md26351 .BannerSwiper .swiper-slide .SlideImg video, .HomeBanner.md26351 .BannerSwiper .swiper-slide .SlideImg iframe {
  width: 100%;
  height: auto;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 5;
}
.HomeBanner.md26351 .BannerSwiper .swiper-slide .SlideText {
  position: absolute;
  left: 50%;
  bottom: 2.6rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 5;
}
.HomeBanner.md26351 .BannerSwiper .swiper-slide .SlideText .Board {
  width: 50%;
}
.HomeBanner.md26351 .BannerSwiper .swiper-slide .SlideText .Title {
  color: var(--theme);
  font-weight: 700;
  line-height: 1.3;
  width: 100%;
}
.HomeBanner.md26351 .BannerSwiper .swiper-slide .SlideText .Remark {
  color: #333;
  line-height: 1.52;
  width: 100%;
  margin-top: 0.3rem;
}
.HomeBanner.md26351 .BannerSwiper .swiper-pagination {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0.3rem;
  z-index: 5;
  text-align: center;
  color: #fff;
  font-weight: 700;
}
.HomeBanner.md26351 .BannerSwiper .swiper-pagination .swiper-pagination-bullet {
  width: 0.3rem;
  height: 0.04rem;
  min-width: calc(30px * 0.75);
  min-height: calc(4px * 0.75);
  border-radius: 0;
  background: #fff;
  margin: 0 0.05rem;
  opacity: 0.5;
}
.HomeBanner.md26351 .BannerSwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}
@media (max-width: 750px) {
  .HomeBanner.md26351 .BannerSwiper .swiper-pagination {
    text-align: center;
  }
  .HomeBanner.md26351 .BannerSwiper .swiper-slide .SlideImg::after {
    padding-top: calc(800 / 520 * 100%);
  }
  .HomeBanner.md26351 .BannerSwiper .swiper-slide .SlideText {
    bottom: 50%;
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
  }
  .HomeBanner.md26351 .BannerSwiper .swiper-slide .SlideText .Board {
    width: 100%;
  }
}

.HomeCate.md26352 {
  background: #fef9f2;
  overflow: hidden;
  width: 100%;
  padding-top: 1rem;
}
.HomeCate.md26352 .Container {
  width: 18.4rem;
  margin: 0 auto;
}
.HomeCate.md26352 .CateTitle {
  width: 100%;
  color: var(--theme);
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}
.HomeCate.md26352 .CateSwiper {
  margin-top: 0.6rem;
  width: 100%;
}
.HomeCate.md26352 .CateSwiper .swiper-slide {
  cursor: pointer;
}
.HomeCate.md26352 .CateSwiper .swiper-slide:hover .SlideImg .Img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.HomeCate.md26352 .CateSwiper .swiper-slide .SlideImg {
  width: 100%;
  overflow: hidden;
}
.HomeCate.md26352 .CateSwiper .swiper-slide .SlideImg .Img {
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 0;
}
.HomeCate.md26352 .CateSwiper .swiper-slide .SlideImg img {
  width: 100%;
  height: auto;
}
.HomeCate.md26352 .CateSwiper .swiper-slide .SlideText {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.HomeCate.md26352 .CateSwiper .swiper-slide .SlideText .Text {
  width: 100%;
  margin-top: 0.24rem;
}
.HomeCate.md26352 .CateSwiper .swiper-slide .SlideText .Title {
  color: var(--theme);
  line-height: 1.5;
  width: 100%;
  font-weight: 700;
}
.HomeCate.md26352 .CateSwiper .swiper-slide .SlideText .Remark {
  width: 100%;
  color: #333;
  line-height: 1.44;
  margin-top: 0.22rem;
}
.HomeCate.md26352 .CateSwiper .swiper-slide .SlideText .Button {
  width: auto;
  padding: 0.05rem 0;
  border-top: 0.01rem solid transparent;
  border-bottom: 0.01rem solid #333;
  margin-top: 0.34rem;
}
.HomeCate.md26352 .CateSwiper .swiper-slide .SlideText .Button .ButtonText {
  color: #333;
}
@media (max-width: 1200px) {
  .HomeCate.md26352 .Container {
    width: 100%;
    padding: 0 10px;
  }
}

.HomePoster.md26353 {
  width: 100%;
  overflow: hidden;
  padding: 1.2rem 0;
  background: #fef9f2;
}
.HomePoster.md26353 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
@media (max-width: 1200px) {
  .HomePoster.md26353 .layout {
    width: 100%;
    padding: 0 10px;
    max-width: 100%;
  }
}
.HomePoster.md26353 .PosterList {
  width: 100%;
}
.HomePoster.md26353 .PosterItem {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 1.2rem;
}
.HomePoster.md26353 .PosterItem:first-child {
  margin-top: 0;
}
.HomePoster.md26353 .PosterItem:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.HomePoster.md26353 .PosterItem:nth-child(even) .ItemText {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.HomePoster.md26353 .PosterItem .ItemText {
  width: 36%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.HomePoster.md26353 .PosterItem .ItemText .Board {
  margin-top: 0.34rem;
  width: 100%;
}
.HomePoster.md26353 .PosterItem .ItemText .Title {
  color: var(--theme);
  font-weight: 700;
  line-height: 1.3;
  width: 100%;
}
.HomePoster.md26353 .PosterItem .ItemText .Remark {
  color: #333;
  line-height: 1.72;
  width: 100%;
  margin-top: 0.21rem;
}
.HomePoster.md26353 .PosterItem .ItemText .Price {
  white-space: nowrap;
  width: 100%;
  margin-top: 0.1rem;
}
.HomePoster.md26353 .PosterItem .ItemText .Price .N {
  color: var(--theme);
  font-weight: 700;
  display: inline-block;
}
.HomePoster.md26353 .PosterItem .ItemText .Price .O {
  color: #999;
  text-decoration: line-through;
  margin-left: 0.1rem;
  display: inline-block;
}
.HomePoster.md26353 .PosterItem .ItemText .Button {
  width: auto;
  display: inline-block;
  padding: 0.05rem 0;
  border-top: 0.01rem solid transparent;
  border-bottom: 0.01rem solid #333;
  margin-top: 0.48rem;
}
.HomePoster.md26353 .PosterItem .ItemText .Button .ButtonText {
  color: #333;
}
.HomePoster.md26353 .PosterItem .ItemText .Icon {
  width: 69.5%;
}
.HomePoster.md26353 .PosterItem .ItemText .Icon .I {
  width: 100%;
  padding-top: calc(860 / 800 * 100%);
  height: 100%;
}
.HomePoster.md26353 .PosterItem .ItemText .Icon img {
  display: none;
}
.HomePoster.md26353 .PosterItem .ItemImg {
  width: 50%;
}
.HomePoster.md26353 .PosterItem .ItemImg .Img {
  width: 100%;
  padding-top: calc(860 / 800 * 100%);
  height: 100%;
}
.HomePoster.md26353 .PosterItem .ItemImg img {
  display: none;
}
@media (max-width: 900px) {
  .HomePoster.md26353 .PosterItem {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .HomePoster.md26353 .PosterItem .ItemText {
    width: 100%;
  }
  .HomePoster.md26353 .PosterItem .ItemText .Icon {
    display: none;
  }
  .HomePoster.md26353 .PosterItem .ItemImg {
    width: 100%;
    margin-top: 0.3rem;
  }
}

.HomeAdvert.md26354 {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 5;
}
.HomeAdvert.md26354 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
@media (max-width: 1200px) {
  .HomeAdvert.md26354 .layout {
    width: 100%;
    padding: 0 10px;
    max-width: 100%;
  }
}
.HomeAdvert.md26354 .AdvertImg {
  width: 100%;
}
.HomeAdvert.md26354 .AdvertImg .Img {
  width: 100%;
  padding-top: calc(860 / 1920 * 100%);
}
.HomeAdvert.md26354 .AdvertImg img {
  display: none;
}
.HomeAdvert.md26354 .AdvertText {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}
.HomeAdvert.md26354 .AdvertText .Board {
  margin-top: 3.12rem;
}
.HomeAdvert.md26354 .AdvertText .Title {
  width: 100%;
  color: var(--theme);
  line-height: 1.3;
  font-weight: 700;
}
.HomeAdvert.md26354 .AdvertText .Price {
  white-space: nowrap;
  width: 100%;
  margin-top: 0.16rem;
}
.HomeAdvert.md26354 .AdvertText .Price .N {
  color: var(--theme);
  font-weight: 700;
  display: inline-block;
}
.HomeAdvert.md26354 .AdvertText .Price .O {
  color: #999;
  text-decoration: line-through;
  margin-left: 0.1rem;
  display: inline-block;
}
.HomeAdvert.md26354 .AdvertText .Button {
  width: auto;
  display: inline-block;
  padding: 0.05rem 0;
  border-top: 0.01rem solid transparent;
  border-bottom: 0.01rem solid #333;
  margin-top: 0.29rem;
}
.HomeAdvert.md26354 .AdvertText .Button .ButtonText {
  color: #333;
}
@media (max-width: 1200px) {
  .HomeAdvert.md26354 .AdvertText {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .HomeAdvert.md26354 .AdvertText .Board {
    margin-top: 0;
  }
}

.HomeProd.md26355 {
  width: 100%;
  padding: 1.02rem 0 0.96rem;
  background: #fef9f2;
}
.HomeProd.md26355 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
@media (max-width: 1200px) {
  .HomeProd.md26355 .layout {
    width: 100%;
    padding: 0 10px;
    max-width: 100%;
  }
}
.HomeProd.md26355 .ProdTitle {
  width: 100%;
  color: var(--theme);
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}
.HomeProd.md26355 .ProdList {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 0.46rem;
}
.HomeProd.md26355 .ProdItem {
  width: calc((100% - 1.25% * 3) / 4);
  margin-right: 1.25%;
  margin-bottom: 1.25%;
  background: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  padding: 0.2rem;
}
.HomeProd.md26355 .ProdItem:hover {
  -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);
}
.HomeProd.md26355 .ProdItem:hover .ItemImg .Img img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.HomeProd.md26355 .ProdItem:hover .ItemText .Buttons {
  opacity: 1;
}
.HomeProd.md26355 .ProdItem:nth-child(4n) {
  margin-right: 0;
}
.HomeProd.md26355 .ProdItem .ItemImg {
  width: 100%;
}
.HomeProd.md26355 .ProdItem .ItemImg .Img {
  width: 100%;
  overflow: hidden;
}
.HomeProd.md26355 .ProdItem .ItemImg .Img img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.HomeProd.md26355 .ProdItem .ItemText {
  width: 100%;
  position: relative;
  z-index: 5;
  margin-top: 0.26rem;
}
.HomeProd.md26355 .ProdItem .ItemText .Title {
  color: #333;
  line-height: 1.5;
  font-weight: 500;
}
.HomeProd.md26355 .ProdItem .ItemText .Price {
  white-space: nowrap;
  width: 100%;
}
.HomeProd.md26355 .ProdItem .ItemText .Price .N {
  color: var(--theme);
  font-weight: 700;
  display: inline-block;
}
.HomeProd.md26355 .ProdItem .ItemText .Price .O {
  color: #999;
  text-decoration: line-through;
  margin-left: 0.1rem;
  display: inline-block;
}
.HomeProd.md26355 .ProdItem .ItemText .Buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  width: 100%;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.HomeProd.md26355 .ProdItem .ItemText .Buttons .Button.In {
  background: black;
}
.HomeProd.md26355 .ProdItem .ItemText .Buttons .Button {
  width: 0.4rem;
  height: 0.4rem;
  min-width: calc(40px * 0.75);
  min-height: calc(40px * 0.75);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  color: #fff;
  border-radius: 50%;
  margin-right: 0.2rem;
}
.HomeProd.md26355 .ProdItem .ItemText .Buttons .Button:last-child {
  margin-right: 0;
}
.HomeProd.md26355 .ProdItem .ItemText .Buttons .Button:hover {
  background: black;
}
.HomeProd.md26355 .ProdItem .ItemText .Buttons .Like .ButtonIcon {
  width: 42.5%;
  height: 32.5%;
}
.HomeProd.md26355 .ProdItem .ItemText .Buttons .Cart .ButtonIcon {
  width: 42.5%;
  height: 42.5%;
}
.HomeProd.md26355 .ProdButtons {
  width: 100%;
  text-align: center;
  margin-top: 0.42rem;
}
.HomeProd.md26355 .ProdButtons .Button {
  display: inline-block;
  white-space: nowrap;
  padding: 0.15rem 0.52rem 0.13rem;
  color: var(--theme);
  border: 0.01rem solid var(--theme);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.HomeProd.md26355 .ProdButtons .Button:hover {
  background: var(--theme);
  color: #fff;
}
@media (max-width: 900px) {
  .HomeProd.md26355 .ProdItem {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .HomeProd.md26355 .ProdItem:nth-child(2n) {
    margin-right: 0;
  }
  .HomeProd.md26355 .ProdItem .ItemText .Buttons {
    margin-top: 0.2rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: static;
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.HomeMore.md26356 {
  width: 100%;
  background: #fef9f2;
}
.HomeMore.md26356 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
@media (max-width: 1200px) {
  .HomeMore.md26356 .layout {
    width: 100%;
    padding: 0 10px;
    max-width: 100%;
  }
}
.HomeMore.md26356 .MoreTitle {
  width: 100%;
  color: var(--theme);
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}
.HomeMore.md26356 .MoreList {
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.63rem;
}
.HomeMore.md26356 .MoreItem {
  display: block;
  width: 31.25%;
  margin-right: 3.125%;
}
.HomeMore.md26356 .MoreItem:hover .ItemImg .Buttons {
  opacity: 1;
}
.HomeMore.md26356 .MoreItem:nth-child(3n) {
  margin-right: 0;
}
.HomeMore.md26356 .MoreItem .ItemImg {
  width: 100%;
  position: relative;
  z-index: 5;
}
.HomeMore.md26356 .MoreItem .ItemImg .Img {
  width: 100%;
  font-size: 0;
}
.HomeMore.md26356 .MoreItem .ItemImg .Img img {
  width: 100%;
  height: auto;
}
.HomeMore.md26356 .MoreItem .ItemImg .Buttons {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.HomeMore.md26356 .MoreItem .ItemImg .Button {
  padding: 0.15rem 0.41rem;
  border: 0.01rem solid #fff;
}
.HomeMore.md26356 .MoreItem .ItemImg .Button .ButtonText {
  color: #efeded;
}
.HomeMore.md26356 .MoreItem .ItemText {
  color: var(--theme);
  line-height: 1.5;
  width: 100%;
  text-align: center;
  padding: 0.12rem 0;
  font-weight: 500;
}
@media (max-width: 750px) {
  .HomeMore.md26356 .MoreItem {
    width: 100%;
    margin-right: 0;
  }
}

.HomeGoods.md26357 {
  width: 100%;
  overflow: hidden;
  padding-top: 1.2rem;
  background: #fef9f2;
}
.HomeGoods.md26357 .Container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.HomeGoods.md26357 .GoodsText {
  width: 50%;
  padding: 0 1.2rem;
  padding-top: 2.8rem;
}
.HomeGoods.md26357 .GoodsText .Board {
  width: 100%;
}
.HomeGoods.md26357 .GoodsText .TItle {
  color: var(--theme);
  width: 100%;
  line-height: 1.5;
  font-weight: 500;
}
.HomeGoods.md26357 .GoodsText .Remark {
  width: 100%;
  color: #333;
  line-height: 1.72;
  margin-top: 0.18rem;
}
.HomeGoods.md26357 .GoodsText .Price {
  white-space: nowrap;
  width: 100%;
  margin-top: 0.1rem;
}
.HomeGoods.md26357 .GoodsText .Price .N {
  color: var(--theme);
  font-weight: 700;
  display: inline-block;
}
.HomeGoods.md26357 .GoodsText .Price .O {
  color: #999;
  text-decoration: line-through;
  margin-left: 0.1rem;
  display: inline-block;
}
.HomeGoods.md26357 .GoodsText .Button {
  width: auto;
  display: inline-block;
  padding: 0.03rem 0;
  border-top: 0.01rem solid transparent;
  border-bottom: 0.01rem solid #333;
  margin-top: 0.5rem;
}
.HomeGoods.md26357 .GoodsText .Button .ButtonText {
  color: #333;
}
.HomeGoods.md26357 .GoodsImg {
  width: 50%;
}
.HomeGoods.md26357 .GoodsImg .Img {
  width: 100%;
  padding-top: calc(860 / 960 * 100%);
}
.HomeGoods.md26357 .GoodsImg img {
  display: none;
}
@media (max-width: 1200px) {
  .HomeGoods.md26357 .GoodsText {
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 750px) {
  .HomeGoods.md26357 .Container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 10px;
  }
  .HomeGoods.md26357 .GoodsText {
    width: 100%;
    padding: 10px 0;
  }
  .HomeGoods.md26357 .GoodsImg {
    width: 100%;
  }
}
