@charset "utf-8";

body {
    font-family: "Microsoft YaHei", 微软雅黑, "MicrosoftJhengHei", 华文细黑, STHeiti, MingLiu, sans-serif;
    background-color: #f5f6f8;
    color: #1f2329;
}

/* 店铺顶栏 */
.shoptop1 {
    float: left;
    width: 1250px;
    margin: 12px 0 0 0;
    padding: 14px 18px;
    color: #4e5969;
    text-align: left;
    background: #fff;
    border: #eceef2 solid 1px;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
    box-sizing: border-box;
    position: relative;
    overflow: visible;
    z-index: 20;
}

.shoptop1 .d2:hover {
    color: #e93323;
}

.shoptop1 .d1 {
    float: left;
    font-size: 18px;
    font-weight: 700;
    margin: 4px 16px 0 0;
}

.shoptop1 .d1 a {
    color: #1f2329;
}

.shoptop1 .d1 a:hover {
    color: #e93323;
}

.shoptop1 .d2 {
    float: left;
    margin: 0 16px 0 0;
    height: 28px;
    cursor: pointer;
    position: relative;
    padding-right: 18px;
}

.shoptop1 .d2::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 0;
    height: 0;
    margin-top: -2px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #8b94a3;
    transition: transform 0.2s ease, border-top-color 0.2s ease;
}

.shoptop1 .d21::after {
    transform: rotate(180deg);
    border-top-color: #e93323;
    margin-top: -4px;
}

.shoptop1 .d2 .s2 {
    float: left;
    padding: 4px 8px 0 0;
}

.shoptop1 .d2 .s3 {
    float: left;
    padding: 2px 0 0 0;
}

.shoptop1 .d2 .s3 img {
    width: 18px;
    height: 18px;
}

.shoptop1 .d2 .s4 {
    float: left;
    padding: 4px 0 0 8px;
    font-size: 13px;
    color: #8b94a3;
}

.shoptop1 .d2 .s4 .green {
    color: #e93323;
    font-weight: 600;
}

.shoptop1 .d2 #lkuang {
    float: none;
    width: 620px;
    height: auto;
    clear: both;
    position: absolute;
    left: 0;
    top: calc(100% + 8px);
    z-index: 888;
    background-color: #fff;
    border: #eceef2 solid 1px;
    border-radius: 14px;
    margin: 0;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.12);
    overflow: hidden;
    box-sizing: border-box;
}

.shoptop1 .d2 #lkuang::before {
    content: "";
    position: absolute;
    left: 28px;
    top: -7px;
    width: 12px;
    height: 12px;
    background: #fff;
    border-left: #eceef2 solid 1px;
    border-top: #eceef2 solid 1px;
    transform: rotate(45deg);
}

.shoptop1 .d2 #lkuang .u1 {
    float: none;
    width: 100%;
    margin: 0;
    display: grid;
    grid-template-columns: 168px 1fr 1fr;
    grid-template-rows: auto auto auto auto;
    box-sizing: border-box;
}

.shoptop1 .d2 #lkuang .u1 li {
    float: none;
    margin: 0;
    box-sizing: border-box;
}

.shoptop1 .d2 #lkuang .u1 .l1 {
    grid-column: 1;
    grid-row: 1 / span 3;
    background: linear-gradient(180deg, #fff5f4 0%, #f8f9fb 100%);
    border-right: #eceef2 solid 1px;
    padding: 24px 16px;
    text-align: center;
}

.shoptop1 .d2 #lkuang .lk-side {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.shoptop1 .d2 #lkuang .lk-name {
    font-size: 16px;
    color: #1f2329;
    line-height: 24px;
    word-break: break-all;
}

.shoptop1 .d2 #lkuang .lk-sub {
    font-size: 12px;
    color: #8b94a3;
    line-height: 18px;
}

.shoptop1 .d2 #lkuang .u1 .l2 {
    grid-column: 2 / span 2;
    grid-row: 1;
    padding: 18px 18px 0 18px;
    background: #fff;
}

.shoptop1 .d2 #lkuang .lk-auth {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-height: 52px;
    padding: 12px 14px 12px 56px;
    background: #f8f9fb url(img/a.gif) 12px 12px no-repeat;
    border-radius: 10px;
    border: #eceef2 solid 1px;
    box-sizing: border-box;
}

.shoptop1 .d2 #lkuang .lk-auth .ls1 {
    font-size: 14px;
    font-weight: 700;
    color: #1f2329;
    line-height: 20px;
    word-break: break-all;
}

.shoptop1 .d2 #lkuang .lk-auth .ls2 {
    font-size: 12px;
    color: #8b94a3;
    line-height: 18px;
    word-break: break-all;
}

.shoptop1 .d2 #lkuang .u1 .l3 {
    grid-column: 2 / span 2;
    grid-row: 2;
    padding: 12px 18px 0 18px;
    background: #fff;
}

.shoptop1 .d2 #lkuang .lk-cert {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 10px;
}

.shoptop1 .d2 #lkuang .lk-cert-icons img {
    width: 18px;
    height: 18px;
    margin: 0;
}

