/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 * 0. sassCore's style
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  overflow-y: scroll;
  /* 0 */
  -webkit-overflow-scrolling: touch;
  /* 0 */
  min-width:100%;
  _width:100%;
  width: 100%;
}


/**
 * 1. Remove default margin
 * 0. sassCore's style.
 */
body {
  margin: 0;
  /* 1 */
  font-size: 14px;
  /* 0 */
  line-height: 1.5;
  /* 0 */
  color: #333;
  /* 0 */
  background-color: #fff;
  /* 0 */
  height:100%;
/*  min-width:1500px;  */
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 * 3. Correct `inline-block` display in IE 6/7.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
  *display: inline;
  /* 3 */
  *zoom: 1
  /* 3 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background color from active links in IE 10.
 * 2. Improve readability when focused and also mouse hovered in all browsers.
 * 0. sassCore's style.
 */
a {
  background: transparent;
  /* 1 */
  /* 0 */
  text-decoration: none;
  color: #08c;
}
a:active, a:hover {
  outline: 0
  /* 2 */
}
a:hover {
  color: #006699;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improve image quality when scaled in IE 7.
 * 0. sassCore's style.
 */
img {
  border: 0;
  /* 1 */
  vertical-align: middle;
  /* 0 */
  -ms-interpolation-mode: bicubic
  /* 2 */
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * 1. Contain overflow in all browsers.
 * 2. Improve readability of pre-formatted text in all browsers.
 */
pre {
  overflow: auto;
  /* 1 */
  white-space: pre;
  /* 2 */
  white-space: pre-wrap;
  /* 2 */
  word-wrap: break-word
  /* 2 */
}

/**
 * 1. Address odd `em`-unit font size rendering in all browsers.
 * 2. Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  _font-family: 'courier new', monospace;
  /* 1 */
  font-size: 1em
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px
  /* 3 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
  *margin-left: -7px
  /* 3 */
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9/10/11.
 * 0. sassCore's style
 */
textarea {
  overflow: auto;
  /* 1 */
  resize: vertical
  /* 0 */
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
	/*閸愬懎顔愮搾鍛毉閸戣櫣骞囧姘З閺夛拷 */
width: auto;
}
.tab{

	  /***td閸愬懎顔愭潻鍥毐閼奉亜濮╅梾鎰****/
  table-layout: fixed;
}
.merc{
		/*閸愬懎顔愮搾鍛毉閸戣櫣骞囧姘З閺夛拷 */
width: auto;
}
/* 鐠佸墽鐤唗able闁插矂娼伴弬鍥ㄦ拱鐡掑懎鍤�*/
 .tdwidth{
	 overflow:hidden;white-space:nowrap;text-overflow:ellipsis; 
}
td,
th {
  padding: 0;
  /*******td閸愬懎顔愭潻鍥毐閼奉亜濮╅梾鎰*********/
  overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}

html,
button,
input,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Tahoma, sans-serif;
}

h1, h2, h3, h4, h5, h6, p, figure, form, blockquote {
  margin: 0;
}

ul, ol, li, dl, dd {
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style: none outside none;
}

h1, h2, h3 {
  line-height: 2;
  font-weight: normal;
}

h1 {
  font-size: 21px;
}

h2 {
  font-size: 18.2px;
}

h3 {
  font-size: 16.38px;
}

h4 {
  font-size: 14px;
}

h5, h6 {
  font-size: 11.9px;
  text-transform: uppercase;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #ccc;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #ccc;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #ccc;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #ccc;
}

html, body {
  height: 100%;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  font-family: "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  background: #eee;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

.clearfix:after {
  display: block;
  content: '';
  clear: both;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.icon {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  background-position: center center;
  background-repeat: no-repeat;
}
.icon.icon-message {
  width: 20px;
  height: 16px;
  vertical-align: middle;
  background-image: url(../../source/images/icon_message.png);
}

.btn {
  display: inline-block;
  text-decoration: none;
  vertical-align: middle;
  border: none;
  font-size: 12px;
  padding: 8px 20px;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.btn.btn-payment, .btn.btn-default, .btn.btn-login, .btn.btn-save {
  background: #ee8600;
  color: #fff;
}
.btn.btn-save, .btn.btn-login {
  padding: 7px 20px;
}
.btn.btn-disabled {
  background: #ccc;
  color: #fff;
}
.btn.btn-add {
  border-radius: 0;
  margin-top: 10px;
  background: #e8f2f4;
  border: 1px solid #bbdce2;
  color: #6ea1ff;
}
.btn.block-show {
  width: 100%;
  padding: 0;
  height: 40px;
  line-height: 40px;
}
.btn.btn-add.block-show {
  display: block;
  width: auto;
  width: 100%;
}

.btn.btn-cancle {
  background: #fff;
  border: 1px solid  #bbdce2;
  padding: 7px 19px;
}
.btn.btn-save {
  background: #ef8c0e;
  color: #fff;
  height: 30px;
}
.btn-saves {
  background: #ef8c0e;
  color: #fff;
  height: 35px;
  width: 10.5%;
}
.btn:focus {
  outline: none;
}
.btn:hover {
  -webkit-transition: 0.25s;
  transition: 0.25s;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1) inset, 0 0 5px rgba(0, 0, 0, 0.25);
}
.btn:active {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25) inset;
}

.block-show {
  display: block;
}
.block-show img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.container {
  /**
  width: 1600px;
  */
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

a {
  color: #6ea1ff;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
a:hover {
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.notice {
  background: #fff9d7;
  border: 1px solid #e6daa7;
  padding: 10px 15px;
  color: #ee8809;
  color: #2a2826;
}
.notice .fa {
  color: #ee8809;
  margin-right: 10px;
}

.siteTop {
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  height: 36px;
  line-height: 36px;
  font-size: 12px;
  color: #333333;
  position: relative;
}
.siteTop a {
  color: #003333;
  padding-left: 20px;
}
.siteTop a:hover {
  color: #ee8600;
}

.siteHeader {
  background: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 40px;
  color: #333333;
  font-size: 14px;
  width: 100%;
}
.siteHeader .fa {
  color: #aaaaaa;
}
.siteHeader a {
  color: #333;
  margin-left: 25px;
}
.siteHeader a:hover {
  color: #ee8600;
}
.siteHeader a:hover .fa {
  color: #ee8600;
}

.siteMenu {
  height: 50px;
  background: #00328e;
  font-size: 14px;
  font-weight: bold;
  width: 100%
  /* text-transform: uppercase; */
}
.siteMenu ul {
  height: 50px;
}
.siteMenu ul li {
  position: relative;
}
.siteMenu ul li:first-child {
  padding-left: 0;
}
.siteMenu ul li:hover {
  background: #1c4ea8;
}
.siteMenu ul li:hover .subMenu {
  display: block;
}
.siteMenu ul li .subMenu {
  position: absolute;
  z-index: 999;
  left: 0;
  top: 100%;
  width: 180px;
  background: #1c4ea8;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  display: none;
}
.siteMenu ul li .subMenu a {
  line-height: 20px;
  text-transform: none;
  padding: 10px 15px;
  font-weight: normal;
  display: block;
  float: none;
}
.siteMenu ul li .subMenu a:hover {
  background: #3360b1;
}
.siteMenu a {
  color: #a6bde7;
  display: block;
  float: left;
  line-height: 50px;
  padding-left: 25px;
  padding-right: 25px;
}
.siteMenu a:hover {
  background: #1c4ea8;
  color: #fff;
}
.siteMenu a.active {
  color: #fff;
}

.siteCrumbs {
  font-size: 18px;
  color: #333;
  background: #fff;
  line-height: 50px;
  height: 50px;
  position: relative;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

.siteMain {
  padding-top: 15px;
  padding-bottom: 45px;
  background: #fff;
  min-height: 450px;
}

.birchList {
  margin-top: 15px;
}
.birchList .content {
  width: 830px;
  margin-right: 10px;
}
.birchList .content .title {
  padding: 25px;
  font-size: 16px;
  color: #333333;
  margin-bottom: 10px;
}
.birchList .content .items {
  padding-left: 45px;
  position: relative;
  margin-left: 60px;
}
.birchList .content .items:first-child {
  margin-left: 0;
}
.birchList .content .items .fa {
  position: absolute;
  font-size: 28px;
  color: #6ea1ff;
  left: 0;
  top: 50%;
  margin-top: -14px;
}
.birchList .content .icon {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -14px;
  height: 28px;
  color: #fff;
  background: #6ea1ff;
  font-size: 14px;
  line-height: 28px;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: bold;
  border-radius: 5px;
}
.birchList .content h4 {
  font-size: 12px;
  color: #666666;
  line-height: 1;
  font-weight: normal;
}
.birchList aside {
  width: 360px;
}
.birchList aside .container-bd {
  padding: 30px;
  font-size: 12px;
  line-height: 2;
}
.birchList aside .container-bd li strong {
  float: left;
  width: 130px;
}
.birchList aside .container-bd .note {
  margin-top: 50px;
}
.birchList aside .title {
  font-size: 26px;
  color: #333333;
  text-transform: uppercase;
}

.container-bd {
  border: 1px solid #bbdce2;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

a {
  cursor: pointer;
}

h1 {
  font-size: 22px;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px;
}

.table {
  width: 100%;
  border: 1px solid #bbdce2;
  font-size: 12px;
  border-collapse: collapse;
  color: #333;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.table td, .table th {
  border-bottom: 1px solid #bbdce2;
}
.table th {
  padding: 15px 10px;
  color: #999999;
  font-weight: normal;
}
.table td {
  padding: 10px;
}
.table tr:hover td, .table tr:nth-child(even):hover td {
  background: #eeeeee;
}
.table tr:hover .options, .table tr:nth-child(even):hover .options {
  display: block;
}
.table tr:hover .dropDown, .table tr:nth-child(even):hover .dropDown {
  z-index: 999;
}
.table tr:nth-child(even) td {
  background: #fcfcfc;
}
.table a {
  /* color: #333; */
}
.table a.price {
  color: #EE8600;
}
.table a.orderNumber {
  color: #0077bc;
}
.table .price {
  font-weight: bold;
}
.table .time {
  color: #aaa;
}
.table .options {
  display: none;
}
.table .options a {
  color: #333333;
  font-size: 12px;
  margin-left: 10px;
}
.table .options a:first-child {
  margin-left: 0;
}
.table .fa-trash {
  margin-left: 5px;
}
.table .dropDown .dropMenu {
  left: 50%;
  top: 110%;
  margin-left: -55px;
  min-width: 90px;
  text-align: center;
}
.table .dropDown .dropMenu:after, .table .dropDown .dropMenu:before {
  display: block;
  content: '';
  border-style: solid;
  position: absolute;
}
.table .dropDown .dropMenu a {
  padding-left: 0;
}
.table .dropDown .dropMenu:after {
  border-width: 10px;
  border-color: transparent transparent #fff transparent;
  margin-left: -10px;
  left: 50%;
  top: -20px;
  z-index: 9;
}
.table .dropDown .dropMenu:before {
  border-width: 12px;
  border-color: transparent transparent #ddd transparent;
  margin-left: -12px;
  left: 50%;
  top: -24px;
  z-index: 7;
}
.table .symbol {
  font-size: 12px;
  color: #666;
  font-weight: normal;
}
.table.table-noraml {
  box-shadow: none;
  border: 1px solid #ddd;
  border-left: none;
  border-right: none;
  margin-bottom: 20px;
}
.table.table-noraml td, .table.table-noraml th {
  border: none;
}
.table.table-noraml th {
  border-bottom: 1px solid #ddd;
}

.pagination {
  font-size: 12px;
  color: #333;
  margin-top: 22px; 
  margin-bottom: 20px;
}

.pagination a {
  color: #333;
  border: 1px solid #bbdce2;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}
.pagination a:hover {
  color: #ee8600;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.pagination a, .pagination span {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 3px;
  margin-left: 5px;
}

.dropDown {
  position: relative;
  color: #aaaaaa;
  font-size: 14px;
  cursor: pointer;
}
.dropDown:hover .dropMenu {
  display: block;
  z-index: 99999;
}
.dropDown .dropMenu {
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 120px;
  background: #fff;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
  border: 1px solid #ddd;
  display: none;
}
.dropDown .dropMenu a {
  display: block;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 1.5;
  color: #999999;
}
.dropDown .dropMenu a:hover {
  background: #eee;
  color: #333;
}
.dropDown .dropMenu li:hover {
  background: #eee;
  color: #333;
}

.form-control-icon {
  position: relative;
}
.form-control-icon input {
  width: 100%;
  border: none;
}
.form-control-icon input:focus {
  outline: none;
}
.form-control-icon.sm-size {
  width: 370px;
}
.form-control-icon .btn {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50px;
  padding: 0;
  text-align: center;
  font-size: 12px;
  color: #999;
  background: transparent;
  z-index: 999;
}
.form-control-icon .btn .fa {
  color: #999;
}
.form-control-icon .btn:focus, .form-control-icon .btn:hover, .form-control-icon .btn:active {
  box-shadow: none;
}

.form-control-table {
  padding: 5px 10px;
  border: 1px solid #bbdce2;
  margin-top:10px;
}

.form-control-table-select {
  padding: 5px 10px;
  border: 1px solid #bbdce2;
  width: 168px;
  margin-top:10px;
}

.form-control.lg-size {
  width: 340px;
}
.form-control.sm-size {
  width: 50px;
}
.form-control.md-size {
  width: 145px;
}
.form-control:focus {
  outline: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

input[type="text"].form-control {
  height: 30px;
  line-height: 20px;
}
/* .text {
  height: 30px;
  line-height: 20px;
  width: 45%;
}  */

select.form-control {
 /*  width: 45%; */
  width:168;
  height: 30px;
  background: #fff;
  line-height: 32px;
}
select.form-control option {
  line-height: 30px;
}

.select-form {
  padding-left: 100px;
  position: relative;
  width: 235px;
  padding-right: 20px;
  border: 1px solid #bbdce2;
}
.select-form .title {
  position: absolute;
  left: 0;
}
.select-form input {
  border: none;
}
.select-form input:focus {
  outline: none;
  box-shadow: none;
}
.select-form .dropMenu {
  min-width: 108%;
  line-height: 2;
}
.select-form .dropMenu a {
  padding-left: 10px;
  color: #333;
}
.select-form .fa-angle-down {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -6px;
  color: #999;
}

.productList .productList-filter {
  padding: 15px;
  font-size: 12px;
  color: #333;
  margin-bottom: 20px;
}
.productList .productList-filter .pull-left {
  width: 135px;
  margin-left: 10px;
  color: #666;
}
.productList .productList-filter .pull-left.search-form {
  width: 730px;
}
.productList .productList-filter .pull-left:first-child {
  margin-left: 0;
}
.productList .productList-filter .pull-left .dropDown {
  margin-top: 10px;
}
.productList .productList-filter .pull-left .dropDown .fa {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -6px;
}
.productList .productList-filter .pull-left .dropMenu {
  min-width: 133px;
  top: 98%;
}
.productList .productList-filter .pull-left .selectItems {
  padding: 10px 15px;
  border: 1px solid #bbdce2;
  line-height: 12px;
}
.productList .productList-filter .pull-left .form-control-icon {
  margin-top: 10px;
  padding: 4px 50px 7px 10px;
  border: 1px solid #bbdce2;
}
.productList .productList-filter .pull-left .form-control-icon input {
  height: 20px;
  line-height: 20px;
 /*  width: 100%; */
  
}
.productList .search-keywords {
  clear: both;
  padding-top: 10px;
}
.productList .btn-group {
  margin-bottom: 20px;
}

.orderNumber {
  color: #0077bc;
}

.price, a.price {
  color: #ee8600;
}

.btn-group .btn, .btn-group .form-control {
  margin-left: 10px;
}
.btn-group .btn:first-child, .btn-group .form-control:first-child {
  margin-left: 0;
}

.attribute-list {
  font-size: 0;
  padding-top: 5px;
  padding-bottom: 25px;
}
.attribute-list li {
  font-size: 12px;
  margin-top: 15px;
  display: block;
  color: #333;
}
.attribute-list li strong {
  display: inline-block;
  width: 170px;
  padding-left: 20px;
  color: #666666;
  background: url(../../source/images/icon_arrow_right.png) no-repeat left center;
}
.attribute-list li .title {
  font-size: 18px;
  line-height: 18px;
}

.product-detailes .edit-btn {
  color: #0077bc;
}
.product-detailes .edit-btn:hover {
  color: #ee8600;
}
.product-detailes .attribute-list {
  border-top: 1px solid #bbdce2;
  border-bottom: 1px solid #bbdce2;
  margin-bottom: 30px;
  margin-top: 20px;
}
.product-detailes .attribute-list li {
  width: 50%;
  display: inline-block;
}

.packageTracking {
  padding: 40px 0;
  border-top: 1px solid #ddd;
}
.packageTracking .logisticsTracking, .packageTracking .pull-left {
  width: 50%;
}
.packageTracking .logisticsTracking {
  color: #333333;
}
.packageTracking .logisticsTracking ul {
  padding-left: 30px;
  border-left: 1px solid #ddd;
  margin-top: 20px;
}
.packageTracking .logisticsTracking li {
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}
.packageTracking .logisticsTracking li.current p {
  color: #ee8600;
  font-weight: bold;
}
.packageTracking .logisticsTracking li.current .mark {
  background-image: url(../../source/images/mark_current.png);
}
.packageTracking .logisticsTracking li .mark {
  position: absolute;
  width: 16px;
  height: 16px;
  background: url(../../source/images/icon_circle.png) no-repeat center center;
  left: -38px;
  top: 50%;
  margin-top: -8px;
}
.packageTracking .logisticsTracking .time {
  font-size: 12px;
  color: #666;
}

.edit-product-form {
  padding: 50px;
}
.edit-product-form .items {
  position: relative;
  padding-left: 210px;
  margin-bottom: 15px;
}
.edit-product-form .items .title {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 26px;
  color: #888;
}

.timeTrack {
  text-align: justify;
  border-bottom: 5px solid #dddddd;
  margin-bottom: 55px;
  position: relative;
}
.timeTrack .items {
  text-align: center;
  float: left;
  position: relative;
  padding-bottom: 10px;
}
.timeTrack .items:first-child {
  text-align: left;
}
.timeTrack .items:first-child .mark {
  left: auto;
  margin-left: 0;
}
.timeTrack .items:first-child .time {
  left: 0;
  margin-left: 0;
}
.timeTrack .items:last-child {
  text-align: right;
}
.timeTrack .items:last-child .mark {
  left: auto;
  margin-left: 0;
  right: 0;
}
.timeTrack .items:last-child .time {
  right: 0;
  margin-left: 0;
}
.timeTrack .items .status {
  color: #333333;
  font-size: 14px;
}
.timeTrack .items .time {
  font-size: 12px;
  color: #999999;
  position: absolute;
  left: 0;
  bottom: -35px;
  left: 50%;
  width: 120px;
  margin-left: -60px;
}
.timeTrack .items .mark {
  position: absolute;
  left: 50%;
  bottom: -10px;
  text-align: center;
  margin-left: -8px;
  width: 16px;
  height: 16px;
  z-index: 99;
  background: url(../../source/images/mark.png) no-repeat center center;
}
.timeTrack .items.past .status {
  color: #028123;
}
.timeTrack .items.past .mark {
  background-image: url(../../source/images/mark_past.png);
}
.timeTrack .items.current .status {
  color: #ee8600;
}
.timeTrack .items.current .mark {
  background-image: url(../../source/images/mark_current.png);
}
.timeTrack .progressbar {
  position: absolute;
  left: 0;
  bottom: -5px;
  z-index: 66;
  height: 5px;
  width: 100px;
  background: #32da5e;
}

.shoppingCartCount {
  font-size: 14px;
  text-align: right;
  line-height: 1.5;
}
.shoppingCartCount span {
  display: inline-block;
  width: 100px;
  text-align: left;
}
.shoppingCartCount strong {
  display: inline-block;
  width: 150px;
}
.shoppingCartCount .total {
  border-top: 1px dashed #ddd;
  display: inline-block;
  white-space: nowrap;
  width: auto;
  font-size: 24px;
  line-height: 24px;
  padding-top: 10px;
  margin-top: 10px;
}
.shoppingCartCount .total strong {
  text-align: right;
}

.J_tab .tab-title {
  border-bottom: 2px solid #ddd;
  margin-bottom: 20px;
}
.J_tab .tab-title a {
  padding-left: 20px;
  padding-right: 20px;
  font-weight: bold;
  color: #333;
  display: inline-block;
  padding-bottom: 15px;
  border-bottom: 2px solid #ddd;
  margin-bottom: -2px;
}
.J_tab .tab-title a:hover {
  color: #ee8600;
}
.J_tab .tab-title a.active {
  color: #ee8600;
  border-bottom-color: #ee8600;
}

.tab-filter {
  padding-bottom: 20px;
  color: #666;
}
.tab-filter a.current {
  color: #ee8600;
}
.tab-filter .form-control-icon, .tab-filter .dropDown {
  display: inline-block;
  border: 1px solid #bbdce2;
  padding: 6px 10px;
}
.tab-filter .form-control-icon {
  margin-left: 5px;
}
.tab-filter .dropDown {
  width: 100px;
  text-align: left;
  margin-left: 5px;
  margin-right: 5px;
}
.tab-filter .dropDown .fa-angle-down {
  right: 5px;
  top: 50%;
  margin-top: -6px;
  position: absolute;
}
.tab-filter .dropDown a {
  display: block;
  padding: 5px 10px;
}
.tab-filter .symbol {
  margin-left: 10px;
}
.tab-filter .title {
  margin-left: 15px;
  color: #333;
}

.settlementDetailes .title .price {
  padding-left: 10px;
  font-size: 20px;
}
.settlementDetailes .attribute-list {
  font-size: 0;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #bbdce2;
}
.settlementDetailes .attribute-list li {
  font-size: 12px;
  width: 32%;
  display: inline-block;
}
.settlementDetailes .attribute-list li strong {
  width: 270px;
  font-weight: normal;
}
.settlementDetailes .attribute-list li:nth-child(3n+1) strong {
  width: 180px;
}
.settlementDetailes .attribute-list li:nth-child(3n+2) strong {
  width: 250px;
}

.settlementAttribute .title .price {
  padding-left: 10px;
  font-size: 20px;
}
.settlementAttribute .attribute-list {
  font-size: 0;
  padding-top: 20px;
  border-top: 1px solid #bbdce2;
  margin-top: 20px;
}
.settlementAttribute .attribute-list li {
  font-size: 12px;
  width: 50%;
  display: inline-block;
  padding-left: 0;
  padding-right: 0;
}
.settlementAttribute .attribute-list li strong {
  width: 270px;
  font-weight: normal;
}

.capitalAccount {
  border: 1px solid #ddd;
}
.capitalAccount .items {
  width: 50%;
  min-height: 410px;
  border-left: 1px solid #ddd;
  margin-left: -1px;
}
.capitalAccount .items:first-child {
  border-left: 0;
}
.capitalAccount .items h5 {
  text-transform: capitalize;
}
.capitalAccount .items:first-child .price {
  color: #5781cf;
}
.capitalAccount h3 {
  margin-left: 20px;
  margin-right: 20px;
  border-bottom: 1px solid #ddd;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 55px;
}
.capitalAccount .title {
  font-size: 16px;
  color: #999999;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 30px;
}
.capitalAccount .price {
  font-size: 48px;
  color: #ee8600;
  font-weight: bold;
  margin-bottom: 70px;
}
.capitalAccount .group {
  margin-left: 100px;
  margin-right: 100px;
  background: url(../../source/images/icon_line.png) no-repeat center center;
  margin-bottom: 100px;
  font-size: 14px;
  color: #999999;
}
.capitalAccount .group strong {
  font-weight: bold;
  color: #333;
  font-size: 18px;
}

.operate {
  background: #e8f2f4;
  margin-top: 20px;
  padding: 20px;
}
.operate .form-control {
  display: inline-block;
  margin-right: 20px;
}
.operate .dropDown, .operate .group {
  display: inline-block;
}
.operate .dropDown {
  background: #fff;
  padding: 5px 10px;
  border: 1px solid #bbdce2;
  width: 101px;
  margin-right: 20px;
}
.operate .dropDown .fa-angle-down {
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -6px;
}
.operate .btn {
  margin-right: 20px;
  padding-left: 30px;
  padding-right: 30px;
}
.operate .btn:nth-of-type(2) {
  margin-right: 0;
}
.operate .group {
  font-size: 0;
  margin-right: 20px;
}
.operate .group .form-control {
  font-size: 12px;
  margin-left: -1px;
  margin-right: 0;
}

#addRole {
  display: none;
}



#addRole .container-bd {
  padding: 20px;
  width: 550px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  font-size: 12px;
  line-height: 1.5;
  margin-left: auto;
  margin-right: auto;
}
#addRole .container-bd h3 {
  font-weight: normal;
  text-transform: capitalize;
  padding-bottom: 5px;
  margin-bottom: 20px;
  border-bottom: 1px solid #bbdce2;
}
#addRole .container-bd p {
  padding-bottom: 5px;
}
#addRole .container-bd .btn-cancle {
  margin-left: 20px;
}

.setting-role {
  margin-top: 15px;
}

.role-group {
  border: 1px solid #bbdce2;
  border-bottom: none;
  margin-bottom: 15px;
}

.slideDown {
  position: relative;
  cursor: pointer;
}
.slideDown .fa {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -6px;
  color: #aaaaaa;
}
.slideDown input {
  margin-right: 5px;
}
.slideDown .title {
  padding: 10px;
  background: #e8f2f4;
  border-bottom: 1px solid #bbdce2;
  position: relative;
}
.slideDown > .subMenu {
  padding-left: 10px;
}
.slideDown .subMenu {
  display: none;
  border-bottom: 1px solid #bbdce2;
}
.slideDown .subMenu .title {
  background: none;
  padding: 10px 0;
  border-bottom: 1px dashed #bbdce2;
}
.slideDown .subMenu .items {
  padding: 10px;
}

.pop {
  border: 0 none;
  bottom: 0;
  left: 0;
  margin: 0;
  position: fixed;
  right: 0;
  top: 0;
  display: none;
  z-index: 99999;
}
.pop textarea {
  resize: vertical;
}

.popup-inner-wrap {
  border: 0 none;
  bottom: 0;
  left: 0;
  margin: 0;
  position: fixed;
  overflow-y: scroll;
  right: 0;
  top: 0;
  z-index: 99999;
}

#shadow {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #000;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

#updatePWD .container-bd {
  border: 1px solid #ccc;
  background: #fff;
  margin-left: auto;
  margin-right: auto;
  width: 260px;
  padding: 40px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  position: relative;
}
#updatePWD .container-bd h3 {
  font-size: 18px;
  color: #ee8c0e;
  text-align: center;
  padding-bottom: 20px;
  line-height: 1;
}
#updatePWD .container-bd .form-control {
  display: block;
  margin-bottom: 10px;
  background: #fffdfd;
  border: 1px solid #ccc;
  width: 236px;
  padding: 8px 10px;
}
#updatePWD .container-bd .btn-save {
  padding: 0;
  width: 260px;
  height: 40px;
  line-height: 40px;
  margin-top: 20px;
  display: block;
}
#updatePWD .container-bd .fa-close {
  font-size: 18px;
  color: #ccc;
  right: 10px;
  top: 10px;
  cursor: pointer;
  position: absolute;
  z-index: 99;
}

