@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    /* box-sizing: border-box; */
    font-family: '微软雅黑', '宋体', 'Helvetica';
}
ul,
li {
    list-style: none;
}

img {
    border: none;
}

em {
    font-style: normal;
}

a:hover,
a:visited,
a:link,
a:active,
a {
    color: -webkit-link;
    /* cursor: auto; */ /*解决时间选择框不变小手的问题 */
    outline: 0;
    text-decoration: none;
}

button,
input,
textarea {
    outline: none;
    -webkit-appearance: none;
}

textarea {
    width: 100%;
    height: auto;
    outline: none;
    border: none;
    resize: none;
}

.ub {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -o-box !important;
    display: box !important;
    position: relative;
}

.ub-rev {
    -webkit-box-direction: reverse;
    box-direction: reverse;
}

.ub-fh {
    width: 100%;
}

.ub-fv {
    height: 100%;
}

.ub-con {
    position: absolute;
    width: 100%;
    height: 100%;
}

.ub-ac {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -o-box-align: center;
    box-align: center;
}

.ub-ae {
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    -o-box-align: end;
    box-align: end;
}

.ub-pc {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -o-box-pack: center;
    box-pack: center;
}

.ub-pe {
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -o-box-pack: end;
    box-pack: end;
}

.ub-pj {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -o-box-pack: justify;
    box-pack: justify;
}

.ub-ver {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -o-box-orient: vertical;
    box-orient: vertical;
}

.ub-f1 {
    position: relative;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
}

.ub-f2 {
    position: relative;
    -webkit-box-flex: 2;
    -moz-box-flex: 2;
    -ms-flex: 2;
    -o-box-flex: 2;
    box-flex: 2;
}

.ub-f3 {
    position: relative;
    -webkit-box-flex: 3;
    -moz-box-flex: 3;
    -ms-flex: 3;
    -o-box-flex: 3;
    box-flex: 3;
}

.ub-f4 {
    position: relative;
    -webkit-box-flex: 4;
    -moz-box-flex: 4;
    -ms-flex: 4;
    -o-box-flex: 4;
    box-flex: 4;
}