.shoptop1 .d2 #lkuang .lk-cert-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.shoptop1 .d2 #lkuang .lk-tag {
    display: inline-block;
    padding: 2px 10px;
    font-size: 12px;
    line-height: 20px;
    color: #8b94a3;
    background: #f5f6f8;
    border: #eceef2 solid 1px;
    border-radius: 10px;
}

.shoptop1 .d2 #lkuang .lk-tag-on {
    color: #e93323;
    background: #fff8f7;
    border-color: #ffd4cf;
}

.shoptop1 .d2 #lkuang .lk-bzj {
    width: 100%;
    font-size: 12px;
    color: #4e5969;
    padding: 4px 0 0 0;
}

.shoptop1 .d2 #lkuang .u1 .l4,
.shoptop1 .d2 #lkuang .u1 .l5 {
    padding: 14px 10px 0 10px;
    background: #fff;
}

.shoptop1 .d2 #lkuang .u1 .l4 {
    grid-column: 2;
    grid-row: 3;
}

.shoptop1 .d2 #lkuang .u1 .l5 {
    grid-column: 3;
    grid-row: 3;
}

.shoptop1 .d2 #lkuang .lk-stat {
    height: 100%;
    padding: 12px 14px;
    background: #f8f9fb;
    border: #eceef2 solid 1px;
    border-radius: 10px;
    box-sizing: border-box;
}

.shoptop1 .d2 #lkuang .lk-cap {
    font-size: 13px;
    font-weight: 700;
    color: #1f2329;
    padding-bottom: 10px;
    margin-bottom: 8px;
    border-bottom: #eceef2 solid 1px;
}

.shoptop1 .d2 #lkuang .lk-items {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.shoptop1 .d2 #lkuang .lk-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    font-size: 12px;
    line-height: 18px;
}

.shoptop1 .d2 #lkuang .lk-label {
    color: #8b94a3;
    flex-shrink: 0;
}

.shoptop1 .d2 #lkuang .lk-val {
    color: #1f2329;
    font-weight: 600;
    text-align: right;
}

.shoptop1 .d2 #lkuang .u1 .l4 .red,
.shoptop1 .d2 #lkuang .u1 .l5 .red,
.shoptop1 .d2 #lkuang .u1 .l3 .red,
.shoptop1 .d2 #lkuang .lk-val.red {
    color: #e93323;
    font-weight: 700;
}

.shoptop1 .d2 #lkuang .u1 .l6 {
    grid-column: 1 / -1;
    grid-row: 4;
    width: 100%;
    padding: 14px 18px 18px 18px;
    background: linear-gradient(180deg, #fff 0%, #fafbfc 100%);
    border-top: #eceef2 solid 1px;
}

.shoptop1 .d2 #lkuang .lk-foot {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

.shoptop1 .d2 #lkuang .lk-fav {
    display: inline-block;
    min-width: 132px;
    height: 38px;
    line-height: 38px;
    padding: 0 22px 0 42px;
    border-radius: 19px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: url(img/b.gif) 16px center no-repeat, linear-gradient(135deg, #ff5a4d 0%, #e93323 100%);
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.shoptop1 .d2 #lkuang .lk-fav:hover {
    opacity: 0.92;
    text-decoration: none;
    transform: translateY(-1px);
}

.shoptop1 .d2 #lkuang .lk-fav-on {
    color: #e93323;
    background: #fff8f7 url(img/b.gif) 16px center no-repeat;
    border: #ffd4cf solid 1px;
    box-sizing: border-box;
    line-height: 36px;
}

.shoptop1 .d2 #lkuang .u1 .l6 #favsno,
.shoptop1 .d2 #lkuang .u1 .l6 #favsyes {
    float: none;
    margin: 0;
}

.shoptop1 .d4 {
    float: left;
    margin: 6px 0 0 0;
    font-size: 13px;
    color: #8b94a3;
}

.shoptop1 .d4 span {
    color: #e93323;
    font-weight: 600;
}

.shoptop1 .d5 {
    float: right;
    margin: 4px 0 0 10px;
}

