/* 重置样式 */
/* 字体大小和字体 */
* {
    /* font-size:12px!important ; */
    /*font-family: "Microsoft Yahei", "Hiragino Sans GB", "Helvetica Neue", Helvetica, tahoma, arial, "WenQuanYi Micro Hei", Verdana, sans-serif, "\5B8B\4F53"!important;*/
    -moz-user-select: text; /* Firefox私有属性 */
    -webkit-user-select: text; /* WebKit内核私有属性 */
    -ms-user-select: text; /* IE私有属性(IE10及以后) */
    -khtml-user-select: text; /* KHTML内核私有属性 */
    -o-user-select: text; /* Opera私有属性 */
    user-select: text; /* CSS3属性 */
}
body{
    min-width: 1250px;
}
::-webkit-input-placeholder{
    color:#ddd;
}
::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#ddd;
}
:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#ddd;
}
:-ms-input-placeholder{  /* Internet Explorer 10-11 */
    color:#ddd;
}



/* 垂直居下 */
.vc {
    vertical-align: bottom;
}

/* 左浮动 */
.fl {
    float: left;
}

/* 右浮动 */
.fr {
    float: right;
}

/* logo字体 */
.layui-layout-admin .layui-logo {
    font-size: 18px !important;
    color: #fff;
    font-family: "幼圆";
    line-height: 50px;
    letter-spacing: 0.02em;
    width: auto !important;
    padding-left: 30px;
}

.layui-layout-admin .layui-logo img {
    width: 30px;
    margin-top: -3px;
}

/* body字体颜色 */
.layui-body {
    color: #555;
    top: 51px !important;
    font-size: 12px;
    background: #F4F4F4;
    padding: 15px;
    overflow: hidden !important;
    box-sizing: border-box;
    left: 210px !important;
}

.layui-body > div {
    min-width: 800px;
    background: #fff;
    /* width: 100%; */
    height: 100%;
    overflow: auto;
    box-sizing: border-box;
}

::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #F5F5F5;
}

/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
    /*-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);*/
    border-radius: 2.5px;
    background-color: #ddd;
}

/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
    border-radius: 2.5px;
    /*-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 1);*/
    background-color: rgba(0, 0, 0, 0.3);
}

/* 头部行高 */
.layui-header {
    height: 50px;
    line-height: 50px;
}

.layui-header .layui-nav .layui-nav-item {
    height: 46px;
    line-height: 46px;
}

.layui-layout-admin .layui-side {
    top: 50px
}

.layui-layout-admin .layui-header {
    background-color: #262626;
}

.layui-side, .layui-nav {
    background-color: #333 !important;
}

.layui-layout-right {
    background-color: #262626 !important;
}

/* 左边栏的layui-this颜色 */
/* 左边栏的layui-this颜色 */
.layui-nav-tree .layui-nav-child dd.layui-this, .layui-nav-tree .layui-nav-child dd.layui-this > a, .layui-nav-tree .layui-this, .layui-nav-tree .layui-this > a, .layui-nav-tree .layui-this > a:hover {
    background-color: transparent;
    color: #fff !important;
}

.layui-nav-tree .layui-nav-child a, .layui-nav-tree .layui-nav-item a {
    height: 40px !important;
    line-height: 40px !important;
    letter-spacing: 1px;
    font-size: 13px !important;
    color: rgba(255, 255, 255, 0.45);
}

.layui-nav-tree .layui-nav-item a .layui-nav-item-icon {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #7D7D7D;
    border: 1px solid #B7B7B7;
    margin-right: 5px;
}

.layui-nav-tree .layui-nav-itemed a .layui-nav-item-icon {
    background: #5CA5DC;
    border: 1px solid #A5CEEC;
}

.layui-nav-tree .layui-nav-more {
    top: 18px
}

.layui-nav-itemed .layui-nav-more {
    top: 12px
}

.layui-side, .layui-side-scroll {
    width: 210px !important;
}

.layui-side-scroll .layui-nav.layui-nav-tree {
    width: 210px;
}

.layui-side-scroll .layui-nav-tree .layui-nav-itemed.checkFather > a {
    background: #0E7BCC;
    color: #fff !important;
}

.layui-side-scroll .layui-nav-tree .layui-nav-item .layui-nav-more {
    border: none;
    color: #fff;
    width: auto;
    height: auto;
    top: 0px;
    transition: all .2s;
    -webkit-transition: all .2s;
}

.layui-side-scroll .layui-nav-tree .layui-nav-item .layui-nav-more:before {
    content: "\e602";
}

.layui-side-scroll .layui-nav-tree .layui-nav-item.layui-nav-itemed .layui-nav-more {
    top: -3px;
    transform: rotate(90deg);
}


/*三级菜单*/
.layui-nav-tree .layui-nav-child .layui-nav-third-child a, .layui-nav-tree .layui-nav-third-child .layui-this > a:hover {
    background-color: rgba(0, 0, 0, .3) !important;
}

.layui-nav-tree .layui-nav-child .layui-nav-third-child a:hover {
    color: #fff !important;
}

.layui-nav-third-child {
    display: none;
    background-color: rgba(0, 0, 0, .3) !important;
    line-height: 36px;
    text-indent: 2.5em;
}