.siteFooter {
  background: #eee;
  font-size: 12px;
  color: #666666;
  line-height: 26px;
  padding-top: 45px;
  padding-bottom: 45px;
}
.siteFooter .copyright {
  margin-right: 20px;
}
.siteFooter .container {
  position: relative;
}
.siteFooter a {
  color: #666;
  margin-right: 10px;
  margin-left: 10px;
}
.siteFooter a:first-child {
  margin-left: 0;
}
.siteFooter a:hover {
  color: #ee8600;
}
.siteFooter .language-change {
  position: absolute;
  right: 0;
  top: 0;
}
.siteFooter .language-change .dropDown {
  background: #eeeeee;
}
.siteFooter .language-change .dropDown .selectItems {
  padding: 2px 5px;
  border: 1px solid #ddd;
}
.siteFooter .language-change .dropDown .selectItems .fa {
  margin: 0 5px;
}
.siteFooter .language-change .dropDown .dropMenu {
  right: 0;
  left: auto;
  bottom: 101%;
  top: auto;
  box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.15);
}
.siteFooter .language-change .dropDown a {
  margin: 0;
}


.form-control {
  padding: 5px 10px;
  border: 1px solid #bbdce2;
  /* width: 45%; */
 }
 
 
  
 .d_class{
/* 	float: left;
	margin: 10px;
 	width: 15%;  */
	float: left;
	margin-right: 50px;
	margin: 10px;
	width: 339px;
/*  border:1px solid #F00;  */
}

