/* 小提示 */
.proDesc {
    font-size: 12px;
    margin-bottom: 20px;
}

/* 列表每项选择 */
#p_p_specification .content .selectAttr li {
    width: 590px;
    height: 36px;
}

/* 列表隔行设置背景色 */
#p_p_specification .content .selectAttr li:nth-child(4n),
#p_p_specification .content .selectAttr li:nth-child(4n+3) {
    background-color: #f8f8f8;
}


/* 列表标题 */
#p_p_specification .content .selectAttr li>div {
    width: 40%;
}

/* 类型 */
#p_p_specification .content .selectAttr li>div:first-child {
    text-align: left;
    padding-left: 15px;
}


/* 参数 */
#p_p_specification .content .selectAttr li>div:nth-child(2) {
    text-align: left;
}

/* 列表标题结束 */


/* 复选框区域 */
#p_p_specification .content .selectAttr li>div.checkBox {
    -webkit-box-pack: end;
    justify-content: flex-end;
}

#p_p_specification .content .selectAttr li>div:last-child {
    width: 21%;
    text-align: right;
    margin-right: 5px;
}


/* 每项参数 */
#p_p_specification .content .selectAttr li>p {
    width: 40%;
}


#p_p_specification .content .selectAttr li>p:first-child {
    text-align: left;
    padding-left: 15px;
    padding-right: 10px;
}

#p_p_specification .content .selectAttr li>p:nth-child(2) {
    text-align: left;
}

/* 每项参数结束 */



/* 底部搜索 */
#p_p_specification .content .submit {
    -webkit-box-pack: end;
    justify-content: flex-end;
}