.common-container {
    width: 1200px;
    margin: 0 auto;
}

.breadcrumb-wrap > span {
    font-size: 12px;
    line-height: 32px;
    color: #383838;
    display: flex;
    align-items: center;
}

.detail-wrap .product-info {
    min-height: 336px;
    border-radius: 4px;
    background: #FFFFFF;
    position: relative;
    padding: 20px 10px 20px 20px;
    display: flex;
}

    .detail-wrap .product-info .left img {
        max-width: 100%;
        max-height: 100%;
    }


    .detail-wrap .product-info .right {
        flex: 1;
        padding-left: 44px;
    }

        .detail-wrap .product-info .right .title {
            font-size: 20px;
            line-height: 30px;
            font-weight: 700;
            color: #333;
            margin-bottom: 4px;
        }

        .detail-wrap .product-info .right .des {
            font-size: 16px;
            line-height: 24px;
            color: #333;
            margin-bottom: 8px;
        }

        .detail-wrap .product-info .right .types-wrap {
            border: 1px solid #E6E6E6;
            border-right-width: 1px;
            border-right-style: solid;
            border-right-color: rgb(230, 230, 230);
            border-left-width: 1px;
            border-left-style: solid;
            border-left-color: rgb(230, 230, 230);
            border-left: 0 none;
            border-right: 0 none;
            display: flex;
            flex-wrap: wrap;
            padding-top: 8px;
            padding-bottom: 6px;
            font-size: 14px;
            line-height: 22px;
            color: #707070;
            margin-bottom: 2px;
        }

            .detail-wrap .product-info .right .types-wrap > span {
                width: 295px;
                margin-bottom: 3px;
            }

.green {
    color: #008a50;
}

.detail-wrap .product-info .right .item.price.single-price {
    padding: 20px 0 0;
    margin-bottom: 12px;
}

.detail-wrap .product-info .right .item.price {
    padding-top: 14px;
    display: flex;
    align-items: center;
    height: 26px;
}

    .detail-wrap .product-info .right .item.price .original {
        margin-right: 12px;
    }

.detail-wrap .product-info .right .item {
    font-size: 14px;
    color: #707070;
    line-height: 14px;
    display: flex;
    align-items: flex-end;
    margin-bottom: 10px;
    padding: 4px 0;
}

.detail-wrap .product-info .left {
    width: 240px;
    height: 240px;
    border-radius: 4px;
    background: #eee;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.detail-wrap .product-info .right .add-cart-wrap {
    padding-top: 10px;
    display: flex;
    align-items: center;
}

    .detail-wrap .product-info .right .add-cart-wrap .num-wrap {
        display: flex;
    }

    .detail-wrap .product-info .right .add-cart-wrap .oper-btn.minus {
        border-radius: 2px 0 0 2px;
    }

    .detail-wrap .product-info .right .add-cart-wrap .oper-btn.plus {
        border-radius: 0 2px 2px 0;
    }

    .detail-wrap .product-info .right .add-cart-wrap .oper-btn {
        width: 36px;
        height: 36px;
        border: 1px solid #E5E5E5;
        background: #F1F1F1;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #008a50;
        font-size: 14px;
    }

.svg-icon[data-v-d4882e5a] {
    width: 1em;
    height: 1em;
    vertical-align: -.15em;
    fill: currentColor;
    overflow: hidden;
}



.detail-wrap .product-info .right .add-cart-wrap .inquiry {
    width: 154px;
    height: 36px;
    border-radius: 4px;
    border: 1px solid #008A50;
    font-size: 14px;
    font-weight: 500;
    color: #008a50;
    text-align: center;
    line-height: 34px;
}



.detail-wrap .product-info .right .add-cart-wrap .num-wrap .cart-inp {
    width: 100px;
}


.t-input-number.t-input-number--normal {
    padding: 0;
    border-radius: var(--td-radius-default);
}

.t-input-number {
    font: var(--td-font-body-medium);
    color: var(--td-text-color-primary);
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    padding: 0 var(--td-comp-size-m);
    user-select: none;
    width: 144px;
}

.t-input__wrap {
    width: 100%;
}

