/*背景颜色*/
.bgc-f8 {
    background-color: #F8F8F8;
}

.bgc-f5 {
    background-color: #f5f5f5;
}

.bgc-fff {
    background-color: #fff;
}
.bgc-e5 {
    background-color: #e5e5e5;
}

.bgc-fa {
    background-color: #fafafa;
}

.bgc-f4 {
    background-color: #f4f4f4;
}

.bgc-ed {
    background-color: #ededed;
}

.bgc-c1 {
    background-color: #c1c1c1;
}
.c-4a4 {
    color: #4a4a4a;
}
.c-858 {
    color: #858c96;
}
.c-189 {
    color: #1890FF;
}
/*字体粗细*/
.fw-b {
    font-weight: bold;
}

.fw-n {
    font-weight: normal;
}

/*字体大小*/
.fs-12 {
    font-size: 12px;
}

.fs-14 {
    font-size: 14px;
}

.fs-16 {
    font-size: 16px;
}

.fs-18 {
    font-size: 18px;
}

.fs-22 {
    font-size: 22px;
}

.fs-28 {
    font-size: 28px;
}

.fs-34 {
    font-size: 34px;
}

/*字体颜色*/
.fc-333 {
    color: #333
}

.fc-666 {
    color: #666
}

.fc-999 {
    color: #999
}

.fc-ffab10 {
    color: #ffab10
}

.fc-206afc {
    color: #206afc
}

.fc-ff0000 {
    color: #ff0000
}

.fc-5a98de {
    color: #5a98de
}
.fc-0099fa {
    color: #0099fa
}
.fc-1890ff {
    color: #1890FF
}
.fc-ef102f {
    color: #ef102f
}
.fc-ef3e40 {
    color: #ef3e40
}
.fc-aaa {
    color: #aaa
}

.c-fff {
    color: #fff
}

/*行高*/
.lh-9 {
    line-height: 9px;
}

.lh-42 {
    line-height: 42px;
}

/*边框*/
.bor-9 {
    border: 1px solid #999;
}

.bor-9 {
    border: 1px solid #999;
}

.bor-e {
    border: 1px solid #eee;
}

.bor-c {
    border: 1px solid #ccc;
}

.bor-b,
.b-b {
    border-bottom: 1px solid #eee;
}

.b-t {
    border-top: 1px solid #eee;
}

.bor-l {
    border-left: 1px solid #eee;
}

.bor-r {
    border-right: 1px solid #eee;
}

/*宽度*/
.w-20 {
    width: 20px;
}

.w-35 {
    width: 35px;
}

.w-50 {
    width: 50px;
}
.w-80 {
    width: 80px;
}

.w-84 {
    width: 84px;
}

.w-100 {
    width: 100px;
}

.w-110 {
    width: 110px;
}

.w-130 {
    width: 130px;
}

.w-150 {
    width: 150px;
}

.w-170 {
    width: 170px;
}

.w-200 {
    width: 200px;
}

.w-230 {
    width: 230px;
}

.w-250 {
    width: 250px;
}

.w-300 {
    width: 300px;
}

.w-400 {
    width: 400px;
}

.w-550 {
    width: 550px;
}

.w-600 {
    width: 600px;
}

.w-630 {
    width: 630px;
}

.w-650 {
    width: 650px;
}

.w-670 {
    width: 670px;
}

.w-700 {
    width: 700px;
}

.w-800 {
    width: 800px;
}

.w-880 {
    width: 880px;
}

.w-999 {
    width: 880px;
}

.mw-200 {
    max-width: 200px;
}

.minw-835 {
    min-width: 835px;
}

/*高度*/
.h-31 {
    height: 31px;
}
.h-50 {
    height: 50px;
}

.h-100 {
    height: 100px;
}

.h-140 {
    height: 140px;
}

.h-170 {
    height: 170px;
}

.minh-300 {
    min-height: 300px;
}

.minh-400 {
    min-height: 400px;
}

.minh-411 {
    min-height: 411px;
}

.maxh-504 {
    max-height: 504px;
}

/*外边距*/
.mt-0-auto {
    margin: 0 auto;
}

.mt-10-auto {
    margin: 0 auto;
    margin-top: 10px;
}

.mt-1 {
    margin-top: 1px;
}

.mr-4 {
    margin-right: 4px;
}

.mr-14 {
    margin-right: 14px;
}
.ml--1{
    margin-left: -1px;
}

/*内边距*/
.pt-1 {
    padding-top: 1px;
}

.pl-8 {
    padding-left: 8px;
}

.pr-8 {
    padding-right: 8px
}

.pl-200 {
    padding-left: 200px
}

.pl-220 {
    padding-left: 220px
}

