.box-biuldpc-pro-detail {
    float: left;
    margin-bottom: 10px;
}
.box-biuldpc-pro-detail .item-n {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    font-size: 14px;
    color: #222222;
    display: flex;
    flex-wrap: wrap;
}
.box-biuldpc-pro-detail .item-n .name {
    float: left;
    width: 120px;
  	margin-right: 2px;
    line-height: 23px;
}
.box-biuldpc-pro-detail .item-n .bao-bpc {
	float: right;
    width: calc(100% - 122px);
}
.box-biuldpc-pro-detail .item-n .txt {
    border: solid 2px #ff9300;
    float: left;
    margin-right: 5px;
    padding: 1px 10px;
    position: relative;
    box-sizing: border-box;
    height: 22px;
    overflow: hidden;
    color: #222222;
  	width: 100%;
}
.box-biuldpc-pro-detail .item-n .txt::before {
    content: '';
    background: url(../images/checkbox-product.png) right bottom no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
}
.box-biuldpc-pro-detail .item-n .selec-other {
    /*border: solid 1px #aaa;*/
    float: left;
    margin-right: 5px;
    padding: 1px 10px;
    position: relative;
    box-sizing: border-box;
    height: 23px;
    overflow: hidden;
    color: #333;
    font-weight: 400;
    cursor: pointer;
  	width: 100%;
    margin-top: 5px;
}
.popup-biuldpc-pro-detail {
    width: 790px;
    float: left;
    border: solid 2px #f52131;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    display: none;
    z-index: 999999999;
}
.popup-biuldpc-pro-detail.active {
    display: block;
}
.popup-biuldpc-pro-detail .title {
    width: 100%;
    float: left;
    padding: 10px;
    margin-bottom: 10px;
    border-bottom: solid 1px #e1e1e1;
}
.popup-biuldpc-pro-detail .title .txt {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #222222;
    line-height: 20px;
    float: left;
}
.popup-biuldpc-pro-detail .title .close-pop-bpd {
    float: right;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    color: #222222;
    cursor: pointer;
}
.popup-biuldpc-pro-detail .title .close-pop-bpd i {
    color: #f52131;
}
.popup-biuldpc-pro-detail .list-n-all {
    width: 100%;
    float: left;
    max-height: 524px;
    overflow: auto;
    padding: 0px 10px;
}
.popup-biuldpc-pro-detail .list-n {
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
}
.popup-biuldpc-pro-detail .list-n .item-n {
    width: calc(25% - 7.5px);
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    border: solid 1px #e1e1e1;
}
.popup-biuldpc-pro-detail .list-n .item-n:nth-child(4n) {
    margin-right: 0px;
}
.popup-biuldpc-pro-detail .list-n .item-n .p-container {
    width: 100%;
    float: left;
    position: relative;
    padding: 10px;
}
.popup-biuldpc-pro-detail .list-n .item-n .p-container .p-img {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    position: relative;
    display: block;
    padding-top: 90%;
    overflow: hidden;
}
.popup-biuldpc-pro-detail .list-n .item-n .p-container .p-img img {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    margin: auto;
}
.popup-biuldpc-pro-detail .list-n .item-n .p-container .p-name {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 300;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
    color: #222222;
}
.popup-biuldpc-pro-detail .list-n .item-n .p-container .p-price {
    width: 100%;
    float: left;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 500;
    color: #cc0000;
}
.popup-biuldpc-pro-detail .list-n .item-n .p-container .selec-item {
    width: 100%;
    float: left;
    text-align: center;
    border: solid 1px #f52131;
    color: #f52131;
    font-size: 14px;
    text-transform: uppercase;
    color: #f52131;
    line-height: 28px;
    cursor: pointer;
}
.popup-biuldpc-pro-detail .list-n .item-n .p-container .selec-item.active {
    color: #fff;
    background: #f52131;
}
.bg-pop-biuldpc-pro-detail {
    width: 100%;
    height: 100%;
    float: left;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999999;
    display: none;
}
.bg-pop-biuldpc-pro-detail.active {
    display: block;
}