body,
ul,
ol,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
input,
select,
textarea,
form,
th,
td {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
	font-weight: normal;
	font-size: 14px;
}

p {
	word-break: break-all;
}

img {
	border: none;
}

html,
body {
	width: 100%;
}

p {
	word-wrap: break-word;
}

ul,li,
ol {
	list-style: none;
}

input,
select,
textarea {
	outline: none;
	border: none;
	background: #fff;
	background-color: #fff;
}

textarea {
	resize: none;
}

a {
	text-decoration: none;
	
}

i {
	font-style: normal
}


/*清浮动*/

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.clearfix {
	zoom: 1;
}

input ::-webkit-input-placeholder {
	color: #ccc;
}

input :-moz-placeholder {
	color: #ccc;
}

input ::-moz-placeholder {
	color: #ccc;
}

input :-ms-input-placeholder {
	color: #ccc;
}

input::-ms-clear {
	display: none;
}

input::-ms-reveal {
	display: none;
}

#uploadPanl {
	clear: both;
}

.hidden {
	display: none;
}

.delFile {
	color: #0072C6;
}
/*========================================================*/
.layui-layer .layui-layer-btn .layui-layer-btn0 {
    border-color: #35A447;
    background-color: #35A447;
    color: #fff;
}
.layui-layer .layui-layer-title{
	color: #fff;
}