.third-class {
    cursor: pointer;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

.layui-nav .layui-nav-third-child a {
    color: rgba(255, 255, 255, 0.45) !important;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

.layui-nav .layui-nav-third-child a.layui-this {
    color: #fff !important;
}

.third-class {
    position: relative;
    text-indent: 2em;
}

.third-class .layui-icon {
    position: absolute;
    border-style: solid;
    border-color: transparent transparent transparent rgba(255, 255, 255, 0.6);
    overflow: hidden;
    cursor: pointer;
    transition: all .2s;
    top: 14px;
    left: 30px;
    -webkit-transition: all .2s;
    border-width: 6px;
}


.third-class .layui-icon.active {
    border-color: transparent transparent #fff transparent;
    transform: rotate(180deg);
    top: 17px
}

.layui-side-scroll .layui-nav-tree .layui-nav-child .layui-nav-itemed.checkFathers .layui-nav-third-child {
    display: block;
}

.layui-side-scroll .layui-nav-tree .layui-nav-child .layui-nav-itemed.checkFathers .third-class {
    color: #fff !important;
}

/* 表格边框 */
.layui-table {
    min-width: 850px !important;
}

.layui-table td,
.layui-table th
{
    border-color: #e2e2e2;
    /* border-width: 1px 0 1px 0; */
    padding: 8px 15px;
    text-align: left;
}

.layui-table-cell.laytable-cell-1-username {
    text-align: center;
}

.layui-table th {
    font-weight: bold;
}

.layui-table-view .layui-table td div.layui-table-cell {
    padding: 0 10px 0 15px;
}

.layui-table-header th {
    padding: 20px 0px !important;
    color: #666;
    font-size: 12px;
}

tr p.do {
    margin: 0 !important;
    /*padding: 13px 0px!important;*/
    font-size: 12px !important;
}
.layui-table-body tr td {
    margin: 0 !important;
    padding: 13px 0px !important;
    font-size: 12px !important;
}


.layui-form.layui-border-box.layui-table-view {
    padding: 0;
    /*border:none;*/
    position: relative;
    font-size: 12px !important;
}


.layui-form.layui-border-box.layui-table-view .layui-table-header {
    padding: 0 !important;
}

.layui-form.layui-border-box.layui-table-view .layui-table-fixed-r table {
    min-width: 0 !important;
}
.layui-table-fixed.layui-table-fixed-r

.layui-form.layui-border-box.layui-table-view .layui-table-tool {
    padding: 30px 10px 0 0 !important;
    text-align: right !important;
    background: #fff;
    /*border: none;*/
    height: 80px;
    overflow: hidden;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background: #1E9FFF !important;
}
.layui-table-view .layui-table th, .layui-table.xd-table-fied th {
    font-weight: bold;
    text-align: left !important;
}

.layui-table-view .layui-table th {
    padding: 13px 0 !important;
    box-sizing: border-box;
}

.layui-table-view .layui-table td {
    padding: 8px 0 !important;
    box-sizing: border-box;
}

.layui-table-view .layui-table th > div {
    padding-left: 15px !important;
    text-align: left !important;
}
/* 修改input等的高度 */

.demoTable .layui-input, .demoTable .layui-select, .demoTable .layui-textarea, .demoTable .ui-select-box {
    height: 30px !important;
    color: #555 !important
}

/* .demoTable .layui-btn{
	border-radius: 0;
} */
.layui-btn {
    height: 30px !important;
    line-height: 30px !important;
    border-radius: 3px;
}

.layui-table th {
    color: #333;
    background: #f2f2f2;
}

.layui-table .child-th {
    color: #333;
    background: #FFE1CE;
}

.layui-input-block {
    /* min-height: 25px!important; */
}

.layui-form-label {
    /* padding: 4px 15px!important; */
}

/* 弹框标题字体居中 */
.layui-layer-title {
    text-align: left;
    padding-left: 30px !important;
    height: 50px !important;
    line-height: 50px !important;
    font-weight: bold;
    color: #999 !important;
    font-size: 16px !important;
}

.layui-btn-mini {
    height: 25px !important;
    line-height: 24px !important;
    padding: 0 7px;
    font-size: 12px;
}

.layui-nav-tree .layui-nav-bar, .layui-nav .layui-this:after, .layui-nav-bar, .layui-nav-tree .layui-nav-itemed:after {
    background-color: transparent !important;
}

.layui-nav-tree .layui-nav-item {
    text-indent: 0.8em;
}

.layui-nav-itemed .layui-nav-child {
    text-indent: 2.5em;
}

/* 按钮 */
.layui-btn {
    background-color: #5eb95e;
    border-color: #5eb95e;
    font-size: 12px;
}

.layui-btn-primary {
    color: #fff;
}

.layui-btn-primary:hover {
    color: #fff;
    border-color: #5eb95e;
}

.layui-btn-disabled, .layui-btn-disabled:active, .layui-btn-disabled:hover {
    background-color: #fff !important;
    border-color: #ddd !important;
    color: #ddd !important;
}

.layui-btn-cancel {
    background: none;
    border: 1px solid #ddd;
    color: #666;
}

.layui-btn-cancel:hover {
    color: #666;
}

/* .layui-btn-danger {
    background-color: #FF5722;
} */

/* 页面名称pageName */
.pageName {
    padding: 5px 0 20px;
    border-bottom: 1px solid #ddd;
}

.pageNameInfo {
    border-left: 2px solid #88B7E0;
    padding-left: 5px;
    font-size: 14px !important;
}

/* 列表名称listName */
.listName {
    padding: 10px 0;
    font-size: 14px !important;
}

/* 红星必填 */
.redStar {
    color: #F00 !important;
    padding-right: 5px;
}

/* layui-input-block里面的文字 */
.layui-input-block .text {
    /* padding: 6px 0!important; */
    height: 32px;
    line-height: 32px;
    text-align: left;
}

.layui-input-block .textArea {
    line-height: 25px;
    text-align: left;
    padding-top: 7px;
}

/* 友情提示 */
.friendshipTips {
    background-color: #F9F9F9;
    border: 1px solid #ddd;
    color: #555;
    padding: 10px 12px;
    line-height: 18px;
    margin-bottom: 6px;
}

.essentialInfo .layui-form-item {
    margin-bottom: 2px;
}

.layui-form-select dl dd.layui-this {
    background: #66AFE9 !important
}

/* 表单 */
.forms {
    font-size: 14px;
}

.forms:after {
    content: '';
    display: block;
    clear: both;
}

.forms .layui-form-label {
    width: 100px;
    padding: 6px 15px;
    color: #999;
}

.forms .layui-input-block {
    margin-left: 130px;
}

.forms .layui-input.readonly[readonly] {
    color: #999;
    cursor: not-allowed;
    background-color: #eeeeee;
}

.forms input:focus {
    border-color: #66AFE9 !important;
}

.layui-input:hover, .layui-textarea:hover {
    border-color: #66AFE9 !important
}

.forms .layui-input.readonly[readonly]:hover {
    border-color: #ddd !important
}

.forms .formInput {
    width: 500px;
}

.forms .formArea {
    width: 900px;
}

.forms .layui-input, .forms .layui-select {
    height: 32px;
    resize: none;
}

.forms .layui-textarea {
    resize: none;
}

.forms .layui-input-block {
    min-height: 32px;
}

.forms .layui-input-block.middle {
    width: 500px;
}

/* 大表格 */
.big-table {
    table-layout: fixed;
}

.layui-table.big-table th, .layui-table th {
    padding: 15px 8px 15px 15px;
    color: #333;
    font-size: 12px;
}

.layui-table.big-table td, .layui-table td {
    padding: 15px 8px 15px 15px;
    color: #666;
    font-size: 12px;
}

.layui-table.big-table tr td.do span, .layui-table.big-table tr td.do a, .simple-table tr td.do span {
    margin-right: 6px;
    cursor: pointer;
}

.layui-table.big-table tr td.do span:hover, .layui-table.big-table tr td.do a:hover, .simple-table tr td.do span:hover {
    color: #0000FF;
    text-decoration: underline;
}

.do .layui-btn {
    min-width: 80px;
}

/* 编辑器 */
.markdown-body.editormd-preview-container ul li {
    list-style: disc
}

.markdown-body.editormd-preview-container ul ul li, .markdown-body.editormd-preview-container ol ul li {
    list-style: circle;
}

.markdown-body.editormd-preview-container ol ol ul li, .markdown-body.editormd-preview-container ol ul ul li, .markdown-body.editormd-preview-container ul ol ul li, .markdown-body.editormd-preview-container ul ul ul li {
    list-style: square;
}

.markdown-body.editormd-preview-container ol li {
    list-style-type: decimal;
}


/* 搜索框 */
/* 数据搜索 */
.form-search {
    background: #F7F7F7;
    padding: 20px 20px 10px 20px;
    box-sizing: border-box;
    border-radius: 5px;
    position: relative;
}

.form-search1 {
    background: #F7F7F7;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 5px;
    position: relative;
}

.form-search2 {
    background: #F7F7F7;
    padding: 15px 20px;
    box-sizing: border-box;
    border-radius: 5px;
    position: relative;
}

/*.form-search2 .demoTable, .form-search2.demoTable {*/
/*    line-height: 40px;*/
/*}*/

.form-search3 {
    background: transparent;
    padding: 20px 0;
}

.interval {
    margin-right: 10px;
}

.form-search .interval-middlee {
    width: 270px;
}

.form-search .interval-small {
    width: 250px;
}

.form-search2 .interval-middle-small, .form-search .interval-middle-small {
    width: 200px;
}

.form-search .interval-small-small {
    width: 165px;
    margin-right: 0px;
}

.form-search2 .interval-middle-small input, .form-search2 .interval-middle-small select {
    width: 100%;
}

.form-search input {
    border-radius: 5px;
    height: 30px;
    line-height: 30px;
}

.form-search .open {
    margin-left: 5px;
}

.form-search .open .layui-icon {
    font-size: 10px;
    margin-left: 3px;
}

.form-search select {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #e6e6e6;
    height: 30px;
    line-height: 35px;
    background: #fff;
}

.form-search .label {
    display: inline-block;
}

.form-search .demoTable {
    /* margin-bottom: 15px; */
    width: 1020px;
}

.form-search .demoTable > span > span {
    padding-bottom: 15px;
    box-sizing: border-box;
    width: 65px;
    text-align: right;
}

.form-search .layui-btn, .form-search2 .layui-btn {
    border-radius: 5px;
    height: 30px;
    line-height: 35px;
}

.form-search .hide {
    display: none;
}

.form-search .show {
    display: inline;
}

.form-search #search-btn.rb {
    position: absolute;
    left: 770px;
    bottom: 20px;
}

.form-search #open, .form-search #close {
    cursor: pointer;
}

