* {
	touch-action: pan-y;
	/* touch-action: none; */
}

body,
html {
	background-color: #FFFFFF;
	font-size: 14px;
	padding: 0;
	margin: 0;
	font-family: "黑体", "microsoft yahei","Roboto", Helvetica, Arial, "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", sans-serif;
}

ul,
li {
	list-style: none;
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	padding: 0;
	margin: 0;
}

input,
select,
textarea {
	font-family: "黑体", 'Helvetica Neue', Helvetica, sans-serif;
	font-size: inherit;
}

a {
	text-decoration: none;
	color: #333333;
}

a:hover {
	text-decoration: underline;
	color: #00AACA;
}

img {
	border: none;
}

.common-touch:active {
	opacity: .6;
}

.common-bold {
	font-weight: bold;
}

.common-clear {
	font-size: 0;
	height: 0;
	line-height: 0;
	clear: both;
}

.common-m-top {
	margin-top: 20px !important;
}

.common-m-top-small {
	margin-top: 15px;
}
.common-m-top-mini {
	margin-top: 10px;
}

/*自动换行*/
.common-wordwrap {
	table-layout: fixed;
	word-break: break-all;
	overflow: hidden;
	word-wrap: break-word;
}

/*省略号*/
.common-ellipsis {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.common-border-box {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.common-clear {
	font-size: 0;
	height: 0;
	line-height: 0;
	clear: both;
}

.common-tac {
	text-align: center;
}

.common-tar {
	text-align: right;
}

.common-p-tb {
	padding: 60px 0;
}

.common-p-tb-1 {
	padding: 80px 0;
}

.common-select {
	height: 32px;
	width: 180px;
	border: 1px solid #E5E5E5;
}