.p_class{
	float: left;
	width: 128px;
	text-align: right;
	padding-top: 9px;
	margin-right: 10px;
}
.ol_1{
	width: 200px;
	float: right;
	margin-right: 8%;
} 
.one{
	margin-top: 10px;
	
}
.merchantLogin {
  border-top: 1px solid #ccc;
  padding-top: 90px;
  padding-bottom: 190px;
  background: url(../../AdminPages/source/images/login_bg.jpg) no-repeat center center;
  background-size: cover;
}
.merchantLogin .content {
  padding-right: 650px;
}
.merchantLogin .form {
  width: 240px;
  background: #fff;
  padding: 20px;
  border: 1px solid #ccc;
}
.merchantLogin .form .form-control {
  margin-bottom: 10px;
  margin-top: 10px;
  border: none;
  background: #eee;
}
.merchantLogin .form a {
  color: #666;
  font-size: 12px;
}
.merchantLogin .form .btn {
  text-align: center;
  background: #00328e;
  color: #fff;
  border-radius: 2px;
  margin-top: 20px;
}
.merchantLogin .form .validation .form-control {
  display: inline-block;
  width: 120px;
  margin-right: 10px;
}
.merchantLogin .form .validation img {
  display: inline-block;
}
.merchantLogin .content {
  line-height: 1.8;
}
.merchantLogin .content h3 {
  font-size: 24px;
  color: #354a70;
  padding-bottom: 40px;
}
.merchantLogin .content .btn {
  color: #666666;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 0;
  margin-top: 40px;
}
