@charset "utf-8";

body {
    background-color: #f5f6f8;
    color: #1f2329;
}

/* 店铺信息头 */
.shopinf {
    background: #fff;
    margin: 0;
}

.shopinf .dmain {
    margin: 12px;
    padding: 14px;
    border-radius: 12px;
    background: linear-gradient(135deg, #fffaf5 0%, #fff 100%);
    border: #f3e8dc solid 1px;
    overflow: hidden;
    box-sizing: border-box;
}

.shopinf .dmain:after {
    content: "";
    display: table;
    clear: both;
}

.shopinf .dmain .tp {
    float: left;
    width: 56px;
}

.shopinf .dmain .tp img {
    float: left;
    width: 56px;
    height: 56px;
    border-radius: 10px;
    border: #f0f2f5 solid 1px;
    object-fit: cover;
}

.shopinf .dmain .u1 {
    float: left;
    width: calc(100% - 66px);
    margin: 0 0 0 10px;
}

.shopinf .dmain .u1 li {
    float: left;
    width: 100%;
    margin: 0;
}

.shopinf .dmain .u1 .l1 {
    margin: 2px 0 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 6px;
}

.shopinf .dmain .u1 .l1 .s1 {
    float: none;
    font-size: 16px;
    font-weight: 600;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
    width: auto;
    line-height: 24px;
    color: #1f2329;
}

.shopinf .dmain .u1 .l1 .s1 a {
    color: #1f2329;
}

.shopinf .dmain .u1 .l1 .s2 {
    float: none;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    width: auto;
    min-width: 40px;
    padding: 0 6px;
    line-height: 20px;
    height: 20px;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    background: linear-gradient(135deg, #ffb347, #ffae3e);
    margin: 0;
    font-size: 10px;
}

.shopinf .dmain .u1 .l2 {
    margin: 10px 0 0 0;
    overflow: hidden;
}

.shopinf .dmain .u1 .l2:after {
    content: "";
    display: table;
    clear: both;
}

.shopinf .dmain .u1 .l2 .shoptype {
    float: left;
    color: #fff;
    border-radius: 4px;
    line-height: 20px;
    padding: 0 8px;
    margin: 0 8px 0 0;
    font-size: 11px;
}

.shopinf .dmain .u1 .l2 .shoptype0 {
    background: linear-gradient(135deg, #ff6b4a, #e93323);
}

.shopinf .dmain .u1 .l2 .shoptype1 {
    background: url(../img/shili.png) 6px center no-repeat, linear-gradient(135deg, #4a9af0, #2a82e4);
    background-size: auto 14px, auto;
    padding-left: 22px;
}

.shopinf .dmain .u1 .l2 .shoptype2 {
    background: linear-gradient(135deg, #2ed9a8, #05bb8d);
}

.shopinf .dmain .u1 .l2 .bao {
    float: left;
    background: linear-gradient(135deg, #ff6b4a, #e93323);
    color: #fff;
    border-radius: 999px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    margin: 0 8px 0 0;
    font-size: 11px;
}

.shopinf .dmain .u1 .l2 .nian {
    float: left;
    color: #e93323;
    line-height: 20px;
    margin: 0;
    font-size: 12px;
}

.shopinf .dmain .u2 {
    float: left;
    border: #f0e6da solid 1px;
    border-radius: 10px;
    width: 100%;
    box-sizing: border-box;
    margin: 12px 0 0 0;
    background-color: #fff;
    overflow: hidden;
}

.shopinf .dmain .u2 li {
    float: left;
    margin: 0;
}

.shopinf .dmain .u2 .l1 {
    width: 100%;
    background-color: #faf8f5;
    overflow: hidden;
    padding: 10px 14px;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px 12px;
}

.shopinf .dmain .u2 .s1,
.shopinf .dmain .u2 .s2,
.shopinf .dmain .u2 .s3 {
    float: none;
    margin: 0;
    height: 16px;
    line-height: 16px;
    font-size: 12px;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}

.shopinf .dmain .u2 .s1 {
    background: url(../img/zhiz1.png) left center no-repeat;
    background-size: 16px 16px;
    padding-left: 21px;
    color: #5c6678;
}

.shopinf .dmain .u2 .s2 {
    background: url(../img/zhiz0.png) left center no-repeat;
    background-size: 16px 16px;
    padding-left: 21px;
    color: #9aa3b2;
}

.shopinf .dmain .u2 .s3 {
    background: url(../img/map.png) left center no-repeat;
    background-size: auto 14px;
    padding-left: 18px;
    color: #8b94a3;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.shopinf .dmain .u2 .l6 {
    width: 100%;
    padding: 0;
}

.shopinf .dmain .shop-metrics {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding: 10px 4px 12px 4px;
    gap: 0;
    scrollbar-width: none;
}

.shopinf .dmain .shop-metrics::-webkit-scrollbar {
    display: none;
}

.shopinf .dmain .shop-metric {
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    min-width: 72px;
    text-align: center;
    position: relative;
    box-sizing: border-box;
    padding: 0 4px;
}

.shopinf .dmain .shop-metric:not(:last-child):after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 24px;
    margin-top: -12px;
    background: #f0f2f5;
}

.shopinf .dmain .shop-metric .n {
    display: block;
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    color: #1f2329;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.shopinf .dmain .shop-metric .n.red,
.shopinf .dmain .u2 .red {
    color: #e93323;
}

.shopinf .dmain .shop-metric .t {
    display: block;
    font-size: 11px;
    line-height: 16px;
    color: #8b94a3;
    margin-top: 2px;
}

/* 商品列表页精简店铺头（其他页复用时可开启） */
.shopinf-mini {
    background: #fff;
    margin: 0;
    border-bottom: #f0f2f5 solid 1px;
}

.shopinf-mini .dmain {
    margin: 0;
    padding: 10px 12px;
    -webkit-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 10px;
}

.shopinf-mini .tp {
    float: none;
    width: 44px;
    height: 44px;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    margin: 0 !important;
}

.shopinf-mini .tp img {
    width: 44px;
    height: 44px;
    border-radius: 8px;
    border: #f0f2f5 solid 1px;
    object-fit: cover;
    display: block;
}

.shopinf-mini .mini-info {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
    text-align: left;
    margin: 0 !important;
}

.shopinf-mini .mini-info .name {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #1f2329;
    line-height: 22px;
    margin: 0 !important;
}

.shopinf-mini .mini-info .mini-sub {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 4px 10px;
    margin-top: 4px;
    font-size: 11px;
    color: #8b94a3;
    line-height: 16px;
}

.shopinf-mini .mini-info .mini-sub span {
    float: none;
    margin: 0 !important;
    white-space: nowrap;
}

.shop-prolist-page .topmenu {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 9;
    margin: 0;
}

/* 店铺导航 */
.topmenu {
    background-color: #fff;
    border-top: #f0f2f5 solid 1px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 8;
}

.topmenu .d1 {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    margin: 0;
    height: 44px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
}

.topmenu .d1 a {
    float: none;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    width: auto;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 14px;
    color: #4e5969;
    position: relative;
}

.topmenu .d1 .a1 {
    color: #e93323;
    font-weight: 700;
    font-size: 14px;
    height: 44px;
    border-bottom: 0;
}

.topmenu .d1 .a1:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 4px;
    width: 20px;
    height: 3px;
    margin-left: -10px;
    border-radius: 2px;
    background: linear-gradient(90deg, #ff6b4a, #e93323);
}

/* 区块标题 */
.indexcap,
.shop-page-cap {
    background: #fff;
    margin: 0;
}

.indexcap .d1,
.shop-page-cap .d1 {
    margin: 0;
    height: 44px;
    font-size: 15px;
    font-weight: 700;
    padding: 0 12px 0 16px;
    line-height: 44px;
    background-color: #fff;
    color: #1f2329;
    text-align: left;
    position: relative;
    border-bottom: #f0f2f5 solid 1px;
}

.indexcap .d1:before,
.shop-page-cap .d1:before {
    content: "";
    position: absolute;
    left: 12px;
    top: 50%;
    width: 4px;
    height: 16px;
    margin-top: -8px;
    border-radius: 2px;
    background: linear-gradient(180deg, #ff6b4a, #e93323);
}

.indexcap .d1,
.shop-page-cap .d1 {
    padding-left: 24px;
}

.shop-page-cap .d1 .cap-num {
    float: right;
    font-size: 12px;
    font-weight: 400;
    color: #8b94a3;
    margin-right: 4px;
}

.shop-prolist-page .shop-page-cap {
    position: -webkit-sticky;
    position: sticky;
    top: 44px;
    z-index: 8;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
}

/* 商品列表页 - 单列横卡 */
.shop-prolist-page .prolist .dmain .listmain {
    grid-template-columns: 1fr;
    gap: 8px;
    padding-top: 8px;
}

.shop-prolist-page .prolist .dmain .listmain .list {
    width: 100%;
    min-width: 0;
}

.shop-prolist-page .pro-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    gap: 10px;
    width: 100%;
    margin: 0 !important;
    padding: 10px;
    background: #fff;
    border: #eceef2 solid 1px;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
    box-sizing: border-box;
    text-decoration: none;
    color: inherit;
    -webkit-tap-highlight-color: transparent;
}

.shop-prolist-page .pro-card:active {
    background: #fafbfc;
}

.shop-prolist-page .pro-card .pro-img {
    width: 88px;
    height: 88px;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    border-radius: 8px;
    overflow: hidden;
    background: #fafbfc;
    margin: 0 !important;
}

.shop-prolist-page .pro-card .pro-img img {
    width: 88px;
    height: 88px;
    object-fit: cover;
    display: block;
    margin: 0 !important;
}

.shop-prolist-page .pro-card .pro-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 2px 0;
    margin: 0 !important;
}

.shop-prolist-page .pro-card .pro-tit {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: #1f2329;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: left;
    margin: 0 !important;
}

.shop-prolist-page .pro-card .pro-meta {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 8px;
    margin-top: 8px;
    margin: 8px 0 0 0 !important;
}

.shop-prolist-page .pro-card .pro-meta .price {
    font-size: 17px;
    font-weight: 700;
    color: #e93323;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 22px;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    margin: 0 !important;
}

.shop-prolist-page .pro-card .pro-meta .xs {
    font-size: 11px;
    color: #8b94a3;
    line-height: 16px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
    margin: 0 !important;
}

.shop-prolist-page .pro-card .pro-meta .xs0 {
    color: #b0b8c4;
}

.shop-prolist-page .pro-card .pro-meta .buy {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    display: inline-block;
    min-width: 52px;
    height: 28px;
    line-height: 28px;
    padding: 0 12px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    background: linear-gradient(135deg, #ff5a4d 0%, #e93323 100%);
    border-radius: 14px;
    margin: 0 !important;
}

/* 商品网格（首页等复用） */
.prolist {
    width: 100% !important;
    background: transparent;
}

.prolist .dmain {
    margin: 0 !important;
    width: 100% !important;
    padding: 0 12px 12px 12px;
    box-sizing: border-box;
}

.prolist .dmain .listmain {
    float: none;
    width: 100% !important;
    text-align: left;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    column-count: auto;
    -moz-column-count: auto;
    -webkit-column-count: auto;
}

.prolist .dmain .listmain .list {
    float: none;
    margin: 0 !important;
    break-inside: auto;
    -webkit-column-break-inside: auto;
    width: auto;
    min-width: 0;
}

.prolist .dmain .listmain .list .u1 {
    float: none;
    width: 100%;
    margin: 0 !important;
    background-color: #fff;
    border-radius: 10px;
    padding: 0;
    border: #eceef2 solid 1px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    flex-direction: column;
    height: 100%;
    min-height: 220px;
}

.prolist .dmain .listmain .list .u1 li {
    float: none;
    margin: 0 !important;
    width: 100%;
    box-sizing: border-box;
}

.prolist .dmain .listmain .list .u1 .l1 {
    width: 100%;
    background: #fafbfc;
    overflow: hidden;
    position: relative;
    padding-top: 100%;
    height: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}

.prolist .dmain .listmain .list .u1 .l1 a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.prolist .dmain .listmain .list .u1 .l1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
    display: block;
}

.prolist .dmain .listmain .list .u1 .l002 {
    width: 100%;
    min-height: 36px;
    padding: 6px 8px;
    box-sizing: border-box;
    background: #fafbfc;
}

.prolist .dmain .listmain .list .u1 .l002 .s1 {
    float: left;
    width: 23px;
    margin: 2px 0 0 0;
}

.prolist .dmain .listmain .list .u1 .l002 .s1 img {
    width: 18px;
    height: 18px;
    float: left;
    border-radius: 3px;
}

.prolist .dmain .listmain .list .u1 .l002 .s2 {
    float: left;
    font-size: 13px;
    margin-top: 2px;
    color: #4e5969;
}

.prolist .dmain .listmain .list .u1 .l002 .s3 {
    float: right;
    text-align: center;
    min-width: 52px;
    height: 18px;
    line-height: 18px;
    padding: 0 6px;
    background: linear-gradient(135deg, #ff6b4a, #e93323);
    color: #fff;
    border-radius: 9px;
    font-size: 11px;
}

.prolist .dmain .listmain .list .u1 .l2 {
    width: auto;
    font-size: 13px;
    padding: 8px 8px 0 8px;
    line-height: 20px;
    font-weight: 600;
    min-height: 44px;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

.prolist .dmain .listmain .list .u1 .l2 a {
    color: #1f2329;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: left;
}

.prolist .dmain .listmain .list .u1 .l3 {
    width: auto;
    margin: 0 !important;
    padding: 6px 8px 10px 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    gap: 6px;
    border-top: #f5f6f8 solid 1px;
    margin-top: auto !important;
}

.prolist .dmain .listmain .list .u1 .l3 .price {
    font-size: 16px;
    font-weight: 700;
    color: #e93323;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 22px;
}

.prolist .dmain .listmain .list .u1 .l3 .xs {
    font-size: 11px;
    color: #8b94a3;
    line-height: 16px;
    white-space: nowrap;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}

.shop-prolist-page .prolist .dmain .listmain .list .u1 .l4 {
    display: none;
}

.prolist .dmain .listmain .list .u1 .l4 {
    width: auto;
    margin: 6px 8px 0 8px;
    border-top: #f0f2f5 dotted 1px;
    padding: 6px 0 0 0;
    overflow: hidden;
}

.prolist .dmain .listmain .list .u1 .l4 .d1 {
    float: left;
    width: 50%;
    height: auto;
    min-height: 32px;
    margin-top: 0;
    text-align: center;
    color: #8b94a3;
    overflow: hidden;
    box-sizing: border-box;
}

.prolist .dmain .listmain .list .u1 .l4 .d1 span {
    float: left;
    width: 100%;
    height: auto;
    min-height: 16px;
    overflow: hidden;
    font-size: 11px;
    line-height: 16px;
}

.prolist .dmain .listmain .list .u1 .l4 .d1 .s1 {
    font-weight: 700;
    color: #1f2329;
}

/* 分页 - 上一页/下一页 */
.npa {
    background: #fff;
    margin: 8px 12px 12px 12px;
    padding: 14px 12px 16px 12px;
    border-radius: 10px;
    text-align: center;
}

.npa #page.page {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    gap: 12px;
    width: 100%;
    max-width: 100%;
    margin: 0 !important;
    padding: 0;
    background: transparent;
    float: none;
    clear: both;
    box-sizing: border-box;
}

.npa #page .oprev,
.npa #page .onext {
    float: none;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    margin: 0 !important;
    border: 0;
    border-radius: 0;
    height: auto;
    line-height: normal;
    background: transparent;
}

.npa #page .oprev a,
.npa #page .onext a {
    float: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    gap: 6px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 14px;
    margin: 0 !important;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    border-radius: 20px;
    background: linear-gradient(135deg, #ff5a4d 0%, #e93323 100%);
    box-shadow: 0 2px 8px rgba(233, 51, 35, 0.22);
    box-sizing: border-box;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}

.npa #page .oprev a:active,
.npa #page .onext a:active {
    opacity: 0.88;
}

.npa #page .oprev a span,
.npa #page .onext a span {
    display: none;
}

.npa #page .oprev a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}

.npa #page .onext a::after {
    content: "";
    width: 7px;
    height: 7px;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}

.npa #page .oprev a[href="javascript:void(0);"],
.npa #page .onext a[href="javascript:void(0);"] {
    color: #b0b8c4;
    background: #f0f2f5;
    box-shadow: none;
}

.npa #page .oprev a[href="javascript:void(0);"]::before {
    border-color: #b0b8c4;
}

