@charset "utf-8";
/* CSS Document */

body,form,div,span,ul,ol,li,p,pre,dl,dt,dd,h1,h2,h3,h4,h5,h6,em,a,fieldset,legend,address,label,textarea,select,input,figure,table,th,td,b,i{margin:0;padding:0;}
fieldset,img{border:0;}
ul,li{list-style:none;}
em,i{font-style:normal;}
table{border-collapse:separate;border-spacing:0;}
a{text-decoration:none;}
a:focus,input,button,select,textarea{outline:none;}
h1,h2,h3,h4,h5,h6{ font-size:100%; font-variant: normal;}
input,select,img{ vertical-align:middle;}
legend{ display:none;}
textarea{resize:none;}
.overhidden{ overflow:hidden;}
.overflowX{ overflow-x:hidden;}
.clear{ clear:both;}
.clearfix{zoom:1;}
.clearfix:after{clear:both; content:"";display:block;height:0;line-height:0;visibility:hidden;}

/* bootstrap */
*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.sideNav dt:after{
  transition: all .6s;
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid .row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before{
    display: table;
    content: "";
    clear: both;
}
.w10{
  width: 10% !important;
}
.w20{
  width: 20% !important;
}
.w30{
  width: 30% !important;
}
.w40{
  width: 40% !important;
}
.w50{
  width: 50% !important;
}
.w60{
  width: 60% !important;
}
.w70{
  width: 70% !important;
}
.w80{
  width: 80% !important;
}
.w90{
  width: 90% !important;
}
.w100{
  width: 100% !important;
}
.requiredTag{
  color: red;
}
.fleft{
  float: left;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}

html,body{
    width: 100%;
    height: 100%;
}
body{
    font-family: "Microsoft YaHei",sans-serif,Arial;
    font-size: 12px;
}
.button{
    display: inline-block;
    width: 143px;
    height: 32px;
    color: #2987d3;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
    border: 1px solid #2987d3;
    border-radius: 3px;
    background: #fff;
    cursor: pointer;
    margin-top:10px;
}
.button-Primary{
    background: #2987d3;
    color: #fff;
}
.button-disble{
    background: #c0c0c0;
    color: #fff;
    border-color: #c0c0c0;
    cursor: default;
}
.button-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.button-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}
.button-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}
.button-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.button.disble{
  background: #8f95a3;
  border-color: #8f95a3;
}
.input-content{
  margin-top: 8px;
  vertical-align: top;
}
.input-text{
  min-width: 100px;
  height: 32px;
  line-height: 32px;
  padding: 0 10px;
  border: 1px solid #dedede;
  vertical-align: top;
}
.text-area{
  width: 100%;
  height: 122px;
  padding: 10px;
  border: 1px solid #dedede;
  background: #fff;
}
.marTop{
  margin-top: 30px;
}
.dateWidth{
  float: left;
  width: 500px;
}
.dateWidth .dropdown-menu{
  width: 30%;
  margin-right: 2%;
}

.checkbox,.radio{
    position: relative;
    display: inline-block;
    width: 21px;
    height: 21px;
    margin: 0 4px;
    vertical-align: middle;
}
.checkbox label,.radio label{
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #dadee7;
    background: #f6f7fa;
}
.radio label{
  border-radius: 50%;
}
.radio label:after{
  position: absolute;
  top:50%;
  left: 50%;
  width: 10px;
  height: 10px;
  margin: -5px 0 0 -5px;
  border-radius: 50%;
  background: #2987d3;
  content: "";
  opacity: 0;
}
.checkbox label:after{
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background: url(../images/new/checkbox.jpg) center no-repeat;
    content: "";
    opacity: 0;
}
.checkbox input,.radio input{
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 1;
}
.checkbox input[type=checkbox]:checked + label{
    border-color: #2987d3;
    background: #fff;
}
.checkbox input[type=checkbox]:checked + label:after,.radio input[type=radio]:checked + label:after{
    opacity: 1;
}

