/*重置样式 start*/
* {
	margin: 0;
	padding: 0;
}

body {
	-webkit-font-smoothing: antialiased;
}
div::-webkit-scrollbar {
	display: none;
}
ul,
ol {
	list-style: none;
}

img {
	border: 0;
	vertical-align: top;
}

a {
	text-decoration: none;
	color: #666;
}

a:focus {
	outline: none;
	border: 0;
}

i {
	font-style: normal;
}

table {
	table-layout: fixed;
}

h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
li,
a,
textarea,
span {
	word-break: break-word;

}

p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	/*-webkit-line-clamp: 3;*/
}

a:hover {
	text-decoration: none;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
dl,
dt,
dd,
ol,
ul,
li,
form,
table,
th,
td,
a,
img,
var,
em,
input,
textarea,
select,
option {
	margin: 0;
	padding: 0;
	font-weight: normal;
	-webkit-user-select: text !important;
}

em {
	font-style: normal;
}

html,
body {
	font-family: "微软雅黑", Helvetica, NotoSansHans-Regular, ArialMT, "思源黑体", "冬青黑体", "苹方", Arail, Tabhoma, "华文黑体", "黑体";
	text-align: left;
}

.clearfix {
	zoom: 1;
}

.clearfix:after,
.KitChenDiv:after,
.BaseBkt:after,
.SmartCommunity:after,
.SeriveTag:after,
.Scroll:after,
.container:after {
	content: "";
	display: block;
	clear: both;
	vertical-align: middle;
	height: 0;
}

select::-ms-expand {
	display: none;
}

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

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

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

textarea::-webkit-input-placeholder {
	color: #999;
}

textarea::-moz-placeholder {
	color: #999;
}

textarea::-ms-input-placeholder {
	color: #999;
}

select::-ms-expand {
	display: none;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
	-webkit-appearance: none;
	-webkit-user-select: none;
}

input,
textarea,
select {
	outline: none;
	border: 0;
	background: transparent;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	-webkit-user-select: none;
	vertical-align: middle;
	cursor: pointer;
}

textarea {
	resize: none;
	font-family: "微软雅黑", Helvetica, "思源黑体", NotoSansHans-Regular, ArialMT, "冬青黑体", "苹方", Arail, Tabhoma, "华文黑体", "黑体";
}

.imagespa {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}

.opc {
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
}

.fr {
	float: right;
}

.fl {
	float: left;
}

.popupmask,
.popupmask1 {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	display: none;
}

.hide {
	display: none;
}

.show {
	display: block;
}
