@charset "utf-8";
/* CSS Document */
/* reset */
html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu{margin:0;padding:0;}
header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details{display:block;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;font-weight:normal;}
html,body,fieldset,img,iframe,abbr{border:0;}
i,cite,em,var,address,dfn{font-style:normal;}
[hidefocus],summary{outline:0;}
li{list-style:none;}
h1,h2,h3,h4,h5,h6,small{font-size:100%;}
sup,sub{font-size:83%;}
pre,code,kbd,samp{font-family:inherit;}
q:before,q:after{content:none;}
textarea{overflow:auto;resize:none;}
label,summary{cursor:default;}
a,button{cursor:pointer;}
h1,h2,h3,h4,h5,h6,em,strong,b{font-weight:bold;}
del,ins,u,s,a,a:hover{text-decoration:none;}
body{word-wrap: break-word;font: 12px/normal "Consolas";color: #555;background: #fff; min-width:960px;outline:0;}
textarea,input,button,select,keygen,legend{font:12px/1.14 arial,\5b8b\4f53;color:#333;outline:0;}
::selection {text-shadow: none;color: #fff;background-color: rgba(0,102,255,0.8);}
::-webkit-input-placeholder {color: #bbb !important;}
.g-in:after,.m-list ul:after,.m-anform .cnt ul:after {display: block;visibility: hidden;height: 0;overflow: hidden;
    clear: both;content: ".";}
.g-in,.m-list ul,.m-anform .cnt ul {zoom: 1;}
/* 对全站a标签做重置设置 */
a {-webkit-transition: color 0.3s;-moz-transition: color 0.3s;-ms-transition: color 0.3s;transition: color 0.3s;}
a,a:hover{ color:#333;}
/* 以下对布局类选择器统一做了清除浮动的操作 */
.g-hd:after,.g-bd:after,.g-ft:after,.g-wrap:after{display:block;visibility:hidden;clear:both;height:0;content:".";}
.g-hd,.g-bd,.g-ft,.g-wrap{zoom:1;}
/* CSS Document */
/* function */
.f-cb:after,.f-cbli li:after{display:block;clear:both;visibility:hidden;height:0;overflow:hidden;content:".";}
.f-cb,.f-cbli li{zoom:1;}
.f-ib{display:inline-block;*display:inline;*zoom:1;}
.f-dn{display:none;}
.f-db{display:block;}
.f-fl{float:left;}
.f-fr{float:right;}
.f-pr{position:relative;}
.f-prz{position:relative;zoom:1;}
.f-oh{overflow:hidden;}
.f-ff0{font-family:arial,\5b8b\4f53;}
.f-ff1{font-family:"Microsoft YaHei",\5fae\8f6f\96c5\9ed1,arial,\5b8b\4f53;}
.f-fs1{font-size:12px;}
.f-fs2{font-size:14px;}
.f-fwn{font-weight:normal;}
.f-fwb{font-weight:bold;}
.f-tal{text-align:left;}
.f-tac{text-align:center;}
.f-tar{text-align:right;}
.f-taj{text-align:justify;text-justify:inter-ideograph;}
.f-vam,.f-vama *{vertical-align:middle;}
.f-wsn{word-wrap:normal;white-space:nowrap;}
.f-pre{overflow:hidden;text-align:left;white-space:pre-wrap;word-wrap:break-word;word-break:break-all;}
.f-wwb{white-space:normal;word-wrap:break-word;word-break:break-all;}
.f-ti{overflow:hidden;text-indent:-30000px;}
.f-ti2{text-indent:2em;}
.f-lhn{line-height:normal;}
.f-tdu,.f-tdu:hover{text-decoration:underline;}
.f-tdn,.f-tdn:hover{text-decoration:none;}
.f-toe{overflow:hidden;word-wrap:normal;white-space:nowrap;text-overflow:ellipsis;}
.f-csp{cursor:pointer;}
.f-csd{cursor:default;}
.f-csh{cursor:help;}
.f-csm{cursor:move;}
.f-usn{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;}
.f-pdr-5{padding-right: 5%;}
.f-pdl-5{padding-left: 5%;}
.f-pdl-35{padding-left: 35%;}
/* 多行式面包屑导航 */
.m-crumb{overflow:hidden;line-height:1.5;zoom:1;}
.m-crumb ul{margin-left:-20px;}
.m-crumb li{float:left;word-wrap:normal;white-space:nowrap;}
.m-crumb li i{display:inline-block;*display:inline;*zoom:1;width:20px;text-align:center;font-size:12px;color:#ccc;font-family:\5b8b\4f53;}
/* 空白分隔 */
.m-crumb-blank ul{margin-left:-10px;}
.m-crumb-blank li{display:inline;margin-left:10px;}
/* 小三角  */
.caret{display: inline-block;width: 0;height: 0;margin-left: 2px;vertical-align: middle;border-top: 4px solid;border-right: 4px solid transparent;border-left: 4px solid transparent;}

/* 通用自定义按钮-默认蓝色 */
.u-btn{display:inline-block;*display:inline;*zoom:1;*overflow:visible;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;padding:0 12px;height:28px;line-height:28px;border:1px solid #2d88bf;font-size:12px;letter-spacing:1px;word-spacing:normal;text-align:center;vertical-align:middle;cursor:pointer;background:#58d;}
button.u-btn{*height:30px;_line-height:25px;}
.u-btn,.u-btn:hover{color:#fff;text-decoration:none;}
.u-btn:hover,.u-btn:focus {
filter:progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#CC5588DD', endColorstr='#CC5588DD');
background-color:rgba(85,136,221,0.8);
}
/* IE9 HACK 避免在IE9下背景色叠加 */
:root .u-btn { filter:none; }
.u-btn::-moz-focus-inner{padding:0;margin:0;border:0;}
.u-btn .btntxt{margin-right:3px;_vertical-align:middle;}
.u-btn .btnsel{display:inline-block;*display:inline;*zoom:1;width:0;height:0;overflow:hidden;vertical-align:middle;border-style:solid dashed dashed;border-width:4px 4px 0;border-color:#fff transparent transparent;}
/* 较大 */
.u-btn-lg{padding:0 15px;height:36px;line-height:36px;font-size:18px;}
button.u-btn-lg{*height:38px;_line-height:33px;}
.u-btn-lg .btnsel{border-width:5px 5px 0;}
/* 较小 */
.u-btn-sm{padding:0 10px;height:22px;line-height:22px;}
button.u-btn-sm{*height:24px;_line-height:19px;}
/* 红色 */
.u-btn-c1{border-color:#9f161b;background:#de2027;}
.u-btn-c1:hover,.u-btn-c1:focus{background:#cc1c23;}
/* 黄色 */
.u-btn-c2{border-color:#e1962d;background:#faa42b;}
.u-btn-c2:hover,.u-btn-c2:focus{background:#f8960a;}
/* 绿色 */
.u-btn-c3{border-color:#52a552;background:#5cbc5c;}
.u-btn-c3:hover,.u-btn-c3:focus{background:#50b150;}
/* 灰色 */
.u-btn-c4{border-color:#d0d0d0;background:#f3f3f3;}
.u-btn-c4,.u-btn-c4:hover{color:#333;}
.u-btn-c4:hover,.u-btn-c4:focus{background:#e7e7e7;}
.u-btn-c4 .btnsel{border-top-color:#555;}
.u-btn-c4:hover .btnsel,.u-btn-c4:focus .btnsel{border-top-color:#000;}

.u-btn-choose{width:40px!important;height:29px;}
/* 文本输入框 */
.u-tta,
.u-slt-mtl,
.u-ipt{width:180px;padding:5px;height:17px;border:1px solid #D9D9D9;border-top-color:#c0c0c0;line-height:17px;font-size:14px;color:#777;background:#fff;}
/* 文本输入框-窄 */
.u-ipt-1{width:90px;}
.u-ipt-2{width: 50px;text-align: center;border-radius: 0;border:1px solid #D9D9D9;border-top: none;border-bottom: none;height: 25px;border-color: #bcc0c9;_margin-top: 0;_border-left: 1px solid #bcc0c9;_border-right: 1px solid #bcc0c9;}
.u-ipt-3{width: 80px;text-align: center;height: 25px;border:1px solid #D9D9D9;border-top-color:#c0c0c0;background:#fff;}
/* 文本输入框-出错 */
.u-slt{height: 30px;line-height: 30px;padding: 5px;font-size: 14px;border:1px solid #D9D9D9;border-top-color:#c0c0c0;}
.u-ipt-err{border-color:#c00 #e00 #e00;}
/* 标题文本-默认大小继承 */
.u-tt{font-family:'microsoft yahei',sans-serif;}
/* 较小 */
.u-tt-sm{font-size:12px;}
/* 中等 */
.u-tt-md{font-size:14px;}
/* 较大 */
.u-tt-lg{font-size:16px;}
/* 很大 */
.u-tt-xl{font-size:18px;}
.u-slt-mtl{height: 150px;}
/* 定制文件上传按钮  */
.u-upload{display:inline-block;*display:inline;*zoom:1;position:relative;overflow:hidden;}
.u-upload button{height:32px;padding:0 10px;border:1px solid #ccc;overflow:visible;font-size:14px;color:#666;background:#ddd;}
.u-upload input{position:absolute;top:0;left:0px;font-size:100px;cursor:pointer;opacity:0;filter:alpha(opacity=0);}
.u-upload:hover button{border-color:#bbb;color:#333;background:#ccc;}
a.u-upload,a.u-upload:hover{text-decoration:none;}
/* 水平进度条-默认蓝色 */
.u-progress{width:200px;height:12px;overflow:hidden;border-radius:3px;box-shadow:inset 0 1px 1px rgba(0,0,0,0.2);background:#f7f7f7;}
.u-progress .pgbar,.u-progress .pging{display:block;width:100%;height:100%;}
.u-progress .pgbar{background:#3a9ed8;background:-webkit-gradient(linear,0% 0%,0% 100%,from(#6fbee5),to(#3a9ed8));background:-webkit-linear-gradient(#6fbee5,#3a9ed8);background:-moz-linear-gradient(#6fbee5,#3a9ed8);background:-ms-linear-gradient(#6fbee5,#3a9ed8);background:linear-gradient(#6fbee5,#3a9ed8);-webkit-transition:width 0.5s linear;-moz-transition:width 0.5s linear;-ms-transition:width 0.5s linear;transition:width 0.5s linear;}
.u-progress .pging{background:-webkit-gradient(linear,0% 0%,100% 100%,from(rgba(0,0,0,0)),to(rgba(255,255,255,0.2)),color-stop(25%,rgba(0,0,0,0)),color-stop(25%,rgba(255,255,255,0.2)),color-stop(50%,rgba(255,255,255,0.2)),color-stop(50%,rgba(0,0,0,0)),color-stop(75%,rgba(0,0,0,0)),color-stop(75%,rgba(255,255,255,0.2)));background:-webkit-linear-gradient(-45deg,rgba(0,0,0,0) 0,rgba(0,0,0,0) 25%,rgba(255,255,255,0.2) 25%,rgba(255,255,255,0.2) 50%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 75%,rgba(255,255,255,0.2) 75%,rgba(255,255,255,0.2));background:-moz-linear-gradient(-45deg,rgba(0,0,0,0) 0,rgba(0,0,0,0) 25%,rgba(255,255,255,0.2) 25%,rgba(255,255,255,0.2) 50%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 75%,rgba(255,255,255,0.2) 75%,rgba(255,255,255,0.2));background:-ms-linear-gradient(-45deg,rgba(0,0,0,0) 0,rgba(0,0,0,0) 25%,rgba(255,255,255,0.2) 25%,rgba(255,255,255,0.2) 50%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 75%,rgba(255,255,255,0.2) 75%,rgba(255,255,255,0.2));background:linear-gradient(-45deg,rgba(0,0,0,0) 0,rgba(0,0,0,0) 25%,rgba(255,255,255,0.2) 25%,rgba(255,255,255,0.2) 50%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 75%,rgba(255,255,255,0.2) 75%,rgba(255,255,255,0.2));-webkit-background-size:30px 30px;-moz-background-size:30px 30px;-ms-background-size:30px 30px;background-size:30px 30px;-webkit-animation:pging 1s linear infinite;-moz-animation:pging 1s linear infinite;-ms-animation:pging 1s linear infinite;animation:pging 1s linear infinite;}
@-webkit-keyframes pging{0%{background-position:0 0;}100%{background-position:30px 0;}}
@-moz-keyframes pging{0%{background-position:0 0;}100%{background-position:30px 0;}}
@-ms-keyframes pging{0%{background-position:0 0;}100%{background-position:30px 0;}}
@keyframes pging{0%{background-position:0 0;}100%{background-position:30px 0;}}
/* 较佳，绿色 */
.u-progress-c1 .pgbar{background:#50b050;background:-webkit-gradient(linear,0% 0%,0% 100%,from(#69c769),to(#50b050));background:-webkit-linear-gradient(#69c769,#50b050);background:-moz-linear-gradient(#69c769,#50b050);background:-ms-linear-gradient(#69c769,#50b050);background:linear-gradient(#69c769,#50b050);}
/* 中等，黄色 */
.u-progress-c2 .pgbar{background:#f8960b;background:-webkit-gradient(linear,0% 0%,0% 100%,from(#fbb24c),to(#f8960b));background:-webkit-linear-gradient(#fbb24c,#f8960b);background:-moz-linear-gradient(#fbb24c,#f8960b);background:-ms-linear-gradient(#fbb24c,#f8960b);background:linear-gradient(#fbb24c,#f8960b);}
/* 较差，红色 */
.u-progress-c3 .pgbar{background:#cc1c23;background:-webkit-gradient(linear,0% 0%,0% 100%,from(#f0232b),to(#cc1c23));background:-webkit-linear-gradient(#f0232b,#cc1c23);background:-moz-linear-gradient(#f0232b,#cc1c23);background:-ms-linear-gradient(#f0232b,#cc1c23);background:linear-gradient(#f0232b,#cc1c23);}

/* 含标题和Tab的模块头部-默认不定宽 */
.m-hd{position:relative;height:35px;line-height:35px;padding:1px 0 0;border-bottom:1px solid #ddd;}
.m-hd h2,.m-hd ul,.m-hd li{float:left;display:inline;}
.m-hd h2{margin:0 20px 0 0;font-size:16px;}
.m-hd ul{margin-left:-2px;}
.m-hd li{position:relative;margin:-1px 0 0 2px;}
.m-hd li a,.m-hd li a:hover{text-decoration:none;color:#666;}
.m-hd li a{float:left;padding:0 15px;border:1px solid #ddd;border-bottom:0;border-radius:5px 5px 0 0;text-align:center;font-size:14px;background:#f8f8f8;background:-webkit-gradient(linear,0% 0%,0% 100%,from(#fdfdfd),to(#f8f8f8));background:-webkit-linear-gradient(#fdfdfd,#f8f8f8);background:-moz-linear-gradient(#fdfdfd,#f8f8f8);background:-ms-linear-gradient(#fdfdfd,#f8f8f8);background:linear-gradient(#fdfdfd,#f8f8f8);}
.m-hd li a:hover{background:#fff;}
.m-hd li.z-crt a{position:relative;padding-bottom:1px;margin-bottom:-1px;background:#fff;}
.m-hd .more{float:right;margin-left:10px;}
/* 有背景 */
.m-hd-bg{padding:11px 10px 0;background:#f7f7f7;border:1px solid #bdbdbd}
/* tab无缝 */
.m-hd-sl li{margin-left:-1px;}
.m-hd-sl li a{border-radius:0;}
.m-hd-sl li:first-child a{border-top-left-radius:5px;}
.m-hd-sl li:last-child a{border-top-right-radius:5px;}
/* tab居右 */
.m-hd-rt h2{margin-right:0;}
.m-hd-rt ul{float:right;margin-right: 10px;}
/* tab较小 */
.m-hd-sm{height:25px;line-height:25px;}
.m-hd-sm h2{font-size:14px;}
.m-hd-sm li a{padding:0 10px;font-size:12px;}
/* tab定宽 */
.m-hd-fw li a{width:78px;padding:0;}
/* tab直角 */
.m-hd-ra,.m-hd-ra li a,.m-hd-ra li:first-child a,.m-hd-ra li:last-child a{border-radius:0;}
/* 表格选中行背景色 */
.singleColor{background-color:#b9c6dd;}
/* 表头固定内容滚动的表格  */
.m-tab-grid{position: relative;margin:0px 20px 0px;line-height:18px;}
.m-tab-grid .scroll{position: relative;_height:385px;border:1px solid #ddd;border-top:0;overflow:auto;}
.m-tab-grid table{position: relative;width:100%;_width:auto;empty-cells:show;min-height: 35px;text-align:center;background: #ecf3f9;}
.m-tab-grid table tbody{position: relative;}
.m-tab-grid th,.m-tab-grid td{padding:5px 5px;border:none;white-space: nowrap;}
.m-tab-grid th{position: relative;font-weight:bold;background: #fff;border-bottom: 1px solid #bdbdbd;text-align: center;}
.m-tab-grid tbody tr.first td{border-top:0;}
.m-tab-grid tbody tr.last td{border-bottom:0;}
.m-tab-grid tbody tr td.ie7-hack{height:15px;}
.m-tab-grid tbody tr td.first{border-left:0;}
/* .m-tab-grid tbody tr:hover{background: #d2dcef;} */
.m-tab-grid tbody tr{z-index: 10;}
.m-tab-grid tbody tr.tr-detail{z-index: 1;}
.m-tab-grid tbody tr.tr-detail td{padding:0}
.m-tab-grid tbody tr.tr-detail td div{position:relative;width:auto;border: 1px solid #ce0000;text-align: left;padding: 20px}
.m-tab-grid tbody tr.tr-detail td div p{height:30px;line-height:30px;border-bottom: 1px dashed #bdbdbd;}
.m-tab-grid th.first,
.m-tab-grid tbody tr td.first{width:20px;}
.m-tab-grid tbody tr td.last{border-right:0;}
.m-tab-grid tbody tr td.td-detail{position: relative;width:75px;overflow: visible;padding: 0;border: 0;z-index: 10;}
.m-tab-grid tbody tr td.td-detail span{display: block;height: 30px;line-height:30px;width:100%;border: 1px solid #ce0000;z-index: 10;border-bottom: none;}
.m-tab-grid tbody tr td.td-detail .border-shadow{display: block;position: absolute;bottom: -2px;left: -1px;right: -1px;height: 2px;
_width: 75px;background: #FEFBE8;border-right: 1px solid #CE0000;border-left: 1px solid #CE0000;}
.m-btn-opt{margin:10px 0 0 40px;}
.m-btn-opt button{margin-right: 15px;}
.m-tab-footer{height: 50px;background: #fff;border-left: 1px solid #bdbdbd;border-right: 1px solid #bdbdbd;border-bottom: 1px solid #bdbdbd;}
/* 普通翻页器-默认居中 */
.m-page{margin:10px 20px 0 0;;text-align:center;line-height:32px;font-size:0;letter-spacing:-0.307em;*letter-spacing:normal;*word-spacing:-1px;word-wrap:normal;white-space:nowrap;color:#999;}
.m-page a,.m-page i{display:inline-block;*display:inline;*zoom:1;vertical-align:top;padding:0 12px;margin-left:-1px;border:1px solid #ddd;font-size:12px;letter-spacing:normal;word-spacing:normal;text-shadow:0 1px #fff;background:#fff;-webkit-transition:background-color 0.3s;-moz-transition:background-color 0.3s;-ms-transition:background-color 0.3s;transition:background-color 0.3s;}
.m-page a,.m-page a:hover{text-decoration:none;color:#39c;}
.m-page a.first{margin-left:0;border-top-left-radius:5px;border-bottom-left-radius:5px;}
.m-page a.last{margin-right:0;border-top-right-radius:5px;border-bottom-right-radius:5px;}
.m-page a .pagearr{font-weight:bold;font-family:\5b8b\4f53;vertical-align:top;*vertical-align:middle;}
.m-page a.pageprv .pagearr{margin-right:3px;}
.m-page a.pagenxt .pagearr{margin-left:3px;}
.m-page a:hover{background:#f5f5f5;}
.m-page a:active{background:#f0f0f0;}
.m-page a.z-crt,.m-page a.z-crt:hover,.m-page a.z-crt:active{cursor:default;color:#999;background:#f5f5f5;}
.m-page a.z-dis,.m-page a.z-dis:hover,.m-page a.z-dis:active{cursor:default;color:#ccc;background:#fff;}
.m-page select {padding: 0;color: #333;height:25px;line-height:25px;font-size: 13px;background: #fff;border: 1px solid #bdbdbd;outline: none;position: relative;z-index: 1000;}
/* 居左 */
.m-page-lt{text-align:left;}
/* 居右 */
.m-page-rt{text-align:right;}
/* 较小 */
.m-page-sm{line-height:22px;}
.m-page-sm a,.m-page-sm i{padding:0 8px;}
/* 分离 */
.m-page-sr a,.m-page-sr i{margin:0 3px;border-radius:5px;}
.m-page-sr i{border:0;}
.m-page-sr a.first,.m-page-sr a.last{border-radius:5px;}
/* 排序 三角*/
.m-table-sort{position: absolute;right:0;width: 0;height: 0;overflow: hidden;cursor: pointer;top: 50%;margin: -2px 0 0 0px;border-width: 5px;border-style: dashed;border-color: transparent;border-top-style: solid;border-top-color: #58d;}
.m-table-sort.sort-up{margin: -8px 0 0 0px;border-width: 5px;border-style: dashed;border-color: transparent;border-bottom-style: solid;border-bottom-color: #58d;}

/* CSS Document */


/* 图标 */
.icon{width: 18px;height: 18px;vertical-align: middle;display: inline-block;line-height: 100px;overflow: hidden;background: url("../images/base/base.png") 0 0px no-repeat;cursor: pointer;}
.icon.icon-checkbox{background-position: -360px -160px;width: 22px;height: 22px;}
.icon.icon-checkbox-ok{background-position: -400px -160px;width: 22px;height: 22px;}
/*上拉- 灰底 白色 */
.icon.upGo_gray{background-position: -562px -162px;}
/*下拉- 灰底 白色 */
.icon.downGo_gray{background-position: -482px -202px;}
/*用户- 白色 - 22*/
.icon.acount_white_22{background-position: -440px -160px;width: 22px;height: 22px;}
/*密码- 白色 - 22*/
.icon.password_white_22{background-position: -480px -160px;width: 22px;height: 22px;}
/*验证码- 白色 - 22*/
.icon.checkCode_white_22{background-position: -520px -160px;width: 22px;height: 22px;}
/*部门- 蓝色 - 22*/
.icon.depart_blue_22{background-position: -360px -280px;width: 20px;height: 20px;}
/*分组- 蓝色 - 22*/
.icon.group_blue_22{background-position: -400px -280px;width: 20px;height: 20px;}
/*提示信息- 红色 - 22*/
.icon.tips_blue_22{background-position: -440px -280px;width: 20px;height: 20px;}
/*高中- 蓝色 - 22*/
.icon.gz_blue_22{background-position: -480px -280px;width: 20px;height: 20px;}
/*初中- 蓝色 - 22*/
.icon.cz_blue_22{background-position: -520px -280px;width: 20px;height: 20px;}
/*小学- 蓝色 - 22*/
.icon.xx_blue_22{background-position: -560px -280px;width: 20px;height: 20px;}
/*试用用户 - 22*/
.icon.trialuser{background-position: -320px -320px;width: 20px;height: 20px;}
/*正式用户 - 22*/
.icon.formaluser{background-position: -360px -320px;width: 20px;height: 20px;}
/*IP限制 - 22*/
.icon.ip{background-position: -400px -320px;width: 20px;height: 20px;}
/*合并联系人*/
.icon.icon-mergeContact{background-position: -400px -282px;width: 20px;height: 20px;}
/*下拉- 蓝色 - 22*/
.icon.xiala_blue_22{background-position: -480px -320px;width: 20px;height: 20px;}
/*查询*/
.icon.search{background-position: -481px -42px;}
/*加号- 蓝色 - 20*/
.icon.add_blue_20{background-position: -40px -80px;width: 20px;height: 20px;}
/*加号- 白色*/
.icon.add_white{background-position: -81px -81px;}
/*删除*/
.icon.icon-delete{background: url(../images/ui/ui_sprite.png) no-repeat -7px -8px;}
/*查询*/
.icon.icon-search{background: url(../images/ui/ui_sprite.png) no-repeat -0px -1430px;}
/*新*/
.icon.icon-new{background: url(../images/ui/ui_sprite.png) no-repeat -0px -1506px;width: 22px;height: 22px;}
/*用户新增*/
.icon.icon-user-add{background: url(../images/ui/ui_sprite.png) no-repeat -53px -740px;}
/*用户*/
.icon.icon-user{background: url(../images/ui/ui_sprite.png) no-repeat -53px -776px;}
/*审核提交*/
.icon.icon-submit{background: url(../images/ui/ui_sprite.png) no-repeat -53px -868px;}
/*管理*/
.icon.icon-manager{background: url(../images/ui/ui_sprite.png) no-repeat -53px -806px;}
/* 禁用 */
.icon.noActive{background: url(../images/ui/opt.png) no-repeat -1px -29px;}
/* 激活*/
.icon.active{background: url(../images/ui/opt.png) no-repeat -32px -29px;}
/* 下载限制*/
.icon.limitDownload{background: url(../images/ui/opt.png) no-repeat -88px -28px;}
/* 详情*/
.icon.detail{background: url(../images/ui/ui_sprite.png) no-repeat 2px -608px;}

/* url*/
.icon.url{background: url(../images/ui/opt.png) no-repeat -89px -3px;}
/* 重置密码*/
.icon.resetPsw{background: url(../images/ui/opt.png) no-repeat -60px -3px;}
/* 客户信息*/
.icon.consumerInfo{background: url(../images/ui/ui_sprite.png) no-repeat 2px -970px;}
/* 撤单*/
.icon.cancel{background: url(../images/ui/opt.png) no-repeat -118px -3px;}
/* 修改*/
.icon.edit{background: url(../images/ui/ui_sprite.png) no-repeat -22px -1777px;}
/* 返单*/
.icon.goBack{background:url(../images/ui/ui_sprite.png) no-repeat 0px -1595px;}
/* 提成率 */
.saleRatio,.reserveRatio{text-align:center;}

