
.md31316.md-home-banner .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
.md31316.md-home-banner .list {
  overflow: hidden;
  position: relative;
}
.md31316.md-home-banner .list .item {
  width: 100%;
  background-position: center;
  background-size: cover;
}
.md31316.md-home-banner .list .item .media-ratio {
  width: 100%;
  padding-top: 43.75%;
}
@media (max-width: 900px) {
  .md31316.md-home-banner .list .item .media-ratio {
    padding-top: 65%;
  }
}
@media (max-width: 750px) {
  .md31316.md-home-banner .list .item .media-ratio {
    padding-top: 75%;
  }
}
.md31316.md-home-banner .list .item picture {
  display: block;
}
.md31316.md-home-banner .list .item picture img {
  display: block;
  width: 100%;
  height: 100%;
}
.md31316.md-home-banner .list .item .text {
  position: absolute;
  top: 2.99rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
}
.md31316.md-home-banner .list .item .text .banner_text {
  line-height: 0.56rem;
}
.md31316.md-home-banner .list .item .text .banner_sub_text {
  margin-top: 0.11rem;
}
.md31316.md-home-banner .list .item .text .btn {
  overflow: hidden;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #fff;
  font-size: 16px;
  margin-top: 0.33rem;
  width: fit-content;
}
.md31316.md-home-banner .list .item .text .btn span {
  width: 0.48rem;
  height: 0.48rem;
  background-color: #fff;
  border-radius: 50%;
  overflow: hidden;
  margin-left: 0.12rem;
  background-image: url("/static/home/images/arrow_right.png");
  background-size: 8px 14px;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1200px) {
  .md31316.md-home-banner .list .item .text .btn {
    font-size: 12px;
  }
  .md31316.md-home-banner .list .item .text .btn span {
    background-size: 6px;
    width: 30px;
    height: 30px;
  }
}
.md31316.md-home-banner .list .item .text .btn:hover span {
  background-color: var(--theme);
  background-image: url("/static/home/images/arrow_right_hover.png");
}
@media screen and (max-width: 600px) {
  .md31316.md-home-banner .list .item .text {
    top: 15%;
  }
}
.md31316.md-home-banner .list .swiper-pagination {
  bottom: 0.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.md31316.md-home-banner .list .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #fff;
  opacity: 1;
}
.md31316.md-home-banner .list .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  width: 22px;
  height: 22px;
  background-image: url("/static/home/images/banner_bullet.png");
  background-size: 22px;
  background-color: transparent;
  margin: 0 0.1rem;
}

