.com-weight-box{
    background: #fff;
    border-radius: 4px;
    border: 1px solid #ddd;
    display: none;
}
.com-weight-box .box-title{
    font-size: 16px;
    border-bottom: 1px solid #43B5C6;
    padding: 5px 10px;
    color: #43B5C6;
}
.com-weight-box .box-content{
    padding: 5px 10px;
}

.box-content table tr td{
    text-align: center;
    height: 30px;
}
.box-content input{
    width: 80px;
    height: 23px;
}
.box-content .opt-add,.box-content .opt-remove{
    margin-left: 5px;
    cursor: pointer;
}
.com-weight-box .box-footer{
    text-align: center;
    padding: 5px;
}
.box-total{
    text-align: right;
    padding-right: 60px;
    margin-bottom: 5px;
}
.box-total b{
    width: 80px;
    padding-right: 20px;
}