.detail-wrap {
    width: 1200px;
    margin-top: 60px;
    margin: 0 auto;
}

    .detail-wrap .product-details {
        margin-top: 20px;
    }

        .detail-wrap .product-details .navs {
            display: flex;
        }

        .detail-wrap .product-details .detail-item .title > span {
            padding-bottom: 3px;
            position: relative;
            font-size: 18px;
            color: #333;
            font-weight: 700;
        }


        .detail-wrap .product-details .navs > span.active {
            color: #fff;
            background: #008A50;
        }

        .detail-wrap .product-details .navs > span {
            width: 140px;
            height: 36px;
            text-align: center;
            font-size: 14px;
            color: #a6a6a6;
            font-weight: 700;
            line-height: 36px;
            border-radius: 4px 4px 0 0;
            background: #E5E5E5;
            transition: all .3s;
            margin-right: 1px;
        }

        .detail-wrap .product-details .detail-item .title {
            padding-top: 15px;
            display: flex;
            line-height: 28px;
        }


.detail-wrap .product-details .detail-item.basic-wrap {
    border-radius: 0 4px 4px;
}

.detail-wrap .product-details .detail-item {
    background: #fff;
    border-radius: 4px;
    margin-bottom: 4px;
    padding-left: 20px;
}

    .detail-wrap .product-details .detail-item.basic-wrap .desc {
        font-size: 14px;
        color: #333;
        line-height: 28px;
        padding: 4px 0 12px;
    }

.detail-wrap .product-details {
    margin-top: 20px;
}

    .detail-wrap .product-details .navs > span.active {
        color: #fff;
        background: #008A50;
    }

    .detail-wrap .product-details .navs > span {
        width: 140px;
        height: 36px;
        text-align: center;
        font-size: 14px;
        color: #a6a6a6;
        font-weight: 700;
        line-height: 36px;
        border-radius: 4px 4px 0 0;
        background: #E5E5E5;
        transition: all .3s;
        margin-right: 1px;
    }


.detail-wrap .product-details .detail-item.basic-wrap {
    border-radius: 0 4px 4px;
}

.detail-wrap .product-details .detail-item {
    background: #fff;
    border-radius: 4px;
    margin-bottom: 4px;
    padding-left: 20px;
}

    .detail-wrap .product-details .detail-item.basic-wrap .desc {
        font-size: 14px;
        color: #333;
        line-height: 28px;
        padding: 4px 0 12px;
    }

.detail-wrap .product-details {
    margin-top: 20px;
}

    .detail-wrap .product-details .navs > span.active {
        color: #fff;
        background: #008A50;
    }

    .detail-wrap .product-details .navs > span {
        width: 140px;
        height: 36px;
        text-align: center;
        font-size: 14px;
        color: #a6a6a6;
        font-weight: 700;
        line-height: 36px;
        border-radius: 4px 4px 0 0;
        background: #E5E5E5;
        transition: all .3s;
        margin-right: 1px;
    }



.detail-wrap .product-details .detail-item.basic-wrap {
    border-radius: 0 4px 4px;
}

.detail-wrap .product-details .detail-item {
    background: #fff;
    border-radius: 4px;
    margin-bottom: 4px;
    padding-left: 20px;
}

    .detail-wrap .product-details .detail-item.basic-wrap .desc {
        font-size: 14px;
        color: #333;
        line-height: 28px;
        padding: 4px 0 12px;
    }

.detail-wrap .product-details {
    margin-top: 20px;
}

    .detail-wrap .product-details .navs > span.active {
        color: #fff;
        background: #008A50;
    }

    .detail-wrap .product-details .navs > span {
        width: 140px;
        height: 36px;
        text-align: center;
        font-size: 14px;
        color: #a6a6a6;
        font-weight: 700;
        line-height: 36px;
        border-radius: 4px 4px 0 0;
        background: #E5E5E5;
        transition: all .3s;
        margin-right: 1px;
    }


.detail-wrap .product-details .detail-item.basic-wrap {
    border-radius: 0 4px 4px;
}

.detail-wrap .product-details .detail-item {
    background: #fff;
    border-radius: 4px;
    margin-bottom: 4px;
    padding-left: 20px;
}

    .detail-wrap .product-details .detail-item.basic-wrap .desc {
        font-size: 14px;
        color: #333;
        line-height: 28px;
        padding: 4px 0 12px;
    }

.common-container {
    width: 1200px;
    margin: 0 auto;
}

.breadcrumb-wrap > span {
    font-size: 12px;
    line-height: 32px;
    color: #383838;
    display: flex;
    align-items: center;
}

