article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

img {
	width: auto\9;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}

button,
input {
	*overflow: visible;
	line-height: normal;
}

body {
	margin: 0;
	font-size: 14px;
	color: #333333;
	background-color: #ffffff;
}

html,
body,
p,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
}

ul,
ol,
li {
	list-style: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

a {
	color: #333;
	text-decoration: none;
}

/* 清除浮动 */
.clearfix {
	*zoom: 1;
}

.clearfix:before,
.clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}

.clearfix:after {
	clear: both;
}


/* 主题颜色 */
.theme-bgcolor {
	background: #c30e23;
	color: #fff;
}

.theme-color {
	color: #c30e23;
}
.require-char{
	color: red;
	margin-left: 5px;
	margin-top: 2px;
}
.des {
	display: flex;
	display: -webkit-flex;
}