/* 通用样式 */
.wt-clearFloat:after {
	display: block;
	content: '';
	clear: both;
}

.wt-clearFloat {
	zoom: 1;
}

.wt-text-ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.wt-hide{
	display: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

a{
	color: #000;
	text-decoration: none;
}

a:hover, a:focus{
	color: #000;
	text-decoration: none;
}

.pl-5{
	padding-left: 5px;
}

.pl-10{
	padding-left: 10px;
}

.pl-15{
	padding-left: 15px;
}


html{
	min-width: 1300px!important;
}