.detail-wrap .product-info {
    min-height: 336px;
    border-radius: 4px;
    background: #FFFFFF;
    position: relative;
    padding: 20px 10px 20px 20px;
    display: flex;
}

    .detail-wrap .product-info .left img {
        max-width: 100%;
        max-height: 100%;
    }


    .detail-wrap .product-info .right {
        flex: 1;
        padding-left: 44px;
    }

        .detail-wrap .product-info .right .title {
            font-size: 20px;
            line-height: 30px;
            font-weight: 700;
            color: #333;
            margin-bottom: 4px;
        }

        .detail-wrap .product-info .right .des {
            font-size: 16px;
            line-height: 24px;
            color: #333;
            margin-bottom: 8px;
        }

        .detail-wrap .product-info .right .types-wrap {
            border: 1px solid #E6E6E6;
            border-right-width: 1px;
            border-right-style: solid;
            border-right-color: rgb(230, 230, 230);
            border-left-width: 1px;
            border-left-style: solid;
            border-left-color: rgb(230, 230, 230);
            border-left: 0 none;
            border-right: 0 none;
            display: flex;
            flex-wrap: wrap;
            padding-top: 8px;
            padding-bottom: 6px;
            font-size: 14px;
            line-height: 22px;
            color: #707070;
            margin-bottom: 2px;
        }

            .detail-wrap .product-info .right .types-wrap > span {
                width: 295px;
                margin-bottom: 3px;
            }

.green {
    color: #008a50;
}

.detail-wrap .product-info .right .item.price.single-price {
    padding: 20px 0 0;
    margin-bottom: 12px;
}

.detail-wrap .product-info .right .item.price {
    padding-top: 14px;
    display: flex;
    align-items: center;
    height: 26px;
}

    .detail-wrap .product-info .right .item.price .original {
        margin-right: 12px;
    }

.detail-wrap .product-info .right .item {
    font-size: 14px;
    color: #707070;
    line-height: 14px;
    display: flex;
    align-items: flex-end;
    margin-bottom: 10px;
    padding: 4px 0;
}

.detail-wrap .product-info .left {
    width: 240px;
    height: 240px;
    border-radius: 4px;
    background: #eee;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.detail-wrap .product-info .right .add-cart-wrap {
    padding-top: 10px;
    display: flex;
    align-items: center;
}


    .detail-wrap .product-info .right .add-cart-wrap .oper-btn.minus {
        border-radius: 2px 0 0 2px;
    }

    .detail-wrap .product-info .right .add-cart-wrap .oper-btn.plus {
        border-radius: 0 2px 2px 0;
    }

    .detail-wrap .product-info .right .add-cart-wrap .oper-btn {
        width: 36px;
        height: 36px;
        border: 1px solid #E5E5E5;
        background: #F1F1F1;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #008a50;
        font-size: 14px;
    }

.svg-icon[data-v-d4882e5a] {
    width: 1em;
    height: 1em;
    vertical-align: -.15em;
    fill: currentColor;
    overflow: hidden;
}

.detail-wrap .product-info .right .add-cart-wrap .add > .icon {
    font-size: 20px;
    margin-right: 8px;
}

.detail-wrap .product-info .right .add-cart-wrap .inquiry {
    width: 154px;
    height: 36px;
    border-radius: 4px;
    border: 1px solid #008A50;
    font-size: 14px;
    font-weight: 500;
    color: #008a50;
    text-align: center;
    line-height: 34px;
}

.detail-wrap .product-info .right .add-cart-wrap .add {
    width: 154px;
    height: 36px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    margin-right: 20px;
    background: #FA541C;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    user-select: none;
}



.t-input-number.t-input-number--normal {
    padding: 0;
    border-radius: var(--td-radius-default);
}

.t-input-number {
    font: var(--td-font-body-medium);
    color: var(--td-text-color-primary);
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    padding: 0 var(--td-comp-size-m);
    user-select: none;
    width: 144px;
}

.t-input__wrap {
    width: 100%;
}

.detail-wrap {
    width: 1200px;
    margin-top: 60px;
    margin: 0 auto;
}

    .detail-wrap .product-details {
        margin-top: 20px;
    }

        .detail-wrap .product-details .navs {
            display: flex;
        }

        .detail-wrap .product-details .detail-item .title > span {
            padding-bottom: 3px;
            position: relative;
            font-size: 18px;
            color: #333;
            font-weight: 700;
        }


        .detail-wrap .product-details .navs > span.active {
            color: #fff;
            background: #008A50;
        }

        .detail-wrap .product-details .navs > span {
            width: 140px;
            height: 36px;
            text-align: center;
            font-size: 14px;
            color: #a6a6a6;
            font-weight: 700;
            line-height: 36px;
            border-radius: 4px 4px 0 0;
            background: #E5E5E5;
            transition: all .3s;
            margin-right: 1px;
        }

        .detail-wrap .product-details .detail-item .title {
            padding-top: 15px;
            display: flex;
            line-height: 28px;
        }



