.container_box{
    width: 100%;
    min-width: 1280px;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 0px;
    padding: 0px 12px;
    box-sizing: border-box;
}

.container_item{
    width: 19%;
    height: calc(100vh - 185px);
    background:rgba(244, 244, 244, 1);
    border: 1px solid #aeafaf;
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    text-align: center;
}

.overview_chart {
    width: 80%;
}

.overview_chart .chart_body {
    width: 100%;
    height: calc(100vh - 260px);
}

.container_item li {
    position: relative;
    display: block;
    width: 220px;
    height: 220px;
    margin: 0 auto;
    margin-bottom: 30px;
}
.nt_cstopdate_sel{
	background-color: #ffffff;
	color: #000000;
}

.container_item .container_item_title{
    display: block;
    background: #5F6C8C;
    border: 1px solid #aeafaf;
    color: #ffffff;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: left;
    font-size: 14px;
    padding: 0 15px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

/* add by allen at 2019骞�06鏈�12鏃�13:05:41  */
.container_item .container_item_content span{
	color:#5a7aab;
	margin-top:-20px;
	font-size:16px;
	font-weight: bold;
}

.container_item .container_item_content canvas{
	margin-bottom:-20px;
}

.scrolles{
	padding-left:27px;
	position: relative;
	overflow-y:auto;
	margin-top: 10px;
    height: calc(100vh - 185px - 50px - 200px - 30px - 40px);
    width: 90%;
}

.container_item .container_item_params{
	margin-top: 10px;
}

/* allen add end */

.container_item li .nt_indrightB_item_bg {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
}

.container_item li .nt_indrightB_item_dot {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 101;
    width: 100%;
    height: 100%;
}

.container_item li .nt_indrightB_item_tit {
    position: absolute;
    left: 50%;
    top: 27%;
    transform: translate(-50%, -50%);
    z-index: 101;
    font-size: 14px;
}

.container_item li .nt_indrightB_item_val {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 101;
    transform: translate(-50%, -50%);
    font-size: 28px;
    font-weight: bold;
}

.container_item li .nt_indrightB_item_unit {
    position: absolute;
    left: 50%;
    bottom: 5%;
    z-index: 101;
    transform: translate(-50%, -50%);
    font-size: 12px;
}

.container_item li:last-child{
    margin-top: 10px;
    height: calc(100vh - 185px - 50px - 200px - 30px - 40px);
    width: 90%;
    overflow: auto;
}

.container_item_item_group{
    margin-top: 15px;
}

.container_item_item_tit{
    font-size: 10px;
    text-align:center;
    color: rgba(0, 0, 0, 0.6);
}
.container_item_item_tit{
    font-size: 10px;
    text-align:center;
    color: rgba(0, 0, 0, 0.6);
}

.container_item_item_val{
    color: #214499;
}


.container_item_item_val{
    font-size: 14px;
    font-weight: bold;
    text-align:center;
    margin-top: 7px;
}


.container_item_button{
    float: right;
    margin-right: 20px;
    margin-top: -20px;
    position:relative;
}
.container_item_title div{
    float: right;
}