.form-search1 select, .form-search1 input {
    width: 180px;
    border-radius: 5px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #e6e6e6;
}


.form-search2 .interval-smalls select, .form-search2 .interval-smalls input {
    width: 200px;
}

.form-search2 select, .form-search2 input {
    width: 230px;
    border-radius: 5px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #e6e6e6;
}

.form-search4 .label {
    display: inline-block;
    width: auto !important;
    margin-left: 10px;
}


/* 一行显示不下的 */
.moreSearch {
    padding: 15px 20px 15px;
    line-height: 30px;
    vertical-align: middle;
}

.moreSearch .interval, .moreSearch .layui-btn {
    margin-top: 5px;
    margin-bottom: 5px;
}

.moreSearch .interval .layui-input {
    display: inline-block;
}

/* 路径 */
.router {
    margin-bottom: 20px;
    font-size: 14px;
}

.router, .router span, .router a {
    color: #999;
}

.router a:hover {
    color: #0E7BCC;
}

.router span.active {
    color: #0E7BCC;
}

/* 14号字体 */
.font-size14 {
    font-size: 14px !important;
}

/* 16号字体 */
.font-size16 {
    font-size: 16px !important;
}

/* 18号字体 */
.font-size18 {
    font-size: 18px !important;
}

/* 28号字体 */
.font-size28 {
    font-size: 28px !important;
}