.shoptop1 .d5 a {
    float: left;
    background: linear-gradient(135deg, #ff5a4d 0%, #e93323 100%);
    padding: 0 16px;
    height: 32px;
    line-height: 32px;
    border-radius: 16px;
    color: #fff;
    font-size: 13px;
}

.shoptop1 .d5 a:hover {
    opacity: 0.92;
    text-decoration: none;
}

.shoptop1 .d6 {
    float: right;
    margin: 7px 0 0 10px;
}

/* 店招横幅 */
.shopbfb {
    float: left;
    height: 120px;
    margin: 12px 0 0 0;
    border-radius: 12px;
    overflow: hidden;
    width: 100%;
}

/* 导航菜单 */
.bfbshopm {
    height: 48px;
    background: linear-gradient(135deg, #2c2c2c 0%, #1a1a1a 100%);
    font-size: 15px;
    border-radius: 0 0 12px 12px;
    margin-top: -1px;
}

.bfbshopm .menu {
    background: transparent;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.bfbshopm .menu .d1 {
    float: none;
    width: auto;
    height: 48px;
    position: relative;
}

.bfbshopm .menu .d1 .a1 {
    color: #fff;
    min-width: 110px;
    text-align: center;
    float: left;
    padding: 0 20px;
    height: 48px;
    line-height: 48px;
    font-size: 15px;
    transition: background 0.2s ease, color 0.2s ease;
}

.bfbshopm .menu .d1 .a1:hover,
.bfbshopm .menu .d1:hover .a1,
.bfbshopm .menu .d1 .a1.shop-on {
    background-color: #e93323;
    text-decoration: none;
    color: #fff;
}

.bfbshopm .menu .d1 .d2 {
    float: left;
    width: 140px;
    background-color: #fff;
    border: #eceef2 solid 1px;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 20;
    border-radius: 0 0 8px 8px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.bfbshopm .menu .d1 .d2 a {
    float: left;
    width: 100%;
    text-align: center;
    padding: 0;
    height: 36px;
    line-height: 36px;
    color: #4e5969;
    box-sizing: border-box;
}

.bfbshopm .menu .d1 .d2 a:hover {
    background-color: #fff8f7;
    color: #e93323;
    text-decoration: none;
}

.bfbshop {
    background-color: #f5f6f8;
    padding-bottom: 24px;
}

/* 轮播 */
.banner {
    float: left;
    height: 400px;
    overflow: hidden;
    width: 100%;
    border-radius: 12px;
    margin-top: 12px;
}

.banner .d1 {
    float: left;
    width: 100%;
    min-width: 1250px;
    height: 400px;
    display: block;
    position: absolute;
    left: 0;
    z-index: 8;
    background-size: cover !important;
}

.banner .d2 {
    float: left;
    width: 100%;
    min-width: 1250px;
    height: 30px;
    clear: both;
    position: absolute;
    z-index: 8;
    left: 0;
    margin-top: 360px;
}

.banner .d2 ul {
    float: left;
    position: absolute;
    left: 50%;
    display: inline;
}

.banner .d2 li {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    border: rgba(255, 255, 255, 0.8) solid 1px;
    float: left;
    margin: 0 4px;
    display: inline;
    background: rgba(0, 0, 0, 0.2);
    transition: background 0.2s ease;
}

.banner .d2 li.nuw {
    background-color: #e93323;
    border-color: #e93323;
}

/* 左侧栏 */
.left {
    float: left;
    width: 200px;
    margin: 16px 0 0 0;
    text-align: left;
}

.left .u1 {
    float: left;
    border: #eceef2 solid 1px;
    width: 198px;
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}

.left .u1 li {
    float: left;
    margin: 0;
}

.left .u1 .l1 {
    width: 178px;
    padding: 10px;
}

.left .u1 .l1 img {
    width: 178px;
    height: 178px;
    object-fit: cover;
    border-radius: 8px;
    display: block;
}

.left .u2,
.left .u3,
.left .u4,
.left .u5 {
    float: left;
    width: 198px;
    border: #eceef2 solid 1px;
    margin: 12px 0 0 0;
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}

.left .u2 li,
.left .u3 li,
.left .u4 li,
.left .u5 li {
    float: left;
    margin: 0;
}

.left .u2 .l1,
.left .u3 .l1,
.left .u4 .l1,
.left .u5 .l1 {
    background: linear-gradient(135deg, #fff5f4 0%, #fff 100%);
    font-weight: 700;
    padding: 10px 0 10px 16px;
    width: 182px;
    height: auto;
    line-height: 22px;
    border-bottom: #eceef2 solid 1px;
    color: #1f2329;
    font-size: 14px;
}

.left .u2 .l2 {
    padding: 10px 0 8px 16px;
    width: 182px;
    font-size: 14px;
    font-weight: 600;
}

.left .u2 .l2 a:hover {
    color: #e93323;
    text-decoration: none;
}

.left .u2 .l3 {
    padding: 0 12px 12px 16px;
    width: 170px;
    font-size: 13px;
    line-height: 24px;
    color: #4e5969;
}

.left .u2 .l3 img {
    border: #eceef2 solid 1px;
    cursor: pointer;
    border-radius: 6px;
    max-width: 150px;
}

.left .u3 .l2 {
    border-bottom: #f0f2f5 dotted 1px;
    padding: 12px 12px 12px 16px;
    width: 170px;
}

.left .u3 .l2 a {
    color: #4e5969;
}

.left .u3 .l2 a:hover {
    color: #e93323;
}

.left .u3 .l2 .s1 {
    float: left;
    width: 60px;
}

.left .u3 .l2 .s1 img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 6px;
    border: #eceef2 solid 1px;
}

.left .u3 .l2 .s2 {
    width: 100px;
    line-height: 20px;
    font-size: 12px;
    color: #8b94a3;
}

.left .u3 .l2 .feng {
    color: #e93323;
    font-weight: 700;
}

.left .u4 .l2 {
    width: 170px;
    padding: 12px 12px 14px 16px;
    line-height: 24px;
    font-size: 13px;
    color: #4e5969;
}

.left .u4 .l2 strong {
    color: #e93323;
}

.left .u5 .l2 {
    width: 170px;
    padding: 8px 12px 12px 16px;
}

.left .newjy {
    float: left;
    width: 170px;
    margin: 0;
    min-height: 40px;
}

.left .newjy .icon {
    float: left;
    background: url(img/call.gif) no-repeat center;
    background-color: #fff8f7;
    width: 32px;
    height: 32px;
    margin: 4px 8px 0 0;
    border-radius: 6px;
    border: #ffd4cf solid 1px;
}

.left .newjy #rolltxt {
    list-style: none;
    float: left;
    width: calc(100% - 42px);
    background-color: #fff;
    overflow: hidden;
    height: 36px;
    padding: 2px 0;
    margin: 0;
}

.left .newjy #rolltxt li {
    float: left;
    display: block;
    margin: 2px 0;
    height: 16px;
    line-height: 16px;
    width: 100%;
    font-size: 12px;
    color: #4e5969;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.left .newjy #rolltxt li .s1 {
    color: #1f2329;
    font-weight: 500;
}

.left .newjy #rolltxt li .s2 {
    color: #e93323;
    font-weight: 600;
}

/* 首页右侧主区 */
.iright {
    float: right;
    width: 1030px;
    margin: 16px 0 20px 0;
    text-align: left;
    background-color: #fff;
    padding: 0 0 24px 0;
    border: #eceef2 solid 1px;
    border-radius: 12px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.04);
    box-sizing: border-box;
}

