.text-color-100 {
	color: #303133;
}

.text-color-75 {
	color: #606266;
}


.text-color-50 {
	color: #909399;
}

.text-color-25 {
	color: #C0C4CC;
}

.text-size-1 {
	font-size: .1rem;
}

.text-size-2 {
	font-size: .2rem;
}

.text-size-3 {
	font-size: .3rem;
}

.text-size-3_5 {
    font-size: .35rem;
}

.text-size-4 {
    font-size: .4rem;
}

ul,
li {
	padding: 0;
	margin: 0;
	list-style: none
}

.line-horizontal {
	position: relative;
	margin: .1rem 0;
	width: 100%;
	height: 1px;
	background: #F2F6FC;
}
