﻿.goodsBox{
    margin-top: 10px;
    background-color: #fff;
    border: 1px solid #eee;
}
.goodsBox>div:first-child{
    font-size: 16px;
    color: #EB2332;
    border-bottom: 1px solid #eee;
    padding: 20px 18px;
}
.goods_msg_box{
    padding: 30px;
    font-size: 14px;
    position: relative;
}
.goods_msg_box>div{
    display: inline-block;
    vertical-align: top;
}
/*.goodsBox .goods_msg_box>div>div>div:nth-child(1){*/
    /*text-align: left;*/
    /*margin-left: 20px;*/
    /*margin-right: 0;*/
/*}*/
/*.goodsBox .goods_msg_box>div>div>div:nth-child(2){*/
    /*text-align: left;*/
    /*margin-left: 20px;*/
    /*margin-right: 0;*/
/*}*/
/*.goodsBox .goods_msg_box>div>div>div:nth-child(5){*/
    /*text-align: left;*/
    /*margin-left: 20px;*/
    /*margin-right: 0;*/
/*}*/

.goods_msg_box>div:first-child>div:not(:last-child){
    margin-bottom: 30px;
}
.goods_msg_box>div:nth-child(2){
    background-color: #fafafa;
    font-size: 12px;
    position: absolute;
    right: 30px;
}
.goods_msg_box>div:nth-child(2)>div:first-child{
    line-height: 38px;
    background-color: #f2f2f2;
    padding: 0 20px;
    color: #757575;
}
.goods_msg_box>div:nth-child(2)>div:nth-child(2){
    padding: 0 0 20px;
}

.goods_msg_box>div:first-child>div>div{
    display: inline-block;
    margin-right: 30px;
    width: 97px;

}
.enterpriseBox>div{
    border: 1px solid #eee;
}
.goods_msg_box>div:first-child>div>div>div:first-child{
    color: #999;
    margin-bottom: 10px;
}

.ck_btn>span{
    color: #eb2232;
    border: 1px solid #eb2332;
    border-radius: 4px;
    cursor: pointer;
}
