.chenhb-weui-table{
	width:100%;
	border-collapse: collapse;
	border-spacing: 0;
}
.chenhb-weui-table td,.chenhb-weui-table th{
	border: 1px solid #E5E5E5;
	height: 35px;
}
.chenhb-table-input [type=number]::-webkit-outer-spin-button,
.chenhb-table-input[type=number]::-webkit-inner-spin-button{
	-webkit-appearance: none !important;
	margin: 0;
}

.chenhb-onerow{
	overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    display:inline-block;
    color: initial;
}
/* 移除easyui 样式 */
blockquote, body, button, code, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, legend, li, ol, p, pre, table, td, textarea, th, ul{
	/* font:inherit; */
}


::-webkit-scrollbar {/*滚动条整体样式*/
       width: 5px;     /*高宽分别对应横竖滚动条的尺寸*/
       height: 0px;
   }
::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
       border-radius: 10px;
        -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
       background: #95BCEE;
   }
::-webkit-scrollbar-track {/*滚动条里面轨道*/
       -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
       border-radius: 10px;
       background: #D1D1D1;
   }	

.chenhb_hide{
	display: none;
}
.chenhb_show{
	display: block;
}
.chenhb_two_row{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.chenhb_input{
	border: 1px solid #C9AEAE;
	padding: 3px;
}
.annexDiv{
	margin:2px 0px;
}

/*在谷歌下移除input[number]的上下箭头*/
input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button{
    -webkit-appearance: none !important;
    margin: 0;
}
/*在firefox下移除input[number]的上下箭头*/
input[type="number"]{-moz-appearance:textfield;}
