/*!Name: shop.css
 * Date: 2025-6-12 19:34:37 */
.detail-classification .name,.detail-shop .name {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.shop-information {
    padding-bottom: 24px;
    border-bottom: 1px solid #dfdfdf
}

.detail-shop {
    display: flex;
    align-items: center;
    line-height: 1
}

.detail-shop .five-star,.detail-shop .year-five-star {
    height: 16px;
    margin-top: 8px
}

.detail-shop .star-level {
    display: flex;
    align-items: center;
    margin-top: 8px
}

.detail-shop .star-level .star {
    margin-right: 4px
}

.detail-shop .star-level .star-half {
    width: 11px;
    height: 11px;
    display: block;
    background: url(https://img13.360buyimg.com/imagetools/jfs/t1/264521/10/14668/488/6790f80cF20e9e146/07e6123c15c59d33.png) left top/100% 100% no-repeat
}

.detail-shop .star-level .star-gray {
    width: 11px;
    height: 11px;
    display: block;
    background: url(https://img14.360buyimg.com/imagetools/jfs/t1/258695/37/14778/677/6790ecf2Fd68f9ba4/6bab2238d061a650.png) left top/100% 100% no-repeat
}

.detail-shop .star-level .star-light {
    width: 11px;
    height: 11px;
    display: block;
    background: url(https://img11.360buyimg.com/imagetools/jfs/t1/259360/29/14690/614/6790ecedF52e86c8e/4e94a8290a59443a.png) left top/100% 100% no-repeat
}

.detail-shop .star-level .star-num {
    font-size: 12px;
    color: #fa2c19;
    margin-left: 4px;
    font-family: JDZhengHeiVRegular2-1
}

.detail-shop .border-img {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border: 1px solid rgba(0,0,0,.06);
    margin-right: 12px;
    cursor: pointer;
    border-radius: 4px;
    overflow: hidden
}

.detail-shop .logo {
    width: 100%;
    display: block
}

.detail-shop .name-tag {
    margin-right: 24px
}

.detail-shop .name {
    font-size: 16px;
    font-weight: 600;
    color: #0c0c24;
    cursor: pointer;
    max-width: 240px
}

.detail-shop .name-tag .flex {
    margin-top: 8px
}

.detail-shop .flex {
    display: flex;
    align-items: center
}

.detail-shop .tag {
    font-size: 12px;
    color: #c47127;
    margin: 3px
}

.detail-shop .self-support {
    background: linear-gradient(135deg,#ff475d 0,#ff1a2d 100%);
    padding: 3px 2px;
    border-radius: 2px;
    font-size: 12px;
    color: #fff;
    margin-right: 6px
}

.detail-shop .tag-list .line {
    height: 12px;
    border-right: .5px dashed rgba(196,113,39,.3)
}

.detail-shop .tag-list {
    display: flex;
    border-radius: 2px;
    align-items: center;
    background: rgba(255,130,0,.08);
    color: #b5691a;
    border: 1px solid rgba(181,105,26,.2)
}

.detail-shop .advantage {
    display: flex;
    align-items: center;
    flex: 1
}

.detail-shop .advantage .line {
    width: 1px;
    height: 24px;
    background: rgba(0,0,0,.06);
    margin: 0 16px
}

.detail-shop .advantage .item {
    display: flex;
    flex-direction: column;
    align-items: center
}

.detail-shop .advantage .text {
    font-size: 14px;
    color: #888b94
}

.detail-shop .value {
    margin-top: 8px;
    font-size: 14px;
    color: #1a1a1a;
    font-family: JDZhengHeiVRegular2-1
}

.detail-shop .level {
    color: #ff0f23;
    font-size: 14px;
    margin-left: 2px
}

.detail-shop .btns>div:last-child {
    margin-left: 12px
}

.detail-shop .shop-btn {
    display: flex;
    border: 1px solid #888b94;
    width: 98px;
    height: 36px;
    border-radius: 4px;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    cursor: pointer
}

.detail-shop .shop-btn .im {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%
}

.detail-shop .shop-icon {
    width: 14px;
    height: 14.5px;
    display: block;
    margin-right: 6px
}

.detail-shop .shop-btn .text {
    font-size: 14px;
    font-weight: 500;
    color: #1a1a1a
}

.detail-goods {
    display: flex;
    background: #fff;
    line-height: 1;
    height: 156px;
    margin-top: 16px
}

.detail-goods .left-arrow,.detail-goods .right-arrow {
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    border: .5px solid rgba(0,0,0,.06);
    cursor: pointer
}

.detail-goods .arrow {
    display: block;
    width: 12px;
    height: 12px
}

.detail-goods .left-arrow {
    margin-right: 8px
}

.detail-goods .shop-goods-wrap {
    position: relative;
    overflow: hidden;
    flex: 1
}

.detail-goods .shop-goods-list {
    position: absolute;
    left: 0;
    top: 0;
    display: flex
}

.detail-goods .shop-goods-list>div:last-child {
    margin-right: 0
}

.detail-goods .item {
    width: 117px;
    position: relative;
    margin-right: 8px;
    border-radius: 4px;
    overflow: hidden;
    box-sizing: border-box
}

.detail-goods .goods-img-wrap {
    width: 117px;
    height: 117px;
    background: #fafafa
}

.detail-goods .goods-img {
    height: 100%;
    display: block;
    margin: 0 auto;
    cursor: pointer
}

.detail-goods .add-cart {
    width: 24px;
    height: 24px;
    display: block;
    cursor: pointer
}

.detail-goods .tag {
    width: 32px;
    height: 20px;
    border-radius: 4px 0;
    background: rgba(0,0,0,.3);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    font-size: 12px
}

.detail-goods .price {
    font-size: 16px;
    color: #fa2c19;
    font-family: JDZhengHeiVRegular2-1
}

.detail-goods .name {
    font-size: 14px;
    color: #1a1a1a;
    margin: 8px 0 3px
}

.detail-goods .flex {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    padding-bottom: 5px;
    padding-top: 10px
}

.detail-classification {
    display: flex;
    height: 147px;
    margin-top: 16px
}

.detail-classification .left-arrow,.detail-classification .right-arrow {
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    border: .5px solid rgba(0,0,0,.06);
    cursor: pointer
}

.detail-classification .left-arrow {
    margin-right: 8px
}

.detail-classification .arrow {
    display: block;
    width: 12px;
    height: 12px
}

.detail-classification .shop-cate-wrap {
    position: relative;
    overflow: hidden;
    flex: 1
}

.detail-classification .shop-cate-list {
    position: absolute;
    left: 0;
    top: 0;
    display: flex
}

.detail-classification .shop-cate-list>div:last-child {
    margin-right: 0
}

.detail-classification .item {
    width: 117px;
    border-radius: 4px;
    position: relative;
    margin-right: 8px;
    border: 1px solid rgba(0,0,0,.02);
    cursor: pointer;
    box-sizing: border-box;
    height: 147px;
    overflow: hidden
}

.detail-classification .cate-img-wrap {
    width: 117px;
    height: 117px;
    background: #fafafa
}

.detail-classification .cate-img {
    height: 100%;
    display: block;
    margin: 0 auto
}

.detail-classification .name {
    font-size: 14px;
    color: #1a1a1a;
    margin: 6px 0 0;
    text-align: center;
    padding: 0 8px
}
