﻿@charset "utf-8";

/* 公共样式 */
[v-cloak] {
	display: none
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-overflow-scrolling: touch
}

ol, ul, li {
	list-style: none
}

i, em {
	font-style: normal
}



.c-black {
	color: #000
}

.c-blue {
	color: #4e89ef !important
}

.c-blue-new {
	color: #4e69ee !important
}

.c-orange {
	color: #ff7e16 !important
}

.c-red {
	color: #ff524c !important
}

.c-green {
	color: #50cb4f !important
}

.c-lgreen {
	color: #f7a400 !important
}

.b-white {
	background-color: #fff !important
}