@charset "UTF-8"; 

 * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

.my_container {
	position: absolute;
	width: 100%;
	height: 100%;
}
.el-date-table td.current:not(.disabled) span {
    color: #fff;
    background-color: #409eff;
}
.my_left {
	margin: 15px;
	border-right: 1px dashed #a6a6a6;
	min-width:200px;
	max-width:200px;
}
.green {
  color: teal;
}
.blue {
  color: blue;
}
.red {
  color: #e4393c;
}
.my_center{
	margin: 15px;
    border-right: 1px dashed #a6a6a6;
}

.my_right {
	flex: 1;
	margin: 15px;
}

.left_right {
	display: flex;
	position: absolute;
	width: 100%;
	height: 100%;
}

.head_info {
	background: #ededed;
	padding: 0.5rem;
	margin-bottom: 1rem;
}

.head_info>span {
	font-size: .7rem;
}

.el-cascader-panel .el-radio {
    width: 100%;
    height: 100%;
    z-index: 10;
    position: absolute;
    top: 10px;
    left:8px;
  }
  .shuaxin{
	  position: absolute;
	  top:10px;
	  right:10px;
	  width:30px;
	  height:30px;
	  font-size: 25px;
	  color:#c1bebe;
  }
  .shuaxin:hover{
	  cursor: pointer;
  }

.nav__ .el-scrollbar__wrap{
	overflow-x: hidden !important;
}
.el-header{
	background: #3c8dbc;
	background-size: cover;
	background-position:0px !important;
	
}
.appclass{
	position: relative;
}
.table_page{
	position: fixed;
    bottom: 5px;
    width: 100%;
    left: 10px;
    display: flex;
    align-items: center;
}
::-webkit-scrollbar {
	width: 7px; /*滚动条宽度*/
	height: 7px; /*滚动条高度*/
	background-color: white;
	}
	/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: rgba(221, 222, 224); /*滚动条的背景颜色*/
	}
	tbody{
		font-size:12px;
	}
  .el-table td{
  	padding:3px 0 !important;
  }
  .el-table th{
  	padding:3px 0 !important;
  }
  .el-table tr{
  	height:33px !important;
  }
  /**隐藏图片的上传框**/
.disabled .el-upload--picture-card{
    display: none
}
   .el-dialog__wrapper{
   		position: fixed;
	    top: 50%;
	    right: inherit;
	    left: 50%;
	    overflow: hidden;
	    margin: 0;
	    transform: translate(-50%, -50%);	
	    bottom: inherit;
   }
   .el-dialog{
   	margin:0 !important;
   }
   .mya{
		word-wrap:break-word;
	}
