body,h1,h2,h3,h4,h5,h6,hr,dl,dt,dd,ul,ol,li,th,td,p,blockquote,pre,form,fieldset,legend,button,input,textarea {margin: 0;padding: 0;}
body,button,input,select,textarea {font: 14px/1.5 "\5FAE\8F6F\96C5\9ED1";}
h1,h2,h3,h4,h5,h6,button,input,select,textarea {font-size: 100%;}
address,cite,dfn,var,em,i {font-style: normal;}
small {font-size: 12px;}
ul, li, ol {list-style: none;}
fieldset,img {border: 0;}
table {border-collapse: collapse;border-spacing: 0;}
body {color: #666;background-color: #fff;}
a {text-decoration:none;color:#0088cc;cursor: pointer;hide-focus: expression(this.hideFocus=true)}
a:hover {text-decoration:none;color:#0088cc;}
img{width: 100%;height: auto;vertical-align: bottom}
html {_overflow-y: scroll;}
.clear-fix { zoom: 1; _height: 1px }
.clear-fix:after { content: ""; display: block; height: 0; clear: both; visibility: hidden }
.fl{float: left;}
.fr{float: right;}
* {-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;outline: none;}
@font-face {font-family:"iconfont";
    src:url('../fonts/iconfont.eot?t=1469094768'); /* IE9*/
    src:url('../fonts/iconfont.eot?t=1469094768#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/iconfont.woff?t=1469094768') format('woff'), /* chrome, firefox */
    url('../fonts/iconfont.ttf?t=1469094768') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
    url('../fonts/iconfont.svg?t=1469094768#iconfont') format('svg'); /* iOS 4.1- */
}
@font-face {
    font-family: 'number';
    src: url('../fonts/DINAlternate-Bold.eot'),
    url('../fonts/DINAlternate-Bold.ttf'),
    url('../fonts/DIN-BoldAlternate.otf'),
    url('../fonts/DINAlternate-Bold.woff');
}

body{
    font-family: 'PingFang SC','Microsoft Yahei','\5FAE\8F6F\96C5\9ED1',Arial,'Hiragino Sans GB','\5B8B\4F53',system;
}

.iconfont{font-family:"iconfont";font-size:1.3em;font-style:normal;font-weight:normal}
[class*=icon-]:before {
    font-family:"iconfont";font-size:1.35em;padding:0 3px;font-style:normal;font-weight:normal
}   .icon-close:before { content: "\e601"}
    .icon-right:before { content: "\e600"}
    .icon-download:before { content: "\e606";}
    .icon-right-copy:before { content: "\e604"; }
    .icon-success:before { content: "\e605";color: #2FBA20}
    .icon-fail:before { content: "\e603";color: red}
    .icon-add:before { content: "\e607"; }
    .icon-del:before { content: "\e608"; }
[class^=nav-icon-]{
    background: url(../image/icons.png) no-repeat;background-position: -9999px -9999px;width: 22px;height: 22px;display: inline-block;vertical-align: middle;
}   .nav-icon-small{background-position: -4px -4px}
    .nav-icon-account{background-position: -28px -5px}
    .nav-icon-trade{background-position: -52px -5px}
    .nav-icon-fund{background-position: -76px -5px}
    .nav-icon-audit{background-position: -102px -5px}
    .nav-icon-plugin{background-position: -126px -5px}
    .nav-icon-coupon{background-position: -150px -5px}
    .nav-icon-operator{background-position: -174px -5px}
    .nav-icon-merchant{background-position: -198px -5px}
    .nav-icon-download{background-position: -224px -5px}
    .nav-icon-receipt{background-position: -250px -5px}
    .nav-icon-upload{background-position: -276px -5px}
    .nav-icon-help{background-position: -404px 0;}
    .nav-icon-bill{background-position: -5px 0;}
[class*=picIcon-]{
    background: url(../image/icons.png) no-repeat;background-position: -9999px -9999px;width: 25px;height: 25px;display: inline-block;vertical-align: middle;
}
.nav-icon-sign{ background: url(../image/sign-icon.png) no-repeat;width: 22px;height: 22px;display: inline-block;vertical-align: middle;}
.picIcon-user{background-position: -306px -2px}
.picIcon-company{background-position: -333px -2px}
/*表单输入框*/
input,select,textarea{
    font:14px "\5FAE\8F6F\96C5\9ED1";color:#666;border:1px solid #CCC;margin-top:8px;
}
input, select {line-height:36px;height:36px;padding:0 8px;width:160px}
input[disabled]{background: 0 0;color: #666}
input[type="password"]::-ms-reveal{display: none;}
textarea {resize:none;width: 400px;height: 200px;line-height: 1.4!important;padding: 6px 12px}
input[type='radio'], input[type='checkbox'] {padding:0;margin-right:3px;width:auto;position:relative;top:2px;border:none;height: auto}
input[type='file']{position: absolute;-moz-opacity:0; opacity:0;filter:alpha(opacity=0);z-index: 999;cursor: pointer;display: block !important;}
/*横线*/
hr {
    margin:0;padding:0;border:none;border-bottom:1px solid #DDD;height:0
}   hr.dotted {border-bottom-style:dotted}
/*文字*/
.txt-info {color:#0075D2 !important;}
.txt-danger,.pay-error {color:#F22E48 !important;}
.txt-gray {color:#999 !important;}
.txt-red {color:#FF0000 !important;}
.txt-lg {font-size:25px !important;}
.txt-md {font-size:18px !important;}
/*背景*/
.bg-normal{background: #EFEFEF;}
.bg-success{background: #EDFFCE }
.txt-c{text-align: center}
.txt-r{text-align: right}
/*字符截取*/
.txt-eps {display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.no-shadow {-webkit-box-shadow:none !important;box-shadow:none !important}
.no-border {border:none !important}
.v-top {vertical-align:top !important}
.hidden{display: none !important;}
/*边框*/
.wrapper {padding:25px 20px}
.wrapper-sm {padding:10px 12px}
.padder-h {padding-left:20px;padding-right:20px}
.padder-h-sm {padding-left:8px;padding-right:8px}
.padder-v {padding-top:25px;padding-bottom:25px }
.no-padder {padding:0 !important}
.margin {margin:25px 20px}
.margin-h {margin-left:20px;margin-right:20px}
.margin-v {margin-top:25px;margin-bottom:25px}
.margin-v-xs {margin-top:8px;margin-bottom:8px}
.left {float: left}
.right {float: right}
.btn {
    padding:0 10px;border:1px solid #fff; cursor:pointer;line-height: 28px;text-align: center;display: inline-block;
}   .btn.big {padding:0 20px;font-size:1.15em;border-color:#0064C1;color:#0075D2;line-height: 32px;}
    .btn.large{padding:0 30px;font-size:1.15em;border-color:#0064C1;color:#0075D2;line-height: 36px;}
    .btn.info {background:#0064C1;border:1px solid #0064C1;color:#fff;}
    .btn.gray {background:#F6F6F6; border:1px solid #DDD; color:#666}
    .btn.disable {background:#CBCBCB;border:1px solid #DDD;color:#666}
    .btn.active {border-color:#0176d2;color:#0176d2}
/*头部信息*/
.header {
    position:fixed;top:0;width:100%;background:#0075D2;height:50px;color:#fff;z-index:1005;min-width: 900px
}   .header .logo {height:100%;width:auto}
    .header .brand {line-height:50px;font-size:16px;padding:0 20px;display:inline-block;cursor:pointer}
    .header .line{margin-left: 10px;display: none; font-size: 14px;width: 450px;}
    .header .line img{height: 28px; width: 28px; vertical-align: middle;}
    .header ul.nav-bar {float:right}
    .header ul.nav-bar li {border-right:1px solid #0066c4;display:inline-block;padding:0 18px;line-height:50px;}
    .header ul.nav-bar li a{color: #fff}
/*向下脚标*/
.caret {
    display:inline-block;margin-left:4px;vertical-align:middle;border-top:5px solid;border-right:4px solid transparent;border-left:4px solid transparent
}
/*右侧导航栏*/
.nav-i {
    position:fixed;width:150px;top:50px;bottom:0;left:0;background:#293038;z-index:1004;color:#fff;overflow:auto;overflow-x:hidden;
}   .nav-i [class^=nav-icon-]{margin:0 14px}
    .nav-i.small {width:50px}
    .nav-i ul {width:170px;overflow: auto;overflow-x:hidden;height: 100%;}
    .nav-i .nav-head {padding:30px 25px 38px !important;font-weight:bold;font-size:15px}
    .nav-i li {position:relative;padding:13px 0;cursor:pointer;width: 150px}
    .nav-i li.small{text-align: center;padding: 9px 0;background-color: #394555;}
    .nav-i.small li{text-align: left}
    .nav-i.small .nav-icon-small{background-position: -4px -26px}
    .nav-i li:hover {background:#394555}
    .nav-i li.active {background:#0a77cf}
.nav-tip{
    position: fixed;display: none;z-index: 1003;left: 50px; padding:13px;color: #fff;margin-left:8px;background: #394555;
}   .nav-tip:before{content: '';display:inline-block;margin-left:-19px;margin-right:13px;
        border-top:7px solid transparent; border-right:7px solid #394555;border-bottom:7px solid transparent}
/*二级导航栏*/
.nav-n {
    left:150px;background:#eaedf2;z-index:1001;color:#333;
}   .nav-i-sm .nav-n{left: 50px}
    .nan-none .nav-n{display: none}
    .nav-n li{padding:13px 10px 13px 30px;}
    .nav-n li:hover {background:#f3f5f8}
    .nav-n li.active{background:#fff}
.nan-pack{
    position: fixed;z-index: 1002;top: 50%;margin-left: -13px; left: 300px;height: 52px;width: 15px;cursor: pointer;
    background: url(../image/icons.png) no-repeat;display: inline-block;vertical-align: middle;background-position:-365px 0;
}   .nan-none .nan-pack{background-position: -384px 0;margin-left: 0;left: 150px}
    .nav-i-sm .nan-pack{left: 200px}
    .nav-i-sm.nan-none .nan-pack{left: 50px;}

/*导航变动*/
.header ~ .content{top:50px;}
/*内容区域*/
   .nan-none .nav-n ~ .content, .nav-i ~ .content {margin-left: 150px}
    .nav-i-sm.nan-none .nav-n ~ .content,
    .nav-i-sm .content{margin-left: 50px}
    .nav-i-sm .nav-n ~ .content{margin-left: 200px}
    .nav-n ~ .content{margin-left: 300px}
.result{
    display: inline-block;text-align: left;max-width: 60%;word-wrap:break-word;word-break:break-all;
}   .result [class*=icon-]{position: relative;margin: 10px 0;}
    .result [class*=icon-]:before{position: absolute;left: -1.7em;top: -.15em;}
/*内容头*/
.ct-head {
    border-left:1px solid #0075d2;font-size:17px;padding-left:10px;line-height:1
}   .ct-head .route {float:right;color:#666;font-size:12px;line-height:17px}
    .ct-head .route li {display:inline-block}
    .ct-head .route li:before {font-size:12px}
    .ct-head .route li.current {font-weight:bold}
/*tab组件*/
.tabs {border-bottom:1px solid #DDD;height: 43px;}
    .tabs .tab {float: left;padding:0 25px;border-top: 2px solid #fff; line-height:40px; color:#999;cursor:pointer;background: #fff;border-bottom: 1px solid #ddd}
    .tabs .tab.active {border:1px solid #ddd;border-top:2px solid #0075D2;color:#333;border-bottom:1px solid #fff;}
/*panel*/
.panel {border:1px solid #DDD;border-radius:0}
/*列*/
.cell.txtbox label{float: left;}
.cell.txtbox small{display: block;padding-left: 11em;padding-top: 8px;}
.cell > * {margin-right:8px;display:inline-block;vertical-align:top;margin-top: 8px;line-height: 36px;}
    .cell label {text-align:right;}
    .cell .btn-group .btn{display: inline-block;margin-top: 0;padding:0 10px}
    .cell .control > *{display: inline-block;margin-top: 0;margin-bottom: 0}
    .cell .control .tip{line-height: 1.7;display: block}
    .cell .tip-b{line-height: 1.7;margin-top: 0}
    .cell.big > *{line-height: 26px;margin-top: 0}
.rank{
}  .rank .r-body{line-height: 28px;display: block}
   .rank .left~.r-body{margin-left: 200px}
   .rank .right~.r-body{margin-right: 220px}
/*列头*/
.t-head {font-size:16px;margin-bottom:8px;color:#000;display:block !important}
    .t-head.big {margin-bottom:20px}
    .t-head > .t-more {float:right;line-height:18px;font-size:14px}
/*表格*/
.table {border-collapse:collapse !important;width:100%;font-size:12px;text-align:center}
    .table.fixed {table-layout:fixed}
    .table.no-border th {border:none}
    .table th {background:#f5f6fa;font-weight:normal}
    .table th,
    .table td {border:1px solid #DDD;color:#333;padding:5px;line-height:30px;word-break: break-all}
/*空表格内容*/
.table-none {
    border:1px solid #DDD;border-top:none;text-align:center;padding:5px;line-height:30px
}
/*分页*/
.pagination {
    margin-top:12px;height: 28px;width: 100%;
}   .pagination ul {float: right;line-height: 28px;text-align: center;font-size:12px;margin-right: 1px}
    .pagination ul > *{float: left;min-width: 30px;border-top: 1px solid #ddd;border-bottom: 1px solid #ddd}
    .pagination ul > *:first-child{border-left: 1px solid #ddd;}
    .pagination li:hover {background:#0075D2;color:#fff;cursor:pointer;}
    .pagination li.active {border-top:1px solid #0075D2;border-left:1px solid #DDD;border-right:1px solid #DDD}
    .pagination div{border: none;}
    .pagination .page-input{margin-left: 2em;font-size: 14px;}
    .pagination .page-input *{line-height: 28px;height: 28px;font-size: 14px;-webkit-box-sizing: content-box; -moz-box-sizing: content-box;box-sizing: content-box;}
    .pagination .page-input input{width: 1.5em;margin-top: 0;}
/*日历下拉选择组件*/
.search, .datePicker, .select {
    position:relative;cursor:pointer;color:#666;width:160px;margin-top:8px;line-height: 36px;
}   .select input{padding-right:30px;margin:0;padding-left:5px}
    .select i{position:absolute;right:1px;top:1px;height:34px;width:30px;z-index:1;cursor:pointer;background: #fff}
    .select i .caret{border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid #999;position:relative;top:-2px;right:0}
    .select ul {border:1px solid #ddd;border-top: none;width:100%;position:absolute;top:100%;background:#fff;display:none;z-index:11;max-height:200px;overflow:auto}
    .select li {padding:0 10px;overflow: hidden;text-overflow: ellipsis;cursor: pointer}
    .select li:hover {background:#eee}
    .select.small {width:110px}
    .select.media {
        width:300px;
    }   .select.media .selectIn {padding:0 30px 0 10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;height: 36px;border: 1px solid #ccc}
        .select.media img {display:inline-block;height:20px;width:100px;margin-right:10px}
.datePicker {
    border: 1px solid #ddd;padding:0 25px 0 10px;height: 36px;
}   .datePicker:after {content:'\e602';position:absolute;right:5px;top:1px;font-family:iconfont;font-size:24px;vertical-align:bottom;}
    .datePicker[is-time]{width: 180px}
.search {
    cursor:text !important;
}
/*滚动条样式*/
::-webkit-scrollbar {width:10px; height:10px}
::-webkit-scrollbar-thumb {border-radius:10px;background:#ccc}
/*栅格布局等分*/
.row:before {display:table;content:''}
.row:after {clear:both;display:table;content:''}
    .row > div {position:relative;min-height:1px;float:left}
/*日历*/
.calendar {
    text-align:center
}   .calendar > div {padding:5px;line-height:30px;width:14.28571428%;height:40px;cursor: pointer}
.calendar .none {visibility:hidden;}
.calendar .disable {background:#F6F6F6;color:#999;cursor: text !important;}
.calendar > div {border-left:1px solid #ddd;border-top:1px solid #ddd;background:#eee}
.calendar > div:before,
.calendar > div:after {content:'';position:absolute;background:#DDD}
.calendar > div:before {bottom:-1px;left:0;width:100%;height:1px}
.calendar > div:after {top:-1px;right:-1px;bottom:-1px;width:1px}
.calendar > div:hover,
.calendar > div.active {background:none;color:#0075D2;border:1px solid #0075D2}
.calendar > div:hover:before,
.calendar > div:hover:after,
.calendar > div.active:before,
.calendar > div.active:after {background:#0075D2;z-index:1}
.calendar[data-select] > div.active > i{
    background: url(../image/icons.png) no-repeat;
    background-position: -77px -47px;
    position: absolute;bottom: 0;right: 0;
    margin-top: -11px;
    width: 26px;height: 26px;
}
.calendar-m>div{width: 16.62%;}
.icon-new{
    display: none;
    width: 36px;
    height: 36px;
    position: absolute;
    right: 12px;
    top: 2px;
    background: url(../image/new_icon.png) no-repeat 0 0;
}
.id-code{
    height: 36px;width: 85px;border: none;cursor: pointer;
}
/*密码控件*/
.cell-pw{
    position: relative; width: 250px;
}   .cell-pw input{ width: 100%; }
    .cell-pw .passwordCtrl-not-support{ position: absolute; padding:0 10px; height: 36px; width: 110%; line-height: 36px; }
    .cell-pw .passwordCtrl-install-link{ color: #08c; }
    .cell-pw.passwordCtrl-install-mandatory .passwordCtrl-install-link{ position: absolute; padding:0 10px; height: 36px; width: 100%; line-height: 36px; }
    .cell-pw .passwordCtrl-tips{width: auto;}
    .cell-pw .passwordCtrl{ height: 36px; line-height: 28px;border:1px solid #ccc;}
    .cell-pw .txt-danger{display: none !important;}
    .cell-pw.display .txt-danger{display: block !important;}
    .cell-pw.passwordHolder{ display: inline-block !important;}
    .cell-pw.passwordHolder .strongShow{width: 250px}
    .cell-pw.passwordHolder .strongShow span{margin-top: 0}
.overflow{overflow: hidden;}
.mask-bg{position: fixed;top: 0;left: 0;width:100%;height: 100%;background:#000;z-index: 9999;-moz-opacity:0.4; opacity:0.4;filter:alpha(opacity=50);}
.mask-model{
    position: fixed;top: 50%;left: 50%;z-index: 10000;display: none;
}   .mask-model .mask-content{
        position: relative;left: -50%;background: #fff;min-width: 300px;min-height: 160px;
    }   .mask-content .msk-close{position: absolute;right: 4px;top: 4px;z-index: 99;background: #fff;font-style: normal;cursor: pointer;width: 25px;height: 25px;text-align: center}
        .mask-content .msk-close:before{padding-right: 0;content: '\e601';font-family: iconfont}
        .mask-content .msk-body{
            max-width: 1000px;max-height: 500px;word-wrap: break-word;overflow: hidden;border-top: 4px solid #0075D2
        }   .msk-body .msk-title{font-size: 15px;font-weight: 500;padding-left: 15px;height:26px;line-height: 26px;color: #666}
            .msk-body .tip-content{padding: 20px 30px 50px;text-align: center;font-size: 15px;color: #333;}
            .msk-body .tip-content.ERROR{color: #F22E48}
            .msk-body .tip-content + .close{text-align: center;position: absolute;bottom: 16px;width: 100%;z-index: 2}
            .msk-body .close .btn{line-height: 28px;height: 28px;font-size: 13px;padding: 0 15px}
            .msk-body .close .btn+.btn{margin-left: 15px;}
iframe{border: 0!important;}
.must{position: relative}
.must:before{content: '*';color: red;letter-spacing: 4px}
.mask-iframe{position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: -1;-moz-opacity:0; opacity:0;filter:alpha(opacity=0);}
/*400*/
.error-wrapper { margin: 150px auto 0 200px; height: auto; overflow: hidden; }
.error-right { float: left; padding-left: 30px; }
    .error-right strong, .error-right em, .error-right span { display: block; }
    .error-right strong { font-size: 37px; }
    .error-right em { font-size: 25px; font-style: normal; }
    .error-right span { color: #D3D3D3; margin: 10px 0 15px; }
.note { width: 200px; height: 200px; display: block; float: left; }
/*自助签约*/
#sign{margin-right:25px;}
.sign{ background: #ffffff;   z-index: 1000;  position:relative;}
.m-sign>h2{font-family:STHeitiSC-Medium;  font-size:24px;  color:#333333; text-align:center;margin-bottom: 15px;}
.margin-check{  margin: 13px 0px; font-family:STHeitiSC-Light;  font-size:12px;  color:#333333;  float:left; }
.margin-p{  margin-top: 5px; padding: 5px;overflow-x: hidden }
.margin-p>p{ text-indent:2em; font-family:STHeitiSC-Medium;  font-size:12px;  color:#333333;  line-height:16px;  text-align:left;}
.afoot{overflow: hidden;padding: 0px 25px;margin-top: -10px;}
.afoot>div:last-child{margin-top:16px; }
.sign-btn{  float:right;  margin-top:31px;}
.sign-btn .btn{background:#0a77cf;  width:80px;  height:30px;font-family:STHeitiSC-Light;  font-size:12px;  color:#ffffff;}
.sign-btn .btn:first-child{ margin-top: 17px;}
.sign-btn .actives{border:1px solid #0a77cf; background-color: #FFFFFF;color:#0a77cf;}
.check-pop{background:#ffffff;  box-shadow:0 6px 40px 0 rgba(0,0,0,0.20);  border-radius:4px;  width:340px;  height:298px;}
.mask{background-color: rgba(0,0,0,.2);  height: 100%;  width: 100%;  z-index: 5;  position: fixed;  top: 0;  left: 0;  bottom: 0;  right: 0;}
.false{display: none;}
/*注销证书*/
[data-smt='disableForm'] {  margin-left: 0px;  }

.top-tip{background: #F6F6F6;font-family:"iconfont",  PingFangSC-Regular;  font-size: 12px;  color: #666666;padding: 6px 10px;}
.t-head a{float: right;margin-left:18px;}

/*操作手册功能*/
.nav-bar{
    position: relative;
}
.operateMenu{
    position:relative;
}
.operateTip{
    display:none;
    background: #FFFFFF;
    box-shadow: 0 6px 40px 0 rgba(0,0,0,0.18);
    border-radius: 2px;
    position: absolute;
    left: 0px;
    top: 50px;
    width: 140px;
    height: 105px;
    text-align: center;
    line-height: 34px
}
.operateTip p a{
    font-family: 'PingFang SC','Microsoft Yahei','\5FAE\8F6F\96C5\9ED1',Arial,'Hiragino Sans GB','\5B8B\4F53',system;
    font-size: 12px;
    color: #333333 !important;
}
.operateTip>p:hover{
    background:#EEEEEE;
}
.operateTip:before {
    content: " ";
    position: absolute;
    bottom: 100%;
    left:25px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right:6px solid transparent;
}
.operateTip:after {
    content: " ";
    position: absolute;
    bottom: 100%;
    left: 74px;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-bottom: 10px solid #fff;
    border-right: 7px solid transparent;
}
.nav-bar b{
    position: absolute;
    width: 8px;
    height: 6px;
   background: url("../image/arrow-d.png") no-repeat ;
    top: 24px;
    left: 80px;
}


/*云平台图标*/
[class^=nav-cloud-]{
    margin: 0 14px;
    background: url(../image/ico_menus.png) no-repeat;background-position: 0px 0px;width: 22px;height: 22px;display: inline-block;vertical-align: middle;
}
.nav-cloud-vip{
    background-position: 0 -20px;
}
.nav-cloud-score{
    background-position: 0 -40px;
}
.nav-cloud-money{
    background-position: 0 -60px;
}
.nav-cloud-data{
    background-position: 0 -80px;
}
.nav-cloud-permissions{
    background-position: 0 -100px;
}
.nav-cloud-sale{
    background-position: 0 -120px;
}
.nav-cloud-pay{
    background-position: 0 -140px;
}
.nav-cloud-sell{
    background-position: 0 -160px;
}
.nav-cloud-account{
    background-position: 0 -180px;
}
.nav-pp-order{
    display: inline-block;
    width: 22px;height: 22px;
    margin: 0 14px;
    background: url(../image/order-icon.png) no-repeat;
    position: relative;
    top:7px;
}
.nav-icon-giftCard{background: url("../image/nav-icon-giftCard.png")no-repeat;width: 22px;height: 22px;}
.nav-icon-GPservice{background: url("../image/nav-icon-GPservice.png")no-repeat;width: 22px;height: 22px;}
.nav-icon-BMactivitie{background: url("../image/nav-icon-BMactivitie.png")no-repeat;width: 22px;height: 22px;}
.nav-icon-CMmanagement{background: url("../image/nav-icon-CMmanagement.png")no-repeat;width: 22px;height: 22px;}
.nav-icon-LSdelivery{background: url("../image/nav-icon-LSdelivery.png")no-repeat;width: 22px;height: 22px;}
.nav-icon-AOAother{background: url("../image/nav-icon-AOAother.png")no-repeat;width: 22px;height: 22px;}
.nav-icon-transactionGrade{background: url("../image/nav-icon-transactionGrade.png")no-repeat;width: 22px;height: 22px;}


.table-all{
    background: #f5f6fa;
    font-size: 14px;
    color: #333333;
    font-weight: bold;
}
.sub,.subw{
    width: 100px;
}
.subw{background: #FFFFFF}
