body {
    background-color: #F2F2F2;
}

.start-loading {
    position: absolute;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 16px;
    background:#fff url(/res/img/loading1.gif) no-repeat 16px 16px;
    background-size: 32px;
}

.ivu-btn-primary {
    /*background-color: #009688;*/
    /*border-color: #009688;*/
    background-color: #3978F7;
    border-color: #3978F7;
}

.ivu-btn-primary:hover {
    /*background-color: #33ABA0;*/
    /*border-color: #33ABA0;*/
    
    background-color: #3978F7;
    border-color: #3978F7;
}

.ivu-btn-info {
    background-color: #2d8cf0;;
    border-color: #2d8cf0;
}

.ivu-btn-info:hover {
    background-color: #57a3f3;
    border-color: #57a3f3;
}

.form-label1 .ivu-form-item {
    padding: 0;
}

.form-label1 .ivu-form-item-label {
    background-color: #FBFBFB;
    border: solid #dcdee2 1px;
    border-right-width: 0;
    border-radius: 2px 0 0 2px;
    height: 38px;
}

.form-label1 .rborder .ivu-form-item-label {
    border-right-width: 1px;
}

.form-label1 div.ivu-form-item-content {
    line-height: 1;
}

.form-label1 .ivu-form-item-content {
}

.form-label1 .ivu-input-number-input,
.form-label1 .ivu-input[type=text],
.form-label1 .ivu-input[type=password] {
    margin: 0;
    border-radius: 0 2px 2px 0;
    height: 38px;
}

.form-label1 .ivu-input-number {
    height: 38px;
}

.form-label1 .ivu-select-selection {
    height: 38px;
    line-height: 38px;
}

.form-label1 .ivu-form-item-error-tip {
    z-index: 9999;
    background: #fff;
    border: solid #ed4014 1px;
    border-top-width: 0;
    border-radius: 0 0 5px 5px;
    padding: 10px;
}

.table1 {
    width: 100%;
    background: #fff;
    border-collapse: collapse;
}

.table1 th,
.table1 td {
    border-width: 1px;
    border-style: solid;
    border-color: #e6e6e6;
    padding: 9px 15px;
    min-height: 20px;
    line-height: 20px;
    font-size: 14px
}
.dingweiframe{
    position: absolute;
    right: 22px;
    top: 10px;
}

.ivu-select-dropdown{max-height: 400px !important;}
.ivu-cascader-menu{height: 380px !important;}