* {
	outline: none;
	margin: 0;
	padding: 0;
}
html, body {
  min-width: 1200px;
	background-color: #F5F6FA !important;
	height: 100%;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
  color: #333;
}
.container {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	text-decoration: none !important;
  color: #00B38A;
}
a:link {
	text-decoration: none !important;
}
a:visited {
	text-decoration: none !important;
}
ul, ol{
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 0;
}
.none {
	display: none !important;
}
.clearfix:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}

.color {
	color: #00B38A;
}
.text-danger {
  color: #dc3545;
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 1rem;
  font-style: normal;
}
@font-face {
  font-family: 'iconfont';  /* Project id 3207170 */
  src: url('//at.alicdn.com/t/font_3207170_7rhvln430eo.woff2?t=1652783861605') format('woff2'),
       url('//at.alicdn.com/t/font_3207170_7rhvln430eo.woff?t=1652783861605') format('woff'),
       url('//at.alicdn.com/t/font_3207170_7rhvln430eo.ttf?t=1652783861605') format('truetype');
}

.mt-3m {
	margin-top: 1rem;
}
.mt-5 {
	margin-top: 5px;
}
.mt-10 {
	margin-top: 10px;
}
.mt-15 {
	margin-top: 15px;
}
.mt-20 {
	margin-top: 20px;
}
.mt-30 {
	margin-top: 30px;
}

i, em {
  font-style: normal;
}
input, button {
	overflow: visible;
	vertical-align: middle;
	outline: none;
	border: 0;
}
button,
input[type="button"],
input[type="submit"] {
	line-height: normal !important;
	cursor: pointer;
}
