@charset "utf-8";
/* CSS Document */
* {
	font-family: "microsoft yahei";
}
div.indexChart {
	position: relative;
}
div.indexChart * {
	font-size: 14px;
}
div.indexChart > div {
	position: absolute;
}

div.indexChart div.line {
	
}
div.indexChart div.line.line0 {
	width: 2.5%;
	border-top: 1px solid #bfbfbf;
	border-left: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
	height: 52.5%;
	top: calc(20% - 2%);
	left: 5%;
}
div.indexChart div.line.line1 {
	width: 10%;
	/*border-bottom: 1px solid #5bb45b;*/
	top: calc(55% - 2%);
	left: 7.5%;
}

div.indexChart div.line.line2 {
	width: 7.5%;
	border-left: 1px solid #bfbfbf;
	border-top: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
	top: calc(55% - 2%);
	left: 7.5%;
	height: 35%;
}

div.indexChart div.line.lineA0 {
	width: 10%;
	top: calc(30% - 2%);
	height: 25%;
	border-bottom: 3px solid #5bb45b;
	left: 25%;
}
div.indexChart div.line.lineA1, div.line.lineA2, div.line.lineA3, div.line.lineA4 {
	width: 15%;
	top: calc(30% - 2%);
	height: 25%;
	border-left: 3px solid #5bb45b;
	border-bottom: 3px solid #5bb45b;
}
div.indexChart div.line.lineA1 {
	left: 35%;
}
div.indexChart div.line.lineA2 {
	left: 50%;
}
div.indexChart div.line.lineA3 {
	left: 65%;
}
div.indexChart div.line.lineA4 {
	left: 80%;
}

div.indexChart div.line.lineB0 {
	width: 10%;
	top: calc(65% - 2%);
	height: 25%;
	border-bottom: 3px solid #eeae36;
	left: 25%;
}
div.indexChart div.line.lineB1, div.line.lineB2 {
	width: 22%;
	top: calc(65% - 2%);
	height: 25%;
	border-left: 3px solid #eeae36;
	border-bottom: 3px solid #eeae36;
}
div.indexChart div.line.lineB1 {
	left: 35%;
}
div.indexChart div.line.lineB2 {
	left: 57%;
}

div.indexChart div.label {
	
}
div.indexChart div.value {
	text-align: center;
	color: #000;
	font-weight: bolder;
}
div.indexChart div.value.up {
	color: #e42431;
}
div.indexChart div.value.down {
	color: #47a548;
}
div.indexChart div.value.sub {
	color: black;
}
div.indexChart div.trend {
	height: 15px;
	line-height: 15px;
	text-indent: 20px;
	color: #000;
	background: no-repeat center left;
}
div.indexChart div.trend.up {
	background-image: url(trend_uph.gif);
	color: #e42431;
}
div.indexChart div.trend.down {
	background-image: url(trend_downh.gif);
	color: #47a548;
}
div.indexChart div.trend.sub {
	color: white;
	padding: 2px;
	border-radius: 4px;
}
div.indexChart div.trend.sub.up {
	background-image: url(trend_upz.gif);
	background-color: #fb5347;
}
div.indexChart div.trend.sub.down {
	background-image: url(trend_downz.gif);
	background-color: #6ce937;
}



div.indexChart div.label.zzs200 {
	left: 8%;
    top: calc(5% - 2%);
	color: #0216ff;
}
div.indexChart div.zzs200text {
	left: 7.5%;
    top: calc(16% - 2%);
	width: 230px;
	background-color: #e42431;
	font-size: 20px;
	color: white;
	height: 30px;
	line-height: 30px;
	border: 2px solid #e42431;
	text-align: center;
}
div.indexChart div.label.zzs200 div.text0 {
	font-size: 16px;
	font-weight: bold;
	color: #000;
}
div.indexChart div.label.zzs200 div.text1 {
	font-size: 16px;
	font-weight: bolder;
}
div.indexChart div.value.zzs200 {
	left: calc(7.5% + 230px);
    top: calc(16% - 2%);
	width: 150px;
	height: 30px;
	line-height: 30px;
	border: 2px solid #e42431;
	border-left: none;
	/*background-color: #efffdb;*/
	background-color: white;
	color: black;
	font-size: 20px;
	text-align: left;
	text-indent: 15px;
}
div.indexChart div.trend.zzs200 {
	left: calc(7.5% + 230px + 85px);
    top: calc(19% - 2%);
}

