HTML {HEIGHT: 100%}
body 
{
    MARGIN: 0px auto 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-image: url();
    font-family: "Arial","Microsoft YaHei","黑体","宋体",sans-serif;
    FONT-SIZE:14px;
   	width:100%;
}
DIV {PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
A{text-decoration:none;color:#000;}
A:hover{text-decoration:none;color:blue;}
 
/*主页的body*/ 
#main_body
{ MARGIN:5px auto 0px;
  width:100%;
  min-height:850px;
 BACKGROUND-color:#efefef; 
 }
#main_body_center
{MARGIN:20px auto 0px;
 padding-top:10px;
 padding-bottom:10px;
 max-width:1200px;
 min-height:650px; 
}
/*主页over*/ 
#main_bottom
{ 
  MARGIN:5px auto 0px;
  padding-top:10px;
  height:75px;
  width:100%;
  BACKGROUND-color:#48525E;
  text-align: center;
  float:left;
}
#main_bottom_copyright
{ 
  MARGIN:0px auto 3px;
  height:25px;
  max-width:1000px;
  color:#fff;
  font-size:12px;
  vertical-align:center;
}
#main_bottom_icp
{ 
  MARGIN:3px auto 3px;
  height:25px;
  max-width:1000px;
  color:#fff;
  font-size:12px;
  vertical-align:center;
}
#main_bottom_online
{ 
  MARGIN:3px auto 3px;
  height:25px;
  max-width:1000px;
  color:#fff;
  font-size:12px;
  vertical-align:center;
}
/*输入的错误提示-layui表单*/
.main_error_form
{
	margin-top:-10px;margin-bottom:5px;
	border:1px dashed #FFDEAD;border-radius:5px;
	max-width:100%;
	height:25px;
	line-height:25px;
	background-color: #FFFFB9 ;
	background-image:url(../imgs/error.png);background-repeat:no-repeat;
	font-size:14px;
	color:#6C3365;
	padding-top:0px;
	padding-left:35px;
}
/*输入的错误提示-一般表单*/
.main_error
{
	margin-top:0px;margin-bottom:0px;
	border:1px dashed #FFDEAD;border-radius:5px;
	max-width:100%;
	height:25px;
	line-height:25px;
	background-color: #FFFFB9 ;
	font-size:14px;
	color:red;
	padding-top:0px;
	padding-left:5px;
}
/*提示*/
.main_notice
{margin-top:5px;
 margin-bottom:0px;
 padding:10px;
 border:1px dashed #FFDEAD;
 background-color:#FFFFF9;
 font-size:14px;
 color:#8B4513;
 border-radius:5px;
 white-space:normal;
 word-break:break-all;
}
/*功能按钮组框*/
.main_buttons {
margin:3px auto 0px;
width:100%;
display:inline-block;
height:30px;
padding-top:3px;
text-align:left;
border: solid #aec3de 0px;
color: #000000;
background-color:#ffffff;
overflow-x:auto; overflow-y:hidden;
}
/*分页*/
.main_page_box{margin:0px auto 5px;height:35px;padding-top:5px;text-align:left;border: solid #e2e2e2 1px;color: #000000;background-color:#eeeeee;}
.main_page{margin:0px auto 0px;text-align:center;height:30px;max-width:100%;border: solid #aec3de 0px;overflow:hidden;} 
.main_page_select{position:relative;margin-top:0px;width:50px;height:25px;display:inline-block;text-decoration:none;overflow:hidden;}
.main_page_select select{position:absolute;top:0px;left:0px;width:60px;height:25px;opacity:0;}  
.main_page_select span{position:absolute;top:0px;left:-10px;width:60px;text-align:center;color:#555;font-size:12px;overflow:hidden;}
.main_page_select img{display: inline-block;position: absolute;top:10px;right:0px;width:0;height: 0;border-right: 5px solid transparent;border-left: 5px solid transparent;border-top: 5px solid #515151;}
 
/*自定义的控件*/
 .main_select{position:relative;margin:5px auto;width:100%;height:35px;display:inline-block;text-decoration:none;background-color:#fff;border:1px solid #D0D0D0;border-radius:3px;overflow:hidden;}
 .main_select_follow{position:relative;margin:5px auto;width:100%;height:35px;display:inline-block;text-decoration:none;background-color:#fff;border:1px solid #D0D0D0;border-radius:3px;overflow:hidden;}
 .main_select select,.main_select_follow select{position:absolute;top:0px;left:0px;width:100%;height:35px;opacity:0;}  
 .main_select span{position: absolute;top:9px;left:35px;right:20px;display:inline-block;color:#555;font-size:14px;overflow:hidden;text-overflow: ellipsis;white-space:nowrap;}
 .main_select_follow span{position: absolute;top:9px;left:5px;right:20px;display:inline-block;color:#555;font-size:14px;overflow:hidden;text-overflow: ellipsis;white-space:nowrap;}
 .main_select:hover,.main_select_follow:hover{border-color:#FF5722;box-shadow: 0 0 10px #FF5722;} 
 .main_select img,.main_select_follow img{display: inline-block;position: absolute;top:15px;right:10px;width:0;height: 0;border-right: 5px solid transparent;border-left: 5px solid transparent;border-top: 5px solid #515151;}
  
 .main_text{position:relative;margin:5px auto;width:100%;height:35px;display:inline-block;text-decoration:none;background-color:#fff;border:1px solid #D0D0D0;border-radius:3px;overflow: hidden;}
 .main_text:hover{border-color:#FF5722;box-shadow: 0 0 10px #FF5722;}
 .main_text input{position:absolute;top:0px;padding-left:35px;border:0px;height:35px;line-height:35px;width:90%;font-size:14px;color: #555;}
 
 .main_text input.main_link{z-index:1;position:absolute;top:0px;right:0px;padding-left:5px;width:60px;height:35px;line-height:35px;border-left:1px solid #cccccc;}
 
 .main_textarea{position:relative;margin:5px auto;width:100%;height:120px;display:inline-block;text-decoration:none;background-color:#fff;border:1px solid #D0D0D0;border-radius:3px;overflow: hidden;}
 .main_textarea:hover{border-color:#FF5722;box-shadow: 0 0 10px #FF5722;}
 .main_textarea textarea{position:absolute;top:0px;left:0px;padding-left:5px;border:0px;height:120px;width:100%;font-size:14px;color: #555;}
 
 .main_radio{position:relative;margin:5px auto;padding:5px 0px;width:100%;min-height:35px;display:inline-block;text-decoration:none;background-color:#fff;border:1px solid #D0D0D0;border-radius:3px;overflow:hidden;}
 .main_radio:hover{border-color:#FF5722;box-shadow: 0 0 10px #FF5722;}
 .main_radio label{display:inline-block;margin:0px 5px;width:98%;height:35px;line-height:35px;font-size:14px;}
 .main_radio label:hover{background-color:#f2f2f2;}
 .main_radio input{margin-left:10px;margin-right:10px;}
 
 .main_checkbox {position:relative;margin:5px auto;padding:5px 0px;width:100%;min-height:35px;display:inline-block;text-decoration:none;background-color:#fff;border:1px solid #D0D0D0;border-radius:3px;overflow:hidden;}
 .main_checkbox:hover{border-color:#FF5722;box-shadow: 0 0 10px #FF5722;}
 .main_checkbox label{display:inline-block;margin:0px 5px;width:98%;height:35px;line-height:35px;font-size:14px;}
 .main_checkbox label:hover{background-color:#f2f2f2;}
 .main_checkbox input{margin-left:10px;margin-right:10px;}
 
 .main_picture{position:relative;margin:5px auto;padding:0px 0px 5px;width:100%;min-height:70px;display:inline-block;text-decoration:none;background-color:#fff;border:1px solid #D0D0D0;border-radius:3px;overflow:hidden;}
 .main_picture:hover{border-color:#FF5722;box-shadow: 0 0 10px #FF5722;}
 .main_picture div{position:relative;margin-left:5px;margin-top:5px;float:left;width:70px;height:70px;background-color:#fff;border:1px solid #D0D0D0;border-radius:1px;overflow:hidden;text-align:center;}
 .main_picture div:hover{background-color:#f2f2f2;}
 .main_picture label{position:absolute;top:0px;right:0px;width:15px;height:30px;font-size:20px;text-shadow:-1px 0 white,0 1px white,1px 0 white,0 -1px white;}
 .main_picture i{float:left;margin:5px 5px;width:60px;height:60px;}
 
 .main_file{position:relative;margin:5px auto;padding:0px 0px 5px;width:100%;min-height:70px;display:inline-block;text-decoration:none;background-color:#fff;border:1px solid #D0D0D0;border-radius:3px;overflow:hidden;}
 .main_file:hover{border-color:#FF5722;box-shadow: 0 0 10px #FF5722;}
 .main_file div{position:relative;margin-left:5px;margin-top:5px;float:left;width:70px;height:70px;background-color:#fff;border:1px solid #D0D0D0;border-radius:1px;overflow:hidden;text-align:center;}
 .main_file div:hover{background-color:#f2f2f2;}
 .main_file label{position:absolute;top:0px;right:0px;width:15px;height:30px;font-size:20px;text-shadow:-1px 0 white,0 1px white,1px 0 white,0 -1px white;}
 .main_file i{float:left;margin:5px 5px;width:60px;height:60px;}
 .main_file span{font-size:10px;}
 /*
 .main_textarea{position:relative;margin:5px auto;padding:5px 0px;width:100%;min-height:35px;display:inline-block;text-decoration:none;background-color:#fff;border:1px solid #D0D0D0;border-radius:3px;overflow:hidden;}
 .main_textarea:hover{border-color:#FF5722;box-shadow: 0 0 10px #FF5722;}
 .main_textarea textarea{margin:0px;border:0px;width:100%;padding-left:5px;}
 */
 /*图片tip里显示的样式*/
 .main_picture_tip{max-height:120px;max-width:120px;}


/*表里的图标*//*{margin-left:7px;margin-top:8px;float:left;width:24px;height:24px;}*/
.yinuo-icon-free
{width:18px;height:18px;cursor:pointer;display:inline-block;}
/*按钮的图标*/
.yinuo-icon-btn
{float:left;margin:5px 2px;width:18px;height:18px;}
/*菜单里的图标*/
.yinuo-icon-menu
{width:20px;height:20px;margin-top:8px;margin-right:5px;cursor:pointer;float:left;display:block;}
/*快捷按钮里的图标*/
.yinuo-icon-quick
{width:28px;height:28px;cursor:pointer;display:inline-block;}
/*表单的图标*/
.yinuo-icon-form
{position:absolute;z-index:1;left:8px;top:8px;float:left;width:20px;height:20px;cursor:pointer;display:inline-block;}
.yinuo-icon-add  /*添加*/
{background:url(../imgs/icon/add.png) no-repeat;background-size:cover;}
.yinuo-icon-add:hover,.yinuo-icon-add-1
{background:url(../imgs/icon/add-1.png) no-repeat;background-size:cover;}
.yinuo-icon-adress  /*地址*/
{background:url(../imgs/icon/adress.png) no-repeat;background-size:cover;}
.yinuo-icon-adress:hover,.yinuo-icon-adress-1
{background:url(../imgs/icon/adress-1.png) no-repeat;background-size:cover;}
.yinuo-icon-book  /*书本*/
{background:url(../imgs/icon/book.png) no-repeat;background-size:cover;}
.yinuo-icon-book:hover,.yinuo-icon-book-1
{background:url(../imgs/icon/book-1.png) no-repeat;background-size:cover;}
.yinuo-icon-change /*切换*/
{background:url(../imgs/icon/change.png) no-repeat;background-size:cover;}
.yinuo-icon-change:hover,.yinuo-icon-change-1
{background:url(../imgs/icon/change-1.png) no-repeat;background-size:cover;}
.yinuo-icon-check /*检测*/
{background:url(../imgs/icon/check.png) no-repeat;background-size:cover;}
.yinuo-icon-check:hover,.yinuo-icon-check-1
{background:url(../imgs/icon/check-1.png) no-repeat;background-size:cover;}
.yinuo-icon-clear  /*清空*/
{background:url(../imgs/icon/clear.png) no-repeat;background-size:cover;}
.yinuo-icon-clear:hover,.yinuo-icon-clear-1
{background:url(../imgs/icon/clear-1.png) no-repeat;background-size:cover;}
.yinuo-icon-computer  /*电脑*/
{background:url(../imgs/icon/computer.png) no-repeat;background-size:cover;}
.yinuo-icon-computer:hover,.yinuo-icon-computer-1  
{background:url(../imgs/icon/computer-1.png) no-repeat;background-size:cover;}
.yinuo-icon-condition  /*条件格式*/
{background:url(../imgs/icon/condition.png) no-repeat;background-size:cover;}
.yinuo-icon-condition:hover,.yinuo-icon-condition-1  
{background:url(../imgs/icon/condition-1.png) no-repeat;background-size:cover;}
.yinuo-icon-count  /*统计*/
{background:url(../imgs/icon/count.png) no-repeat;background-size:cover;}
.yinuo-icon-count:hover,.yinuo-icon-count-1  
{background:url(../imgs/icon/count-1.png) no-repeat;background-size:cover;}
.yinuo-icon-copy  /*复制*/
{background:url(../imgs/icon/copy.png) no-repeat;background-size:cover;}
.yinuo-icon-copy:hover,.yinuo-icon-copy-1  
{background:url(../imgs/icon/copy-1.png) no-repeat;background-size:cover;}
.yinuo-icon-data  /*数据*/
{background:url(../imgs/icon/data.png) no-repeat;background-size:cover;}
.yinuo-icon-data:hover,.yinuo-icon-data-1
{background:url(../imgs/icon/data-1.png) no-repeat;background-size:cover;}
.yinuo-icon-date  /*日期*/
{background:url(../imgs/icon/date.png) no-repeat;background-size:cover;}
.yinuo-icon-date:hover,.yinuo-icon-date-1
{background:url(../imgs/icon/date-1.png) no-repeat;background-size:cover;}
.yinuo-icon-del    /*删除*/
{background:url(../imgs/icon/del.png) no-repeat;background-size:cover;}
.yinuo-icon-del:hover,.yinuo-icon-del-1
{background:url(../imgs/icon/del-1.png) no-repeat;background-size:cover;}
.yinuo-icon-default    /*默认*/
{background:url(../imgs/icon/default.png) no-repeat;background-size:cover;}
.yinuo-icon-default:hover,.yinuo-icon-default-1
{background:url(../imgs/icon/default-1.png) no-repeat;background-size:cover;}
.yinuo-icon-download    /*下载*/
{background:url(../imgs/icon/download.png) no-repeat;background-size:cover;}
.yinuo-icon-download:hover,.yinuo-icon-download-1
{background:url(../imgs/icon/download-1.png) no-repeat;background-size:cover;}
.yinuo-icon-edit  /*编辑*/
{background:url(../imgs/icon/edit.png) no-repeat;background-size:cover;}
.yinuo-icon-edit:hover,.yinuo-icon-edit-1
{background:url(../imgs/icon/edit-1.png) no-repeat;background-size:cover;}
.yinuo-icon-email  /*邮箱*/
{background:url(../imgs/icon/email.png) no-repeat;background-size:cover;}
.yinuo-icon-email:hover,.yinuo-icon-email-1
{background:url(../imgs/icon/email-1.png) no-repeat;background-size:cover;}
.yinuo-icon-excel
{background:url(../imgs/icon/excel.png) no-repeat;background-size:cover;}
.yinuo-icon-excel:hover,.yinuo-icon-excel-1
{background:url(../imgs/icon/excel-1.png) no-repeat;background-size:cover;}
.yinuo-icon-fax
{background:url(../imgs/icon/fax.png) no-repeat;background-size:cover;}
.yinuo-icon-fax:hover,.yinuo-icon-fax-1
{background:url(../imgs/icon/fax-1.png) no-repeat;background-size:cover;}
.yinuo-icon-fileadd  /*添加文件*/
{background:url(../imgs/icon/fileadd.png) no-repeat;background-size:cover;}
.yinuo-icon-fileadd:hover,.yinuo-icon-fileadd-1
{background:url(../imgs/icon/fileadd-1.png) no-repeat;background-size:cover;}
.yinuo-icon-file   /*文件*/
{background:url(../imgs/icon/file.png) no-repeat;background-size:cover;}
.yinuo-icon-file:hover,.yinuo-icon-file-1 
{background:url(../imgs/icon/file-1.png) no-repeat;background-size:cover;}
.yinuo-icon-files   /*文件群*/
{background:url(../imgs/icon/files.png) no-repeat;background-size:cover;}
.yinuo-icon-files:hover,.yinuo-icon-files-1 
{background:url(../imgs/icon/files-1.png) no-repeat;background-size:cover;}
.yinuo-icon-formula  /*公式 表达式*/
{background:url(../imgs/icon/formula.png) no-repeat;background-size:cover;}
.yinuo-icon-formula:hover,.yinuo-icon-formula-1
{background:url(../imgs/icon/formula-1.png) no-repeat;background-size:cover;}
.yinuo-icon-gbook  /*留言板*/
{background:url(../imgs/icon/gbook.png) no-repeat;background-size:cover;}
.yinuo-icon-gbook:hover,.yinuo-icon-gbook-1
{background:url(../imgs/icon/gbook-1.png) no-repeat;background-size:cover;}
.yinuo-icon-group  /*班组*/
{background:url(../imgs/icon/group.png) no-repeat;background-size:cover;}
.yinuo-icon-group:hover,.yinuo-icon-group-1
{background:url(../imgs/icon/group-1.png) no-repeat;background-size:cover;}
.yinuo-icon-homepage  /*主页*/
{background:url(../imgs/icon/homepage.png) no-repeat;background-size:cover;}
.yinuo-icon-homepage:hover,.yinuo-icon-homepage-1
{background:url(../imgs/icon/homepage-1.png) no-repeat;background-size:cover;}
.yinuo-icon-honer  /*荣誉*/
{background:url(../imgs/icon/honer.png) no-repeat;background-size:cover;}
.yinuo-icon-honer:hover,.yinuo-icon-honer-1
{background:url(../imgs/icon/honer-1.png) no-repeat;background-size:cover;}
.yinuo-icon-id  /*ID*/
{background:url(../imgs/icon/id.png) no-repeat;background-size:cover;}
.yinuo-icon-id:hover,.yinuo-icon-id-1
{background:url(../imgs/icon/id-1.png) no-repeat;background-size:cover;}
.yinuo-icon-ie  /*IE*/
{background:url(../imgs/icon/ie.png) no-repeat;background-size:cover;}
.yinuo-icon-ie:hover,.yinuo-icon-ie-1
{background:url(../imgs/icon/ie-1.png) no-repeat;background-size:cover;}
.yinuo-icon-job  /*西服*/
{background:url(../imgs/icon/job.png) no-repeat;background-size:cover;}
.yinuo-icon-job:hover,.yinuo-icon-job-1
{background:url(../imgs/icon/job-1.png) no-repeat;background-size:cover;}

.yinuo-icon-key  /*钥匙*/
{background:url(../imgs/icon/key.png) no-repeat;background-size:cover;}
.yinuo-icon-key:hover,.yinuo-icon-key-1
{background:url(../imgs/icon/key-1.png) no-repeat;background-size:cover;}
.yinuo-icon-list    /*列表*/
{background:url(../imgs/icon/list.png) no-repeat;background-size:cover;}
.yinuo-icon-list:hover,.yinuo-icon-list-1
{background:url(../imgs/icon/list-1.png) no-repeat;background-size:cover;}
.yinuo-icon-login    /*登录*/
{background:url(../imgs/icon/login.png) no-repeat;background-size:cover;}
.yinuo-icon-login:hover,.yinuo-icon-login-1
{background:url(../imgs/icon/login-1.png) no-repeat;background-size:cover;}
.yinuo-icon-logout    /*退出登录*/
{background:url(../imgs/icon/logout.png) no-repeat;background-size:cover;}
.yinuo-icon-logout:hover,.yinuo-icon-logout-1
{background:url(../imgs/icon/logout-1.png) no-repeat;background-size:cover;}
.yinuo-icon-map    /*地图中国*/
{background:url(../imgs/icon/map.png) no-repeat;background-size:cover;}
.yinuo-icon-map:hover,.yinuo-icon-map-1
{background:url(../imgs/icon/map-1.png) no-repeat;background-size:cover;}
.yinuo-icon-mobil    /*移动电话*/
{background:url(../imgs/icon/mobil.png) no-repeat;background-size:cover;}
.yinuo-icon-mobil:hover,.yinuo-icon-mobil-1
{background:url(../imgs/icon/mobil-1.png) no-repeat;background-size:cover;}
.yinuo-icon-model    /*模板*/
{background:url(../imgs/icon/model.png) no-repeat;background-size:cover;}
.yinuo-icon-model:hover,.yinuo-icon-model-1
{background:url(../imgs/icon/model-1.png) no-repeat;background-size:cover;}
.yinuo-icon-money    /*金钱*/
{background:url(../imgs/icon/money.png) no-repeat;background-size:cover;}
.yinuo-icon-money:hover,.yinuo-icon-money-1
{background:url(../imgs/icon/money-1.png) no-repeat;background-size:cover;}
.yinuo-icon-nation    /*民族*/
{background:url(../imgs/icon/nation.png) no-repeat;background-size:cover;}
.yinuo-icon-nation:hover,.yinuo-icon-nation-1
{background:url(../imgs/icon/nation-1.png) no-repeat;background-size:cover;}
.yinuo-icon-number    /*数字*/
{background:url(../imgs/icon/number.png) no-repeat;background-size:cover;}
.yinuo-icon-number:hover,.yinuo-icon-number-1
{background:url(../imgs/icon/number-1.png) no-repeat;background-size:cover;}
.yinuo-icon-order  /*排序*/
{background:url(../imgs/icon/order.png) no-repeat;background-size:cover;}
.yinuo-icon-order:hover,.yinuo-icon-order-1
{background:url(../imgs/icon/order-1.png) no-repeat;background-size:cover;}
.yinuo-icon-out  /*导出*/
{background:url(../imgs/icon/out.png) no-repeat;background-size:cover;}
.yinuo-icon-out:hover,.yinuo-icon-out-1
{background:url(../imgs/icon/out-1.png) no-repeat;background-size:cover;}
.yinuo-icon-party  /*zhengdang*/
{background:url(../imgs/icon/party.png) no-repeat;background-size:cover;}
.yinuo-icon-party:hover,.yinuo-icon-party-1
{background:url(../imgs/icon/party-1.png) no-repeat;background-size:cover;}

.yinuo-icon-phone  /*电话*/
{background:url(../imgs/icon/phone.png) no-repeat;background-size:cover;}
.yinuo-icon-phone:hover,.yinuo-icon-phone-1
{background:url(../imgs/icon/phone-1.png) no-repeat;background-size:cover;}
.yinuo-icon-picture  /*图片*/
{background:url(../imgs/icon/picture.png) no-repeat;background-size:cover;}
.yinuo-icon-picture:hover,.yinuo-icon-picture-1
{background:url(../imgs/icon/picture-1.png) no-repeat;background-size:cover;}
.yinuo-icon-pictures  /*多个图片*/
{background:url(../imgs/icon/pictures.png) no-repeat;background-size:cover;}
.yinuo-icon-pictures:hover,.yinuo-icon-pictures-1
{background:url(../imgs/icon/pictures-1.png) no-repeat;background-size:cover;}
.yinuo-icon-pictureadd  /*添加图片*/
{background:url(../imgs/icon/pictureadd.png) no-repeat;background-size:cover;}
.yinuo-icon-pictureadd:hover,.yinuo-icon-pictureadd-1
{background:url(../imgs/icon/pictureadd-1.png) no-repeat;background-size:cover;}
.yinuo-icon-printer  /*打印机*/
{background:url(../imgs/icon/printer.png) no-repeat;background-size:cover;}
.yinuo-icon-printer:hover,.yinuo-icon-printer-1
{background:url(../imgs/icon/printer-1.png) no-repeat;background-size:cover;}
.yinuo-icon-public  /*大喇叭*/
{background:url(../imgs/icon/public.png) no-repeat;background-size:cover;}
.yinuo-icon-public:hover,.yinuo-icon-public-1  
{background:url(../imgs/icon/public-1.png) no-repeat;background-size:cover;}
.yinuo-icon-pwd  /*密码*/
{background:url(../imgs/icon/pwd.png) no-repeat;background-size:cover;}
.yinuo-icon-pwd:hover,.yinuo-icon-pwd-1  
{background:url(../imgs/icon/pwd-1.png) no-repeat;background-size:cover;}
.yinuo-icon-qq  /*QQ*/
{background:url(../imgs/icon/qq.png) no-repeat;background-size:cover;}
.yinuo-icon-qq:hover,.yinuo-icon-qq-1  
{background:url(../imgs/icon/qq-1.png) no-repeat;background-size:cover;}
.yinuo-icon-qrcode
{background:url(../imgs/icon/qrcode.png) no-repeat;background-size:cover;}
.yinuo-icon-qrcode:hover,.yinuo-icon-qrcode-1
{background:url(../imgs/icon/qrcode-1.png) no-repeat;background-size:cover;}
.yinuo-icon-regedit  /*注册*/
{background:url(../imgs/icon/regedit.png) no-repeat;background-size:cover;}
.yinuo-icon-regedit:hover,.yinuo-icon-regedit-1  
{background:url(../imgs/icon/regedit-1.png) no-repeat;background-size:cover;}
.yinuo-icon-school  /*学校*/
{background:url(../imgs/icon/school.png) no-repeat;background-size:cover;}
.yinuo-icon-school:hover,.yinuo-icon-school-1
{background:url(../imgs/icon/school-1.png) no-repeat;background-size:cover;}
.yinuo-icon-search  /*搜索*/
{background:url(../imgs/icon/search.png) no-repeat;background-size:cover;}
.yinuo-icon-search:hover,.yinuo-icon-search-1
{background:url(../imgs/icon/search-1.png) no-repeat;background-size:cover;}
.yinuo-icon-server  /*客服*/
{background:url(../imgs/icon/server.png) no-repeat;background-size:cover;}
.yinuo-icon-server:hover,.yinuo-icon-server-1 
{background:url(../imgs/icon/server-1.png) no-repeat;background-size:cover;}
.yinuo-icon-set  /*设置*/
{background:url(../imgs/icon/set.png) no-repeat;background-size:cover;}
.yinuo-icon-set:hover,.yinuo-icon-set-1 
{background:url(../imgs/icon/set-1.png) no-repeat;background-size:cover;}
.yinuo-icon-sex  /*性别*/
{background:url(../imgs/icon/sex.png) no-repeat;background-size:cover;}
.yinuo-icon-sex:hover,.yinuo-icon-sex-1 
{background:url(../imgs/icon/sex-1.png) no-repeat;background-size:cover;}
.yinuo-icon-share   /*分享*/
{background:url(../imgs/icon/share.png) no-repeat;background-size:cover;}
.yinuo-icon-share:hover,.yinuo-icon-share-1
{background:url(../imgs/icon/share-1.png) no-repeat;background-size:cover;}
.yinuo-icon-stars   /*星座*/
{background:url(../imgs/icon/stars.png) no-repeat;background-size:cover;}
.yinuo-icon-stars:hover,.yinuo-icon-stars-1
{background:url(../imgs/icon/stars-1.png) no-repeat;background-size:cover;}
.yinuo-icon-style  /*样式*/
{background:url(../imgs/icon/style.png) no-repeat;background-size:cover;}
.yinuo-icon-style:hover,.yinuo-icon-style-1
{background:url(../imgs/icon/style-1.png) no-repeat;background-size:cover;}
.yinuo-icon-table  /*列表*/
{background:url(../imgs/icon/table.png) no-repeat;background-size:cover;}
.yinuo-icon-table:hover,.yinuo-icon-table-1
{background:url(../imgs/icon/table-1.png) no-repeat;background-size:cover;}
.yinuo-icon-text  /*文本模式*/
{background:url(../imgs/icon/text.png) no-repeat;background-size:cover;}
.yinuo-icon-text:hover,.yinuo-icon-text-1
{background:url(../imgs/icon/text-1.png) no-repeat;background-size:cover;}
.yinuo-icon-timer  /*时钟*/
{background:url(../imgs/icon/timer.png) no-repeat;background-size:cover;}
.yinuo-icon-timer:hover,.yinuo-icon-timer-1
{background:url(../imgs/icon/timer-1.png) no-repeat;background-size:cover;}
.yinuo-icon-top   /*回顶部*/
{background:url(../imgs/icon/top.png) no-repeat;background-size:cover;}
.yinuo-icon-top:hover,.yinuo-icon-top-1
{background:url(../imgs/icon/top-1.png) no-repeat;background-size:cover;}
.yinuo-icon-type   /*类型*/
{background:url(../imgs/icon/type.png) no-repeat;background-size:cover;}
.yinuo-icon-type:hover,.yinuo-icon-type-1
{background:url(../imgs/icon/type-1.png) no-repeat;background-size:cover;}
.yinuo-icon-unable  /*失效*/
{background:url(../imgs/icon/unable.png) no-repeat;background-size:cover;}
.yinuo-icon-unable:hover,.yinuo-icon-unable-1
{background:url(../imgs/icon/unable-1.png) no-repeat;background-size:cover;}
.yinuo-icon-uncheck /*反检测*/
{background:url(../imgs/icon/uncheck.png) no-repeat;background-size:cover;}
.yinuo-icon-uncheck:hover,.yinuo-icon-uncheck-1
{background:url(../imgs/icon/uncheck-1.png) no-repeat;background-size:cover;}
.yinuo-icon-user  /*用户*/
{background:url(../imgs/icon/user.png) no-repeat;background-size:cover;}
.yinuo-icon-user:hover,.yinuo-icon-user-1
{background:url(../imgs/icon/user-1.png) no-repeat;background-size:cover;}
.yinuo-icon-usergroup  /*用户组*/
{background:url(../imgs/icon/usergroup.png) no-repeat;background-size:cover;}
.yinuo-icon-usergroup:hover,.yinuo-icon-usergroup-1
{background:url(../imgs/icon/usergroup-1.png) no-repeat;background-size:cover;}
.yinuo-icon-upload  /*上传*/
{background:url(../imgs/icon/upload.png) no-repeat;background-size:cover;}
.yinuo-icon-upload:hover,.yinuo-icon-upload-1
{background:url(../imgs/icon/upload-1.png) no-repeat;background-size:cover;}
.yinuo-icon-wechat  /*微信*/
{background:url(../imgs/icon/wechat.png) no-repeat;background-size:cover;}
.yinuo-icon-wechat:hover,.yinuo-icon-wechat-1
{background:url(../imgs/icon/wechat-1.png) no-repeat;background-size:cover;}
.yinuo-icon-word  /*word文档*/
{background:url(../imgs/icon/word.png) no-repeat;background-size:cover;}
.yinuo-icon-word:hover,.yinuo-icon-word-1
{background:url(../imgs/icon/word-1.png) no-repeat;background-size:cover;}
.yinuo-icon-yzm  /*验证码*/
{background:url(../imgs/icon/yzm.png) no-repeat;background-size:cover;}
.yinuo-icon-yzm:hover,.yinuo-icon-yzm-1
{background:url(../imgs/icon/yzm-1.png) no-repeat;background-size:cover;}