/* 字体加粗 */
.fw {
    font-weight: bold;
}

/* font-dark-red */
.font-dark-red {
    color: #FF0000;
}

/* 蓝色字体 */
.font-blue {
    color: #108EE9;
}

/* 蓝色字体 */
.font-blue2 {
    color: #108EE9;
}
/* 蓝色字体 */
.font-blue2:hover {
    color: #06C;
    text-decoration: underline;
}



/* 蓝色字2 */
.font-blues2 {
    color: #06C !important;
    cursor: pointer;
}

/* 深蓝色的字 */
.font-dark-blue {
    color: #0000FF !important;
    cursor: pointer;
}

/* 深蓝色的字带下划线 */
.font-dark-blue-d {
    color: #0000FF !important;
    cursor: pointer;
    text-decoration: underline;
}

.font-blues2-not {
    color: #06C !important;
    cursor: pointer;
}

.font-brilliant-blue {
    color: #0000FF;
}

.font-brilliant-blue:hover {
    color: #0000FF;
    text-decoration: underline;
}

/* 蓝色字2 */
.font-blues2 {
    color: #06C !important;
    cursor: pointer;
}


.font-blues2:hover {
    color: #0000FF !important;
    text-decoration: underline;
}

.font-blues2-d {
    text-decoration: underline;
    color: #06C !important;
    cursor: pointer;
}

/* 蓝色带下划线 */
.font-blue-d {
    color: #108EE9;
    text-decoration: underline;
}

.font-blue-d:hover {
    color: #0000FF;
    text-decoration: underline;
}

.font-blue-d2 {
    color: #108EE9 !important;
    text-decoration: underline;
}

/* 亮蓝色字体 */
.font-brilliant-blue {
    color: #0000FF;
}

/*淡蓝色*/
.font-blue-light{
    color: #2DB7F5;
}

    /* 绿色字体 */
.font-green {
    color: #2EBA07;
}

/* 橘色字体 */
.font-org {
    color: #FE5500;
}

/* 橙黄色字体 */
.font-orgyellow {
    color: #F76A00;
}

.font-gray {
    color: #ddd;
}

/* 红色字体 */
.font-red {
    color: #FF0000 !important;
}

/* 黄色字体 */
.font-yellow {
    color: #FFCC00;
}

/* 666 */
.font-666 {
    color: #666;
}

/* 666 */
.font-999 {
    color: #999;
}

/* 不能操作的 */
.font-disabled {
    cursor: not-allowed !important;
}

.font-disabled:hover {
    color: #ddd !important;
    text-decoration: none !important;
}

/* 灰色背景色 */
.layui-bg-dark-gray {
    background: #999;
}

.layui-bg-f2 {
    background: #f2f2f2;
    color: #666;
    border: 1px solid #ddd
}

.layui-bg-f2:hover {
    background: #f9f9f9;
    color: #000;
}

.layui-btn-primary {
    color: #fff;
}

.layui-btn-primary:hover {
    color: #fff;
    border-color: #5eb95e;
}

b.dian {
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    margin-right: 3px;
    vertical-align: middle;
    /* background: #666; */
}

/* 绿色背景色 */
.bg-green {
    background: #66CC00;
}

/* 橘色背景色 */
.bg-org {
    background: #FE5500;
}

/* 蓝色背景色 */
.bg-blue {
    background: #3300FF;
}

/* 黄色背景色 */
.bg-yellow {
    background: #FF9900;
}

/* 红色背景 */
.bg-red {
    background: #FF0000;
}

/* 灰色背景 */
.bg-gray {
    background: #ddd;
}


/* 文字左对齐 */
.tl {
    text-align: left !important;
}

/* 中间对齐 */
.tc {
    text-align: center !important;
}


/* 时间选择器 */
.laydate-btns-time {
    color: #108EE9;
}

/* mar-t-40 */
.mar-t-40 {
    margin-top: 40px;
}

/* mar-t-60 */
.mar-t-60 {
    margin-top: 60px;
}

/* mar-t-20 */
.mar-t-20 {
    margin-top: 20px;
}
/* mar-l-20 */
.mar-l-15 {
    margin-left: 15px !important;
}
/* mar-l-20 */
.mar-l-10 {
    margin-left: 10px !important;
}
/* mar-l-20 */
.mar-l-20 {
    margin-left: 20px !important;
}

