﻿@charset "utf-8";
html {
  font-size: 100%;
  background-color: #fff;
  color: #333;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-rendering: optimizelegibility;
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  height: 100%;
}
html.border-box *,
html.border-box *:after,
html.border-box *:before {
  *behavior: url(../js/boxsizing.htc);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
body,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
iframe {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
select,
textarea,
optgroup {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
button,
input,
select {
  vertical-align: middle;
}
::-webkit-input-placeholder {
  color: #ccc;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #ccc;
}
button::-moz-focus-inner,
input[type='button']::-moz-focus-inner,
input[type='reset']::-moz-focus-inner,
input[type='submit']::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  resize: vertical;
  overflow: auto;
}
input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}
ul,
ol {
  list-style: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
th {
  text-align: inherit;
}
img {
  height: auto;
  vertical-align: middle;
  border: none;
  -ms-interpolation-mode: bicubic;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clear {
  clear: both;
}
.abs {
  position: absolute;
}
.rel {
  position: relative;
}
.fixed {
  position: fixed;
  left: 0;
  right: 0;
}
.mod {
  overflow: hidden;
  *zoom: 1;
}
.left {
  float: left;
}
.center {
  margin-left: auto;
  margin-right: auto;
}
.right {
  float: right;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-middle {
  vertical-align: middle;
}
.text-top {
  vertical-align: top;
}
.text-bottom {
  vertical-align: bottom;
}
.bold {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
.none,
.hide,
.hidden,
[hidden] {
  display: none;
}
.blk,
.show {
  display: block;
}
.inblk {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.visually-hidden {
  position: absolute !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  *clip: rect(1px 1px 1px 1px);
}
.img-preserve {
  max-width: none;
}
.text-nowrap {
  overflow: hidden;
  white-space: nowrap;
}
.text-truncate {
  word-wrap: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.text-break {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
  word-break: break-all;
}
.text-indent2 {
  text-indent: 2em;
}
.text-hide {
  text-indent: -9999em;
  overflow: hidden;
}
.checkbox,
.radio {
  vertical-align: middle;
  margin: 1px 0 -1px 0;
}
.skip-link {
  position: absolute;
}
.skip-link a {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  background: black;
  color: white;
  text-decoration: none;
}
.skip-link a:focus {
  position: static;
  overflow: visible;
  clip: auto;
}
.font-yaihei {
  font-family: 'Microsoft Yahei';
}
.font-arial {
  font-family: Arial;
}
.font-simsun {
  font-family: Simsun;
}
.arrow-down {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 0;
  height: 0;
  overflow: hidden;
  border: 6px solid transparent;
  border-top: 6px solid #fff;
  vertical-align: middle;
}
.w50 {
  width: 50px;
}
.w100 {
  width: 100px;
}
.w150 {
  width: 150px;
}
.w200 {
  width: 200px;
}
.w250 {
  width: 250px;
}
.w300 {
  width: 300px;
}
.w350 {
  width: 350px;
}
.w400 {
  width: 400px;
}
.w450 {
  width: 450px;
}
.w500 {
  width: 500px;
}
.w550 {
  width: 550px;
}
.w600 {
  width: 600px;
}
.w1000 {
  width: 1000px;
}
.w1100 {
  width: 1100px;
}
.w1200 {
  width: 1200px;
}
.wp10 {
  width: 10%;
}
.wp20 {
  width: 20%;
}
.wp25 {
  width: 25%;
}
.wp30 {
  width: 30%;
}
.wp33 {
  width: 33.3333%;
}
.wp40 {
  width: 40%;
}
.wp50 {
  width: 50%;
}
.wp60 {
  width: 60%;
}
.wp66 {
  width: 66.6666%;
}
.wp70 {
  width: 70%;
}
.wp75 {
  width: 75%;
}
.wp80 {
  width: 80%;
}
.wp90 {
  width: 90%;
}
.wp100 {
  width: 100%;
}
.wauto {
  width: auto;
}
.p0 {
  padding: 0!important;
}
.p5 {
  padding: 5px;
}
.p10 {
  padding: 10px;
}
.p15 {
  padding: 15px;
}
.pt5 {
  padding-top: 5px;
}
.pt10 {
  padding-top: 10px;
}
.pt15 {
  padding-top: 15px;
}
.pr5 {
  padding-right: 5px;
}
.pr10 {
  padding-right: 10px;
}
.pr15 {
  padding-right: 15px;
}
.pb5 {
  padding-bottom: 5px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb15 {
  padding-bottom: 15px;
}
.pl5 {
  padding-left: 5px;
}
.pl10 {
  padding-left: 10px;
}
.pl15 {
  padding-left: 15px;
}
.m0 {
  margin: 0!important;
}
.m5 {
  margin: 5px;
}
.m10 {
  margin: 10px;
}
.m15 {
  margin: 15px;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mr5 {
  margin-right: 5px;
}
.mr10 {
  margin-right: 10px;
}
.mr15 {
  margin-right: 15px;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.ml5 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px;
}
.f10 {
  font-size: 10px;
}
.f12 {
  font-size: 12px;
}
.f14 {
  font-size: 14px;
}
.f16 {
  font-size: 16px;
}
.f18 {
  font-size: 18px;
}
.f20 {
  font-size: 20px;
}
.f24 {
  font-size: 24px;
}
.f28 {
  font-size: 28px;
}
.f32 {
  font-size: 32px;
}
.f36 {
  font-size: 36px;
}
.f40 {
  font-size: 40px;
}
.lht1 {
  line-height: 1;
}
.lht12 {
  line-height: 12px;
}
.lht14 {
  line-height: 14px;
}
.lht16 {
  line-height: 16px;
}
.lht18 {
  line-height: 18px;
}
.lht20 {
  line-height: 20px;
}
.lht22 {
  line-height: 22px;
}
.lht24 {
  line-height: 24px;
}
.lht26 {
  line-height: 26px;
}
.lht28 {
  line-height: 28px;
}
.lht30 {
  line-height: 30px;
}
.lht35 {
  line-height: 35px;
}
.lht40 {
  line-height: 40px;
}
.h50 {
  height: 50px;
}
.h100 {
  height: 100px;
}
.h200 {
  height: 200px;
}
.h300 {
  height: 300px;
}
body {
  font-family: Tahoma, Arial, "Helvetica Neue", "Hiragino Sans GB", 'Microsoft Yahei', sans-serif;
  font-size: 12px;
  line-height: 1.5;
  color: #333;
}
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
img {
  max-width: 100%;
}
::-webkit-input-placeholder {
  color: #999;
}
:-moz-placeholder {
  color: #999;
}
::-moz-placeholder {
  color: #999;
}
::placeholder {
  color: #999;
}
:-ms-input-placeholder {
  color: #999;
}
:input-placeholder {
  color: #999;
}
.close {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: red;
  float: right;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  opacity: 0.8;
  filter: alpha(opacity=80);
  text-shadow: 0 1px 0 #fff;
}
.close:focus,
.close:hover {
  color: red;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
  text-decoration: none;
}
.container {
  width: 1180px;
  margin-left: auto;
  margin-right: auto;
  *zoom: 1;
}
.container:before,
.container:after {
  content: "";
  display: table;
}
.container:after {
  clear: both;
}
.color-white,
.white {
  color: #fff;
}
.color-gray,
.gray {
  color: #999;
}
.color-grayDarker,
.grayDarker {
  color: #666;
}
.color-grayLighter,
.grayLighter {
  color: #ccc;
}
.color-black,
.black {
  color: #000;
}
.color-blackLighter,
.blackLighter {
  color: #333;
}
.color-red,
.red {
  color: red;
}
.color-blue,
.blue {
  color: blue;
}
.color-green,
.green {
  color: green;
}
.color-success {
  color: #14c35e;
}
.action-link,
.color-link {
  color: #3d6fba;
}
a.action-link:hover,
a.color-link:hover {
  text-decoration: underline;
}
.color-primary {
  color: #3d9be4;
}
.w80 {
  width: 80px;
}
.w120 {
  width: 120px;
}
.w180 {
  width: 180px;
}
.sprite,
.sidebar-title .picon,
.sidebar-title .picon.home,
.sidebar-title .picon.goods,
.sidebar-title .picon.member,
.sidebar-title .picon.promotion,
.sidebar-title .picon.deal,
.sidebar-title .picon.account,
.sidebar-title .picon.store,
.sidebar-title .picon.information {
  background-repeat: no-repeat;
  background-image: url('/Store/Assets/images/icon-admin_01.png');
}
.layout .layout-top {
  height: 70px;
  background-color: #3d9be4;
  position: relative;
  z-index: 10;
  border-bottom: 5px solid #f3f5f7;
}
.layout .layout-sidebar {
  position: fixed;
  _position: absolute;
  top: 75px;
  left: 0;
  bottom: 0;
  width: 190px;
  background-color: #f3f5f7;
  z-index: 9;
}
.layout .layout-sidebar .sidebar {
  padding: 0 5px;
}
.layout .layout-main {
  position: relative;
  z-index: 8;
  margin-left: 190px;
}
.page-logo {
  height: 70px;
  display: block;
  padding-left: 10px;
  overflow: hidden;
  white-space: nowrap;
}
.page-logo img {
  max-height: 70px;
  max-width: 170px;
}
.page-logo .logo {
  float: left;
  width: 170px;
  text-align: center;
  line-height: 70px;
  overflow: hidden;
  margin-right: 10px;
}
.page-logo .hero {
  float: left;
  font-size: 22px;
  line-height: 30px;
  color: #fff;
  width: 110px;
  text-align: center;
  margin: 20px 0;
  height: 30px;
  border-left: 1px solid #ddd;
}
.top-navigation {
  overflow: hidden;
}
.top-nav {
  overflow: hidden;
  white-space: nowrap;
  font-size: 0;
}
.top-nav li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.top-nav li a {
  display: inline-block;
  position: relative;
  padding: 0 1em;
  height: 70px;
  line-height: 70px;
  font-size: 16px;
  text-align: center;
  color: #e6e6e6;
}
.top-nav li a:hover,
.top-nav li a.active {
  color: #fff;
}
.top-nav li a:hover:after,
.top-nav li a.active:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  border: 10px solid transparent;
  border-bottom-color: #fff;
  left: 50%;
  margin-left: -10px;
}
.top-nav li a.active {
  font-size: 18px;
}
.top-actions {
  font-size: 14px;
  padding-top: 10px;
  padding-right: 10px;
  height: 60px;
}
.top-actions,
.top-actions a {
  color: #fff;
}
.top-actions > a,
.top-actions > span {
  display: inline-block;
  margin: 0 3px;
}
.user-info-dorpdown {
  position: relative;
  height: 24px;
  cursor: pointer;
  padding: 0 2px 0 6px;
  border-radius: 2px 2px 0 0;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.user-info-dorpdown .caret-down {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-top: 4px solid #ffffff;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: 0 dotted;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  margin-right: 3px;
}
.user-info-dorpdown .dorpdown-menu {
  display: none;
  position: absolute;
  top: 23px;
  right: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-top: none;
  border-radius: 2px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  *width: 60px;
}
.user-info-dorpdown .dorpdown-menu .arrow {
  position: absolute;
  top: -15px;
  right: 3px;
  border: 8px solid transparent;
  border-bottom: 8px solid #fff;
  width: 0;
  height: 0;
  overflow: hidden;
}
.user-info-dorpdown .dorpdown-menu a {
  display: block;
  color: #666;
  line-height: 20px;
  border-top: 1px solid #f3f3f3;
  padding: 6px 25px;
  overflow: hidden;
  white-space: nowrap;
}
.user-info-dorpdown .dorpdown-menu a:first-child {
  border-top: none;
}
.user-info-dorpdown .dorpdown-menu a:hover {
  background-color: #f5f5f5;
}
.user-info-dorpdown:hover {
  border: 1px solid #eee;
  border-bottom: none;
  margin: -1px;
  background-color: #fff;
  color: #666;
}
.user-info-dorpdown:hover .caret-down {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-top: 4px solid #666666;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: 0 dotted;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  margin-right: 3px;
}
.user-info-dorpdown:hover .dorpdown-menu {
  display: block;
}
.sidebar-title {
  line-height: 35px;
  height: 40px;
  font-size: 16px;
  border-radius: 2px;
  background-color: #56b391;
  color: #fff;
  padding-left: 20px;
}
.sidebar-title span {
  display: inline-block;
  vertical-align: middle;
}
.sidebar-title .picon {
  height: 30px;
  width: 30px;
  display: inline-block;
  vertical-align: middle;
}
.sidebar-title .picon.goods {
  background-position: -30px 0;
}
.sidebar-title .picon.member {
  background-position: -60px 0;
}
.sidebar-title .picon.promotion {
  background-position: -90px 0;
}
.sidebar-title .picon.deal {
  background-position: -120px 0;
}
.sidebar-title .picon.account {
  background-position: -150px 0;
}
.sidebar-title .picon.store {
  background-position: -180px 0;
}
.sidebar-title .picon.information {
  background-position: -210px 0;
}
.sidebar-nav {
  padding-top: 5px;
}
.sidebar-nav li a {
  display: block;
  line-height: 44px;
  height: 44px;
  padding: 0 10px;
  font-size: 14px;
  word-wrap: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  border-bottom: 1px solid #eee;
  position: relative;
  text-indent: .8em;
}
.sidebar-nav li a:hover,
.sidebar-nav li a.active {
  background-color: #fff;
}
.sidebar-nav li a:hover:before,
.sidebar-nav li a.active:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -22px;
  height: 44px;
  width: 4px;
  overflow: hidden;
  background-color: #56B391;
}
.sidebar-nav li a.active {
  margin-right: -5px;
}
.page-bottom-toolbar {
  *zoom: 1;
  padding: 0 15px;
  background-color: #ffffff;
  border-bottom: 5px solid #f3f5f7;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}
.page-bottom-toolbar:before,
.page-bottom-toolbar:after {
  content: "";
  display: table;
}
.page-bottom-toolbar:after {
  clear: both;
}
.page-bottom-toolbar.fixed {
  z-index: 10;
}
.page-bottom-toolbar {
  padding-top: 4px;
  padding-bottom: 4px;
}
.page-bottom-toolbar.fixed {
  bottom: 0;
}
.page-content {
  padding-bottom: 36px;
}
.bread-crumb {
  *zoom: 1;
  background-color: #f3f5f7;
  padding-bottom: 5px;
}
.bread-crumb:before,
.bread-crumb:after {
  content: "";
  display: table;
}
.bread-crumb:after {
  clear: both;
}
.bread-crumb .here-path {
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  font-size: 14px;
}
.table-setting > tbody > tr > th,
.table-setting > thead > tr > th,
.table-setting > tr > th {
  text-align: right;
  vertical-align: top;
  word-wrap: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-weight: normal;
  font-size: 14px;
  line-height: 26px;
}
.table-setting > tbody > tr > th,
.table-setting > thead > tr > th,
.table-setting > tbody > tr > td,
.table-setting > tr > th,
.table-setting > tr > td {
  padding: 8px 0 8px 5px;
}
.table-setting .table-sub th,
.table-setting .table-sub td {
  padding: 6px;
  border: 1px solid #eee;
}
.table-setting .table-sub th {
  background-color: #f5f5f5;
  font-weight: normal;
}
.setting-title strong {
  font-size: 14px;
  color: #32a2e2;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.setting-title .arrow-right {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background-color: #32a2e2;
  text-align: center;
  width: 16px;
  height: 16px;
  line-height: 16px;
}
.setting-title .arrow-right i {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-left: 4px solid #ffffff;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 0 dotted;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.help-inline {
  color: #999;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
.help-block {
  color: #999;
  display: block;
  margin-top: 5px;
}
.radio,
.checkbox {
  margin: -1px 0 1px 0;
  vertical-align: middle;
}
.select,
.input-like,
.input-text,
.textarea {
  line-height: 18px;
  padding: 4px 6px;
  border: 1px solid #ddd;
}
.select:focus,
.input-like:focus,
.input-text:focus,
.textarea:focus {
  border-color: #57a2d1;
  outline: none;
}
.input-like {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.input-text {
  height: 18px\0;
}
.select-sm,
.input-like-sm,
.input-text-sm,
.textarea-sm {
  line-height: 18px;
  padding: 1px 2px;
  border: 1px solid #ddd;
}
.select-sm:focus,
.input-like-sm:focus,
.input-text-sm:focus,
.textarea-sm:focus {
  border-color: #019FC2;
  outline: none;
}
.input-combo {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 0;
  letter-spacing: -0.25em;
}
.input-combo * {
  font-size: 12px;
  letter-spacing: 0;
}
.input-combo .btn {
  border-radius: 0 2px 2px 0 !important;
}
.input-combo .input-text {
  border-right: none;
  border-radius: 2px 0 0 2px !important;
}
.btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 10px;
  border: 1px solid #dfdfdf;
  background-color: #fafafa;
  border-radius: 2px;
  vertical-align: middle;
  line-height: 1.5;
}
.btn:focus,
.btn:active {
  outline: none;
}
.btn:hover {
  background-color: #ededed;
}
.btn-primary,
.btn-success,
.btnOk {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 10px;
  border: 1px solid #dfdfdf;
  background-color: #fafafa;
  border-radius: 2px;
  vertical-align: middle;
  line-height: 1.5;
  background: #57a2d1;
  border: 1px solid #57a2d1;
  color: #ffffff !important;
}
.btn-primary:focus,
.btn-success:focus,
.btnOk:focus,
.btn-primary:active,
.btn-success:active,
.btnOk:active {
  outline: none;
}
.btn-primary:hover,
.btn-success:hover,
.btnOk:hover {
  background-color: #ededed;
}
.btn-primary:hover,
.btn-success:hover,
.btnOk:hover {
  background-color: #6badd6;
}
.btn-primary:active,
.btn-success:active,
.btnOk:active {
  background-color: #4397cc;
}
.btn-info,
.btnInfo {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 10px;
  border: 1px solid #dfdfdf;
  background-color: #fafafa;
  border-radius: 2px;
  vertical-align: middle;
  line-height: 1.5;
  background: #57a2d1;
  border: 1px solid #57a2d1;
  color: #ffffff !important;
}
.btn-info:focus,
.btnInfo:focus,
.btn-info:active,
.btnInfo:active {
  outline: none;
}
.btn-info:hover,
.btnInfo:hover {
  background-color: #ededed;
}
.btn-info:hover,
.btnInfo:hover {
  background-color: #6badd6;
}
.btn-info:active,
.btnInfo:active {
  background-color: #4397cc;
}
.btn-warning {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 10px;
  border: 1px solid #dfdfdf;
  background-color: #fafafa;
  border-radius: 2px;
  vertical-align: middle;
  line-height: 1.5;
  background: #f0ad4e;
  border: 1px solid #f0ad4e;
  color: #ffffff !important;
}
.btn-warning:focus,
.btn-warning:active {
  outline: none;
}
.btn-warning:hover {
  background-color: #ededed;
}
.btn-warning:hover {
  background-color: #f2b866;
}
.btn-warning:active {
  background-color: #eea236;
}
.btn-error {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 10px;
  border: 1px solid #dfdfdf;
  background-color: #fafafa;
  border-radius: 2px;
  vertical-align: middle;
  line-height: 1.5;
  background: #d9534f;
  border: 1px solid #d9534f;
  color: #ffffff !important;
}
.btn-error:focus,
.btn-error:active {
  outline: none;
}
.btn-error:hover {
  background-color: #ededed;
}
.btn-error:hover {
  background-color: #de6764;
}
.btn-error:active {
  background-color: #d43f3a;
}
.page-tabs-nav {
  *zoom: 1;
  padding: 7px 15px 0;
  background-color: #eaebec;
}
.page-tabs-nav:before,
.page-tabs-nav:after {
  content: "";
  display: table;
}
.page-tabs-nav:after {
  clear: both;
}
.page-tabs-nav li {
  float: left;
}
.page-tabs-nav li a {
  margin-right: 10px;
  display: block;
  color: #fff;
  padding: 0 1em;
  line-height: 32px;
  font-size: 14px;
  border-radius: 2px 2px 0 0;
  color: #999;
}
.page-tabs-nav li a:hover,
.page-tabs-nav li a.active {
  background-color: #fff;
  color: #0d79b7;
}
.datalist-toolbar {
  margin: 12px 15px;
}
.datalist-toolbar .action-group {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  margin-right: 10px;
}
.datalist-toolbar .action-label {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  line-height: 28px;
}
.datalist-toolbar .action-label,
.datalist-toolbar .input-text,
.datalist-toolbar .select,
.datalist-toolbar .input-combo {
  margin: 2px 0;
}
.datalist-toolbar + .datalist-search {
  top: -46px;
}
.datalist-search {
  height: 0;
  position: relative;
  z-index: 11;
}
.datalist-search .search-box {
  position: absolute;
  z-index: 10;
  top: 0px;
  right: 0;
}
.datalist-search .search-box .search-btn {
  overflow: hidden;
  position: absolute;
  right: 100%;
  top: 0;
  z-index: 1;
  display: block;
  background-color: #56b391;
  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;
}
.datalist-search .search-box .search-btn:hover {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  background-color: #68bb9c;
}
.datalist-search .search-box .search-btn:hover i {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 5px solid #68bb9c;
  border-left: 5px solid #fff;
}
.datalist-search .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 #56b391;
  border-left: 5px solid #fff;
}
.datalist-search .search-box .search-btn.open i {
  left: -2px;
  border: 5px solid #56b391;
  border-right: 5px solid #fff;
}
.datalist-search .search-box .search-btn.open:hover i {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 5px solid #68bb9c;
  border-right: 5px solid #fff;
}
.datalist-search .search-box .search-form {
  display: none;
  float: left;
  background-color: #fff;
  padding: 10px;
  border: 1px solid #56b391;
  border-radius: 0 0 0 4px;
  overflow: auto;
}
.datalist-search .search-box .search-form .table td,
.datalist-search .search-box .search-form .table th {
  padding: 5px 5px 5px 0;
  overflow: hidden;
  white-space: nowrap;
  font-weight: normal;
}
.datalist-search .search-box .search-form .table th {
  text-align: right;
}
.datalist-wrapper {
  margin: 12px 15px;
}
.table-datalist {
  width: 100%;
}
.table-datalist > thead > tr > td,
.table-datalist > thead > tr > th,
.table-datalist > tbody > tr > td,
.table-datalist > tbody > tr > 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;
}
.table-datalist > thead > tr > td,
.table-datalist > thead > tr > th {
  text-align: center;
  background-color: #dce7ef;
}
.table-datalist table {
  width: auto;
}
.datalist-container {
  position: relative;
  overflow: auto;
  z-index: 1;
}
.datalist-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.text20 {
  word-wrap: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 20em;
}
.text19 {
  word-wrap: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 19em;
}
.text18 {
  word-wrap: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 18em;
}
.text17 {
  word-wrap: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 17em;
}
.text16 {
  word-wrap: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 16em;
}
.text15 {
  word-wrap: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 15em;
}
.text14 {
  word-wrap: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 14em;
}
.text13 {
  word-wrap: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 13em;
}
.text12 {
  word-wrap: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 12em;
}
.text11 {
  word-wrap: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 11em;
}
.text10 {
  word-wrap: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 10em;
}
.home-wrapper {
  padding: 20px 15px;
  min-width: 840px;
}
.home-item {
  padding: 15px 0 20px;
  border-bottom: 1px dotted #ddd;
}
.home-item:last-child {
  border-bottom: none;
}
.home-block {
  float: left;
  width: 44%;
  *width: 43%;
  margin: 0 2% 0 0;
  *display: inline;
  padding:0 10px;
}
.home-block .block-hd {
  line-height: 40px;
}
.home-block .block-hd h2 {
  font-weight: normal;
  font-size: 16px;
  color: #3d9be4;
}
.home-store-setting {
  padding: 15px 40px 0 0;
  width: 150px;
}
.msg-more{margin-right:10%;font-family:SimSun;}
.home-logo {
  width: 150px;
  height: 70px;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.table-home1 th,
.table-home1 td {
  line-height: 26px;
  padding: 0;
}
.table-home1 th {
  text-align: right;
  font-weight: normal;
}
.home-article-list li {
  line-height: 30px;
  list-style-type: disc;
  list-style-position: inside;
  font-size: 10px;
  color: #ff8b02;
  border-bottom: 1px dotted #eee;
}
.home-article-list li a,
.home-article-list li span {
  font-size: 12px;
  color: #333;
}
.home-article-list li span {
  color: #999;
}
.caret-down {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-top: 5px solid #57a2d1;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-bottom: 0 dotted;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.caret-right {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-left: 5px solid #666666;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 0 dotted;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.sidebar-nav-wrapper {
  display: none;
}
#divGoodList .tablescroll-body {
  border: 1px solid #eee;
}
#divGoodList .tablescroll-body th,
#divGoodList .tablescroll-body td {
  font-weight: normal;
  padding: 6px;
  border: 1px solid #eee;
}
#divGoodList .tablescroll-body th {
  background-color: #f3f3f3;
}
#divGoodList .tablescroll-body th:not(:last-child) {
  border-right: 1px solid #fff;
}
.table-default,
.table-order {
  width: 100%;
  border: 1px solid #e7e8ef;
}
.table-default th,
.table-order th,
.table-default td,
.table-order td {
  padding: 6px;
  font-weight: normal;
  border: 1px solid #e7e8ef;
}
.table-default th,
.table-order th {
  background-color: #f7f8f9;
  padding: 6px;
}
.table-default tbody td,
.table-order tbody td {
  border: 1px solid #e7e8ef;
}
.table-default tr.selected,
.table-order tr.selected {
  background-color: #f0fbfe;
}
.table-default thead tr td,
.table-order thead tr td,
.table-default tfoot tr td,
.table-order tfoot tr td {
  border: 1px solid #e7e8ef;
}
.badge {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  padding: 2px 3px;
  text-align: center;
  background-color: #14c25d;
  color: #fff;
}
.badge:hover {
  color: #fff;
}
.badge.inverse {
  background-color: #83bbd6;
}
.pager_002 {
  line-height: 20px;
}
.pager_002 .pagerGo {
  cursor: pointer;
  border: none;
  background: url(/admin/images/go-btn.png) no-repeat center #5b5b5b;
  color: #fff;
  width: 24px;
  border-radius: 2px;
  vertical-align: middle;
  margin: -2px 0 1px 4px;
}
.pager_002 select {
  border: 1px solid #CECECE;
  padding: 1px;
}
.pager_002 .inner_page_goto_box {
  border: 1px solid #CECECE;
  padding: 1px;
  width: 35px;
}
.pager_002 a {
  color: #333;
  display: inline-block;
  padding: 0 3px;
}
.pager_002 a:hover {
  color: #F17100;
  text-decoration: none;
}
.pager_002 .current {
  color: #F17100;
  padding: 0 4px;
  display: inline-block;
}
.pager_002 .pageInfo {
  margin-right: 10px;
}
.pager_002 .pageInfo .text {
  color: #F17100;
}
.d_ok,
.d_on,
.d_default,
.d_err {
  color: #999;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
.d_on {
  color: #5bc0de;
}
.d_default {
  color: #999;
}
.d_ok {
  color: #14c35e;
}
.d_err {
  color: #d9534f;
}
.order-title {
  line-height: 22px;
  *zoom: 1;
}
.order-title:before,
.order-title:after {
  content: "";
  display: table;
}
.order-title:after {
  clear: both;
}
.order-title h2 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 14px;
  color: #289ee2;
  margin-bottom: 6px;
  white-space: nowrap;
}
.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;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  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 {
  display: none;
  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: #4097c6;
}
.print-badge.inverse:hover {
  background-color: #49a4cd;
}
.trigger-drop {
  cursor: pointer;
}
.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;
}
/*tooltip*/
.tooltip {
  position: absolute;
  left: -9999em;
  top: -9999em;
  background-color: #fff;
  border: 1px solid #ced7df;
  border-radius: 3px;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.15);
}
.tooltip .tooltip-title {
  background-color: #f6f7f8;
  padding: 0 10px;
  line-height: 30px;
  font-weight: bold;
  color: #fe4b00;
  border-bottom: 1px solid #e7ebef;
}
.tooltip .arrow-bottom,
.tooltip .arrow {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -9px;
  height: 13px;
  width: 18px;
  background: url(../images/tip-arrow.png);
}
.tooltip.arrow-top:after,
.tooltip.arrow-top > .after,
.tooltip.arrow-default:after,
.tooltip.arrow-default > .after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -7px;
  height: 14px;
  width: 14px;
  background: url(/images/tip-arrow-top.png);
}
.tooltip.arrow-left:after,
.tooltip.arrow-left > .after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -7px;
  width: 14px;
  height: 14px;
  background: url(/images/tip-arrow-left.png);
}
.tooltip.arrow-right:after,
.tooltip.arrow-right > .after {
  content: "";
  position: absolute;
  right: 100%;
  top: 50%;
  margin-top: -7px;
  height: 14px;
  width: 14px;
  background: url(/images/tip-arrow-right.png);
}
.tooltip.arrow-bottom:after,
.tooltip.arrow-bottom > .after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -7px;
  height: 14px;
  width: 14px;
  background: url(/images/tip-arrow-bottom.png);
}

