
/* 首页 */
.md31012.md-home-banner .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
.md31012.md-home-banner .list {
  overflow: hidden;
  position: relative;
}
.md31012.md-home-banner .list .item {
  width: 100%;
  background-position: center;
  background-size: cover;
}
.md31012.md-home-banner .list .item .media-ratio {
  width: 100%;
  padding-top: 44.7916666667%;
}
@media (max-width: 900px) {
  .md31012.md-home-banner .list .item .media-ratio {
    padding-top: 65%;
  }
}
.md31012.md-home-banner .list .item picture {
  display: block;
}
.md31012.md-home-banner .list .item picture img {
  display: block;
  width: 100%;
  height: 100%;
}
.md31012.md-home-banner .list .item .text {
  position: absolute;
  top: 3.41rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.md31012.md-home-banner .list .item .text .banner_text {
  color: var(--active);
  margin-left: 0.8rem;
}
.md31012.md-home-banner .list .item .text .banner_sub_text {
  color: #9b4800;
  font-size: 1.3rem;
}
@media screen and (max-width: 900px) {
  .md31012.md-home-banner .list .item .text {
    top: 38%;
  }
  .md31012.md-home-banner .list .item .text .banner_sub_text {
    font-size: 1rem;
  }
}
@media screen and (max-width: 900px) {
  .md31012.md-home-banner .list .item .text {
    top: 38%;
  }
  .md31012.md-home-banner .list .item .text .banner_sub_text {
    font-size: 0.65rem;
  }
  .md31012.md-home-banner .list .item .text .banner_text {
    margin-left: 0.3rem;
  }
}
.md31012.md-home-banner .list .swiper-pagination {
  bottom: 0.25rem;
}
.md31012.md-home-banner .list .swiper-pagination .swiper-pagination-bullet {
  width: 30px;
  height: 3px;
  border-radius: 0;
  background-color: var(--theme);
  opacity: 0.5;
  margin: 0 0;
}
.md31012.md-home-banner .list .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.md31012.md-home-banner .list .swiper-button-prev {
  width: 12px;
  height: 20px;
  background-size: 12px 20px;
  background-image: url("/static/home/images/banner_left_hover.png");
}
.md31012.md-home-banner .list .swiper-button-prev.swiper-button-disabled {
  background-image: url("/static/home/images/banner_left.png");
}
.md31012.md-home-banner .list .swiper-button-next {
  width: 12px;
  height: 20px;
  background-size: 12px 20px;
  background-image: url("/static/home/images/banner_right_hover.png");
}
.md31012.md-home-banner .list .swiper-button-next.swiper-button-disabled {
  background-image: url("/static/home/images/banner_right.png");
}

.md31016.md-home-products {
  background-color: var(--bg-color);
  padding: 0.86rem 0 1rem 0;
}
.md31016.md-home-products .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
.md31016.md-home-products .title {
  text-align: center;
}
.md31016.md-home-products .list {
  margin-top: 0.54rem;
}
.md31016.md-home-products .list ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.4rem;
}
.md31016.md-home-products .list ul li {
  border: 1px solid #efdac8;
  box-sizing: border-box;
  border-radius: 0.1rem;
  overflow: hidden;
  transition: all 0.3s ease;
}
.md31016.md-home-products .list ul li .pic {
  background-color: #fff;
  display: block;
  width: 100%;
  position: relative;
  padding-top: 100.2717391304%;
}
.md31016.md-home-products .list ul li .pic img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.3s ease;
}
.md31016.md-home-products .list ul li .pic .tag {
  background-color: var(--theme);
  width: 52px;
  height: 26px;
  line-height: 26px;
  border-radius: 4px;
  position: absolute;
  top: 0.1rem;
  left: 0.1rem;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .md31016.md-home-products .list ul li .pic .tag {
    width: 45px;
    height: 22px;
    line-height: 22px;
  }
}
.md31016.md-home-products .list ul li .text {
  padding: 0.24rem 0.2rem 0.28rem 0.2rem;
}
.md31016.md-home-products .list ul li .text .pro-title {
  min-height: 0.6rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.md31016.md-home-products .list ul li .rating {
  margin-top: 0.1rem;
}
.md31016.md-home-products .list ul li .card-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.md31016.md-home-products .list ul li .card-bottom .text--price {
  display: flex;
  align-items: center;
  margin-top: 0.07rem;
}
.md31016.md-home-products .list ul li .card-bottom .text--price .discount-price {
  color: #999999;
  margin-left: 0.1rem;
  text-decoration: line-through;
}
.md31016.md-home-products .list ul li .card-bottom .buy-car {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  overflow: hidden;
  background-color: #ebd5bb;
  background-image: url("/static/home/images/buycar.png");
  background-size: 0.21rem 0.2rem;
  background-repeat: no-repeat;
  background-position: center;
}
.md31016.md-home-products .list ul li:hover {
  transform: translateY(-0.1rem);
  transition: all 0.3s ease;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 1200px) {
  .md31016.md-home-products .list ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.4rem;
  }
}
@media screen and (max-width: 900px) {
  .md31016.md-home-products .list ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.4rem;
  }
}
.md31016.md-home-products .more {
  background-color: #ca8448;
  width: 200px;
  height: 54px;
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #fff;
  border: solid 1px #ca8448;
  transition: all 0.3s ease;
  margin: 0 auto;
  margin-top: 0.61rem;
}
@media screen and (max-width: 1200px) {
  .md31016.md-home-products .more {
    width: 100px;
    height: 32px;
    font-size: 12px;
  }
}
.md31016.md-home-products .more:hover {
  color: var(--theme);
  background-color: transparent;
}

