
#contractManage .el-scrollbar__wrap {
    overflow-x: hidden;
}
#contractInfo .BasicForm {
    border-bottom: 1px solid #dedede;
}
#contractManage h3 {
    margin: 10px 0 10px 0
}
.relatedProduct .button {
    float: right;
    line-height: 50px;
}
.relatedProduct .head {
    width: 100%;
    height: 50px;
    float: left;
}
.tableLeft {
    float: left;
    width: 100%;
}
#contractProductDiv {
    margin-bottom: 10px;
    border-bottom: 1px solid #EBEEF5;
    padding-bottom: 8px;
}
#contractProductDiv .el-input {
    width: 200px;
    margin-right: 10px;
}
#contractProductDiv .el-select {
    width: 200px;
    margin-right: 10px;
}
#contractList .searchBox {
    float: right;
    display: inline-block;
}
#contractList .searchInput {
    width: 220px;
    margin-right: 8px;
}
.el-table th.gutter {
    display: table-cell !important;
}
#contractManage .productPre {
    float: right;
    margin: 5px 5px;
}

