html,
body {
	height: 100%;
	width: 100%;
	line-height: 1.414;
	color: #333;
	background-color: #F5F5F5;
	font-family: "Helvetica Neue", Helvetica, STHeiTi, sans-serif;
	font-size: 14px;
}

a:focus,
a:active {
	outline: none;
}

a,
a:focus,
a:hover {
	cursor: pointer;
	color: inherit;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
*{
	margin: 0;
}

.wtl-ellipsis {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.wtl-clearfix:after {
	content: "";
	display: table;
	clear: both
}

[class*=wtl-line] {
	position: relative
}

[class*=wtl-line]:after {
	content: " ";
	position: absolute;
	pointer-events: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	top: -50%;
	left: -50%;
	right: -50%;
	bottom: -50%;
	-webkit-transform: scale(.5);
	transform: scale(.5);
	border: 0 solid #ebedf0
}

.wtl-line--top:after {
	border-top-width: 1px
}

.wtl-line--left:after {
	border-left-width: 1px
}

.wtl-line--right:after {
	border-right-width: 1px
}

.wtl-line--bottom:after {
	border-bottom-width: 1px
}

.wtl-line--top-bottom:after {
	border-width: 1px 0
}

.wtl-line--surround:after {
	border-width: 1px
}

.tc {
	text-align: center;
}

.tr {
	text-align: right
}


.wtl-row {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.wtl-row-wrap{
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}

.wtl-row--item {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 0%;
	min-height: 20px;
}

.wtl-module {
	position: relative;
	width: 100%;
	margin-top: 10px;
	background-color: #fff;
}

.wtl-module.wtl-module-nomargin {
	margin-top: 0;
}