.fpage{
    position: absolute;
    right: 0;
    top: 0;
    font-size: 0;
}
.fpage a{
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #fff;
    color: #0e1a35;
    font-size: 14px;
    font-weight: bold;
    border-right: 1px solid #eeeff6;
    vertical-align: top;
}
.fpage a:hover,.fpage .active{
    color: #5584ff;
}
.fpage-group-btn a:last-child{
    border: none;
}
.fpage-pre,.fpage-next{
    display: inline-block;
    width: 40px;
    height: 40px;
    cursor: pointer;
}
.fpage-pre{
    opacity: 0;
    background: url(../images/new/fpage-pre.png) center no-repeat;
}
.fpage-next{
    background: url(../images/new/fpage-next.png) center no-repeat;
}

.table{
    width: 100%;
    max-width: 100%;
    background-color: transparent;
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    /*border: 1px solid #ddd;*/
}
.table td{
  border-bottom: 1px solid #ddd;
}
.table tr{
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.table tbody tr th{
  border-bottom: 1px solid #ddd;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 3px 5px;
    line-height: 1.42857143;
    vertical-align: middle;
}
.table thead tr th{
    height: 30px;
    background: #e3e3e3;
    border-color: #e3e3e3;
    color: #2c2c2c;
    vertical-align: middle;
    outline: none;
}
.table thead{
    border-top-color: #ddd;
}
.table thead tr th:first-child{
    
    border-left-color: #ddd;
}
.table thead tr th:last-child{
    
    border-right-color: #ddd;
}

.wrapper,.home{
    width: 100%;
    height: 100%;
    min-width: 1024px;
}
.cont{
  width: 100%;
  height: 100%;
}
.home{
    position: relative;
    min-height: 500px;
}
.home .center{
    max-width: 1060px;
    padding: 0 10px;
    margin: 0 auto;
}
.header{
    position: relative;
    padding: 5px 20px;
    background-color: #fff;
}
.home .header{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 101;
    padding: 10px 0;
}
.home .main{
    position: absolute;
    /*min-height: 500px;*/
    /*height: 100%;*/
    left: 0;
    right: 0;
    top: 66px;
    bottom: 129px;
    background: #3198ea url(../images/new/homeBg.jpg) center bottom no-repeat;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.cont .main{
  position: absolute;
  left: 0;
  right: 0;
  top: 56px;
  bottom: 0;
}
.top-uInfo{
    position: absolute;
    right: 36px;
    top: 18px;
    line-height: 24px;
    color: #000;
    font-size: 0;
}
.top-uInfo a,.top-uInfo span{
    font-size: 14px;
    color: #000;
}
.line{
    padding: 0 8px;
}
.top-uInfo .top-ulogout{
    color: #2987d3;
}

/* --登录页-- */

.passportBox{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 372px;
    padding-top: 22px;
    margin: -173px 0 0 -186px;
    background: #fff;
}
.pb-title{
    padding: 0 20px;
    border-bottom: 1px solid #e5e5e5;
}
.pb-tItem{
    display: inline-block;
    margin-bottom: -1px;
    padding: 0 8px 15px;
    font-weight: bold;
    border-bottom: 2px solid #2987d3;
}
.pb-body{
    padding: 5px 20px 28px;
}
.pb-body-label{
    position: relative;
    margin-top: 15px;
}
.icon-label{
    position: absolute;
    width: 18px;
    height: 18px;
    left: 13px;
    top: 15px;
}
.icon-userName{
    background: url(../images/new/usIcon.png) center no-repeat;
}
.icon-password{
    background: url(../images/new/lockIcon.png) center no-repeat;
}
.pass-text-input{
    width: 280px;
    height: 48px;
    padding: 0 10px 0 40px;
    line-height: 48px;
    border: 1px solid #e5e5e5;
}
#login-verifyCode{
    float: left;
    width: 138px;
    margin-right: 10px;
    padding: 0 10px 0 18px;
}
.verifyCodeImg img{
    cursor: pointer;
}
.pass-button-submit{
    width: 100%;
    height: 44px;
    line-height: 44px;
    background: #2987d3;
    text-align: center;
    color: #fff;
    border: none;
    border-radius: 3px;
    cursor: pointer;
}

