/* 店铺详情 2026：蓝湖「租赁网-05店铺-3」，叠在 index.css 上 */
body.mall-2026 {
    background: #f6f7fb;
}
.mall-2026 .index_container {
    background: #f6f7fb;
}
.mall-2026 .mall-hero {
    height: 248px;
    box-sizing: border-box;
    background: #fff url('../../images/store/bg.png') no-repeat center top;
    background-size: 100% 100%;
    border-bottom: 1px solid #e5e8ec;
}
.mall-2026 .mall-hero__inner {
    height: 248px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 70px;
    box-sizing: border-box;
}
.mall-2026 .mall-hero__main {
    display: flex;
    align-items: flex-start;
    flex: 1;
    min-width: 0;
}
.mall-2026 .mall-hero__logo {
    width: 110px;
    height: 110px;
    border-radius: 16px;
    object-fit: cover;
    flex-shrink: 0;
    background: #e5e8ec;
}
.mall-2026 .mall-hero__body {
    margin-left: 30px;
    flex: 1;
    min-width: 0;
}
.mall-2026 .mall-hero__title-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    min-height: 41px;
}
.mall-2026 .mall-hero__name {
    margin: 0;
    font-size: 24px;
    font-weight: 400;
    line-height: 41px;
    color: #263b5e;
    flex-shrink: 0;
}
.mall-2026 .mall-hero__title-row .mall-hero__tag {
    flex-shrink: 0;
}
.mall-2026 .mall-hero__tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    height: 28px;
    padding: 0 8px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    box-sizing: border-box;
    white-space: nowrap;
}
.mall-2026 .mall-hero__tag-icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    object-fit: contain;
}
.mall-2026 .mall-hero__tag-text {
    line-height: 1;
}
.mall-2026 .mall-hero__media_tag {
    color: #5187DF;
    background:#e6f6ff!important;
}
/*.mall-2026 .mall-hero__media_tag:nth-child(2) {*/
/*    color: #A48E51;*/
/*}*/
/*.mall-2026 .mall-hero__media_tag:nth-child(3) {*/
/*    color: #5187DF;*/
/*}*/
/*.mall-2026 .mall-hero__media_tag:nth-child(4) {*/
/*    color: #5187DF;*/
/*}*/
/*.mall-2026 .mall-hero__media_tag:nth-child(5) {*/
/*    color: #B96071;*/
/*}*/
/*.mall-2026 .mall-hero__media_tag:nth-child(6) {*/
/*    color: #329F6F;*/
/*}*/

