
.flex{display: flex;display:-webkit-flex;justify-content: space-between;flex-wrap: wrap}
.flex-start{display: flex;display:-webkit-flex;justify-content: start;flex-wrap: wrap;}
::-webkit-scrollbar {width: 4px;height: 3px;}
::-webkit-scrollbar-thumb{border-radius: 10px;box-shadow: inset 0 0 5px rgba(0,0,0,0.2);background : rgba(0,0,0,0.2);}
::-webkit-scrollbar-track {box-shadow: inset 0 0 5px rgba(0,0,0,0.2);border-radius: 0;background: rgba(0,0,0,0.1);}

* { font-family:Arial,'Times New Roman','Microsoft YaHei',SimHei; margin: 0px; padding: 0px;-moz-box-sizing: border-box;-webkit-box-sizing: border-box; box-sizing: border-box;-webkit-text-stroke: 0px!important;-webkit-font-smoothing: antialiased !important; }
a {text-decoration: none;outline: none;tap-highlight-color: transparent;focus-ring-color: transparent;-webkit-tap-highlight-color: transparent;-webkit-focus-ring-color: transparent;-moz-tap-highlight-color: transparent;-moz-focus-ring-color: transparent;}
html { font-size: 62.5%; height: 100%; }

body { height: 100%; margin: 0 auto; width: 100% !important; max-width: 1920px;  font-size: 14px; font-size: 1.4rem; color: #262626; }

.no-border{border: 0px!important;}
/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand { display: none; }
/* 末尾省略号 */
.self-ellipsis {overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}

/* 多行末尾省略号 */
.self-ellipsis-1 {display: -webkit-box;overflow: hidden;white-space: normal!important;text-overflow: ellipsis;word-wrap: break-word;-webkit-line-clamp: 1;-webkit-box-orient: vertical;word-break: break-word;}
.self-ellipsis-2 {display: -webkit-box;overflow: hidden;white-space: normal!important;text-overflow: ellipsis;word-wrap: break-word;-webkit-line-clamp: 2;-webkit-box-orient: vertical;word-break: break-word;}
.self-ellipsis-3 {display: -webkit-box;overflow: hidden;white-space: normal!important;text-overflow: ellipsis;word-wrap: break-word;-webkit-line-clamp: 3;-webkit-box-orient: vertical;word-break: break-word;}
.self-ellipsis-4 {display: -webkit-box;overflow: hidden;white-space: normal!important;text-overflow: ellipsis;word-wrap: break-word;-webkit-line-clamp: 4;-webkit-box-orient: vertical;word-break: break-word;}

.dvc{padding-left: 10px; display: inline-block;vertical-align: middle;line-height: 46px;}
.dvc a{color: #262626;font-weight: bold}
.flex{display: flex;display:-webkit-flex;justify-content: space-between;flex-wrap: wrap}
input.time-icon{display: inline-block;vertical-align: middle;line-height: 26px;padding: 5px 10px; padding-left: 40px;background-position: 13px center; background-image: url("../images/time.png");background-repeat: no-repeat}
input.time-icon.small{line-height: 22px;padding: 5px 10px;}

::-webkit-input-placeholder { color: #999999; }
::-moz-placeholder { color: #999999; }
:-moz-placeholder { color: #999999; }
:-ms-input-placeholder { color: #999999; }
.no-margin{margin: 0!important;}
.c-nomr { margin-right: 0 !important; }
.c-noml { margin-left: 0 !important; }
.no-mgt{margin-top: 0!important;}
.no-pdt{padding-top: 0!important;}
.no-mgb{margin-bottom: 0!important;}
.no-mgl{margin-left: 0!important;}
.clear{clear: both;}
.fl{float: left;}
.fr{float: right;}
.vcib{display: inline-block;vertical-align: middle;}

.mgr5{margin-right: 5px!important;}
.mgr10{margin-right: 10px!important;;}
.mgr15{margin-right: 15px;}
.mgr20{margin-right: 20px;}
.mgr30{margin-right: 30px;}

.mgt2{margin-top: 2px!important;}
.mgt5{margin-top: 5px;}
.mgt10{margin-top: 10px;}
.mgt15{margin-top: 15px;}
.mgt20{margin-top: 20px;}
.mgt30{margin-top: 30px;}
.mgb5{margin-bottom: 5px;}
.mgb10{margin-bottom: 10px;}
.mgb15{margin-bottom: 15px;}
.mgb20{margin-bottom: 20px;}
.mgb30{margin-bottom: 30px;}
.mgl5{margin-left: 5px;}
.mgl10{margin-left: 10px!important;}
.mgl15{margin-left: 15px;}
.mgl20{margin-left: 20px;}
.mgl30{margin-left: 30px;}
.color-26{color: #262626;}
.color-333{color: #333;}
.color-666{color: #666;}
.color-999{color: #999;}
.color-blue{color: #3a5a97!important;}
.color-dcdcdc{color: #dcdcdc;}
.color-AAA{color: #AAA;}
.color-fff{color: #fff;}

.fs12{font-size: 12px;}
.fs14{font-size: 14px;}
.fs16{font-size: 16px;}
.fs18{font-size: 18px;}
.fs20{font-size: 20px!important;}
.fs22{font-size: 22px!important;}
.fs24{font-size: 24px;}
.fs26{font-size: 26px!important;}
.fs28{font-size: 28px;}
.fs30{font-size: 30px!important;}
.pad-24{padding: 24px}
.pad-lr-24{padding:0 24px}
.fwbold{font-weight: bold;}
.cursor-default{cursor: default;}
input[type=search]::-ms-clear{display: none;}  /*清除IE下的 search 叉号*/
input[type=text]::-ms-clear{display: none;}  /*清除IE下的 text 叉号*/
/* //针对Chrome浏览器 */
input::-webkit-search-cancel-button{display: none;}  /*清除谷歌浏览器下的 search 叉号*/


/********************************************** common **********************************************/
[v-cloak]{display:none}
.cke_maximized{z-index: 999!important;}
body,html{min-height: 100%;}
.table-top{margin-bottom: 16px}
.table-top .table-top-btn{margin :0 12px}
.dele-btn{background-color: transparent!important;}
.dele-btn:hover{background-color: var(--el-color-danger)!important;}
.tableListOrderInput{width: 60px;height: 24px}
.el-drawer__footer{text-align: left}
.el-drawer__header{margin-bottom: 0;font-weight: bold;color: #262626}
.page-bottom {height: 64px;background-color: #ffffff;margin-top: 20px;border-radius: 8px;  width:100%;margin-left: -26px;right: 0;position: fixed;bottom: 0px;z-index: 1001;padding-left: 23px}
.page-bottom .btn-box {margin: 0 auto;margin-top: 16px;}
.page-bottom .btn-box .el-button + .el-button {margin-left: 8px;}
body{background:#fff;
	width:100%!important;
	max-width:1920px;
	/*background-color: #CEE1F6;*/
	background-color: transparent;
	--base-bg-color:  #E6F4FF;
	--base-font-primary-color: #409eff;
	--base-font-color: #262626;

}
body .el-dialog{
	--el-border-radius-base: 8px;
}
body .el-button{
	--el-border-radius-base:6px;
}
body .el-form-item{
	--el-border-radius-base:4px;
}
a{color: #409eff}
a.unlin{text-decoration: underline;cursor: pointer}
.el-checkbox{
	--el-checkbox-checked-bg-color: #409eff!important;
	/*--el-checkbox-checked-icon-color: #409eff!important;*/
}
 /*面包屑*/
.breadcrumb{display: flex; align-items:center;margin-bottom: 16px  }
.breadcrumb .breadcrumbBack{width: 25px;height: 25px;display: flex; align-items:center; justify-content:center;background-color: #fff;border-radius: 4px;margin-right: 10px;}
.breadcrumb .breadcrumbBack .iconfont{color: #262626}
.breadcrumb .breadcrumbBack:hover{background-color: #F2F2F2}
.breadcrumb .breadcrumbBack:hover .iconfont{color: var(--base-font-primary-color);}
.breadcrumb .item a{font-size: 14px;color: #8c8c8c;cursor: pointer}
.breadcrumb .item .separate{display: inline-block;margin: 0 8px;color: #8c8c8c;}
.breadcrumb p.item:first-of-type a{font-weight: 600;font-size: 20px;color: var(--base-font-color);line-height: 28px;}


.page-top-nav{padding: 0 12px; background-color: #fff;border-radius: 8px; margin-bottom: 16px}
.page-top-nav .item{font-size: 16px;display: inline-block;cursor: pointer;line-height: 1}
.page-top-nav .item a{padding:23px 15px;color: var(--base-font-color);display: block}
.page-top-nav .item.active{ color: var(--base-font-primary-color);border-bottom: 4px solid var(--base-font-primary-color)}
.page-top-nav .item.active a{color: var(--base-font-primary-color);}
.page-top-nav .item:hover{color: var(--base-font-primary-color);border-bottom: 4px solid var(--base-font-primary-color)}
.page-top-nav .item:hover a{color: var(--base-font-primary-color);}
.top-nav .item{padding:23px 15px;}

/* 搜索 */
.seach-box{padding: 16px 24px 0 24px;border-radius: 8px;background-color: #fff;margin-bottom: 16px;}
.seach-box .el-form--inline .el-form-item{margin-bottom: 16px;margin-right: 25px;}
.seach-box .seach-item{min-width: 240px;width: 240px !important;}
.seach-box .el-form-item__label-wrap{margin-left: 0!important;}
.seach-box .text{padding-top: 6px;margin-right: 24px}
.content-main-box{background-color: transparent;margin-top: 16px;height: calc(100vh - 55px);overflow: auto;display: flex;flex-direction: column;}
.content-box{ background-color: #fff;padding: 24px;border-radius: 8px;flex: 1; }
/*overflow: auto*/
.content-box.no-bg{background-color: transparent!important;}
.content-box.no-pad{padding: 0!important;}
.content-box.content-box-bot{ height: calc(100vh - 120px);overflow:auto}
.content-box.content-box-bot.content-box-nav{ height: calc(100vh - 205px);overflow:auto;display: block;flex: unset}

.el-table__header-wrapper th{background-color: #F7F9FC!important;color: var(--base-font-color);}
.el-table .el-table__cell{padding: 15px 0!important;}
.table-empty{text-align: center;margin : 64px 0}
.el-table__empty-text{line-height: 1!important;}
.table-empty p{line-height: 1;margin-top: 10px}
/* 分页 */
.pagination-box{display: flex;flex-direction: row-reverse;margin-top: 16px;}
.pagination-box .el-pagination.is-background .btn-next,
.pagination-box .el-pagination.is-background .btn-prev,
.pagination-box .el-pagination.is-background .el-pager li{background-color: transparent;border:1px solid #D9D9D9;border-radius: 6px;}
.pagination-box .el-pagination.is-background .btn-next.is-active,
.pagination-box .el-pagination.is-background .btn-prev.is-active,
.pagination-box .el-pagination.is-background .el-pager li.is-active{border: 1px solid var(--base-font-primary-color); color: var(--base-font-primary-color);background: transparent;font-weight: 400; }
.pagination-box .el-pager li:hover{  border: 1px solid var(--base-font-primary-color)!important; color: var(--base-font-primary-color); }
.pagination-box .el-pagination button{border: unset!important;background: unset!important;}
.pagination-box .el-pagination button:hover{  border:unset!important; color: var(--base-font-primary-color)!important; }
.el-form-item__label{color: var(--base-font-color);}
.erroe-text{color: #FF4D4F;font-size: 12px}
.el-table__body .el-button+.el-button {margin-left: 2px;}
/*图片银行*/
.bodyClassPictures .content-main-box{max-height: 60vh;height: unset}
.bodyClassPictures .seach-box{padding: 0}
.bodyClassPictures .seach-box{margin-bottom: 0}
.bodyClassPictures .img-cont {display: flex;flex: 1;flex-direction: column;border-radius: 8px;background-color: #fff;}
.bodyClassPictures .img-cont .image-box-check {max-height: calc(100vh - 265px);min-height: calc(100vh - 265px);overflow: auto;flex: 1;}
.bodyClassPictures .img-cont .cont-box {margin-bottom: 20px;box-sizing: border-box;background-color: #F7F9FC;padding: 12px;border-radius: 8px;height: calc(60vh - 90px);overflow: auto}
.bodyClassPictures .img-cont .cont {box-sizing: border-box;}
.bodyClassPictures .img-cont .cont .item {position: relative;width: calc(100% / 6 - 6px);}
.bodyClassPictures .img-cont .cont .item .name {display: inline-block;white-space: nowrap;max-width: 100%;overflow: hidden;text-overflow: ellipsis;line-height: 1.4}
.bodyClassPictures .img-cont .cont .item .img {position: relative;height: 140px;overflow: hidden;border-radius: 6px;object-fit: cover;}
.bodyClassPictures .img-cont .cont .item .img .zz {position: absolute;height: 100%;width: 100%;left: 0;top: 0;z-index: 9;opacity: 0;background-color: rgba(0, 0, 0, 0.6);display: flex;align-items: center;justify-content: center;text-align: center;}
.bodyClassPictures .img-cont .cont .item .img .zz span {font-size: 16px;color: #fff;margin: 0 8px;cursor: pointer;}
.bodyClassPictures .img-cont .cont .item .img .checkbox {position: absolute;top: 6px;right: 6px;z-index: 10;}
/*.bodyClassPictures .img-cont .cont .item .img .checkbox:before {position: absolute;top: 6px;right: 6px;z-index: 10;content: '';background: #fff}*/
.bodyClassPictures .img-cont .cont .item .img:hover .zz {opacity: 1;}
.bodyClassPictures .img-cont .cont .item.check .zz{opacity: 1 !important;}
.bodyClassPictures .img-cont .cont .item .name-box {position: relative;margin-top: 12px;margin-bottom: 16px;font-size: 14px}
.bodyClassPictures .img-cont .cont .item .name-box .icon-bianji {opacity: 0;cursor: pointer;}
.bodyClassPictures .img-cont .cont .item .name-box:hover .icon-bianji {opacity: 1;}
.bodyClassPictures .img-cont .cont .item .image-slot {width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;font-size: 70px;background-color: #fff}
.bodyClassPictures .img-cont .cont .item .image-slot .icon {font-size: 46px}
.bodyClassPictures .el-checkbox__inner{border-radius: 50%}
.footerClassPictures.el-dialog__footer{padding-top: 0}


/*翻译弹框*/
.headerClassTranslate .title{font-weight: 600;font-size: 20px;color: #262626;}
.headerClassTranslate .title span{font-weight: 400;font-size: 14px;color: #262626;}
.bodyClassTranslate .content-main-box{max-height: 65vh;height: unset;margin-top: 6px}
.bodyClassTranslate .tr .name{font-size: 14px}
.bodyClassTranslate .translate-bot-tip{}
.bodyClassTranslate .translateTit{font-weight: 600;font-size: 14px;color: #262626;line-height: 14px;padding-left: 8px;border-left: 4px solid #1677FF;margin-bottom: 13px}
.bodyClassTranslate .translateTit span{font-weight: 400;font-size: 14px;color: #1677FF;}
.bodyClassTranslate .tit{font-weight: 400;font-size: 14px;color: #262626;margin-bottom:5px}
.bodyClassTranslate .languageBox{height: 65px;overflow: hidden;align-content: flex-start;}
.bodyClassTranslate .languageBox.active{height: 130px;overflow: auto}
.bodyClassTranslate .languageBox .item{width: 25%}
.bodyClassTranslate .more{text-align: right;font-weight: 400;font-size: 12px;color: #8C8C8C;line-height: 22px;}
.bodyClassTranslate .more span{cursor: pointer}
.bodyClassTranslate .more .icon-xiangxia.active{transform: rotate(180deg);display: inline-block}
.bodyClassTranslate .th{height: 40px; background: #F7F9FC;line-height: 40px;padding: 0 16px}
.bodyClassTranslate .th .name{font-weight: 600;font-size: 14px;color: #262626;}
.bodyClassTranslate .tr{padding:0 16px;border-bottom: 1px solid #E5E5E5;height: 40px }
.bodyClassTranslate .tr .name{line-height: 1; display: flex; align-items:center;font-size: 14px; color: #262626; }
.bodyClassTranslate .translate-bot-tip{margin-top: 24px;font-weight: 400;font-size: 12px;color: #262626;line-height: 22px;}
.loadingMessage .icon{ animation: rotate 2s linear infinite;display: inline-block;margin-right: 5px;color: #1677FF}
.loadingMessage  .el-message-icon--info{display: none}
.loadingMessage {background: #fff}
@keyframes rotate {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}



.img-upload {position: relative;width: 102px;height: 102px;background:#FAFAFA;cursor: pointer;border: 1px dashed #D9D9D9;border-radius: 0px;display: flex;align-items: center;justify-content: center;margin-right: 10px;}
.img-upload .icon {color: #262626;font-size: 14px;}
.img-upload:hover {border: 1px dashed #005fff;}
.img-upload:hover .icon {color: #005fff;}
.img-upload .add-box {position: absolute;height: 100%;width: 100%;display: flex;align-items: center;justify-content: center;font-size: 14px;color: #262626;}
.img-upload .add-box p{display: flex;flex-direction: column;line-height: 1;text-align: center}
.img-upload .add-box p span{display: inline-block;margin-top: 5px}
.img-upload .img-box {position: absolute;height: 100%;width: 100%;background-color: #fff;top: 0;left: 0;padding: 9px;}
.img-upload .img-box img {width: 100%;height: 100%;object-fit: contain;position: relative;z-index: 1;}
.img-upload .img-box .zz {opacity: 0;z-index: 9;position: absolute;height: 100%;width: 100%;background-color: rgba(0, 0, 0, 0.4);top: 0;left: 0;display: flex;align-items: center;justify-content: center;}
.img-upload .img-box .zz .icon {font-size: 14px;margin: 0 10px;color: #fff;position: relative;z-index: 99;}
.img-upload .img-box:hover .zz {opacity: 1;}
.img-upload-box .img-upload{border: 1px solid #c9c9c9;}
.img-upload-box .img-upload .img-box{padding: 10px;}

.content-item{background: #FFFFFF;border-radius: 8px;margin-bottom: 16px}
.content-item .content-item-title{padding: 16px 23px;font-weight: 600;font-size: 16px;color: #000000;border-bottom: 1px solid #F0F0F0}
.content-item-box{width: 100%;max-width: 770px;padding: 20px 24px}
.content-item .text-box{width: 50%;max-width: 450px;margin-bottom: 15px}
.content-item .text-box .name{display: inline-block;width: 70px;margin-right: 70px;font-size: 14px;color: #8C8C8C;}
.content-item .pro-item{margin-bottom: 16px;display: flex; align-items:center; }

.website-index .top-tip{font-weight: 400;font-size: 14px;color: #262626;line-height: 22px;}
.website-index .lable-tip{margin-left: 8px;font-size: 13px;color:#8C8C8C;}
.website-index .icon-wenhao1{color: #4794FF;font-size: 12px;position: relative;top: -5px}

.social-index .top-tip{background: #F7F9FC;border-radius: 6px;font-weight: 400;font-size: 14px;color: #8C8C8C;line-height: 20px;padding: 15px 24px;margin-bottom: 24px;}
.social-index .top-tip p{  line-height: 20px;}
.social-index .newSocialBox .el-form-item__label{display: none;position: relative;top: -20px}
.social-index .social-box{margin-top: 12px}
.social-index .social-box .item{width: 120px;padding: 12px 0}
.social-index .social-box .item:hover{background: #F7F9FC;}
.social-index .social-box .img{width: 60px;height: 60px;margin: 0 auto}
.social-index .social-box .name {font-size: 14px; color: #262626;display: block;white-space:nowrap;max-width:100%;overflow:hidden;text-overflow:ellipsis;text-align: center;margin: 10px 0}
.social-index .social-box .active{text-align: center;opacity: 0}
.social-index .social-box .active a{margin :0 5px;cursor: pointer}
.social-index .social-box .item:hover .active{opacity: 1}

.bodyClassImportRedirection .upload-demo {height: 147px;background: #FAFAFA;border-radius: 8px;border: 1px solid #D9D9D9;display: flex; align-items:center; justify-content:center;}
.bodyClassImportRedirection .upload-demo .icon-shangchuan3{font-size: 35px;color:#1677FF}
.bodyClassImportRedirection .upload-demo input {width: 100%;height: 100%;position: absolute;top: 0;left: 0;opacity: 0;z-index: 99;}
.bodyClassImportRedirection .upload-demo .text1 {display: block;}
.bodyClassImportRedirection .upload-demo .text2 {display: none;color: var(--base-color);}
.bodyClassImportRedirection .upload-demo .el-icon--upload {font-size: 60px;color: #a8abb2;margin-top: 15px;}
.bodyClassImportRedirection .upload-demo p {margin-top: 15px;}
.bodyClassImportRedirection .upload-demo p span {color: var(--base-color);}
.bodyClassImportRedirection .upload-demo .active {background: #ecf5ff;border: 1px dashed #005fff;}
.bodyClassImportRedirection .upload-demo .upload-demo:after {content: '';width: 100%;height: 100%;position: absolute;top: 0;left: 0;display: none;z-index: 999;}
.bodyClassImportRedirection .upload-demo .upload-demo:hover:after {display: block;}
.bodyClassImportRedirection .img-upload {height: 147px;background: #FAFAFA;border-radius: 8px;border: 1px solid #D9D9D9;width: 100%}
.bodyClassImportRedirection .img-upload .icon {color: #9da0a5;font-size: 22px;}
.bodyClassImportRedirection .img-upload .add-box {position: absolute;height: 100%;width: 100%;display: flex;align-items: center;justify-content: center;}
.bodyClassImportRedirection .img-upload .img-box {position: absolute;height: calc(100% - 20px);width: calc(100% - 50px);background-color: transparent;top: 10px;left: 25px;display: flex; align-items:center;  }
.bodyClassImportRedirection .img-upload .img-box p{display: flex; align-items:center;}
.bodyClassImportRedirection .img-box:hover .zz  {opacity: 1;}
.bodyClassImportRedirection .img-box img {width: 100%;height: 100%;object-fit: contain;position: relative;z-index: 1;}
.bodyClassImportRedirection .img-box .zz {opacity: 0;z-index: 9;position: absolute;height: calc(100% + 20px);width: calc(100% + 20px);background-color: #fff;top: -10px;left: -10px;background-color: rgba(0, 0, 0, 0.4);display: flex;align-items: center;justify-content: center;}
.bodyClassImportRedirection .img-box .zz.icon {font-size: 20px;margin: 0 12px;color: #fff;position: relative;font-weight: bold;z-index: 99;}
.bodyClassImportRedirection .down{text-align: right;margin-bottom: 15px}
.bodyClassImportRedirection .tip{margin-top: 24px;font-weight: 400;font-size: 12px;color: #262626;line-height: 22px;}

.bodyClassIntelligence{border-top: 1px solid #CAD7E9;padding-top: 20px}
.bodyClassIntelligence .contIntelligencecustom{max-height: 50vh;overflow: auto;padding-right: 5px}
.bodyClassIntelligence .contIntelligencecustom::-webkit-scrollbar { width: 8px; background: transparent;  }
.bodyClassIntelligence .contIntelligencecustom::-webkit-scrollbar-corner, .bodyClassIntelligence .contIntelligencecustom::-webkit-scrollbar-thumb, .bodyClassIntelligence .contIntelligencecustom::-webkit-scrollbar-track { border-radius: 4px; }
.bodyClassIntelligence .contIntelligencecustom::-webkit-scrollbar-corner, .bodyClassIntelligence .contIntelligencecustom::-webkit-scrollbar-track {  background-color: transparent; box-shadow: inset 0 0 1px transparent; }
.bodyClassIntelligence .contIntelligencecustom::-webkit-scrollbar-thumb {  background-color: #fff;box-shadow: inset 0 0 1px transparent; }
.bodyClassIntelligence .item{margin-bottom: 23px}
.bodyClassIntelligence .item .tit{font-size: 14px; color: #262626;margin-bottom: 10px}
.bodyClassIntelligence .item .cont .cont-text{background-color: #fff;border-radius: 8px;padding: 12px}
.bodyClassIntelligence .item .handel .handle-btn{cursor: pointer; margin-top:8px;width: 32px;height: 32px;background: #FFFFFF;border-radius: 8px;margin-right: 4px;text-align: center;line-height: 32px;display: flex; align-items:center; justify-content:center;}
.bodyClassIntelligence .item .handel .handle-btn .icon{font-size: 20px;color: #8E97A1}
.footerClassIntelligence .dialog-footer{text-align: left}
.breadcrumb p.item:last-of-type{color: #8c8c8c;}

.el-table{position: relative;width: 100%;}
.el-table tr th, .el-table tr td, .el-table tr td *{font-family: Arial;}
.el-input.is-disabled .el-input__inner{color: #bfbfbf;background-color: #f5f5f5;}
.el-image img{
	max-height:100%;
	max-width:100%;
	width:auto !important;
	height: auto !important;
}
.el-pager li.more svg{display: none}
.el-pager li.more::before {
	content: "\e69f";
	font-family: "iconfont" !important;
}
.el-pager li.btn-quickprev:hover::before {content: "\e6ef"}
.el-pager li.btn-quicknext:hover::before {content: "\e6f0"}
.el-table th.el-table__cell{overflow: auto;width: 100%}
.el-table th.el-table__cell .cell{max-width: 320px;width: auto;white-space: nowrap;word-break: break-word;display: inline;}

.bodyClassCropper{position: relative;width: 100%;display: flex;align-items: flex-start;justify-content: space-between;flex-wrap: wrap}
.bodyClassCropper .left{position: relative;width: 50%}
.bodyClassCropper .left .cropperTit{font-weight: 600;font-size: 14px;color: #262626;line-height: 14px;padding-left: 8px;border-left: 4px solid #1677FF;margin-bottom: 13px;display: flex;align-items: center;justify-content: space-between}
.bodyClassCropper .left .cropperTit .iconfont{font-weight: 400;font-size: 14px;color: #262626;transform: rotate(-90deg)}
.bodyClassCropper .left .cropperTit .iconfont.active{transform: rotate(0deg)}
.bodyClassCropper .left .tit{font-weight: 400;font-size: 14px;color: #262626;margin-bottom:5px}

.bodyClassCropper .right{position: relative;width: 48%}
.bodyClassCropper .cropper-image-box { height: 426px;background-color: #fff; border: 1px dashed #DDDDDD; display: flex; align-items: center; justify-content: center;}
.bodyClassCropper .cropper-image-box .cropper-image-box-inner { width: 426px; height: 426px;min-width: 426px; min-height: 426px;}
.bg1 { background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC');}
.bg2 { background-color: #ffffff;}
.bg1 .cropper-wrap-box { width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5);}
.cropper-modal { background-color: unset; opacity: 1;}
.cropper-face { opacity: 0;}
.cropper-container { width: 424px !important;}
.bodyClassCropper .el-form-item .el-form-item__label{margin-bottom: 0}
.bodyClassCropper .el-form-item .input-group{margin-right: 10px}
.cropper-container{direction:ltr;font-size:0;line-height:0;position:relative;-ms-touch-action:none;touch-action:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.cropper-container img{image-orientation:0deg;display:block;height:100%;max-height:none!important;max-width:none!important;min-height:0!important;min-width:0!important;width:100%}.cropper-canvas,.cropper-crop-box,.cropper-drag-box,.cropper-modal,.cropper-wrap-box{bottom:0;left:0;position:absolute;right:0;top:0}.cropper-canvas,.cropper-wrap-box{overflow:hidden}.cropper-drag-box{background-color:#fff;opacity:0}.cropper-modal{background-color:#000;opacity:.5}.cropper-view-box{display:block;height:100%;outline:1px solid #39f;outline-color:rgba(51,153,255,.75);overflow:hidden;width:100%}.cropper-dashed{border:0 dashed #eee;display:block;opacity:.5;position:absolute}.cropper-dashed.dashed-h{border-bottom-width:1px;border-top-width:1px;height:33.33333%;left:0;top:33.33333%;width:100%}.cropper-dashed.dashed-v{border-left-width:1px;border-right-width:1px;height:100%;left:33.33333%;top:0;width:33.33333%}.cropper-center{display:block;height:0;left:50%;opacity:.75;position:absolute;top:50%;width:0}.cropper-center:after,.cropper-center:before{background-color:#eee;content:" ";display:block;position:absolute}.cropper-center:before{height:1px;left:-3px;top:0;width:7px}.cropper-center:after{height:7px;left:0;top:-3px;width:1px}.cropper-face,.cropper-line,.cropper-point{display:block;height:100%;opacity:.1;position:absolute;width:100%}.cropper-face{background-color:#fff;left:0;top:0}.cropper-line{background-color:#39f}.cropper-line.line-e{cursor:ew-resize;right:-3px;top:0;width:5px}.cropper-line.line-n{cursor:ns-resize;height:5px;left:0;top:-3px}.cropper-line.line-w{cursor:ew-resize;left:-3px;top:0;width:5px}.cropper-line.line-s{bottom:-3px;cursor:ns-resize;height:5px;left:0}.cropper-point{background-color:#39f;height:5px;opacity:.75;width:5px}.cropper-point.point-e{cursor:ew-resize;margin-top:-3px;right:-3px;top:50%}.cropper-point.point-n{cursor:ns-resize;left:50%;margin-left:-3px;top:-3px}.cropper-point.point-w{cursor:ew-resize;left:-3px;margin-top:-3px;top:50%}.cropper-point.point-s{bottom:-3px;cursor:s-resize;left:50%;margin-left:-3px}.cropper-point.point-ne{cursor:nesw-resize;right:-3px;top:-3px}.cropper-point.point-nw{cursor:nwse-resize;left:-3px;top:-3px}.cropper-point.point-sw{bottom:-3px;cursor:nesw-resize;left:-3px}.cropper-point.point-se{bottom:-3px;cursor:nwse-resize;height:20px;opacity:1;right:-3px;width:20px}@media (min-width:768px){.cropper-point.point-se{height:15px;width:15px}}@media (min-width:992px){.cropper-point.point-se{height:10px;width:10px}}@media (min-width:1200px){.cropper-point.point-se{height:5px;opacity:.75;width:5px}}.cropper-point.point-se:before{background-color:#39f;bottom:-50%;content:" ";display:block;height:200%;opacity:0;position:absolute;right:-50%;width:200%}.cropper-invisible{opacity:0}.cropper-bg{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC")}.cropper-hide{display:block;height:0;position:absolute;width:0}.cropper-hidden{display:none!important}.cropper-move{cursor:move}.cropper-crop{cursor:crosshair}.cropper-disabled .cropper-drag-box,.cropper-disabled .cropper-face,.cropper-disabled .cropper-line,.cropper-disabled .cropper-point{cursor:not-allowed}
