﻿.breadcrumb
{
    padding: 24px 0;
    height: 18px;
    line-height: 18px;
}

    .breadcrumb li
    {
        float: left;
        color: #b4b4b4;
    }

    .breadcrumb a
    {
        color: #b4b4b4;
        float: left;
        display: block;
    }

    .breadcrumb h1
    {
        float: left;
    }

    .breadcrumb a:hover
    {
        color: #3fac75;
    }

.bread-sep
{
    margin: 1px 3px;
    font-style: normal;
    float: left;
    display: block;
}

.product-intro-box
{
    padding: 0 32px 32px 16px;
    background-color: #fff;
}

.preview-preloads
{
    width: 0;
    height: 0;
    overflow: hidden;
    display: none;
}

.product-preview
{
    width: 416px;
    height: 502px;
    padding: 30px 48px 0 48px;
    position: relative;
}

.goods-lips
{
    position: absolute;
    z-index: 1;
    bottom: 50px;
    right: 0;
}

.preview-loading
{
    width: 32px;
    height: 32px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -16px;
    margin-left: -16px;
}

.preview-big
{
    width: 416px;
    height: 416px;
    overflow: hidden;
}

.preview-big-box
{
    width: 416px;
    height: 416px;
    overflow: hidden;
}

    .preview-big-box img
    {
        width: 100%;
        height: 100%;
    }

.preview-thumbs
{
    padding-top: 12px;
    height: 72px;
    overflow: hidden;
}

    .preview-thumbs ul
    {
        width: 430px;
    }

    .preview-thumbs li
    {
        float: left;
        width: 72px;
        height: 72px;
        margin-right: 14px;
    }

    .preview-thumbs a
    {
        display: block;
        border: solid 2px #fff;
        overflow: hidden;
        background-color: #fff;
        padding: 2px;
    }

    .preview-thumbs .current
    {
        border-color: #3fac75;
    }

    .preview-thumbs img
    {
        width: 100%;
    }

.preview-next, .preview-prev
{
    width: 16px;
    height: 32px;
    position: absolute;
    left: 8px;
    top: 238px;
    background: url(../images/icon-arrowbtn.png) 0 -200px no-repeat;
}

.preview-next
{
    left: auto;
    right: 8px;
    background-position: 0 -250px;
}

.details-intro
{
    width: 608px;
    padding: 24px 0 0 32px;
}

.details-name
{
    font-size: 24px;
    line-height: 36px;
    color: #161616;
    padding: 0 0 14px 16px;
}

.details-summary
{
    color: #3fac75;
    font-size: 18px;
    line-height: 26px;
    padding-left: 16px;
}

.details-price-box
{
    margin-top: 16px;
    background-color: #fff8e6;
    padding: 16px;
    min-height: 80px;
}

.details-price-current
{
    font-family: arial,helvetica,sans-serif;
}

.sale-sum
{
    position: absolute;
    font-size: 16px;
    height: 16px;
    line-height: 16px;
    color: #535353;
    top: 32px;
    right: 114px;
    padding-right: 10px;
    border-right: 1px solid #b4b4b4;
    margin-right: 10px;
}

.favorate-goods
{
    position: absolute;
    font-size: 16px;
    top: 28px;
    right: 16px;
    width: 98px;
    height: 26px;
    background: url(../images/favorate.png) no-repeat;
    line-height: 26px;
    cursor: pointer;
}

    .favorate-goods.active
    {
        background-position: 0 -26px;
    }

.favorate-gray-star-words
{
    font-size: 14px;
    color: #5d5d5d;
    display: inline;
    vertical-align: top;
}

    .favorate-gray-star-words.active
    {
        color: #3fac75;
    }

.favorate-gray-star
{
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-left: 10px;
    margin-top: 6px;
    background: url(../images/favorate.png) 0 -54px no-repeat;
}

    .favorate-gray-star.active
    {
        background-position: -19px -54px;
    }

.details-price-sale
{
    font-size: 32px;
    line-height: 40px;
    overflow-y: hidden;
    color: #fb143b;
}

.details-price b
{
    font-weight: 400;
}

.details-price-org, .details-price-title
{
    color: #5d5d5d;
    font-size: 16px;
}

    .details-price-org span
    {
        text-decoration: line-through;
    }