.md31312.md-home-popular {
  padding: 1.14rem 0 1.1rem 0;
  background-color: #f5f5f5;
  position: relative;
}
.md31312.md-home-popular .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
.md31312.md-home-popular .popular-title {
  text-align: center;
}
.md31312.md-home-popular .popular-title h2 {
  color: #222222;
}
.md31312.md-home-popular .popular-title .sub-title {
  color: #444;
}
.md31312.md-home-popular .popular-swiper {
  margin-top: 0.32rem;
  overflow: hidden;
}
.md31312.md-home-popular .popular-swiper .swiper-slide {
  background-color: #fff;
  border-radius: 0.16rem;
  overflow: hidden;
}
.md31312.md-home-popular .popular-swiper .swiper-slide .pic {
  display: block;
  width: 100%;
  position: relative;
  padding-top: 92.5925925926%;
  overflow: hidden;
}
.md31312.md-home-popular .popular-swiper .swiper-slide .pic img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.3s ease;
}
.md31312.md-home-popular .popular-swiper .swiper-slide .text {
  padding: 0.23rem 0.29rem 0.35rem 0.29rem;
}
.md31312.md-home-popular .popular-swiper .swiper-slide .text .title {
  color: #222222;
}
.md31312.md-home-popular .popular-swiper .swiper-slide .text .price {
  margin-top: 0.064rem;
  color: #9c1213;
}
.md31312.md-home-popular .popular-swiper .swiper-slide .buy {
  background-image: url("/static/home/images/buy-icon.png");
  width: 0.21rem;
  height: 0.19rem;
  background-size: 0.21rem 0.19rem;
  position: absolute;
  top: 0.3rem;
  right: 0.3rem;
}
.md31312.md-home-popular .popular-swiper .swiper-slide .collect {
  background-image: url("/static/home/images/fav-icon.png");
  width: 0.21rem;
  height: 0.19rem;
  background-size: 0.21rem 0.19rem;
  position: absolute;
  top: 0.69rem;
  right: 0.3rem;
}
@media screen and (min-width: 1200px) {
  .md31312.md-home-popular .popular-swiper .swiper-slide:hover .pic img {
    transform: scale(1.1);
    transition: all 0.3s ease;
  }
}
.md31312.md-home-popular .popular-swiper-button-prev {
  width: 0.64rem;
  height: 0.64rem;
  background-position: center;
  background-image: url("/static/home/images/arrow_prod_left.png");
  background-size: 0.11rem 0.19rem;
  position: absolute;
  top: 4.35rem;
  left: 0.66rem;
  background-repeat: no-repeat;
  background-color: #fafafa;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
}
.md31312.md-home-popular .popular-swiper-button-prev:hover {
  background-color: var(--theme);
  background-image: url("/static/home/images/hot-prve-hover.png");
}
@media screen and (max-width: 1200px) {
  .md31312.md-home-popular .popular-swiper-button-prev {
    display: none;
  }
}
.md31312.md-home-popular .popular-swiper-button-next {
  width: 0.64rem;
  height: 0.64rem;
  background-position: center;
  background-image: url("/static/home/images/arrow_prod_right.png");
  background-size: 0.11rem 0.19rem;
  position: absolute;
  top: 4.35rem;
  right: 0.66rem;
  background-repeat: no-repeat;
  background-color: #fafafa;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
}
.md31312.md-home-popular .popular-swiper-button-next:hover {
  background-color: var(--theme);
  background-image: url("/static/home/images/arrow_right_hover.png");
}
@media screen and (max-width: 1200px) {
  .md31312.md-home-popular .popular-swiper-button-next {
    display: none;
  }
}
.md31312.md-home-popular .more-btn {
  overflow: hidden;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #fff;
  font-size: 16px;
  color: #444444;
  width: fit-content;
  margin: 0 auto;
  margin-top: 0.39rem;
}
.md31312.md-home-popular .more-btn span {
  width: 0.48rem;
  height: 0.48rem;
  background-color: #196836;
  border-radius: 50%;
  overflow: hidden;
  margin-left: 0.12rem;
  background-image: url("/static/home/images/arrow_right.png");
  background-size: 8px 14px;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1200px) {
  .md31312.md-home-popular .more-btn {
    font-size: 12px;
  }
  .md31312.md-home-popular .more-btn span {
    background-size: 6px;
    width: 30px;
    height: 30px;
  }
}
.md31312.md-home-popular .more-btn span {
  background-image: url("/static/home/images/arrow_right_hover.png");
}
.md31312.md-home-popular .more-btn:hover span {
  background-color: #fff;
  background-image: url("/static/home/images/arrow_right.png");
}

