.i-text {
	font-size: 14px;
	border-radius: 50%;
	border: 1px solid #39a4ff;
	color: #39a4ff;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 0.54rem;
	height: 0.54rem;
	line-height: .54rem;
	margin: 0;
	margin-right: 0.2rem;
}

.i-text2 {
	color: #fff;
	font-size: .4rem;
}

.text-jump {
	color: #39a4ff;
}

.w40 {
	width: 40px;
}

.w80 {
	width: 80px;
}

.iconaudio [class^="icon-"], .iconaudio {
	font-family: 'iconaudio' !important;
}

.iconaudio [class^="icon-"]:before, .iconaudio[class^="icon-"]:before {
	content: '';
	display: none;
}

main .error {
	text-align: center;
	display: flex;
	height: 100%;
	color: red;
}

main .warn {
	text-align: center;
	display: flex;
	height: 100%;
	color: orange;
}

.fld-isLike.like-0 {
	color: #fefefe;
}

.fld-isLike.like-1 {
	color: #cccccc;
}

.fld-isLike.like-2 {
	color: #FF5722;
}