/* --侧导航-- */
.sideNav{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 228px;
    padding-top: 5px;
    background: #2987d3;

    overflow-y: auto;
}
.sideNav::-webkit-scrollbar-track
{
    background-color: #F5F5F5;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.22);
}
.sideNav::-webkit-scrollbar{
    width: 10px;
    background-color: rgba(0, 0, 0, 0.34);
}
.sideNav::-webkit-scrollbar-thumb{
    background-color: #8b8b8b;
    border-radius: 10px;
}
.sideNav dl{
    padding: 10px 0;
    border-bottom: 1px solid #3592dc;
}
.sideNav dt{
    position: relative;
    padding: 0 0 0px 42px;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    cursor: pointer;
}
.sideNav dt:after{
    position: absolute;
    right: 10px;
    top: 9px;
    display: inline-block;
    width: 9px;
    height: 5px;
    background: url(../images/new/arraw.png) center no-repeat;
    content: "";
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.sideNav dd{
  display: none;
}
.sideNav dd a{
    display: block;
    line-height: 30px;
    padding-left: 52px;
    color: #92ceff;
    font-size: 12px;
    transition: all 1s;
}
.sideNav dd a:hover,.sideNav dd a.active{
    background: #1e74ba;
    color: #fff;

}
.sideNav dl.active dd{
  display: block;
}
.sideNav dl.active dt:after{
  -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* -- 内容区  overflow: hidden; -- */
.content-main{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 228px;
}
.frame-main{
  position: absolute;
  top: 50px;
  right: 0;
  left: 0;
  bottom: 0;
}
.frame-main iframe{
  width: 100%;
  min-width:1024px;
  height: 100%;
  font-size: 0;
  line-height: 0;
}
.content-main .secondNav{
  margin-top: 5px;
}
.content-main .secondNav .navTabClose{
  display: none;
  position: absolute;
  right: -4px;
  top: -7px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fff url(../images/new/chosen-sprite.png) -42px -8px no-repeat;
  content: "";
}
.content-main .secondNav a:hover .navTabClose{
  display: block;
}
.content{
  padding: 15px 20px 0;
}
#appEdit-content .p-t-n{
  min-width: 130px;
}
.panel-title{
    line-height: 28px;
    color: #0e1a35;
    font-size: 22px;
    margin-bottom: 20px;
}
.panel-tools{
    line-height: 30px;
}
.secondNav{
  margin-top: 28px;
  padding-left: 4px;
  font-size: 0;
  border-bottom: 1px solid #2987d3;
}
.sNavItem{
  position: relative;
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  margin-right: 3px;
  margin-bottom: -1px;
  line-height: 38px;
  font-size: 14px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background: #e3e3e3;
  color: #2c2c2c;
  border: 1px solid #e3e3e3;
  border-bottom-color: #1e74ba;
}
.secondNav .active{
  background: #fff;
  color: #1e74ba;
  border-color: #1e74ba;
  border-bottom-color: #fff;
}
.p-t-n{
    float: left;
    min-width: 80px;
    margin-right: 10px;
}
.p-t-group-select{
  display: inline-block;
}
.p-t-group-btn .button{
  margin-right: 10px;
}
.p-t-group-btn{
  margin-top: 10px;
}
#keywordId{
  margin-right: 10px;
}
#addPubCampaignForm .container-fluid{
  margin: 0 -15px;
}
.dropdown-menu{
    float: left;
    width: 233px;
    height: 32px;
    margin-right: 20px;
    line-height: 32px;
    color: #333;
    cursor: pointer;
    
}

.sharow{
	 min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background-clip: padding-box;
}

