.commodityManage_page {
    width: 1200px;
    margin: auto;
    padding: 40px 0;
}

/*  */

.commodityManage_search {
    margin: 40px 0;
    overflow: hidden;
}

.commodityManage_search>input {
    width: 443px;
    height: 40px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(229, 229, 229, 1);
    box-sizing: border-box;
    float: left;
    padding-left: 16px;
}

.commodityManage_search>a {
    float: left;
    display: block;
    width: 70px;
    height: 40px;
    background: #E4151A;
    text-align: center;
    line-height: 40px;
}

.commodityManage_search>a>img {
    width: 25px;
    height: 24px;
}

.commodityManage_search>span {
    cursor: pointer;
    display: inline-block;
    width: 134px;
    height: 40px;
    background: #E4151A;
    border-radius: 20px;
    color: white;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    margin-left: 38px;
}

/*  */

.commodityManage_table>ul {
    overflow: hidden;
    border-bottom: 1px solid #EEEEEE;
    display: table;
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
}

.commodityManage_table>ul>li {
    display: table-cell;
    width: 10%;
    text-align: center;
    padding: 14px 10px;
    border-left: 1px solid #EEEEEE;
    box-sizing: border-box;
}
.commodityManage_table>ul>li:nth-of-type(5){

}
.commodityManage_table>ul>li:nth-of-type(2) {
    width: 20%;
}

.commodityManage_table>ul>li:last-of-type {
    width: 30%;
    border-right: 1px solid #EEEEEE;
    padding: 14px 0px;
}

.commodityManage_table>ul:first-child {
    background: #EEEEEE;
}

.commodityManage_table>ul>li>span {
    width: 57px;
    height: 25px;
    background: #EEEEEE;
    color: #888888;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    line-height: 25px;
    /*margin-left: 14px;*/
    cursor: pointer;
    margin: 14px 5px 0;
}

.commodityManage_table>ul>li>span:first-child {
    color: #E4151A;

}

/* 上下架弹窗 */

.put_down_dialog {
    width: 364px!important;
    height: 236px!important;
    margin: -119px 0 0 -182px!important;
}

.put_down_info {
    padding-top: 70px;
    text-align: center;
}

.put_down_info>a ,.cm_parameter_info>a{
    display: block;
    width: 120px;
    height: 45px;
    background: #E4151A;
    border-radius: 22px;
    font-size: 14px;
    color: white;
    text-align: center;
    line-height: 45px;
    margin: 30px auto 0;
}

/* 编辑参数弹窗 */

.cm_parameter_dialog {
    width: 580px!important;
    height: 540px!important;
    margin: -270px 0 0 -290px!important;
}

.cm_parameter_info {
    padding-top: 70px;
}

.cm_parameter_info>div>span {
    display: inline-block;
    width: 160px;
    text-align: right;
    margin-right: 20px;
}

.cm_parameter_info>div {
    margin-bottom: 20px;
}
.cm_parameter_info>div .layui-form{
    display: inline-block;
    width: 304px;
}
.cm_parameter_info>div>input {
    width: 304px;
    height: 40px;
    padding-left: 15px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(229, 229, 229, 1);
}