.detail-wrap .product-details .detail-item.basic-wrap {
    border-radius: 0 4px 4px;
}

.detail-wrap .product-details .detail-item {
    background: #fff;
    border-radius: 4px;
    margin-bottom: 4px;
    padding-left: 20px;
}

    .detail-wrap .product-details .detail-item.basic-wrap .desc {
        font-size: 14px;
        color: #333;
        line-height: 28px;
        padding: 4px 0 12px;
    }

.detail-wrap .product-details {
    margin-top: 20px;
}

    .detail-wrap .product-details .navs > span.active {
        color: #fff;
        background: #008A50;
    }

    .detail-wrap .product-details .navs > span {
        width: 140px;
        height: 36px;
        text-align: center;
        font-size: 14px;
        color: #a6a6a6;
        font-weight: 700;
        line-height: 36px;
        border-radius: 4px 4px 0 0;
        background: #E5E5E5;
        transition: all .3s;
        margin-right: 1px;
    }


.detail-wrap .product-details .detail-item.basic-wrap {
    border-radius: 0 4px 4px;
}

.detail-wrap .product-details .detail-item {
    background: #fff;
    border-radius: 4px;
    margin-bottom: 4px;
    padding-left: 20px;
}

    .detail-wrap .product-details .detail-item.basic-wrap .desc {
        font-size: 14px;
        color: #333;
        line-height: 28px;
        padding: 4px 0 12px;
    }

.detail-wrap .product-details {
    margin-top: 20px;
}

    .detail-wrap .product-details .navs > span.active {
        color: #fff;
        background: #008A50;
    }

    .detail-wrap .product-details .navs > span {
        width: 140px;
        height: 36px;
        text-align: center;
        font-size: 14px;
        color: #a6a6a6;
        font-weight: 700;
        line-height: 36px;
        border-radius: 4px 4px 0 0;
        background: #E5E5E5;
        transition: all .3s;
        margin-right: 1px;
    }



.detail-wrap .product-details .detail-item.basic-wrap {
    border-radius: 0 4px 4px;
}

.detail-wrap .product-details .detail-item {
    background: #fff;
    border-radius: 4px;
    margin-bottom: 4px;
    padding-left: 20px;
}

    .detail-wrap .product-details .detail-item.basic-wrap .desc {
        font-size: 14px;
        color: #333;
        line-height: 28px;
        padding: 4px 0 12px;
    }

.detail-wrap .product-details {
    margin-top: 20px;
}

    .detail-wrap .product-details .navs > span.active {
        color: #fff;
        background: #008A50;
    }

    .detail-wrap .product-details .navs > span {
        width: 140px;
        height: 36px;
        text-align: center;
        font-size: 14px;
        color: #a6a6a6;
        font-weight: 700;
        line-height: 36px;
        border-radius: 4px 4px 0 0;
        background: #E5E5E5;
        transition: all .3s;
        margin-right: 1px;
    }



.detail-wrap .product-details .detail-item.basic-wrap {
    border-radius: 0 4px 4px;
}

.detail-wrap .product-details .detail-item {
    background: #fff;
    border-radius: 4px;
    margin-bottom: 4px;
    padding-left: 20px;
}

    .detail-wrap .product-details .detail-item.basic-wrap .desc {
        font-size: 14px;
        color: #333;
        line-height: 28px;
        padding: 4px 0 12px;
    }

.num-wrap {
    border-bottom: 1px solid #dcdcdc;
    height: 25px;
    color: #666666;
}

.amount {
    display: flex;
    justify-content: center;
}

    .amount .reduce {
        border: 1px solid #dcdcdc;
        width: 26px;
        cursor: pointer;
        user-select: none;
        text-align: center;
    }

    .amount input {
        border-top: 1px solid #dcdcdc;
        border-bottom: 1px solid #dcdcdc;
        height: 25px;
        width: 28px;
        text-align: center;
    }

    .amount .addD {
        border: 1px solid #dcdcdc;
        width: 26px;
        cursor: pointer;
        user-select: none;
        text-align: center;
    }