/* mar-l-40 */
.mar-l-40 {
    margin-left: 40px !important;
}

/* mar-l-90 */
.mar-l-90 {
    margin-left: 90px;
}

/* pad-l-80 */
.pad-l-80 {
    padding-left: 80px;
}

/* mar-r-20 */
.mar-r-20 {
    margin-right: 20px;
}

/* 图片放大弹框 */
.jumpBox {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    z-index: 1000;
    display: none;
}

.jumpBox img#close {
    position: fixed;
    right: 20px;
    top: 20px;
    width: 30px;
}

.jumpBox img#bigImg {
    position: absolute;
    width: 400px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/*全屏显示大图*/
.opacityBottom {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    top: 0;
    left: 0
}

.none-scroll {
    overflow: hidden;
    height: 100%;
}

.bigImg {
    width: 100%;
    left: 0%;
    top: 10%;
    position: fixed;
    z-index: 10001;

}

/* 弹框input */
.layui-layer-content .layui-input, .layui-layer-content .ui-select-box {
    height: 32px !important;
    line-height: 32px;
    border-radius: 5px;
}

.layui-layer-content .layui-form-label {
    padding: 7px 15px !important;
    color: #666;
    font-size: 13px;
}


/* 分割线 */
.dividing-line {
    clear: both;
    border-bottom: 1px solid #ddd;
    margin: 50px 0;
}

/* 简单表格 */
.simple-table {
    width: 100%;
    box-sizing: border-box;
    color: #333;
}

.simple-table th {
    line-height: 30px;
    text-align: left;
}

.simple-table th, .simple-table td {
    border: 1px solid #ddd;
    padding: 7px 15px;
    text-align: left;
}

.simple-table
.simple-table tbody tr:hover {
    background: #fff !important;
}


/* 自定义复选框 */
.layui-form-checkbox[lay-skin=radios] {
    height: auto !important;
    line-height: normal !important;
    border: none !important;
    margin-right: 0;
    padding-right: 0;
    background: 0 0;
    margin-top: -3px;
}

.layui-form-checkbox[lay-skin=radios] span {
    float: right;
    padding-right: 15px;
    line-height: 18px;
    background: 0 0;
    color: #666;
}

.layui-form-checkbox[lay-skin=radios] i {
    border-color: #1E9FFF;
    background-color: #fff;
    color: #fff;
    position: relative;
    top: 0;
    width: 15px;
    height: 15px;
    line-height: 15px;
    border: 1px solid #1E9FFF;
    border-radius: 50%;
    font-size: 10px;
    text-align: center;
    -webkit-transition: .1s linear;
    transition: .1s linear;
}

.layui-form-checked[lay-skin=radios] i, .layui-form-checked[lay-skin=radios]:hover i {
    border-color: #1E9FFF;
    background-color: #1E9FFF;
    color: #fff;
}

.layui-form-checked[lay-skin=primary] i, .layui-form-checked[lay-skin=primary]:hover i {
    border-color: #1E9FFF;
    background-color: #1E9FFF;
    color: #fff;
}

.layui-form-radio i{
    font-size: 20px!important;
}
.layui-form-radio.layui-form-radioed i{
    color: #108EE9 ;
}
.layui-form-radio{
    font-size: 14px;
}

/* 清除浮动对高度的影响 */
.clear:after {
    content: '';
    display: block;
    clear: both;
}

/* 自定义多选按钮 */
input[type='checkbox'][lay-skin='checkType'] + div {
    /* padding: 0 20px; */
    width: 75px;
    text-align: center;
    background-color: #F2F2F2;
    margin-right: 15px;
    padding-right: 0;
    border: none;
    border-radius: 5px;
    margin-bottom: 10px;

}

input[type='checkbox'][lay-skin='checkType'] + div span {
    width: 100%;
    padding: 0;
    border-radius: 5px;

}

input[type='checkbox'][lay-skin='checkType'] + div i {
    display: none;
}

input[type='checkbox'][lay-skin='checkType'] + div.layui-unselect.layui-form-checkbox.layui-form-checked {
    background: #1E9FFF;

}

input[type='checkbox'][lay-skin='checkType'] + div.layui-unselect.layui-form-checkbox.layui-form-checked span {
    color: #fff;
    background: #FF6600;
}

input[type='checkbox'][data='verification-mode'] + div span {
    color: #108EE9;
}


/* 自定义单选按钮 */
input[type='radio'][lay-skin='block'] + div {
    width: 75px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #d2d2d2;
    margin-right: 15px;
    padding-right: 0;
    border: none;
    border-radius: 5px;
    margin-bottom: 10px;
    color: #fff;

}

input[type='radio'][lay-skin='block'] + div i {
    display: none;
}

input[type='radio'][lay-skin='block'] + div.layui-unselect.layui-form-radio span {
    width: 100%;
    padding: 0;
    border-radius: 5px;
}

input[type='radio'][lay-skin='block'] + div.layui-unselect.layui-form-radio.layui-form-radioed span {
    color: #fff;
    background: #FF6600;
}

/* 自定义简洁复选框 */
input[type='checkbox'][lay-skin='concise'] + div {
    border: none;
}

input[type='checkbox'][lay-skin='concise'] + div i {
    display: none;
}

input[type='checkbox'][lay-skin='concise'] + div.layui-unselect.layui-form-checkbox span {
    width: 100%;
    padding: 0;
    border-radius: 5px;
    background: #fff;
    color: #999;
}

