/**
  * 展开
  */
.expandSpan{
	color: #C28D3E;
	font-size: 18px;
}
.layui-btn{
	/*position: absolute;
	margin-left: 100px;
	margin-bottom: -100px;*/
	z-index: 100;
	/*display: inline-block;*/
    height: 38px;
    line-height: 38px;
    padding: 0 18px;
    background-color: #009688;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
}
.jobName{
	text-align: center;
	  font-family: 'SimSun Bold', 'SimSun Regular', 'SimSun';
	  position: absolute;
	  width: 100%;
	  height: 40px;
	margin-bottom: -20px;
	
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    color: white;
     border-bottom: 1px solid #E6E6E6;
     padding: 20px 0;
     
}
.layui-upload-file{display:none!important;opacity:.01;filter:Alpha(opacity=1)}
.layui-upload-choose{display: block;}
li[undo]{
	cursor: default;
}
.layui-layer-btn .layui-layer-btn0 {
    border-color: #009688 !important;
    background-color: #009688 !important;
    color: #fff !important;
}