	.layui-inline > .layui-form-showlabel{
		position: relative;
	    float: left;
	    display: block;
	    padding: 9px 5px;
	    font-weig	ht: 400;
	    line-height: 20px;
	    text-align: right;
	    width:150px;
	}
	.showFiledHeight{
		height: 36px;
		line-height: 36px;
	}
	.divbottomborder{
 		border: 1px solid #e6e6e6; 
	}
/* 	一个字单位 二个字单位 */
	.showfiledstyle_unit2{
		width:calc(100% - 33px - 5px);
		/* padding-top: 5px; */
	}
/* 	一个字单位 */
	.showfiledstyle_unit1{
		width:calc(100% - 20px - 5px);
		/* padding-top: 5px; */
	}
	.showfiledstyle{
		float: left !important;
	}
	
	.divbottomborder > .showfiledunit1,.showfiledunit2{
		width:33px;
		float: right;
		line-height: 20px;
		padding: 9px 5px 7px 2px;
		text-align: right;
	}
	
	.divbottomborder > .showfiledunit2{
		width:33px;
		background-color: #e6e6e6;
	}
	
	.divbottomborder > .showfiledunit1{
		width:20px;
		background-color: #e6e6e6;
	}
	
	.divbottomborder .showfiled_oldNum,.showfiled_newNum{
		padding-right: 5px;
		padding-top:2px;
		float: right;
		line-height: 15px;
		width: 90%;
		text-align: right;
	}
	.divbottomborder .showfiled_oldNum{
		border:none;
		text-decoration: line-through;
	}
	
	.divbottomborder .showfiled_oldStr,.showfiled_newStr,.showfiled_NorStr,.showfiledstyle_Str{
		width: 100%;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    white-space: nowrap;
	    word-break: keep-all;
	}
	
	.divbottomborder .showfiled_oldStr,.showfiled_newStr{
		padding-left:5px;
		line-height:15px;
		float: left;
	}
	.divbottomborder .showfiled_NorNum{
		float: right;
		border: none;
	    width: 90%;
	    height: 36px;
	    line-height: 36px;
	    padding: 0 5px;
	    text-align: right;
	}
	.divbottomborder .showfiled_newNum,.showfiled_newStr{
		color: red;
	}
	
	.showfiled_NorStr{
		padding-left:5px;
		line-height: 36px;
		border:none;
	}
	.divbottomborder .showfiled_oldStr{
		padding-top: 2px;
		border:none;
		text-decoration: line-through;
	}
	.divbottomborder .showfiledunit,.showfiled{
		float: left;
		line-height: 20px;
		padding-top: 5px;
	}
	
	.showfiledtextnormol,.showfiledtextupdate{
		float: left !important;
	    height: 88px;
	    overflow: auto;
	    border: 1px solid #e6e6e6; 
	    padding: 5px;
	}
	.showfiledtextnormol,.showfiledtextupdate h3,span{
	}
	.showfiledtextnormol{
	    width: 525px;
	}
	.showfiledtextupdate{
	    width: 425px;
	}
	
	.divscrollbar::-webkit-scrollbar {
	 width: 8px;
	}
	.divscrollbar::-webkit-scrollbar-track {
		background-color:white;
	 	-webkit-border-radius: 2em;
	 	-moz-border-radius: 2em;
	 	border-radius:2em;
	}
 	.divscrollbar::-webkit-scrollbar-thumb {
 		background-color:#e6e6e6;
 		-webkit-border-radius: 2em;
		-moz-border-radius: 2em;	
 		border-radius:2em;
	}