input[type='checkbox'][lay-skin='concise'] + div.layui-unselect.layui-form-checkbox.layui-form-checked span {
    color: #1E9FFF;
    background: #fff;
}

.layui-form-radio i {
    font-size: 14px;
}

/* 数字select */
.layui-unselect.layui-form-select.downpanel {
    width: 35%;
    height: 32px;
    min-width: 400px;
}

.layui-unselect.layui-form-select.downpanel .layui-input, .layui-select, .layui-textarea {
    line-height: 32px !important;
}

/* 小输入框 */
.input-small {
    height: 30px;
    line-height: 30px;
}

.layui-form-radio span, .layui-form-checkbox[lay-skin=primary] span {
    color: #000;
    font-size: 13px !important;
}


/* 自定义按钮 */
.layui-bg-normal {
    border: 1px solid #ddd;
    background: none;
    color: #666;
}

.layui-bg-normal:hover {
    color: #000;
    border-color: #999;
    /*background: #f2f2f2;*/
}

/* 字体靠右 */
.text-left {
    text-align: left;
}


/* 处理工单自定义单选按钮 */
/* 自定义单选按钮 */
input[type='radio'][lay-skin='reply'] + div {
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #f2f2f2;
    margin-right: 15px;
    padding-right: 0;
    border: none;
    border-radius: 5px;
    margin-bottom: 10px;
    color: #999;

}

input[type='radio'][lay-skin='reply1'] + div {
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #f2f2f2;
    margin-right: 15px;
    padding-right: 0;
    border: none;
    border-radius: 5px;
    margin-bottom: 10px;
    color: #FF9900;

}

input[type='radio'][lay-skin='reply'] + div i, input[type='radio'][lay-skin='reply1'] + div i {
    display: none;
}

input[type='radio'][lay-skin='reply'] + div.layui-unselect.layui-form-radio span {
    width: 100%;
    padding: 0;
    border-radius: 5px;
    color: #999;
}

input[type='radio'][lay-skin='reply1'] + div.layui-unselect.layui-form-radio span {
    width: 100%;
    padding: 0;
    border-radius: 5px;
    color: #FF9900;
}

input[type='radio'][lay-skin='reply'] + div.layui-unselect.layui-form-radio.layui-form-radioed span {
    color: #fff;
    background: #1E9FFF;
}


input[type='radio'][lay-skin='remarks'] + div {
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #f2f2f2;
    margin-right: 15px;
    padding-right: 0;
    border: none;
    border-radius: 5px;
    margin-bottom: 10px;
    color: #999;

}

input[type='radio'][lay-skin='remarks'] + div i {
    display: none;
}

input[type='radio'][lay-skin='remarks'] + div.layui-unselect.layui-form-radio span {
    width: 100%;
    padding: 0;
    border-radius: 5px;
    color: #999;
}

input[type='radio'][lay-skin='remarks'] + div.layui-unselect.layui-form-radio.layui-form-radioed span {
    color: #fff;
    background: #FF9900;
}


/* 又有回复又有内部备注*/
input[type='radio'][lay-skin='reply2'] + div {
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #fff;
    margin-right: 15px;
    padding-right: 0;
    border: none;
    border-radius: 5px;
    margin-bottom: 10px;
    color: #1E9FFF;
    border: 1px solid #1E9FFF

}

input[type='radio'][lay-skin='reply2'] + div i {
    display: none;
}

input[type='radio'][lay-skin='reply2'] + div.layui-unselect.layui-form-radio span {
    width: 100%;
    padding: 0;
    border-radius: 5px;
    color: #1E9FFF;
}

input[type='radio'][lay-skin='reply2'] + div.layui-unselect.layui-form-radio.layui-form-radioed span {
    color: #fff;
    background: #1E9FFF;
}


input[type='radio'][lay-skin='remarks2'] + div {
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #fff;
    margin-right: 15px;
    padding-right: 0;
    border: none;
    border-radius: 5px;
    margin-bottom: 10px;
    border: 1px solid #FF9900;
    color: #999;

}

input[type='radio'][lay-skin='remarks2'] + div i {
    display: none;
}

input[type='radio'][lay-skin='remarks2'] + div.layui-unselect.layui-form-radio span {
    width: 100%;
    padding: 0;
    border-radius: 5px;
    color: #FF9900;
}

input[type='radio'][lay-skin='remarks2'] + div.layui-unselect.layui-form-radio.layui-form-radioed span {
    color: #fff;
    background: #FF9900;
}


/* 树下拉 */
.textbox.combo input {
    height: 32px !important;
    line-height: 32px !important;
    padding-left: 10px;
    font-size: 14px;
    width: 100% !important;
}


/* 文档管理 */
.showImg {
    margin-bottom: 15px;
    position: relative;
}

.showImg .deleltImg {
    position: absolute;
    top: -10px;
    left: 220px;
    width: 20px;
}

.deleltImg {
    width: 20px !important;
    margin-left: 20px;
}

/* 表格图片 */

.layui-table img {
    width: 150px;
    max-width: 150px;
}

.layui-table #imgTd {
    display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box; /* Firefox 17- */
    display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex; /* Firefox 18+ */
    display: -ms-flexbox; /* IE 10 */
    display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
    flex-wrap: wrap;
}

.layui-table .showImg {
    margin-top: 20px;
    margin-right: 20px;
}

.layui-table .deleltImg {
    left: 120px;
}


/* 维修进程 */
.steps {
    width: 795px;
    margin: 50px auto;
}

