
.seekindex_title_qtybar_qty_check{
	color:#fff994 !important;
	
}
.seekindex_title_qtybar_qty_warehouse{
	color:#3889ff !important;
}




/*中部图表*/
.seekindex_chart_line1{
	height:93.5% !important;
}
/*模仿 col-xs-xx 自定义宽度*/
.seekindex_chart_line1_char1,.seekindex_chart_line1_char2,.seekindex_chart_line1_char3{
	float:left;
	position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
	height:100% !important;
}
/*中部图表 图表1*/
.seekindex_chart_line1_char1 {
    background: url(photo/k5.png) no-repeat;
    filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";
    -moz-background-size: 100%  100%;
    background-size: 100% 100%;
    width: 100%;
    height: 100% !important;
}
/*中部图表 图表2*/
.seekindex_chart_line1_char2{
	background: url(photo/k2.png) no-repeat;
    filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";
    -moz-background-size: 100%  100%;
	background-size:100% 100%;	
	width:60%;
	height:100% !important;
}
/*中部图表 图表3*/
.seekindex_chart_line1_char3{
	background: url(photo/k3.png) no-repeat;
    filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";
    -moz-background-size: 100%  100%;
	background-size:100% 100%;	
	width:40%;
	height:100% !important;
	
}





/*底部图表*/
.seekindex_chart_line2{
	height:38% !important;
}
/*模仿 col-xs-xx 自定义宽度*/
.seekindex_chart_line2_char4,.seekindex_chart_line2_char5,.seekindex_chart_line2_char6{
	float:left;
	position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
	height:100% !important;
}
/*底部图表 图表4*/
.seekindex_chart_line2_char4{
	background: url(photo/k4.png) no-repeat;
    filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";
    -moz-background-size: 100%  100%;
	background-size:100% 100%;	
	width:27%;
}
/*底部图表 图表5*/
.seekindex_chart_line2_char5{
	background: url(photo/k5.png) no-repeat;
    filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";
    -moz-background-size: 100%  100%;
	background-size:100% 100%;	
	width:46%;
}
/*底部图表 图表6*/
.seekindex_chart_line2_char6{
	background: url(photo/k6.png) no-repeat;
    filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";
    -moz-background-size: 100%  100%;
	background-size:100% 100%;	
	width:27%;
	padding-left:3%;
}
/*  */


/*
	图表的标题栏
*/
.seekindex_chart_title{
	padding-top:5%;
	color:#69ffff;
	font-size:1.5em;
	height:12%;
}
/*
	图表的主体区域
*/
.seekindex_chart_context{
	height:81%;
	padding-left:5px;
	
}
/*
	图表的标题栏1
*/
.seekindex_chart_line1_char1_title{
	padding-left:10%;
	text-align:left;
}
/*
	图表的标题栏2
*/
.seekindex_chart_line1_char2_title{
	padding-left:6%;
	text-align:left;
}
/*
	图表的标题栏3
*/
.seekindex_chart_line1_char3_title{
	padding-right:10%;
	text-align:right;
	
}
/*
	图表的标题栏4
*/
.seekindex_chart_line2_char4_title{
	padding-right:10%;
	text-align:right;
}
/*
	图表的标题栏5
*/
.seekindex_chart_line2_char5_title{
	padding-left:5%;
	text-align:left;
}
/*
	图表的标题栏6
*/
.seekindex_chart_line2_char6_title{
	padding-left:0%;
	text-align:left;
}


/*开机率*/
.seek_open_rate{
        width:30%;
        display: inline-block;
        padding-left:0 !important;
    }
.seek_open_rate_name,.seek_open_rate_qty{
        text-align:center;
        list-style: none;
    }
.seek_open_rate_qty{
	
	font-size:20px;
	font-family:'UnidreamLED';
}
/* 名字 */
.seek_open_rate_name{
	color:#fff;
	font-size:12px
	
}
.seek_open_rate_name img{
        height:10px;
        width:10px;
    }
/*字体颜色*/
.seek_open_rate_dev{
	color:#3889ff ;
}
.seek_open_rate_open{
	color:#38FEC9  ;
}
.seek_open_rate_err{
	color:#ff2d20;
}