.md31314.md-home-arrivals {
  padding: 1.13rem 0 1.1rem 0;
  position: relative;
}
.md31314.md-home-arrivals .arrivals-title {
  text-align: center;
}
.md31314.md-home-arrivals .arrivals-title h2 {
  color: #222222;
}
.md31314.md-home-arrivals .arrivals-title .sub-title {
  color: #444;
}
.md31314.md-home-arrivals .arrivals-swiper {
  margin-top: 0.23rem;
  overflow: hidden;
  width: 100%;
  position: relative;
}
.md31314.md-home-arrivals .arrivals-swiper .swiper-slide {
  border-radius: 0.16rem;
  overflow: hidden;
  width: 8.2rem;
  height: 100%;
}
.md31314.md-home-arrivals .arrivals-swiper .swiper-slide .box {
  display: flex;
}
.md31314.md-home-arrivals .arrivals-swiper .swiper-slide .pic-content {
  width: 100%;
}
.md31314.md-home-arrivals .arrivals-swiper .swiper-slide .pic-content .pic {
  display: block;
  width: 100%;
  position: relative;
  padding-top: 65.8536585366%;
  overflow: hidden;
}
.md31314.md-home-arrivals .arrivals-swiper .swiper-slide .pic-content .pic img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.3s ease;
}
.md31314.md-home-arrivals .arrivals-swiper .swiper-slide .text {
  display: none;
}
.md31314.md-home-arrivals .arrivals-swiper .swiper-slide .text .small-pic {
  display: block;
  width: 100%;
  position: relative;
  padding-top: 80.1061007958%;
  overflow: hidden;
}
.md31314.md-home-arrivals .arrivals-swiper .swiper-slide .text .small-pic img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.3s ease;
}
.md31314.md-home-arrivals .arrivals-swiper .swiper-slide.swiper-slide-active {
  width: 12rem;
}
.md31314.md-home-arrivals .arrivals-swiper .swiper-slide.swiper-slide-active .pic-content {
  width: 68%;
}
.md31314.md-home-arrivals .arrivals-swiper .swiper-slide.swiper-slide-active .text {
  display: block;
  width: 32%;
  background-color: #f5f5f5;
  position: relative;
}
.md31314.md-home-arrivals .arrivals-swiper .swiper-slide.swiper-slide-active .text .title {
  text-align: center;
  color: #222222;
  position: relative;
}
.md31314.md-home-arrivals .arrivals-swiper .swiper-slide.swiper-slide-active .text .desc {
  padding: 0 0.6rem;
  text-align: center;
  color: #666666;
  margin-top: 0.05rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.md31314.md-home-arrivals .arrivals-swiper .swiper-slide.swiper-slide-active .text .price {
  margin-top: 0.25rem;
  color: #9c1213;
  text-align: center;
}
.md31314.md-home-arrivals .arrivals-swiper .swiper-slide.swiper-slide-active .text .line {
  position: absolute;
  background-image: url(/static/home/images/arrives-icon.png);
  width: 0.14rem;
  height: 2.02rem;
  top: 50%;
  background-position: center;
  left: -0.135rem;
  background-size: 0.14rem 2.02rem;
  transform: translateY(-50%);
}
@media screen and (max-width: 900px) {
  .md31314.md-home-arrivals .arrivals-swiper .swiper-slide {
    width: 100%;
  }
  .md31314.md-home-arrivals .arrivals-swiper .swiper-slide .text {
    display: block;
  }
  .md31314.md-home-arrivals .arrivals-swiper .swiper-slide.swiper-slide-active {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .md31314.md-home-arrivals .arrivals-swiper .swiper-slide .box {
    display: block;
  }
  .md31314.md-home-arrivals .arrivals-swiper .swiper-slide .box .pic-content {
    width: 100%;
  }
  .md31314.md-home-arrivals .arrivals-swiper .swiper-slide .box .text {
    width: 100%;
  }
  .md31314.md-home-arrivals .arrivals-swiper .swiper-slide .box .text .small-pic {
    padding-top: 30%;
  }
}
.md31314.md-home-arrivals .arrivals-swiper .arrivals-swiper-button-prev, .md31314.md-home-arrivals .arrivals-swiper .arrivals-swiper-button-next {
  width: 0.64rem;
  height: 0.64rem;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 44%;
  left: 12%;
  background-image: url("/static/home/images/hot-prve-hover.png");
  z-index: 1;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  background-size: 0.12rem 0.2rem;
}
.md31314.md-home-arrivals .arrivals-swiper .arrivals-swiper-button-next {
  top: 44%;
  right: 12%;
  left: auto;
  background-image: url("/static/home/images/arrow_right_hover.png");
}
.md31314.md-home-arrivals .more-btn {
  overflow: hidden;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #fff;
  font-size: 16px;
  color: #444444;
  width: fit-content;
  margin: 0 auto;
  margin-top: 0.37rem;
}
.md31314.md-home-arrivals .more-btn span {
  width: 0.48rem;
  height: 0.48rem;
  background-color: #196836;
  border-radius: 50%;
  overflow: hidden;
  margin-left: 0.12rem;
  background-image: url("/static/home/images/arrow_right.png");
  background-size: 8px 14px;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1200px) {
  .md31314.md-home-arrivals .more-btn {
    font-size: 12px;
  }
  .md31314.md-home-arrivals .more-btn span {
    background-size: 6px;
    width: 30px;
    height: 30px;
  }
}

.md31314.md-home-arrivals .more-btn span {
  background-image: url("/static/home/images/arrow_right_hover.png");
}
.md31314.md-home-arrivals .more-btn:hover span {
  background-color: #fff;
  background-image: url("/static/home/images/arrow_right.png");
}

.md31313.md-home-camping-bag .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
.md31313.md-home-camping-bag .list {
  overflow: hidden;
  position: relative;
}
.md31313.md-home-camping-bag .list .item {
  width: 100%;
  background-position: center;
  background-size: cover;
}
.md31313.md-home-camping-bag .list .item .media-ratio {
  width: 100%;
  padding-top: 43.75%;
}
@media (max-width: 900px) {
  .md31313.md-home-camping-bag .list .item .media-ratio {
    padding-top: 65%;
  }
}
@media (max-width: 750px) {
  .md31313.md-home-camping-bag .list .item .media-ratio {
    padding-top: 85%;
  }
}
.md31313.md-home-camping-bag .list .item picture {
  display: block;
}
.md31313.md-home-camping-bag .list .item picture img {
  display: block;
  width: 100%;
  height: 100%;
}
.md31313.md-home-camping-bag .list .item .text {
  position: absolute;
  top: 2.54rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
}
.md31313.md-home-camping-bag .list .item .text .banner_text {
  line-height: 0.56rem;
}
.md31313.md-home-camping-bag .list .item .text .banner_sub_text {
  margin-top: 0.34rem;
}
.md31313.md-home-camping-bag .list .item .text .btn {
  overflow: hidden;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #fff;
  font-size: 16px;
  margin-top: 0.95rem;
  width: fit-content;
}
.md31313.md-home-camping-bag .list .item .text .btn span {
  width: 0.48rem;
  height: 0.48rem;
  background-color: #fff;
  border-radius: 50%;
  overflow: hidden;
  margin-left: 0.12rem;
  background-image: url("/static/home/images/arrow_right.png");
  background-size: 8px 14px;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1200px) {
  .md31313.md-home-camping-bag .list .item .text .btn {
    font-size: 12px;
  }
  .md31313.md-home-camping-bag .list .item .text .btn span {
    background-size: 6px;
    width: 30px;
    height: 30px;
  }
}
.md31313.md-home-camping-bag .list .item .text .btn:hover span {
  background-color: var(--theme);
  background-image: url("/static/home/images/arrow_right_hover.png");
}
@media (max-width: 750px) {
  .md31313.md-home-camping-bag .list .item .text .btn {
    margin-top: 0.3rem;
  }
}
@media screen and (max-width: 600px) {
  .md31313.md-home-camping-bag .list .item .text {
    top: 15%;
  }
}
.md31313.md-home-camping-bag .list .swiper-pagination {
  bottom: 0.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.md31313.md-home-camping-bag .list .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #fff;
  opacity: 1;
}
.md31313.md-home-camping-bag .list .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  width: 22px;
  height: 22px;
  background-image: url("/static/home/images/banner_bullet.png");
  background-size: 22px;
  background-color: transparent;
  margin: 0 0.1rem;
}

.md31315.md-home-product-display {
  padding: 1.1rem 0 0.72rem 0;
  background-color: #f5f5f5;
}
.md31315.md-home-product-display .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
.md31315.md-home-product-display .head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.md31315.md-home-product-display .head .title h2 {
  line-height: 0.59rem;
}
.md31315.md-home-product-display .head .choose-btn {
  background-color: #ffffff;
  border-radius: 0.24rem;
  width: fit-content;
  display: flex;
  padding: 5px;
}
.md31315.md-home-product-display .head .choose-btn .btn-item {
  padding: 0.1rem 0.26rem;
  cursor: pointer;
  color: #222222;
}
.md31315.md-home-product-display .head .choose-btn .btn-item.active {
  background-color: var(--theme);
  color: #fff;
  border-radius: 0.24rem;
}
@media screen and (max-width: 1200px) {
  .md31315.md-home-product-display .head {
    display: block;
  }
  .md31315.md-home-product-display .head .choose-btn {
    margin-top: 0.3rem;
    width: 100%;
    overflow-x: auto;
  }
  .md31315.md-home-product-display .head .choose-btn .btn-item {
    white-space: nowrap;
  }
}
.md31315.md-home-product-display .prod-list {
  margin-top: 0.32rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.3rem;
  display: none;
}
.md31315.md-home-product-display .prod-list--item .pic {
  display: block;
  width: 100%;
  position: relative;
  padding-top: 100%;
  overflow: hidden;
}
.md31315.md-home-product-display .prod-list--item .pic img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.3s ease;
}
.md31315.md-home-product-display .prod-list--item .text {
  margin-top: 0.17rem;
}
.md31315.md-home-product-display .prod-list--item .text .price {
  color: #9c1213;
  margin-top: 0.07rem;
}
@media screen and (min-width: 1200px) {
  .md31315.md-home-product-display .prod-list--item:hover .pic img {
    transform: scale(1.1);
    transition: all 0.3s ease;
  }
}
.md31315.md-home-product-display .prod-list.active {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.3rem;
}
@media screen and (max-width: 1200px) {
  .md31315.md-home-product-display .prod-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.3rem;
    display: none;
  }
  .md31315.md-home-product-display .prod-list.active {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.3rem;
  }
}
@media screen and (max-width: 750px) {
  .md31315.md-home-product-display .prod-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.3rem;
    display: none;
  }
  .md31315.md-home-product-display .prod-list.active {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.3rem;
  }
}
.md31315.md-home-product-display .more-btn {
  overflow: hidden;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #fff;
  font-size: 16px;
  color: #444444;
  width: fit-content;
  margin: 0 auto;
  margin-top: 0.33rem;
}
.md31315.md-home-product-display .more-btn span {
  width: 0.48rem;
  height: 0.48rem;
  background-color: #196836;
  border-radius: 50%;
  overflow: hidden;
  margin-left: 0.12rem;
  background-image: url("/static/home/images/arrow_right.png");
  background-size: 8px 14px;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1200px) {
  .md31315.md-home-product-display .more-btn {
    font-size: 12px;
  }
  .md31315.md-home-product-display .more-btn span {
    background-size: 6px;
    width: 30px;
    height: 30px;
  }
}
.md31315.md-home-product-display .more-btn span {
  background-image: url("/static/home/images/arrow_right_hover.png");
}
.md31315.md-home-product-display .more-btn:hover span {
  background-color: #fff;
  background-image: url("/static/home/images/arrow_right.png");
}

