*{
	margin: 0;
	padding: 0;
	font-family: "microsoft yahei";
	font-size: 12px;
	box-sizing: border-box;
}
body{
	background: #f7f7f7;
	position: absolute;
	width: 100%;
	height: 100%;
}
.el-container{
	position: relative;
	width: 100%;
	height: 100%;
	overflow: auto;
}
ul,li{
	list-style: none;
}
a{
	color: #ff6600;
	text-decoration: none;
	cursor: pointer;
}

/*给tooltip最大宽度*/
.el-tooltip__popper {
  max-width: 300px;
}

/* 固定时间空间中间字体宽度 */
.cont-box .el-date-editor .el-range-separator {
  width: 8%;
}

/*自定义常用  css*/
.float-left{
	float: left;
}
.float-right{
	float: right;
}
.font-12{
	font-size: 12px;
}
.font-14{
	font-size: 14px;
}
.font-16{
	font-size: 16px;
}
.font-18{
	font-size: 18px;
}
.font-20{
	font-size: 20px;
}
.line-height-20{
	line-height: 20px;
}
.line-height-32{
	line-height: 32px;
}
.pd-lr-5{
	padding-left: 5px;
	padding-right: 5px;
}
.pd-lr-10{
	padding-left: 10px;
	padding-right: 10px;
}
.pd-lr-15{
	padding-left: 15px;
	padding-right: 15px;
}
.pd-lr-30{
	padding-left: 30px;
	padding-right: 30px;
}
.pd-left-10{
	padding-left: 10px;
}
.pd-right-10{
	padding-right: 10px;
}
.pd-bottom-10{
	padding-bottom: 10px;
}
.pd-tb-20{
	padding-top: 20px;
	padding-bottom: 20px;
}
.pd-20{
	padding: 20px;
}
.pd-30{
	padding: 30px;
}
.mg-top-5{
	margin-top: 5px;
}
.mg-tb-5{
	margin-top: 5px;
	margin-bottom: 5px;
}
.mg-top-10{
	margin-top: 10px;
}
.mg-top-15{
	margin-top: 15px;
}
.mg-top-20{
	margin-top: 20px;
}
.mg-top-30{
	margin-top: 30px;
}
.mg-lr-10{
	margin-left: 10px;
	margin-right: 10px;
}
.mg-left-10{
	margin-left: 10px;
}
.mg-left-15{
	margin-left: 15px;
}
.mg-right-5{
	margin-right: 5px;
}
.mg-right-10{
	margin-right: 10px;
}
.mg-right-15{
	margin-right: 15px;
}
.mg-right-20{
	margin-right: 20px;
}
.mg-bottom-10{
	margin-bottom: 10px;
}
.mg-bottom-20{
	margin-bottom: 20px;
}
.text-left{
	text-align: left;
}
.text-right{
	text-align: right;
}
.text-center{
	text-align: center;
}
.text-primary{
	color: #97002b;
}
.text-red{
	color: #e60012;
}
.text-normal{
	color: #32b16c;
}
.text-link{
	color: #ff6600;
}
.text-main{
	color: #8957a1;
}
.text-secondary{
	color: #fb7383;
}
.text-gray{
	color: #666;
}
.cursor{
	cursor: pointer;
}
.break-word{
  word-break: break-all;
  white-space: break-spaces;
}
/*自定义常用  css end*/

/*系统按钮  css*/
.btn{
	height: 28px;
	min-width: 55px;
	border-radius: 2px;
	font-size: 12px;
	line-height: 2px;
	border: 0;
	padding: 0 10px;
}
.btn-orange{
	background: #ff6600;
	color: #fff;
}
.btn-orange:hover{
	background: #e55f04;
	color: #fff;
	border: 0;
}
.btn-orange:active,
.btn-orange:focus{
	background: #ff6600;
	color: #fff;
}
.btn-light-orange{
	background: rgba(255,102,0, 0.2);
	color: #ff6600;
}
.btn-light-orange:hover{
	background: rgba(255,102,0, 0.4);
	color: #ff6600;
	border: 0;
}
.btn-light-orange:active,
.btn-light-orange:focus{
	background: rgba(255,102,0, 0.2);
	color: #ff6600;
}
.btn-white-orange{
	background: #fff;
	color: #ff6600;
	border: 1px solid #ff6600;
}
.btn-white-orange:hover{
	background: rgba(255,102,0, 0.2);
	color: #ff6600;
	border: 1px solid #ff6600;
}
.btn-white-orange:active,
.btn-white-orange:focus{
	background: #fff;
	color: #ff6600;
}
.el-button.is-disabled,
.el-button.is-disabled:focus,
.el-button.is-disabled:hover{
	color: #fff;
}
.btn-gray{
	background: #bfbfbf;
	color: #fff;
}
.btn-gray:hover{
	background: #b1b1b1;
	color: #fff;
}
.btn-green{
	background: #32b16c;
	color: #fff;
}
.btn-green:hover{
	background: #2ea062;
	color: #fff;
}
.btn-blue{
	background: #409EFF;
	color: #fff;
}
.btn-blue:hover{
	background: #409EFF;
	color: #fff;
}
/*系统按钮  css end*/

/*小圆点 css*/
.el-icon-circle{
	width: 8px;
	height: 8px;
	background: #97002b;
	border-radius: 10px;
	margin-right: 8px;
}
/*小圆点 css end*/

