/* 标题 */
#p_p_detail .title {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 20px;
}

#p_p_detail .title h2 span {
    color: var(--warning-color);
}


/* 起订量 */
#p_p_detail .quantityBox .moq_cont {
    margin-bottom: 10px;
}

/* 数量标题 */
.quantityBox .priceList .head {
    height: 40px;
    line-height: 40px;
}

/* 数量列表 */
#p_p_detail .quantityBox .priceList ul {
    max-height: 280px;
    overflow-y: auto;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 100%;
}

/* 设置滚动条样式 */
#p_p_detail .quantityBox .priceList ul::-webkit-scrollbar-thumb {
    background-color: var(--undertint);
    border-radius: 2px;
}

#p_p_detail .quantityBox .priceList ul::-webkit-scrollbar {
    width: 4px;
}


#p_p_detail .quantityBox .priceList ul li {
    display: flex;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    width: 100%;
}

#p_p_detail .quantityBox .priceList ul li p {
    flex: 1;
    height: 100%;
    text-align: center;
    font-weight: normal;
    font-size: 14px;
}

#p_p_detail .quantityBox .priceList ul li:nth-child(2n) {
    background-color: #f8f8f8;
}


/* 单价 */
#p_p_detail .quantityBox .priceList ul li .unit_price_cont {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
}

#p_p_detail .quantityBox .priceList ul li .unit_price_cont span {
    display: block;
    margin-bottom: 6px;
}




/* 分享区域 */
#p_p_detail .title {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 20px;
}


/* 没有库存时 */
.quantityBox .cot {
    display: flex;
    width: 100%;
}

.quantityBox .cot .rfq {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.quantityBox .cot .rfq>p {
    font-size: 12px;
    margin-bottom: 20px;
}

/* 国家选择 */
.quantityBox .cot .rfq .v-select {
    border: none;
    /* border-bottom: 1px solid #ccc; */
}

.quantityBox .cot .rfq .v-select .v-input-upward input {
    border: none;
}

.quantityBox .cot .rfq .r .rfqSelect {
    z-index: 1 !important;
}

.rfq .btnBox {
    align-items: center;
    display: flex;
    justify-content: space-between;
}