/*.mall-2026 .mall-hero__tag--gold {*/
/*    color: #a48e51;*/
/*    background: #fff8e5;*/
/*}*/
/*.mall-2026 .mall-hero__tag--year {*/
/*    color: #3446cb;*/
/*    background: #eef4ff;*/
/*}*/
.mall-2026 .mall-hero__tag--free {
    color: #329f6f;
    background: #e8f8f1;
}
/*.mall-2026 .mall-hero__tag--ship {*/
/*    color: #b96071;*/
/*    background: #fff2e6;*/
/*}*/
.mall-2026 .mall-hero__tag--medal {
    color: #0277ef;
    background: #eff5ff;
}
.mall-2026 .mall-hero-creds {
    margin-top: 10px;
}
.mall-2026 .mall-hero-cred {
    position: relative;
    display: inline-block;
}
.mall-2026 .mall-hero-cred__trigger {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 0;
    border: 0;
    background: transparent;
    font-size: 14px;
    line-height: 20px;
    color: #0277ef;
    cursor: pointer;
}
.mall-2026 .mall-hero-cred__trigger .iconfont {
    font-size: 12px;
    transition: transform 0.2s ease;
}
.mall-2026 .mall-hero-cred:hover .mall-hero-cred__trigger .iconfont,
.mall-2026 .mall-hero-cred:focus-within .mall-hero-cred__trigger .iconfont {
    transform: rotate(180deg);
}
.mall-2026 .mall-hero-cred__panel {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 30;
    width: 260px;
    padding: 10px 0 0;
    box-sizing: border-box;
    transition: opacity 0.15s ease, visibility 0.15s ease;
}
.mall-2026 .mall-hero-cred__panel::before {
    content: "";
    display: block;
    height: 1px;
}
.mall-2026 .mall-hero-cred__panel-inner {
    padding: 16px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(38, 59, 94, 0.12);
    box-sizing: border-box;
}
.mall-2026 .mall-hero-cred:hover .mall-hero-cred__panel,
.mall-2026 .mall-hero-cred:focus-within .mall-hero-cred__panel {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}
.mall-2026 .mall-hero-cred__safe {
    padding: 18px 16px 16px;
    border-radius: 8px;
    background: #f5f8fc;
    text-align: center;
}
.mall-2026 .mall-hero-cred__safe-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
.mall-2026 .mall-hero-cred__safe-text {
    margin: 0;
    font-size: 14px;
    line-height: 22px;
    color: #263b5e;
}
.mall-2026 .mall-hero-cred__safe-deposit {
    margin: 6px 0 0;
    font-size: 14px;
    line-height: 22px;
    color: #263b5e;
}
.mall-2026 .mall-hero-cred__safe-deposit strong {
    margin: 0 2px;
    font-size: 16px;
    font-weight: 600;
    color: #d73524;
}
.mall-2026 .mall-hero-cred__body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 16px;
}
.mall-2026 .mall-hero-cred__info {
    flex: 1;
    min-width: 0;
}
.mall-2026 .mall-hero-cred__type {
    font-size: 16px;
    line-height: 32px;
    color: #263b5e;
}
.mall-2026 .mall-hero-status {
    font-size: 12px;
    line-height: 16px;
    color: #6a7695;
}
.mall-2026 .mall-hero-cred__thumb {
    position: relative;
    display: block;
    flex-shrink: 0;
    width: 80px;
    height: 44px;
    border-radius: 6px;
    overflow: hidden;
    background: #f5f8fc;
}
.mall-2026 .mall-hero-cred__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mall-2026 .mall-hero-cred__badge {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    padding: 2px 6px;
    border-radius: 0 0 6px 0;
    background: #ff8a1f;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
}
.mall-2026 .mall-hero__addr {
    display: flex;
    align-items: center;
    margin-top: 18px;
    font-size: 12px;
    line-height: 1;
    color: #6a7695;
}
.mall-2026 .mall-hero__addr img {
    width: 15px;
    height: 16px;
    margin-right: 8px;
    flex-shrink: 0;
}
.mall-2026 .mall-hero__stats {
    display: flex;
    align-items: center;
    margin-top: 22px;
}
.mall-2026 .mall-hero__stat {
    text-align: center;
    padding: 0 24px;
    position: relative;
}
.mall-2026 .mall-hero__stat:first-child {
    padding-left: 0;
}
.mall-2026 .mall-hero__stat + .mall-hero__stat::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: 20px;
    margin-top: -10px;
    background: #b6bdca;
}
.mall-2026 .mall-hero__stat-val {
    display: block;
    font-size: 21px;
    font-weight: 500;
    line-height: 21px;
    color: #0277ef;
}
.mall-2026 .mall-hero__stat-label {
    display: block;
    margin-top: 6px;
    font-size: 12px;
    line-height: 1;
    color: #6a7695;
}
.mall-2026 .mall-hero__actions {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-shrink: 0;
    margin-left: 24px;
}
.mall-2026 .mall-hero__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 102px;
    height: 40px;
    border: 1px solid #0277ef;
    border-radius: 6px;
    background: #eff5ff;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    box-sizing: border-box;
}
.mall-2026 .mall-hero__btn img {
    width: 18px;
    height: 18px;
}
.mall-2026 .mall-hero__btn.is-active {
    color: #0277ef;
}
.mall-2026 .header_change_tab.mall-tabbar {
    height: 56px;
    background: #fff;
    margin-bottom: 0;
    border-bottom: 1px solid #e5e8ec;
}
.mall-2026 .header_change_tab.mall-tabbar > .main_area {
    height: 56px;
}
.mall-2026 .header_change_tab .tab_li,
.mall-2026 .mall-tabbar__tab {
    flex: none;
    width: auto;
    height: 56px;
    line-height: 56px;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    color: #263B5E;
    background: transparent;
    text-align: left;
}
.mall-2026 .header_change_tab .tab_li_active,
.mall-2026 .header_change_tab .tab_li.is-active,
.mall-2026 .mall-tabbar__tab.is-active {
    font-weight: 500;
    color: #0277ef;
    background: transparent;
}
.mall-2026 .header_change_tab .tab_li.is-active::after,
.mall-2026 .mall-tabbar__tab.is-active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #126ef8;
}
.mall-2026 .shop-search-input {
    width: 288px;
    border-radius: 20px;
    border-color: #e5e8ec;
    background: #f2f2f2;
}
.mall-2026 .shop-search-input .search_box_r_shop {
    background: #0277ef;
    color: #fff;
}
.mall-2026 .mall-tabbar .main_area {
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mall-2026 .mall-tabbar {
    height: 56px;
    background: #eff5ff;
    border-bottom: 1px solid #e5e8ec;
}
.mall-2026 .mall-tabbar__tabs {
    display: flex;
    align-items: center;
    gap: 36px;
    list-style: none;
    margin: 0;
    padding: 0;
    height: 56px;
}
.mall-2026 .mall-tabbar__tab {
    position: relative;
    height: 56px;
    line-height: 56px;
    font-size: 16px;
    font-weight: 400;
    color: #0277ef;
    cursor: pointer;
    flex-shrink: 0;
}
.mall-2026 .mall-tabbar__tab.is-active {
    font-weight: 500;
}
.mall-2026 .mall-tabbar .shop-local-search {
    width: 288px;
    height: 40px;
    padding: 0 4px 0 12px;
    border: 1px solid #e5e8ec;
    border-radius: 20px;
    background: #fff;
    box-sizing: border-box;
}
.mall-2026 .mall-tabbar .shop-local-search input {
    flex: 1;
    height: 38px;
    border: 0;
    background: transparent;
    font-size: 14px;
    color: #263b5e;
    min-width: 0;
}
.mall-2026 .mall-tabbar .shop-local-search input::placeholder {
    color: #b6bdca;
}
.mall-2026 .mall-tabbar .search_box_r_shop {
    width: 56px;
    height: 32px;
    line-height: 32px;
    margin-left: 4px;
    border-radius: 16px;
    text-align: center;
    background: #0277ef;
    color: #fff;
    font-size: 14px;
    flex-shrink: 0;
}
.mall-2026 .mall-panel {
    padding-top: 41px;
    padding-bottom: 40px;
}
.mall-2026 .mall-prod-grid {
    display: grid;
    grid-template-columns: repeat(4, 286px);
    gap: 30px 19px;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 1200px;
}
.mall-2026 .mall-prod-grid > li {
    width: 286px;
    margin: 0;
    padding: 0;
    float: none;
    height: auto;
    min-width: 0;
    overflow: hidden;
}
.mall-2026 .goods_block .goods_left.mall-prod-grid > li {
    width: 286px !important;
    height: auto !important;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
    cursor: default !important;
}
.mall-2026 .mall-prod-card {
    display: block;
    width: 100%;
    text-decoration: none;
    color: inherit;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #fff;
    box-sizing: border-box;
}
.mall-2026 .mall-prod-card__media {
    position: relative;
    display: block;
    width: 100%;
    height: 260px;
    line-height: 0;
    font-size: 0;
    background: #fff;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}
.mall-2026 .mall-prod-card__pic {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    border: 0;
    object-fit: contain;
    object-position: center;
}
.mall-2026 .mall-prod-card__media .positionLeftLabel {
    top: 0;
    left: 0;
    z-index: 2;
    pointer-events: none;
}
.mall-2026 .mall-prod-card__hot {
    position: absolute;
    top: 0;
    right: 0;
    width: 28px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    background: linear-gradient(180deg, #ff7043 0%, #e53935 100%);
    border-radius: 0 16px 0 10px;
    z-index: 2;
    pointer-events: none;
}
.mall-2026 .mall-prod-card__body {
    padding: 12px 16px 14px;
    border-top: 1px solid #e5e8ec;
}
.mall-2026 .mall-prod-card__title-row {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    min-height: 42px;
}
.mall-2026 .mall-prod-card__free {
    flex-shrink: 0;
    height: 18px;
    padding: 0 4px;
    line-height: 18px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
    color: #fafafa;
    background: #00B277;
}
.mall-2026 .mall-prod-card__title {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    color: #263b5e;
    display: -webkit-box;
    overflow: hidden;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    flex: 1;
    min-width: 0;
}
.mall-2026 .mall-prod-card__sub {
    margin-top: 6px;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    color: #263b5e;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.mall-2026 .mall-prod-card__foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 12px;
}
.mall-2026 .mall-prod-card__price {
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    color: #f64646;
}
.mall-2026 .mall-prod-card__meta {
    font-size: 12px;
    line-height: 21px;
    color: #b6bdca;
    white-space: nowrap;
}
.mall-2026 .star-tag {
    color: #F9BF11;
}
.mall-2026 .mall-load-more-wrap {
    display: flex;
    justify-content: center;
    margin-top: 43px;
}
.mall-2026 .mall-load-more {
    width: 180px;
    height: 44px;
    line-height: 42px;
    text-align: center;
    border: 1px solid #0277ef;
    border-radius: 6px;
    background: rgba(55, 179, 247, 0.15);
    font-size: 14px;
    color: #0277ef;
    cursor: pointer;
    box-sizing: border-box;
}
.mall-2026 .mall-load-more.is-hidden {
    display: none;
}
.mall-2026 .mall-empty {
    padding: 80px 0;
    text-align: center;
    color: #6a7695;
}
.mall-2026 .mall-empty img {
    width: 220px;
    height: 220px;
    display: block;
    margin: 0 auto 12px;
}
.mall-2026 .mall-intro-text {
    padding: 24px;
    margin-bottom: 16px;
    border-radius: 16px;
    background: #fff;
    font-size: 14px;
    line-height: 24px;
    color: #6a7695;
}
.mall-2026 .mall-svc {
    padding: 24px;
    border-radius: 16px;
    background: #fff;
}
.mall-2026 .mall-svc__title {
    margin: 0 0 16px;
    font-size: 18px;
    font-weight: 500;
    color: #263b5e;
}
.mall-2026 .mall-svc__list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 24px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.mall-2026 .mall-svc__list li {
    font-size: 14px;
    color: #263b5e;
}
.mall-2026 .mall-svc__list em {
    color: #00b277;
    font-style: normal;
    margin-right: 4px;
}
.mall-2026 .mall-review-placeholder {
    padding: 60px 24px;
    border-radius: 16px;
    background: #fff;
    text-align: center;
    font-size: 14px;
    color: #b6bdca;
}
.mall-2026 .mall-review {
    padding: 24px;
    border-radius: 16px;
    background: #fff;
}
.mall-2026 .mall-review__head {
    margin-bottom: 20px;
}
.mall-2026 .mall-review__title {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #1d2129;
}
.mall-2026 .mall-review__count {
    margin-left: 6px;
    font-size: 14px;
    font-weight: 400;
    color: #86909c;
}
.mall-2026 .mall-review__list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.mall-2026 .mall-review__item {
    display: flex;
    margin-bottom: 24px;
    color: #1e2223;
    font-size: 16px;
}
.mall-2026 .mall-review__item .userPic {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    margin-right: 10px;
    flex-shrink: 0;
}
.mall-2026 .mall-review__item .commentInfo {
    flex: 1;
    min-width: 0;
}
.mall-2026 .mall-review__item .commentUserName {
    margin-right: 10px;
    color: #4e5a6a;
    font-size: 14px;
}
.mall-2026 .mall-review__item .commentStar i {
    color: #dbdce0;
}
.mall-2026 .mall-review__item .commentStar i.activeColor {
    color: #f99a1e;
}
.mall-2026 .mall-review__prod {
    margin-top: 8px;
    font-size: 13px;
}
.mall-2026 .mall-review__prod a {
    color: #165dff;
    text-decoration: none;
}
.mall-2026 .mall-review__prod a:hover {
    text-decoration: underline;
}
.mall-2026 .mall-review__item .commentTime {
    margin: 10px 0 12px;
    color: #86909c;
    font-size: 12px;
}
.mall-2026 .mall-review__item .commentContent {
    word-break: break-all;
    font-size: 14px;
    line-height: 1.6;
}
.mall-2026 .mall-review__item .commentPic {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 12px;
}
.mall-2026 .mall-review__item .commentPic img,
.mall-2026 .mall-review__item .commentPic video {
    width: 100px;
    height: 100px;
    border-radius: 8px;
    object-fit: cover;
}
.mall-2026 .mall-review__item .replyInfo {
    border-radius: 4px;
    background: #f2f3f7;
    margin-top: 12px;
    padding: 6px 12px;
    color: #4e5a6a;
    font-size: 14px;
    word-break: break-all;
}
.mall-2026 .store-commodity .category_select {
    border-radius: 16px;
    overflow: hidden;
}
.mall-2026 .store-commodity .goods_block {
    min-height: 0;
    overflow: visible;
}
.mall-2026 .store-commodity .goods_block .goods_left {
    float: none;
    width: 1200px;
    display: grid;
    grid-template-columns: repeat(4, 286px);
    gap: 30px 19px;
    transition: none;
}
.mall-2026 .store-commodity .goods_block .goods_left > li {
    width: 286px;
    height: auto;
    float: none;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    cursor: default;
    min-width: 0;
    overflow: hidden;
}
.mall-2026 .merchant-introduction .introduction-block img {
    display: block;
    width: 100%;
    margin-bottom: 12px;
    border-radius: 8px;
}
