/*common css*/
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
input,
textarea,
div,
tr,
td,
p {
	margin: 0;
	padding: 0;
	list-style: none;
}

body {
	position: relative;
	font-family: "microsoft yahei", Arial, Helvetica, sans-serif;
}

body,
button,
input,
select,
textarea {
	font: 12px/1.6 tahoma, arial, 'Hiragino Sans GB', \5FAE\8F6F\96C5\9ED1, \5b8b\4f53, "WenQuanYi Micro Hei", sans-serif;
}

a {
	color: #333;
	text-decoration: none
}

/* a:hover{text-decoration:none;color:#ff4a00;} */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

ol,
ul,
li {
	list-style: none;
}

input,
button {
	border: none;
	outline: none;
	border-radius: initial;
	margin: 0;
	padding: 0;
	background: transparent;
}

/* 去除Chrome等浏览器文本框默认发光边框 */
input:focus,
textarea:focus {
	outline: none;
}

/* 禁止多行文本框textarea拖拽 */
textarea {
	resize: none;
}

/*全部英文字符下自动换行*/
p {
	word-break: break-all;
}

/* 禁止长按链接与图片弹出复制图片菜单 */
a,
img {
	-webkit-touch-callout: none;
}

/*禁止长按复制*/
/*在 iOS 上，输入框默认有内部阴影 清除输入框内阴影*/
input,
textarea {
	border: 0;
	/* 方法1 */
	-webkit-appearance: none;
	/* 方法2 */
}

/*弹性滑动*/
.naative-auto {
	overflow: auto;
	/* auto | scroll */
	-webkit-overflow-scrolling: touch;
}

/*单行省略......*/
.dwote {
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

/*多行行省略......*/
.dwwo-2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.dwwo-3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

/*css修改placeholder的颜色*/
::-webkit-input-placeholder {
	color: #a3abb8;
}

:-moz-placeholder {
	color: #a3abb8;
}

::-moz-placeholder {
	color: #a3abb8;
}

:-ms-input-placeholder {
	color: #a3abb8;
}

img {
	border: none;
	max-width: 100%;
}

.C {
	clear: both
}

.clearfix:after {
	content: '\20';
	display: block;
	height: 0;
	clear: both;
}

.container:after {
	content: '\20';
	display: block;
	height: 0;
	clear: both;
}

em,
i {
	font-style: normal;
}

.clearfix {
	*zoom: 1;
}

.left {
	float: left
}

.right {
	float: right
}

.container {
	width: 1200px;
	margin: 0 auto;
}

div,

li,

input,

textarea {
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
