html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: 400;
	font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB",Arial,sans-serif;
	vertical-align: baseline;
	word-break: break-word;
}
textarea::placeholder,
input::placeholder {
	color: #ccc;
	font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB",Arial,sans-serif;
	font-weight: 300;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
html{
    height: 100%;
}
body {
    height: 100%;
	line-height: 1;
	background-color: #f5f5f5;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset;
}
a, a:hover {
	text-decoration: none;
}
.clearfix:after{
	content: "";
	height: 0;
	visibility: hidden;
	display: block;
	clear: both;
}
.clearfix{ zoom: 1; }
.row {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.left {
	float: left;
}
.right {
	float: right;
}
.mart15 {
	margin-top: 15px;
}
.shadow {
	box-shadow: 0 0 10px 1px rgba(204, 204, 204, 0.3);
}
.btnlr-gradient {
    background: #1271b8;
}
.btnlr-gradient-orange {
	background: -webkit-linear-gradient(to right, #f2b251, #ed8e25);
	background: -o-linear-gradient(to right, #f2b251, #ed8e25);
	background: -moz-linear-gradient(to right, #f2b251, #ed8e25);
	background: linear-gradient(to right, #f2b251, #ed8e25);
}

.el-table__body .el-table__row > td .cell {
    padding-left: 10px;
}
.el-table__body .el-table__row > td:first-child .cell {
    padding-left: 20px;
}

strong{
	font-weight: 600;
}
strong span{
	font-weight: 600;
}