.specifications_page {
    width: 1200px;
    margin: auto;
    font-size: 14px;
    padding-bottom: 90px;
}

/*  */

.specifications_type {
    overflow: hidden;
    padding: 40px 0;
}

.specifications_type>div {
    width: 125px;
    height: 40px;
    background: #EEEEEE;
    border-radius: 20px;
    cursor: pointer;
    float: left;
    text-align: center;
    line-height: 40px;
    margin-right: 15px;
}

.specifications_type_active {
    color: white;
    background: #E4151A!important;
}

/*  */

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

.specifications_table>ul>li {
    display: table-cell;
    width: 25%;
    text-align: center;
    padding: 14px 10px;
    border-left: 1px solid #EEEEEE;
    box-sizing: border-box;
}

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

.specifications_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;
}

/* 已有规格弹窗 */
.specificationsed_dialog {
    width: 580px!important;
    height: 500px!important;
    margin: -200px 0 0 -290px!important;
}
.specificationsed_info{
    padding-top: 70px;
}
.specificationsed_info>div{
    margin-bottom: 30px;
}
.specificationsed_info>div>span{
    display: inline-block;
    width: 155px;
    text-align: right;
    margin-right: 20px;
}
.specificationsed_info .layui-form{
    width: 304px;
    display: inline-block;
}
.specificationsed_info>div input{
    width: 304px;
    display: inline-block;
    height:40px;
    padding-left: 14px;
    box-sizing: border-box;
}
.specificationsed_info>a{
    width:116px;
    height:40px;
    line-height: 40px;
    background:#E4151A;
    border-radius:20px;
    color: white;
    display: block;
    margin:50px auto 0;
    text-align: center;
}

/*====================== 新增编辑商品   start ============== */
.addedit_commodity_page{
    width: 1200px;
    margin: auto;
    padding: 70px 0;
    overflow: hidden;
}
.addedit_commodity_item{
    width: 50%;
    float: left;
    margin-bottom: 20px;
}
.addedit_commodity_item>span,.addedit_commodity_item3>span,.addedit_commodity_item2>span{
    display: inline-block;
    width: 150px;
    text-align: right;
}
.addedit_commodity_item>input{
    width:370px;
    height:40px;
    background:rgba(255,255,255,1);
    border:1px solid #E5E5E5;
    padding-left: 14px;
    box-sizing: border-box;
}
.addedit_commodity_item .layui-form{
    width:370px;
height:40px;
display: inline-block;
}
/*  */
.addedit_commodity_item2{
    margin-bottom: 30px;
    overflow: hidden;
    display: inline-block;
}
.addedit_commodity_item2>textarea{
    resize: none;
    width:929px;
vertical-align: top;
    background:rgba(255,255,255,1);
    border:1px solid #E5E5E5;
    padding: 10px ;
    box-sizing: border-box;
}
/*  */
.addedit_commodity_item3{
    margin-bottom: 50px;
}
.addedit_commodity_item3>ul{
    display: inline-block;
    width:929px;
    overflow: hidden;
    vertical-align: top;
}
.addedit_commodity_item3>ul>li{
    width:181px;
    text-align: left;
    color: #BCBBBB;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
.addedit_commodity_item3>ul>li>img{
    width:181px;
height:114px;
margin-bottom: 20px;
cursor: pointer;
}
.addedit_commodity_page>a{
    width:276px;
height:55px;
text-align: center;
line-height: 55px;
background:#E4151A;
border-radius:27px;
font-size: 18px;
color: #FFFFFF;
margin: auto;
display: block;
}