.iright .rcap {
    float: left;
    margin: 20px 20px 0 20px;
    height: 36px;
    border-bottom: #eceef2 solid 1px;
    width: calc(100% - 40px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: none;
}

.iright .rcap .d1 {
    float: none;
    color: #1f2329;
    border-bottom: #e93323 solid 3px;
    height: 33px;
    line-height: 33px;
    font-size: 16px;
    font-weight: 700;
    padding-right: 4px;
}

.iright .rcap .d2 {
    float: none;
    font-size: 13px;
}

.iright .rcap .d2 a {
    color: #8b94a3;
}

.iright .rcap .d2 a:hover {
    text-decoration: none;
    color: #e93323;
}

.iright .gywm {
    float: left;
    margin: 12px 20px 0 20px;
    width: calc(100% - 40px);
    font-size: 14px;
    line-height: 26px;
    color: #4e5969;
    padding: 12px 16px;
    background: #f8f9fb;
    border-radius: 8px;
    box-sizing: border-box;
}

.iright .fwxm {
    float: left;
    margin: 8px 20px 0 20px;
    width: calc(100% - 40px);
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.iright .fwxm a {
    float: none;
    background-color: #f8f9fb;
    color: #4e5969;
    padding: 6px 18px;
    border-radius: 16px;
    margin: 0;
    font-size: 14px;
    height: auto;
    line-height: 22px;
    border: #eceef2 solid 1px;
    transition: all 0.2s ease;
}

.iright .fwxm a:hover {
    color: #fff;
    background: linear-gradient(135deg, #ff5a4d 0%, #e93323 100%);
    border-color: transparent;
    text-decoration: none;
}

.iright .newjy {
    float: left;
    width: calc(100% - 40px);
    margin: 8px 20px 0 20px;
    min-height: 48px;
    border-bottom: #f0f2f5 dotted 1px;
    padding-bottom: 8px;
}

.iright .newjy .icon {
    float: left;
    background: url(img/call.gif) no-repeat center;
    background-color: #fff8f7;
    width: 40px;
    height: 40px;
    margin: 4px 12px 0 0;
    border-radius: 8px;
    border: #ffd4cf solid 1px;
}

.iright .newjy #rolltxt {
    list-style: none;
    float: left;
    width: calc(100% - 56px);
    background-color: #fff;
    overflow: hidden;
    height: 40px;
    padding: 4px 0;
    margin: 0;
}

.iright .newjy #rolltxt li {
    float: left;
    display: block;
    margin: 2px 0;
    height: 18px;
    line-height: 18px;
    width: 100%;
    font-size: 13px;
    color: #4e5969;
}

.iright .newjy #rolltxt li .s1 {
    color: #1f2329;
    font-weight: 500;
}

.iright .newjy #rolltxt li .s2 {
    color: #e93323;
    font-weight: 600;
}

.iright .newjy #rolltxt li a {
    color: #4e5969;
}

.iright .newjy #rolltxt li a:hover {
    color: #e93323;
}

/* 商品/服务卡片 */
.iright .plist,
.iright .serlist {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    padding: 8px 20px 0 20px;
    box-sizing: border-box;
}

.iright .plist .u2,
.iright .serlist .u2 {
    float: none;
    width: calc((100% - 48px) / 4);
    min-height: 340px;
    border: #eceef2 solid 1px;
    margin: 0;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    display: grid;
    grid-template-rows: auto auto auto auto auto;
    box-sizing: border-box;
}

.iright .serlist .u2 {
    min-height: 300px;
}

.iright .plist .u2:hover,
.iright .serlist .u2:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(233, 51, 35, 0.1);
    border-color: #ffd4cf;
}

.iright .plist .u2 li,
.iright .serlist .u2 li {
    float: none;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
}

.iright .plist .u2 .l1,
.iright .serlist .u2 .l1 {
    padding: 10px;
    width: auto;
    height: auto;
    overflow: hidden;
    background: #fafbfc;
}

.iright .plist .u2 .l1 img,
.iright .serlist .u2 .l1 img {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    display: block;
    border-radius: 6px;
    transition: transform 0.3s ease;
}

.iright .plist .u2:hover .l1 img,
.iright .serlist .u2:hover .l1 img {
    transform: scale(1.03);
}

