﻿html {
  -ms-text-size-adjust: 100%;
  -ms-webkit-size-adjust: 100%;
  background-color: #fff;
}
body,
dl,
dt,
ul,
ol,
h1,
h2,
h3,
h4,
button,
textarea,
p,
dd {
  margin: 0;
  padding: 0;
}
img {
  border: 0;
  vertical-align: middle;
}
:focus {
  outline: 0;
}
body {
  line-height: 1.5;
}
ol,
ul {
  list-style: none;
}
:link,
:visited {
  text-decoration: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input,
button,
textarea,
select,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}
address,em,i{font-style: normal;}
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  _zoom: 1;
}
.clear {
  clear: both;
}
fieldset {
  border: 1px solid #ccc;
}
fieldset legend {
  font-size: 14px;
}
.b {
  font-weight: bold;
}
body {
  font: 12px/1.5 "Microsoft Yahei", Verdana, sans-serif;
  color: #333;
}
.d_ok,
.d_on,
.d_default,
.d_err {
  display: inline-block;
  font-size: 12px;
}
.d_on {
  color: #5bc0de;
}
.d_default {
  color: #999999;
}
.d_ok {
  color: #14c35e;
}
.d_err {
  color: #d9534f;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.hidden {
  display: none;
}
.show {
  display: block;
}
.color-white {
  color: #ffffff;
}
.color-gray {
  color: #999999;
}
.color-grayDark {
  color: #666666;
}
.color-black {
  color: #000000;
}
.color-blackLight {
  color: #333333;
}
.color-blue {
  color: #387701;
}
.color-red {
  color: #d61602;
}
.color-success {
  color: #14c35e;
}
.color-error {
  color: #d9534f;
}
.color-warning {
  color: #f0ad4e;
}
.color-info {
  color: #5bc0de;
}
a {
  color: #333;
  text-decoration: none;
}
a:hover,
a:active {
  color: #F17100;
}
html.main-html,
html.main-html body {
  height: 100%;
  min-height: 100%;
  overflow: hidden;
} 
#sidebar {
  width: 140px;
  position: relative;
  float: left;
  *overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #f5f5f5;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
