html,
body {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans GB", "Segoe UI", "Microsoft Yahei", "Tahoma", "Arial", "STHeiti", "sans-serif";
}
.image-index .thumb,
.product-index .thumb,
.product-shelf-index .thumb,
.brand-product-index .thumb {
  max-width: 200px;
  max-height: 150px;
}
.form-uploaded-image {
  margin-bottom: 20px;
}
.tag-select-panel dt {
  width: 70px;
  padding: 10px;
}
.tag-select-panel dd {
  margin-left: 80px;
  padding: 10px;
}
.detail-view img,
.table img,
.form-uploaded-image {
  max-width: 600px;
  max-height: 300px;
}
.sub-title {
  margin-bottom: 10px;
  clear: both;
}
.sub-title h2 {
  margin: 0;
  float: left;
  font-size: 22px;
}
.sub-title a.btn {
  float: right;
}
.clear {
  clear: both;
}
.content-header .action-bar {
  top: 15px;
  position: absolute;
  float: right;
  right: 10px;
}
.search-action-buttions {
  margin-top: 24px;
}
.product-thumb {
  max-width: 200px !important;
  max-height: 150px !important;
}
.popover-content {
  white-space: pre-wrap;
}
.label {
  font-size: 12px;
}
.coupon-input {
  width: 110px;
  margin-right: 20px;
  display: inline-block;
}
.order-index .filter-order-form .form-group {
  margin-bottom: 0;
}
.order-index .filter-order-form .help-block {
  margin: 0;
}
.order-index .box {
  margin-top: 10px;
}
.order-item {
  border: 1px solid #dddddd;
  margin: -1px 0;
  height: auto;
  overflow: hidden;
  padding-bottom: 10px;
}
.order-item.select {
  background: #b5e0cd;
}
.order-item .order-header {
  padding: 10px 10px 0;
}
.order-item .order-body {
  height: auto;
  padding: 10px;
}
.order-item .order-body .order-products .order-product-item {
  min-height: 80px;
}
.order-item .order-body .order-products .product-info .product-thumb {
  width: 80px;
  margin-right: 10px;
}
.order-item .order-body .order-products .unit-price {
  text-align: center;
}
.order-item .order-body .order-products .unit-price .express {
  color: #f00;
}
.order-item .order-body .order-products .unit-price .amazonUS {
  color: orange;
}
.order-item .order-body .order-products .quantity {
  text-align: center;
}
.order-item .order-body .order-products .quantity.multiple {
  color: white;
  background: green;
}
.order-item .order-body .order-other .status {
  text-align: center;
}
.order-item .order-body .order-other .action {
  text-align: center;
}
.order-item .order-body .order-other .totalPrice {
  text-align: center;
}
.order-item .order-bottom {
  clear: both;
  padding: 10px 0 0 10px;
}
.order-item .flag.flagActive {
  color: red;
}
.order-item .btn-soft-delete-order {
  display: none;
}
.order-item .btn-refund,
.order-item .refund-notice {
  display: none;
}
.order-item:hover .btn-soft-delete-order {
  display: inline;
}
.order-item:hover .btn-refund {
  display: inline;
}
.order-item:hover .refund-notice {
  display: block;
}
.sku-form {
  max-width: 600px;
}
.sku-form .sku-items-area .table {
  margin-bottom: 10px;
}
.sku-form .sku-items-area .table input[type=text] {
  border: none;
  width: 100%;
}
.order-message .leave-message textarea {
  width: 650px;
  height: 150px;
}
.order-message .leave-message .btn {
  margin-top: 20px;
}
.order-message .message-list .item {
  border-top: 1px solid #eee;
  padding: 10px 0;
}
.order-message .message-list .item .time {
  color: #bbb;
}
.order-message .message-list .item.consumer .user {
  color: #00a65a;
}
.order-message .message-list .item.admin .user {
  color: #973634;
}
.product-update .product-form .field-product-information .redactor-editor {
  min-height: 200px;
}
.product-update .product-form .field-product-features textarea {
  min-height: 200px;
}
.product-update .product-form .field-product-params .redactor-editor {
  min-height: 200px;
}
.product-update .product-form .field-product-faq .redactor-editor {
  min-height: 250px;
}
.product-freight-form {
  width: 600px;
}
.product-index hr {
  margin-top: 10px;
  margin-bottom: 10px;
}
.thumb-item {
  width: 140px;
  height: 140px;
  display: inline-block;
}
.thumb-item img {
  width: 100%;
  height: auto;
}
.thumb-item i {
  color: #e8e8e8;
}
.special-post-index table img {
  height: 100px;
}
.collection-index table img {
  width: 200px;
}
