/*导航icon*/
.back_nav1_ul > li span {
    display: inline-block;
    position: absolute;
    left: 12px;
    top: 11px;
    height: 20px;
    width: 20px;
    background-position:50% center;
}
.nav1_ico1{background:url( ../images/back_nav1_ico1.svg) no-repeat;}
.nav1_ico2{background:url( ../images/back_nav1_ico2.svg) no-repeat;}
.nav1_ico3{background:url( ../images/back_nav1_ico3.svg) no-repeat;}
.nav1_ico4{background:url( ../images/back_nav1_ico4.svg) no-repeat;}
.nav1_ico5{background:url( ../images/back_nav1_ico5.svg) no-repeat;}
.nav1_ico6{background:url( ../images/back_nav1_ico6.svg) no-repeat;}
.nav1_ico7{background:url( ../images/back_nav1_ico7.svg) no-repeat;}
.nav1_ico8{background:url( ../images/back_nav1_ico8.svg) no-repeat;}
.nav1_ico9{background:url( ../images/back_nav1_ico9.svg) no-repeat;}
.nav1_ico10{background:url( ../images/back_nav1_ico10.svg) no-repeat;}
.nav1_ico11{background:url( ../images/back_nav1_ico11.svg) no-repeat;}
.nav1_ico12{background:url( ../images/back_nav1_ico12.svg) no-repeat;}
.nav1_ico17{background:url( ../images/back_nav1_ico17.svg) no-repeat;}
.nav1_ico18{background:url( ../images/back_nav1_ico18.svg) no-repeat;}

/*感叹号*/
.ex_ico {background:url( ../images/Exclamationmark.svg) no-repeat ;}

/*用户*/
.header_function .user {
    background: url( ../images/user.svg) no-repeat;
    width: 17px;
    height: 16px;
}

/*信息提醒*/
.header_function .message {
    background: url( ../images/message.svg) no-repeat;
    width: 16px;
    height: 16px;
}

/*升级*/
.header_function .update {
    background: url( ../images/update.svg) no-repeat;
    width: 16px;
    height: 16px;
}

/*绑定云*/
.header_function .cloud {
    background: url( ../images/cloud.svg) no-repeat bottom;
    width: 20px;
    height: 15px;
}

em.showInfo_therm {    
    background: url( ../images/showInfo_therm.svg) 50% 50% no-repeat;
    height: 16px;
       width: 17px;
}

em.showInfo_CPU {
    background: url( ../images/showInfo_CPU.svg) 50% 50% no-repeat;
	height: 17px;
    width: 17px;
}

em.showInfo_MEM {
    background: url( ../images/showInfo_MEM.svg) 50% 50% no-repeat;
	height: 17px;
    width: 15px;
}

em.showInfo_DOMN {
    background: url( ../images/showInfo_DOMN.svg) 50% 50% no-repeat;
	height: 16px;
    width: 9px;
}

em.showInfo_UP {
    background: url( ../images/showInfo_UP.svg) 50% 50% no-repeat;
}
.info_UP { padding-left:16px; background:url( ../images/info_UP.svg) left 49% no-repeat;}
.info_DOMN{ padding-left:16px; background:url( ../images/info_DOMN.svg) left 49% no-repeat; margin-top:5px;}
.search_icon{
    background: url( ../images/search_btn.svg) no-repeat;
}


.selects{
    background: url( ../images/select_down.svg) right center no-repeat ;
}
.select_reboot_time{
    background: url( ../images/select_reboot_time.svg) right center no-repeat ;
}

/*表格排序*/
.table .sotr_down{background-image: url(" ../images/sort_down.svg");}
.table .sotr_up{ background-image:url(" ../images/sort_up.svg");}
.table .sortenable_up{background-image: url(" ../images/sortenable_up.svg");}
.table .sortenable_down{background-image: url(" ../images/sortenable_down.svg");}
