@charset "UTF-8";
/* CSS Document */
html, body {
  height: 100%;
}
a{ color:black;}
body {
  background-color: #fff;
  font-family: "Helvetica Neue", Helvetica, Microsoft Yahei, Hiragino Sans GB, WenQuanYi Micro Hei, sans-serif;
  font-size: 13px;
}

.sendcode{ position:absolute; right: 5px; top:5px;}
.price {
  color: #000;
  font-size: 18px;
  font-family: Georgia,Arial;
  font-weight: 700;
  padding-left: 20px;
}

/* Let's get this party started */
::-webkit-scrollbar {
  width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #d3d3d3;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
::-webkit-scrollbar-thumb:window-inactive {
  background: #f3f3f3;
}

.mycontainer{ padding:0px 10px;}

.header {
  background-color: white;
  line-height: 80px;
  height: 80px;
  border-bottom: 1px solid #D7D8DA;
  padding-top: 10px;
  background:#fff;
}

.tsLogo {
  width: 300px;
  height: 55px;
	font-family: "微软雅黑";
    font-size: 24px;
    color: #0095c5;
    font-weight: 600;
    margin: 0px 0px 0px 40px;
    line-height: 1.1em;
}
.tsLogo  span{
    color: #999;
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 500;
}
.login_tr{ line-height: 70px; text-align: right; font-style:italic; letter-spacing: 1px;  }

.btn-primary{ background-color: #1177b3; border:1px solid #1177b3;}
.custom_color{
    background-color: #1177b3; border:1px solid #1177b3;
}
.navbar-icon-menu {
  text-align: center;
}

.navbar-icon-menu li{
  border-left:solid 1px #fff;
  background:#fff;
}

.navbar-icon-menu li:hover{
  background-color:#fff;
}
.navbar-icon-menu i {
  color: #ff6501;
  font-size: 25px;
  display: block;
  margin-bottom: 3px;
}

.navbar-icon-menu span {
  font-size: 11px;
  color: #000;
}
.navbar-icon-menu li:hover span{
  color: #ff6501;
    text-decoration: underline;
}
.panel-body{ background-color: #fff;}
.panel-default>.panel-heading {
    font-size: 20px;
    color: #000;
}
.bg {
  background-color: white;
}

.form-signin {
  max-width: 400px;
  margin: 50px auto;
  border: 0 solid #e0e1e5;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: white;
  box-shadow: 0 3px 10px 2px rgba(0, 0, 0, .05), 0 5px 20px 4px rgba(0, 0, 0, .05);
  -weblit-box-shadow: 0 3px 10px 2px rgba(0, 0, 0, .05), 0 5px 20px 4px rgba(0, 0, 0, .05);
  -moz-box-shadow: 0 3px 10px 2px rgba(0, 0, 0, .05), 0 5px 20px 4px rgba(0, 0, 0, .05);
  -ms-box-shadow: 0 3px 10px 2px rgba(0, 0, 0, .05), 0 5px 20px 4px rgba(0, 0, 0, .05);
  color: #766666;
}

.form-signin-body {
  padding: 25px;
}

.form-signin-footer {
  background-color: #F5F5F5;
  height: 50px;
  border-top: 1px solid #E0E1E5;
  line-height: 50px;
  padding-right: 25px;
  text-align: right;
  font-size: 12px;
}

.form-signin .input-group {
  position: relative;
  width: 100%;
}

.form-signin .input-group-addon {
  color: #BCBCBC;
  border: 0px;
  margin-top: 10px;
  background-color: #F5F5F5;
  font-size: 11px;
  position: absolute;
  z-index: 99;
  width: 30px;
}

.form-signin .form-control {
  padding: 10px 10px 10px 40px;
  height: auto;
  font-size: 12px;
  width: 100%;
  border: none;
  margin-bottom: 20px;
  background-color: #F5F5F5;
  border-radius: 0px;
  height: 45px;
}

.form-signin .form-control:focus {
  z-index: 2;
}

.form-signin .checkbox {
  font-size: 12px;
}

.form-signin .btn-primary {
  border-radius: 2px;
  height: 40px;
  background-color: #2D8EED;
  border: none;
}

/*
 * Global add-ons
 */

.sub-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

/*
 * Top navigation
 * Hide default border to remove 1px line.
 */
.navbar-fixed-top {
  border: 0;
  z-index: 10;
}

/*
 * Sidebar
 */

/* Hide for mobile, show later */
.contextbox{
  padding:0px;padding-top: 80px;
  padding-left: 200px;
}

.sidebarmask{
  display:none;
  position: fixed;
  width:100%;
  height:100%;
  background-color: #000;
  z-index: 8;
  -moz-opacity:0.8;
  opacity:0.8;
}

.sidebar {
  display: block;
  position:absolute;
  z-index: 9;
  width:200px;
}

.sidebar i,.list-group i {
  float: left;
  text-align: left;
  padding-top:3px;
  margin-right: 6px;
  color: #fff
}

@media (min-width: 768px) {
  .sidebar {
    display: block;;
    position: fixed;
    top: 75px;
    bottom: 0;
    left: 0;
    z-index: 9;
    display: block;
    padding: 20px 0px;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
    background-color: #0095c5;
  }
}

.badge{ background-color: #f00;}

.msglist{}
.msglist textarea{ padding: 10px; font-size: 18px; font-family: 'Microsoft YaHei'; }
.msglist legend{ margin-top: 20px; line-height: 180%;}
.msglist .media { padding:10px; font-size: 14px;}
.msglist .media .media-heading { padding-top: 6px; font-weight:bold; }
.msglist .media .media-heading a{ color: #888; }
.msgadd{ margin-top: 10px;}
.msgadd small{ float:right; padding-right: 20px; color: #555;}
.img-face{ width: 50px; height: 50px; background-color: #f9cece; line-height: 50px; text-align: center; font-size: 26px; color: #fff;}

.list-group {
  margin-bottom: 0px;
}

.leftbar .list-group-item{ 
    border-radius: 0; 
    background-color: #0095c5; 
    color: #fff; 
    border:solid 0px #0095c5; 
    border-bottom:solid 1px #0095c5;
 
}

.white-bg {
  background-color: #fff;
}

.list-group .active,.list-group .active:hover {
/*  background-color: #394054;*/
/*  border: 1px solid #394054;*/
  color: #fff;
}
a.list-group-item:focus, a.list-group-item:hover{
/*  background-color: #555;*/
  color:#fff;
}
.list-group-item.focus{
  background-color: #f3f3f3;
  color:#333;
}
.list-group-item.focus:hover{background-color: #f3f3f3;color:#333;}
.list-group-item.focus i{ color:#333;}
/*
 * Main content
 */

.main {
  padding: 20px;
  background: white;
}

@media (min-width: 768px) {
  .main {
    padding-right: 40px;
    padding-left: 40px;
  }
}

.main .page-header {
  margin-top: 0;
}

/*
 * Placeholder dashboard ideas
 */

.placeholders {
  margin-bottom: 30px;
  text-align: center;
}

.placeholders a{ color: black;}

.placeholders h4 {
  margin-bottom: 0;
}

.placeholder {
  margin-bottom: 20px;
}

.placeholder img {
  display: inline-block;
  border-radius: 50%;
}

.fullheight, .fullsize {
  height: 100%;
  width: 100%;
}

.fullsize iframe {
  background-color: #fff;
  height: 100%;
}

.circle {
  width: 150px;
  height: 150px;
  margin: 0 auto;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  background-color: #1177b3;
  line-height: 120px;
  padding: 30px;
  text-align: center;
  color: white;
}

.mai-title {
  padding: 16px 0px
}

.mai-title .nav-pills {
  display: inline-block;
  vertical-align: middle
}

.mai-title h1, .mai-title h2, .mai-title h3, .mai-title h4, .mai-title h5, .mai-title h6 {
  text-indent: 8px;
  border-left: 2px solid #88B7E0;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 8px;
}

.mai-title h1 {
  margin-top: 0px;
  margin-bottom: 0px
}

.mai-title h2 {
  margin-top: 2px;
  margin-bottom: 2px
}

.mai-title h3 {
  margin-top: 4px;
  margin-bottom: 0px;
  height: 20px;
  font-size: 16px;
}

.mai-title h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 14px;
}

.mai-title h5 {
  margin-top: 8px;
  margin-bottom: 0px
}

.mai-title a {
  text-indent: 0px;
}

hr {
  margin: 5px 0px;
}

.mai-table th, .control-label {
  font-weight: normal;
  color: #666
}

/*message */
#page_message {
  display: none;
  font-size: 15px;
  overflow: visible;
  text-align: center;
  left: 0;
  top: 0;
  /* place over all elements, also over modals */
  z-index: 10001;
  width: 100%;
  border-bottom: 1px solid;
  color: white;
  padding: 15px;
  position: fixed;
}

.page_mess_error {
  background-color: #de4343;
  border-color: #ca2424;
}

.page_mess_ok {
  background-color: #5B69FC;
  border-color: #5B69FC;
}

.page_mess_animate {
  background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.05) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(135deg, rgba(255, 255, 255, 0.05) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, 0.05) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 75%, transparent 75%, transparent);
  background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 75%, transparent 75%, transparent);
  -webkit-background-size: 10px 10px;
  -moz-background-size: 10px 10px;
  -o-background-size: 10px 10px;
  background-size: 10px 10px;
  -webkit-animation: animate-bg 3s linear infinite;
  -moz-animation: animate-bg 3s linear infinite;
  -ms-animation: animate-bg 3s linear infinite;
  -o-animation: animate-bg 3s linear infinite;
  animation: animate-bg 3s linear infinite;
}

@-moz-keyframes animate-bg {
  from {
    background-position: 0 0;
  }

  to {
    background-position: -20px 0;
  }
}

@-webkit-keyframes animate-bg {
  from {
    background-position: 0 0;
  }

  to {
    background-position: -20px 0;
  }
}

@-o-keyframes animate-bg {
  from {
    background-position: 0 0;
  }

  to {
    background-position: -20px 0;
  }
}

@-ms-keyframes animate-bg {
  from {
    background-position: 0 0;
  }

  to {
    background-position: -20px 0;
  }
}

@keyframes animate-bg {
  from {
    background-position: 0 0;
  }

  to {
    background-position: -20px 0;
  }
}

a.square {
  background-color: #FAFAFA;
  color: #333;
  line-height: 20px;
  padding: 20px;
  margin-bottom: 10px;
  text-align: center;
  display: block;
  text-decoration: none;
}

a.square i {
  display: block;
}

a.square:hover {
  color: white;
  background-color: #09F;
}

.control-value {
  line-height: 30px;
}

.media {
  border-bottom: 1px solid #D5D5D5;
}

.media:hover {
  background-color: #F4F4F4
}

.media .media-heading {
  font-size: 13px;
}

.media .media-body {
  font-size: 12px;
  line-height: 25px;
}

.media .datetime {
  font-size: 11px;
  color: #ABABAB
}

.media .price {
  font-size: 15px;
  color: #F00
}

.navbar-default {
  background: #fff;
  color: black;
}

.navbar-default .navbar-brand {
    font-family: "微软雅黑";
    font-size: 24px;
    color: #0095c5;
    font-weight: 600;
    width: 180px;
    height: 70px;
    margin: 0px 0px 0px 40px;
    line-height: 1.1em;
}
.navbar-default .navbar-brand span{
    color: #999;
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 500;
    white-space: nowrap;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #0095c5;
}

.navbar-default .navbar-text {
  color: #fff
}

.navbar-default .navbar-nav > li > a {
  color: #fff
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #e8e4e3;
}

.panel-default {
  margin-bottom: 10px;
}

.mai-tabs {
}

.mai-tabs .nav-tabs > li > a {
  border: 0px;
  border-radius: 0px;
  border-bottom: 1px solid #D5D5D5;
  background-color: #FCFCFC;
  color: #666;
  font-size: 13px;
}

.mai-tabs .nav-tabs li.active a {
  font-weight: bold;
  border: 1px solid #D5D5D5;
  border-bottom: none;
  background-color: #FAFAFA;
  border-radius: 0px;
}

.mai-tabs .tab-content {
  padding: 12px 10px;
  border-bottom: 1px solid #D5D5D5;
  border-left: 1px solid #D5D5D5;
  border-right: 1px solid #D5D5D5;
  line-height: 20px;
  background-color: #FAFAFA
}

.tab-control {
  height: 30px
}

.bs-docs-sidenav .list-group {
  padding: 0;
  background-color: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .065);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .065);
  box-shadow: 0 1px 4px rgba(0, 0, 0, .065);
}

.bs-docs-sidenav > li > a {
  display: block;
  width: 190px \9;
  margin: 0 0 -1px;
  padding: 8px 14px;
  border: 1px solid #e5e5e5;
}

.bs-docs-sidenav > li:first-child > a {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}

.bs-docs-sidenav > li:last-child > a {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}

.bs-docs-sidenav > .active > a {
  position: relative;
  z-index: 2;
  padding: 9px 15px;
  border: 0;
  text-shadow: 0 1px 0 rgba(0, 0, 0, .15);
  -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, .1), inset -1px 0 0 rgba(0, 0, 0, .1);
  -moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, .1), inset -1px 0 0 rgba(0, 0, 0, .1);
  box-shadow: inset 1px 0 0 rgba(0, 0, 0, .1), inset -1px 0 0 rgba(0, 0, 0, .1);
}