.md31362.md-home-custom {
    padding-bottom: 1rem;
    background-color: var(--bg-color);
}

.md31362.md-home-custom .layout {
    margin-left: auto;
    margin-right: auto;
    width: 16rem;
    max-width: 92%;
}

.md31362.md-home-custom .feature {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.4rem;
}

.md31362.md-home-custom .feature .feature-left {
    display: block;
    width: 100%;
    position: relative;
    padding-top: 84.7240051348%;
}

.md31362.md-home-custom .feature .feature-left img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.3s ease;
}

.md31362.md-home-custom .feature .feature-left .text {
    position: absolute;
    width: 100%;
    height: 3rem;
    background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.8));
    border-radius: 0.1rem;
    bottom: 0;
    color: #fff;
    text-align: center;
}

.md31362.md-home-custom .feature .feature-left .text .title {
    margin-top: 1.08rem;
}

.md31362.md-home-custom .feature .feature-left .text .more {
    background-color: #ca8448;
    width: 200px;
    height: 54px;
    border-radius: 6px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #fff;
    border: solid 1px #ca8448;
    transition: all 0.3s ease;
    margin: 0 auto;
    margin-top: 0.17rem;
}

@media screen and (max-width: 1200px) {
    .md31362.md-home-custom .feature .feature-left .text .more {
        width: 100px;
        height: 32px;
        font-size: 12px;
    }
}

.md31362.md-home-custom .feature .feature-left .text .more:hover {
    color: var(--theme);
    background-color: transparent;
}

@media (max-width: 1400px) {
    .md31362.md-home-custom .feature .feature-left .text {
        height: auto;
        padding: 0.5rem 0rem;
    }
}

@media (max-width: 1200px) {
    .md31362.md-home-custom .feature .feature-left .text .title {
        margin-top: 0rem;
    }
}

.md31362.md-home-custom .feature .feature-right .top,
.md31362.md-home-custom .feature .feature-right .bottom {
    display: block;
    width: 100%;
    position: relative;
    padding-top: 41.0256410256%;
}

.md31362.md-home-custom .feature .feature-right .top img,
.md31362.md-home-custom .feature .feature-right .bottom img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.3s ease;
}

.md31362.md-home-custom .feature .feature-right .top .text,
.md31362.md-home-custom .feature .feature-right .bottom .text {
    position: absolute;
    top: 0;
    color: var(--active);
    text-align: center;
    right: 0.4rem;
}

.md31362.md-home-custom .feature .feature-right .top .text .title,
.md31362.md-home-custom .feature .feature-right .bottom .text .title {
    margin-top: 0.73rem;
}

