@charset "utf-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
button,article, aside, canvas, details, embed, figure,
figcaption, footer, header, hgroup, menu, nav,
output, ruby, section, summary, time, mark,
audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html,body{
    background: #F1F2F7;
    font-size: 14px;
    font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,PingFang SC,Microsoft YaHei,Source Han Sans SC,Noto Sans CJK SC,WenQuanYi Micro Hei,sans-serif;
    word-break: break-all;
    word-wrap: break-word;
    font-synthesis: style;
}
html{
    min-width: 1300px;
}
input{
    text-indent: 7px;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    line-height: normal;
}
button{
    border: none;
    background: 0 0;
    cursor: pointer;
}
fieldset,
img {
    border: none;
}
img{
    display: inline-block;
}
img[src='']{
    background: #eee;
}
input,button{
    border: none;
    outline: none;
    background: inherit;
}
ul,ol{
    list-style: none;
}
a{
    text-decoration: none;
    color: inherit;
}
a:hover, a:visited, a:link{
    text-decoration: none;
    color: inherit;
}
input[disabled]{
    color: #666;
}
input, .search-keyword input+*{
    transition: all .3s cubic-bezier(.645,.045,.355,1);
}
input:hover,textarea:hover{
    border-color: #666 !important;
}
input:focus,textarea:focus{
    border-color: #00C700 !important;
}
.search-keyword:hover input,.search-keyword:hover input+*{
    border-color: #666 !important;
}
.search-keyword:hover input+*{
    background-color: #666 !important;
}
.search-keyword input:focus,.search-keyword input:focus+*{
    border-color: #00C700 !important;
}
.search-keyword input:focus+*{
    background-color: #00c700 !important;
}
.search-keyword.warning input::placeholder{
    color: #FE4848;
}
.search-keyword.warning input::-webkit-input-placeholder{
    color: #FE4848;
}
.search-keyword.warning input::-moz-placeholder{
    color: #FE4848;
}
.search-keyword.warning input::-ms-input-placeholder{
    color: #FE4848;
}
.search-keyword.warning input,.search-keyword.warning input+*{
    border-color: #FE4848 !important;
}
.search-keyword.warning input+*{
    background-color: #FE4848 !important;
}
.clearfix:after,
.clearfix:before {
    display: table;
    content: "";
}
.clearfix:after {
    clear: both;
    overflow: hidden;
}
.clearfix {
    zoom: 1;
}
.datetimepicker table tr td span{
    font-size: 12px;
    height: 34px;
    line-height: 34px;
}
.no-select{
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.flex{
    display: -ms-flexbox !important;
    display: -moz-flex !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -webkit-box !important;
    display: flex !important;
}
.flex1{
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
}
.flex2{
    -webkit-box-flex: 2;
    -moz-box-flex: 2;
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
    width: 0;
}
.flex3{
    -webkit-box-flex: 3;
    -moz-box-flex: 3;
    -webkit-flex: 3;
    -ms-flex: 3;
    flex: 3;
    width: 0;
}
.flex4{
    -webkit-box-flex: 4;
    -moz-box-flex: 4;
    -webkit-flex: 4;
    -ms-flex: 4;
    flex: 4;
    width: 0;
}
.flex5{
    -webkit-box-flex: 5;
    -moz-box-flex: 5;
    -webkit-flex: 5;
    -ms-flex: 5;
    flex: 5;
    width: 0;
}
.flex6{
    -webkit-box-flex: 6;
    -moz-box-flex: 6;
    -webkit-flex: 6;
    -ms-flex: 6;
    flex: 6;
    width: 0;
}
.flex7{
    -webkit-box-flex: 7;
    -moz-box-flex: 7;
    -webkit-flex: 7;
    -ms-flex: 7;
    flex: 7;
    width: 0;
}
.flex8{
    -webkit-box-flex: 8;
    -moz-box-flex: 8;
    -webkit-flex: 8;
    -ms-flex: 8;
    flex: 8;
    width: 0;
}
.flex9{
    -webkit-box-flex: 9;
    -moz-box-flex: 9;
    -webkit-flex: 9;
    -ms-flex: 9;
    flex: 9;
    width: 0;
}
.flex10{
    -webkit-box-flex: 10;
    -moz-box-flex: 10;
    -webkit-flex: 10;
    -ms-flex: 10;
    flex: 10;
    width: 0;
}
.el-clamp{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.el-clamp2{
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.el-clamp3{
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.el-text-middle{
    display: -webkit-box;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: -moz-box;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: -o-box;
    -o-box-orient: horizontal;
    -o-box-pack: center;
    -o-box-align: center;
    display: -ms-box;
    -ms-box-orient: horizontal;
    -ms-box-pack: center;
    -ms-box-align: center;
    display: box;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.hide{
    display: none;
}
.mask-layer{
    position: fixed;
    background: rgba(9,9,9,.01);
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 99999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.checked-box{
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 1px solid #ccc;
    vertical-align: sub;
    font-size: 13px;
    text-align: center;
    line-height: 15px;
    margin-right: 5px;
    cursor: pointer;
    text-indent: 1px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all .2s ease-in-out;
    white-space: nowrap;
    box-sizing: border-box;
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.radio-check .checked-box{
    border-radius: 50%;
    width: 15px;
    height: 15px;
}
.checked-box.checked{
    border-color: #00C700;
    color: #fff;
    background: #00C700;
}
.checked-box.checked:before{
    content: '\e64c';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.radio-check .checked-box.checked{
    background: #00C700;
    border-color: #00C700;
}
.radio-check .checked-box.checked:before{
    content: '';
    display: block;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.checked-box.disable{
    border-color: #677A8E !important;
    cursor: inherit;
}
.checked-box.disable.checked{
    background: #677A8E;
}
.btn-green{
    display: inline-block;
    padding: 0 10px;
    background-color: #00c700;
    border-radius: 2px;
    line-height: 32px;
    height: 32px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    min-width: 80px;
    transition: .1s;
    outline: none;
    -webkit-appearance: none;
    font-weight: normal;
}
.btn-green:hover{
    background-color: #31D031;
}
.btn-green:active{
    background-color: #00AD00;
}
.btn-red{
    display: inline-block;
    padding: 0 10px;
    background-color: #E0001B;
    border-radius: 2px;
    line-height: 32px;
    height: 32px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    min-width: 80px;
    transition: .1s;
    outline: none;
    -webkit-appearance: none;
    font-weight: normal;
}
.btn-red:hover{
    background-color: #FC6B6B;
}
.btn-red:active{
    background-color: #E64141;
}
.btn-grey{
    display: inline-block;
    padding: 0 10px;
    background: #CCCCCC;
    border-radius: 2px;
    line-height: 32px;
    height: 32px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    min-width: 80px;
    transition: .1s;
    outline: none;
    -webkit-appearance: none;
    font-weight: normal;
}
.btn-grey:hover{
    background-color: #D4D4D4;
}
.btn-grey:active{
    background-color: #B3B3B3;
}
.btn-dark{
    display: inline-block;
    padding: 0 5px;
    background: #3F4E5D;
    border-radius: 2px;
    line-height: 32px;
    height: 32px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    min-width: 80px;
    transition: .1s;
    outline: none;
    -webkit-appearance: none;
    font-weight: normal;
}
.btn-blue{
    display: inline-block;
    padding: 0 10px;
    background-color: #1592D4;
    border-radius: 2px;
    line-height: 32px;
    height: 32px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    min-width: 80px;
    transition: .1s;
    outline: none;
    -webkit-appearance: none;
    font-weight: normal;
}
.btn-border-green{
    display: inline-block;
    padding: 0 10px;
    border-radius: 2px;
    line-height: 32px;
    height: 32px;
    color: #00c700;
    border: 1px solid #00c700;
    text-align: center;
    font-size: 14px;
    box-sizing: border-box;
    cursor: pointer;
    min-width: 80px;
    background-color: #fff;
    transition: .1s;
    outline: none;
    -webkit-appearance: none;
    font-weight: normal;
}
.btn-border-green:hover{
    border-color: #31D031;
    background-color: #31D031;
    color: #fff;
}
.btn-border-green:active{
    border-color: #00AD00;
    background-color: #00AD00;
    color: #fff;
}
.btn-border-red{
    display: inline-block;
    padding: 0 5px;
    border-radius: 2px;
    line-height: 32px;
    height: 32px;
    color: #E0001B;
    border: 1px solid #E0001B;
    text-align: center;
    font-size: 14px;
    box-sizing: border-box;
    cursor: pointer;
    min-width: 80px;
    background-color: #fff;
    transition: .1s;
    outline: none;
    -webkit-appearance: none;
    font-weight: normal;
}
.btn-border-red:hover{
    border-color: #FC6B6B;
    background-color: #FC6B6B;
    color: #fff;
}
.btn-border-red:active{
    border-color: #E64141;
    background-color: #E64141;
    color: #fff;
}
.btn-border-grey{
    display: inline-block;
    padding: 0 5px;
    border-radius: 2px;
    line-height: 32px;
    height: 32px;
    color: #ccc;
    border: 1px solid #ccc;
    text-align: center;
    font-size: 14px;
    box-sizing: border-box;
    cursor: pointer;
    min-width: 80px;
    background-color: #fff;
    transition: .1s;
    outline: none;
    -webkit-appearance: none;
    font-weight: normal;
}
.btn-border-grey:hover{
    border-color: #D4D4D4;
    background-color: #D4D4D4;
    color: #fff;
}
.btn-border-grey:active{
    border-color: #B3B3B3;
    background-color: #B3B3B3;
    color: #fff;
}
.btn-border-blue{
    display: inline-block;
    padding: 0 10px;
    border-radius: 2px;
    line-height: 32px;
    height: 32px;
    color: #1592D4;
    border: 1px solid #1592D4;
    text-align: center;
    font-size: 14px;
    box-sizing: border-box;
    cursor: pointer;
    background: #fff;
    font-weight: normal;
}
.button-green{
    display: inline-block;
    padding: 5px 5px;
    background: #00c700;
    border-radius:3px;
    color: #fff;
    text-align: center;
    font-size: 12px;
    line-height: initial;
    cursor: pointer;
    font-weight: normal;
}
.button-grey{
    display: inline-block;
    padding: 5px 5px;
    background: #B3C0CC;
    border-radius:3px;
    color: #fff;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
    font-weight: normal;
}
.button-blue{
    display: inline-block;
    padding: 5px 5px;
    background: #1592D4;
    border-radius:3px;
    color: #fff;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
    font-weight: normal;
}

a.btn-border-green{
    color: #00c700;
}
button[disabled]{
    background: #ddd !important;
    color: #fff;
    cursor: no-drop;
}
[class^=btn-border-][disabled],
[class*=" btn-border-"][disabled]{
    border-color: #ddd;
    color: #ddd;
    background-color: #fff !important;
}
.w90{
    width: 90px;
}
.w60{
    width: 60px;
}
.w30{
    width: 30px;
}
.m-t-10 {
    margin-top: 10px;
}
.m-t-20 {
    margin-top: 20px;
}
.m-l-5 {
    margin-left: 5px;
}
.m-l-10 {
    margin-left: 10px;
}
.m-l-15 {
    margin-left: 15px;
}
.m-l-20 {
    margin-left: 20px
}
.m-l-50 {
    margin-left: 50px
}
.m-r-5 {
    margin-right: 5px;
}
.m-r-10 {
    margin-right: 10px;
}
.m-r-20 {
    margin-right: 20px;
}
.m-b-5 {
    margin-bottom: 5px;
}
.m-b-30 {
    margin-bottom: 30px;
}
.f12 {
    font-size: 12px;
}
.f13 {
    font-size: 13px;
}
.f14 {
    font-size: 14px;
}
.f16 {
    font-size: 16px;
}
.f18 {
    font-size: 18px;
}
.f20 {
    font-size: 20px;
}
.f24 {
    font-size: 24px;
}
.w80{
    width: 80px;
}
.w88{
    width: 88px;
}
.w100{
    width: 100px;
}
.w120{
    width: 120px;
}
.w130 {
    width: 130px;
}
.w140{
    width: 140px;
}
.w160 {
    width: 160px;
}
.w200{
    width: 200px;
}
.w240{
    width: 240px;
}
.w270 {
    width: 270px;
}
.w300 {
    width: 300px;
}
.btn-box{
    text-align: center;
}
.popper{
    position: fixed;
    overflow: auto;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    padding-bottom: 10px;
    background: rgba(0,0,0,.2);
    z-index: 10001;
    display: none;
}
.popper .inner{
    width: 670px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 100px;
    margin-left: -337px;
    margin-bottom: 100px;
    border-radius: 5px;
}
.popper .inner .title,.m-layer-wrapper .m-layer-inner .title{
    height: 50px;
    background: #fff;
    text-indent: 20px;
    line-height: 50px;
    color: #3F4E5D;
    font-size: 14px !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-bottom: 1px solid #ddd;
    font-weight: bold;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.popper .inner .cancel,.m-layer-wrapper .m-layer-inner .cancel{
    font-weight: bolder;
    font-size: 16px !important;
    position: absolute;
    right: 20px;
    top: 14px;
    cursor: pointer;
    line-height: 1.4;
}
.m-layer-wrapper{
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100010;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,.6);
    overflow: auto;
    display: none;
}
.m-layer-wrapper .m-layer-inner{
    min-width: 300px;
    max-width: 500px;
    background: #fff;
    position: absolute;
    top: 40%;
    left: 50%;
    padding: 20px 20px 10px;
    border-radius: 5px;
    font-size: 14px;
}
.m-layer-wrapper .m-layer-inner.toast{
    background: rgba(0,0,0,.5);
    border-radius: 5px;
    color: #fff;
    text-align: center;
    padding: 10px;
}
.m-layer-wrapper .m-layer-inner .m-layer-content{
    display: inline-block;
    padding-bottom: 10px;
}
.m-layer-wrapper .m-layer-inner.toast .m-layer-content{
    padding-bottom: 0;
}
.m-layer-wrapper .m-layer-inner .tips{
    text-align: center;
    margin: 30px 0 20px;
    padding: 0 20px;
}
.m-layer-wrapper .m-layer-inner textarea{
    width: 400px;
    height: 100px;
    margin-left: 65px;
    text-indent: 10px;
    outline: none;
    resize: vertical;
    font-size: 12px;
    padding-top: 6px;
    border: none;
    background: #fafafa;
}
.m-layer-inner .title:hover{
    cursor: all-scroll;
}

.m-layer__alter{
    min-width: 379px;
    max-width: 500px;
    height: 48px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-top: -48px;
    padding: 15px 15px 15px 20px;
    align-items: center;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #E1FFD0;
    border-color: #00C700;
    z-index: 10010;
    color: #00C700;
    font-size: 14px;
    line-height: initial;
    border-radius: 4px;
}
.m-layer__alter.__layer_fail{
    background-color: #FFE3E3;
    border-color: #FE4848;
    color: #FE4848;
}
.m-layer__alter .__layer-icon{
    font-size: 16px;
    margin-right: 10px;
}
.m-layer__alter.__layer_success .__layer-icon:before{
    content: '\e60f';
}
.m-layer__alter.__layer_fail .__layer-icon:before{
    content: '\e626';
}


@-moz-document url-prefix() {
    .datetimepicker td, .datetimepicker th {
        width: 30px;
    }
}

.datetimepicker td, .datetimepicker th {
    /*width: 30px \0;*/
    width: 30px;
    width: 30px \9;
    *width: 30px;
    _width: 30px;
}
.selection .select-default[value]{
    color: #333;
}
.selection .select-default[value='-1'],.selection .select-default[value='']{
    color: #999;
}
input::-webkit-input-placeholder{
    color: #999;
}
input::-moz-placeholder{
    color: #999;
}
input:-ms-input-placeholder{
    color: #999;
}
/*两端对齐*/
.text-el-align{
    text-align: justify;
    text-justify: distribute-all-lines;
    text-align-last: justify;
    -moz-text-align-last: justify;
    -webkit-text-align-last: justify;
}