/* 阿里图标库 */
@import "//at.alicdn.com/t/c/font_3212817_4o3a59vnr0x.css";

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

* html .clearfix {
	height: 1%;
}

*+html .clearfix {
	height: 1%;
}
.fl{
  float:left;
}
.fr{
  float: right;
}
/* 询问框 */
.com-confirm-title{
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.com-mask {
  background-color: rgb(0, 0, 0);
  position: fixed;
  opacity: 0.3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.com-confirm {
  position: fixed;
  background-color: #fff;
}
.com-confirm-title {
  padding: 0 80px 0 20px;
  height: 42px;
  line-height: 42px;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  color: #333;
  overflow: hidden;
  background-color: #F8F8F8;
  border-radius: 2px 2px 0 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}
.com-confirm-title::after {
  content: '';
  border-left: 3px solid #1492ff;
  height: 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto 0;
}
.com-confirm-setwin {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 0;
  line-height: initial;
}
.com-confirm-close {
  display: block;
  position: relative;
  width: 16px;
  height: 16px;
  margin-left: 10px;
  font-size: 12px;
  background: url(../../img/icon/icon-xxx.png) no-repeat;
  cursor: pointer;
}
.com-confirm-content {
  position: relative;
  padding: 40px;
  line-height: 24px;
  word-break: break-all;
  overflow: hidden;
  font-size: 14px;
  overflow-x: hidden;
  overflow-y: auto;
}
.com-confirm-btn {
  text-align: center;
  padding: 40px;
  padding-top: 0;
}
.com-confirm-btn0,.com-confirm-btn1 {
  /* width: 31.18%;
  height: 100%; */
  width: 110px;
  height: 36px;
  display: inline-block;
  line-height: 36px;
  font-size: 16px;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #1492ff;
  color: #1492ff;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.com-confirm-btn1 {
  color: white;
  background: -webkit-linear-gradient(to right, #25a1ee, #1e87e0);
  background: -o-linear-gradient(to right, #25a1ee, #1e87e0);
  background: -moz-linear-gradient(to right, #25a1ee, #1e87e0);
  background: linear-gradient(to right, #25a1ee, #1e87e0);
}
.com-confirm-btn0 {
  margin-left: 40px;
}
/* 提示框 */
.com-loading {
  width: 100%;
  height: 100%;
}
.com-loading-mask {
  /* background-color: rgb(0, 0, 0); */
  background: rgb(255,255,255);
  position: absolute;
  /* opacity: 0.3; */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.com-loading img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
/* 开关 */
.switch .switch-input{
  display: none;
}
.switch .switch-label{
  position: relative;
  box-shadow: #e6e6e6 0px 0px 0px 1px;
  width: 60px;
  height: 26px;
  line-height: 26px;
  display: inline-block;
  border-radius: 20px;
  background-color: #fff;
  color: #ccc;
  line-height: 26px;
  text-indent: 34px;
  margin-left: 20px;
  margin-top: 1px;
}
.switch .switch-label::before {
  content: '';
  position: absolute;
  left: 0;
  width: 26px;
  height: 26px;
  display: inline-block;
  border-radius: 26px;
  background-color: #fff;
  z-index: 20;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: 1px solid #e6e6e6;
}
.switch .switch-input:checked + label.switch-label::before {
  left: 33px;
}
.switch .switch-input:checked + label.switch-label{
  background-color: #2573b4;
  color: #fff;
  text-indent: 12px;
}

/* 开关 end */
/* 图标 */


.commonBar .slider{
  border-bottom: 1px solid #1761a7;
  background-size: 15px 15px;
  cursor: pointer;
}

.bs-leftbar > ul > li {
  padding-left: 35px;
  transition: all 0.2s;
}

.bs-leftbar .multi-item {
  background: rgb(16,94,169);
  margin-left: -35px;
  font-size: 14px;
  display: block;
}

.bs-leftbar ul li .multi-item a {
  text-indent: 48px;
}

.bs-leftbar .multi-item li > a{
  padding: 0;
}

.commonBar .slider-workbench{
  background: url("/static/img/icon/workbench.png") 18px 16px no-repeat;
}
.commonBar .slider-workbench1{
  background: url("/static/img/icon/resource.png") 18px 16px no-repeat;
}

.commonBar .tabActive1.slider-workbench{
  background: #197ede url("/static/img/icon/workbench_02.png") 18px 16px no-repeat;
}

.commonBar .slider-caseRegister{
  background: url("/static/img/icon/caseRegister.png") 18px 16px no-repeat;
}

.commonBar .tabActive1.slider-caseRegister{
  background: #197ede url("/static/img/icon/caseRegister_02.png") 18px 16px no-repeat;
}

.commonBar .slider-eventCenter{
  background: url("/static/img/icon/eventCenter.png") 18px 16px no-repeat;
}

.commonBar .tabActive1.slider-eventCenter{
  background: #197ede url("/static/img/icon/eventCenter_02.png") 18px 16px no-repeat;
}

.commonBar .slider-caselist{
  background: url("/static/img/icon/caselist.png") 18px 16px no-repeat;
}
.commonBar .tabActive1.slider-caselist{
  background: #197ede url("/static/img/icon/caselist_02.png") 18px 16px no-repeat;
}
.commonBar .slider-mycase{
  background: url("/static/img/icon/mycase.png") 18px 16px no-repeat;
}
.commonBar .tabActive1.slider-mycase{
  background: #197ede url("/static/img/icon/mycase_02.png") 18px 16px no-repeat;
}
.commonBar .slider-msg{
  background: url("/static/img/icon/msg.png") 18px 16px no-repeat;
}
.commonBar .slider-records{
  background: url("/static/img/icon/records.png") 18px 16px no-repeat;
}
.commonBar .tabActive1.slider-msg{
  background: #197ede url("/static/img/icon/msg_02.png") 18px 16px no-repeat;
}
.commonBar .slider-regi{
  background: url("/static/img/icon/registration.png") 18px 16px no-repeat;
}
.commonBar .tabActive1.slider-regi{
  background: #197ede url("/static/img/icon/registration_02.png") 18px 16px no-repeat;
}
.commonBar .slider-judicial{
  background: url("/static/img/icon/judicial.png") 18px 16px no-repeat;
}
.commonBar .tabActive1.slider-judicial{
  background: #197ede url("/static/img/icon/judicial_02.png") 18px 16px no-repeat;
}
/* .applyContent .bs-leftbar ul li a.tabActive1{
  background: #197ede;
} */
.handbook-icon{
  background: url("/static/img/icon/handbook.png") 18px 16px no-repeat;
  background-size: 18px 12px;
}
.bs-leftbar .tabActive1.handbook-icon{
  background: #197ede url("/static/img/icon/handbook_2.png") 18px 16px no-repeat;
  background-size: 18px 12px;
}
/* 图标 end */
.delete-bo{
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
.com-content{
  padding:0 50px  0 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 50px;
}
.com-col{
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #888888;
}
.com-text{
  width: 280px;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
}
.delete-header{
  height: 48px;
  border: solid 1px #dcdcdc;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  box-sizing: border-box;
}
.line-de{
  display: inline-block;
  width: 3px;
  height: 18px;
  background-color: #159ff0;
}
.left-delete{
  display: flex;
  align-items: center;
}
.line-text{
  margin-left: 10px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  color: #333333;
}
.text-box{
  width: 279px;
  height: 71px;
  border-radius: 4px;
  border: solid 1px #e6e6e6;
}
.setpad{
  padding:0 50px 0 64px !important;
}
.img-dialog{
  z-index: 11500 !important;
}
.img-dialog .el-input__inner{
  border: none;
  border-bottom: 1px solid #dcdfe6;
  border-radius: 0;
  background-color: #FFF;
  box-sizing: border-box;
  color: #606266;
  display: inline-block;
  font-size: inherit;
  height: 40px;
  line-height: 40px;
  outline: 0;
  padding: 0 15px;
  transition: border-color .2s cubic-bezier(.645,.045,.355,1);
  width: 100%;
}
.img-dialog .el-dialog__body {
  padding: 30px 20px;
}
.img-dialog .el-dialog .el-dialog__header{
  border: none !important;
}
.img-dialog .el-dialog__title{
  display: none;
}
.img-dialog .el-dialog__footer{
  text-align: right !important;;
  padding: 10px 20px 20px !important;;
}
.img-dialog .el-dialog__footer .dialog-footer{
  text-align: right !important;;
  margin-top: 0px !important;;
}
.img-dialog .el-dialog__footer .el-button{
  width: auto;
  height: auto;
  display: inline-block;
  font-size: 14px;
  border-radius: 4px;
}
.img-dialog .el-dialog__footer .el-button+.el-button{
  margin-left: 10px;
}
.img-dialog .imgCode {
    width: 100px;
    position: absolute;
    right: 0;
    top: 5px;
    color: #509ee6;
    background-color: transparent;
    border: none;
}

.setWidth70{
width: 70% !important;
}