
body {
	font-size: 14px;
    font-family: Arial, 微软雅黑, sans-serif;
    color: #898989;
	-webkit-text-size-adjust: 100%;
	margin: 0;
	padding: 0; 
}


a:link,
a:visited {
    color: #898989;
	text-decoration: none;
}
a:link:hover,
.suppliedby a:hover {
	color: #898989;
	text-decoration: underline;
}
#Main {
	max-width: 897px;
	width: 100%;
	margin: 0 auto;
	-webkit-text-size-adjust: 100%;
}

.text-right{
	text-align: right !important;
}
/* pdf */
.pdf-cont {
	text-align: right;
}

.pdflink {
	position: relative;
}

/* header area */
.header {
	margin-top: 10px;
	font-size: 1em;
	width: 100%;
}
.header-item {
	border: 1px solid #004e97;
	border-left: none;
	color: #ffffff;
	text-align: center;
	padding: 10px 15px;
	font-weight: bold;
	background: #004e97;
}
.header-item:first-child {
	border-left: 1px solid #DBDBDB;
}

/* company presentation */
.companyPresentation {
	padding: 10px 5px 25px 5px;
	text-align: justify;
}
.companyPresentation p {
	margin: 0;
	line-height: 30px;
}
table{
	width: 100%;
}

.col-left,
.col-right{
	float: left;
}
.col-left{
	width: 60%;
	max-width: 538px;
}
.col-right{
	width: 40% !important;
	max-width: 358px;
}
.col-left:after,
.col-right:after{
	content: '';
	display: block;
	clear: both;
}
/* sharegraph */
.sharegraph-title {
	text-align: left;
	padding: 10px;
	border: 1px solid #004e97;
    font-weight: bold;
    text-transform: none;
    background: #004e97;
	color: #ffffff;
	margin: 0;
}
.sharegraph-cont {
	margin-bottom: 1em;
}
.sharegraph-desktop {
	width: 100%;
	/* max-width: 720px; */
}
.sharegraph-mobile {
	display: none;
	width: 100%;
	max-width: 460px;
	margin: 0 auto;
}

/* sharedata */
.sharedata {
	width: 100%;
	font-size: 1em;
	margin-bottom: 1.5em;
}
.heading {
	font-size: 1.33em !important;
    color: #DE0015  !important;
    font-weight: bold;
}
.sharedata-date td {
	text-align: left;
	padding: 10px;
	font-weight: bold;
	text-transform: none;
	border: 1px solid #004e97;
	background: #004e97;
	color: #ffffff;
}


.sharedata-date td:last-child {
	border-left:0;
}
.sharedata-table td {
	padding: 0.6em;
}
.sharedata-table td:first-child {
	border-left:0px solid #DBDBDB;
}
.sharedata-table td:last-child {
	border-right:0px solid #DBDBDB;
}

.BLue {
    background: #004e97;
    padding: 0.6em;
	border: 0;
	color: #ffffff;
}
tr.even td{
	padding: 0.6em;
	
}

tr.odd td {
	padding: 0.6em;
}
tr.odd,
td.name.odd,
td.data.odd{

	background: #d2d2d2;
}

tr.even  {

}

/* keyfigures */
.keyfigures-cont td:first-child {
	border-left:0px solid #DBDBDB;
}
.keyfigures-table {
	width: 100%;
	font-size: 1em;
}

	.keyfigures-cont p {
		margin: 0;
		padding-left: 10px;
	}

.subheading {
	font-weight: bold;
}
.keyfigures-tableheading {
	text-align: left;
	border: 1px solid #DBDBDB;
	border-left:0;
	background: #F4F4F4;
    color: #000;
	padding: 10px;
	font-weight: bold;
}

.keyfigures-tableheading.sub {
	background: #fff;
}
.keyfigures-tableheading:not(:nth-child(1)) {
	text-align:right;
}
.data {
	text-align: right;
}

span.NumberClass {
    direction: ltr;
    unicode-bidi: bidi-override;
}
.keyfigures-tableheading:first-child {
	border-left:1px solid #DBDBDB;
}

.sharedata .name {
	width: 50%;
}
.name, .data {
	padding: 10px;
	border-bottom: 0px solid #DBDBDB;
	border-right: 0px solid #DBDBDB;
}
/* .keyfigure-tablerow:nth-child(odd) td,
.sharedata-table:nth-child(odd) td {
	background: #f1f1f1;
} */


/* graphs */


.img-cont {
	display: block;
	/* 	max-width: 219px;
	width: 100%; */
	max-width: 440px;
	margin: 0 auto 2em 20px;
	padding: 10px;
	border: 1px solid #DBDBDB;
}
.img-cont:first-child {
	margin-top: 0;
}
.img-cont img{
	max-width: 316px;
	width: 100%;
	display: block;
}
/* .img-cont p {
	text-align: left;
	border-bottom: 1px solid #c30721;
	font-weight: bold;
	padding: 8.4px;
	margin-top: 0;
} */

/* footer */
.footer {
	box-sizing: border-box;
	/* margin-top: 20px; */
	padding-top: 10px;
	font-size: 14px;
	padding: 10px 0;
	text-align: left;
	position: relative;
	border-top: 1px solid #DBDBDB;
	clear: both;
}

.left-footer,
.right-footer {
	float: left;
	width: 50%;
}
.right-footer {
	text-align: right;
}

.left-footer  > a {
	display: inline-block;
}
.right-footer img {
	max-width: 173px;
	width: 100%;
	max-width: 173px;
}
.footer-heading {
	font-weight: bold;
	margin-bottom: 10px;
}
.suppliedby {
	text-align: right;
	margin-top: 5px;
}
/*note*/
.note {
	text-align: right;
	margin-top: 5px;
	font-style: italic;
	font-size: 11px;
}

/* media queries */

@media (max-width: 780px) {
	.col-left,
	.col-right{
		width: 100% !important;
		max-width: none;
	}
	.col-right{
		/* margin-top: 2em; */
	}
}
@media (max-width: 767px) {
	body {
		font-size: 12px;
	}
	.left-footer,
	.right-footer,
	.suppliedby {
		width: 100%;
		text-align: center;
	}
	.img-cont{
		margin: 0 auto;
	}
	.right-footer{
		margin-top: 1em;
	}
}
@media (max-width: 375px) {
	.header-item:first-child {
		border-left: 0;
	}
	.header-item {
		display: block;
	}
}

th.KeyFigures-Heading.KeyFigures-Name.Left.BLue {
    text-align: left;
}th.KeyFigures-Heading.KeyFigures-Name.Left.BLue {
    text-align: left;
}