.common-container {
    width: 1200px;
    margin: 0 auto;
}

.breadcrumb-wrap > span {
    font-size: 12px;
    line-height: 32px;
    color: #383838;
    display: flex;
    align-items: center;
}

.detail-wrap .product-info {
    min-height: 336px;
    border-radius: 4px;
    background: #FFFFFF;
    position: relative;
    padding: 20px 10px 20px 20px;
    display: flex;
}

    .detail-wrap .product-info .left img {
        max-width: 100%;
        max-height: 100%;
    }


    .detail-wrap .product-info .right {
        flex: 1;
        padding-left: 44px;
    }

        .detail-wrap .product-info .right .title {
            font-size: 20px;
            line-height: 30px;
            font-weight: 700;
            color: #333;
            margin-bottom: 4px;
        }

        .detail-wrap .product-info .right .des {
            font-size: 16px;
            line-height: 24px;
            color: #333;
            margin-bottom: 8px;
        }

        .detail-wrap .product-info .right .types-wrap {
            border: 1px solid #E6E6E6;
            border-right-width: 1px;
            border-right-style: solid;
            border-right-color: rgb(230, 230, 230);
            border-left-width: 1px;
            border-left-style: solid;
            border-left-color: rgb(230, 230, 230);
            border-left: 0 none;
            border-right: 0 none;
            display: flex;
            flex-wrap: wrap;
            padding-top: 8px;
            padding-bottom: 6px;
            font-size: 14px;
            line-height: 22px;
            color: #707070;
            margin-bottom: 2px;
        }

            .detail-wrap .product-info .right .types-wrap > span {
                width: 295px;
                margin-bottom: 3px;
            }

.green {
    color: #008a50;
}

.detail-wrap .product-info .right .item.price.single-price {
    padding: 20px 0 0;
    margin-bottom: 12px;
}

.detail-wrap .product-info .right .item.price {
    padding-top: 14px;
    display: flex;
    align-items: center;
    height: 26px;
}

    .detail-wrap .product-info .right .item.price .original {
        margin-right: 12px;
    }

.detail-wrap .product-info .right .item {
    font-size: 14px;
    color: #707070;
    line-height: 14px;
    display: flex;
    align-items: flex-end;
    margin-bottom: 10px;
    padding: 4px 0;
}

.detail-wrap .product-info .left {
    width: 240px;
    height: 240px;
    border-radius: 4px;
    background: #eee;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.detail-wrap .product-info .right .add-cart-wrap {
    padding-top: 10px;
    display: flex;
    align-items: center;
}

    .detail-wrap .product-info .right .add-cart-wrap .num-wrap {
        display: flex;
    }

    .detail-wrap .product-info .right .add-cart-wrap .oper-btn.minus {
        border-radius: 2px 0 0 2px;
    }

    .detail-wrap .product-info .right .add-cart-wrap .oper-btn.plus {
        border-radius: 0 2px 2px 0;
    }

    .detail-wrap .product-info .right .add-cart-wrap .oper-btn {
        width: 36px;
        height: 36px;
        border: 1px solid #E5E5E5;
        background: #F1F1F1;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #008a50;
        font-size: 14px;
    }

.svg-icon[data-v-d4882e5a] {
    width: 1em;
    height: 1em;
    vertical-align: -.15em;
    fill: currentColor;
    overflow: hidden;
}



.detail-wrap .product-info .right .add-cart-wrap .inquiry {
    width: 154px;
    height: 36px;
    border-radius: 4px;
    border: 1px solid #008A50;
    font-size: 14px;
    font-weight: 500;
    color: #008a50;
    text-align: center;
    line-height: 34px;
}


.detail-wrap .product-info .right .add-cart-wrap .num-wrap .cart-inp {
    width: 100px;
}


.t-input-number.t-input-number--normal {
    padding: 0;
    border-radius: var(--td-radius-default);
}

.t-input-number {
    font: var(--td-font-body-medium);
    color: var(--td-text-color-primary);
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    padding: 0 var(--td-comp-size-m);
    user-select: none;
    width: 144px;
}

.t-input__wrap {
    width: 100%;
}