.ub-img {
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.ub-img1 {
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.ub-img2 {
    background-repeat: repeat-x;
    background-size: auto 100%;
}

.ub-img3 {
    background-repeat: repeat-y;
    background-size: 100% auto;
}

.ub-img4 {
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
}

.ub-img5 {
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.ub-img6 {
    background-repeat: no-repeat;
    background-position: center;
}

.ub-img7 {
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.tx-l {
    text-align: left;
}

.tx-r {
    text-align: right;
}

.tx-c {
    text-align: center;
}

.ut-s {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap !important;
    /* 规定段落中的文本不进行换行： */
    outline: 0 !important;
}

.ut-m {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: normal !important;
    outline: 0 !important;
}

.line1 {
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line2 {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line3 {
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
/*滚动条样式*/
/*修改滚动条样式*/

div::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    /**/
}
div::-webkit-scrollbar-track {
    background: rgb(226, 229, 238);
    border-radius: 0px;
}
div::-webkit-scrollbar-thumb {
    background: #bfbfbf;
    border-radius: 10px;
}
/*
div::-webkit-scrollbar-thumb:hover{
  background: #333;
}
div::-webkit-scrollbar-corner{
  background: #179a16;
}
*/
.marB {
    margin-bottom: 10px;
}

.w00 {
    width: 100%;
}
.w100 {
    width: 100%;
}
.white {
    background-color: #fff;
}
/*启用新事件dialog样式设置,修改密码弹框样式*/

/*.event-dialog .el-dialog__header {
	padding: 6px 20px 10px;
	border-bottom: 1px solid #e8e8e8;
}*/

.changePassword-dialog .el-dialog__header {
    border-bottom: 1px solid #e8e8e8;
}

.event-dialog .el-dialog__body,
.changePassword-dialog .el-dialog__body {
    padding: 6px 20px;
}

.event-dialog .el-form-item__label,
.changePassword-dialog .el-form-item__label {
    line-height: 24px;
}

.event-dialog .el-form-item,
.changePassword-dialog .el-form-item {
    /*margin-bottom: 10px;*/
}

/*退出弹框样式*/
.el-dialog {
    border-radius: 5px !important;
}
.exit-dialog .el-dialog__header,
.project_dialog .el-dialog__header,
.demo-dialog .el-dialog__header {
    border-bottom: 1px solid #e8e8e8;
}

.el-message__content {
    font-size: 18px !important;
}
/*表格样式*/

.fly-table-wrapper .el-table--enable-row-hover .el-table__body tr:hover {
    background-color: #f5f7fa;
}

.fly-table-title .cell {
    color: #4f92ff;
    font-size: 14px;
    font-weight: 500;
}

.home .el-table {
    background: #fff;
}
/* .home .el-table--enable-row-hover .el-table__body tr:hover>td{
	background: #e2e5ee;
} */
.home .el-table--enable-row-hover .el-table__body tr:hover > td.el-table__expanded-cell:hover {
    background: #fff !important;
}
.home .el-table--border,
.home .el-table--group {
    border: 1px solid #ddd !important;
    border-right: none;
}
.home .el-table td,
.home .el-table th.is-leaf {
    border-color: #ddd !important;
    padding: 1px 0 0 0;
    color: #6a6c6f;
}
/* .el-select .el-input--small .el-input__icon {
    line-height: 40px;
} */
.el-tree--highlight-current .el-tree-node.is-current > .el-tree-node__content {
    color: #4282e6 !important;
}
.attendance-list {
    margin-top: 10px;
    background-color: #fff;
    border-radius: 5px;
    padding: 20px 20px 0px;
    box-sizing: border-box;
}
.attendance-list .el-tree-node__content:hover {
    background: none;
    color: rgb(67, 129, 230);
}
.el-tree--highlight-current .el-tree-node > .el-tree-node__content .people {
    color: #ff8400;
}
.el-tree--highlight-current .el-tree-node.is-current > .el-tree-node__content .people {
    color: #ff8400 !important;
}
.tree .el-tree-node > .el-tree-node__content {
    height: 40px !important;
    line-height: 40px !important;
}
.tree .el-tree-node > .el-tree-node__content:hover {
    background-color: #f0f7ff !important;
}

.el-pagination.is-background .btn-next,
.el-pagination.is-background .btn-prev,
.el-pagination.is-background .el-pager li {
    min-width: 26px !important;
}
.el-pager li {
    height: 26px !important;
    line-height: 26px !important;
}

/* -----------------新UI--------------- */

.attendance-dialog .el-dialog__header {
    background: #4381e6;
    height: 30px;
    padding: 8px 20px;
    box-sizing: border-box;
    /* border-top-left-radius: 4px;
	border-top-right-radius: 4px; */
    font-size: 0;
    position: relative;
}
.attendance-dialog .el-dialog__header::before {
    position: absolute;
    left: 20px;
    top: 8px;
    height: 16px;
    width: 4px;
    background-color: #fff;
    border-radius: 2px;
    content: '';
}
.attendance-dialog .el-dialog__header .el-dialog__title {
    position: absolute;
    left: 22px;
    padding-left: 10px;
    color: #fff;
    height: 16px;
    line-height: 16px;
    display: inline-block;
    font-size: 14px;
}
.attendance-dialog .el-dialog__headerbtn {
    top: 4px;
}
.attendance-dialog .el-dialog__headerbtn .el-dialog__close {
    font-size: 14px;
    color: #fff;
}

.attendance-dialog .el-form.el-form--inline {
    margin-right: -10px;
}
.attendance-dialog .dialog-footer .el-button {
    height: 30px;
    line-height: 2px;
    font-size: 12px;
}
.del-dialog .dialog-footer {
    text-align: center;
}
.del-dialog .dialog-footer .el-button {
    height: 30px !important;
    line-height: 2px !important;
}
.del-dialog .del-content {
    text-align: center;
    font-size: 18px;
    color: #ff0000;
    letter-spacing: 2px;
}
.search-inline .el-input__validateIcon {
    display: none !important;
}
.search-inline .el-icon-search {
    color: #4381e6;
    font-size: 16px;
    cursor: pointer;
}
.attendance-dialog .el-divider {
    /* background-color: #4381e6; */
}
.attendance-dialog .el-divider__text.is-left {
    left: 0;
    color: #4381e6;
}
.attendance-dialog .add-shop {
    position: absolute;
    right: 0;
    bottom: -30px;
}

.attendance-dialog .el-form--label-top .el-form-item__label {
    padding: 0;
}
.el-input--small .el-input__icon {
    line-height: 34px !important;
}
.attendance-dialog .el-input--small .el-input__suffix {
    /* height: 32px; */
}

/* .attendance-dialog .el-dialog__header{
		padding: 10px 20px;
		background-color: #4381e6;
		color: #fff;
		border-radius: 5px 5px 0 0;
	}
	
.attendance-dialog .el-dialog__headerbtn .el-dialog__close{
	color: #FFFFFF;
}
.attendance-dialog .el-dialog__headerbtn{
	top: 6px!important;
	right: 20px;
	padding: 0;
	background: 0 0;
	border: none;
	outline: 0;
	cursor: pointer;
	font-size: 20px;
} */

.unit .el-input--small .el-input__inner {
    width: 180px;
}
.unit .el-form-item .el-form-item {
    margin-bottom: 20px;
}

.unit .checkTime.is-success .el-input__validateIcon {
    display: none;
}

.unit .checkTime .el-input__inner {
    padding-right: 10px;
}

.unit .domains {
    background: #ebf2fc;
    padding: 7px 0 0px 0;
    margin-bottom: 10px;
}

.unit .domains:hover .remove-accept {
    display: block;
}

.unit .sw {
    width: 180px;
}

.unit .el-date-editor.el-input {
    width: 180px;
}

/* ------------新列表相关样式------------------- */
.pagination {
    padding: 30px 20px 20px 0;
    text-align: right;
}
.pagination .el-pagination {
    font-weight: normal;
}

.event-content {
    background-color: #fff;
    border-radius: 4px;
    padding: 20px 20px 10px 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    box-sizing: border-box;
}

.event-content .el-form-item__label {
    font-size: 12px;
}

.event-btn-col {
    display: flex;
    align-items: center;
}
.el-form-item__label,
.el-form-item__content {
    line-height: 30px !important;
}
.event-content .el-form-item {
    margin-bottom: 0px;
}
.event-content .el-range-editor--small.el-input__inner {
    height: 34px;
}

.list-tips {
    height: 16px;
    line-height: 16px;
    font-size: 14px;
    color: #000000;
    padding-left: 8px;
    /* font-weight: 500; */
    border-left: 4px solid #409eff;
    /* margin: 4px 0 24px; */
    margin-bottom: 30px;
    border-radius: 2px;
}
.list-tipsradius {
    height: 16px;
    line-height: 16px;
    font-size: 14px;
    color: #000000;
    padding-left: 12px;
    margin-bottom: 30px;
    border-radius: 2px;
}
.list-tipsradius:before {
    border-left: none;
    content: '';
    position: absolute;
    width: 4px;
    height: 16px;
    background: #409eff;
    top: 0px;
    left: 0px;
    border-radius: 2px;
}

.bigTable >>> .el-table__body tr:hover > td {
    background: #f1f1f1 !important;
}
.bigTable .el-button--text {
    padding: 0;
    font-size: 12px;
}

.attendance-list-1 {
    margin-top: 10px;
    background-color: #fff;
    border-radius: 5px;
    padding: 20px 20px 20px;
    min-height: 775px;
}
.attendance-list-2 {
    margin-top: 1px;
    background-color: #fff;
    border-radius: 0 0 5px 5px;
    padding: 20px 20px 20px;
    height: 625px;
}
.table-list-content {
    margin-top: 10px;
    background-color: #fff;
    border-radius: 5px;
    padding: 20px 20px 0px;
    min-height: 775px;
}

#global-dialog-form {
    padding: 0px;
}
#global-dialog-form .el-form-item {
    margin-bottom: 0px;
}
#global-dialog-form div {
    box-sizing: border-box;
}
#global-dialog-form .el-input__inner {
    height: 30px;
}
#global-dialog-form .el-button--mini {
    width: 80px;
    height: 30px;
}

#global-search {
    border-radius: 4px;
    overflow: hidden;
    background-color: #fff;
    padding: 0px 20px;
    border: 1px solid #d7dfe3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

#global-search .el-form-item {
    margin-bottom: 0px;
}
#global-search div {
    box-sizing: border-box;
}
#global-search .el-input__inner {
    height: 30px;
}
#global-search .el-button--mini {
    width: 80px;
    height: 30px;
}
#global-search .search-more {
    height: 30px;
    line-height: 30px;
}
#global-search .search-more span {
    color: #409efe;
    cursor: pointer;
    font-size: 12px;
}
#global-search .search-more span i {
    margin-left: 5px;
}
#global-search .submit-btn {
    width: 80px;
    height: 30px;
}
#global-search .form-row {
    height: 70px;
}
#global-search .wl-tree-select {
    width: 100%;
}
#global-search .wl-tree-select .selected-box {
    height: 30px;
}
#global-search .wl-tree-select .selected-box.size-mini {
    min-height: 30px;
    line-height: 30px;
    width: 100%;
}
.action-btn {
    width: 80px;
    height: 30px;
}
.tips-title {
    width: 100%;
    height: 30px;
    overflow: hidden;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}
