#jgpjTab {
    width: 4.8rem;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    height: .6rem;
    border: 1px solid #ddd;
    border-radius: 2px
}

#jgpjTab li {
    text-align: center;
    line-height: .6rem;
    width: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex-grow: 1;
    font-size: 12px;
    color: #666
}

#jgpjTab li.cur {
    background: #ddd;
    color: #333;
    font-weight: bold
}

.chart {
    font-size: 12px;
    overflow: hidden
}

.chart .klegend,.Blegend {
    float: right;
    padding-right: 16px
}

.chart .klegend li,.Blegend li {
    float: left
}

.chart .klegend li {
    padding-right: .4rem;
    position: relative
}

.chart .klegend li {
    padding-right: .6rem;
    position: relative
}

.chart .Blegend li {
    padding-right: .44rem;
    position: relative
}

.chart ul li::before {
    content: '';
    width: 6px;
    height: 6px;
    position: absolute;
    border-radius: 100%;
    top: 50%;
    margin-top: -3px;
    left: -0.2rem
}

.chart ul li.cirY::before {
    background: #feba56
}

.chart ul li.cirB::before {
    background: #74adf2
}

.chart ul li.cirG::before {
    background: #66c266
}

.chart ul li.cirR::before {
    background: #f06f6f
}

.chart ul li.cirDG::before {
    background: #4cb74c
}

.chart ul li:last-child {
    padding-right: 0
}

.chart .chartHeader {
    padding: .38rem 0 .18rem
}

.chart .chartHeader span {
    color: #999;
    padding-left: 16px
}

.info-cont #barChart,#lineChart {
    //height: 3.6rem;
    height: 5rem;
    width: 100%;
    margin-bottom: .44rem;
    float: left
}
#targetPriceChart{
	//position:relative;
	margin-bottom: .44rem;
}
#targetPriceChart .barLists{
	//position:absolute;
	//top:50%;
	width:100%;
	//transform:translate(0,-50%);
	//-webkit-transform:translate(0,-50%);
	//-moz-transform:translate(0-50%);
	//-o-transform:translate(0-50%);
	box-sizing:border-box;
}
.info-cont .dOrg {
    background: #f06f6f
}

.info-cont .org {
    background: #feba56
}

.info-cont .dGre {
    background: #4cb74c
}

.info-cont .gre {
    background: #66c266
}

.info-cont .blu {
    background: #74adf2
}

.barLists{
	padding:0 16px;
}
.barLists li{
	margin-top:0.2rem;
}
.barLists li:first-child{
	margin-top:0;
}
.barLists .title{
	font-size:14px;
	color:#9A9A9A;
}
.barLine span,.barLine i,.barLine b{
	display:inline-block;
	box-sizing:border-box;
	height:0.35rem;
	line-height:0.35rem;
	vertical-align:top;
}
.barLine{
	height:0.35rem;
}
.barLine .barContainer{
	//border:1px solid red;
	width:70%;
	float:left;
}
.barLine .txt{
	width:30%;
	float:left;
	text-align:right;
	font-size:14px;
	font-weight:normal;
	color:#313131;
}
.barLine .bar{
	//width:70%;
	background:#7DB2F4;
}
.bl2{

}
.bl2 i.bar{
	vertical-align:top;
	background:#4691EE;
	//width:100%;
}
.nowPrice .barLine .bar{
	background:#FEA31E;
}

.msgTab{
	margin-top:0.5rem;
}

.hide{
	display:none !important;
}
.opa0{
	opacity:0 !important;
}

.cirB{
	 // color:#969696;
}
.cirB::before{
	background:#3397F7 !important;
}
.cirDB{
	//color:#999999;
}
.cirDB::before{
	background:#7DB2F4 !important;
}


