.ect {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.noselect {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

.fl {
    float: left;
    *display: inline;
}

.fr {
    float: right;
    *display: inline;
}

.clearfix {
    clear: both;
}

.clearfix:after {
    content: "\200B";
    display: block;
    clear: both;
    height: 0;
}

.zoom {
    overflow: hidden;
    zoom: 1;
}


/* 瀹氫綅娴� */

.abs {
    position: absolute;
}

.rel {
    position: relative;
}

.fix {
    position: fixed;
}


/* 鏄剧ず闅愯棌 */

.show {
    display: block;
}

.hide {
    display: none;
}


/* 鏂囧瓧瀵归綈 */

.tac {
    text-align: center;
}

.tal {
    text-align: left;
}

.tar {
    text-align: right;
}

.tac-i {
    text-align: center !important;
}

.tal-i {
    text-align: left !important;
}

.tar-i {
    text-align: right !important;
}


/* 鍧楁樉绀� */

.dsb {
    display: block;
}

.show {
    display: block;
}

.dsn {
    display: none;
}

.hide {
    display: none;
}

.dsi {
    display: inline;
}

.dsib {
    display: inline-block;
}


/* 杈硅窛 */

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.mr15 {
    margin-right: 15px;
}

.mr20 {
    margin-right: 20px;
}

.ml5 {
    margin-left: 5px;
}

.ml10 {
    margin-left: 10px;
}

.ml15 {
    margin-left: 15px;
}

.ml20 {
    margin-left: 20px;
}

.p5 {
    padding: 5px;
}

.p10 {
    padding: 10px;
}

.p20 {
    padding: 20px;
}

.p25 {
    padding: 25px;
}

.p30 {
    padding: 30px;
}


/* 瀛椾綋 */

.f0 {
    font-size: 0;
}

.f12 {
    font-size: 12px;
}

.f14 {
    font-size: 14px;
}

.f16 {
    font-size: 16px;
}

.f18 {
    font-size: 18px;
}

.f22 {
    font-size: 22px;
}

.b12 {
    font-size: 12px;
    font-weight: 700;
}

.b14 {
    font-size: 14px;
    font-weight: 700;
}

.b16 {
    font-size: 16px;
    font-weight: 700;
}

.b18 {
    font-size: 18px;
    font-weight: 700;
}

.b22 {
    font-size: 22px;
    font-weight: 700;
}

.fst {
    font-family: "瀹嬩綋";
}

.fyh {
    font-family: "寰蒋闆呴粦";
}

.far {
    font-family: Arial, "寰蒋闆呴粦";
}

.w1000 {
    width: 1000px;
    margin: auto;
}


/* datatable */

.disab_par {
  position: relative;
}
.disab_chi {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  /* display: none; */
}

html,
body {
    min-width: 1680px;
    overflow-x: auto!important;
}
.table-nav {
    padding-top: 10px;
    margin-top: 30px;
}
.content-wrapper {
  margin-top: 50px;
}

.data-table-table {
    width: 100%;
}

.data-table-wrap {
    background: #fff;
    padding: 10px;
    border: 1px solid #ddd;
    overflow: hidden;
}

.data-table-head {
    top: 0;
    margin-bottom: 2px;
}

.data-table-body tr:nth-child(2n) {
    /* background: #fbfbfb; */
}

.data-table-body tr:hover td {
    /* background: #e6f3ff; */
}
.el-table tr {
    background-color: transparent !important;
}
.el-table--enable-row-hover .el-table__body tr:hover>td.el-table__cell {
    background-color: transparent !important;
}
.layui-table {
    background-color: transparent;
}

.data-table-head td {
    background: #ecf0f5;
    font-weight: 700;
}

.data-table-head td,
.data-table-body td {
    padding: 10px 3px;
    border: 1px solid #ddd;
}

.data-table-body tr::nth-child(2) {
    background: red;
}

.data-table-foot {
    padding: 10px 0;
}


/* 鍒嗛〉 */

.data-table-page {
    padding: 10px 0 0 0;
}

.cate-sort {
    overflow: hidden;
    zoom: 1;
    height: 38px;
    line-height: 38px;
    padding: 0 10px;
    background: #fff;
    border: 1px solid #ddd;
    border-bottom: none;
}

.cate-sort li {
    float: left;
    margin: 0 10px 0 0;
}

.cate-sort li a {
    border: 1px solid #ddd;
    padding: 2px 5px;
}

.cate-sort li.curr a {
    border: 1px solid #f28a10;
    background: #f28a10;
    color: #fff;
}

.star {
    color: red;
    padding: 0 2px;
}

.red {
    color: red
}

.blue {
    color: #409EFF;
}
.ajax-start {
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -41px 0 0 -80px;
    z-index: 10;
    width: 167px;
    height: 83px;
    background: url(/static/img/loading-bg.png) no-repeat
}

.ajax-start,
.ajax-start p {
    width: 167px;
    height: 83px
}

.ajax-start p {
    background: url(/static/img/loading.gif) no-repeat 18px center;
    display: block
}

.dc-tab {
    font-size: 14px;
    overflow: hidden;
    zoom: 1
}

.dc-tab a {
    height: 36px;
    line-height: 36px;
    display: block;
    padding: 0 15px;
    float: left;
    *display: inline;
    border-color: #ccc;
    border-width: 1px 1px 0 0;
    border-style: solid;
    background: #fff
}

.dc-tab .curr {
    border: 1px solid #267ccb;
    color: #fff;
    border-bottom: 0;
    background: #267ccb;
    font-weight: 700
}

.dc-form-table {
    width: 100%;
    border: 1px solid #efefef;
    background: #fff
}

.dc-form-left {
    padding: 10px 6px;
    border: 1px solid #efefef;
    width: 200px;
    text-align: right;
    font-weight: 700;
    color: #999
}

.dc-form-right {
    padding: 10px 6px;
    border: 1px solid #efefef
}

.dc-form-right label {
    font-weight: 300;
}

.dc-form-table tfoot td {
    padding: 10px 6px;
}


/* 涓婁紶缁勪欢 */

.bind-fileupload {
    width: 114px;
    height: 170px;
    border: 1px solid #ddd;
    padding: 10px;
    position: relative;
}

.fileinput-button {
    position: relative;
    border: 1px solid #ddd;
    width: 90px;
    height: 26px;
    line-height: 26px;
    overflow: hidden;
    text-align: center;
    display: block;
}

.fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    width: 100%;
    direction: ltr;
    cursor: pointer;
}


/* Fixes for IE < 8 */

.fileinput-button input {
    filter: alpha(opacity=0);
    font-size: 100%;
    height: 100%;
}


/* 鍟嗗搧瑙勬牸 */

a.attr-block {
    height: 26px;
    line-height: 26px;
    background: #368ee0;
    color: #fff;
    text-decoration: none;
    float: left;
    margin: 0 5px 5px 0;
    padding: 0 0 0 6px;
    border-radius: 3px;
}

a.attr-block:hover {
    text-decoration: none;
}

a.attr-block .del-attr {
    text-decoration: none;
    font-size: 11px;
    cursor: pointer;
    height: 26px;
    line-height: 26px;
    width: 26px;
    display: inline-block;
    text-align: center;
    margin: 0 0 0 5px;
    font-weight: 300;
    color: #78B6EF;
}

a.attr-block:hover .del-attr {
    background: #f1a014;
    color: #fff;
}

.switch-1 {
    width: 54px;
    height: 27px;
    display: inline-block;
    background: url(/static/img/yes.png) no-repeat
}

.switch-0 {
    width: 54px;
    height: 27px;
    display: inline-block;
    background: url(/static/img/no.png) no-repeat
}

.has-child {
    background: url(/static/img/jia.png?1) no-repeat right;
    padding: 0 15px 0 0
}

.no-child {
    padding: 0 15px 0 0
}

.close-child {
    background: url(/static/img/jian.png?1) no-repeat right;
    padding: 0 15px 0 0
}


/* 搜索 */

.f-group {
    display: flex;
    /*设为伸缩容器*/
    flex-flow: row;
    /*伸缩项目单行排列*/
    margin-right: 20px;
}

.f-group-left {
    width: 66px;
    margin-top: 5px;
}

.f-group-right {
    flex: 1;
}

.bind-fileupload label {
    display: block;
    height: 10px;
}

.flex {
    display: -webkit-box;
    /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box;
    /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox;
    /* 混合版本语法: IE 10 */
    display: -webkit-flex;
    /* 新版本语法: Chrome 21+ */
    display: flex;
    /* 新版本语法: Opera 12.1, Firefox 22+ */
}

.linked-select-box .layui-form-select {
    width: 130px;
    margin-right: 10px;
}

.linked-select-item .layui-form-select {
    width: 130px;
    margin-right: 10px;
}

.linked-select-item {
    align-items: center;
}