.detail-wrap {
    width: 1200px;
    margin-top: 60px;
    margin: 0 auto;
}

    .detail-wrap .product-details {
        margin-top: 20px;
    }

        .detail-wrap .product-details .navs {
            display: flex;
        }

        .detail-wrap .product-details .detail-item .title > span {
            padding-bottom: 3px;
            position: relative;
            font-size: 18px;
            color: #333;
            font-weight: 700;
        }


        .detail-wrap .product-details .navs > span.active {
            color: #fff;
            background: #008A50;
        }

        .detail-wrap .product-details .navs > span {
            width: 140px;
            height: 36px;
            text-align: center;
            font-size: 14px;
            color: #a6a6a6;
            font-weight: 700;
            line-height: 36px;
            border-radius: 4px 4px 0 0;
            background: #E5E5E5;
            transition: all .3s;
            margin-right: 1px;
        }

        .detail-wrap .product-details .detail-item .title {
            padding-top: 15px;
            display: flex;
            line-height: 28px;
        }



.detail-wrap .product-details .detail-item.basic-wrap {
    border-radius: 0 4px 4px;
}

.detail-wrap .product-details .detail-item {
    background: #fff;
    border-radius: 4px;
    margin-bottom: 4px;
    padding-left: 20px;
}

    .detail-wrap .product-details .detail-item.basic-wrap .desc {
        font-size: 14px;
        color: #333;
        line-height: 28px;
        padding: 4px 0 12px;
    }

.detail-wrap .product-details {
    margin-top: 20px;
}

    .detail-wrap .product-details .navs > span.active {
        color: #fff;
        background: #008A50;
    }

    .detail-wrap .product-details .navs > span {
        width: 140px;
        height: 36px;
        text-align: center;
        font-size: 14px;
        color: #a6a6a6;
        font-weight: 700;
        line-height: 36px;
        border-radius: 4px 4px 0 0;
        background: #E5E5E5;
        transition: all .3s;
        margin-right: 1px;
    }



.detail-wrap .product-details .detail-item.basic-wrap {
    border-radius: 0 4px 4px;
}

.detail-wrap .product-details .detail-item {
    background: #fff;
    border-radius: 4px;
    margin-bottom: 4px;
    padding-left: 20px;
}

    .detail-wrap .product-details .detail-item.basic-wrap .desc {
        font-size: 14px;
        color: #333;
        line-height: 28px;
        padding: 4px 0 12px;
    }

.detail-wrap .product-details {
    margin-top: 20px;
}

    .detail-wrap .product-details .navs > span.active {
        color: #fff;
        background: #008A50;
    }

    .detail-wrap .product-details .navs > span {
        width: 140px;
        height: 36px;
        text-align: center;
        font-size: 14px;
        color: #a6a6a6;
        font-weight: 700;
        line-height: 36px;
        border-radius: 4px 4px 0 0;
        background: #E5E5E5;
        transition: all .3s;
        margin-right: 1px;
    }


.detail-wrap .product-details .detail-item.basic-wrap {
    border-radius: 0 4px 4px;
}

.detail-wrap .product-details .detail-item {
    background: #fff;
    border-radius: 4px;
    margin-bottom: 4px;
    padding-left: 20px;
}

    .detail-wrap .product-details .detail-item.basic-wrap .desc {
        font-size: 14px;
        color: #333;
        line-height: 28px;
        padding: 4px 0 12px;
    }

.detail-wrap .product-details {
    margin-top: 20px;
}

    .detail-wrap .product-details .navs > span.active {
        color: #fff;
        background: #008A50;
    }

    .detail-wrap .product-details .navs > span {
        width: 140px;
        height: 36px;
        text-align: center;
        font-size: 14px;
        color: #a6a6a6;
        font-weight: 700;
        line-height: 36px;
        border-radius: 4px 4px 0 0;
        background: #E5E5E5;
        transition: all .3s;
        margin-right: 1px;
    }



.detail-wrap .product-details .detail-item.basic-wrap {
    border-radius: 0 4px 4px;
}

.detail-wrap .product-details .detail-item {
    background: #fff;
    border-radius: 4px;
    margin-bottom: 4px;
    padding-left: 20px;
}

    .detail-wrap .product-details .detail-item.basic-wrap .desc {
        font-size: 14px;
        color: #333;
        line-height: 28px;
        padding: 4px 0 12px;
    }

.common-container {
    width: 1200px;
    margin: 0 auto;
}

.breadcrumb-wrap > span {
    font-size: 12px;
    line-height: 32px;
    color: #383838;
    display: flex;
    align-items: center;
}