.tips-title .show-tips-sh {
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
}
.tips-title .show-tips-sh .bitao {
    height: 20px;
    width: 4px;
    margin-right: 8px;
    border-radius: 2px;
    background-color: #409eff;
}
.action-mini {
    width: 80px;
    height: 30px;
}
.tablegw-row1 {
    background: #edf2f5 !important;
}
.tablegw-row2 {
    background: #ffffff;
}
.tablegw-row2:hover td {
    background: #f5f7fa !important;
}
.tablegw-row2 td {
    background: #ffffff !important;
}
.newui-table .has-gutter tr {
    height: 34px;
}
#global-padination {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
}
#global-padination span:nth-child(1) {
    color: #6a6c6f;
    font-size: 12px;
    line-height: 30px;
}
/* 弹框详情公共样式 */
.baseInfo-list {
    border-radius: 4px;
}

.baseInfo-list-item{
    min-height: 34px;
    margin-top: -1px;
    border: 1px solid #EBEEF5;
}

.baseInfo-list-item>div:nth-child(1){
    width: 200px;
    min-height: 32px;
    line-height:32px;
    text-indent: 10px;
    font-size:12px;
    color:#333;
    border-right: 1px solid #EBEEF5;
}
.baseInfo-list-item>div:nth-child(2){
    min-height: 32px;
    line-height:32px;
    text-indent: 10px;
    font-size:12px;
    color:#333;
    padding:0 10px;
    box-sizing: border-box;
}