/* Chevrons */
.bs-docs-sidenav .icon-chevron-right {
  float: right;
  margin-top: 2px;
  margin-right: -6px;
  opacity: .25;
}

.bs-docs-sidenav > li > a:hover {
  background-color: #f5f5f5;
}

.bs-docs-sidenav a:hover .icon-chevron-right {
  opacity: .5;
}

.bs-docs-sidenav .active .icon-chevron-right,
.bs-docs-sidenav .active a:hover .icon-chevron-right {
  opacity: 1;
}

.bs-docs-sidenav.affix {
  top: 40px;
}

.bs-docs-sidenav.affix-bottom {
  position: absolute;
  top: auto;
  bottom: 270px;
}

.panel .panel-tools {
  float: right;
  margin-top: -4px;
  margin-right: -8px
}

.panel .panel-tools .btn-group {
  margin-top: -6px
}

.panel .panel-tools .btn-group, .panel .panel-tools .label, .panel .panel-tools .badge {
  float: right;
  display: inline-block
}

.panel .panel-tools .btn {
  padding: 8px 6px;
  font-weight: 200;
  font-size: 1em;
  color: #2c3e50
}

.panel .panel-tools .btn:hover {
  color: #1177b3
}

.panel .panel-tools .btn:active, .panel .panel-tools .btn:focus {
  color: #148f77;
  -webkit-box-shadow: none;
  box-shadow: none
}