.detail-wrap .product-info {
    min-height: 336px;
    border-radius: 4px;
    background: #FFFFFF;
    position: relative;
    padding: 20px 10px 20px 20px;
    display: flex;
}

    .detail-wrap .product-info .left img {
        max-width: 100%;
        max-height: 100%;
    }


    .detail-wrap .product-info .right {
        flex: 1;
        padding-left: 44px;
    }

        .detail-wrap .product-info .right .title {
            font-size: 20px;
            line-height: 30px;
            font-weight: 700;
            color: #333;
            margin-bottom: 4px;
        }

        .detail-wrap .product-info .right .des {
            font-size: 16px;
            line-height: 24px;
            color: #333;
            margin-bottom: 8px;
        }

        .detail-wrap .product-info .right .types-wrap {
            border: 1px solid #E6E6E6;
            border-right-width: 1px;
            border-right-style: solid;
            border-right-color: rgb(230, 230, 230);
            border-left-width: 1px;
            border-left-style: solid;
            border-left-color: rgb(230, 230, 230);
            border-left: 0 none;
            border-right: 0 none;
            display: flex;
            flex-wrap: wrap;
            padding-top: 8px;
            padding-bottom: 6px;
            font-size: 14px;
            line-height: 22px;
            color: #707070;
            margin-bottom: 2px;
        }

            .detail-wrap .product-info .right .types-wrap > span {
                width: 295px;
                margin-bottom: 3px;
            }

.green {
    color: #008a50;
}

.detail-wrap .product-info .right .item.price.single-price {
    padding: 20px 0 0;
    margin-bottom: 12px;
}

.detail-wrap .product-info .right .item.price {
    padding-top: 14px;
    display: flex;
    align-items: center;
    height: 26px;
}

    .detail-wrap .product-info .right .item.price .original {
        margin-right: 12px;
    }

.detail-wrap .product-info .right .item {
    font-size: 14px;
    color: #707070;
    line-height: 14px;
    display: flex;
    align-items: flex-end;
    margin-bottom: 10px;
    padding: 4px 0;
}

.detail-wrap .product-info .left {
    width: 240px;
    height: 240px;
    border-radius: 4px;
    background: #eee;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.detail-wrap .product-info .right .add-cart-wrap {
    padding-top: 10px;
    display: flex;
    align-items: center;
}


    .detail-wrap .product-info .right .add-cart-wrap .oper-btn.minus {
        border-radius: 2px 0 0 2px;
    }

    .detail-wrap .product-info .right .add-cart-wrap .oper-btn.plus {
        border-radius: 0 2px 2px 0;
    }

    .detail-wrap .product-info .right .add-cart-wrap .oper-btn {
        width: 36px;
        height: 36px;
        border: 1px solid #E5E5E5;
        background: #F1F1F1;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #008a50;
        font-size: 14px;
    }

.svg-icon[data-v-d4882e5a] {
    width: 1em;
    height: 1em;
    vertical-align: -.15em;
    fill: currentColor;
    overflow: hidden;
}



.detail-wrap .product-info .right .add-cart-wrap .inquiry {
    width: 154px;
    height: 36px;
    border-radius: 4px;
    border: 1px solid #008A50;
    font-size: 14px;
    font-weight: 500;
    color: #008a50;
    text-align: center;
    line-height: 34px;
}





.t-input-number.t-input-number--normal {
    padding: 0;
    border-radius: var(--td-radius-default);
}

.t-input-number {
    font: var(--td-font-body-medium);
    color: var(--td-text-color-primary);
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    padding: 0 var(--td-comp-size-m);
    user-select: none;
    width: 144px;
}

.t-input__wrap {
    width: 100%;
}

.detail-wrap {
    width: 1200px;
    margin-top: 60px;
    margin: 0 auto;
}

    .detail-wrap .product-details {
        margin-top: 20px;
    }

        .detail-wrap .product-details .navs {
            display: flex;
        }

        .detail-wrap .product-details .detail-item .title > span {
            padding-bottom: 3px;
            position: relative;
            font-size: 18px;
            color: #333;
            font-weight: 700;
        }


        .detail-wrap .product-details .navs > span.active {
            color: #fff;
            background: #008A50;
        }

        .detail-wrap .product-details .navs > span {
            width: 140px;
            height: 36px;
            text-align: center;
            font-size: 14px;
            color: #a6a6a6;
            font-weight: 700;
            line-height: 36px;
            border-radius: 4px 4px 0 0;
            background: #E5E5E5;
            transition: all .3s;
            margin-right: 1px;
        }

        .detail-wrap .product-details .detail-item .title {
            padding-top: 15px;
            display: flex;
            line-height: 28px;
        }