.col-content-dmenu{
  width: 218px;
}
.input-c-g-item{
  float: left;
  margin: 0 4px;
  vertical-align: middle;
}
.panel-tools > a{
    float: left;
    margin-right: 7px;
}
.textJoin{
  float: left;
  margin-right: 2%;
  display: inline-block;
}
.chosen-container{
  width: 100% !important;
}
.chosen-container-single .chosen-single{
  height: 32px;
  border: 1px solid #dedede;
  line-height: 32px;
  background: #fff;
}
.chosen-container-active.chosen-with-drop .chosen-single {
  background: #fff;
}
.chosen-container .chosen-drop{
  border-color: #dedede;
}
.panel-body{
    margin-top: 20px;
}
.table.topGap{
  padding-top: 85px;
}
.panel-body tbody{
    text-align: center;
}
.panel-body .table tbody td,.panel-body .table tbody th{
    min-width: 100px;
    padding: 5px 0;
    color: #0e1a35;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.panel-body .table tbody tr td:last-child{
  overflow: inherit;
}
.c-t-title{
  line-height: 28px;
  margin-bottom: 6px;
}
.Creative-table{
  float: left;
  width: 70%;
}
.Creative-table-todolist{
  float: left;
  width: 28%;
  margin-top: 34px;
  margin-left: 2%;
  padding: 0 0 0 2%;
  border-left: 1px solid #e3e3e3;
}
.pb-row{
    zoom:1;
}
.pb-row:after{
    clear:both;
    content:"";
    display:block;
    height:0;
    line-height:0;
    visibility:hidden;
}
.col-item{
    float: left;
}
.col-title,.col-content{
    padding: 1px 0;
    line-height: 30px;
    margin-bottom: 10px;
}
.col-content{
    color: #999;
}
.input-content-tips{
  margin-top: 16px;
  line-height: 24px;
  color: #1e74ba;
}
.more-group-select{
  float: left;
}
.activity-re-group{
  float: left;
  margin-bottom: 30px;
}
.activity-re-group .input-text{
  width: 100%;
}
.activity-re-group .activity-re-group-head{
  margin-bottom: 10px;
}
.data-Time-row {
  float: left;

}
.data-Time-row-day{
  width: 138px;
}
.data-Time-row-hours{
  width: 106px;
}
.d-t-rItem{
  padding: 16px 0 0;
}
.addKeys{
  margin-top: 18px;
  padding-left: 0;
}
.price{
    color: #2987d3;
}
.traffic{
  display: inline-block;
  padding: 0 40px;
}
#chart img{
  max-width: 100%;
}
.btn-accountDetail{
    margin-top: 40px;
}
.control-btn{
    color: #0e1a35;
}
.table-control{
    position: relative;
    min-height: 42px;
    margin-top: 30px;
}
.operatingIcon{
  display: inline-block;
  position: relative;
}
.operatingIcon.active .table-operation-pop{
  display: block;
}
.o-icon{
  display: inline-block;
  width: 17px;
  height: 17px;
  background: url(../images/new/navPic04.png) no-repeat;
  cursor: pointer;  
}
.table-operation-pop{
  display: none;
  position: absolute;
  top: 18px;
  right: 0;
  z-index: 10;
  border: solid 1px #ccc;
  background: #fff;
  padding: 6px 10px;
}
.table-operation-pop a{
  color: #0e1a35;
}
.hasDatepicker{
  width: 100% !important;
}
.JCLRgrip{
  border: 1px solid #ccc;
}
.headClone{
  display: none;
}
.tableHeadFixed{
  display: block;
  position: fixed;
  top: 0;
  left: 15px;
  z-index: 101;
  overflow: hidden;
}
.headClone .cloneGrips{
  position: absolute;
  top: 0;
}
.headClone th{
  /*min-width: 100px;*/
}
.table-operation-pop li {
    white-space: nowrap;
    text-align: left;
    margin: 3px 0;
}
.surplus{
  padding-bottom: 15px;
  text-align: right;
}
.footer{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 64px 0 25px;
    background: #363636;
    color: rgba(255,255,255,.6);
    font-size: 12px;
    line-height: 20px;
}

/* winnie targetKeywordArea */
.h40{
  height: 40px;
}
.keyWordSales{
  width: 50%;
  float: left;
  margin-right: 2%;
  padding-right: 2%;
  border-right: 1px solid #e3e3e3;
}
.k-s-area{
  padding-bottom: 20px;
}
.keyWordNormal{
  width: 48%;
  overflow: hidden;
  float: left;
}
.k-tips{
  line-height: 24px;
  color: #1e74ba;
  padding-bottom: 16px;
}
.k-area{
  width: 48%;
  float: left;
}
.add-area{
  width: 50%;
  margin-left: 2%;
  padding-left: 2%;
  float: left;
}
.select-k{
  border:1px solid #e3e3e3;
  padding: 2% 4%;
  height: 360px;
  overflow: hidden;
  background: #fff;
}
.select-k li{
  line-height: 30px;
}
.bg-white{
  background: none !important;
  background-color: #fff !important;
}
.pw-title{
  background: #f6f7fa;
  height: 88px;
  text-align: center;
}
.pw-title p{
  width: 560px;
  line-height: 88px;
  color: #242424;
  font-size: 16px;
  display: inline-block;
  text-align: left;
} 
.pw-titel-item{
  display: inline-block;
  padding-right: 60px;
}
.pw-titel-item.active{
  color: #2987d3;
}
.pw-content{
  padding: 65px 0 0 0;
  width: 460px;
  margin:0 auto;
}
.pw-content .p-t-n{
  width: 90px;
  color: #888;
  font-size: 12px;
}
.pw-input{
  float: left;
  margin-bottom: 20px;
  width: 350px;
}
.pw-content .col-title{
  padding: 0;
  line-height: 42px;
}
.pw-input .input-text{
  width: 350px;
}
.pw-input .button{
  height: 48px;
}
.pw-step-account .pw-content,.pw-step-checked .pw-content{
  width: 560px;
}
.pw-step-account .p-t-n,.pw-step-checked .p-t-n{
  margin-right: 0;
}
.pw-step-account .pw-account,.pw-step-checked .pw-account{
  width: 330px;
}
.pw-step-account .pass-text-input,.pw-step-checked .pass-text-input{
  width: 168px !important;
}
.pw-step-account .pass-button-submit,.pw-step-checked .pass-button-submit{
  width: 330px;
  margin-left: 40px;
}