.steps .stepInfo {
    display: inline-block;
    width: 250px;
    height: 80px;
    position: relative;
    margin-left: -4px;
}

.steps .stepInfo.step1, .steps .stepInfo.step4 {
    width: 125px;
}

/* 步骤线 */
.steps .stepInfo .line {
    position: absolute;
    width: 250px;
    height: 3px;
    background: #999;
    left: 0;
    top: 25px
}

.steps .stepInfo.active .line {
    background: #0E7BCC;
}

.steps .stepInfo.step1 .line, .steps .stepInfo.step4 .line {
    width: 125px;
}

/* 步骤布标圆 */
.steps .stepInfo .stepIcon {
    background: #999;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    left: 100px;
}

/* 步骤文字描述 */
.steps .stepInfo .stepText {
    position: absolute;
    width: 250px;
    left: 0;
    top: 60px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.steps .stepInfo.active .stepText {
    color: #0E7BCC;
}

.steps .stepInfo.step1 .stepText {
    left: -125px;
}

.steps .stepInfo.step1 .stepIcon {
    left: -25px;
}


.steps .stepInfo.active .stepIcon {
    background: #0E7BCC;
}

.steps .stepInfo .stepIcon img {
    width: 25px;
    margin-top: 10px;
}

.steps .stepInfo.step2 .stepIcon img {
    width: 30px;
    margin-top: 12px;
}

.steps .stepInfo.step3 .stepIcon img {
    width: 30px;
    margin-top: 10px;
}

.steps .stepInfo.step4 .stepIcon img {
    width: 30px;
    margin-top: 13px;
}


/* 查看图片按钮 */
.seeBigImg {
    position: relative;
}

.seeBigImg img {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    left: 0;
    top: 0
}


/* 配备坐标 */


.postion {
    position: relative;
    /* margin-top: 50px; */

}

.biao {
    position: absolute;
    width: 10px;
    height: 10px;
    background: red;
    border-radius: 50%;
    z-index: 50;
}

.baocun {
    margin: 20px 150px;
}

.postion canvas {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}


/* 弹框内边距 */
.xd-temp-container {
    /*margin: 40px auto 0 !important;*/
}

.tipsImg {
    width: 30px;
    margin-right: 10px;
    vertical-align: middle;
}


/* 边框 */
/* 边框 */
.border {
    border: 1px solid #ddd;
    padding: 15px;
    color: #fff;
    /*background: #f2f2f2;*/
}

.border-notpadding {
    border: 1px solid #ddd;
    background: #f2f2f2;
}

.border1 {
    padding: 0 0 0 15px;
    color: #ddd;
    background: #153658;
}

/*上传文件*/
.upload-list .upload-item {
    margin: 10px 0;
    /*width: 500px;*/
    padding: 2px 6px;
    cursor: pointer;
    color: #999;
}

.upload-tips {
    line-height: 40px;
    color: #999;
    font-size: 14px;
}

.upload-list .upload-item:hover {
    background: #E6F3FC;
}

.upload-list .upload-item .left {
    float: left;
    font-size: 14px;
}

.upload-list .upload-item .right {
    float: right;
}

.upload-list .upload-item .right i {
    display: none;
    color: #999;
    font-size: 14px;
}

.upload-list .upload-item:hover .right i {
    display: inline-block;
}

/* 表格里面的checkBox */
.layui-table input[type='checkbox'] {
    width: 20px;
    height: 20px;
    /* background-color: #fff; */
    -webkit-appearance: none;
    border: 1px solid #c9c9c9;
    border-radius: 2px;
    outline: none;

}

.layui-table input[type='checkbox']:checked {
    background-size: 15px 15px;
    background: url("../../images/images/checkbox_icon.png") no-repeat center;
}
/* 表格里面的checkBox */
input[data-type='check'] {
    width: 20px;
    height: 20px;
    /* background-color: #fff; */
    -webkit-appearance: none;
    border: 1px solid #c9c9c9;
    border-radius: 2px;
    outline: none;
    position: relative;

}
input[data-type='check']:checked {
    background-size: 15px 15px;
    background: url("../../images/images/checkbox_icon.png") no-repeat center;
}
input[data-center='true']:after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 12px;
    height: 12px;
    left: 3px;
    top: 3px;
    background: #1E9FFF;
}




/* mar-b-20 */
.mar-b-20 {
    margin-bottom: 20px !important;
}


/* tab切换 */
#tabs {
    /*display: inline-block;*/
    width: auto !important;
    margin: 20px 0 -5px;
    height: 33px;
    /*border-bottom: 1px solid #ddd;*/
    padding-left: 0;
}

.tabs1 {
    margin-bottom: 0 !important;
}

.tabs2 {
    border-bottom: 1px solid transparent !important;
}

#tabs span, #tabs a {
    display: inline-block;
    width: 120px;
    padding: 0 10px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-style: solid;
    border-width: 1px;
    border-color: #ddd;
    border-radius: 5px 5px 0 0;
    margin-right: -4px;
    background: #f2f2f2;
    cursor: pointer;
    color: #999;
    border-bottom: 1px solid transparent;
    font-size: 14px;
}

/*#tabs span:last-child, #tabs a:last-child {*/
/*    margin-right: 50px;*/
/*}*/

#tabs span.active, #tabs a.active {
    background: #fff;
    color: #108EE9;
    border-bottom: 1px solid transparent;
}


#J_pg {
    z-index: 100000000 !important;
}

