#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;
}

/* 查询和添加rfq */
#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;
}