.md31362.md-home-custom .feature .feature-right .top .text .more,
.md31362.md-home-custom .feature .feature-right .bottom .text .more {
    background-color: #ca8448;
    width: 200px;
    height: 54px;
    border-radius: 6px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #fff;
    border: solid 1px #ca8448;
    transition: all 0.3s ease;
    margin: 0 auto;
    margin-top: 0.18rem;
}

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

    .md31362.md-home-custom .feature .feature-right .top .text .more,
    .md31362.md-home-custom .feature .feature-right .bottom .text .more {
        width: 100px;
        height: 32px;
        font-size: 12px;
    }
}

.md31362.md-home-custom .feature .feature-right .top .text .more:hover,
.md31362.md-home-custom .feature .feature-right .bottom .text .more:hover {
    color: var(--theme);
    background-color: transparent;
}

@media (max-width: 1200px) {

    .md31362.md-home-custom .feature .feature-right .top .text,
    .md31362.md-home-custom .feature .feature-right .bottom .text {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .md31362.md-home-custom .feature .feature-right .top .text .title,
    .md31362.md-home-custom .feature .feature-right .bottom .text .title {
        margin-top: 0rem;
    }
}

.md31362.md-home-custom .feature .feature-right .bottom {
    margin-top: 0.19rem;
}

.md31362.md-home-custom .feature .feature-right .bottom .text {
    color: #fff;
    right: auto;
    left: 0.64rem;
}

@media (max-width: 900px) {
    .md31362.md-home-custom .feature .feature-right .bottom {
        margin-top: 0.4rem;
    }
}

@media (max-width: 900px) {
    .md31362.md-home-custom .feature {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 0.4rem;
    }
}

.md31365.md-home-seller {
    padding: 0.84rem 0 0.95rem 0;
    background-color: #efd8c2;
}

.md31365.md-home-seller .layout {
    margin-left: auto;
    margin-right: auto;
    width: 16rem;
    max-width: 92%;
}

.md31365.md-home-seller .head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.md31365.md-home-seller .head .head-left .title {
    color: var(--active);
}

.md31365.md-home-seller .head .head-left .sub-title {
    color: #333333;
}

.md31365.md-home-seller .head .navigation {
    display: flex;
    margin-top: 0.16rem;
}

.md31365.md-home-seller .head .navigation .seller-swiper-button-prev {
    background-image: url("/static/home/images/arrow_left.png");
    background-size: 0.54rem 0.54rem;
    width: 0.54rem;
    height: 0.54rem;
    background-repeat: no-repeat;
    cursor: pointer;
}

.md31365.md-home-seller .head .navigation .seller-swiper-button-prev:hover {
    background-image: url("/static/home/images/arrow_left_hover.png");
}

.md31365.md-home-seller .head .navigation .seller-swiper-button-next {
    background-image: url("/static/home/images/arrow_right.png");
    background-size: 0.54rem 0.54rem;
    width: 0.54rem;
    height: 0.54rem;
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 0.2rem;
}

.md31365.md-home-seller .head .navigation .seller-swiper-button-next:hover {
    background-image: url("/static/home/images/arrow_right_hover.png");
}

@media (max-width: 750px) {
    .md31365.md-home-seller .head {
        display: block;
    }

    .md31365.md-home-seller .head .navigation {
        margin-top: 0.2rem;
    }
}

.md31365.md-home-seller .seller-swiper {
    overflow: hidden;
    margin-top: 0.6rem;
}

.md31365.md-home-seller .seller-swiper .swiper-slide {
    position: relative;
    border-radius: 0.1rem;
    overflow: hidden;
}

.md31365.md-home-seller .seller-swiper .swiper-slide .text {
    position: absolute;
    padding-left: 0.2rem;
    padding-right: 0.54rem;
    bottom: 0.2rem;
    color: #fff;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.md31365.md-home-seller .seller-swiper .swiper-slide .play-icon {
    position: absolute;
    width: 0.6rem;
    height: 0.6rem;
    background-image: url("/static/home/images/play_icon.png");
    background-size: 0.6rem;
    background-repeat: no-repeat;
    background-position: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.md31365.md-home-seller .seller-swiper .swiper-slide .pic img {
    display: block;
    width: 100%;
    height: 100%;
}

.md31365.md-home-seller .seller-swiper .seller-swiper-pagination {
    margin-top: 0.53rem;
    text-align: center;
}

.md31365.md-home-seller .seller-swiper .seller-swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background-color: var(--theme);
    opacity: 0.5;
}

.md31365.md-home-seller .seller-swiper .seller-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 30px;
    height: 8px;
    opacity: 1;
    border-radius: 4px;
}

