* {
	outline: none;
}

body {
	font-size: 14px;
	color: #333;
	font-family: 'PingFang SC','microsoft yahei','Open Sans',Arial,sans-serif;
	-webkit-text-size-adjust: 100% !important;
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale !important;
	text-rendering: optimizeLegibility !important;
}

body.en-us {
	font-family: Arial,sans-serif;
}

body.ja-jp {
	font-family: Arial,'MS Mincho',sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	color: #333;
	font-family: 'PingFang SC','microsoft yahei','Open Sans',Arial,sans-serif;
}

body.en-us h1, body.en-us h2, body.en-us h3, body.en-us h4, body.en-us h5, body.en-us h6 {
	font-family: Arial,sans-serif;
}

body.ja-jp h1, body.ja-jp h2, body.ja-jp h3, body.ja-jp h4, body.ja-jp h5, body.ja-jp h6 {
	font-family: Arial,'MS Mincho',sans-serif;
}

.clearfix::before, .clearfix::after {
	content: '';
	display: block;
	clear: both;
}

.red {
	color: #f00 !important;
}

.green {
	color: #34a52a !important;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

a {
	color: inherit;
	text-decoration: none;
	cursor: pointer;
}

a:hover, a:focus {
	text-decoration: none;
	outline: none !important;
	color: inherit;
}

ul {
	padding: 0px;
	margin: 0px;
}

li {
	list-style: none;
}

h1, .h1, h2, .h2, h3, .h3 {
	margin-top: 0px;
}

h4, .h4, h5, .h5, h6, .h6 {
	margin-top: 0px;
	line-height: 1.5em;
}

p:last-child {
	margin-bottom: 0px;
}

input[disabled] {
	cursor: not-allowed;
}

.wrap {
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
	background-color: #f5f6f7;
	min-height: 30px;
}

.wrap .section-title {
	margin: 0 0 10px;
}

.wrap .card {
	border-radius: 8px 8px 8px 8px;
	background-color: #fff;
	overflow: hidden;
	padding: 12px;
}

.wrap .card.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-align-items: center;
}

.wrap .section-banner {
	position: relative;
}

.wrap .section-banner img {
	display: block;
	width: 100%;
	height: auto;
}

.wrap .section-banner .page-title {
	position: absolute;
	font-size: 30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	width: 100%;
	text-align: center;
    color: #fff;
}

.wrap .section-banner .range {
	position: absolute;
	font-weight: bold;
	left: 0;
	width: 100%;
	text-align: center;
	bottom: 30px;
    color: #fff;
}

.wrap .section-banner .page-meta {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
	bottom: 10px;
    color: #fff;
}

.wrap .section-desc {
	padding: 24px;
	font-size: 16px;
    text-align: center;
}

.wrap .section-data-image {
	padding: 0 12px;
}

.wrap .section-data-image img {
	display: block;
	width: 100%;
	height: auto;
}

.wrap .section-pie {
	padding: 0 12px;
	margin-top: 12px;
}

.wrap .section-bar {
	padding: 0 12px;
	margin-top: 12px;
}

.wrap .chart-item {
	width: 100%;
	height: calc(100vw - 24px);
	max-height: 676px;
}

.wrap .section-group {
	padding: 0 12px;
}

.wrap .group-title {
	color: white;
	background: #0e4893;
	padding: 8px 12px;
	border-radius: 8px;
	margin-top: 12px;
}

.wrap .archive-item {
	padding: 24px;
	margin-top: 12px;
}

.wrap .archive-item:last-child {
	margin-bottom: 12px;
}

.wrap .archive-item .archive-title {
	display: block;
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 12px;
	margin-bottom: 12px;
	border-bottom: 1px solid #eee;
}

.wrap .archive-item .archive-meta {
	margin-bottom: 5px;
	color: #888;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.wrap .archive-item .archive-meta .meta-type {
	margin-right: 10px;
}

.wrap .archive-item .archive-meta .meta-item {
	margin-right: 10px;
	margin-bottom: 5px;
}

.wrap .archive-item .archive-meta .meta-list {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.wrap .archive-item .archive-meta .archive-type {
	color: #fff;
	font-size: 12px;
	background: #909399;
	padding: 3px 8px;
	border-radius: 4px;
}

.wrap .archive-item .archive-meta .archive-type.type1 {
	background: #FC3200;
}

.wrap .archive-item .archive-meta .archive-type.type2 {
	background: #909399;
}

.wrap .archive-item .archive-meta .archive-type.type3 {
	background: #67C23A;
}

.wrap .archive-item .archive-desc {
	color: #888;
}

.wrap .footer img {
	display: block;
	width: 100%;
	height: auto;
}