.md31310.md-home-subscribe {
  min-height: 1.9rem;
  background-image: url("/static/home/images/subscribe_bg.jpg");
  background-position: center;
  background-size: cover;
}
.md31310.md-home-subscribe .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
.md31310.md-home-subscribe .layout-content {
  padding-top: 0.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.md31310.md-home-subscribe .layout-content .text {
  color: #fff;
}
.md31310.md-home-subscribe .layout-content .text p {
  color: #e7eae7;
}
.md31310.md-home-subscribe .layout-content form {
  display: flex;
  justify-content: flex-start;
}
.md31310.md-home-subscribe .layout-content form input {
  width: 4.9rem;
  height: 0.63rem;
  border: 1px solid #597962;
  outline: none;
  background-color: #355d41;
  border-radius: 0.16rem 0px 0px 0.16rem;
  padding: 0 0.27rem;
  color: #fff;
  box-sizing: border-box;
  display: block;
  border-right-style: none;
}
.md31310.md-home-subscribe .layout-content form input::placeholder {
  color: #fff;
  font-size: 18px;
}
.md31310.md-home-subscribe .layout-content form button {
  min-width: 1.5rem;
  height: 0.63rem;
  background-color: #ffffff;
  border-radius: 0px 0.16rem 0.16rem 0px;
  color: #196836;
  cursor: pointer;
  border: none;
}
@media screen and (max-width: 1200px) {
  .md31310.md-home-subscribe .layout-content {
    padding-bottom: 0.4rem;
  }
  .md31310.md-home-subscribe .layout-content form input {
    width: 300px;
    height: 38px;
  }
  .md31310.md-home-subscribe .layout-content form input::placeholder {
    color: #fff;
    font-size: 14px;
  }
  .md31310.md-home-subscribe .layout-content form button {
    width: 100px;
    height: 38px;
  }
}
@media screen and (max-width: 900px) {
  .md31310.md-home-subscribe .layout-content {
    display: block;
  }
  .md31310.md-home-subscribe .layout-content form {
    margin-top: 0.2rem;
  }
  .md31310.md-home-subscribe .layout-content form input {
    width: 70%;
    height: 38px;
  }
  .md31310.md-home-subscribe .layout-content form button {
    width: 30%;
    height: 38px;
  }
}