/*清除浮动  css*/
.clearfix:after,
.clearfix:before{
    content: "";
    display: block;
    height: 0;
    clear:both;
    visibility: hidden;
}
.clearfix:after{
    clear: both;
}
.clearfix{
    *zoom: 1;
}
/*清除浮动  css end*/

/*内容溢出小点点显示*/
.maxellipsis{
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/*内容溢出小点点显示   end*/

/*必填项label小红星*/
.el-form-item.is-required:not(.is-no-asterisk) > .el-form-item__label:before,
.el-form-item.is-required:not(.is-no-asterisk) .el-form-item__label-wrap > .el-form-item__label:before{
	font-size: 12px;
	font-weight: bolder;
}
/*必填项label小红星  end*/

.el-main{
    background-color: #f7f7f7;
    color: #333;
    text-align: center;
    padding: 10px 20px;
}

/*面包屑页面导航  css*/
.el-submenu__icon-arrow{
	right: 15px;
}
.el-breadcrumb__inner a, .el-breadcrumb__inner.is-link{
	font-weight: normal;
	color: #666666;
}
.el-breadcrumb__item:last-child .el-breadcrumb__inner,
.el-breadcrumb__item:last-child .el-breadcrumb__inner a,
.el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover,
.el-breadcrumb__item:last-child .el-breadcrumb__inner:hover{
	font-weight: normal;
	color: #97002b;
}
/*面包屑页面导航  css end*/

/*更多搜索  css*/
.screen{
	background: #fff;
	border-radius: 10px;
	padding: 10px 20px 8px;
	box-shadow: 0 0 6px rgba(0,0,0, 0.05);
	/*margin-top: 10px;*/
}

/*更多搜索下拉框，输入框  css*/
.el-select{
	width: 100%;
}
.screen .el-form-item{
	margin: 0;
}
.screen .el-select>.el-input .el-input__inner{
	background: #f7f7f7;
	border: 0;
	border-radius: 2px;
	font-size: 12px;
}
.screen .el-input.el-input--small .el-input__inner{
	background: #f7f7f7;
	border: 0;
	border-radius: 2px;
	font-size: 12px;
}
.screen .prince .el-form-item__label{
	min-width: auto;
}
.screen .prince .el-form-item__content{
	/*width: calc(100% - 80px);*/
}
/*更多搜索下拉框，输入框  css end*/

.selecontent{
	margin-top: 10px;
}
.moreBtn{
	font-size: 12px;
	cursor: pointer;
	color: #97002B;
	line-height: 32px;
	text-align: right;
}
.moreBtn a i{
	font-size: 16px;
	font-weight: bold;
	margin-left: 5px;
}

/*更多搜索时间选择  css*/
.el-date-editor--datetimerange.el-input,
.el-date-editor--datetimerange.el-input__inner,
.el-date-editor.el-input__inner{
	background: none;
	border: 1px solid #dcdcdc;
	border-radius: 2px;
	font-size: 12px;
	width: 100%;
	height: 28px;
	line-height: 28px;
	padding: 2px 15px;
}
.screen .el-date-editor--datetimerange.el-input,
.screen .el-date-editor--datetimerange.el-input__inner,
.screen .el-date-editor.el-input,
.screen .el-date-editor.el-input__inner{
	background: #f7f7f7;
	border: 0;
	border-radius: 2px;
	font-size: 12px;
	width: 100%;
}
.screen .el-date-editor--datetimerange.el-input input,
.screen .el-date-editor--datetimerange.el-input__inner input,
.screen .el-range-editor--small .el-range-input{
	background: #f7f7f7;
	font-size: 12px;
}
.screen .el-range-editor--small .el-range-separator{
	font-size: 12px;
	min-width: 30px;
}
.screen .el-range-editor--small.el-input__inner{
	height: 28px;
	line-height: 28px;
}
.screen .el-range-editor.el-input__inner{
	padding: 2px 15px;
}
.line{
	line-height: 24px;
}
/*更多搜索时间选择  css end*/

.el-form-item{
	margin-bottom: 10px;
	margin-top: 10px;
}
.screen .el-form-item__content{
	line-height: inherit;
    float: none;
    margin-left: 0 !important;
    text-align: center;
    width: 100%;
    /*margin-top: 15px;*/
}
/*更多搜索  css end*/

/*表格框  css*/
.cont-box{
	background: #fff;
	padding: 10px 20px;
	border-radius: 10px;
	margin-top: 10px;
}
.box-title{
	font-size: 14px;
	text-align: left;
	line-height: 28px;
}
/*表格基本  css*/
.el-table{
	display: inline-block;
}
.el-table thead{
	color: #202020;
	font-size: 14px;
	font-weight: normal;
}
.el-table th>.cell{
	font-weight: normal;
	font-size: 14px;
	text-align: left;
	line-height: 22px;
}
.el-table th>.cell span{
	font-size: 14px;
}
.el-table--border, .el-table--group{
	border: 1px solid #f1f1f1;
	border-bottom: 0;
	border-right: 0;
}
.el-table--border::after,
.el-table--group::after, .el-table::before{
	background: #f1f1f1;
}
.el-table td, .el-table th{
	padding: 4px 0;
}
.el-table th{
	background: #ddd;
}
.el-table td{
	font-size: 12px;
}
.el-table td, .el-table th.is-leaf{
	border-bottom: 1px solid #f1f1f1;
}
.el-table .cell, .el-table--border td .cell, .el-table--border th .cell{
	text-align: center;
	line-height: 24px;
}
.el-table--border td, .el-table--border th,
.el-table__body-wrapper .el-table--border.is-scrolling-left~.el-table__fixed{
	border-right: 1px solid #f1f1f1;
	vertical-align: middle;
}
.el-table .el-table-column--selection .cell{
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
}
.el-table .el-image{
	vertical-align: bottom;
}
.el-table .el-image__inner{
	vertical-align: text-bottom;
}
/*表格基本  css end*/

.el-breadcrumb{
	font-size: 12px;
}
.custom-col {
	vertical-align: top !important;
	cursor: pointer;
	position: relative;
}
.custom-input .el-form-item__content{
    /* line-height: initial; */
}
/*分页  css*/
.el-pagination{
	padding: 0;
}
.el-pager li {
    padding: 0 4px;
    font-size: 12px;
    min-width: 25px;
    height: 28px;
    line-height: 28px;
    font-weight: normal;
}
.el-pagination button,
.el-pagination span:not([class*=suffix]) {
    font-size: 12px;
    min-width: 25px;
    height: 28px;
    line-height: 27px;
}
.el-pagination.is-background .btn-next,
.el-pagination.is-background .btn-prev,
.el-pagination.is-background .el-pager li{
	min-width: 25px;
	cursor: pointer;
}
.el-pagination.is-background .btn-next{
	margin-right: 0;
}
.el-pagination.is-background .el-pager li:not(.disabled).active {
    background-color: #ff6600;
    color: #FFF;
}
.el-pagination.is-background .el-pager li:not(.disabled):hover{
	color: #fff;
}
.el-pagination__sizes .el-input .el-input__inner:hover{
	border-color: #ff6600;
}
.el-pagination__sizes .el-select .el-input.is-focus .el-input__inner{
	border-color: #ff6600;
}
.el-pagination__sizes .el-select .el-input__inner:focus{
	border-color: #ff6600;
}
.el-pagination__editor .el-input__inner:hover,
.el-input__inner:focus{
	border-color: #ff6600;
}
.el-pagination__jump{
	margin-left: 20px;
}
.el-pagination__sizes .el-input .el-input__inner{
	font-size: 12px;
}
.el-pagination__editor.el-input{
	font-size: 12px;
}
/*分页  css*/

/*dialog弹框  css*/
.el-dialog{
	border-radius: 10px;
}
.el-dialog__header{
	background: #dfdfdf;
	padding: 8px 20px;
	text-align: left;
}
.el-dialog__title{
	font-size: 14px;
}
.el-dialog__headerbtn {
    top: 7px;
    font-size: 18px;
}
.el-dialog__headerbtn .el-dialog__close{
	color: #97002b;
	font-weight: bolder;
	font-size: 18px;
}
.el-dialog__headerbtn:focus .el-dialog__close,
.el-dialog__headerbtn:hover .el-dialog__close{
	font-size: 18px;
}
.el-dialog__body{
	padding: 10px 20px;
}
/*dialog弹框  css*/

/*多选框checkbox css*/
.el-checkbox{
	color: #333;
}
.el-checkbox__label{
	font-size: 12px;
}
.el-checkbox__input.is-checked .el-checkbox__inner,
.el-checkbox__input.is-indeterminate .el-checkbox__inner{
	background-color: #ff6600;
    border-color: #ff6600;
}
.el-checkbox__inner,.el-radio__inner{
	border-color: #B5B5B5;
}
.el-checkbox__inner:hover,
.el-checkbox__inner:active,
.el-checkbox__inner:visited{
	border-color: #ff6600;
}
.el-checkbox__input.is-focus .el-checkbox__inner{
	border-color: #ff6600;
}
.el-checkbox__input.is-checked+.el-checkbox__label{
	color: #333;
}
/*多选框checkbox css end*/

/*单选框 radio css*/
.el-radio{
	margin-right: 15px;
}
.el-radio__input.is-checked .el-radio__inner{
	background-color: #ff6600;
    border-color: #ff6600;
}
.el-radio__label{
	font-size: 12px;
	padding-left: 6px;
}
.el-radio__input.is-checked + .el-radio__label{
	color: #333;
	font-size: 12px;
}
.el-radio__inner:hover,
.el-radio__inner:active,
.el-radio__inner:visited{
	border-color: #ff6600;
}
/*单选框 radio css end*/

/*系统常用下拉框， 输入框 ，文本框 ，级联选择器  css*/
.el-form-item__label{
	width: 35%;
	font-size: 12px;
	line-height: 28px;
	color: #333;
	min-width: 100px;
}
.el-form-item__content{
	width: 60%;
	/*display: inline-block;*/
	text-align: left;
    float: left;
    line-height: 27px;
    margin-left: 0 !important;
}
.el-input--small .el-input__inner{
	border-color: #dcdcdc;
	border-radius: 0;
	height: 28px;
	line-height: 26px;
	font-size: 12px;
}
.el-input--small .el-input__icon{
	line-height: 28px;
}
.el-select-dropdown__item{
	font-size: 12px;
}
.el-select-dropdown__item.selected{
	font-weight: normal;
}
.el-date-editor.el-input,
.el-date-editor.el-input__inner{
	width: 100%;
}
.el-select-dropdown__empty{
	font-size: 12px;
}
.el-textarea{
	font-size: 12px;
}
.el-textarea__inner{
	padding: 4px 15px;
	border-color: #dcdcdc;
	border-radius: 0;
	min-height: 88px;
}
.el-cascader--small{
	line-height: 28px;
	width: 100%;
	/*height: 28px;*/
}
.el-form-item.prince{
	margin-top: 0;
}
.el-cascader__search-input{
	padding: 0;
	border-color: #dcdcdc;
	border-radius: 0;
	height: 22px;
	margin: 0 15px 0;
	min-width: 48px;
}
.el-cascader__tags .el-tag{
	margin: 1px 6px 0;
}
.el-form-item.checkbox-input{
	margin-top: 0;
}
.el-range-editor--small .el-range-input{
	font-size: 12px;
}
/*系统常用下拉框， 输入框 ，文本框 ，级联选择器 css end*/

/*tabs css*/
.el-tabs__nav-wrap{
	border-radius: 5px;
}
.el-tabs.el-tabs--card.el-tabs--top{
	text-align: left;
}
.el-tabs--card>.el-tabs__header{
	display: block;
	border: 0;
	margin: 0;
}
.el-tabs--card>.el-tabs__header .el-tabs__item{
	border: 1px solid #cfcfcf;
	background: #e6e6e6;
	margin: 0 0 0 -1px;
}
.el-tabs--card>.el-tabs__header .el-tabs__item.is-active{
	background: #ff6600;
	color: #fff;
	border: 1px solid #ff6600;
	border-bottom: 0;

}
.el-tabs--card>.el-tabs__header .el-tabs__nav{
	border-radius: 5px;
	border: 0;
}
.el-tabs__item{
	height: 36px;
	line-height: 32px;
}
.el-tabs--card>.el-tabs__header .el-tabs__item:first-child{
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	margin: 0;
	border-left: 1px solid #cfcfcf;;
}
.el-tabs--card>.el-tabs__header .el-tabs__item:last-child{
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.el-tabs--card>.el-tabs__header .el-tabs__item:first-child.is-active{
	margin: 0 0 0 -1px;
}
/*tabs css end*/

/*去掉el-link标签下划线*/
.el-link.is-underline:hover:after{
	border-bottom: none;
}
/*去掉el-link标签下划线  end*/

.box-width{
	width: 92%;
	margin: 0 4%;
}

.small-circle{
	width: 10px;
	height: 10px;
	border-radius: 10px;
	display: inline-block;
	background: #ff6600;
}

/*alert 警告框  css*/
.el-alert__content{
	text-align: left;
	padding: 3px 0;
}
.el-alert__title{
	font-size: 14px;
	margin-right: 20px;
}
.el-alert__title.is-bold{
	font-weight: normal;
}
.el-alert .el-alert__description{
	display: inline;
	color: #707070 !important;
}
.el-alert__icon.is-big{
	font-size: 16px;
}

/*上传文件框样式*/
.el-upload-list.el-upload-list--text{
	float: left;
    border: 1px solid #ddd;
    height: 28px;
    width: calc(100% - 55px);
}
.el-upload-list__item:first-child{
	margin-top: 2px;
}
.el-upload-list__item:hover{
	background: none;
}
.el-upload--picture-card{
	width: 168px;
	height: 68px;
	line-height: 76px;
	background-color: rgba(255,102,0, 0.1);
    border: 1px dashed #ff6600;
}
.el-upload-list--picture-card .el-upload-list__item{
	width: 168px;
	height: 68px;
	margin: 0 10px 0 0;
}
.el-upload--picture-card i{
	color: #ff6600;
}
.el-upload--picture-card:hover{
	border: 1px dashed #ff6600;
}
.el-upload-list--picture-card .el-upload-list__item{
   /* border: 1px solid #aaa;*/
}
.el-upload-list--picture-card .el-upload-list__item .el-icon-zoom-in{
	font-size: 20px;
}
.el-upload-list--picture-card .el-upload-list__item .el-icon-delete{
	font-size: 20px;
}
.el-upload-list--picture-card .el-upload-list__item .el-icon-download{
	font-size: 20px;
}
.el-upload__tip{
	margin: 20px 0 0 10px;
	display: inline-block;
	color: #97002b;
}
.file-upload .el-upload-list__item{
	float: left;
	max-width: 100%;
	display: inline-block;
	margin: 0 10px 0 0;
  width: auto;
}
.file-upload .el-upload-list__item .el-upload-list__item-name{
	margin-right: 25px;
}
.el-input-number--small{
	line-height: 28px;
}
/*上传文件框样式  end*/

/*自定义table 样式*/
.custom-table{
	width: 100%;
	border: 1px solid #dcdcdc;
	border-collapse: collapse;
}
.custom-table tbody tr td{
	border: 1px solid #dcdcdc;
	border-collapse: collapse;
	padding: 3px 8px;
	height: 28px;
	text-align: left;
	line-height: 28px;
}
.custom-table tbody tr td:first-child{
	width: 100px;
	text-align: center;
	background: #f7f7f7;
}
/*自定义table 样式  end*/

/*input框占满一行的样式*/
.custom-input .el-form-item__label{
	width: 11.6%;
}
.custom-input .el-form-item__content{
	width: calc(100% - 13.3%);
}
.custom-input-24 .el-form-item__label{
	width: 11.6%;
}
.custom-input-24 .el-form-item__content{
	width: calc(100% - 13.3%);
}
/*input框占满一行的样式  end*/

/*详情两列输入框、下拉框样式*/
.custom-input-12 .el-form-item__label{
	width: 23.5%;
}
.custom-input-12 .el-form-item__content{
	width: 73.2%;
}
/*详情两列输入框、下拉框样式  end*/

/*dialog input框占满一行的样式*/
.dialog-custom-input-24 .el-form-item__label{
	width: 17.45%;
}
.dialog-custom-input-24 .el-form-item__content{
	width: calc(100% - 19.9%);
}
/*dialog input框占满一行的样式  end*/

/*签名表格高度  css*/
.signature-table .el-table--border td,
.el-table__body-wrapper .el-table--border.is-scrolling-left~.el-table__fixed{
	height: 80px;
}

/*正在加载中样式*/
.el-loading-spinner .el-loading-text{
	color: #ff6600;
}
.el-loading-spinner i{
	color: #ff6600;
	font-size: 24px;
}
/*自定义树样式*/
.childs{
	padding: 0 20px;
}
.tree{
	margin: 10px 5px 0;
}
.tree i{
	color: #666;
}
.tree a{
	display: block;
	padding: 3px 5px;
}
.tree a:hover{
	background: #F7F7F7;
	padding: 3px 5px;
}
.tree .childs i{
	margin-left: 2px;
}


/*打印表格样式*/
.print-detail-top{
	margin-top: 35px;
}
.print-detail-top li{
	float: left;
	color: #97002b;
	float: left;
	width: 25%;
}
.print-detail-bottom li{
	float: left;
	color: #97002b;
	float: left;
	width: 33.33%;
}
.custom-table-horizontal{
	table-layout: fixed;
}
.custom-table-horizontal tbody tr td:nth-child(odd){
	background: #f7f7f7;
	width: 130px;
	text-align: center;
	height: 60px;
}
.custom-table-vertical{
	width: 100%;
    border: 1px solid #dcdcdc;
    border-collapse: collapse;
    text-align: center;
    table-layout: fixed;
}
.custom-table-vertical thead tr th{
	border: 1px solid #dcdcdc;
    border-collapse: collapse;
    padding: 3px 8px;
    height: 40px;
    text-align: center;
    background: #f7f7f7;
    font-weight: normal;
}
.custom-table-vertical tbody tr td{
	border: 1px solid #dcdcdc;
    border-collapse: collapse;
    padding: 3px 8px;
    height: 40px;
    text-align: center;
    font-weight: normal;
}
@media print {
	.custom-table-vertical{
		width: 100%;
	}
	.custom-table-horizontal{
		width: 100%;
	}
	.custom-table-vertical thead tr th{
		border: 1px solid #dcdcdc;
}
	.custom-table-vertical tbody tr td{
		border: 1px solid #dcdcdc;
	}
}
/*打印表格样式   end*/

/*解决ie浏览器下图片往上挤问题*/
.el-image__inner--center{
	position: inherit;
	top: inherit;
	left: inherit;
	transform: inherit;
}


/*解决ie浏览器下图片往上挤问题  end*/

/*解决谷歌和IE浏览器li上挤问题*/
.el-form-item__content {
    font-size: 12px;
}

.el-form-item__content .el-input--small{
	font-size: 12px;
}

.el-form-item__content .el-cascader--small{
	font-size: 12px;
}

.el-checkbox,.el-radio{
	font-size: 12px;
}

.upload-img .el-upload-list--picture-card .el-upload-list__item{
	width: 120px;
	height: 120px;
	line-height: 125px;
}

.upload-img .el-upload--picture-card{
	width: 120px;
	height: 120px;
	line-height: 125px;
}

.el-radio-button__inner, .el-radio-group {
	/*line-height: 22px;
	padding-top: 5px;*/
}

/*通知内容框样式*/
.tag-content{
	border: 1px solid #dcdcdc;
	border-radius: 2px;
	padding: 10px;
	display: inline-block;
}
.tag-content .el-tag{
	margin: 5px;
	background: #f7f7f7;
    border-color: #ddd;
    color: #666;
}
.notice-cont .el-checkbox{
	margin: 5px 0;
}
.el-rate__icon{
	line-height: 28px;
}
.el-rate__text{
	vertical-align: inherit;
}
/* 多选下拉框内容过多出现省略号 */
.el-tag.el-tag--info{
  max-width: calc(100% - 75px);
}
.el-select__tags-text{
  display: inline-block;
  max-width: calc(100% - 12px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 30px;
}
.el-select .el-tag__close.el-icon-close {
  top: -6px;
  right: -5px;
}

.hidden>.el-upload--picture-card{
	display: none;
}

/*左侧导航展开收起效果样式*/
.left-nav-img{
	cursor: pointer;
}
.left-nav-img .el-image{
	position: absolute;
	z-index: 11111111;
	top: 50%;
	left: 164px;
	width: 44px;
	height: 45px;
}
.main-sidebar + .left-nav-img .el-image{
	display: none;
}
.left-nav-img:hover .el-image{
	display: block;
}
.main-sidebar:hover + .left-nav-img .el-image{
	display: block;
}
/*左侧导航展开收起效果样式*/

.overtime-tooltip{
  display: inline-block;
}
.overtime-tooltip span{
	width: 20px;
	height: 10px;
	display: inline-block;
	background: #fb91ad;
  	margin-right: 8px;
}

.repair-tooltip{
  display: inline-block;
}
.repair-tooltip span{
	width: 20px;
	height: 10px;
	display: inline-block;
	background: #ffae7b;
  	margin-right: 8px;
}
/*设备维护模板样式*/
.case-box{
	box-shadow: 0 2px 8px #ccc;
	padding-bottom: 8px;
}
.case-title{
	background: #979797;
	height: 31px;
	color: #fff;
	line-height: 31px;
	padding: 0 10px;
}
.case-title p{
	float: left;
}
.case-title a{
	text-align: right;
	display: block;
	color: #fff;
}
.case-title a i{
	font-weight: bolder;
	font-size: 14px;
	margin-right: 6px;
	vertical-align: middle;
}
.case-title a:hover{
	color: #ff6600;
}
.case-cont{
	/*padding: 5px 0;*/
}
.case-cont li{
	height: 28px;
	line-height: 28px;
	text-align: left;
	padding: 0 10px;
	color: #666;
	cursor: pointer;
}
.case-cont li i{
	font-weight: bolder;
	font-size: 14px;
	color: #ff6600;
	float: right;
	line-height: 24px;
	display: none;
}
.case-cont li:hover{
	height: 28px;
	line-height: 28px;
	background: #ffe0cc;
}
.case-cont li:hover i{
	display: block;
}
.maintain-template-table .el-table__body tr.current-row>td{
	background: #979797;
}
.el-table--striped .el-table__body tr.el-table__row--striped.current-row td{
	background: #979797;
}

/*多选框样式*/
.el-checkbox{
	margin-right: 15px;
}
.el-checkbox__label{
	padding-left: 5px;
}

.avatar-uploader .el-upload {
    border: 1px dashed #d9d9d9;
    border-radius: 6px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    width: 148px;
    height: 148px;
}
.avatar-uploader .el-upload:hover {
    border-color: #409EFF;
}
.avatar-uploader-icon {
    font-size: 28px;
    color: #8c939d;
    width: 148px;
    height: 148px;
    line-height: 148px;
    text-align: center;
}
.avatar {
    width: 148px;
    max-height: 148px;
    display: block;
}
/* 大屏二级菜单不变色 */
.is-openWindow{
  color: #333333 !important;
}

/* 一级菜单不变色，不选中 */
.firstUncheck a{
  border-bottom-width: 0px !important;
}

#main-screen{
	background: #02021b;
	height: 100%;
	width: 1920px;
	position: relative;
	/*margin: 0px auto;*/
	z-index: 1; top: 0px;
	transform: scale(1);
	-webkit-transform: scale(1);
	transform-origin: 0% 0%;
	-webkit-transform-origin: 0% 0%;
	overflow: hidden;
	height: 1080px;
}

/*大屏头部样式*/
.screen-header{
	height: 92px;
}
.screen-nav-left{
	background: url(../assets/largescreen/bigscreen-nav-left.png);
	float: left;
	width: 877px;
	height: 100%;
}
.screen-nav-middle{
	background: url(../assets/largescreen/bigscreen-nav-middle.png);
	float: left;
	width: calc(100% - 1754px);
	height: 100%;
	line-height: 92px;
}
.screen-nav-right{
	background: url(../assets/largescreen/bigscreen-nav-right.png);
	float: right;
	width: 877px;
	height: 100%;
  text-align: right;
  line-height: 60px;
}
.screen-nav-right #showtime{
  font-size: 26px;
  font-weight: bold;
  margin: 0 30px 0 0;
}
.screen-nav-right #showdate{
  font-size: 16px;
  font-weight: bold;
  margin: 0 70px 0 0;
}
.screen-nav-left .el-image{
	width: 310px;
	margin-left: 110px;
}
.screen-nav-left img{
	width: auto;
	height: 40px;
	margin: 10px 0 0 0;
}
.screen-nav-middle p{
	color: #fff;
	font-size: 34px;
	text-align: center;
	position: absolute;
	left: 50%;
    transform: translate(-50%,0);
    background-image:-webkit-linear-gradient(bottom,#aad4fe,#aad4fe,#ffffff,#ffffff);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
    font-weight: bold;
    width: 100%;
    z-index: 111111111;

}
.screen-nav-right div{
	color: #fff;
}
.screen-main{
	padding: 0 50px;
	margin-top: 40px;
}
.modular{
	background: rgba(11,94,243,0.2);
	height: 434px;
	margin: 0 10px;
}
.modular-title-left{
	height: 30px;
	float: left;
}
.modular-title-middle{
	color: #fff;
	font-size: 20px;
	float: left;
	background: #0a4fd3;
	height: 30px;
	padding: 0 10px;
	min-width: 250px;
	line-height: 30px;
}
.modular-title-right{
	height: 30px;
	float: left;
}
.modular-top-right{
	float: right;
}
.repair-data{
	margin: 20px 0;
	background: url(../assets/largescreen/repair-data-bg.png) no-repeat 50% 50%;
	height: 64px;
	padding: 0 40px;
}
.repair-data span:first-child{
	line-height: 64px;
	color: #fff;
	font-size: 18px;
}
.repair-data span:last-child{
	line-height: 64px;
	color: #00f1ff;
	font-size: 26px;
	float: right;
}
.order-middle{
	background: rgba(0,188,255,0.1);
	color: #fff;
	height: 90px;
	display: block;
	float: left;
	padding: 10px 0;
	width: 144px;
	text-align: center;
}
.order-middle > span{
	display: block;
	font-size: 18px;
	padding-bottom: 10px;
	border-bottom: 1px solid;
	border-image: -webkit-linear-gradient(to left, rgba(0, 192, 255, 0), #00c0ff,rgba(0, 192, 255, 0)) 1 1 1 1;
　　border-image: -moz-linear-gradient(to left, rgba(0, 192, 255, 0), #00c0ff,rgba(0, 192, 255, 0)) 1 1 1 1;
	border-image: linear-gradient(to left, rgba(0, 192, 255, 0), #00c0ff,rgba(0, 192, 255, 0)) 1 1 1 1;
}
.order-middle p{
	font-size: 26px;
	color: #00f1ff;
	margin-top: 5px;
}
.current-page{
	text-align: center;
	margin-top: 55px;
	font-size: 14px;
	color: #fff;
}
.current-page i{
	width: 10px;
	height: 10px;
	background: #0b93dc;
    background: -moz-linear-gradient(top,  #2bf9ff 0%, #0b93dc 100%);
    background: -webkit-linear-gradient(top,  #2bf9ff 0%,#0b93dc 100%);
    background: -o-linear-gradient(top,  #2bf9ff 0%,#0b93dc 100%);
    background: -ms-linear-gradient(top,  #2bf9ff 0%,#0b93dc 100%);
    background: linear-gradient(to bottom,  #2bf9ff 0%,#0b93dc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#0b93dc',GradientType=0 );
}
.largescreen-table{
	background: transparent;
	border: none;
	table-layout: inherit;
}
.largescreen-table.el-table::before,
.largescreen-table.el-table--border::after, .el-table--group::after{
	background: transparent;
}
.largescreen-table.el-table tr,
.largescreen-table.el-table th{
	background: none;
	font-size: 18px;
	border: none;
	height: 38px;
}
.largescreen-table.el-table tbody tr:nth-of-type(odd){
	background: rgba(36,133,150,0.2);
	border: none;
}
.largescreen-table.el-table th .cell{
	color: #00e5ed;
	font-size: 18px;
	border: none;
	vertical-align: super;
}
.largescreen-table.el-table td{
	border: none;
	height: 38px;
	line-height: 38px;
	max-width: 196px;
}
.largescreen-table.el-table td .cell{
	color: #fff;
	font-size: 14px;
	border: none;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
    width: 100%;
}
.largescreen-table.el-table--enable-row-hover .el-table__body tr:hover > td{
	background: none;
}
.largescreen-table .el-table__body,.largescreen-table .el-table__footer,.largescreen-table .el-table__header{
	table-layout: inherit;
}
.data-cont{
	margin-top: 20px;
	padding: 0 30px;
	color: #fff;
	font-size: 18px;
	text-align: right;
}
.data-cont span{
	color: #00f1ff;
	font-size: 26px;
}

/*表格排序图标*/
.el-table .caret-wrapper{
	height: 0px;
}

.el-table .sort-caret.descending{
	top: -1px;
	bottom: 0px;
}

.el-table .sort-caret.ascending{
	top: -13px;
}
/*垂直居中样式*/
.center-vertical{
	position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
/*垂直居中样式   end*/


/* 打印页面设置 */
  @media print {
    @page {
       margin: 0;
    }
  }

.navMenu .el-submenu.is-active .el-submenu__title {
	color: white;
	background-color: #97002b;
}
/*系统访问设置页面*/
.state-style{
	font-size: 24px;
	color: #f48393;
}
.not-visited li{
	float: left;
    background: rgba(255,102,0,0.2);
    height: 30px;
    line-height: 30px;
    min-width: 100px;
    margin: 5px;
    padding: 0 10px;
    text-align: center;
}
.not-visited li:first-child{
	background: #f18842;
	color: #fff;
}
/*系统访问设置页面  end*/


.el-table td.is-center .cell{
	text-align: center !important;
}

.div-frame{
	border: 1px solid #dcdcdc;
	padding: 10px 15px;
	min-height: 50px;
}
/*垂直居中*/
.vertical-center {
	display: flex;
	justify-content: center;
	align-items: Center;
}
/*垂直居中  end*/
.el-table--enable-row-hover .el-table__body tr:hover>td{
	background: #eaeaea;
}

.register-btn{
	min-width: 150px;
	height: 34px;
	line-height: 34px;
	margin: 20px 20px 25px;
}
.clause-cont{
	margin-top: 15px;
	background: rgba(255,102,0,0.03);
	padding: 15px 20px;
	line-height: 18px;
	height: 370px;
	overflow: auto;
}

.hidden .el-form-item__content{
	visibility: hidden;
}

.btn-input-unit,.btn-input-unit:hover,.btn-input-unit:focus{
	background: #ff6600;
	color: #fff;
}
/*个人工作台css*/
.exam-train{
	background: #f6f7f8;
	padding: 10px 10px;
	border-radius: 6px;
	margin: 15px 0 15px 20px;
	min-height: 62px;
}
.today-workorder{
	text-align: left;
	padding-left: 30px;
	margin-top: 30px;
}
.today-workorder img{
	vertical-align: middle;
	margin-right: 10px;
	line-height: 26px;
}
.today-workorder span{
	vertical-align: sub;
}
.home-operation-icon{
	font-size: 18px;
	font-weight: bold;
	color: #b9b9b9;
	vertical-align: middle;
	cursor: pointer;
}
/*个人工作台  css end*/

/*考试培训css*/
.examing{
	color: #ff6600;
}
.to-tested{
	color: #97002b;
}
.exam-header-bg {
	background: #97002b;
	height: 60px;
	padding: 0 30px;
	color: #fff;
	line-height: 60px;
	text-align: left;
}

.exam-title-bg {
	background: #78001a;
	height: 42px;
	padding: 0 30px;
	color: #fff;
	font-size: 14px;
	line-height: 42px;
	text-align: left;
}

.exam-cont {
	background: #fff;
	box-shadow: 1px 2px 6px #eee;
}

.examer-info {
	background: #e7e7e7;
	padding: 30px;
	border: 1px solid #c9c9c9;
}
.subject-type-title{
	height: 50px;
	line-height: 50px;
	text-align: left;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.05);
	padding: 0 0 0 40px;
	font-size: 14px;
}
.subject-cont{
	padding: 30px 40px;
}
.all-subject{
	background: rgba(255,102,0,0.1);
	padding: 1px 30px;
	border-left: 1px solid rgba(255,102,0,0.3);
}
.subject-style li{
	background: #fff;
	padding: 2px 5px;
	border: 1px solid rgba(255,102,0,0.3);
	float: left;
	min-width: 37px;
	min-height: 25px;
	color: #ff6600;
	border-radius: 4px;
	margin: 3px;
}
.subject-analysis{
	background: rgba(50,177,108,0.1);
	/*min-height: 220px;*/
	border: 1px solid rgba(50,177,108,0.5);
	margin: 0 40px;
	padding: 25px 20px;
	text-align: left;
}
/*考试培训css end*/

.detail-span-word{
  text-align: left;
  line-height: 30px;
  float: left;
}

.el-textarea .el-input__count {
	background: transparent;
	bottom: -20px;
	right: 0px;
}

.fixed{
	position:fixed;
}

.el-select-dropdown.el-popper {
  width: 0%;
  /*overflow: auto;*/
}

/*input disabled 查看*/
.el-input.is-disabled .el-input__inner{
	border: 0;
}
.el-textarea.is-disabled .el-textarea__inner{
	border: 0;
}
.upload-disabled .el-upload-list.el-upload-list--text{
	border: 0;
}
.el-range-editor.is-disabled input{
	border: 0;
}
.el-date-editor--datetimerange.el-input.is-disabled,
 .el-date-editor--datetimerange.el-input__inner.is-disabled,
 .el-date-editor.el-input__inner.is-disabled{
 	border: 0;
 	background: #f7f7f7;
 }
/*input disabled 查看  end*/

/*设备台账首页  css*/
.assets-data-circle{
	height: 68px;
    width: 68px;
    line-height: 62px;
    background: -webkit-linear-gradient(left, #40c138, #a5ea8a);
    background: -o-linear-gradient(left, #40c138, #a5ea8a);
    background: -moz-linear-gradient(left, #40c138, #a5ea8a);
    background: -ms-linear-gradient(left, #40c138, #a5ea8a);
    background: linear-gradient(to right, #40c138, #a5ea8a);
    color: #fff;
    border-radius: 50px;
    border: 2px solid #c6fcb0;
    margin: 0 auto;
    outline: #fff;
    box-shadow: 0 0 0 10px white, 0 0 14px 11px rgba(149, 217, 133,0.5);
    text-align: center;
    font-size: 20px;
}
.assets-data-circle-pink{
    background: -webkit-linear-gradient(left, #ec6366, #f7a2a4);
    background: -o-linear-gradient(left, #ec6366, #f7a2a4);
    background: -moz-linear-gradient(left, #ec6366, #f7a2a4);
    background: -ms-linear-gradient(left, #ec6366, #f7a2a4);
    background: linear-gradient(to right, #ec6366, #f7a2a4);
    border: 2px solid #ffbdbe;
    box-shadow: 0 0 0 10px white, 0 0 14px 11px rgba(242, 135, 137, 0.5);
}
.assets-data-circle-orange{
    background: -webkit-linear-gradient(left, #fcb281, #fcd692);
    background: -o-linear-gradient(left, #fcb281, #fcd692);
    background: -moz-linear-gradient(left, #fcb281, #fcd692);
    background: -ms-linear-gradient(left, #fcb281, #fcd692);
    background: linear-gradient(to right, #fcb281, #fcd692);
    border: 2px solid #fce0ad;
    box-shadow: 0 0 0 10px white, 0 0 14px 11px rgba(252, 207, 137, 0.5);
}
.assets-data-circle-blue{
    background: -webkit-linear-gradient(left, #3ba5ff, #9cd8fe);
    background: -o-linear-gradient(left, #3ba5ff, #9cd8fe);
    background: -moz-linear-gradient(left, #3ba5ff, #9cd8fe);
    background: -ms-linear-gradient(left, #3ba5ff, #9cd8fe);
    background: linear-gradient(to right, #3ba5ff, #9cd8fe);
    border: 2px solid #b5e0fd;
    box-shadow: 0 0 0 10px white, 0 0 14px 11px rgba(95, 193, 255, 0.5);
}
/*设备台账首页  css end*/

/*解决ie浏览器下table宽度不是100%问题*/
.el-table__header{
    width: 100% !important;
}
.el-table__body{
	width: 100% !important;
}
/*解决ie浏览器下table宽度不是100%问题  end*/

/*select 下拉框*/
.popper-group-green .el-select-group__wrap .el-select-group__title{
	color: rgba(30, 144, 255, 0.7);
}

/* 更换图片样式 */
.change-image-btn{
  display: block;
  height: 19px;
  width: 19px;
  line-height: 19px;
  text-align: center;
  color: #fff;
  font-size: 12px !important;
  background: #f60;
  padding: 1px 0 0 1px;
  border-radius: 50px;
  position: absolute;
  right: -7px;
  bottom: -4px;
}
