@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: 39.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: 2.5%;
	border-left: 1px solid #bfbfbf;
	border-top: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
	top: calc(42% - 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, div.line.lineA5, div.line.lineA6 {
	width: 15%;
	top: calc(30% - 2%);
	height: 25%;
	border-left: 3px solid #5bb45b;
	border-bottom: 3px solid #5bb45b;
}
div.indexChart div.line.lineA1 {
	left: 10%;
}
div.indexChart div.line.lineA2 {
	left: 25%;
}
div.indexChart div.line.lineA3 {
	left: 39%;
}
div.indexChart div.line.lineA4 {
	left: 53%;
}
div.indexChart div.line.lineA5 {
	left: 68%;
}
div.indexChart div.line.lineA6 {
	left: 83%;
}


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: 10%;
}
div.indexChart div.line.lineB2 {
	left: 32%;
}

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;
	top: calc(41% - 8%);
}
div.indexChart div.value.bot {
	color: black;
	top: calc(41% - 3.5%);
}
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('../images/trend_up.gif'); 
	color: #e42431;
}
div.indexChart div.trend.down {
	 background-image: url('../images/trend_down.gif'); 
	color: #47a548;
}
div.indexChart div.trend.sub {
	color: white;
	padding: 2px;
	border-radius: 4px;
}
div.indexChart div.trend.sub.up {
	 background-image: url('../images/trend_up1.gif'); 
	background-color: #fb5347;
}
div.indexChart div.trend.sub.eq {
	background-color: #5470c6;
	text-indent: 0;
    padding: 2px 18px;
}
div.indexChart div.trend.sub.down {
	 background-image: url('../images/trend_down1.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: 37%;
    top: calc(64% - 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: 38%;
    top: calc(76% - 2%);
	height: 24px;
	line-height: 24px;
	font-size: 18px;
}
div.indexChart div.trend.clzcp {
	left: 37%;
    top: calc(83% - 2%);
}

div.indexChart div.label.xcp {
    left: 11%;
    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,div.indexChart div.label.xcp div.text2 {
	font-size: 12px;
	font-weight: bolder;
}
div.indexChart div.value.xcp {
	left: 15.5%;
    /* top: calc(41% - 2%); */
	height: 24px;
	line-height: 24px;
}
div.indexChart div.value.xcp_ld {
	left: 15.5%;
	height: 24px;
	line-height: 24px;
}

div.indexChart div.value.xcp_dw {
	left: 19.5%;
	height: 24px;
	line-height: 24px;
	font-size: 11px;
	font-family: math;
}
div.indexChart div.trend.xcp {
	left: 12%;
    top: calc(48% - 2%);
}

div.indexChart div.label.scp {
    left: 26%;
    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,div.indexChart div.label.scp div.text2 {
	font-size: 12px;
	font-weight: bolder;
}
div.indexChart div.value.scp_dw {
	left: 33.5%;
	height: 24px;
	line-height: 24px;
	font-size: 11px;
	font-family: math;
}
div.indexChart div.value.scp {
	left: 30.5%;
	height: 24px;
	line-height: 24px;
}
div.indexChart div.value.scp_ld {
	left: 30.5%;
	height: 24px;
	line-height: 24px;
}
div.indexChart div.trend.scp {
	left: 27%;
    top: calc(48% - 2%);
}

div.indexChart div.label.sc {
    left: 40%;
    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,div.indexChart div.label.sc div.text2 {
	font-size: 12px;
	font-weight: bolder;
}
div.indexChart div.value.sc {
	left: 44.5%;
	height: 24px;
	line-height: 24px;
}
div.indexChart div.value.sc_dw {
	left: 47.5%;
	height: 24px;
	line-height: 24px;
	font-size: 11px;
	font-family: math;
}
div.indexChart div.value.sc_ld {
	left: 44.5%;
	height: 24px;
	line-height: 24px;
}
div.indexChart div.trend.sc {
	left: 41%;
    top: calc(48% - 2%);
}

div.indexChart div.label.sg {
    left: 54%;
    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,div.indexChart div.label.sg div.text2 {
	font-size: 12px;
	font-weight: bolder;
}
div.indexChart div.value.sg {
	left: 58.5%;
	height: 24px;
	line-height: 24px;
}
div.indexChart div.value.sg_dw {
	left: 62.5%;
	height: 24px;
	line-height: 24px;
	font-size: 11px;
	font-family: math;
}
div.indexChart div.value.sg_ld {
	left: 58.5%;
	height: 24px;
	line-height: 24px;
}
div.indexChart div.trend.sg {
	left: 55%;
    top: calc(48% - 2%);
}

div.indexChart div.label.lycp {
	left: 14%;
    top: calc(64% - 2%);
	color: #eeae36;
}
div.indexChart div.label.lycp div.text0 {
	font-weight: bolder;
}
div.indexChart div.label.lycp div.text1,div.indexChart div.label.lycp div.text2 {
	font-weight: bolder;
}
div.indexChart div.value.lycp {
	left: 15%;
    top: calc(76% - 2%);
	height: 24px;
	line-height: 24px;
	font-size: 18px;
}
div.indexChart div.trend.lycp {
	left: 14%;
    top: calc(83% - 2%);
}

div.indexChart div.label.ls {
	left: 69%;
    top: calc(31% - 2%);
	color: #707070;
}
div.indexChart div.label.ls div.text0 {
	font-size: 12px;
	font-weight: bolder;
}
div.indexChart div.label.ls div.text1,div.indexChart div.label.ls div.text2 {
	font-size: 12px;
	font-weight: bolder;
}
div.indexChart div.value.ls {
	left: 73.5%;
	height: 24px;
	line-height: 24px;
}
div.indexChart div.value.ls_dw {
	left: 77.5%;
	height: 24px;
	line-height: 24px;
	font-size: 11px;
	font-family: math;
}
div.indexChart div.value.ls_ld {
	left: 73.5%;
	height: 24px;
	line-height: 24px;
}
div.indexChart div.trend.ls {
	left: 70%;
    top: calc(48% - 2%);
}

div.indexChart div.label.syy {
	left: 84%;
    top: calc(31% - 2%);
	color: #707070;
}
div.indexChart div.label.syy div.text0 {
	font-size: 12px;
	font-weight: bolder;
}
div.indexChart div.label.syy div.text1,div.indexChart div.label.syy div.text2 {
	font-size: 12px;
	font-weight: bolder;
}
div.indexChart div.value.syy {
	left: 88.5%;
	height: 24px;
	line-height: 24px;
}
div.indexChart div.value.syy_dw {
	left: 94%;
	height: 24px;
	line-height: 24px;
	font-size: 11px;
	font-family: math;
}
div.indexChart div.value.syy_ld {
	left: 88%;
	height: 24px;
	line-height: 24px;
}
div.indexChart div.trend.syy {
	left: 85%;
    top: calc(48% - 2%);
}

div.indexChart div.trend.sub.eq {
	background-color: #5470c6;
	text-indent: 0;
    padding: 2px 18px;
}