body,div,td,tr,span{
    font-family: '黑体';
}
.ui-container {

    background: url("../images/centerFrame/center_bk.png");
    width: 100%;
    height: 100%;
    overflow: auto;
    margin: 0 auto;
    padding-bottom: 71px;


}

.ui-text{
    width: 100%;

    height: 106px;
    background: url("../images/centerFrame/center_text.png") no-repeat ;
    background-size: 100% 100%;

}

.ui-smart{
    /*position: fixed;*/
    /*padding-top: 95px;*/
    float: left;
    margin-top: 48px;
    width: 139px;
    height: 35px;
    background: url("../images/centerFrame/smart_manager.png") no-repeat center;
    cursor:pointer;
}

.ui-left{
    padding-left: 15px;
    width: 22%;
    float: left;

}

.ui-center:first-child{
    height: 526px;
}
.ui-center{
    width: 54%;
    float: left;
    margin-top: 6px;

}
.ui-center:last-child{
    height: 290px;
    float: left;
}

.ui-right{
    width: 22%;
    float: right;
}

.ui-long-rectangle{
    width: 95%;
    height: 526px;


    background: url(../images/centerFrame/long_rectangle.png) no-repeat;
    background-size: 100% 100%;
}

#to_big_img{
    float: right;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 20px;
    top: 15px
}

.ui-middle-rectangle{
    background: url(../images/centerFrame/middle_rectangle.png) no-repeat;
    height: 290px;
    width: 100%;
    overflow: hidden;
    background-size: 100% 100%;

}
.ui-middle-box{
    background: url(../images/centerFrame/polling_bk.png) no-repeat;
    width: 93%;
    height: 218px;
    margin-left: 15px;
    overflow: hidden;
    background-size: 100% 100%;

}
.ui-middle-box-div{
    float: left;
    text-align: center;
    margin-top: 33px;
    line-height: 58px;
    height: 58px;
}

.ui-middle-box-div:nth-child(odd){
    margin-left: 30px;
    margin-top: 34px;
    height: 55px;
    line-height: 55px;
    font-size: 20px;
    color: #FFFFFF;
    border-left: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
}

.ui-middle-box-div:nth-child(even){
    background: url(../images/centerFrame/polling_text.png) no-repeat;
    font-size: 30px;
    color: #FFFFFF;
}

.ui-short-rectangle{
    background: url(../images/centerFrame/short_rectangle.png) no-repeat;
    height: 290px;
    overflow: auto;
    width: 95%;
    background-size: 100% 100%;

}


.ui-card-header{
    padding-top: 17.5px;
    padding-bottom: 5px;
    padding-left: 33.5px;
    font-size: 15px;
    color: #FFFFFF;
}
.ui-card-body{
    color: #02D9FD;
}
.ui-card-table tr{
    line-height: 20px;
}
.ui-card-table th, .ui-card-table td{
    height: 20px;
    line-height: 20px;
    padding: 10px 5px;
    text-align: center;
}

/*滚动条整体样式*/
#iotCard::-webkit-scrollbar{
    background-color: transparent;
}
/* 轨道*/
#iotCard::-webkit-scrollbar-track{
    background-color: transparent;
    border: 1px solid #0f5582;
}
/*滑块*/
#iotCard::-webkit-scrollbar-thumb{
    background: url(../images/centerFrame/scrollbar_card_thumb.png) no-repeat;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
}
/*滚动条的上下两端的按钮*/
#iotCard::-webkit-scrollbar-button{
    height: 0px;
}

/*滚动条整体样式*/
#iotDevices::-webkit-scrollbar{
    background-color: transparent;
}
/* 轨道*/
#iotDevices::-webkit-scrollbar-track{
    background-color: transparent;
    border: 1px solid #0f5582;
}
/*滑块*/
#iotDevices::-webkit-scrollbar-thumb{
    background: url(../images/centerFrame/scrollbar_devices_thumb.png) no-repeat;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
}
/*滚动条的上下两端的按钮*/
#iotDevices::-webkit-scrollbar-button{
    height: 0px;
}

.ie-scrollbar{
    /*三角箭头的颜色*/
    scrollbar-arrow-color: #fff;
    /*滚动条滑块按钮的颜色*/
    scrollbar-face-color: #0099dd;
    /*滚动条整体颜色*/
    scrollbar-highlight-color: #0099dd;
    /*滚动条阴影*/
    scrollbar-shadow-color: #0099dd;
    /*滚动条轨道颜色*/
    scrollbar-track-color: #0066ff;
    /*滚动条3d亮色阴影边框的外观颜色——左边和上边的阴影色*/
    scrollbar-3dlight-color:#0099dd;
    /*滚动条3d暗色阴影边框的外观颜色——右边和下边的阴影色*/
    scrollbar-darkshadow-color: #0099dd;
    /*滚动条基准颜色*/
    scrollbar-base-color: #0099dd;
}

.firefox-scrollbar{
    overflow: scroll;
    scrollbar-color: red red; //滚动条轨道颜色   滚动条滑块的颜色
    scrollbar-width: none;
    scrollbar-width: thin;     //thin模式下滚动条两端的三角按钮会消失
    scrollbar-width: auto;    //默认大小
}

.lettDiv{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}

.lettDiv:hover{
    text-overflow:inherit;
    overflow: visible;
    white-space: pre-line;
}

.div-font-big{
    font-family: 黑体;
    font-weight: bold;
    font-size: 16px;
}