.store-close-cover{width:100%;height:100%;position:absolute;left:0;top:0;right:0;bottom:0;z-index:998;background:#000;opacity:.5;filter:alpha(opacity=50);}
.store-close-wrap{width:500px;height:300px;position:absolute;z-index:999;margin-left:-280px;margin-top:-200px;left:50%;top:50%;background:#fff;box-shadow:0 0 5px #ddd;color:#333;border-radius:4px;font-family:'Microsoft YaHei';padding:0 50px;}
.store-close-wrap .store-close-header{font-size:20px;font-weight:bold;color:#666;padding:70px 0 0 30px;margin-bottom:20px;position:relative;}
.store-close-wrap .store-close-header i.store-close-waringico{background:url(../images/waringico.png) no-repeat;width:34px;height:32px;position:absolute;left:-15px;top:70px;}
.store-close-wrap .store-close-content{padding-left:30px;font-size:14px;}
.store-close-wrap .store-close-content p{margin-bottom:10px;}
.store-close-wrap i.store-close-closebtn{font-size:18px;font-family:Arial;color:#333;position:absolute;right:8px;top:5px;font-style:normal;cursor:pointer;}

.tj-wrap{padding:20px 10px 20px;border-bottom:1px dotted #ddd;}
.tj-wrap .store-item-dl{width:45%;margin:0 3% 20px 0;float:left;line-height:26px;}
.tj-wrap .store-item-dl dt{font-size:16px;color:#3d9be4;margin-bottom:5px;}
.tj-wrap .store-item-dl dd{width:50%;text-align:left;float:left;}
.tj-wrap .store-item-dl dd a strong{color:red;}

.block-content-phone{background:url(../images/u56.png) left 15px no-repeat;padding:25px 0 32px 120px;}