.panel .panel-tools .btn span.badge {
  font-size: 0.7em;
  padding: 2px 4px
}

.panel .panel-tools .label, .panel .panel-tools .badge {
  margin-right: 5px;
  margin-top: 4px;
  padding-bottom: 4px;
  font-weight: 200
}
.grid .panel-body{ padding: 0px;}
.grid .panel-filter{background-color:#fbfcfc; padding: 10px; border-bottom: 1px solid #DDDDDD;}
.panel-body fieldset{ }
.panel-body table{ margin-bottom: 0px}
.panel-footer{ height: 50px;clear: both; }
.panel-footer .pull-right .pagination{ margin: 0px;}
.no-result{ padding: 10px;}
.form-actions{background-color:#f5f7f7;margin:15px -15px -15px;padding:15px;-moz-border-radius-bottomleft:4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;-moz-border-radius-bottomright:4px;-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px}form .form-actions a.btn:hover{color:#28e1bd}

.loginbg{ margin:auto; width: 100%; background-color:#1c77ac; background-image:url(/statics/images/light.png); background-repeat:no-repeat; background-position:center top; overflow:hidden;}
/*cloud*/
#mainBody {width:100%;height:100%;position:absolute;z-index:-1;}
.cloud {position:absolute;top:0px;left:0px;width:100%;height:100%;background:url(/statics/images/cloud.png) no-repeat;z-index:1;opacity:0.5;}
#cloud2 {z-index:2;}

.jumbotron{ background-color: #fff;}
.breadcrumb{ margin-bottom: 10px;padding:10px 15px 10px 30px;}
.breadcrumb a{  color: #999999;}
.sec_nav{
  display:none;
  position:fixed; z-index: 3000;
  right: 10px;
  bottom:10px;
  color:#fff;
  background: rgba(95, 175, 228, 0.8);
  width: 50px; height: 50px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
.sec_nav span{ display:block; width:50px; height:50px; font-size: 30px; line-height: 50px; text-align: center;}

.mycontainer .col-xs-9 { width: 75%; }
.mycontainer .col-xs-3 { width: 25%; display:block;}

@media (max-width: 768px) {
  .login_tr { display: none; }
  .breadcrumb{ display: none;}
  .navbar-toggle{ position:absolute; right: 0px;}
  .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{ background-color: #1c77ac;}
  .navbar-default .navbar-toggle .icon-bar{ background-color: #fff;}
  .sidebar{ display: none; width:100%; padding: 75px 10px 0px 10px;}
  .navbar-default .navbar-brand { margin:0;}
  .sec_nav{ display: block;}
  .contextbox{
    padding:0px;padding-top: 80px;
  }
  .mycontainer .col-xs-9 { width: 100%; }
  .mycontainer .col-xs-3 { display:none; }
}

.dialog_inner{ padding:10px; margin:auto;}

.confirm_modal {
  position: fixed;
  top: 20%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  height: 170px;
  margin-left: -280px;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0,0,0,0.3);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
  box-shadow: 0 3px 7px rgba(0,0,0,0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}

.loading_modal { height:70px;}
.loading_modal .inner{ display:none}

#fuelux-wizard { margin:auto;  margin-top:60px; width:50%;}

.wizard-steps {
  list-style: none;
  display: block;
  width: 100%;
  padding: 0;
  margin: 12px 0 0;
  position: relative;}
  .wizard-steps li {
    display: block;
    text-align: center;
    float: left;
    min-width: 25%;
    max-width: 25%; }
    .wizard-steps li:before {
      display: block;
      content: "";
      width: 100%;
      height: 1px;
      font-size: 0;
      overflow: hidden;
      border-top: 3px solid #e5e8ed;
      position: relative;
      top: 12px;
      z-index: 1; }
    .wizard-steps li:first-child:before {
      max-width: 50%;
      left: 50%; }
    .wizard-steps li:last-child:before {
      max-width: 50%;
      width: 50%; }
    .wizard-steps li.active:before, .wizard-steps li.complete:before, .wizard-steps li.active .step, .wizard-steps li.complete .step {
      border-color: #cbdeee;
      color: #34a0ed;
      background-color: #f2f7fb;
      font-weight: bold;
      box-shadow: inset 0px 0px 1px 2px #fff; }
    .wizard-steps li .step {
      text-align: center;
      border: 2px solid #e5e8ed;
      color: #d8dce6;
      font-size: 19px;
      border-radius: 32px;
      line-height: 12px;
      padding: 7px 15px;
      background-color: #FFF;
      position: relative;
      z-index: 2;
      display: inline; }
    .wizard-steps li.complete .title, .wizard-steps li.active .title {
      color: #2b3d53; }
    .wizard-steps li .title {
      display: block;
      max-width: 100%;
      color: #b1bcc5;
      font-size: 13px;
      z-index: 104;
      text-align: center;
      table-layout: fixed;
      word-wrap: break-word;
      position: relative;
      top: -60px;
      line-height: 15px; }

/* step content */
.step-content {
  margin-top: 40px;
  margin-left: 60px; }
  .step-content .step-pane {
    display: none;
    min-height: 267px; }
  .step-content .active {
    display: block; }

/* step forms */
.form-wrapper .field-box {
  margin-bottom: 25px;
  margin-left: 0;
  float: left;
  width: 100%; }
  .form-wrapper .field-box:last-child {
    margin-bottom: 0px; }
.form-wrapper label {
  display: inline-block;
  float: left;
  font-weight: 600;
  cursor: auto;
  font-size: 12px;
  width: 120px;
  text-align: left;
  position: relative;
  top: 2px; }
.form-wrapper.payment-info label {
  width: 150px; }
.form-wrapper .alert-msg {
  display: block;
  margin-left: 120px;
  position: relative;
  top: -2px;
  margin-bottom: -4px; }
  .form-wrapper .alert-msg i {
    font-size: 14px; }

/*** Form states ***/
.form-wrapper .field-box {
  /* error */
  /* success */ }
  .form-wrapper .field-box.error label,
  .form-wrapper .field-box.error .alert-msg {
    color: #c73939; }
  .form-wrapper .field-box.error input {
    border-color: #c73939; }
  .form-wrapper .field-box.success label,
  .form-wrapper .field-box.success .alert-msg {
    color: #379e48; }
  .form-wrapper .field-box.success input {
    border-color: #379e48; }

/* actions */
.wizard-actions {
  float: right;
  margin-top: 30px;
  margin-right: 130px; }
  .wizard-actions .btn-next {
    margin-left: 15px; }
  .wizard-actions .btn-finish {
    display: none;
    margin-left: 15px; }

/* responsive */
@media (max-width: 979px) {
  .step-content {
    margin-left: 0px; } }
@media (max-width: 600px) {
  .wizard-steps {
    left: 0px; } }

.report_table h3{ margin:auto; text-align: center; line-height: 50px;}
.report_table table{ border:double 3px #555; width: 100%; margin:5px auto;}
.report_table th{ text-align: center; background-color: #f3f3f3; width: 10%;}
.report_table td{  color: #555;}
.report_table .table_2{ border:double 1px #d3d3d3; width: 100%; margin:5px auto; line-height: 30px;}
.report_table .table_2 th{ width: auto;}
.report_table .table_2 td{ padding-left: 3px; width: auto;}

/*打印样式 START*/
.print-layout { font-size:12px; background:#FAFAFA; border: solid 1px #CCC; position:relative; width:265mm; height:310mm; padding:5mm 5mm 5mm 5mm; margin: 20px auto; box-shadow: 2px 2px 2px rgba(204, 204, 204, 0.5); }
.print-layout .print-btn { background:#FFF; border:  solid 1px #ccc; position: absolute; z-index: 3; top:10mm; right:15mm; line-height:32px; padding:5px 10px; border-radius: 5px; box-shadow: 2px 2px 0 rgba(153, 153, 153, 0.2); cursor: pointer; }
.print-layout .print-btn:hover { background: #555; box-shadow: none; border-color: #555; }
.print-layout .print-btn i { background: url(../images/ncus_public.png) scroll no-repeat -220px -530px; vertical-align: middle; display: inline-block; width: 32px; height: 32px; }
.print-layout .print-btn a { text-decoration: none; font-size: 20px; padding: 0 0 0 10px; color: #555; font-weight:600; display:inline-block; vertical-align: middle; }
.print-layout .print-btn:hover a, .print-layout .print-btn a:hover { color: #FFF; text-decoration:none; }
.print-layout .back-btn { background:#FFF; border:  solid 1px #ccc; position: absolute; z-index: 3; top:26mm; right:15mm; line-height:32px; padding:5px 10px; border-radius: 5px; box-shadow: 2px 2px 0 rgba(153, 153, 153, 0.2); cursor: pointer; }
.print-layout .back-btn:hover { background: #555; box-shadow: none; border-color: #555; }
.print-layout .back-btn i { background: url(../images/ncus_public.png) scroll no-repeat -274px -373px; vertical-align: middle; display: inline-block; width: 32px; height: 32px; }
.print-layout .back-btn a {  text-decoration: none; font-size: 20px; padding: 0 0 0 10px; color: #555; font-weight:600; display:inline-block; vertical-align: middle; }
.print-layout .back-btn:hover a, .back-layout .back-btn a:hover { color: #FFF; text-decoration:none; }
.print-layout .a5-size, .print-layout .a4-size { background:#FFF; border: dashed 1px #ccc; width: 210mm; position:absolute; top:5mm; left:5mm; padding:1px; }
.print-layout .a5-size { height:148mm; z-index:2; }
.print-layout .a4-size { height:297mm; z-index:1; }
.print-layout .a5-tip, .print-layout .a4-tip { color:#333; width:36mm; position: absolute; z-index:2; right:8mm; }
.print-layout .a5-tip { top:50mm; }
.print-layout .a4-tip { top:60mm; }
.print-layout dl dt h1 { font-family:"Arial Black", Gadget, sans-serif; font-size:72px; line-height:72px; }
.print-layout dl dt em { font-size:8px; line-height:20px; background: #333; color: #FFF; padding: 0 1px; height:20px; border-radius:5px; }
.print-layout .a5-tip dd, .print-layout .a4-tip dd { line-height:24px; margin-left: 0; }
.print-layout .print-page { width: 210mm; height:297mm; position:absolute; z-index:3; top:5mm; left:5mm; margin:1px; overflow:auto; }

.box-info { border:double 3px #333; }
.box-info th{ line-height:24px; background-color:#f3f3f3;}
.box-info td{ line-height:24px; padding:3px;}

.orderprint { background: #FFF; width: 209mm; height:130mm; padding:10mm 10mm 8mm 10mm; color:#000000; position:relative; }
.orderprint .box-title { width:100%; text-align:center; line-height: 30px; font-size: 18px; margin-top: 13px; }
.orderprint table { font-size:12px; line-height:18px; width:100%; border-collapse: collapse; }
.tl { text-align:left !important;}
.tc { text-align:center !important; }
.tr { text-align:right !important;}

.w100{ width:100%;}
.tip-label-left{width:12%; float: left; padding-top: 10px;}
.tip-div-right{width:88%; float:right;}

.selbox{ float:left; width:100%;}
.selbox li{ float:left; padding:5px; text-align:center; margin:5px; border:dashed 1px #aaa;}
.selbox .active{border:dashed 1px #c00; background-color:#fde5e5;}
.selbox li p{ margin:auto; padding:5px 0px;}

/*打印样式 END*/

.btn_source{
    font-size: 12px;
    display: block;
    padding: 2px 5px;
    text-align: center;
    border-radius: 3px;
    line-height: 1.5;
}
.btn_source_xx{
    background-color: #F90;
    color: #fff;
}
.btn_source_web{
    background-color: #090;
    color: #fff;
}
.btn_tit{
    padding: 5px;    
}
.datepicker{
    margin-left: 5px;
    width: 100px !important;
    text-align: center;
}
.date_label{
    font-weight: inherit;
    padding: 5px;
    position: relative;
    top: 3px;
}
.mycontainer .row .container-fluid>:nth-child(2) b>a{
    margin: 5px;    
}


.only_table .clear {
  zoom: 1;
}
.only_table .clear:after {
  content: '';
  display: block;
  clear: both;
}
.only_table .clear .fl {
  float: left;
}
.only_table .clear .fr {
  float: right;
}
.only_table tbody td {
  padding: 0 !important;
}
.only_table tbody tr td:nth-child(1) {
  padding: 0 6px !important;
}
.only_table tbody tr:nth-child(2n) {
  background-color: rgba(255,0,0,0.1);
  color:#000;
}
.only_table tbody tr:nth-child(1) td {
  padding: 6px !important;
  text-align: center;
}
.only_table tbody tr:nth-last-child(1) td:nth-child(1) {
	text-align: center;
	line-height:42px;
}

.only_table tbody .cus_table_l1_r2 {
  font-size: 13px;
  width: 15em;
  min-height:2.5em;
}
.only_table tbody .cus_table_l1_r2 .fl {
  border-right: 1px solid #333;
  width: 9em;
}
.only_table tbody .cus_table_l1_r2 .fr {
  width: 6em;
}
.only_table tbody .cus_table_l1_r2 .fl p  {
	margin: 0;
  padding: 0.2em;
  height: 3.2em;
  line-height: 3.2em;
  text-align: center;
}
.only_table tbody .cus_table_l1_r2 .fr p{
  margin: 0;
  padding: 0.2em;
  height: 1.6em;
  line-height: 1.6em;
  text-align: center;
}
.only_table tbody .cus_table_l1_r2 .fr p:nth-of-type(1) {
  border-bottom: 1px solid #333;
}

.cus_table_l1_r2{
	display: flex;
	height: 3.2em;
}
.cus_table_l1_r2 .l1 {
	height: 100%;
	width:25%;
	display: flex;
	flex:none;
	align-items: center;
	justify-content: center;
}
.cus_table_l1_r2 .l2 {
	height: 100%;
	flex:auto;
	border-left: 1px solid #333;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.cus_table_l1_r2 .l2:nth-last-of-type(1){
	width:25%;flex:none;
}
.cus_table_l1_r2 .l2 .r {
	width: 100%;
	flex:auto;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom:  1px solid #333;
}
.cus_table_l1_r2 .l2 .r:nth-last-of-type(1){
	border-bottom:none;
}

.yy_table {
  height: 100%;
}
.yy_table ul {
  padding: 0;
  margin: 0;
  font-size: 12px;
  flex-direction: column;
}
.yy_table ul::-webkit-scrollbar {
  width: 0px;
}
.yy_table ul li {
  list-style: none;
  text-align: center;
  display: flex;
  line-height: 30px;
  min-height: 30px;
}
.yy_table ul li > section {
  min-width: 6em;
  height: 100%;
  min-height: 30px;
  border-bottom: 1px solid #999;
}
.yy_table ul li > section:nth-of-type(2) {
  min-width: 7em;
}
.yy_table ul li.bold {
  font-weight: bold;
}
.yy_table ul li:nth-of-type(2n) section {
  background: #e6f0f8;
}
.yy_table ul.table_head li > section {
  border-top: 1px solid #333;
}
.yy_table ul.table_body {
  overflow: scroll;
  height: 60vh;
}
.yy_table ul.table_body li > section:nth-last-of-type(1) {
  display: flex;
  align-items: center;
  justify-content: center;
}
.yy_table ul.table_body li > section:nth-last-of-type(1) > a {
  padding: 4px 6px;
  background-color: skyblue;
  color: #fff;
  line-height: 1;
  border-radius: 4px;
  font-size: 10px;
  text-decoration: none;
}

.scroll-table {
	overflow-x:scroll !important;
	overflow-y: hidden; 
	height: 70vh;
}
.scroll-table table {
	text-align: center;
    height: 100%;
	width:2500px !important;
	min-width:2500px;
}
.scroll-table table tbody {
	display: block;
	height: calc( 100% - 50px);
	overflow-y: scroll;
	overflow-x: hidden;
}
.scroll-table table td {
	min-width:89px !important;
}
.scroll-table table thead,.scroll-table table tfooter, .scroll-table tbody tr {
	display: table;
	width: 100%;
	table-layout: fixed;
	height: 20px;
}
.scroll-table table thead,.scroll-table table tfooter {
	width: calc( 100% - 5px);
}
.scroll-table table td ,.scroll-table table th {
	padding:8px !important;	
	text-align:center !important;
}

.form-center-login{
  max-width: 900px;
  margin:100px auto;
  border: 0 solid #e0e1e5;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 10px;
  background-color: white;
  box-shadow: 0 3px 10px 2px rgba(0, 0, 0, .05), 0 5px 20px 4px rgba(0, 0, 0, .05);
  -weblit-box-shadow: 0 3px 10px 2px rgba(0, 0, 0, .05), 0 5px 20px 4px rgba(0, 0, 0, .05);
  -moz-box-shadow: 0 3px 10px 2px rgba(0, 0, 0, .05), 0 5px 20px 4px rgba(0, 0, 0, .05);
  -ms-box-shadow: 0 3px 10px 2px rgba(0, 0, 0, .05), 0 5px 20px 4px rgba(0, 0, 0, .05);
  color: #766666;
  background: url("/statics/images/login_bg_03_03.png") no-repeat;
}

.form-center-login .col-xs-4{
  font-weight: bold;
  font-size: 20px;
}
.form-center-login .col-login{
  font-weight: bold;
  font-size: 20px;
  margin-top: 30px;

}

.form-center-login .login-right{
  margin-top: 20px;
  margin-bottom: 25px;
}

.form-center-login .login-right input{
  background: url("/statics/images/dly_03.png") no-repeat 5px 8px;
  padding-left: 36px;
  background-color: #Fff;
  height: 46px;
  width: 110%;
}
.form-center-login .login-right input:active{
  border:0px #fff;
  border-radius:20px;
}



.form-center-login .pws-right{
  margin-bottom: 20px;
}
.form-center-login .pws-right input{
  background: url("/statics/images/dly_06.png") no-repeat 5px 8px;
  padding-left: 36px;
  background-color: #Fff;
  height: 46px;
  width: 110%;
}

.form-center-login .yzm-right .yzcode-wrap{
  width: 110%;
}

.form-center-login .yzm-right .yzcode-wrap input{
  width: 40%;
  margin-right: 20px;
  height:34px;
  padding:6px 3px;
  font-size:14px;
  line-height:1.42857143;
  color:#555;
  background-color:#fff;
  background-image:none;
  border:1px solid #ccc;
  border-radius:4px;
  -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}


.form-center-login .che-right{
  margin-bottom: 25px;
}

.form-center-login .but-right{
  margin-bottom: 30px;
}

.form-center-login .but-right .btn-block{
  border-radius: 50px;
  width: 110%;
  background-color: #4082FC;
  border:1px solid #4082FC;
  height: 50px;
  font-size: 16px;
}

.form-center-login .but-right .btn-block:hover{
  background-color: #FF6501;
  border:1px solid #FF6501;
}

.form-signin {
  max-width: 400px;
  position: relative;
  left: 450px;
  bottom: 150px;
  border: 0 solid #e0e1e5;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 10px;
  background-color: white;
  box-shadow: 0 3px 10px 2px rgba(0, 0, 0, .05), 0 5px 20px 4px rgba(0, 0, 0, .05);
  -weblit-box-shadow: 0 3px 10px 2px rgba(0, 0, 0, .05), 0 5px 20px 4px rgba(0, 0, 0, .05);
  -moz-box-shadow: 0 3px 10px 2px rgba(0, 0, 0, .05), 0 5px 20px 4px rgba(0, 0, 0, .05);
  -ms-box-shadow: 0 3px 10px 2px rgba(0, 0, 0, .05), 0 5px 20px 4px rgba(0, 0, 0, .05);
  color: #766666;
}

.form-signin-body {
  padding: 25px 120px 25px 25px;
  max-width: 900px;
}
.form-signin-left span.form-span{
  font-size: 20px;
  font-weight: bold;
}

.navbar-header .navbar-brand .navbar-font {
    position: relative;
    font-family: "微软雅黑";
    font-size: 24px;
    color: #555555;
    font-weight: 600;
    width: 360px;
    height: 70px;
    margin: 0px 0px 0px 40px;
    line-height: 1.1em;
    left:35px;
    bottom: -10px;
}

.navbar-header .navbar-brand img{
    position: absolute;
    left: 30px;
    bottom: 10px;
}

.navbar-header .navbar-brand span{
    position: absolute;
    left: 180px;
    bottom: 20px;
    color: #9297a8;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 500;
}


.navbar-icon-menu .navbar-user{
    display:block;
    margin: 20px 0px 0px 0px ;
    width: auto;
    height: 50px;
    font-size: 16px;
    background: url(/statics/images/sty_01.png) no-repeat 0px 5px;
    padding-left: 20px;
}



.navbar-icon-menu .navbar-user span{
    font-size: 16px;
    color: #ff9463;
}

.navbar-icon-menu .navbar-close{
    display:block;
    margin: 7px 60px 0px 0px ;
    width: 70px;
    height: 20px;
}

.navbar-icon-menu .navbar-close span{
    font-size: 16px;
    color: #9297a8;
}

.navbar-icon-menu .navbar-close img {
    Float: left;
    padding-top: 20px;
    padding-left: 5px;
}


.navbar-icon-menu li .navbar-style span{
    background:#ff7f3d;
    display:block;
    width: 75px;
    height: 28px;
    font-size: 14px;
    text-align: center;
    border-radius: 20px;
    padding-top: 3px;
    color: #fff;
}

.suo_img_statics{
    height: 16px;
    margin-left: 1px;
    margin-bottom: 3px;
}

.usr_img_statics{
    height: 16px;
    margin-left: 1px;
    margin-bottom: 3px;
}


@media (min-width: 768px) {
  .sidebar {
    display: block;;
    position: fixed;
    top: 75px;
    bottom: 0;
    left: 0;
    z-index: 9;
    display: block;
    padding: 20px 0px;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
    background-color:#313541;
  }


  .list-group {
    margin-bottom: 0px;
  }

  .leftbar .list-group-item{
    border-radius: 0;
    background-color: #313541;
    color: #858992;
    border:solid 0px #0095c5;
    border-bottom:solid 1px #313541; }



  .menu-z-list{
    border-radius: 0;
    background-color: #313541;
    color: #858992;
    border:solid 0px #0095c5;
    font-size: 16px;
  }
  .sidebar .menu-z-list{
    color: #858992;
    border-radius: unset;
  }

  .list-group-item.focus{
    background-color: #ff7f3d;
    color:#333;
  }
  .list-group-item.focus:hover{background-color: #f3f3f3;color:#333;}

  .leftbar .inactives{
    background:url("/statics/images/on.png") no-repeat 170px center;
    background-size:15px;
  }
  .leftbar .inactive{
    background:url("/statics/images/off.png") no-repeat 170px center;
    background-size:15px;
  }