/* 弹窗样式 */

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
    display: none;
}
.modal {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal-pop-main .row{
  margin-bottom: 5px;
}
#uploadImg{
  width: 100%;
  text-align: center;
  min-height: 120px;
  line-height: 120px;
}
#uploadImg img{
  max-height: 120px;
}
.modal-pop-main .p-t-n{
  position: relative;
  line-height: 44px;
}
.pop-image-tips{
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  left: 70px;
  top: 12px;
  background: url(../new/images/help.png) center no-repeat;
}
.pop-image-tips .helpBox{
    position: absolute;
    top: 5px;
    left: 25px;
    width: 310px;
    background: #F8F8E0;
    padding: 10px;
    display: none;
    z-index: 10000;
    font-size: 12px;
    line-height: 24px;
}
.pop-image-tips:hover .helpBox{
  display: inline-block;
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}
.modal-header{
    position: relative;
    padding: 15px;
    border-bottom: 1px solid #ddd;
    font-size: 15px;
    font-weight: bolder;
}
.modal-body {
    position: relative;
    padding: 15px;
}
.modal-foot{
  position: relative;
  padding: 15px;
}
.closeBtn{
  text-align: center;
}
.right-btn-group{
  text-align: right;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
.fade.in{
  opacity: 1;
  display: block;
}
.modal-backdrop.fade{
    filter: alpha(opacity=0);
    opacity: 0;
}
.modal-backdrop.in{
    filter: alpha(opacity=.5);
    opacity: .5;
}
.modal-dialog{
  margin: 0px auto 0;
}
.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0,-25%);
    -ms-transform: translate(0,-25%);
    -o-transform: translate(0,-25%);
    transform: translate(0,-25%);
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}
#batchIncomeTbody .input-text{width:100px}
.Activities-tab{
  margin-top: 20px;
}

.dropdown-menu input,.dropdown-menu select{
	width: 100%
}

