body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}
fieldset,img {border:0}

body {
	overflow-x: hidden;
}

a {
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-user-select: none;
	-moz-user-focus: none;
	-moz-user-select: none;
}
.link {
	color: #18a97a;
	text-decoration: underline;
}
ul,
ol {
	margin: 0;
	padding: 0;
	list-style: none;
}


input,
select,
textarea {
	outline: none;
	border: none;
	background: none;
}
.layui-textarea,textarea{
	resize: none;
}
.clearfix:after {
  content: ".";
  clear: both;
  display: block;
  overflow: hidden;
  font-size: 0;
  height: 0;
}
.clearfix {
  zoom: 1;
}
body {
  background-color: #ededed;
  color: #333;
}
.content {
  width: 1200px;
  margin: auto;
  background-color: #fff;
}
.fs10{
	font-size: 10px;
}
.fs12{
	font-size: 12px;
}
.fs14{
	font-size: 14px;
}
.fs16{
	font-size: 16px;
}
.pd30 {
  padding: 30px;
}
.pd30-lr {
  padding: 0 30px;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.readonly{
	background-color: #ededed;
	cursor: not-allowed;
}
.red {
	color: #ff5e63;
}
.blue {
	color: #3498db;
}
.c999 {
  color: #999;
}
.c666 {
  color: #666;
}
.green {
	color: #18a97a;
}
.orange{
	color: #f48f4a;
}
.green-bgc {
	background-color: #18a97a;
}
.blue-bgc {
	background-color: #3498db;
}
.gray-bgc{
	background-color: #888;
}
.orange-bgc{
	background-color: #f48f4a;
}
.bgf {
	background-color: #fff;
}
.df{
	display: flex;
}
.f1{
	flex:1;
}
.tac{
	text-align: center!important;
}
.tal{
	text-align: left!important;
}
.tar{
	text-align: right!important;
}
.layui-table-header .layui-table {
	width: 100%!important;
}

.layui-table-body .layui-table {
	width: 100%!important;
}
/*下拉框修改*/
#sugItem{
	z-index: 999999!important;
}
#sugItem .layui-table-header,#sugItem .layui-table-page{
	display: none;
}
#sugItem .layui-table-body{
	height: 100%!important;
}