.iright .plist .u2 .l2,
.iright .serlist .u2 .l2 {
    width: auto;
    font-size: 18px;
    color: #e93323;
    padding: 8px 12px 0 12px;
    height: auto;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
}

.iright .plist .u2 .l3,
.iright .serlist .u2 .l3 {
    width: auto;
    padding: 4px 12px;
    min-height: 44px;
    line-height: 22px;
    font-size: 14px;
}

.iright .plist .u2 .l3 a,
.iright .serlist .u2 .l3 a {
    float: none;
    display: block;
    width: 100%;
    overflow: hidden;
    max-height: 44px;
    color: #1f2329;
    font-weight: 500;
}

.iright .plist .u2 .l3 a:hover,
.iright .serlist .u2 .l3 a:hover {
    color: #e93323;
    text-decoration: none;
}

.iright .plist .u2 .l4,
.iright .serlist .u2 .l4 {
    width: auto;
    padding: 4px 12px;
    font-size: 12px;
    color: #8b94a3;
}

.iright .plist .u2 .l5,
.iright .serlist .u2 .l5 {
    width: auto;
    padding: 4px 12px 12px 12px;
    text-align: right;
}

.iright .plist .u2 .l5 a,
.iright .serlist .u2 .l5 a {
    float: none;
    display: inline-block;
    border: transparent;
    background: linear-gradient(135deg, #ff5a4d 0%, #e93323 100%);
    width: auto;
    min-width: 80px;
    padding: 0 14px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    border-radius: 15px;
    font-size: 13px;
}

.iright .plist .u2 .l5 a:hover,
.iright .serlist .u2 .l5 a:hover {
    text-decoration: none;
    opacity: 0.92;
}

/* 评价统计 */
.iright .pjcap {
    float: left;
    width: calc(50% - 30px);
    margin: 12px 0 0 20px;
    border: #eceef2 solid 1px;
    height: auto;
    min-height: 120px;
    color: #4e5969;
    border-radius: 10px;
    overflow: hidden;
    background: #f8f9fb;
    display: flex;
    flex-wrap: wrap;
}

.iright .pjcap li {
    float: none;
    margin: 0;
}

.iright .pjcap .l1 {
    width: 50%;
    text-align: center;
    border-right: #eceef2 solid 1px;
    height: auto;
    min-height: 100px;
    padding: 20px 0;
    box-sizing: border-box;
}

.iright .pjcap .l1 span {
    float: left;
    width: 100%;
    font-size: 13px;
    color: #8b94a3;
}

.iright .pjcap .l1 strong {
    float: left;
    width: 100%;
    color: #e93323;
    font-size: 24px;
    margin: 8px 0 0 0;
    font-weight: 700;
}

.iright .pjcap .l2 {
    width: 100%;
    padding: 16px 20px;
    line-height: 28px;
    font-size: 13px;
    border-top: #eceef2 solid 1px;
}

.iright .pjcap .l2 span {
    color: #e93323;
    font-weight: 600;
}

.iright .pjcap1 {
    float: left;
    width: calc(50% - 30px);
    margin: 12px 20px 0 0;
    border: #eceef2 solid 1px;
    height: auto;
    min-height: 120px;
    color: #4e5969;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
}

.iright .pjcap1 .u1 {
    background-color: #fff;
    float: left;
    margin: 0;
    height: auto;
    width: 100%;
    padding: 12px 16px;
    box-sizing: border-box;
}

.iright .pjcap1 .u1 li {
    float: left;
    margin: 0;
}

.iright .pjcap1 .u1 .l1 {
    height: 22px;
    margin: 0 0 8px 0;
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 12px;
}

.iright .pjcap1 .u1 .l1 span {
    float: none;
    height: auto;
}

.iright .pjcap1 .u1 .l1 .s0 {
    margin: 0 6px 0 0;
}

.iright .pjcap1 .u1 .l1 .s1 {
    margin: 0 8px 0 0;
    width: auto;
}

.iright .pjcap1 .u1 .l1 .s1 strong {
    color: #4e5969;
    font-weight: 600;
}

.iright .pjcap1 .u1 .l1 .s2 {
    background-color: #e93323;
    margin: 0 8px 0 0;
    height: 8px;
    border-radius: 4px;
    min-width: 2px;
}

.iright .pjcap1 .u1 .l1 .s3 {
    margin: 0;
    color: #8b94a3;
}

/* 评价列表 */
.iright .pj {
    float: left;
    width: calc(100% - 40px);
    margin: 12px 20px 0 20px;
    background-color: #fff;
    padding: 16px;
    border: #eceef2 solid 1px;
    border-radius: 10px;
    box-sizing: border-box;
}

.iright .pj .u1 {
    float: left;
    text-align: center;
    width: 100px;
}

.iright .pj .u1 li {
    float: left;
    margin: 0;
}

.iright .pj .u1 .l1 {
    width: 100px;
    padding: 0 0 8px 0;
}

.iright .pj .u1 .l1 img {
    border-radius: 50%;
    border: #eceef2 solid 1px;
}

.iright .pj .u1 .l2 {
    width: 100px;
    color: #8b94a3;
    font-size: 12px;
}

.iright .pj .u2 {
    float: left;
    text-align: left;
    width: calc(100% - 230px);
}

.iright .pj .u2 li {
    float: left;
    margin: 0;
}

.iright .pj .u2 .l1 {
    border-bottom: #f0f2f5 dotted 1px;
    font-size: 14px;
    padding: 0 0 10px 0;
    line-height: 24px;
    width: 100%;
    color: #4e5969;
}

.iright .pj .u2 .l1 img {
    border: #eceef2 solid 1px;
    margin: 5px 5px 0 0;
    border-radius: 4px;
}

.iright .pj .u2 .l3 {
    padding: 8px 0 0 0;
    width: 100%;
    color: #8b94a3;
    font-size: 12px;
}

.iright .pj .d2 {
    float: right;
    color: #FFD600;
    font-size: 14px;
    width: 80px;
    text-align: right;
}

.iright .pj .d2 span {
    float: right;
    padding: 0;
    width: auto;
    color: #e93323;
    font-weight: 600;
}

.iright .pj .d2 .s1 {
    background: url(img/pj1.gif) right center no-repeat;
    padding-right: 24px;
}

.iright .pj .d2 .s2 {
    background: url(img/pj2.gif) right center no-repeat;
    padding-right: 24px;
}

.iright .pj .d2 .s3 {
    background: url(img/pj3.gif) right center no-repeat;
    padding-right: 24px;
}

.iright .pj1 {
    border-left: #e93323 solid 3px;
}

.iright .pj2 {
    border-left: #83C44E solid 3px;
}

.iright .pj3 {
    border-left: #2196F3 solid 3px;
}

/* 商品列表页 */
.prolist-page {
    text-align: left;
}

.prolist-wrap {
    float: left;
    width: 1250px;
    margin: 16px 0 24px 0;
    box-sizing: border-box;
}

.prolist-filter {
    float: left;
    width: 100%;
    background: #fff;
    border: #eceef2 solid 1px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
    box-sizing: border-box;
}

.psel {
    float: left;
    width: 100%;
    margin: 0;
    border: 0;
    text-align: left;
    background: transparent;
    border-radius: 0;
    overflow: visible;
}

.psel .u2 {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    border-bottom: #f0f2f5 dotted 1px;
    padding: 14px 20px;
    box-sizing: border-box;
}

.psel .u2:last-child {
    border-bottom: 0;
}

.psel .u2 li {
    float: none;
    margin: 0;
}

.psel .u2 .l1 {
    flex: 0 0 96px;
    width: auto;
    padding: 4px 12px 0 0;
    text-align: right;
    color: #8b94a3;
    font-size: 14px;
    line-height: 28px;
}

.psel .u2 .l2 {
    flex: 0 0 auto;
    width: auto;
    padding: 4px 8px 0 0;
}

.psel .u2 .l2 a {
    float: none;
    display: inline-block;
    color: #4e5969;
    margin: 0;
    font-size: 14px;
    line-height: 28px;
    padding: 0 4px;
}

.psel .u2 .l2 a:hover,
.psel .u2 .l3 a:hover {
    color: #e93323;
    text-decoration: none;
}

.psel .u2 .l2 .ax,
.psel .u2 .l3 .ax {
    color: #e93323;
    font-weight: 600;
}

.psel .u2 .l3 {
    flex: 1;
    width: auto;
    min-width: 0;
    line-height: 28px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.psel .u2 .l3 a {
    float: none;
    color: #4e5969;
    margin: 0;
    padding: 2px 14px;
    border-radius: 14px;
    font-size: 14px;
    line-height: 24px;
    border: transparent solid 1px;
    transition: all 0.2s ease;
}

.psel .u2 .l3 a:hover {
    background: #f8f9fb;
    border-color: #eceef2;
}

.psel .u2 .l3 .ax {
    background: #fff8f7;
    border: #ffd4cf solid 1px;
}

.prolist-filter .nser {
    float: left;
    background-color: #fff;
    border: 0;
    border-top: #f0f2f5 dotted 1px;
    width: 100%;
    text-align: left;
    padding: 10px 20px 12px 20px;
    border-radius: 0;
    box-sizing: border-box;
}

.nser .u1 {
    float: left;
    width: 100%;
    display: flex;
    align-items: flex-start;
}

.nser .u1 li {
    float: none;
    margin: 0;
}

.nser .u1 .l1 {
    flex: 0 0 96px;
    width: auto;
    text-align: right;
    color: #8b94a3;
    padding: 6px 12px 0 0;
    font-size: 13px;
}

.nser .u1 .l2 {
    flex: 1;
    width: auto;
    min-width: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.nser .u1 .l2 .s1,
.nser .u1 .l2 .s2 {
    float: none;
}

.nser .u1 .l2 .s1 a {
    color: #e93323;
    border: #ffd4cf solid 1px;
    padding: 2px 22px 2px 10px;
    height: 24px;
    line-height: 24px;
    background: url(img/serclose1.gif) right center no-repeat;
    margin: 0;
    background-color: #fff8f7;
    float: none;
    display: inline-block;
    border-radius: 12px;
    font-size: 12px;
}

.nser .u1 .l2 .s2 a {
    color: #e93323;
    border: #e93323 solid 1px;
    padding: 2px 22px 2px 10px;
    height: 24px;
    line-height: 24px;
    background: url(img/serclose2.gif) right center no-repeat;
    margin: 0;
    background-color: #ffece9;
    float: none;
    display: inline-block;
    border-radius: 12px;
    font-size: 12px;
}

.nser .u1 .l2 .s2 a:hover {
    text-decoration: none;
}

.paixu {
    float: left;
    width: 100%;
    margin: 12px 0 0 0;
    border-top: #e93323 solid 2px;
    height: 48px;
    background-color: #fff;
    border-bottom: #eceef2 solid 1px;
    border-left: #eceef2 solid 1px;
    border-right: #eceef2 solid 1px;
    text-align: left;
    border-radius: 12px 12px 0 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    box-sizing: border-box;
}

.paixu .d1 {
    float: none;
    flex: 1;
    display: flex;
    margin: 0;
}

.paixu .d1 a {
    float: none;
    border-right: #eceef2 solid 1px;
    min-width: 96px;
    padding: 0 16px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 14px;
    color: #4e5969;
    position: relative;
    margin: 0;
}

.paixu .d1 .a1::after,
.paixu .d1 .a2::after,
.paixu .d1 .a3::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 4px;
    vertical-align: middle;
}

.paixu .d1 .a1::after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 5px solid #e93323;
}

.paixu .d1 .a2::after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #e93323;
}