.truncate-ellipsis{
	margin-left:5px;
	display: inline-block;
	width: 90%;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.truncate-ellipsis2{
	margin-left:5px;
	width: 90%;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#beginDate,#endDate{
    z-index: 9;
    position: relative;
}
.updatePassword .row{
	width: 60%;
	margin-left: 20%;
}
.updatePassword .btn-group{
	width: 50%;
	margin-left: 25%;
}
.updatePassword .modal-dialog{
	margin-top: 105px;
}
.exp{float:left; padding-left:10px; color:#ffb210; line-height:23px!important; font-size:12px; }

@font-face{font-family:'Glyphicons Halflings';src:url('./fonts/glyphicons-halflings-regular.eot');src:url('./fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),url('./fonts/glyphicons-halflings-regular.woff') format('woff'),url('./fonts/glyphicons-halflings-regular.ttf') format('truetype'),url('./fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg')}


.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
    content: "\2a"
}

.glyphicon-plus:before {
    content: "\2b"
}

.glyphicon-euro:before {
    content: "\20ac"
}

.glyphicon-minus:before {
    content: "\2212"
}

.glyphicon-cloud:before {
    content: "\2601"
}

.glyphicon-envelope:before {
    content: "\2709"
}

.glyphicon-pencil:before {
    content: "\270f"
}

.glyphicon-glass:before {
    content: "\e001"
}

.glyphicon-music:before {
    content: "\e002"
}

.glyphicon-search:before {
    content: "\e003"
}

.glyphicon-heart:before {
    content: "\e005"
}

.glyphicon-star:before {
    content: "\e006"
}

.glyphicon-star-empty:before {
    content: "\e007"
}

.glyphicon-user:before {
    content: "\e008"
}

.glyphicon-film:before {
    content: "\e009"
}

.glyphicon-th-large:before {
    content: "\e010"
}

.glyphicon-th:before {
    content: "\e011"
}

.glyphicon-th-list:before {
    content: "\e012"
}

.glyphicon-ok:before {
    content: "\e013"
}

.glyphicon-remove:before {
    content: "\e014"
}

.glyphicon-zoom-in:before {
    content: "\e015"
}

.glyphicon-zoom-out:before {
    content: "\e016"
}

.glyphicon-off:before {
    content: "\e017"
}

.glyphicon-signal:before {
    content: "\e018"
}

.glyphicon-cog:before {
    content: "\e019"
}

.glyphicon-trash:before {
    content: "\e020"
}

.glyphicon-home:before {
    content: "\e021"
}

.glyphicon-file:before {
    content: "\e022"
}

.glyphicon-time:before {
    content: "\e023"
}

.glyphicon-road:before {
    content: "\e024"
}

.glyphicon-download-alt:before {
    content: "\e025"
}

.glyphicon-download:before {
    content: "\e026"
}

.glyphicon-upload:before {
    content: "\e027"
}

.glyphicon-inbox:before {
    content: "\e028"
}

.glyphicon-play-circle:before {
    content: "\e029"
}

.glyphicon-repeat:before {
    content: "\e030"
}

.glyphicon-refresh:before {
    content: "\e031"
}

.glyphicon-list-alt:before {
    content: "\e032"
}

.glyphicon-lock:before {
    content: "\e033"
}

.glyphicon-flag:before {
    content: "\e034"
}

.glyphicon-headphones:before {
    content: "\e035"
}

.glyphicon-volume-off:before {
    content: "\e036"
}

.glyphicon-volume-down:before {
    content: "\e037"
}

.glyphicon-volume-up:before {
    content: "\e038"
}

.glyphicon-qrcode:before {
    content: "\e039"
}

.glyphicon-barcode:before {
    content: "\e040"
}

.glyphicon-tag:before {
    content: "\e041"
}

.glyphicon-tags:before {
    content: "\e042"
}

.glyphicon-book:before {
    content: "\e043"
}

.glyphicon-bookmark:before {
    content: "\e044"
}

.glyphicon-print:before {
    content: "\e045"
}

.glyphicon-camera:before {
    content: "\e046"
}

.glyphicon-font:before {
    content: "\e047"
}

.glyphicon-bold:before {
    content: "\e048"
}

.glyphicon-italic:before {
    content: "\e049"
}

.glyphicon-text-height:before {
    content: "\e050"
}

.glyphicon-text-width:before {
    content: "\e051"
}

.glyphicon-align-left:before {
    content: "\e052"
}

.glyphicon-align-center:before {
    content: "\e053"
}

.glyphicon-align-right:before {
    content: "\e054"
}

.glyphicon-align-justify:before {
    content: "\e055"
}

.glyphicon-list:before {
    content: "\e056"
}

.glyphicon-indent-left:before {
    content: "\e057"
}

.glyphicon-indent-right:before {
    content: "\e058"
}

.glyphicon-facetime-video:before {
    content: "\e059"
}

.glyphicon-picture:before {
    content: "\e060"
}

.glyphicon-map-marker:before {
    content: "\e062"
}

.glyphicon-adjust:before {
    content: "\e063"
}

.glyphicon-tint:before {
    content: "\e064"
}

.glyphicon-edit:before {
    content: "\e065"
}

.glyphicon-share:before {
    content: "\e066"
}

.glyphicon-check:before {
    content: "\e067"
}

.glyphicon-move:before {
    content: "\e068"
}

.glyphicon-step-backward:before {
    content: "\e069"
}

.glyphicon-fast-backward:before {
    content: "\e070"
}

.glyphicon-backward:before {
    content: "\e071"
}

.glyphicon-play:before {
    content: "\e072"
}

.glyphicon-pause:before {
    content: "\e073"
}

.glyphicon-stop:before {
    content: "\e074"
}

.glyphicon-forward:before {
    content: "\e075"
}

.glyphicon-fast-forward:before {
    content: "\e076"
}

.glyphicon-step-forward:before {
    content: "\e077"
}

.glyphicon-eject:before {
    content: "\e078"
}

.glyphicon-chevron-left:before {
    content: "\e079"
}

.glyphicon-chevron-right:before {
    content: "\e080"
}

.glyphicon-plus-sign:before {
    content: "\e081"
}

.glyphicon-minus-sign:before {
    content: "\e082"
}

.glyphicon-remove-sign:before {
    content: "\e083"
}

.glyphicon-ok-sign:before {
    content: "\e084"
}

.glyphicon-question-sign:before {
    content: "\e085"
}

.glyphicon-info-sign:before {
    content: "\e086"
}

.glyphicon-screenshot:before {
    content: "\e087"
}

.glyphicon-remove-circle:before {
    content: "\e088"
}

.glyphicon-ok-circle:before {
    content: "\e089"
}

.glyphicon-ban-circle:before {
    content: "\e090"
}

.glyphicon-arrow-left:before {
    content: "\e091"
}

.glyphicon-arrow-right:before {
    content: "\e092"
}

.glyphicon-arrow-up:before {
    content: "\e093"
}

.glyphicon-arrow-down:before {
    content: "\e094"
}

.glyphicon-share-alt:before {
    content: "\e095"
}

.glyphicon-resize-full:before {
    content: "\e096"
}

.glyphicon-resize-small:before {
    content: "\e097"
}

.glyphicon-exclamation-sign:before {
    content: "\e101"
}

.glyphicon-gift:before {
    content: "\e102"
}

.glyphicon-leaf:before {
    content: "\e103"
}

.glyphicon-fire:before {
    content: "\e104"
}

.glyphicon-eye-open:before {
    content: "\e105"
}

.glyphicon-eye-close:before {
    content: "\e106"
}

.glyphicon-warning-sign:before {
    content: "\e107"
}

.glyphicon-plane:before {
    content: "\e108"
}

.glyphicon-calendar:before {
    content: "\e109"
}

.glyphicon-random:before {
    content: "\e110"
}

.glyphicon-comment:before {
    content: "\e111"
}

.glyphicon-magnet:before {
    content: "\e112"
}

.glyphicon-chevron-up:before {
    content: "\e113"
}

.glyphicon-chevron-down:before {
    content: "\e114"
}

.glyphicon-retweet:before {
    content: "\e115"
}

.glyphicon-shopping-cart:before {
    content: "\e116"
}

.glyphicon-folder-close:before {
    content: "\e117"
}

.glyphicon-folder-open:before {
    content: "\e118"
}

.glyphicon-resize-vertical:before {
    content: "\e119"
}

.glyphicon-resize-horizontal:before {
    content: "\e120"
}

.glyphicon-hdd:before {
    content: "\e121"
}

.glyphicon-bullhorn:before {
    content: "\e122"
}

.glyphicon-bell:before {
    content: "\e123"
}

.glyphicon-certificate:before {
    content: "\e124"
}

.glyphicon-thumbs-up:before {
    content: "\e125"
}

.glyphicon-thumbs-down:before {
    content: "\e126"
}

.glyphicon-hand-right:before {
    content: "\e127"
}

.glyphicon-hand-left:before {
    content: "\e128"
}

.glyphicon-hand-up:before {
    content: "\e129"
}

.glyphicon-hand-down:before {
    content: "\e130"
}

.glyphicon-circle-arrow-right:before {
    content: "\e131"
}

.glyphicon-circle-arrow-left:before {
    content: "\e132"
}

.glyphicon-circle-arrow-up:before {
    content: "\e133"
}

.glyphicon-circle-arrow-down:before {
    content: "\e134"
}

.glyphicon-globe:before {
    content: "\e135"
}

.glyphicon-wrench:before {
    content: "\e136"
}

.glyphicon-tasks:before {
    content: "\e137"
}

.glyphicon-filter:before {
    content: "\e138"
}

.glyphicon-briefcase:before {
    content: "\e139"
}

.glyphicon-fullscreen:before {
    content: "\e140"
}

.glyphicon-dashboard:before {
    content: "\e141"
}

.glyphicon-paperclip:before {
    content: "\e142"
}

.glyphicon-heart-empty:before {
    content: "\e143"
}

.glyphicon-link:before {
    content: "\e144"
}

.glyphicon-phone:before {
    content: "\e145"
}

.glyphicon-pushpin:before {
    content: "\e146"
}

.glyphicon-usd:before {
    content: "\e148"
}

.glyphicon-gbp:before {
    content: "\e149"
}

.glyphicon-sort:before {
    content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"
}

.glyphicon-sort-by-order:before {
    content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154"
}

.glyphicon-sort-by-attributes:before {
    content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156"
}

.glyphicon-unchecked:before {
    content: "\e157"
}

.glyphicon-expand:before {
    content: "\e158"
}

.glyphicon-collapse-down:before {
    content: "\e159"
}

.glyphicon-collapse-up:before {
    content: "\e160"
}

.glyphicon-log-in:before {
    content: "\e161"
}

.glyphicon-flash:before {
    content: "\e162"
}

.glyphicon-log-out:before {
    content: "\e163"
}

.glyphicon-new-window:before {
    content: "\e164"
}

.glyphicon-record:before {
    content: "\e165"
}

.glyphicon-save:before {
    content: "\e166"
}

.glyphicon-open:before {
    content: "\e167"
}

.glyphicon-saved:before {
    content: "\e168"
}

.glyphicon-import:before {
    content: "\e169"
}

.glyphicon-export:before {
    content: "\e170"
}

.glyphicon-send:before {
    content: "\e171"
}

.glyphicon-floppy-disk:before {
    content: "\e172"
}

.glyphicon-floppy-saved:before {
    content: "\e173"
}

.glyphicon-floppy-remove:before {
    content: "\e174"
}

.glyphicon-floppy-save:before {
    content: "\e175"
}

.glyphicon-floppy-open:before {
    content: "\e176"
}

.glyphicon-credit-card:before {
    content: "\e177"
}

.glyphicon-transfer:before {
    content: "\e178"
}

.glyphicon-cutlery:before {
    content: "\e179"
}

.glyphicon-header:before {
    content: "\e180"
}

.glyphicon-compressed:before {
    content: "\e181"
}

.glyphicon-earphone:before {
    content: "\e182"
}

.glyphicon-phone-alt:before {
    content: "\e183"
}

.glyphicon-tower:before {
    content: "\e184"
}

.glyphicon-stats:before {
    content: "\e185"
}

.glyphicon-sd-video:before {
    content: "\e186"
}

.glyphicon-hd-video:before {
    content: "\e187"
}

.glyphicon-subtitles:before {
    content: "\e188"
}

.glyphicon-sound-stereo:before {
    content: "\e189"
}

.glyphicon-sound-dolby:before {
    content: "\e190"
}

.glyphicon-sound-5-1:before {
    content: "\e191"
}

.glyphicon-sound-6-1:before {
    content: "\e192"
}

.glyphicon-sound-7-1:before {
    content: "\e193"
}

.glyphicon-copyright-mark:before {
    content: "\e194"
}

.glyphicon-registration-mark:before {
    content: "\e195"
}

.glyphicon-cloud-download:before {
    content: "\e197"
}

.glyphicon-cloud-upload:before {
    content: "\e198"
}

.glyphicon-tree-conifer:before {
    content: "\e199"
}

.glyphicon-tree-deciduous:before {
    content: "\e200"
}
/* 2017.10.11新增余额表格样式 */
.balance_tab{max-width:1220px;
overflow:hidden;
margin-bottom:20px;}
.balance_tab table{border-collapse:collapse;
text-align:center;
border:1px solid #d5d5d5;
margin-right:40px;
float:left;
}
.balance_tab .tab01 h4{padding-bottom:10px;}
.balance_tab .tab02 h4{padding-bottom:5px;}
.balance_tab table td{
border-collapse:collapse;
border:1px solid #d5d5d5;
}
.balance_tab .tab01 td{
width:236px;
height:70px;	
}
.balance_tab .tab02 th,.balance_tab .tab02 td{width:88px;
height:70px;}
.balance_tab table .br_rt_none{border-right:none;}
.balance_tab table .br_side_none{border-right:none;
border-left:none}
.balance_tab .btn{margin:20px 0}
.dividedLine{height:1px;background:#d5d5d5;font-size:0;width:100%;margin-bottom:20px}