.md31365.md-home-seller .dialog {
    display: none;
}

.md31365.md-home-seller .dialog .dialog-box {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    width: 100vw;
    height: 100vh;
    display: flex;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
}

.md31365.md-home-seller .dialog .dialog-box video {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}







.md31017.md-home-recommended {
  padding: 0.93rem 0 1rem 0;
  background-color: #fffcf1;
}
.md31017.md-home-recommended .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
.md31017.md-home-recommended .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.md31017.md-home-recommended .head .head-left .title {
  color: var(--active);
}
.md31017.md-home-recommended .head .head-left .sub-title {
  color: #333333;
}
.md31017.md-home-recommended .head .navigation {
  display: flex;
}
.md31017.md-home-recommended .head .navigation .recommended-swiper-button-prev {
  background-image: url("/static/home/images/arrow_left.png");
  background-size: 0.54rem 0.54rem;
  width: 0.54rem;
  height: 0.54rem;
  background-repeat: no-repeat;
  cursor: pointer;
}
.md31017.md-home-recommended .head .navigation .recommended-swiper-button-prev:hover {
  background-image: url("/static/home/images/arrow_left_hover.png");
}
.md31017.md-home-recommended .head .navigation .recommended-swiper-button-next {
  background-image: url("/static/home/images/arrow_right.png");
  background-size: 0.54rem 0.54rem;
  width: 0.54rem;
  height: 0.54rem;
  background-repeat: no-repeat;
  cursor: pointer;
  margin-left: 0.2rem;
}
.md31017.md-home-recommended .head .navigation .recommended-swiper-button-next:hover {
  background-image: url("/static/home/images/arrow_right_hover.png");
}
@media (max-width: 750px) {
  .md31017.md-home-recommended .head {
    display: block;
  }
  .md31017.md-home-recommended .head .navigation {
    margin-top: 0.2rem;
  }
}
.md31017.md-home-recommended .recommended-swiper {
  overflow: hidden;
  margin-top: 0.49rem;
}
.md31017.md-home-recommended .recommended-swiper .swiper-slide {
  border: 1px solid #efdac8;
  box-sizing: border-box;
  border-radius: 0.1rem;
  overflow: hidden;
  transition: all 0.3s ease;
  padding: 0.2rem 0.2rem 0.28rem 0.2rem;
}
.md31017.md-home-recommended .recommended-swiper .swiper-slide .pic {
  background-color: #fff;
  display: block;
  width: 100%;
  position: relative;
  padding-top: 100%;
}
.md31017.md-home-recommended .recommended-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;
}
.md31017.md-home-recommended .recommended-swiper .swiper-slide .text .pro-title {
  min-height: 0.6rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.md31017.md-home-recommended .recommended-swiper .swiper-slide .rating {
  margin-top: 0.1rem;
}
.md31017.md-home-recommended .recommended-swiper .swiper-slide .card-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.md31017.md-home-recommended .recommended-swiper .swiper-slide .card-bottom .text--price {
  display: flex;
  align-items: center;
  margin-top: 0.06rem;
}
.md31017.md-home-recommended .recommended-swiper .swiper-slide .card-bottom .text--price .discount-price {
  color: #999999;
  margin-left: 0.1rem;
  text-decoration: line-through;
}
.md31017.md-home-recommended .recommended-swiper .swiper-slide .card-bottom .buy-car {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  overflow: hidden;
  background-color: #ebd5bb;
  background-image: url("/static/home/images/buycar.png");
  background-size: 0.21rem 0.2rem;
  background-repeat: no-repeat;
  background-position: center;
}
.md31017.md-home-recommended .more {
  background-color: #000000;
  width: 200px;
  height: 54px;
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #ca8448;
  border: solid 1px #000000;
  transition: all 0.3s ease;
  border: 1px solid #ca8448;
  background-color: transparent;
  margin: 0 auto;
  margin-top: 0.6rem;
}
@media screen and (max-width: 1200px) {
  .md31017.md-home-recommended .more {
    width: 100px;
    height: 32px;
    font-size: 12px;
  }
}
.md31017.md-home-recommended .more:hover {
  color: #fff;
  background-color: var(--theme);
  border-color: #fff;
}

.md31367.md-home-about {
    background-color: #fffcf1;
    padding-bottom: 1rem;
}

.md31367.md-home-about .layout {
    margin-left: auto;
    margin-right: auto;
    width: 16rem;
    max-width: 92%;
}

.md31367.md-home-about .content {
    display: flex;
    flex-direction: row-reverse;
    border-radius: 0.1rem;
    overflow: hidden;
    background-color: #fff9e3;
}

.md31367.md-home-about .content .about-pic {
    width: 43.75%;
}

.md31367.md-home-about .content .about-pic .pic {
    display: block;
    width: 100%;
    position: relative;
    padding-top: 77.1428571429%;
}

.md31367.md-home-about .content .about-pic .pic img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.3s ease;
}

