#p_p_introduce .proInfo {
    width: 608px;
}


    /* 鏍囬鍖哄煙 */
    #p_p_introduce .proInfo .title {
        border-bottom: 1px solid var(--border);
        padding-bottom: 6px;
        margin-bottom: 20px;
    }

        #p_p_introduce .proInfo .title h1 {
            font-size: 16px;
            font-weight: 700;
        }

            #p_p_introduce .proInfo .title h1 .title_cont {
                margin-bottom: 12px;
            }

    /* 鏍囬鍖哄煙缁撴潫 */


    /* 鍩虹淇℃伅 */
    #p_p_introduce .proInfo .info div p {
        width: 78%;
    }

        #p_p_introduce .proInfo .info div p.bar {
            width: 20%;
        }

        /* 姣忛」閾炬帴澧炲姞涓嬪垝绾� */
        #p_p_introduce .proInfo .info div p a:hover {
            text-decoration: underline;
        }

/* 缁熻 鍔犲叆璐墿杞� */


/* 鏁伴噺杈撳叆妗� */
.s-input-number {
    border-bottom: 1px solid #d4d4d4;
    padding-bottom: 5px;
}

    .s-input-number,
    .s-input-number span {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
    }

        /* 鍔犲噺鎸夐挳 */
        .s-input-number span {
            width: 30px;
            height: 30px;
            color: #d4d4d4;
            -webkit-box-pack: center;
            justify-content: center;
            border-radius: 50%;
            cursor: pointer;
        }

            .s-input-number span:hover {
                background-color: hsla(0, 0%, 40%, .1);
                color: var(--color6);
            }

        .s-input-number input {
            width: 80px;
        }

        .s-input-number input {
            border: none;
            text-align: center;
            font-size: 14px;
        }

            .s-input-number input[type=number] {
                -moz-appearance: textfield;
                outline: none;
            }

                .s-input-number input[type=number]::-webkit-outer-spin-button,
                .s-input-number input[type=number]::-webkit-inner-spin-button {
                    -webkit-appearance: none;
                }

/* 鏁伴噺杈撳叆妗嗙粨鏉� */


/* 閲戦璁＄畻 */
#p_p_introduce .proInfo .info .price_cont .price {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    width: 78%;
}

    /* 鍗曚环 */
    #p_p_introduce .proInfo .info .price_cont .price .unit_price_title {
        width: 80px;
    }

#p_p_introduce .proInfo .info div p {
    width: 78%;
}


/* 閲戦璁＄畻loading灞傛樉绀� */
#v-loading.show {
    opacity: 1;
    visibility: visible;
}

/* 鏌ヨ鍜屾坊鍔爎fq */
#p_p_introduce .proInfo .info .btn_box span + span {
    margin-left: 30px;
}

#p_p_introduce .proInfo .info .btn_box span:hover {
    cursor: pointer;
    text-decoration: underline;
}




/* 娴姩鏃舵樉绀哄尯鍩� */
#p_p_introduce .part_nav {
    height: 110px;
    position: fixed;
    top: -110px;
    left: 0;
    z-index: 30;
    -webkit-transition: all .3s;
    transition: all .3s;
}

    #p_p_introduce .part_nav.show {
        top: 0px !important;
        box-shadow: rgba(0, 0, 0, 0.16) 1px 1px 9px !important;
    }

    /* 宸︿晶鍨嬪彿鍥剧墖 */
    #p_p_introduce .part_nav .l img {
        width: 80px;
        height: 80px;
    }

    #p_p_introduce .part_nav .r .price_cont {
        height: 36px;
    }

    #p_p_introduce .part_nav .r .countInt {
        overflow: hidden;
    }

        #p_p_introduce .part_nav .r .countInt input[type=number] {
            width: 130px;
        }
