.fullWarp {
	height: 82vh;
}

.fullWarp>.el-card__body,
.fullWarp>.el-card__body>div,
.fullWarp>.el-card__body>div>.el-tabs,
.fullWarp>.el-card__body>div>.el-tabs>.el-tabs__content>.el-tab-pane,
.fullTableWrap>.el-card__body,
.fullTableWrap>.el-card__body>div,
.fullTableWrap>.el-card__body>div>div {
	height: 100%;
	padding-bottom: 0;
}

.fullWarp>.el-card__body>div>.el-tabs,
.fullWarp>.el-card__body>div>.el-tabs>.el-tabs__content>.el-tab-pane,
.fullWarp>.el-card__body>div,
.fullTableWrap>.el-card__body>div>div {
	display: flex;
	flex-direction: column;
}

.fullWarp>.el-card__body>div>.el-tabs>.el-tabs__content,
.fullTableWrap,
.fullTableWrap>.el-card__body>div>div>.el-table {
	flex: 1;
	height: 0;
}

.fullTableWrap>.el-card__body>div>div>.float-right {
	display: flex;
	justify-content: flex-end;
}

.el-drawer-style1 .el-drawer__header {
	padding: 15px !important;
	margin-bottom: 0;
	border-bottom: 1px solid #ebeef5;
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, .12);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, .12);
}

.el-drawer-style1 .el-drawer__header .el-drawer__title {
	color: #000;
	font-size: 24px;
}
.el-drawer-style1 .v-descriptions-header{
	font-size: 16px;
}
.el-drawer-style1 .el-drawer__footer {
	padding: 15px !important;
	display: flex;
	justify-content: center;
	border-top: 1px solid #ebeef5;
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, .12);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, .12);
}

.upload-file-uploader * {
	font-size: 14px !important;
}

.upload-file-uploader *,
.upload-file-uploader * {
	word-wrap: break-word;
	/* 允许在长单词内部换行 */
	word-break: break-all;
	/* 允许在任意位置换行 */
}

.upload-file-uploader .el-button>span,
.upload-file-uploader .el-link>span {
	white-space: nowrap;
}

.stepsStyle1 .el-step {
	padding-top: 30px;
}

.stepsStyle1 .el-step__description {
	position: absolute;
	top: 10px;
	width: 100%;
}

.stepsStyle1 .el-step__icon.is-icon {
	width: auto;
}

.stepsStyle1 .stepDian {
	width: 6px;
	height: 6px;
	padding: 6px;
	border-radius: 50%;
	background: #536dfe;
}

.stepsStyle1 .is-wait .el-step__line,
.stepsStyle1 .is-wait .stepDian {
	background: #a8abb2;
}

.stepsStyle1 .is-finish .el-step__line,
.stepsStyle1 .is-finish .stepDian {
	background: #67c23a;
}

.stepsStyle1 .el-step__head.is-finish {
	border-color: #67c23a;
	color: #67c23a;
}

.stepsStyle1 .stepDian.stepsWaring {
	background: #f56c6c;
}

.el-menu--horizontal .el-menu-item:not(.is-disabled):focus,
.el-menu--horizontal .el-menu-item:not(.is-disabled):hover {
	background-color: #536dfe !important;
	color: #FFF !important;
}

.pd15 .el-card__header,
.pd15 .el-card__body {
	padding: 15px;
}

.v-layout .el-scrollbar {
	padding-bottom: 0px !important;
}
img {
	/* 清除边框 */
	border: none;
	/* 解决图片模糊 */
	image-rendering: -webkit-optimize-contrast;
	/* 去除图片底侧空白缝隙 */
	vertical-align: middle;
	max-width: 100%;
}
img[src=''] {opacity: 0;}
.pic {
	position: relative;
}

.pic:before {
	display: block;
	content: '';
	padding-top: 60%;
}

.pic img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
	object-position: center center;
}

.fileImgBox .pic:before {
	padding-top: 129.3427%;
	padding-top: 80%;
	background-color: #f3f3f3;
	background-repeat: no-repeat;
	background-size: auto 30%;
	background-position: center center;
	background-image: url(../images/images.png);
}
.fileImgBox .pic img{
	object-fit: contain;
}
.tabsFullPage{
	height:85vh;
}
.tabsFullPage .el-tabs__content{
	height:100%;
	overflow-y: auto;
}
.card-pd10px .el-card__body,
.card-pd10px .el-card__header{
	padding:10px;
}
.card-style1 .el-card__header{
	background: #f5f7fa;
}
.tabs-style1 .el-tabs__item.is-active{
	color: #fff;
	background: #4054af;
}
.bjs-powered-by-lightbox,
.bjs-powered-by{
	display: none !important;
}