body {
    margin: 0;
    padding: 0;
}
.elc-header {
    background-color: #B3C0D1;
    color: #333;
    line-height: 60px;
}

.elc-content {
    border-radius: 2px;
    border: 1px solid #DCDFE6;
}

.elc-nav-breadcrumb {
    height: 40px !important;
    border-bottom: 1px solid rgb(233, 233, 235);
}

.elc-center {
    margin: 0 auto;
}

.elc-text-center {
    text-align: center;
}

.elc-text-right {
    text-align: right;
}

.elc-fs12 {
    font-size: 12px;
}

.elc-fs14 {
    font-size: 14px;
}

.elc-fs16 {
    font-size: 16px;
}

.elc-fs18 {
    font-size: 18px;
}

.elc-fs20 {
    font-size: 18px;
}

.elc-fw {
    font-weight: bold;
}

.elc-mt5 {
    margin-top: 5px;
}

.elc-mt10 {
    margin-top: 10px;
}

.elc-mt20 {
    margin-top: 20px;
}

.elc-ml5 {
    margin-left: 5px;
}

.elc-ml10 {
    margin-left: 10px;
}

.elc-ml20 {
    margin-left: 20px;
}

.elc-ml30 {
    margin-left: 30px;
}

.elc-mb5 {
    margin-bottom: 5px;
}

.elc-hand {
    cursor: pointer
}

.elc-pdt5 {
    padding-top: 5px;
}

.elc-pdt10 {
    padding-top: 10px;
}

.elc-pd5 {
    padding: 5px;
}

.elc-pd10 {
    padding: 10px;
}

.elc-inline {
    float: left;
}

.elc-checkbox-margin {
    margin-top: 14px;
}

.elc-button-sm-margin {
    margin-top: 6px !important;
}

.elc-color-success {
    color: #67C23A;
}

.elc-color-warning {
    color: #E6A23C
}

.elc-color-danger {
    color: #F56C6C;
}

.elc-color-info {
    color: #909399;
}

.elc-color-blue {
    color: dodgerblue;
}

.elc-vertical-center {
    display: -webkit-box;

    display: -moz-box;

    display: -ms-flexbox;

    display: -webkit-flex;

    display: flex;

    -webkit-align-items: center; /*新版本*/
    align-items: center; /*新版本*/

    -webkit-flex-direction: row;
    flex-direction: row;

    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.elc-w800 {
    width: 800px !important;
}

.elc-w900 {
    width: 900px !important;
}

.elc-w200 {
    width: 200px !important;
}

.elc-w180 {
    width: 180px !important;
}

.elc-w150 {
    width: 150px !important;
}

.elc-w220 {
    width: 220px !important;
}
.elc-w250 {
    width: 250px !important;
}

.elc-w1000 {
    width: 1000px !important;
}

.elc-wp80 {
    width: 80% !important;
}

.elc-w-full {
    width: 100% !important;
}

.elc-table {
    margin: 0;
    border-collapse: collapse;
}

.elc-table td {
    border: 1px #e0e0e0 solid;
    padding: 10px;
}

.elc-table td:nth-child(odd) {
    background-color: #ececec;
}