.npa #page .onext a[href="javascript:void(0);"]::after {
    border-color: #b0b8c4;
}

/* 店铺简介 */
.aboutview {
    margin: 8px 0 0 0;
    background-color: #fff;
    border-radius: 12px 12px 0 0;
}

.aboutview .dmain {
    margin: 0 12px;
    padding: 14px 0 20px 0;
    font-size: 14px;
    line-height: 24px;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    color: #4e5969;
}

.aboutview .dmain img {
    max-width: 100%;
    border-radius: 8px;
}

/* 店铺列表（商家风采） */
.listtopfix {
    position: fixed;
    width: 100%;
    z-index: 9;
}

.listser {
    height: 45px;
    background: linear-gradient(135deg, #ff5a4d 0%, #e93323 100%);
}

.listser .dmain {
    margin: 7px 10px 0 10px;
    overflow: hidden;
    border-radius: 20px;
    height: 30px;
}

.listser .dmain input {
    float: left;
    width: 100%;
    height: 30px;
    border: 0;
    background: url(../img/ser.png) 11px center no-repeat;
    padding-left: 32px;
    background-color: #fff;
    font-size: 13px;
    outline: none;
}

.listpaixu {
    height: 41px;
    background: linear-gradient(135deg, #ff5a4d 0%, #e93323 100%);
}

.listpaixu .dmain {
    margin: 0 10px;
}

.listpaixu .dmain a {
    float: left;
    width: 20%;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
}

.listpaixu .dmain .a1 {
    background: url(../img/xia.png) center 32px no-repeat;
    font-weight: 700;
}

/* 固定头部占位（搜索 45px + 排序 41px） */
.ntopv .dmain {
    height: 86px;
    margin: 0;
}

.shoplist.box {
    display: block;
}

.shoplist .dmain {
    display: block;
    margin: 10px 12px 0 12px;
    background-color: #fff;
    border-radius: 10px;
    border: #eceef2 solid 1px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
    overflow: hidden;
}

.shoplist .dmain:after {
    content: "";
    display: table;
    clear: both;
}

.shoplist .dmain .u1 {
    float: left;
    height: auto;
    min-height: 40px;
    padding: 14px 12px;
    border-bottom: #f0f2f5 solid 1px;
    width: 100%;
    box-sizing: border-box;
}

.shoplist .dmain .u1 li {
    float: left;
    margin: 0;
}

.shoplist .dmain .u1 .l1 {
    width: 52px;
    text-align: center;
}

.shoplist .dmain .u1 .l1 img {
    width: 44px;
    height: 44px;
    border: #eceef2 solid 1px;
    border-radius: 8px;
    object-fit: cover;
}

.shoplist .dmain .u1 .l2 {
    width: calc(100% - 116px);
    overflow: hidden;
    padding-left: 8px;
}

.shoplist .dmain .u1 .l2 a {
    float: left;
    max-width: calc(100% - 58px);
    font-weight: 700;
    font-size: 14px;
    color: #1f2329;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.shoplist .dmain .u1 .l2 .s1 {
    float: left;
    padding: 1px 6px;
    margin: 2px 0 0 6px;
    background: linear-gradient(135deg, #ff5a4d, #e93323);
    color: #fff;
    border-radius: 3px;
    font-size: 11px;
}

.shoplist .dmain .u1 .l2 .s2 {
    float: left;
    width: 100%;
    color: #8b94a3;
    margin: 4px 0 0 0;
    font-size: 12px;
}

.shoplist .dmain .u1 .l3 {
    width: 56px;
}

.shoplist .dmain .u1 .l3 a {
    float: left;
    width: 52px;
    height: 28px;
    border-radius: 14px;
    color: #fff;
    text-align: center;
    line-height: 28px;
    margin-top: 8px;
    background: linear-gradient(135deg, #ff5a4d, #e93323);
    font-size: 12px;
}

/* 最新上架商品预览（三列） */
.shoplist .dmain .u2 {
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 0 8px 12px 8px;
    margin: 0;
}

.shoplist .dmain .u2 li {
    float: left;
    margin: 0;
    box-sizing: border-box;
}

.shoplist .dmain .u2 .cap {
    width: 100%;
    line-height: 28px;
    color: #8b94a3;
    font-size: 12px;
    padding: 0 4px;
}

.shoplist .dmain .u2 .l1 {
    width: 33.333%;
    padding: 0 4px 8px 4px;
}

.shoplist .dmain .u2 .l1 a {
    display: block;
    text-decoration: none;
    color: inherit;
    -webkit-tap-highlight-color: transparent;
}

.shoplist .dmain .u2 .l1 img {
    width: 100%;
    height: calc((100vw - 72px) / 3);
    max-height: 120px;
    object-fit: cover;
    border-radius: 6px;
    border: #eceef2 solid 1px;
    display: block;
    background: #fafbfc;
    box-sizing: border-box;
}

.shoplist .dmain .u2 .l1 .s1 {
    display: block;
    float: none;
    width: 100%;
    margin: 6px 0 0 0;
    font-size: 12px;
    line-height: 16px;
    color: #1f2329;
}

.shoplist .dmain .u2 .l1 .s2 {
    display: block;
    float: none;
    width: 100%;
    margin: 4px 0 0 0;
    font-size: 13px;
    font-weight: 700;
    color: #e93323;
    line-height: 18px;
}

.shopdq .d1 {
    margin: 50px 20px 0 20px;
}

.shopdq .d1 .u1 {
    float: left;
    width: 100%;
}

.shopdq .d1 .u1 li {
    float: left;
    width: 100%;
    margin: 0;
}

.shopdq .d1 .u1 .l1 {
    font-size: 18px;
    font-weight: 700;
    color: #e93323;
}

.shopdq .d1 .u1 .l2 {
    margin: 30px 0 0 0;
    line-height: 25px;
    font-size: 14px;
    color: #4e5969;
}

.type1 {
    background-color: #fff;
    font-size: 14px;
    font-weight: 700;
    height: 44px;
    border-bottom: #f0f2f5 solid 1px;
}

.type1 .d1 {
    margin: 0;
    padding: 0 16px;
    height: 44px;
    line-height: 44px;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
}

.type2 .dm {
    margin: 12px 12px 4px 12px;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
}

.type2 .d1 {
    float: left;
    width: 33%;
    height: 36px;
    line-height: 36px;
    font-size: 13px;
}
