#ai-ids__chart__model-result{
    width:300px;
    height:400px;
}


.ids__dashboard #chart_container{
    width:300px;
    height:130px;
    background-image: url('../img/aiy_sjznybp_300_130.png');
    background-repeat: no-repeat;
    position: relative;
	margin-left: 16px;
}
.ids__dashboard #container{
    width:300px;
    height:130px;
    background-image: url('../img/aiy_sjznybp_300_130.png');
    background-repeat: no-repeat;
    position:relative;

}
.ids__dashboard .scope{
    position:absolute;
    left:50%;
    bottom:30px;
    z-index:99;
    margin-left: -19px;
    font-size: 32px;
    color: #3264EF
}
.ids__dashboard-header{
    font-size: 18px;
    color:#333;
    height: 50px;
    line-height: 47px;
    padding-left: 16px;
    font-weight: 600;
    border-bottom: 1px solid #e5e5e5;
}
.ids__dashboard .desc{
    position:absolute;
    left:50%;
    margin-left:-36px;
    bottom:10px;
    font-size:12px;
    color:#999;
}
.ids__data-check{
    font-size:12px;
    color:#999;
    margin-top:30px;
    padding-left:16px;
    margin-bottom:4px;
}
.ids__data-check-ul{
    padding-left:28px;
}
.ids__data-check-ul > li{
    width:100%;
    display: inline-flex;
    align-items: center;
    height:20px;
    margin: 6px 0;
    color:#666;
    font-size:12px;
}
.ids__data_checkimg{
    width:20px;
    height:20px;
}
.ids__data_checkname{
    padding-left:8px;
    display: inline-block;
    width: 120px;
    flex-shrink: 0;
}

.ids__data_checkscore{
    width:100px;
    margin-left:34px;
    flex-shrink: 0;
}
.ids__data_checkfinish{
    width:16px;
    height:16px;   
}

.ids__dashboard .pointer{
    position:absolute;
    left:50%;
    bottom:74px;
    z-index:99;
    width:9px;
    height:32px;
    margin-left:-4px;
    background-image: url("../img/aiy_sjznybp_8_30.png");
    background-repeat: no-repeat;
    transform-origin: center 74px;
    transform:rotate(-106deg);
    transition:rotate 0.5s linear;
    

}
.ids__dashboard .rect{
    margin-left:300px;
    margin-top:300px;
    width:200px;
    height:100px;
    border:1px solid #000;
    position:relative;
}
.ids__dashboard .rect .line{
    width:4px;
    height:40px;
    background-color: red;
    position:absolute;
    left:50%;
    bottom:0;
}
.ids__dashboard .rect .linePic{
    position:absolute;
    left:50%;
    bottom:0;
    width:9px;
    height:32px;
    background-image: url('../img/aiy_sjznybp_8_30.png');
    transform-origin:center bottom;
}