.paixu .d1 .a3::after {
    content: "⇅";
    width: auto;
    height: auto;
    border: 0;
    font-size: 11px;
    color: #c0c6d0;
    line-height: 1;
}

.paixu .d1 .a2,
.paixu .d1 .a1,
.paixu .d1 .a4 {
    color: #e93323;
    font-weight: 600;
    background: #fff8f7;
}

.paixu .d1 a:hover {
    text-decoration: none;
    background: #fff8f7;
    color: #e93323;
}

.paixu .d2 {
    float: none;
    flex: 0 0 auto;
    padding: 8px 16px 0 0;
    margin: 0;
}

.prolist-search {
    display: flex;
    align-items: center;
    gap: 0;
    margin: 0;
}

.prolist-search input {
    border: #eceef2 solid 1px;
    width: 168px;
    height: 32px;
    background-color: #f8f9fb;
    border-radius: 16px 0 0 16px;
    padding: 0 14px;
    outline: none;
    font-size: 13px;
    color: #1f2329;
    margin: 0;
    box-sizing: border-box;
}

.prolist-search input:focus {
    border-color: #ffd4cf;
    background-color: #fff;
}

.prolist-search input::placeholder {
    color: #b0b8c4;
}

.prolist-search button {
    border: 0;
    height: 32px;
    line-height: 32px;
    padding: 0 16px;
    background: linear-gradient(135deg, #ff5a4d 0%, #e93323 100%);
    color: #fff;
    border-radius: 0 16px 16px 0;
    font-size: 13px;
    cursor: pointer;
    margin: 0;
}

.prolist-search button:hover {
    opacity: 0.92;
}

.paixu .d2 .slistsea .l1 input {
    border: #eceef2 solid 1px;
    width: 146px;
    height: 30px;
    background-color: #fff;
    border-radius: 15px;
    padding-left: 12px;
    outline: none;
}

.prlist,
.srlist {
    float: left;
    width: 100%;
    padding: 20px;
    text-align: left;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
    background: #fff;
    border: #eceef2 solid 1px;
    border-top: 0;
    border-radius: 0 0 12px 12px;
    box-sizing: border-box;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.04);
}

