@charset "UTF-8";
/* CSS Document */
html, body {
  height: 100%;
}
a{ color:black;}
body {
  background-color: #fafafa;
  font-family: "Helvetica Neue", Helvetica, Microsoft Yahei, Hiragino Sans GB, WenQuanYi Micro Hei, sans-serif;
  font-size: 13px;
}
a{
    text-decoration:none;
    color:#353535;
}
a,a:link,a:visited,a:hover,a:active{
    text-decoration: none !important;
}
button:focus,button:hover{
	outline:none !important;
	outline:0 !important;

}
form textarea{
	resize:none;
}

.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 15px;}

.header {
  /*background-color: white;*/
  line-height: 80px;
  height: 80px;
  border-bottom: 1px solid #D7D8DA;
  padding-top: 10px;
}



.tsLogo {
  width: 300px;
  height: 55px;
}
.login_tr{ line-height: 70px; text-align: right; font-style:italic; letter-spacing: 1px;color:#DADADA  }

.btn-primary{ background-color: #1177b3; border:1px solid #1177b3;}

.navbar-icon-menu {
  text-align: center;
}

.navbar-icon-menu li{
  border-left:solid 1px #0988b2;
}

.navbar-icon-menu li:hover{
  background-color: #0988b2;
}
.navbar-icon-menu i {
  font-size: 25px;
  display: block;
}

.navbar-icon-menu span {
  font-size: 11px;
}

.panel-body{ background-color: #fff;}

.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;
}

.btn-menu-moblie{
	width:26px;
	height:42px;
	font-size:30px;
	position:fixed;
	z-index:1001;
	left:200px;
	top:50%;
	margin-top:-22px;
	background:#999;
	text-align:center;
	/*transition:all 0.5s;*/
}
.btn-menu-moblie a{
	display:block;
	color:#fff;
}
.btn-menu-moblie a i{
	line-height:42px;
}
.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;
  position: relative;
  z-index: auto;
  /*transition:all 0.5s;*/
}

.sidebarmask{
  display:none;
  position: fixed;
  width:100%;
  height:100%;
  background-color:rgba(0,0,0,0.56);
  z-index:999;
}


.sidebar {
  display: block;
  position:absolute;
  z-index: 1000;
  width:200px;
  left:0;
}
.sidebar.current{
  left:-200px;
}
.contextbox.current{
  padding-left:25px;
}
.btn-menu-moblie.current{
  left:0;
}
.btn-menu-moblie.current i{
  transform:rotate(-180deg);
}
.start i,.list-group i {
  text-align: left;
  padding-top:3px;
  margin-right: 6px;
  color: #fff
}
.all-btn{
	float:left;
	margin-right:10px;
}
.all-btn + nav{
	float:right !important;
}
.animated{
	transition:all .5s;
}

@media (min-width: 768px) {
  .sidebar {
    display: block;;
    position: fixed;
    top: 75px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    padding: 20px 0px;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
    background-color: #333;
    /*transition:all .5s;*/
  }
}

.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;
  font-size:12px;
}
.sidebar-menu-two{
  display:none;
}
.sidebar-menu-two a{
	background-size:20px 20px;
	background-position:39px 7px;
	background-repeat:no-repeat;
	height:38px;
	display:block;
	width:100%;
	color:#fff;
	line-height:38px;
}
.sidebar-menu-two a i{
	float:left;
	font-size:20px;
	padding-left:46px;
	line-height:33px;
	margin-right:12px;
}
a.start:hover,a.start:visited,a.start:active,a.start:link{
	color:#fff !important;
}
.start{
	height:42px;
	width:100%;
	display:block;
	line-height:40px;
	padding:0 15px 0 40px;
	color:#fff;
	background-color:#09c;
	font-size:14px;
	background-image:url(/statics/images/video.png);
	background-size:20px 20px;
	background-repeat:no-repeat;
	background-position:10px 10px;
}
.start i{
	line-height:40px;
	padding:0;
}
.list-group>span.list-group-item{
	background-color:#575757;
	color:#fff;
	padding:8px 15px 8px 30px ;
	background-size:20px 20px;
	background-repeat:no-repeat;
	background-position:19px 5px;
}
.list-group-item .icon{
	display:inline-block;
	margin-right:6px;
}
.list-group-item .icon i{
	font-size:16px;
}
.user-circle{
	
}