.details-coupon
{
    color: #b4b4b4;
    color: #5d5d5d;
    font-size: 14px;
    margin-top: 12px;
    padding-right: 24px;
    float: left;
}

.details-coupon-detal
{
    overflow: hidden;
    line-height: 22px;
}

    .details-coupon-detal span
    {
        padding-right: 12px;
    }

.countdown span
{
    padding: 0;
    display: inline-block;
}

.icon-coupon
{
    background: url(../images/coupon-sprite.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
}

.icon-coupon-price
{
    padding-left: 18px;
    height: 18px;
    vertical-align: top;
    background-color: #fb143b;
}

    .icon-coupon-minus i, .icon-coupon-price i
    {
        background-position: right -30px;
        color: #fff;
        font-size: 14px;
        display: block;
        line-height: 18px;
        vertical-align: top;
        text-align: center;
        font-style: normal;
        padding-right: 12px;
    }

.icon-coupon-minus
{
    background-position: 0 -60px;
    height: 18px;
    margin-right: 6px;
    margin-top: 2px;
    background-color: #fb143b;
    padding-left: 6px;
}

    .icon-coupon-minus i
    {
        background-position: right -90px;
        font-size: 12px;
    }

.icon-coupon-ship
{
    background-position: 0 -80px;
    width: 60px;
    height: 18px;
    margin-right: 10px;
}

.details-option
{
    padding: 0 16px 16px 16px;
    line-height: 32px;
    font-size: 14px;
    color: #999;
    margin-top: 15px;
}

.details-option-item
{
    padding-top: 16px;
    min-height: 48px;
}

.details-option-column
{
    overflow: hidden;
}

    .details-option-column li
    {
        border: solid 1px #e6e6e6;
        float: left;
        margin-right: 8px;
        margin-bottom: 16px;
    }

    .details-option-column a
    {
        color: #5d5d5d;
        border: solid 1px #fff;
        height: 28px;
        line-height: 28px;
        padding: 0 12px;
        display: block;
        white-space: nowrap;
    }

    .details-option-column .current a, .details-option-column li:hover, .details-option-column li:hover a
    {
        border-color: #3fac75;
        color: #3fac75;
    }

    .details-option-column .current
    {
        border-color: #3fac75;
        background: url(../images/icon-selected.png) right bottom no-repeat;
    }

.details-quantity
{
    overflow: hidden;
}

    .details-quantity a
    {
        display: block;
        float: left;
        width: 30px;
        height: 32px;
        line-height: 32px;
        text-align: center;
        color: #fff;
        background-color: #e6e6e6;
        font-size: 20px;
    }

        .details-quantity a:hover
        {
            background-color: #cfcfcf;
        }

    .details-quantity input
    {
        float: left;
        width: 44px;
        height: 30px;
        border: solid 1px #e6e6e6;
        text-align: center;
        line-height: 30px;
        color: #646464;
        font-size: 18px;
    }

.buy-btn
{
    padding-left: 16px;
}

    .buy-btn a
    {
        height: 48px;
        line-height: 48px;
        font-size: 18px;
        color: #fff;
        float: left;
        display: block;
        border-radius: 2px;
    }

    .buy-btn .disable, .buy-btn .disable:hover
    {
        background-color: #e6e6e6;
        cursor: not-allowed;
    }

.buy-btn-once
{
    width: 96px;
    height: 48px;
    padding-left: 56px;
    padding-right: 32px;
    background: #3fac75 url(../images/icon-pd.png) 34px -184px no-repeat;
}

    .buy-btn-once:hover
    {
        background-color: #e5ae2d;
    }

.buy-btn-add
{
    padding-left: 60px;
    padding-right: 34px;
    margin-left: 16px;
    background: #fb143b url(../images/icon-pd.png) 34px -236px no-repeat;
}

    .buy-btn-add:hover
    {
        background-color: #e54836;
    }

.details-guarantee
{
    padding: 30px 0 0 16px;
    font-size: 14px;
}

    .details-guarantee li
    {
        float: left;
        padding-right: 22px;
        line-height: 16px;
        color: #4c3f3f;
    }

.icon-tick
{
    background: url(../images/icon-pd.png) no-repeat;
    display: inline-block;
    vertical-align: top;
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

.icon-tick-2
{
    background-position: 0 -50px;
}

.icon-tick-3
{
    background-position: 0 -100px;
}

.icon-tick-4
{
    background-position: 0 -150px;
}

.tips-null-inventory
{
    color: #ff503c;
}

.p-details-wrap
{
    margin-top: 16px;
}

.title-cn
{
    float: left;
    padding-right: 8px;
    font-size: 14px;
    line-height: 16px;
}

.p-details-history, .p-details-hot, .p-details-similar
{
    width: 176px;
    background-color: #fff;
    padding: 24px;
}

.p-details-history
{
    margin-top: 20px;
}

.p-aside-pic
{
    width: 176px;
    height: 176px;
    overflow: hidden;
}

.p-aside-item
{
    padding-top: 14px;
    overflow: hidden;
}

    .p-aside-item img
    {
        width: 100%;
    }

.p-aside-name
{
    margin-top: 6px;
    display: block;
}

    .p-aside-name:hover
    {
        text-decoration: underline;
    }

.p-aside-price
{
    color: #ff503c;
    font-size: 14px;
    padding-top: 2px;
}

    .p-aside-price span
    {
        color: #b4b4b4;
        font-size: 12px;
        float: right;
    }

.p-details-box
{
    width: 960px;
    background-color: #fff;
    margin-left: 16px;
}

.p-details-info
{
    padding: 20px 32px 40px 32px;
}

.p-details-people
{
    padding: 20px 0px;
    text-align: center;
    -webkit-font-smoothing: antialiased;
}

.p-details-people-image
{
    border-radius: 5px;
    width: 100%;
}

.p-details-people-title
{
    font-size: 17px;
    line-height: 1.2;
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: justify;
}

.p-details-tab
{
    border-bottom: solid 3px #f0f0f4;
}

    .p-details-tab li
    {
        float: left;
        margin-right: 30px;
        height: 34px;
        line-height: 34px;
        margin-bottom: -4px;
    }

    .p-details-tab a
    {
        display: block;
        padding: 0 20px;
        font-size: 14px;
    }

        .p-details-tab a:hover
        {
            color: #3fac75;
        }

    .p-details-tab .current
    {
        height: 32px;
        line-height: 34px;
        border-bottom: solid 6px #3fac75;
    }

        .p-details-tab .current a
        {
            color: #3fac75;
        }

.review-total-num
{
    color: #ff503c;
}

.p-details-main
{
    margin-top: 50px;
    overflow: hidden;
}

    .p-details-main pre
    {
        white-space: pre-wrap;
        word-wrap: break-word;
    }

    .p-details-main dt
    {
        color: #b4b4b4;
        font-size: 14px;
        height: 16px;
        line-height: 16px;
        padding-top: 40px;
    }

    .p-details-main dd
    {
        font-size: 16px;
        margin-top: 20px;
        color: #646464;
        padding-left: 20px;
    }

    .p-details-main dt span
    {
        display: block;
        width: 20px;
        height: 20px;
        float: left;
        text-align: center;
        line-height: 20px;
    }

/*.p-details-main img
    {
        display: none;
    }*/

.p-parameters table
{
    background-color: #f8f8f8;
    width: 100%;
}

.p-parameters td
{
    border-right: solid 1px #fff;
    border-bottom: solid 1px #fff;
    font-size: 16px;
    padding: 10px;
    height: 20px;
    line-height: 20px;
}

.p-parameters-tit
{
    width: 140px;
    background-color: #f0f0f0;
    text-align: center;
    color: #646464;
    vertical-align: top;
}

.p-parameters .p-parameters-content
{
    padding-left: 46px;
}

.comment-toolbar
{
    padding: 32px 0;
}

.comment-switch
{
    padding: 10px 0;
    height: 40px;
    line-height: 40px;
}

    .comment-switch li
    {
        float: left;
        margin-left: 16px;
        min-width: 119px;
        height: 36px;
        line-height: 36px;
        font-size: 16px;
        text-align: center;
        border: 2px solid #f0f0f4;
        border-radius: 2px;
    }

    .comment-switch a
    {
        display: block;
    }

    .comment-switch .current
    {
        background-color: #ffc233;
        color: #fff;
        border-color: #3fac75;
    }

        .comment-switch .current a
        {
            color: #fff;
        }

.comment-score
{
    height: 64px;
    padding-left: 90px;
}

.synthesize-score
{
    color: #ff503c;
    font-size: 18px;
    vertical-align: baseline;
}

    .synthesize-score b
    {
        font-size: 48px;
        font-family: arial,helvetica,sans-serif;
        height: 48px;
        line-height: 48px;
        float: left;
        display: block;
    }

    .synthesize-score span
    {
        float: left;
        display: block;
        padding: 20px 0 0 4px;
    }

.synthesize-star, .synthesize-star-box
{
    width: 88px;
    height: 16px;
    overflow: hidden;
    background: url(../images/stars.png) no-repeat;
    position: relative;
}

.synthesize-star
{
    background-position: 0 -20px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.comment-content-header
{
    background-color: #f8f8f8;
    height: 24px;
    line-height: 24px;
    color: #b4b4b4;
}

    .comment-content-header span
    {
        float: left;
    }

.comment-header-column1
{
    width: 80px;
}

.comment-header-column2
{
    width: 170px;
}

.comment-header-column3
{
    width: 110px;
}

.comment-header-column4
{
    width: 325px;
}

.comment-content table
{
    width: 100%;
}

.comment-avatar img
{
    width: 100%;
}

.comment-content td
{
    color: #b4b4b4;
    font-size: 14px;
}

.comment-content .p-pager-box
{
    padding-top: 20px;
}

.comment-avatar
{
    width: 48px;
    height: 48px;
    overflow: hidden;
    border-radius: 4px;
    margin: 0 auto;
}

.comment-userinfo
{
    padding-top: 30px;
}

.comment-p-size
{
    padding-top: 40px;
}

    .comment-p-size span
    {
        display: inline-block;
    }

.comment-s-stars
{
    padding-top: 46px;
}

.comment-content .comment-text
{
    min-width: 360px;
    padding: 40px 10px 0 10px;
    text-align: left;
    color: #646464;
    word-break: break-all;
    word-wrap: break-word;
}

.comment-star
{
    height: 12px;
    background: url(../images/stars.png) 0 -60px no-repeat;
    display: inline-block;
}

.comment-star-1
{
    width: 14px;
}

.comment-star-2
{
    width: 28px;
}

.comment-star-3
{
    width: 42px;
}

.comment-star-4
{
    width: 56px;
}

.comment-star-5
{
    width: 70px;
}

.comment-gstar-0
{
    width: 2px;
}

.comment-gstar-1
{
    width: 15px;
}

.comment-gstar-2
{
    width: 35px;
}

.comment-gstar-3
{
    width: 55px;
}

.comment-gstar-4
{
    width: 70px;
}

.comment-gstar-5
{
}

.p-pager-wrap
{
    margin-top: 60px;
    margin-bottom: 40px;
}

.comment-image-wraper li
{
    float: left;
    padding-right: 6px;
    padding-top: 6px;
}

.comment-image-item
{
    position: relative;
    display: block;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    padding: 1px;
    border: 1px solid #f0f0f4;
    font-size: 0;
}

    .comment-image-item img
    {
        max-width: 100%;
        max-height: 100%;
    }

    .comment-image-item.active
    {
        border: 1px solid #3fac75;
    }

        .comment-image-item.active .comment-image-item-arrow
        {
            display: block;
        }

.comment-image-item-arrow
{
    position: absolute;
    width: 9px;
    height: 7px;
    background-image: url(../images/arrow.png);
    bottom: -7px;
    left: 16px;
    display: none;
}

.comment-image-zoom-up
{
    position: relative;
    margin-top: 8px;
    width: 410px;
}

.comment-image-zoom-img
{
    display: block;
    width: 408px;
    height: 408px;
    text-align: center;
    line-height: 408px;
    padding: 1px;
    border: 1px solid #f0f0f4;
    overflow: hidden;
    font-size: 0;
}

    .comment-image-zoom-img img
    {
        max-width: 100%;
        max-height: 100%;
    }

.comment-image-next, .comment-image-prev
{
    position: absolute;
    width: 35px;
    height: 35px;
    top: 50%;
    margin-top: -18px;
    left: 8px;
    border: none;
    background: url(../images/icon-pd.png) 0 -300px no-repeat;
}

.comment-image-next
{
    left: auto;
    right: 8px;
    background-position: 0 -360px;
}

.hide
{
    display: none;
}

.mgt16
{
    margin-top: 16px;
}

.trigger-bar-wrap
{
    width: 1200px;
    margin: 0 auto;
}

.trigger-bar
{
    position: fixed;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #d5d5d5;
    z-index: 1;
}

.trigger-bar-info ul
{
    margin-left: 16px;
}

.trigger-bar-info li
{
    height: 70px;
    line-height: 70px;
    font-size: 14px;
    color: #646464;
    text-align: center;
}

    .trigger-bar-info li.active a
    {
        color: #ffd165;
    }

.trigger-tab-detail
{
    width: 127px;
}

.trigger-tab-comment
{
    width: 193px;
}

.trigger-tab-privacy
{
    width: 125px;
}

.trigger-tab-workflow
{
    width: 125px;
}

.trigger-tab-people
{
    width: 125px;
}

.trigger-goods-num
{
    color: #ff503c;
}

.trigger-bar-button
{
    font-size: 18px;
    padding: 0 30px 0 60px;
    margin-top: 15px;
    height: 40px;
    line-height: 40px;
    background: #ff503c url(../images/icon-pd.png) 32px -239px no-repeat;
}

    .trigger-bar-button.disable, .trigger-bar-button.disable a
    {
        background-color: #e6e6e6;
        cursor: not-allowed;
    }

    .trigger-bar-button a
    {
        color: #fff;
    }

.p-details-main .p-custom-service, .p-details-main .p-privacy
{
    display: block;
    padding-top: 12px;
}

.p-details-recommend
{
    overflow: hidden;
    padding-bottom: 12px;
    padding-top: 30px;
}

.recommend-list-title
{
    font-size: 28px;
    color: #473d3b;
    height: 30px;
    line-height: 30px;
    padding-bottom: 18px;
}

.recommend-list
{
    width: 1220px;
    background-color: #fff;
}

.recommend-list-null
{
    font-size: 26px;
    color: #4c3f3f;
}

.recommend-item
{
    padding: 16px;
    width: 200px;
    height: 288px;
    background-color: #fff;
    margin-right: 10px;
    margin-top: 10px;
    float: left;
}

.recommend-pic
{
    position: relative;
    width: 200px;
    height: 200px;
    overflow: hidden;
}

    .recommend-pic img
    {
        width: 100%;
    }

.recommend-name
{
    font-size: 14px;
    padding-top: 10px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}

.recommend-item:hover img
{
    opacity: .68;
    filter: alpha(opacity=68);
}

.recommend-item:hover a
{
    color: #3fac75;
    text-decoration: underline;
}

.recommend-price
{
    text-align: right;
    color: #b4b4b4;
    line-height: 20px;
    padding-top: 10px;
}

    .recommend-price span
    {
        float: left;
        color: #ff503c;
        font-size: 16px;
    }

.trigger-bar-img
{
    width: 224px;
    overflow: hidden;
}

.p-pager
{
    float: right;
}

    .p-pager li
    {
        float: left;
        border: solid 1px #dcdcdc;
        background-color: #fff;
        margin-left: 8px;
        height: 28px;
        line-height: 28px;
        border-radius: 2px;
        overflow: hidden;
    }

    .p-pager a
    {
        padding: 0 10px;
        display: block;
        color: #b4b4b4;
    }

    .p-pager .current
    {
        background-color: #3fac75;
        border-color: #3fac75;
    }

    .p-pager li:hover
    {
        border-color: #3fac75;
    }

        .p-pager li:hover a
        {
            color: #3fac75;
        }

    .p-pager .current a, .p-pager .current:hover a
    {
        color: #fff;
    }

/*买家咨询*/
.zixbox
{
}

    .zixbox .typeid
    {
        text-align: left;
    }

        .zixbox .typeid li
        {
            display: inline-block;
            padding: 3px 10px;
        }

            .zixbox .typeid li.curr
            {
                background: #3fac75;
                color: #fff;
            }

            .zixbox .typeid li:hover
            {
                background: #3fac75;
                color: #fff;
                cursor: pointer;
            }

    .zixbox .zixunbox
    {
        margin: 10px 0px;
    }

        .zixbox .zixunbox .wleft
        {
            float: left;
            width: 700px;
            text-align: left;
        }

            .zixbox .zixunbox .wleft .zixuntextarea
            {
                width: 690px;
                height: 110px;
                resize: none;
                max-height: 110px;
                max-width: 690px;
                padding:5px;
            }

        .zixbox .zixunbox .wright
        {
            float: right;
            width: 120px;
        }

            .zixbox .zixunbox .wright .submitzixun
            {
                width: 120px;
                height: 92px;
                background: #3fac75;
                border: none;
                cursor: pointer;
                color: #fff;
            }

                .zixbox .zixunbox .wright .submitzixun:hover
                {
                    opacity: 0.8;
                }
    .zixbox .list-box
    {
        text-align:left;
    }
    .zixbox .list-box li{ padding:17px 0; border-top:1px solid #f7f7f7; }
    .zixbox .list-box li .avatar-box{ display:block; float:left; margin:0; padding:0; width:55px; height:55px; border:0; border-radius:55px; background:#fafafa; overflow:hidden; }
    .zixbox .list-box li .avatar-box i{ color:#999; font-size:55px; line-height:1.2em; }
    .zixbox .list-box li .avatar-box img{ width:100%; height:100%; }
    .zixbox .list-box li .inner-box{ position:relative; margin-left:70px; }
    .zixbox .list-box li .inner-box .info{ padding-bottom:3px; }
    .zixbox .list-box li .inner-box .info span{ margin-right:5px; color:#999; font-size:12px; }
    .zixbox .list-box li .inner-box p{ color:#333; font-size:14px; line-height:1.8em; }
    .zixbox .list-box li .answer-box{ clear:both; margin:10px 0 0 70px; padding:10px; background:#fafafa; border:1px solid #e6e6e6; border-radius:3px; }
    .zixbox .list-box li .answer-box .info{ margin-bottom:5px; padding:0; color:#1e7bb3; font-size:12px; border:none; }
    .zixbox .list-box li .answer-box .info span.right{ float:right; color:#999; }
    .zixbox .list-box li .answer-box p{ color:#555; font-size:14px; line-height:1.8em; }

    /*购物车样式*/
.cart-info{ position:absolute; /*top:-50px; left:0;*/ margin:0; padding:15px; border:1px solid #DFC795; width:360px; height:auto; background:#fcfbda; text-align:left; z-index:2; }
	.cart-info .ico{ display:block; float:left; margin-top:5px; width:46px; height:46px; }
    .cart-info .ico i{ color:#5ba61b; font-size:46px; line-height:1em; }
	.cart-info .ico.error i{ color:#fb1605; }
	.cart-info .msg{ margin-left:60px; }
	.cart-info .msg strong{ margin-bottom:10px; color:#444; font-size:15px; }
	.cart-info .msg p{ padding-bottom:8px; line-height:1.8em; }
    .cart-info .msg .link-btn{ display:inline-block; margin:0; padding:0 25px; color:#fff; font-size:12px; height:30px; line-height:30px; text-align:center; background:#34ad2a; vertical-align:middle; }
        .cart-info .msg .guang
        {
            color:#646464;
            font-size:12px;
            display:inline-block;
            height:30px;
            line-height:30px;
            margin-left:20px;
        }
	.cart-info .msg .close{ position:absolute; display:block; top:5px; right:5px; width:20px; height:20px; text-align:center; cursor:pointer; }
    .cart-info .msg .close i{ color:#999; font-size:14px; line-height:20px; }

    .jilutable{margin-top:20px;text-align:center;}
    .jilutable .comment-content-header{}
    .jilutable #tbodyjilu td{padding: 10px 0px;}
    .shop-parameter{
	    border-top:1px solid red;
	    padding: 20px 0px 0px 0px;
    }
    .shop-parameter ul{
	    display: flex;
	    flex-wrap: wrap;
	    gap:10px;
    }
    .shop-parameter ul li{
	    width:45%;
    }