.prlist .u2,
.srlist .u2 {
    float: none;
    width: auto;
    min-height: 340px;
    border: #eceef2 solid 1px;
    margin: 0;
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    background: #fff;
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto auto auto;
    box-sizing: border-box;
}

.prlist .u2 li,
.srlist .u2 li {
    float: none;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
}

.prlist .u2:hover,
.srlist .u2:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(233, 51, 35, 0.1);
    border-color: #ffd4cf;
}

.prlist .u2 .l1,
.srlist .u2 .l1 {
    padding: 10px;
    width: auto;
    height: auto;
    overflow: hidden;
    background: #fafbfc;
}

.prlist .u2 .l1 img,
.srlist .u2 .l1 img {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    display: block;
    border-radius: 6px;
    transition: transform 0.3s ease;
}

.prlist .u2:hover .l1 img,
.srlist .u2:hover .l1 img {
    transform: scale(1.03);
}

.prlist .u2 .l2,
.srlist .u2 .l2 {
    width: auto;
    font-size: 18px;
    color: #e93323;
    padding: 8px 12px 0 12px;
    height: auto;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
}

.prlist .u2 .l1,
.prlist .u2 .l2,
.prlist .u2 .l3,
.srlist .u2 .l1,
.srlist .u2 .l2,
.srlist .u2 .l3 {
    grid-column: 1 / -1;
}

.prlist .u2 .l3,
.srlist .u2 .l3 {
    width: auto;
    padding: 4px 12px;
    min-height: 44px;
    line-height: 22px;
    font-size: 14px;
}

.prlist .u2 .l3 a,
.srlist .u2 .l3 a {
    float: none;
    display: block;
    width: 100%;
    overflow: hidden;
    max-height: 44px;
    color: #1f2329;
    font-weight: 500;
}

