/* ========================================================
 * 文件名称：store.css
 * 文件作用：门店页面样式，包含门店展示、应用行业、会员功能等模块
 * 适用页面：门店页、买家页
 * ======================================================== */

/* 顶部轮播横幅样式 */
.top-banner .bannerItem {
    justify-content: space-between; 
}
    .top-banner .bannerItem p {
      max-width: 495px; 
    }
    .top-banner .bannerItem h2 {
      margin-top: -20px; 
    }
    .top-banner .bannerItem .ani-img {
      padding-right: 137px; 
    }
      .top-banner .bannerItem .ani-img img {
        width: 361px;
        height: 439px;
      }

/* 助理横幅 - 渐变背景 */
.assistant-banner {
    background:linear-gradient(90deg,rgba(25,78,250,1),rgba(38,172,216,1));
    -webkit-background-size: cover;
    background-size: cover; 
}

/* 应用行业和模式详情容器 */
.apply-industy,.mode .mode-details{
    width: 1200px;
    margin: 0 auto;
}
.apply-industy .show{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.apply-industy .show .item{
    width: 140px;
    text-align: center;
    margin-bottom: 66px;
    }
    .apply-industy .show .item img{
        width: 140px;
        height: 140px;
    }
    .apply-industy .show .item span{
        font-size: 18px;
        color: #3B426B;
    }

/* 模式模块 - 灰色背景区域 */
.mode{
    background: #F2F3FA ;
    margin-top: 50px;
}
.mode .mode-details{

}
.mode .mode-details img{
    width: 1137px;
    height: 254px;
    margin: 0 auto ;
    padding-bottom: 100px;
}

/* ==================== 市场会员模块 ==================== */
.market-member {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.market-member > div {
    flex: 0 0 600px; 
}
    .market-member > div.right {
      padding-left: 34px; 
    }
    .market-member > div img {
      position: relative; 
    }
.market-member .item {
    flex: 0 0 600px;
    box-sizing: border-box;
    position: relative; 
}
    .market-member .item h4 {
      line-height: 1;
      font-size: 22px;
      color: #3B426B;
      margin-bottom: 20px;
      font-weight: bold;
      white-space: pre-wrap; 
    }
    .market-member .item .info {
      font-size: 18px;
      color: #7d88a2;
      line-height: 50px;
     }
      .market-member .item .info:before{
        content: " ";
        width: 12px;
        height: 12px;
        display: inline-block;
        background: rgba(60,118,255,1);
        border-radius: 50%;
        margin-right: 16px;

      }
      .market-member .item .info-1{
        font-size: 18px;
        color: #7d88a2;
        line-height: 50px;
        padding-left: 81px;
      }

/* 朋友圈功能 - Swiper轮播 */
.moments-function .swiper-container {
    width: 100%;
    height: 750px;
    margin-bottom: 40px; 
}
    .moments-function .swiper-container .swiper-slide {
      left: 612px; 
    }
    .moments-function .swiper-container .moments-page-item > img {
      width: 389px;
      height: 750px; 
    }
    .moments-function .swiper-container .swiper-pagination-bullet {
      width: 226px;
      height: 52px;
      border-radius: 52px;
      font-size: 20px;
      line-height: 52px;
      text-align: center;
      color: #3B426B;
      background: transparent;
      opacity: 1;
      border: 1px solid transparent; 
    }
      .moments-function .swiper-container .swiper-pagination-bullet:hover {
        border-color: #3C76FF; 
      }
.moments-function .swiper-container-vertical > .swiper-pagination-bullets {
    left: 182px;
    width: 226px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; 
}
.moments-function .swiper-container .swiper-pagination-bullet-active {
    background: #3C76FF;
    color: #fff; 
}
.moments-function .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 0 70px 0; 
}

/* 副标题样式 */
.sub-title {
    text-align: center;
    font-size: 26px;
    color: #3b426b;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 50px; 
}

.sub-essay {
    font-size: 18px;
    color: #7d88a2;
    text-align: center;
    padding-bottom: 20px; 
}

.sub-title1 {
    padding-top: 80px;
    margin-bottom: 55px; 
}

.sub-title2 {
    padding-top: 92px;
    margin-bottom: 54px; 
}

/* 提示图片 */
.tips-img {
    padding: 60px 0 92px;
    position: relative;
    left: 60px; 
}

/*# sourceMappingURL=buyer.css.map */