#test {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
}
#test2 {
    position: fixed;
    top: 50px;
    left: 0px;
    z-index: 9999;
}
.chart-bar-01 {
    position: relative;
    display: inline-block;
}
/*.chart-bar-01 .data {
    display: none;
    position: absolute;
    top: 0px;
    left: 46px;
}
.chart-bar-01 .data li {
    list-style: none;
    font-size: 15px;
    font-family: Century Gothic;
}
.chart-bar-01 .data li span {
    font-size: 12px;
    margin-left: 2px;
}
.chart-bar-01 .data li:first-child {
    position: absolute;
    top: 95px;
    left: 15px;
    width: 52px;
}
.chart-bar-01 .data li:nth-child(2) {
    position: absolute;
    top: 62px;
    left: 86px;
    width: 52px;
}
.chart-bar-01 .data li:nth-child(3) {
    position: absolute;
    top: 37px;
    left: 158px;
    width: 52px;
}
.chart-bar-01 .data li:nth-child(4) {
    position: absolute;
    top: 20px;
    left: 229px;
    width: 52px;
}
.chart-bar-01 .data li:nth-child(5) {
    position: absolute;
    top: 12px;
    left: 300px;
    width: 52px;
}
.chart-bar-01 .data li:nth-child(6) {
    position: absolute;
    top: 20px;
    left: 372px;
    width: 52px;
}*/
.chart-xbar-01 {
	height: 37px;
    margin-bottom: 19px;
    width: 810px;
    background: rgba(0,0,0,0.1);
    position: relative;
}

.chart-xbar-01.data4 {
	height: 116px;
  
}
.chart-xbar-01.active [class^="data-"] {
    animation: anime1 2s 1 ease;
}
.chart-xbar-01.active [class^="data-01"] {
    height: 37px;
    /*background: #eb6d59*/
    background-image: url(../images/maintenance/area1.png);
    background-repeat: repeat-x;
}
.chart-xbar-01.active [class^="data-02"] {
    height: 37px;
    background-image: url(../images/maintenance/area2.png);
    background-repeat: repeat-x;
}
.chart-xbar-01.active [class^="data-03"] {
    height: 37px;
    background-image: url(../images/maintenance/area3.png);
    background-repeat: repeat-x;
}
.chart-xbar-01.active [class^="data-04"] {
    height: 116px;
    background-image: url(../images/maintenance/area4.png);
    background-repeat: repeat-x;
}
 @-webkit-keyframes anime1 {
 0% {
width: 0px;
}
}
@keyframes anime1 {
 0% {
width: 0px;
}
}
.smart_space {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.smart_space li:first-child {
    border-left: 1px solid #666666;
}
.smart_space li {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #666666;
}
.chart {
    padding-top: 65px;
}
.start_dom {
    width: 110px;
}

.area1,.area2,.area3{
	background-repeat: repeat-x;
	height: 37px;
}
.area4{
	background-repeat: repeat-x;
	height: 116px;
}
.area1 {
    background-image: url(../images/maintenance/area-1.png);
    
	 
}
.area2 {
    background-image: url(../images/maintenance/area-2.png);
 
}
.area3 {
    background-image: url(../images/maintenance/area-3.png);

}
.area4 {
    background-image: url(../images/maintenance/area-4.png);

}

.hide1200{
	display: block;
	}
.change1200{
	display: none;
	
}

.max732{
	max-width:732px;
	width: 100%;
}


@media screen and (max-width: 1180px) {
	
.hide1200{
	display: none;
	
}
	
	.change1200{
	display: block;
	}
}