.leftbar .list-group-item{ border-radius: 0; background-color: #333; color: #fff; border:solid 0px #333; border-bottom:solid 1px #333; }

.white-bg {
  background-color: #fff;
}

.list-group .active,.list-group .active:hover {
  background-color:#999;
  border: 1px solid #000;
  font-weight: bold;
}
.sidebar-menu-two a:focus, a.list-group-item:hover{
  background-color: #555;
  color:#fff;
}
.list-group-item.focus{
  background-color: #f3f3f3;
  color:#333;
}
.sidebar-menu-two a.focus{background-color: #f3f3f3;color:#333;}
.sidebar-menu-two a.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: #48bb5e;
  border-color: #38984b;
}

.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: #09c url(../../images/topico.jpg) right 0px no-repeat;
  color: white;
}

.navbar-default .navbar-brand {
  color: white;
  width:220px;
  height:55px;
  background-image: url('../../images/member/sys_logo1.png');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 100%;
  margin:10px 0px 0px 40px;
}
.navbar-default .version-brand{
  width:300px;
  height:55px;
  margin:10px 0px 0px 0px;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: white;
}

.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:auto;overflow:hidden; }
.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-left:30px;}
.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;}

.moblie-exit{
   display:block;
   padding:20px;
   height:100px;
 	 color:#fff;
}
.moblie-exit-text{
	display:inline-block;
	text-align:center;
	float:right;
}
.moblie-exit .moblie-user-name{
	float:left;
	display:inline-block;
	text-align:center;
}
.moblie-exit i{
	font-size:3.2rem;
}
.moblie-exit font{
	 display:block;
	 margin-top:3px;
}
@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;}
  .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; }
  .sidebar{
		display:block; 
		width:70%; 
		position:fixed;
		left:-70%;
		height:100%;
		background:#3d3d3d;
		z-index:999;
		overflow:hidden;
  }
  .sidebar.current{
    left:-70%;
  }
  .contextbox.current{
    padding-left:0px;
  }
  .menu-box{
		height:calc(100% - 100px);
		overflow-x:hidden;
		overflow-y:auto;
	}
	.msglist .pivotTable-table legend{
		margin:0;
	}
}

.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 only screen and (max-width: 750px) {
  .btn-menu-moblie{
    display:none;
  }
}
@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: 15px; }
.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*/
.cove{
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9040;
  background-color: #000;
  opacity: .5;
  /*display: none;*/
}
.cove .loadEffect {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.loadEffect{
  width: 100px;
  height: 100px;
  position: relative;
  margin: 0 auto;
}
.loadEffect span{
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: lightgreen;
  position: absolute;
  -webkit-animation: load 1.04s ease infinite;
}
@-webkit-keyframes load{
  0%{
    opacity: 1;
  }
  100%{
    opacity: 0.2;
  }
}
.loadEffect span:nth-child(1){
  left: 0;
  top: 50%;
  margin-top:-8px;
  -webkit-animation-delay:0.13s;
}
.loadEffect span:nth-child(2){
  left: 14px;
  top: 14px;
  -webkit-animation-delay:0.26s;
}
.loadEffect span:nth-child(3){
  left: 50%;
  top: 0;
  margin-left: -8px;
  -webkit-animation-delay:0.39s;
}
.loadEffect span:nth-child(4){
  top: 14px;
  right:14px;
  -webkit-animation-delay:0.52s;
}
.loadEffect span:nth-child(5){
  right: 0;
  top: 50%;
  margin-top:-8px;
  -webkit-animation-delay:0.65s;
}
.loadEffect span:nth-child(6){
  right: 14px;
  bottom:14px;
  -webkit-animation-delay:0.78s;
}
.loadEffect span:nth-child(7){
  bottom: 0;
  left: 50%;
  margin-left: -8px;
  -webkit-animation-delay:0.91s;
}
.loadEffect span:nth-child(8){
  bottom: 14px;
  left: 14px;
  -webkit-animation-delay:1.04s;
}

/* COSMIC demo: keep legacy Bootstrap modals above load masks and centered. */
.modal-backdrop {
  z-index: 1040 !important;
}
.modal {
  z-index: 1050 !important;
}
.modal-dialog {
  margin-left: auto !important;
  margin-right: auto !important;
}
.modal.in .modal-dialog,
.modal.fade.in .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
body.modal-open .cove {
  display: none !important;
}