.md31367.md-home-about .content .text {
    flex: 1;
    padding: 0.78rem 0.96rem 0.89rem 0.98rem;
    box-sizing: border-box;
}

.md31367.md-home-about .content .text .title {
    color: var(--active);
}

.md31367.md-home-about .content .text .desc {
    color: #666666;
    margin-top: 0.2rem;
    line-height: 0.33rem;
    min-height: 2rem;
    max-height: 2rem;
    overflow-y: auto;
}

.md31367.md-home-about .content .text .more {
    background-color: #000000;
    width: 200px;
    height: 54px;
    border-radius: 6px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #ca8448;
    border: solid 1px #000000;
    transition: all 0.3s ease;
    border: 1px solid #ca8448;
    background-color: transparent;
    margin-top: 0.25rem;
}

@media screen and (max-width: 1200px) {
    .md31367.md-home-about .content .text .more {
        width: 100px;
        height: 32px;
        font-size: 12px;
    }
}

.md31367.md-home-about .content .text .more:hover {
    color: #fff;
    background-color: var(--theme);
    border-color: #fff;
}

@media (max-width: 1200px) {
    .md31367.md-home-about .content {
        display: block;
    }

    .md31367.md-home-about .content .about-pic {
        width: 100%;
    }

    .md31367.md-home-about .content .text {
        padding: 0.2rem;
    }

    .md31367.md-home-about .content .text .desc {
        line-height: normal;
    }
}

.md31319.md-home-specialty {
  background-color: #fff9e3;
}
.md31319.md-home-specialty .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
.md31319.md-home-specialty .specialty-content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0rem;
}
.md31319.md-home-specialty .specialty-content .specialty-item {
  padding: 0.79rem 0 0.8rem 0;
  color: #333333;
  display: flex;
  align-items: center;
}
.md31319.md-home-specialty .specialty-content .specialty-item span {
  margin-left: 0.17rem;
}
.md31319.md-home-specialty .specialty-content .specialty-item img {
  width: 0.41rem;
  height: 0.41rem;
}
.md31319.md-home-specialty .specialty-content .specialty-item:nth-child(2) img {
  margin-left: 0.27rem;
}
.md31319.md-home-specialty .specialty-content .specialty-item:nth-child(3) img {
  margin-left: 1.24rem;
}
.md31319.md-home-specialty .specialty-content .specialty-item:nth-child(4) img {
  margin-left: 1.33rem;
}
@media (max-width: 900px) {
  .md31319.md-home-specialty .specialty-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0rem;
  }
  .md31319.md-home-specialty .specialty-content .specialty-item {
    padding: 0.3rem 0.1rem;
    justify-content: flex-start;
  }
  .md31319.md-home-specialty .specialty-content .specialty-item:nth-child(2) img {
    margin-left: 0;
  }
  .md31319.md-home-specialty .specialty-content .specialty-item:nth-child(3) img {
    margin-left: 0;
  }
  .md31319.md-home-specialty .specialty-content .specialty-item:nth-child(4) img {
    margin-left: 0;
  }
}
@media (max-width: 500px) {
  .md31319.md-home-specialty .specialty-content {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0rem;
  }
}