/*层级*/
.zIndex-102 {
    z-index: 102;
}

.zIndex-103 {
    z-index: 103;
}

/*定位*/
.relative {
    position: relative;
}

/*dispaly*/
.dp-ilb {
    display: inline-block;
}

/*overfolw*/
.overf-h {
    overflow: hidden;
}

.overf-a {
    overflow: auto;
}

/*cursor*/
.cursor-d {
    cursor: default;
}

.cursor-p {
    cursor: pointer;
}

.layui-layer.layui-layer-page .layui-layer-content {
    padding-bottom: 50px;
    padding-top: 20px;
	overflow-x: hidden;
    overflow-y: auto;
}

.overflow-y-auto {
    overflow-y: auto;
}

.overflow-x-hidden {
    overflow-x: hidden;
}

.flex {
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
}


.flex-c {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.flex-j {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.flex-ja {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.btn-e {
    background-color: #eeeeee;
}

.btn-e:hover {
    color: #333;
}

/* 文字不可以被选中 */
.btn, .no-selected {
    -moz-user-select: none; /*火狐*/
    -webkit-user-select: none; /*webkit浏览器*/
    -ms-user-select: none; /*IE10*/
    -khtml-user-select: none; /*早期浏览器*/
    user-select: none;
}

.tr {
    text-align: right;
}

.tc {
    text-align: center;
}

.text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.v-m {
    vertical-align: middle;
}

.table {
    table-layout: fixed;
    background-color: #fff;
}

.td-hide {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.td-hide:hover {
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
}

.date-hint {
    position: fixed;
    top: 50%;
    left: 50%;
    border: 1px solid #999999;
    width: 300px;
    height: 60px;
    padding: 10px;
    line-height: 60px;
    margin-left: -150px;
    margin-top: -20px;
    background: white;
    z-index: 987654321987;
    animation: dateHint 0.2s;
}

.date-hint > i {
    width: 35px;
    height: 35px;
    margin-right: 10px;
    margin-left: 20px;
}

@keyframes dateHint {
    0% {
        opacity: 0;
        -webkit-transform: scale(.5);
        -ms-transform: scale(.5);
        transform: scale(.5);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    /*0%{*/
    /*display: none;*/
    /*}*/
    /*50%{*/
    /*display: block;*/
    /*}*/
    /*100%{*/
    /*display: none;*/
    /*}*/
}


/*========================表单========================*/
.select-box {
    height: 31px;
    /*width: 120px;*/
    font-size: 14px;
}

.genderSearch {
    width: 80px;
    height: 31px;
    line-height: 30px;
    margin-right: -1px;
    border: solid 1px #ddd;
    box-sizing: border-box;
    cursor: pointer;
    font-weight: normal;
    white-space: nowrap;
    font-size: 14px;
}

.btn-text {
    cursor: pointer;
}

/*按钮*/
.btn-text:hover {
    opacity: .8;
}
/* table 表格边框重叠去除 */
.table-bordered {
    /*margin: -1px;*/
}
/* flex布局 */
.flex{display: -webkit-flex; display: flex;}
.flex-c{display: -webkit-flex;display: flex;-webkit-align-items: center; align-items: center;}
.flex-jca{display: -webkit-flex;display: flex;align-items: center;justify-content:space-around}
.flex-jcb{display: -webkit-flex;display: flex;align-items: center;justify-content:space-between}
.flex-jce{display: -webkit-flex;display: flex;align-items: center;justify-content:flex-end}
.flex-e{display: -webkit-flex;display: flex;justify-content:flex-end}
.flex-jcc{display: -webkit-flex;display: flex;align-items: center;justify-content:center}
.flex-col{display: -webkit-flex;display: flex;flex-direction:column}
.flex-col-c{display: -webkit-flex;display: flex;justify-content: center;flex-direction:column}
.flex-col-jca{display: -webkit-flex;display: flex;align-items: center;justify-content:space-around;flex-direction:column}
.flex-col-jcb{display: -webkit-flex;display: flex;align-items: center;justify-content:space-between;flex-direction:column}
.flex-col-jce{display: -webkit-flex;display: flex;align-items: center;justify-content:flex-end;flex-direction:column}
.flex-col-e{display: -webkit-flex;display: flex;justify-content:flex-end;flex-direction:column}
.flex-col-jcc{display: -webkit-flex;display: flex;align-items: center;justify-content:center;flex-direction:column}
.flex-s{flex-shrink: 0;-webkit-flex-shrink: 0;}
.flex-g{flex-grow: 0;-webkit-flex-grow: 0;}
.flex-w{flex-wrap: wrap;-webkit-flex-wrap: wrap}
.flex-1 {-webkit-flex: 1;flex: 1}
.b-box {box-sizing: border-box}