.detail-wrap .product-details .detail-item.basic-wrap {
    border-radius: 0 4px 4px;
}

.detail-wrap .product-details .detail-item {
    background: #fff;
    border-radius: 4px;
    margin-bottom: 4px;
    padding-left: 20px;
}

    .detail-wrap .product-details .detail-item.basic-wrap .desc {
        font-size: 14px;
        color: #333;
        line-height: 28px;
        padding: 4px 0 12px;
    }

.detail-wrap .product-details {
    margin-top: 20px;
}

    .detail-wrap .product-details .navs > span.active {
        color: #fff;
        background: #008A50;
    }

    .detail-wrap .product-details .navs > span {
        width: 140px;
        height: 36px;
        text-align: center;
        font-size: 14px;
        color: #a6a6a6;
        font-weight: 700;
        line-height: 36px;
        border-radius: 4px 4px 0 0;
        background: #E5E5E5;
        transition: all .3s;
        margin-right: 1px;
    }



.detail-wrap .product-details .detail-item.basic-wrap {
    border-radius: 0 4px 4px;
}

.detail-wrap .product-details .detail-item {
    background: #fff;
    border-radius: 4px;
    margin-bottom: 4px;
    padding-left: 20px;
}

    .detail-wrap .product-details .detail-item.basic-wrap .desc {
        font-size: 14px;
        color: #333;
        line-height: 28px;
        padding: 4px 0 12px;
    }

.detail-wrap .product-details {
    margin-top: 20px;
}

    .detail-wrap .product-details .navs > span.active {
        color: #fff;
        background: #008A50;
    }

    .detail-wrap .product-details .navs > span {
        width: 140px;
        height: 36px;
        text-align: center;
        font-size: 14px;
        color: #a6a6a6;
        font-weight: 700;
        line-height: 36px;
        border-radius: 4px 4px 0 0;
        background: #E5E5E5;
        transition: all .3s;
        margin-right: 1px;
    }



.detail-wrap .product-details .detail-item.basic-wrap {
    border-radius: 0 4px 4px;
}

.detail-wrap .product-details .detail-item {
    background: #fff;
    border-radius: 4px;
    margin-bottom: 4px;
    padding-left: 20px;
}

    .detail-wrap .product-details .detail-item.basic-wrap .desc {
        font-size: 14px;
        color: #333;
        line-height: 28px;
        padding: 4px 0 12px;
    }

.detail-wrap .product-details {
    margin-top: 20px;
}

    .detail-wrap .product-details .navs > span.active {
        color: #fff;
        background: #008A50;
    }

    .detail-wrap .product-details .navs > span {
        width: 140px;
        height: 36px;
        text-align: center;
        font-size: 14px;
        color: #a6a6a6;
        font-weight: 700;
        line-height: 36px;
        border-radius: 4px 4px 0 0;
        background: #E5E5E5;
        transition: all .3s;
        margin-right: 1px;
    }

.pointer {
    cursor: pointer;
}

.detail-wrap .product-details .detail-item.basic-wrap {
    border-radius: 0 4px 4px;
}

.detail-wrap .product-details .detail-item {
    background: #fff;
    border-radius: 4px;
    margin-bottom: 4px;
    padding-left: 20px;
}

    .detail-wrap .product-details .detail-item.basic-wrap .desc {
        font-size: 14px;
        color: #333;
        line-height: 28px;
        padding: 4px 0 12px;
    }

.num-wrap {
    border-bottom: 1px solid #dcdcdc;
    height: 25px;
    color: #666666;
}

.amount {
    display: flex;
    justify-content: center;
}

    .amount .reduce {
        border: 1px solid #dcdcdc;
        width: 26px;
        cursor: pointer;
        user-select: none;
        text-align: center;
    }

    .amount input {
        border-top: 1px solid #dcdcdc;
        border-bottom: 1px solid #dcdcdc;
        height: 25px;
        width: 28px;
        text-align: center;
    }

    .amount .addD {
        border: 1px solid #dcdcdc;
        width: 26px;
        cursor: pointer;
        user-select: none;
        text-align: center;
    }
