/*公共样式*/

* {
	margin: 0;
	padding: 0;
}

.clearfix {
	clear: both;
}

.pos-rel {
	position: relative;
}

.add-active:active {
	background-color: #F5F5F5;
}

input {
	outline: none;
	-webkit-appearance: none;
}

textarea {
	-webkit-appearance: none;
	border-radius: 0;
}

.bottom-fix {
	position: fixed;
	bottom: 0;
}

.dot {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.am-container {
	max-width: 1200px;
}