#content {
  margin-left: 140px;
}
#content:after {
  content: "";
  display: table;
  clear: both;
} 
.bread-crumb {
  line-height: 33px;
  position: fixed;
  z-index: 1;
  padding: 0 12px;
  right: 0;
  left: 0;
  top: 0;
  background-color: #eeeeee;
  font-size: 14px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.bread-crumb > a,
.bread-crumb > span {
  display: inline-block;
  margin: 0 3px;
}
 
.tab-head {
  height: 26px;
  margin-left: 1px;
  padding: 0 15px;
  background-color: #64b37a;
  font-size: 14px;
  padding-top: 8px;
}
.tab-head a {
  height: 26px;
  display: inline-block;
  padding: 0 20px;
  margin-right: 5px;
  color: #fff;
  line-height: 26px;
}
.tab-head a.active,
.tab-head a:hover {
  background-color: #fff;
  border-radius: 2px 2px 0 0;
  color: #0d79b7;
}
.footer-primary {
  padding: 6px 0;
  text-align: center;
  background-color: #f4f5f7;
}
.footer-primary .btn {
  background-color: #0ba6d2;
  padding: 0 1.5em;
  letter-spacing: .2em;
  color: #fff;
  font-size: 14px;
  border-radius: 2px;
}
.footer-primary .btn:hover {
  background-color: #0a93ba;
}
.footer-fixed {
  padding: 6px 0;
  position: fixed;
  text-align: center;
  vertical-align: middle;
  left: 0;
  width: 100%;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background-color: #f4f5f7;
}
.footer-fixed .btn {
  background-color: #339933;
  padding: 0 1.5em;
  letter-spacing: .2em;
  color: #fff;
  font-size: 14px;
  border-radius: 2px;
}
.footer-fixed .btn:hover {
  background-color: #339933;
}
.notice .notice-title {
  height: 32px;
  line-height: 32px;
  padding: 0 10px;
  font-size: 14px;
  color: #fff;
  background-color: #51b0c2;
}
.notice .notice-body {
  padding: 10px;
  background-color: #f8f8f8;
  color: #666;
}
.panel-box {
  background-color: #F7F7F7;
  border: 1px solid #e7e7e7;
  padding: 6px 12px;
}
.list-style-disc {
  list-style: inside disc;
}
.list-style-circle {
  list-style: inside circle;
}
.list-style-decimal {
  list-style: inside decimal;
}
.after-placehoder {
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}
.text-indent2 {
  text-indent: 2em;
}
.container {
  width: 100%;
  margin: 0 auto;
}
.container:after,
.row:after,
.col:after {
  content: "";
  display: table;
  clear: both;
}
.col {
  display: block;
  float: left;
  width: 100%;
}
.gutters .col {
  margin-left: 2%;
}
.gutters .col:first-child,
.gutters .col.first {
  margin-left: 0;
}
.span_1 {
  width: 8.33333333333%;
}
.span_2 {
  width: 16.6666666667%;
}
.span_3 {
  width: 25%;
}
.span_4 {
  width: 33.3333333333%;
}
.span_5 {
  width: 41.6666666667%;
}
.span_6 {
  width: 50%;
}
.span_7 {
  width: 58.3333333333%;
}
.span_8 {
  width: 66.6666666667%;
}
.span_9 {
  width: 75%;
}
.span_10 {
  width: 83.3333333333%;
}
.span_11 {
  width: 91.6666666667%;
}
.span_12 {
  width: 100%;
}
.gutters .span_1 {
  width: 6.5%;
}
.gutters .span_2 {
  width: 15.0%;
}
.gutters .span_3 {
  width: 23.5%;
}
.gutters .span_4 {
  width: 32.0%;
}
.gutters .span_5 {
  width: 40.5%;
}
.gutters .span_6 {
  width: 49.0%;
}
.gutters .span_7 {
  width: 57.5%;
}
.gutters .span_8 {
  width: 66.0%;
}
.gutters .span_9 {
  width: 74.5%;
}
.gutters .span_10 {
  width: 83.0%;
}
.gutters .span_11 {
  width: 91.5%;
}
.gutters .span_12 {
  width: 100%;
}
.w30,
.w60,
.w90,
.w120,
.w150,
.w180,
.w210,
.w240,
.w270,
.w300,
.w330,
.w360,
.w390,
.w420 {
  _display: inline;
}
.w30 {
  width: 30px;
}
.w60 {
  width: 60px;
}
.w90 {
  width: 90px;
}
.w120 {
  width: 120px;
}
.w150 {
  width: 150px;
}
.w180 {
  width: 180px;
}
.w210 {
  width: 210px;
}
.w240 {
  width: 240px;
}
.w270 {
  width: 270px;
}
.w300 {
  width: 300px;
}
.w330 {
  width: 330px;
}
.w360 {
  width: 360px;
}
.w390 {
  width: 390px;
}
.w420 {
  width: 420px;
}
.wp5 {
  width: 5%;
}
.wp10 {
  width: 10%;
}
.wp15 {
  width: 15%;
}
.wp20 {
  width: 20%;
}
.wp25 {
  width: 25%;
}
.wp30 {
  width: 30%;
}
.wp35 {
  width: 35%;
}
.wp40 {
  width: 40%;
}
.wp45 {
  width: 45%;
}
.wp50 {
  width: 50%;
}
.wp55 {
  width: 55%;
}
.wp60 {
  width: 60%;
}
.wp65 {
  width: 65%;
}
.wp70 {
  width: 70%;
}
.wp80 {
  width: 80%;
}
.wp90 {
  width: 90%;
}
.wp100 {
  width: 100%;
}
.w2em {
  width: 2.1em;
}
.w3em {
  width: 3.1em;
}
.w4em {
  width: 4.1em;
}
.w5em {
  width: 5.1em;
}
.w6em {
  width: 6.1em;
}
.w7em {
  width: 7.1em;
}
.w8em {
  width: 8.1em;
}
.w9em {
  width: 9.1em;
}
.center {
  margin-left: auto;
  margin-right: auto;
}
.m10 {
  margin: 10px;
}
.m15 {
  margin: 15px;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mr5 {
  margin-right: 5px;
}
.mr10 {
  margin-right: 10px;
}
.mr15 {
  margin-right: 15px;
}
.mr20 {
  margin-right: 20px;
}
.ml15 {
  margin-left: 15px;
}
.mr5 {
  margin-right: 5px;
}
.m-5 {
  margin: -5px;
}
.mtb-5 {
  margin-top: -5px;
  margin-bottom: -5px;
}
.mtb-10 {
  margin-top: -10px;
  margin-bottom: -10px;
}
.m-10 {
  margin: -10px;
}
.p5 {
  padding: 5px;
}
.p10 {
  padding: 10px;
}
.p15 {
  padding: 15px;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-top {
  vertical-align: top;
}
.text-ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  _width: 90%;
}
.word4,
.word5,
.word6,
.word7,
.word8,
.word9,
.word10,
.word12,
.word15,
.word20 {
  white-space: nowrap;
  overflow: hidden;
  vertical-align: middle;
  line-height: inherit;
  display: inline-block;
  text-overflow: ellipsis;
}
.word4 {
  width: 4.1em;
}
.word5 {
  width: 5.1em;
}
.word6 {
  width: 6.1em;
}
.word7 {
  width: 7.1em;
}
.word8 {
  width: 8.1em;
}
.word9 {
  width: 9.1em;
}
.word10 {
  width: 10.1em;
}
.word12 {
  width: 12.1em;
}
.word13 {
  width: 13.1em;
}
.word14 {
  width: 14.1em;
}
.word15 {
  width: 15.1em;
}
.word16 {
  width: 16.1em;
}
.word17 {
  width: 17.1em;
}
.word18 {
  width: 18.1em;
}
.word19 {
  width: 19.1em;
}
.word20 {
  width: 20.1em;
}
.f12 {
  font-size: 12px;
}
.f14 {
  font-size: 14px;
}
.f16 {
  font-size: 16px;
}
.f18 {
  font-size: 18px;
}
.f20 {
  font-size: 20px;
}
.f22 {
  font-size: 22px;
}
.f24 {
  font-size: 24px;
}
.f30 {
  font-size: 30px;
}
.f36 {
  font-size: 36px;
}
.f40 {
  font-size: 40px;
}
.lht14 {
  line-height: 14px;
}
.lht16 {
  line-height: 16px;
}
.lht18 {
  line-height: 18px;
}
.lht20 {
  line-height: 20px;
}
.lht22 {
  line-height: 22px;
}
.lht23 {
  line-height: 23px;
}
.lht24 {
  line-height: 24px;
}
.lht26 {
  line-height: 26px;
}
.lht28 {
  line-height: 28px;
}
.badge {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.6em;
  width: 1.6em;
  text-align: center;
  background-color: #14c25d;
  color: #fff;
}
.badge:hover {
  color: #fff;
}
.badge.inverse {
  background-color: #83bbd6;
}
.checkbox,
.radio {
  vertical-align: middle;
  margin: -1px 4px 1px 0;
}
.help-inline,
.help-block {
  color: #999;
  font-size: 12px;
}
.help-inline {
  display: inline-block;
  margin-left: 5px;
}
.help-block {
  margin-top: 4px;
  display: block;
}
.required {
  display: inline-block;
  margin: 0 .3em;
  color: #ec0000;
}
.label {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.inline-block {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: middle;
}
.input-text,
.textarea {
  border: 1px solid #cecece;
  padding: 3px 6px;
  font-size: 13px;
  color: #666;
  vertical-align: middle;
}
.input-text:focus,
.textarea:focus {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  border-color: #51b651;
}
.input-text[disabled],
.textarea[disabled],
.input-text.disalbed,
.textarea.disalbed {
  background-color: #f7f7f7;
  border-color: #eee;
}
textarea {
  overflow: auto;
}
.select {
  border: 1px solid #cecece;
  padding: 2px 4px;
  font-size: 13px;
  color: #666;
  vertical-align: middle;
  margin: 0;
}
.input-text.input-text-mini,
.input-text-mini,
.textarea.input-text-mini,
.textarea-mini {
  border: 1px solid #cecece;
  padding: 2px 4px;
  font-size: 13px;
  color: #666;
  vertical-align: middle;
  margin: 0;
}
.input-text.input-text-mini:focus,
.input-text-mini:focus,
.textarea.input-text-mini:focus,
.textarea-mini:focus {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  border-color: #51b651;
}
.select-mini {
  border: 1px solid #cecece;
  padding: 1px 2px;
  font-size: 13px;
  color: #666;
  vertical-align: middle;
  margin: 0;
}
.search-combo {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: middle;
  font-size: 0;
  letter-spacing: -0.25em;
}
.search-combo .btn {
  border-top-left-radius: 0!important;
  border-bottom-left-radius: 0!important;
}
.search-combo input[type="text"],
.search-combo .input-text {
  font-size: 12px;
  line-height: 18px;
  height: 18px;
  border-right: none;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
 .primary-title .title-info,
.secondary-title .title-info {
  display: inline-block;
  color: #999;
}
.primary-title {
  font-size: 16px;
}
.primary-title .title-info {
  font-size: 14px;
}
.secondary-title {
  font-size: 14px;
}
.secondary-title .title-info {
  font-size: 12px;
}
.setting-page {
  padding: 10px 10px;
}
.setting-page-dialog {
  padding: 10px 10px 50px;
}
#navtab1_Grid1 hr{height:1px;border:none;border-top:1px dashed #555555;}
.action-bar {
  position: relative;
  z-index: 2;
  *zoom: 1;
}
.action-bar:before,
.action-bar:after {
  content: " ";
  display: table;
}
.action-bar:after {
  clear: both;
}
.action-bar .action-group {
  float: left;
  margin-right: 25px;
}
.action-bar .action-item {
  margin-right: 6px;
  display: inline-block;
  vertical-align: middle;
}
.action-bar > a,
.action-bar .action-group > a,
.action-bar .btn {
  display: inline-block;
  padding: 0 1em;
  line-height: 26px;
  height: 26px;
  background-color: #e89221;
  color: #fff;
  border-radius: 2px;
  cursor: pointer;
  border: none;
}
.action-bar > a:hover,
.action-bar .action-group > a:hover,
.action-bar .btn:hover {
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  transition: background-color 0.3s;
  background-color: #ea9d38;
}
.action-bar > a:active,
.action-bar .action-group > a:active,
.action-bar .btn:active {
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  transition: background-color 0.3s;
  background-color: #d98516;
}
.action-bar .action-group a.onekey-action-item {
  background-color: #fff;
  color: #3d6fba;
  border: 1px solid #ccc;
  margin-right: 6px;
  display: inline-block;
  vertical-align: middle;
}
.action-bar .search-box {
  position: absolute;
  z-index: 10;
  top: -9px;
  right: -15px;
}
.action-bar .search-box .search-btn {
  overflow: hidden;
  position: absolute;
  right: 100%;
  top: 0;
  z-index: 1;
  display: block;
  background-color: #14c35e;
  cursor: pointer;
  line-height: 18px;
  height: 36px;
  width: 1.2em;
  padding: 4px 5px 4px 11px;
  text-align: center;
  color: #fff;
  border-radius: 3px 0 0 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
}
.action-bar .search-box .search-btn:hover {
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  transition: background-color 0.3s;
  background-color: #16da69;
}
.action-bar .search-box .search-btn:hover i {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  border: 5px solid #16da69;
  border-left: 5px solid #fff;
}
.action-bar .search-box .search-btn i {
  position: absolute;
  z-index: 0;
  width: 0;
  height: 0;
  left: 4px;
  top: 50%;
  margin-top: -5px;
  overflow: hidden;
  border: 5px solid #14c35e;
  border-left: 5px solid #fff;
}
.action-bar .search-box .search-btn.open i {
  left: -2px;
  border: 5px solid #14c35e;
  border-right: 5px solid #fff;
}
.action-bar .search-box .search-btn.open:hover i {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  border: 5px solid #16da69;
  border-right: 5px solid #fff;
}
.action-bar .search-box .search-form {
  display: none;
  float: left;
  background-color: #fff;
  padding: 8px 5px 8px 10px;
  border: 1px solid #14c35e;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.15);
  border-radius: 0 0 0 4px;
  max-height: 500px;
  overflow: auto;
}
.file-box {
  position: relative;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  overflow: hidden;
  vertical-align: middle;
}
.file-box .btn {
  border-radius: 0;
}
.file-box .file-box-text {
  border: 1px solid #cecece;
  width: 140px;
  padding: 3px 6px;
  font-size: 13px;
  color: #666;
  vertical-align: middle;
}
.file-box .file-box-field {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 220px;
  height: 26px;
  top: 0;
  left: 0;
}
.tablescroll-body td .checkbox,
.tablescroll-body th .checkbox,
.fht-table th .checkbox,
.fht-table td .checkbox,
.tablescroll-body th .radio,
.tablescroll-body th .radio,
.fht-table th .radio,
.fht-table td .radio {
  margin-right: 0;
}
.table {
  font-size: 12px;
}
.table td,
.table th {
  font-weight: normal;
  padding: 6px 6px 6px 0;
}
.table-config {
  font-size: 14px;
  width: 100%;
}
.table-config td,
.table-config th {
  border: 1px solid #f7f7f7;
  font-weight: normal;
  padding: 8px 6px 8px 0;
}
.table-config th {
  width: 5%;
  padding-left: 10px;
  white-space: nowrap;
  vertical-align: top;
  line-height: 24px;
  text-align: right;
}
.table-config-mini {
  width: 100%;
}
.table-config-mini td {
  font-size: 12px;
}
.table-config-mini th {
  font-weight: normal;
  padding: 6px 6px 6px 0;
  width: 5%;
  padding-left: 10px;
  white-space: nowrap;
  vertical-align: top;
  text-align: right;
  font-size: 14px;
}
.table-config-mini tr:nth-child(2n) {
  background-color: #f7f7f7;
}
.table-fluid {
  width: 100%;
}
.tablescroll-head,
.tablescroll-body,
.table-striped {
  width: 100%;
  border: 1px solid #f4f5f7;
}
.tablescroll-head td,
.tablescroll-body td,
.table-striped td,
.tablescroll-head th,
.tablescroll-body th,
.table-striped th {
  font-weight: normal;
  padding: 6px;
  border-right: 1px solid #f4f5f7;
  border-bottom: 1px solid #f4f5f7;
  white-space: normal;
  word-wrap: break-word;
  word-break: break-all;
}
.tablescroll-head th,
.tablescroll-body th,
.table-striped th {
  background-color: #6dc486;
  color: #fff;
}
.tablescroll-head thead tr,
.tablescroll-body thead tr,
.table-striped thead tr {
  background-color: #6dc486;
  color: #fff;
  text-align: center;
}
.list-table-top {
  padding-top: 33px;
}
.list-table-wrap {
  margin: 0 15px;
}
.bread-crumb + .list-table-wrap {
  margin-top: 45px;
}
.ajax-edit-yes {
  color: #029d42;
}
.ajax-edit-no {
  color: #f40b0b;
}
 
.integral-rule-table {
  width: 100%;
}
.integral-rule-table th {
  font-size: 14px;
  padding: 10px;
  font-weight: normal;
  background-color: #EEEFF2;
  border: 1px solid #e5e5e5;
}
.inner-table {
  width: 100%;
}
.inner-table td,
.inner-table th {
  border: 1px solid #eee;
}
.inner-table th {
  background-color: #f7f7f7;
  padding: 6px 10px;
}
.inner-table td {
  padding: 10px;
}
.btn {
  display: inline-block;
  cursor: pointer;
  background-color: #e89221;
  font-size: 12px;
  color: #fff;
  padding: 0 10px;
  line-height: 26px;
  height: 26px;
  vertical-align: middle;
  border: none;
  text-align: center;
  text-decoration: none;
  outline: none;
  border-radius: 3px;
}
.btn:hover {
  background-color: #ea9d38;
  color: #fff;
}
.btn:active {
  background-color: #d98516;
}
.btn:disabled,
.btn.disabled {
  background-color: #ea9d38;
  opacity: .8 !important;
  cursor: default!important;
}
.btn-reverse {
  display: inline-block;
  cursor: pointer;
  font-size: 12px;
  padding: 0 10px;
  line-height: 26px;
  height: 26px;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  outline: none;
  border-radius: 3px;
  background-color: #fff;
  color: #333!important;
  border: 1px solid #ccc;
}
.btn-reverse:hover,
.btn-reverse:active {
  border: 1px solid #e89221;
  color: #333!important;
}
.btn-reverse:disabled,
.btn-reverse.disabled {
  opacity: .8;
  cursor: default!important;
}
.btn-success {
  display: inline-block;
  cursor: pointer;
  font-size: 12px;
  padding: 0 10px;
  line-height: 26px;
  height: 26px;
  vertical-align: middle;
  border: none;
  text-align: center;
  text-decoration: none;
  outline: none;
  border-radius: 3px;
  color: #fff;
  background-color: #e89221;
}
.btn-success:hover {
  background-color: #ea9d38;
  color: #fff;
}
.btn-success:active {
  background-color: #d98516;
}
.btn-success:disabled,
.btn-success.disabled {
  background-color: #ea9d38;
  opacity: .8 !important;
  cursor: default!important;
}
.btn-success:hover {
  background-color: #ea9d38;
  color: #fff;
}
.btn-success:active {
  background-color: #d98516;
}
.btn-success:disabled,
.btn-success.disabled {
  background-color: #ea9d38;
  opacity: .8 !important;
  cursor: default!important;
}
.btn-info {
  display: inline-block;
  cursor: pointer;
  background-color: #e89221;
  font-size: 12px;
  padding: 0 10px;
  line-height: 26px;
  height: 26px;
  vertical-align: middle;
  border: none;
  text-align: center;
  text-decoration: none;
  outline: none;
  border-radius: 3px;
  color: #fff;
  background-color: #5bc0de;
}
.btn-info:hover {
  background-color: #ea9d38;
  color: #fff;
}
.btn-info:active {
  background-color: #d98516;
}
.btn-info:disabled,
.btn-info.disabled {
  background-color: #ea9d38;
  opacity: .8 !important;
  cursor: default!important;
}
.btn-info:hover {
  background-color: #70c8e2;
  color: #fff;
}
.btn-info:active {
  background-color: #46b8da;
}
.btn-info:disabled,
.btn-info.disabled {
  background-color: #70c8e2;
  opacity: .8 !important;
  cursor: default!important;
}
.btn-warning {
  display: inline-block;
  cursor: pointer;
  background-color: #e89221;
  font-size: 12px;
  padding: 0 10px;
  line-height: 26px;
  height: 26px;
  vertical-align: middle;
  border: none;
  text-align: center;
  text-decoration: none;
  outline: none;
  border-radius: 3px;
  color: #fff;
  background-color: #f0ad4e;
}
.btn-warning:hover {
  background-color: #ea9d38;
  color: #fff;
}
.btn-warning:active {
  background-color: #d98516;
}
.btn-warning:disabled,
.btn-warning.disabled {
  background-color: #ea9d38;
  opacity: .8 !important;
  cursor: default!important;
}
.btn-warning:hover {
  background-color: #f2b866;
  color: #fff;
}
.btn-warning:active {
  background-color: #eea236;
}
.btn-warning:disabled,
.btn-warning.disabled {
  background-color: #f2b866;
  opacity: .8 !important;
  cursor: default!important;
}
.btn-error {
  display: inline-block;
  cursor: pointer;
  background-color: #e89221;
  font-size: 12px;
  padding: 0 10px;
  line-height: 26px;
  height: 26px;
  vertical-align: middle;
  border: none;
  text-align: center;
  text-decoration: none;
  outline: none;
  border-radius: 3px;
  color: #fff;
  background-color: #d9534f;
}
.btn-error:hover {
  background-color: #ea9d38;
  color: #fff;
}
.btn-error:active {
  background-color: #d98516;
}
.btn-error:disabled,
.btn-error.disabled {
  background-color: #ea9d38;
  opacity: .8 !important;
  cursor: default!important;
}
.btn-error:hover {
  background-color: #de6764;
  color: #fff;
}
.btn-error:active {
  background-color: #d43f3a;
}
.btn-error:disabled,
.btn-error.disabled {
  background-color: #de6764;
  opacity: .8 !important;
  cursor: default!important;
} 
.table-order {
  width: 100%;
  border: 1px solid #e7e8ef;
}
.table-order th,
.table-order td {
  padding: 6px;
  font-weight: normal;
  border: 1px solid #e7e8ef;
}
.table-order th {
  background-color: #f7f8f9;
  padding: 6px;
}
.table-order tbody td {
  border: 1px solid #e7e8ef;
}
.table-order tr.selected {
  background-color: #f0fbfe;
}
.table-order thead tr td,
.table-order tfoot tr td {
  border: 1px solid #e7e8ef;
}
table .input-text-mini {
  padding: 1px 2px;
}
.bgDark {
  background-color: #f7f8f9;
}
.order-title {
  line-height: 22px;
  *zoom: 1;
}
.order-title:before,
.order-title:after {
  content: " ";
  display: table;
}
.order-title:after {
  clear: both;
}
.order-title h2 {
  float: left;
  font-size: 14px;
  color: #289ee2;
  margin-bottom: 6px;
}
.cart {
  border-left: 4px solid transparent;
  _border-left: 4px solid #fff;
  border-right: 4px solid transparent;
  _border-right: 4px solid #fff;
  border-top: 4px solid #666;
  display: inline-block;
  overflow: hidden;
  height: 0;
  margin-top: -2px;
  vertical-align: middle;
  width: 0;
}
.order-expand-btn {
  cursor: pointer;
  margin: 4px 0 0 2px;
  height: 15px;
  text-align: center;
  line-height: 15px;
  width: 15px;
  float: left;
  background-color: #32a2e2;
}
.order-expand-btn .cart {
  border-left: 4px solid transparent;
  _border-left: 4px solid #32a2e2;
  border-right: 4px solid transparent;
  _border-right: 4px solid #32a2e2;
  border-top: 4px solid #fff;
}
.order-expand-btn.open .cart {
  border-top: none;
  margin-top: -4px;
  border-left: 4px solid transparent;
  _border-left: 4px solid #32a2e2;
  border-right: 4px solid transparent;
  _border-right: 4px solid #32a2e2;
  border-bottom: 4px solid #fff;
}
.order-drop-menu {
  height: 26px;
}
.order-drop-menu li {
  position: relative;
  color: #1fc464;
  border: 1px solid #fff;
  border-bottom: none;
  height: 25px;
  line-height: 25px;
  padding: 0 15px;
  float: left;
  border-radius: 2px 2px 0 0;
}
.order-drop-menu li .after {
  display: none;
  content: " ";
  height: 1px;
  overflow: hidden;
  background-color: #fff;
  position: absolute;
  top: 25px;
  left: 0;
  width: 100%;
  z-index: 2;
}
.order-drop-menu li.open {
  border-color: #13c25d;
}
.order-drop-menu li.open .after {
  display: block;
}
.order-drop-menu li .cart {
  margin-left: 3px;
  margin-right: -2px;
  border-top: 4px solid #13c25d;
}
.order-drop-menu li .drop-menu {
  color: #333;
  z-index: 1;
  padding: 10px 12px;
  position: absolute;
  right: -1px;
  white-space: nowrap;
  top: 25px;
  background-color: #fff;
  border: 1px solid #13c25d;
  border-radius: 2px 0 2px 2px;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.print-badge {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.6em;
  width: 1.6em;
  text-align: center;
  background-color: #64c68d;
  color: #fff;
}
.print-badge:hover {
  color: #fff;
  background-color: #16c25e;
}
.print-badge.inverse {
  background-color: #ccc;
}
.print-badge.inverse:hover {
  background-color: #ccc;
}
.trigger-drop {
  cursor: pointer;
}
.w800 {
  width: 800px;
  margin: 0 auto;
}
.mr40 {
  margin-right: 40px;
}
.select-mini-a {
  padding: 0px;
}
.goods-split-number:disabled {
  background-color: #F7F8F9;
  border: 1px solid #e7e8ef;
}
.sku-box {
  border-radius: 2px 0 2px 2px;
  margin: -4px 0;
  position: relative;
  min-width: 120px;
}
.sku-box .name {
  border: 1px solid #13c25d;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  padding: 4px;
  height: 18px;
}
.sku-box .name .cart {
  margin-left: 1px;
  margin-right: -2px;
  border-top: 4px solid #13c25d;
}
.sku-box .sku-list {
  display: none;
  position: absolute;
  top: 27px;
  right: 0;
  border: 1px solid #13c25d;
  border-top: none;
  padding: 2px 5px 4px;
  background-color: #fff;
  max-height: 250px;
  overflow: auto;
}
.sku-box .sku-list label {
  text-align: left;
  min-width: 50px;
  padding: 4px;
  display: block;
}
.table-regfield-setting {
  width: 100%;
  font-size: 14px;
  line-height: 1.8;
  background-color: #fcfcfc;
}
.table-regfield-setting td,
.table-regfield-setting th {
  padding: 10px;
}
.table-regfield-setting th {
  font-weight: normal;
  text-align: right;
  font-size: 14px;
  vertical-align: top;
  border: 1px solid #e7e7e7;
}
.table-regfield-setting td {
  font-size: 13px;
  text-align: center;
  border: 1px solid #efefef;
}
.table-regfield-setting td .color-gray {
  font-size: 12px;
}
.table-regfield-setting tr:nth-child(2n) th {
  background-color: #f7f8f9;
}
.table-regfield-setting tr:nth-child(2n+1) th {
  background-color: #eeeff2;
}
.table-regfield-setting tr:nth-child(2n+1) td {
  background-color: #f7f7f7;
}
.table-user-setting {
  width: 100%;
  font-size: 14px;
  background-color: #fcfcfc;
}
.table-user-setting td,
.table-user-setting th {
  padding: 6px;
}
.table-user-setting th {
  font-weight: normal;
  text-align: right;
  font-size: 14px;
  border: 1px solid #e7e7e7;
}
.table-user-setting td {
  border: 1px solid #efefef;
}
.table-user-setting tr:nth-child(2n) th {
  background-color: #f7f8f9;
}
.table-user-setting tr:nth-child(2n+1) th {
  background-color: #eeeff2;
}
.table-user-setting tr:nth-child(2n+1) td {
  background-color: #f7f7f7;
}
@media only screen and (max-width: 1199px) {
  .hidden-medium-screen {
    display: none;
  }
}
@media only screen and (max-width: 959px) {
  .hidden-sml-screen {
    display: none;
  }
}
@media only screen and (max-width: 769px) {
  .hidden-tablet {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .hidden-mobile {
    display: none;
  }
} 
.datalist ul.templateedit li {
  float: left;
  margin-left: 17px;
  margin-bottom: 28px;
}
.datalist ul.templateedit li.tempcate {
  float: none;
  clear: both;
  font-family: 'Microsoft YaHei';
  margin-bottom: 10px;
  padding: 0 0 10px 0;
  border-bottom: 2px solid #f4f5f7;
}
.datalist ul.templateedit li.tempcate h2 {
  font-size: 16px;
  color: #666;
}
.datalist ul.templateedit li a {
  border: 3px solid #f2f2f2;
  width: 139px;
  height: 139px;
  display: block;
  -moz-border-radius: 5px;
  -webkit-border-rasius: 5px;
  border-radius: 5px;
  position: relative;
}
.datalist ul.templateedit li a:hover {
  border-color: #8dc739;
}
.datalist ul.templateedit li a s {
  display: block;
  width: 28px;
  height: 24px;
  background: none;
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 2;
}
.datalist ul.templateedit li a i {
  color: #717171;
  height: 20px;
  line-height: 20px;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 13px;
  text-align: center;
  background: #fff;
  z-index: 1;
}

.action-link {
color:#13c25d;
}

 
    .footer-fixed .btn {
  background-color: #339933;
  padding: 0 1.5em;
  letter-spacing: .2em;
  color: #fff;
  font-size: 14px;
  border-radius: 2px;
}

    
div.yellow {
	padding-right: 7px; padding-left: 7px; padding-bottom: 7px; margin: 3px; padding-top: 7px; text-align: center
}
div.yellow a {
	border-right: #ccc 1px solid; padding-right: 5px; border-top: #ccc 1px solid; padding-left: 5px; padding-bottom: 2px; margin: 2px; border-left: #ccc 1px solid; color: #000; padding-top: 2px; border-bottom: #ccc 1px solid; text-decoration: none
}
div.yellow a:hover {
	border-right: #f0f0f0 1px solid; border-top: #f0f0f0 1px solid; border-left: #f0f0f0 1px solid; color: #000; border-bottom: #f0f0f0 1px solid
}
div.yellow a:active {
	border-right: #f0f0f0 1px solid; border-top: #f0f0f0 1px solid; border-left: #f0f0f0 1px solid; color: #000; border-bottom: #f0f0f0 1px solid
}
div.yellow span.current {
	border-right: #d9d300 1px solid; padding-right: 5px; border-top: #d9d300 1px solid; padding-left: 5px; font-weight: bold; padding-bottom: 2px; margin: 2px; border-left: #d9d300 1px solid; color: #fff; padding-top: 2px; border-bottom: #d9d300 1px solid; background-color: #d9d300
}
div.yellow span.disabled {
	border-right: #eee 1px solid; padding-right: 5px; border-top: #eee 1px solid; padding-left: 5px; padding-bottom: 2px; margin: 2px; border-left: #eee 1px solid; color: #ddd; padding-top: 2px; border-bottom: #eee 1px solid
}

/*商户列表*/

.all_brand {
	padding-left: 2px;
    padding-top:5px;
}
.all_brand .goodsbox {
	width: 230px;
	height:150px;
	overflow: hidden;
	border: 1px solid #efefef;
	margin: 0 0px 10px 0px;
    *margin:0 2px 10px 2px;
    float:left;
    margin:2px;
}
.all_brand .goodsbox .imgbox {
	width: 225px;
	height:150px;
	text-align: center;
	margin: 8px 0;
	border: none;
}
.all_brand .goodsbox .imgbox img {
	width: 220px;
	height:123px;
}
.all_brand .goodsbox h4 {
	background: #eae9e9;
	padding: 3px 10px;
	font-weight: 100;
	border: 1px solid #FFFFFF;
	height:18px;
}
.all_brand .goodsbox p {
	text-indent: 20px;
	text-align: left;
	padding: 5px;
}.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}.block {
	width: auto;
	height: auto;
}.tr {
	text-align: right;
}.fl {
	float: left;
} 