/*.sub-btn{*/
/*	padding-left: 200px;*/
/*}*/
.sub-btn .layui-btn {
    min-width: 120px;
    height: 40px !important;
    line-height: 40px !important;

}


/*table-box*/
.table-box {
    overflow-x: auto;
    max-width: 100%;
}


.layui-table tr .layui-btn, .simple-table tr .layui-btn {
    color: #108EE9 !important;
    border: none;
    background: transparent !important;
    padding: 0;
    min-width: 0;
    margin-right: 5px;
}

.layui-table tr .layui-btn + .layui-btn {
    margin-left: 0;
    margin-right: 5px;
}

.layui-table tr .layui-btn:hover, .simple-table tr .layui-btn:hover {
    color: #0000FF;
    text-decoration: underline;
}

.layui-table tr .layui-btn-disabled, .layui-table tr .layui-btn-disabled:active, .layui-table tr .layui-btn-disabled {
    color: #ddd !important;
    background: transparent !important;
}

.layui-table tr .layui-btn-disabled, .layui-table tr .layui-btn-disabled:active, .layui-table tr .layui-btn-disabled:hover {
    background: transparent !important;
}

.layui-table tr .layui-btn-disabled:hover {
    text-decoration: none;
}

.layui-edge {
    z-index: 2;
}

/*弹框按钮*/
.layui-layer-page .layui-layer-btn, .layui-layer-btn-c {
    text-align: right !important;
    /*border-top:1px solid #f2f2f2;*/
}

.layui-layer-btn:after {
    content: "";
    display: block;
    clear: both;
}

.layui-layer-page .layui-layer-btn:after {
    content: '';
    height: auto;
    display: block;
    clear: both;
}

.layui-layer-page .layui-layer-btn a {
    border-radius: 5px !important;
    font-size: 13px !important;
    padding: 2px 20px !important;
}

.layui-layer-btn0 {
    float: right;
    background: #108EE9;

}

/*弹框标题*/
.layui-layer-title {
    text-align: left;
    padding-left: 30px !important;
    height: 50px !important;
    line-height: 50px !important;
    font-weight: bold;
    color: #999 !important;
    font-size: 16px !important;
}


.do.form-search2 {
    padding: 0;
    background: none;
    margin-bottom: 15px;
}

.have-must {
    position: relative;
}

.have-must .font-red.tips {
    position: absolute;
    left: -10px;
    top: 10px
}

#invalidAndRecovery {
    margin-top: 15px !important;
}

input::-webkit-input-placeholder {
    color: #ddd;
}

input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #ddd;
}

input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #ddd;
}

input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ddd;
}


/*类型标题*/
.type-title {
	background: #F4F4F4;
    border-color: #ddd;
	border-style: solid;
	border-width: 1px 1px 0 1px;
	border-radius: 2px;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	font-size: 14px;
}


/*动态表格*/
/*.layui-table-view .layui-table td{*/
/*    padding: 0!important;*/
/*}*/

.layui-table-view .layui-table td div.layui-table-cell {
    padding: 0 10px 0 15px;
}

.layui-table-header th {
    padding: 20px 0px !important;
    color: #666;
    font-size: 12px;
}

tr p.do {
    margin: 0 !important;
    /*padding: 13px 0px!important;*/
    font-size: 12px !important;
}


table .do{
    margin: 0!important;
    display: table-cell;
}

/*日期选择框*/
input[type='text'].select-time{
    background-image: url("../../images/images/time.png");
    background-size: 16px 16px;
    background-position: right 5px center;
    background-repeat: no-repeat;
}

.line{
    height: 1px;
    background: #f2f2f2;
    margin: 20px 0;
}

.layui-table-click{
    background: none!important;
}


.fixed-header .table-head {
    width: 100%;
    padding-right: 5px;
    color: #000;
    background: #f2f2f2;
    position: absolute;
    display: none;
    z-index: 100;
    box-sizing: border-box;
}

.fixed-header  .table-body {
    height: 550px;
    overflow-y: auto;
}
.fixed-header  .table-head table,.fixed-header  .table-body table{
    margin: 0;
}

.fixed-header .table-head table,.fixed-header  .table-body table {
    width: 100%;
}

.layui-form-select dd{
    text-align: left;
}
.layui-table-fixed-l table{
    width: auto!important;
    min-width: auto!important;
}
.layui-table thead tr, .layui-table-fixed-l tr, .layui-table-header, .layui-table-mend, .layui-table-patch, .layui-table-tool{
    background-color: #fff!important;
}

.layui-table-page{
    text-align: right;
    position: absolute;
}
.layui-icon{
    z-index: 0!important;
}


/*.layui-laypage a,.layui-laypage span{*/
/*    border: none;*/
/*    padding: 0px 12px;*/
/*}*/

/*.layui-layer-content .layui-laypage .layui-input {*/
/*    display: inline-block !important;*/
/*    width: 40px !important;*/
/*}*/

/*.layui-laypage .layui-laypage-curr .layui-laypage-em {*/
/*    background: #1E9FFF !important;*/
/*}*/
.edui-default .edui-editor-bottomContainer{
    display: none;
}

.layui-input-block  .layui-form-radio , .layui-input-inline  .layui-form-radio{
    margin-top: 0!important;
}

.layui-table tr .layui-btn.font-red {
    color: #FF0000 !important;
    border: none;
    background: transparent !important;
    padding: 0;
    min-width: 0;
    margin-right: 5px;
}