.prlist .u2 .l3 a:hover,
.srlist .u2 .l3 a:hover {
    color: #e93323;
    text-decoration: none;
}

.prlist .u2 .l4,
.srlist .u2 .l4 {
    grid-column: 1;
    grid-row: 4;
    width: auto;
    padding: 8px 0 12px 12px;
    font-size: 12px;
    color: #8b94a3;
    align-self: center;
    justify-self: start;
    margin: 0;
    white-space: nowrap;
}

.prlist .u2 .l5,
.srlist .u2 .l5 {
    grid-column: 2;
    grid-row: 4;
    width: auto;
    padding: 8px 12px 12px 8px;
    text-align: right;
    align-self: center;
    justify-self: end;
    margin: 0;
}

.prlist .u2 .l5 a,
.srlist .u2 .l5 a {
    float: none;
    display: inline-block;
    border: transparent;
    background: linear-gradient(135deg, #ff5a4d 0%, #e93323 100%);
    width: auto;
    min-width: 80px;
    padding: 0 14px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    border-radius: 15px;
    font-size: 13px;
}

.prlist .u2 .l5 a:hover,
.srlist .u2 .l5 a:hover {
    text-decoration: none;
    opacity: 0.92;
}

.prlist .npa,
.srlist .npa {
    grid-column: 1 / -1;
    float: none;
    width: 100%;
    margin: 8px 0 0 0;
    padding: 8px 0 4px 0;
    text-align: center;
    clear: both;
}

.prolist-wrap .npa #page,
.srlist .npa #page {
    float: none;
    margin: 0 auto;
    width: auto;
    display: inline-block;
    clear: none;
}

.prolist-wrap .npa #page ul,
.srlist .npa #page ul {
    float: none;
    display: inline-block;
    margin: 0;
}

.prolist-wrap .npa #page ul li,
.srlist .npa #page ul li {
    float: left;
    margin: 0 4px 0 0;
}

.prolist-wrap .npa #page ul li a,
.srlist .npa #page ul li a {
    float: left;
    border: #eceef2 solid 1px;
    padding: 8px 14px;
    border-radius: 6px;
    color: #4e5969;
    background: #fff;
    transition: all 0.2s ease;
}

.prolist-wrap .npa #page ul li a:hover,
.srlist .npa #page ul li a:hover {
    text-decoration: none;
    background-color: #e93323;
    border-color: #e93323;
    color: #fff;
}

.prolist-wrap .npa #page ul .ohave,
.srlist .npa #page ul .ohave {
    float: left;
    padding: 8px 14px;
    color: #e93323;
    border: #ffd4cf solid 1px;
    border-radius: 6px;
    background-color: #fff8f7;
    font-weight: 600;
}

/* 内页 */
.right {
    float: right;
    width: 1030px;
    margin: 16px 0 0 0;
    text-align: left;
}

.right .about {
    float: left;
    width: 1030px;
    border: #eceef2 solid 1px;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.04);
}

.right .about .rcap {
    float: left;
    width: 100%;
    border-bottom: #eceef2 solid 1px;
    background: linear-gradient(135deg, #fff5f4 0%, #fff 100%);
    height: 44px;
    box-sizing: border-box;
}

.right .about .rcap li {
    float: left;
    margin: 0;
}

.right .about .rcap .l1 {
    font-weight: 700;
    padding: 12px 0 0 20px;
    width: 550px;
    font-size: 16px;
    color: #1f2329;
}

.right .about .rcap .l2 {
    font-weight: 400;
    padding: 12px 20px 0 0;
    width: 438px;
    text-align: right;
    color: #8b94a3;
}

.right .about .txt {
    float: left;
    width: 100%;
    border: 0;
    padding: 24px;
    font-size: 14px;
    line-height: 28px;
    min-height: 400px;
    color: #4e5969;
    box-sizing: border-box;
}

/* 到期提示 */
.shopdq {
    float: left;
    width: 1248px;
    margin: 16px 0 0 0;
    border: #eceef2 solid 1px;
    text-align: left;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
}

.shopdq .u1 {
    float: left;
    width: 550px;
    margin: 50px 0 50px 374px;
}

.shopdq .u1 li {
    float: left;
    margin: 0;
}

.shopdq .u1 .l1 {
    width: 490px;
    min-height: 50px;
    font-size: 16px;
    background: url(img/gth.gif) left top no-repeat;
    padding: 7px 0 0 60px;
    font-weight: 700;
    color: #1f2329;
}

.shopdq .u1 .l2 {
    width: 490px;
    min-height: 50px;
    font-size: 14px;
    padding-left: 60px;
    color: #4e5969;
}

.shopdq .u1 .l3 {
    width: 550px;
}

.shopdq .u1 .l3 .a1 {
    float: left;
    font-size: 14px;
    text-align: center;
    background: linear-gradient(135deg, #ff5a4d 0%, #e93323 100%);
    border-radius: 8px;
    color: #fff;
    width: 200px;
    padding: 0;
    height: 40px;
    line-height: 40px;
    margin-left: 60px;
}

.shopdq .u1 .l3 .a1:hover {
    opacity: 0.92;
    text-decoration: none;
}

.shopdq .u1 .l3 .a2 {
    float: left;
    margin: 12px 0 0 20px;
    color: #e93323;
}