div.indexChart div.label.clzcp {
	left: 8%;
    top: calc(37% - 2%);
	color: #5bb45b;
}
div.indexChart div.label.clzcp div.text0 {
	font-weight: bolder;
}
div.indexChart div.label.clzcp div.text1 {
	font-weight: bolder;
}
div.indexChart div.value.clzcp {
	left: 10%;
    top: calc(51% - 2%);
	width: 20%;
	height: 30px;
	line-height: 30px;
	border: 2px solid #5bb45b;
	/*background-color: #d8ae77;*/
	background-color: white;
	font-size: 18px;
}
div.indexChart div.trend.clzcp {
	left: 20%;
    top: calc(44% - 2%);
}

div.indexChart div.label.xcp {
    left: 38%;
    top: calc(31% - 2%);
	color: #707070;
}
div.indexChart div.label.xcp div.text0 {
	font-size: 12px;
	font-weight: bolder;
}
div.indexChart div.label.xcp div.text1 {
	font-size: 12px;
	font-weight: bolder;
}
div.indexChart div.value.xcp {
	left: 38%;
    top: calc(41% - 2%);
	height: 24px;
	line-height: 24px;
}
div.indexChart div.trend.xcp {
	left: 37%;
    top: calc(48% - 2%);
}

div.indexChart div.label.scp {
    left: 53%;
    top: calc(31% - 2%);
	color: #707070;
}
div.indexChart div.label.scp div.text0 {
	font-size: 12px;
	font-weight: bolder;
}
div.indexChart div.label.scp div.text1 {
	font-size: 12px;
	font-weight: bolder;
}
div.indexChart div.value.scp {
	left: 53%;
    top: calc(41% - 2%);
	height: 24px;
	line-height: 24px;
}
div.indexChart div.trend.scp {
	left: 52%;
    top: calc(48% - 2%);
}

div.indexChart div.label.sc {
    left: 68%;
    top: calc(31% - 2%);
	color: #707070;
}
div.indexChart div.label.sc div.text0 {
	font-size: 12px;
	font-weight: bolder;
}
div.indexChart div.label.sc div.text1 {
	font-size: 12px;
	font-weight: bolder;
}
div.indexChart div.value.sc {
	left: 68%;
    top: calc(41% - 2%);
	height: 24px;
	line-height: 24px;
}
div.indexChart div.trend.sc {
	left: 67%;
    top: calc(48% - 2%);
}

div.indexChart div.label.sg {
    left: 83%;
    top: calc(31% - 2%);
	color: #707070;
}
div.indexChart div.label.sg div.text0 {
	font-size: 12px;
	font-weight: bolder;
}
div.indexChart div.label.sg div.text1 {
	font-size: 12px;
	font-weight: bolder;
}
div.indexChart div.value.sg {
	left: 83%;
    top: calc(41% - 2%);
	height: 24px;
	line-height: 24px;
}
div.indexChart div.trend.sg {
	left: 82%;
    top: calc(48% - 2%);
}

div.indexChart div.label.lycp {
	left: 10%;
    top: calc(72% - 2%);
	color: #eeae36;
}
div.indexChart div.label.lycp div.text0 {
	font-weight: bolder;
}
div.indexChart div.label.lycp div.text1 {
	font-weight: bolder;
}
div.indexChart div.value.lycp {
	left: 10%;
    top: calc(86% - 2%);
	width: 20%;
	height: 30px;
	line-height: 30px;
	border: 2px solid #eeae36;
	/*background-color: #78dcfa;*/
	background-color: white;
	font-size: 18px;
}
div.indexChart div.trend.lycp {
	left: 22.5%;
    top: calc(79% - 2%);
}

div.indexChart div.label.ls {
	left: 38%;
    top: calc(66% - 2%);
	color: #707070;
}
div.indexChart div.label.ls div.text0 {
	font-size: 12px;
	font-weight: bolder;
}
div.indexChart div.label.ls div.text1 {
	font-size: 12px;
	font-weight: bolder;
}
div.indexChart div.value.ls {
	left: 38%;
    top: calc(76% - 2%);
	height: 24px;
	line-height: 24px;
}
div.indexChart div.trend.ls {
	left: 37%;
    top: calc(83% - 2%);
}

div.indexChart div.label.syy {
	left: 60%;
    top: calc(66% - 2%);
	color: #707070;
}
div.indexChart div.label.syy div.text0 {
	font-size: 12px;
	font-weight: bolder;
}
div.indexChart div.label.syy div.text1 {
	font-size: 12px;
	font-weight: bolder;
}
div.indexChart div.value.syy {
	left: 60%;
    top: calc(76% - 2%);
	height: 24px;
	line-height: 24px;
}
div.indexChart div.trend.syy {
	left: 59%;
    top: calc(83% - 2%);
}