﻿@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

h1, h2, h3, h4, h5, p, ul, ol, dl {
  margin: 0;
}

ul {
  list-style: none;
  padding-left: 0;
}

a {
  color: #555555;
  text-decoration: none;
}

input:focus, button:focus, textarea:focus, select:focus {
  outline: none;
}

* {
  box-sizing: border-box;
}

div {
  -webkit-tap-highlight-color: transparent;
}

body {
  color: #555555;
  font-size: 14px;
  font-family: Arial, Tahoma, sans-serif, Microsoft YaHei;
  background: #FFF;
}

input::-webkit-input-placeholder {
  color: #eef5ea;
  font-size: 12px;
}

.uifont {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* {
  box-sizing: border-box;
}

input::-moz-placeholder {
  color: #c2c2c2;
  font-size: 16px;
}
input:-ms-input-placeholder {
  color: #c2c2c2;
  font-size: 16px;
}
input::-webkit-input-placeholder {
  color: #c2c2c2;
  font-size: 16px;
}

.wrapper {
  width: 1224px;
  margin: 0 auto;
  padding: 0 12px;
  box-sizing: border-box;
}
.wrapper:after {
  content: "";
  display: block;
  clear: both;
}
.wrapper.overflow-hidden {
  overflow: hidden;
}

.pb-5 {
  padding-bottom: 50px;
}

.pb-4 {
  padding-bottom: 40px;
}

.pb-3 {
  padding-bottom: 30px;
}

.pb-2 {
  padding-bottom: 20px;
}

.pb-1 {
  padding-bottom: 10px;
}

.mb-5 {
  margin-bottom: 50px;
}

.mb-4 {
  margin-bottom: 40px;
}

.mb-3 {
  margin-bottom: 30px;
}

.mb-2 {
  margin-bottom: 20px;
}

.mb-1 {
  margin-bottom: 10px;
}

/*轮播图*/
.slidebox {
  overflow: hidden;
  position: relative;
}
.slidebox .hd {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 5px;
  z-index: 1;
  text-align: center;
}
.slidebox .hd ul {
  overflow: hidden;
  zoom: 1;
}
.slidebox .hd li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 5px;
  background: #eef5ea;
  border-radius: 50%;
  cursor: pointer;
}
.slidebox .hd li.on {
  background: #8bc289;
}
.slidebox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}
.slidebox .bd li {
  zoom: 1;
  vertical-align: middle;
}
.slidebox .bd img {
  width: 100%;
  display: block;
}

.banner li {
  position: relative;
  /*h2, h4 {
      text-align: center;
      color: #FFF;
      position: absolute;
      left: 0;
      width: 100%;
      top: 50%;
      text-shadow: 0 0 43px rgba(45,48,48,.75);
  }

  h2 {
      font-size: 74px;
      margin-top: -30px;
  }

  h4 {
      font-size: 36px;
      margin-top: 70px;
  }*/
}
.banner li .banner-title {
  position: absolute;
  left: 50%;
  top: 40%;
  margin-left: -612px;
  padding-right: 612px;
}
.banner li h2 {
  font-size: 60px;
  line-height: 66px;
  margin-bottom: 20px;
}
.banner li h4 {
  font-size: 32px;
  color: #aaa;
  font-weight: 400;
}
.banner img {
  width: 100%;
}

.banner-bar {
  padding-top: 15px;
  position: relative;
  line-height: 0;
}
.banner-bar:before {
  content: "";
  display: block;
  width: 90%;
  height: 15px;
  background: #eef5ea;
  position: absolute;
  left: 5%;
  top: 0;
}
.banner-bar img {
  width: 100%;
}

.copyright-bar {
  background: #26253a;
  color: #FFF;
  font-size: 16px;
  line-height: 68px;
  text-align: right;
}
.copyright-bar .wrapper {
  background: url(/Images/footer-logo.png) left center no-repeat;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #FFF;
  padding-top: 36px;
  color: #8bc289;
  height: 136px;
  line-height: 100px;
  font-size: 16px;
  z-index: 100;
  text-align: center;
  transition: all ease-in-out 0.4s;
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
}
.header .wrapper {
  position: relative;
  height: 100px;
}
.header .wrapper:after {
  content: "";
  display: block;
  clear: both;
}
.header .logo {
  box-sizing: border-box;
  display: block;
  width: 500px;
  height: 100px;
  float: left;
  background: url(/Images/logo-sm.jpg) left center no-repeat;
  padding-left: 100px;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: left;
}
.header .logo h1, .header .logo h3 {
  margin: 0;
  padding: 0;
}
.header .logo h1 {
  background: linear-gradient(to right bottom, #8bc289, #8bc289, #e49d11, #8bc289, #8bc289, #e49d11);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 48px;
  line-height: 54px;
}
.header .logo h3 {
  line-height: 20px;
  color: #8bc289;
  font-weight: 400;
  line-height: 20px;
}
.header .actions {
  height: 100%;
  position: absolute;
  right: 0;
  height: 100%;
  top: 0;
}
.header .actions .item {
  float: left;
  width: 62px;
  height: 100%;
  line-height: 42px;
  position: relative;
  border-radius: 42px;
  padding-top: 47px;
  padding-bottom: 47px;
  margin-left: 20px;
}
.header .actions .item:first-child {
  margin-left: 20px;
}
.header .actions .item .item-icon {
  position: absolute;
  right: 0;
  top: 50%;
  display: block;
  height: 42px;
  min-width: 42px;
  line-height: 42px;
  text-align: center;
  color: #8bc289;
  font-size: 26px;
  text-decoration: none;
  cursor: pointer;
  padding: 0;
  font-weight: 400;
  margin-top: -21px;
  white-space: nowrap;
}
.header .actions .item .item-icon .gricon-right {
  display: inline-block;
  transform: rotate(90deg);
  font-size: 14px;
  vertical-align: middle;
  font-weight: 100;
}
.header .actions .item.item-search-bar {
  transition: all 0.5s ease-in-out;
  padding-bottom: 0;
  height: 89px;
}
.header .actions .item.item-search-bar .item-icon {
  line-height: 42px;
  transition: all 0.5s ease-in-out;
  top: 47px;
  margin-top: 0;
}
.header .actions .item.item-search-bar .search-bar {
  display: none;
  width: 100%;
  height: 42px;
  border: 2px solid #8bc289;
  border-radius: 42px;
  line-height: 0;
}
.header .actions .item.item-search-bar .search-bar input {
  width: 100%;
  height: 38px;
  line-height: 38px;
  border: 0;
  background: transparent;
  color: #555555;
  font-size: 16px;
}
.header .actions .item.item-search-bar .search-bar input:focus {
  outline: none;
}
.header .actions .item.item-search-bar:hover, .header .actions .item.item-search-bar.active {
  width: 240px;
}
.header .actions .item.item-search-bar:hover .item-icon, .header .actions .item.item-search-bar.active .item-icon {
  color: #8bc289;
  font-size: 20px;
}
.header .actions .item.item-search-bar:hover .search-bar, .header .actions .item.item-search-bar.active .search-bar {
  display: block;
  background: #FFF;
  padding-right: 42px;
  padding-left: 21px;
}
.header .actions .item.item-search-bar.active .item-close {
  display: block;
}
.header .actions .item.item-lang ul {
  display: none;
  position: absolute;
  right: 0;
  top: 136px;
  background: #FFF;
}
.header .actions .item.item-lang ul li {
  width: 100%;
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
}
.header .actions .item.item-lang ul li:last-child {
  border-bottom: 0;
}
.header .actions .item.item-lang ul a {
  line-height: 40px;
  padding: 10px 20px;
}
.header .actions .item.item-lang:hover ul {
  display: block;
}
.header .actions .item.item-menu {
  display: none;
}
.header .actions .item .item-close {
  display: none;
  width: 21px;
  height: 21px;
  line-height: 21px;
  text-align: center;
  background: #555;
  color: #FFF;
  position: absolute;
  border-radius: 50%;
  right: 47px;
  top: 57.5px;
  cursor: pointer;
  padding: 0;
}
.header.is-black {
  background-color: rgba(0, 0, 0, 0.75);
  color: #FFF;
}
.header.is-black .logo {
  background-image: url(/Images/logo-o.png);
}
.header.is-black a {
  color: #fff;
}
.header.is-black .navs-categories {
  background-color: rgba(0, 0, 0, 0.75);
}
.header.is-black .actions .item-icon {
  color: #FFF;
}
.header.is-black .actions .item-search-bar .search-bar {
  border-color: #FFF;
}
.header.is-black .actions .item-search-bar:hover .item-icon, .header.is-black .actions .item-search-bar.active .item-icon {
  color: #555555;
}
.header.is-black .actions .item-lang ul {
  background: rgba(0, 0, 0, 0.75);
  color: #FFF;
}

.top-navs {
  width: 100%;
  height: 36px;
  line-height: 36px;
  text-align: right;
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
  position: fixed;
  top: 0;
  left: 0;
  color: #a0a0a0;
  z-index: 101;
  font-size: 14px;
}
.top-navs .top-notice {
  display: inline-block;
  float: left;
  font-weight: 100;
  padding-left: 36px;
  background: url(/Images/icon-notice.png) no-repeat left center;
}
.top-navs ul {
  display: inline-block;
}
.top-navs ul:after {
  content: "";
  display: block;
  clear: both;
}
.top-navs ul li {
  float: left;
  font-size: 14px;
  position: relative;
  margin-left: 10px;
}
.top-navs ul li:hover .language-ul {
  display: block;
  width: 100px;
}
.top-navs ul li a {
  display: block;
  padding-left: 36px;
  line-height: 36px;
  cursor: pointer;
  background-position: left top;
  background-repeat: no-repeat;
  transition: all ease-in-out 0.2s;
  background-size: 36px;
  height: 36px;
  color: #a0a0a0;
}
.top-navs ul li a.nav-account {
  background-image: url(/Images/icon-user.png);
}
.top-navs ul li a.nav-order {
  background-image: url(/Images/nav-icon-order.png);
}
.top-navs ul li a.nav-cart {
  background-image: url(/Images/icon-cart.png);
}
.top-navs ul li a.nav-zh-cn {
  background-image: url(/Images/icon-language-cn.png);
}
.top-navs ul li a.nav-zh-tw {
  background-image: url(/Images/nav-icon-zh-tw.png);
}
.top-navs ul li a.nav-en-us {
  background-image: url(/Images/icon-language-en.png);
}
.top-navs ul li a.nav-goods {
  background-image: url(/Images/nav-icon-goods.png);
}
.top-navs ul li a:hover, .top-navs ul li a.active {
  color: #8bc289;
  background-position-y: bottom;
}
.top-navs .badge {
  line-height: 14px;
  background: #fa7306;
  border-radius: 14px;
  text-align: center;
  padding: 0 3px;
  color: #FFF;
  position: absolute;
  left: 18px;
  top: 5px;
  font-size: 12px;
}
.top-navs .language-ul {
  box-sizing: border-box;
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
  background: #FFF;
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
  border-left: 1px solid rgba(120, 130, 140, 0.13);
  border-right: 1px solid rgba(120, 130, 140, 0.13);
  display: none;
}
.top-navs .language-ul li {
  text-align: center;
  float: none;
  display: block;
  width: 100%;
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
  margin-left: 0;
}
.top-navs .language-ul li:last-child {
  border-bottom: 0;
}
.top-navs .language-ul li a {
  padding: 0;
}

.nav {
  background: #8bc289;
  position: fixed;
  left: 0;
  right: 0;
  top: 136px;
  height: 44px;
  line-height: 44px;
  z-index: 101;
}
.nav ul {
  list-style: none;
  width: 100%;
}
.nav ul:after {
  content: "";
  display: block;
  clear: both;
}
.nav ul li {
  width: 25%;
  float: left;
  text-align: center;
}
.nav ul li a {
  display: block;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  transition: all ease-in-out 0.4s;
}
.nav ul li a:hover {
  background: #7ab978;
}

@media (max-width: 768px) {
  .nav {
    top: auto;
    bottom: 0;
  }
  .nav ul {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .nav ul li {
    flex: 1;
    float: inherit;
    padding-top: 5px;
  }
  .nav ul li a {
    line-height: 15px;
    font-size: 13px;
  }
  .nav ul li a:hover {
    background: none;
  }
  .footer {
    display: none;
  }
}
.dialog {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 1100;
  /*&.dialog-tips {
      .dialog-footer {
          .btn {
              width: 110px;
          }
      }
  }*/
}
.dialog .dialog-content {
  background: #FFF;
  width: 340px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -170px;
  /*border:1px solid @border-color;*/
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  color: #333;
}
.dialog .dialog-content.dialog-success {
  background: #28a745;
  color: #FFF;
}
.dialog .dialog-content.dialog-danger {
  background: #fa7306;
  color: #FFF;
}
.dialog .dialog-content.dialog-warning {
  background: #facf06;
  color: #FFF;
}
.dialog .dialog-content.dialog-warning, .dialog .dialog-content.dialog-danger, .dialog .dialog-content.dialog-success {
  color: #FFF;
}
.dialog .dialog-content.dialog-warning .dialog-msg, .dialog .dialog-content.dialog-warning .dialog-close, .dialog .dialog-content.dialog-danger .dialog-msg, .dialog .dialog-content.dialog-danger .dialog-close, .dialog .dialog-content.dialog-success .dialog-msg, .dialog .dialog-content.dialog-success .dialog-close {
  color: #FFF;
}
.dialog .dialog-content.dialog-lg {
  width: 370px;
  margin-left: -185px;
}
.dialog .dialog-body {
  width: 100%;
  padding: 15px;
}
.dialog .dialog-body .form-group:last-child {
  margin-bottom: 0;
}
.dialog .dialog-tips {
  font-size: 0.8em;
  margin-bottom: 5px;
}
.dialog .dialog-title {
  font-size: 1.1em;
  padding-bottom: 10px;
}
.dialog .dialog-select {
  max-height: 360px;
  overflow-y: auto;
  overflow-x: hidden;
}
.dialog .dialog-select:after {
  content: "";
  display: block;
  clear: both;
}
.dialog .dialog-select li {
  width: 50%;
  float: left;
  padding: 6px;
}
.dialog .dialog-select li.li-full {
  width: 100%;
}
.dialog .dialog-select li.li-min {
  width: 33.3333%;
}
.dialog .dialog-select .item .dialog-select-title {
  width: 100%;
  font-weight: 600;
  border-bottom: 1px dashed rgba(120, 130, 140, 0.13);
  border-top: 1px dashed rgba(120, 130, 140, 0.13);
  background: #eef5ea;
  padding: 6px 10px;
  position: relative;
}
.dialog .dialog-select .item .item-body {
  padding: 6px 0;
}
.dialog .dialog-select .item .item-body:after {
  content: "";
  display: block;
  clear: both;
}
.dialog .dialog-select .item .item-body .item-user {
  width: 33.3333%;
  float: left;
  padding: 6px 10px;
}
.dialog .dialog-close {
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 20px;
  text-align: center;
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
}
.dialog .dialog-footer {
  background: #FAFAFA;
  width: 100%;
  text-align: center;
  border-top: 1px solid rgba(120, 130, 140, 0.13);
  display: flex;
  flex-direction: row;
}
.dialog .dialog-footer .item {
  flex: 1;
}
.dialog .dialog-footer .btn {
  width: 100%;
  border-radius: 0;
  height: 40px;
}
.dialog.dialog-readonly {
  background: none;
  position: static;
  width: auto;
  height: auto;
}
.dialog.dialog-readonly .dialog-content {
  position: fixed;
  z-index: 1110;
  top: 30px;
  margin-top: 0 !important;
}
.dialog .dialog-msg {
  font-size: 12px;
  color: #666;
}

.carts {
  margin-bottom: 20px;
}
.carts .item {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 6px;
  gap: 6px;
  height: 150px;
  line-height: 20px;
  background: #fff;
}
.carts .item.item-header {
  height: 40px;
  background: #F9F9F9;
}
.carts .item.item-header > div {
  padding-top: 10px;
  padding-bottom: 10px;
}
.carts .item > div {
  height: 100%;
  padding: 15px;
}
.carts .item .item-body {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.carts .item .item-content {
  padding-left: 15px;
  font-size: 14px;
  color: #a0a0a0;
  flex: 1;
}
.carts .item .item-title {
  font-size: 16px;
  color: #555555;
  margin-bottom: 5px;
}
.carts .item .item-qty {
  width: 160px;
  text-align: center;
  padding-top: 58px;
}
.carts .item .item-check-box {
  padding-top: 67px;
  display: block;
}
.carts .item .item-action {
  width: 100px;
  text-align: center;
  padding-top: 55px;
}
.carts .item .item-action a {
  cursor: pointer;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
}
.carts .item .item-photo {
  width: 120px;
  height: 90px;
  overflow: hidden;
  background: #FFF;
  border: 1px solid rgba(120, 130, 140, 0.13);
}
.carts .item .item-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.carts .item .d-flex {
  margin-bottom: 10px;
}
.carts .item .d-flex:last-child {
  margin-bottom: 0;
}
.carts .item .item-discount {
  color: #fa7306;
  font-size: 16px;
  margin-bottom: 10px;
}
.carts .item .item-attrs .item-attr span {
  color: #698b55;
}
.carts .item .item-attrs .item-attr .goods-price {
  color: #fa7306;
}

.cart-footer {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #a9a9a9;
}
.cart-footer .d-flex-item {
  text-align: right;
  padding-left: 20px;
  padding-right: 20px;
}
.cart-footer .btn {
  height: 44px;
  border-radius: 8px;
  font-size: 16px;
}
.cart-footer label {
  color: #fa7306;
}

.cart-total {
  padding-bottom: 10px;
}
.cart-total > span {
  margin-left: 10px;
  display: inline-block;
}
.cart-total > span:first-child {
  margin-left: 0;
}

.number-box {
  vertical-align: middle;
  display: inline-block;
  white-space: nowrap;
  color: #a0a0a0;
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+/Edge */
  user-select: none; /* 标准语法 */
}
.number-box input {
  vertical-align: middle;
  height: 34px;
  width: 48px;
  text-align: center;
  border: 0;
  border: 1px solid rgba(120, 130, 140, 0.13);
  border-radius: 4px;
}
.number-box span {
  display: inline-block;
  vertical-align: middle;
  line-height: 32px;
  width: 28px;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  background: #eef5ea;
  border: 1px solid rgba(120, 130, 140, 0.13);
  border-radius: 4px;
  font-weight: 100;
}

@media (max-width: 1424px) {
  .carts .item .item-photo {
    width: 100px;
    height: 100px;
  }
  .carts .item .item-title {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .carts .item .item-qty, .carts .item .item-action {
    padding-top: 45px;
  }
  .carts .item .item-check-box {
    padding-top: 57px;
  }
  .carts .item .item-discount {
    font-size: 14px;
    margin-bottom: 2px;
  }
}
@media (max-width: 768px) {
  .carts .item {
    /*height: 130px;*/
    gap: 0;
    position: relative;
    padding-bottom: 40px;
    background: #eef5ea;
  }
  .carts .item .item-price {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 75%;
    padding: 10px;
  }
  .carts .item .item-price .item-attr-label {
    display: inline-block;
  }
  .carts .item .item-price .d-flex-item {
    flex: auto;
  }
  .carts .item.item-header {
    padding-bottom: 0;
  }
  .carts .item.item-header .item-check-box {
    flex: 1;
  }
  .carts .item.item-header .item-body, .carts .item.item-header .item-content, .carts .item.item-header .item-qty, .carts .item.item-header .item-action {
    display: none;
  }
  .carts .item .item-body {
    padding-left: 0;
  }
  .carts .item .item-photo {
    width: 80px;
    height: 80px;
  }
  .carts .item .item-attr-label {
    display: block;
    font-size: 12px;
    color: #a0a0a0;
  }
  .carts .item .d-flex {
    margin-bottom: 2px;
    color: #555555;
  }
  .carts .item .item-title {
    font-size: 14px;
    margin-bottom: 3px;
  }
  .carts .item .item-action {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    height: auto;
    width: 40px;
    background: transparent;
  }
  .carts .item .item-action .uifont {
    font-size: 16px;
  }
  .carts .item .item-qty {
    position: absolute;
    bottom: 0;
    right: 0;
    background: transparent;
    padding: 10px;
    height: auto;
    width: 110px;
  }
  .carts .item .item-check-box {
    padding-top: 47px;
  }
  .carts .item .item-discount {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 2px;
  }
  .number-box:after {
    content: "";
    display: block;
    clear: both;
  }
  .number-box input {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    width: 40px;
    border-radius: 0;
    float: left;
    border-width: 1px 0 1px 0;
  }
  .number-box span {
    width: 25px;
    height: 30px;
    line-height: 30px;
    background: #e0edd9;
    float: left;
    border-radius: 0;
  }
  .number-box span:first-child {
    border-radius: 4px 0 0 4px;
  }
  .number-box span:last-child {
    border-radius: 0 4px 4px 0;
  }
}
.panel {
  /*padding: 20px;
      border: 1px solid $border-color;
      border-radius: 8px;
  */
  padding-top: 20px;
}
.panel .panel-body {
  padding: 20px;
  border: 1px solid rgba(120, 130, 140, 0.13);
  border-radius: 0 8px 8px 8px;
}
.panel .tabs {
  display: block;
  margin-bottom: -1px;
  overflow: hidden;
  position: relative;
}
.panel .tabs .item {
  display: inline-block;
  padding: 12px 24px;
  border-style: solid;
  border-color: rgba(120, 130, 140, 0.13);
  border-width: 1px 1px 0 1px;
  border-radius: 8px 8px 0 0;
  background: #7fa8bf;
  color: #FFF;
  cursor: pointer;
  text-align: center;
  min-width: 140px;
  transform: translateY(4px);
  transition: all ease-in-out 0.4s;
}
.panel .tabs .item:hover, .panel .tabs .item.active {
  background: #FFF;
  color: #8bc289;
  transform: translateY(0);
}

.order {
  background: #FFF;
  /*border: 1px solid $border-color;*/
  margin-bottom: 15px;
  color: #a0a0a0;
}
.order:last-child {
  margin-bottom: 0;
}
.order .order-header, .order .order-footer {
  display: flex;
  flex-direction: row;
  padding: 10px 12px;
  align-items: flex-end;
  line-height: 30px;
}
.order .order-body {
  border-top: 1px dotted rgba(120, 130, 140, 0.13);
  border-bottom: 1px dotted rgba(120, 130, 140, 0.13);
  /* overflow:hidden;
  height:121px;*/
}
.order .order-count span {
  color: #fa7306;
  margin-left: 2px;
  margin-right: 2px;
  font-size: 18px;
}
.order .more {
  display: inline-block;
  white-space: nowrap;
  line-height: 30px;
  height: 30px;
  color: #949494;
  padding-left: 26px;
  cursor: pointer;
  background: url(/Images/icon-more.png) left center no-repeat;
}
.order .more:after {
  content: attr(data-open);
}
.order .more.open:after {
  content: attr(data-close);
}
.order .order-total > span {
  margin-left: 20px;
}
.order .item {
  border-top: 1px solid rgba(120, 130, 140, 0.13);
  display: none;
}
.order .item:first-child {
  border-top: 0;
  display: block;
}
.order .item-block {
  padding: 10px 12px;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 14px;
}
.order .item-block .item-photo {
  width: 120px;
  height: 90px;
  overflow: hidden;
  background: #FFF;
  border: 1px solid rgba(120, 130, 140, 0.13);
}
.order .item-block .item-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.order .item-block .item-content {
  flex: 1;
  padding-left: 15px;
}
.order .item-block .item-title {
  font-size: 16px;
  color: #555555;
  margin-bottom: 3px;
}
.order .item-block .goods-price {
  font-size: 20px;
}

.order-title {
  font-size: 18px;
  display: flex;
  gap: 20px;
  margin-bottom: 10px;
  align-items: center;
  padding-left: 10px;
  position: relative;
}
.order-title:before {
  content: "";
  display: block;
  width: 4px;
  height: 16px;
  background: #facf06;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -9px;
  border-radius: 4px;
}

.user-bar {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #969696;
  padding: 20px 60px;
  line-height: 32px;
}
.user-bar .user-info {
  display: flex;
  flex: 1;
  align-items: center;
}
.user-bar .user-photo {
  width: 160px;
  height: 160px;
}
.user-bar .user-photo img {
  width: 100%;
}
.user-bar .user-content {
  flex: 1;
  padding-left: 20px;
}
.user-bar .user-content .d-inline-block {
  margin-left: 60px;
}
.user-bar .user-title {
  font-size: 20px;
  color: #555555;
  margin-bottom: 5px;
}
.user-bar .uifont {
  font-size: 20px;
  margin-right: 10px;
}
.user-bar .btn + .btn {
  margin-left: 20px;
}

.members {
  margin-left: -10px;
  margin-right: -10px;
}
.members:after {
  content: "";
  display: block;
  clear: both;
}
.members .item {
  padding: 10px;
  float: left;
  width: 33.33333%;
}
.members .item-block {
  display: flex;
  padding: 20px;
  background: #f0f5f7;
  border-radius: 8px;
  align-items: center;
  position: relative;
}
.members .item-photo {
  width: 160px;
  height: 160px;
  overflow: hidden;
  border-radius: 50%;
}
.members .item-photo img {
  width: 160px;
}
.members .item-body {
  padding-left: 20px;
  color: #969696;
  position: relative;
}
.members .item-body > div {
  padding-top: 2px;
  padding-bottom: 2px;
}
.members .item-body .uifont {
  font-size: 20px;
  margin-right: 5px;
  vertical-align: -5%;
}
.members .item-title {
  font-size: 20px;
  color: #555555;
}
.members .item-title span {
  font-size: 14px;
}
.members .btn {
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 8px 0 8px 0;
  font-size: 14px;
  line-height: 34px;
  height: 34px;
}

@media (max-width: 1424px) {
  .order .item-block {
    font-size: 14px;
  }
  .order .item-block .item-title {
    font-size: 16px;
  }
  .order .item-block .item-photo {
    width: 80px;
    height: 80px;
  }
  .user-bar {
    padding: 15px 30px;
    font-size: 14px;
  }
  .user-bar .user-photo {
    width: 120px;
    height: 120px;
  }
  .user-bar .user-title {
    font-size: 16px;
  }
  .user-bar .uifont {
    font-size: 18px;
    margin-right: 5px;
  }
  .members .item-photo {
    width: 120px;
    height: 120px;
  }
  .members .item-photo img {
    width: 100%;
  }
  .members .item-body {
    line-height: 22px;
  }
  .members .item-body .uifont {
    font-size: 16px;
  }
  .members .item-title {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .panel {
    padding-top: 0;
  }
  .panel .tabs {
    white-space: nowrap;
  }
  .panel .tabs .item {
    padding: 6px 8px;
    min-width: 0;
    font-size: 12px;
  }
  .panel .panel-body {
    padding: 10px;
  }
  .panel .user-bar {
    display: block;
    padding: 20px 0;
    line-height: 22px;
    text-align: center;
  }
  .panel .user-bar .user-action {
    text-align: center;
  }
  .panel .user-bar .user-info {
    display: block;
  }
  .panel .user-bar .user-content {
    display: inline-block;
    margin: 0 auto;
    padding: 10px 0 20px;
    text-align: left;
  }
  .panel .user-bar .user-content .user-title {
    text-align: center;
  }
  .panel .user-bar .user-content .d-inline-block {
    display: block;
    margin-left: 0;
  }
  .panel .user-bar .user-photo {
    width: 100px;
    height: 100px;
    margin: 0 auto;
  }
  .members .item {
    width: 100%;
  }
  .members .item-photo {
    width: 100px;
    height: 100px;
  }
  .order .item-block .d-flex {
    display: block;
    font-size: 14px;
  }
  .order .item-block .goods-price {
    font-size: 14px;
  }
  .order .order-footer {
    display: block;
  }
  .order .order-footer .order-total > span {
    display: block;
    margin-left: 0;
  }
  .order .order-footer .more {
    background-size: 18px;
    padding-left: 22px;
  }
}
/*滚动条*/
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-track-piece {
  background-color: #eee;
}

::-webkit-scrollbar-thumb:vertical {
  border: 1px solid #c9c9c9;
  background-color: #ccc;
  border-radius: 3px;
}
::-webkit-scrollbar-thumb:horizontal {
  border: 1px solid #c9c9c9;
  background-color: #ccc;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #bfbfbf;
}

body {
  line-height: 1.4;
  font-size: 14px;
}

.center {
  text-align: center;
}

.text-theme {
  color: #8bc289;
}

.text-dark {
  color: #698b55;
}

.text-danger {
  color: #fa7306;
}

.page {
  padding-top: 180px;
}

.no-data {
  text-align: center;
  padding-top: 220px;
  background: url(/Images/404.png) no-repeat center top;
  color: #C2C2C2;
}

.modal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  left: 0;
  top: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.75);
  padding: 80px 15px 15px;
  overflow: auto;
}
.modal .modal-dialog {
  width: 800px;
  max-width: 100%;
  background: #FFF;
  margin: 0 auto;
  padding: 25px 40px;
  border-radius: 8px;
  position: relative;
}
.modal .modal-close {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: absolute;
  right: -60px;
  top: 0;
  color: #fff;
  font-size: 36px;
  cursor: pointer;
}

.modal-in {
  overflow: hidden;
}

.tools-bar {
  width: 48px;
  height: 48px;
  display: none;
  position: fixed;
  right: 0;
  bottom: 70px;
  flex-direction: row;
  z-index: 10;
}
.tools-bar .item {
  display: block;
  background: #8bc289;
  text-align: center;
  color: #FFF;
  height: 48px;
  line-height: 48px;
  font-size: 24px;
  border-radius: 8px 0 0 8px;
  cursor: pointer;
}

.search-bar {
  padding-top: 29px;
  padding-bottom: 29px;
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  width: 500px;
}
.search-bar .search-input-group {
  background: #eef5ea;
  flex: 1;
}
.search-bar .search-input-group input {
  background: transparent;
}
.search-bar .total-bar {
  margin-left: 100px;
}

.total-bar {
  font-size: 16px;
  color: #7c7c7c;
  line-height: 24px;
}
.total-bar span {
  display: inline-block;
  vertical-align: text-bottom;
  font-size: 32px;
  color: #8bc289;
  padding-left: 5px;
  padding-right: 5px;
}

.btn {
  display: inline-block;
  border: 0;
  height: 34px;
  line-height: 34px;
  border-radius: 34px;
  padding: 0 22.6666666667px;
  font-size: 14px;
  color: #FFF;
  background: #8bc289;
  cursor: pointer;
}
.btn > i {
  font-size: 20px;
  vertical-align: -2%;
  margin-right: 5px;
}
.btn.btn-dark {
  background: #698b55;
}
.btn.btn-dark:hover {
  background: #5d7b4b;
}
.btn.btn-warning {
  background: #facf06;
  color: #555555;
}
.btn.btn-warning:hover {
  background: #f1c705;
}
.btn.btn-default {
  background: #eef5ea;
  color: #555555;
}
.btn.btn-default:hover {
  background: #e0edd9;
}
.btn.btn-gray {
  background: #a1a1a1;
  color: #FFF;
}
.btn.btn-gray:hover {
  background: #949494;
}
.btn.btn-lg {
  padding: 0 34px;
}
.btn:hover {
  background: #7ab978;
}

.search-input-group {
  box-sizing: border-box;
  height: 44px;
  border: 1px solid rgba(120, 130, 140, 0.13);
  padding-right: 44px;
  position: relative;
  border-radius: 44px;
  line-height: 0;
}
.search-input-group input {
  width: 100%;
  height: 42px;
  line-height: 42px;
  border-radius: 44px;
  border: 0;
  padding: 0 22px;
  text-align: center;
  font-size: 14px;
}
.search-input-group input::-webkit-input-placeholder {
  color: #9aa991;
  font-size: 14px;
}
.search-input-group input:-moz-placeholder {
  color: #9aa991;
  font-size: 14px;
}
.search-input-group input:-ms-input-placeholder {
  color: #9aa991;
  font-size: 14px;
}
.search-input-group .search-btn {
  background: transparent;
  border: 0;
  padding: 0;
  width: 54px;
  height: 34px;
  line-height: 34px;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  font-size: 24px;
  color: #8bc289;
  line-height: 42px;
}
.search-input-group .search-btn i {
  vertical-align: 5%;
}
.search-input-group .search-btn:hover {
  color: #8bc289;
}

.title {
  padding-top: 16px;
  line-height: 48px;
  height: 80px;
  position: relative;
  width: 100%;
  padding-bottom: 16px;
  color: #838383;
  font-size: 36px;
  text-align: center;
  font-weight: 100;
  margin-bottom: 24px;
}
.title:after {
  content: "";
  display: block;
  width: 40px;
  height: 8px;
  border-radius: 8px;
  background-color: #facf06;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -20px;
}

.section {
  padding-top: 30px;
  padding-bottom: 30px;
}
.section.white {
  background: #FFF;
}
.section.light {
  background: #eef5ea;
}
.section.img-bg {
  background: url(/Images/about-us-bg.jpg) no-repeat center center;
  background-size: cover;
}

.about-us {
  text-align: center;
  font-size: 16px;
  line-height: 28px;
  color: #698b55;
}

.footer {
  background: #8bc289;
  color: #FFF;
  font-size: 16px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 600;
  line-height: 40px;
}
.footer .brand {
  display: inline-block;
  font-size: 28px;
  padding-right: 20px;
}
.footer a {
  display: inline-block;
  padding: 0 20px;
  color: #FFF;
  transition: all 0.2s ease-in-out;
}
.footer a:hover {
  transform: translateY(-4px);
}
.footer .copyright {
  float: right;
  display: inline-block;
}

.categories {
  display: flex;
  flex-wrap: wrap;
  max-height: 292px;
  overflow: hidden;
  margin-bottom: 20px;
}
.categories:after {
  content: "";
  display: block;
  clear: both;
}
.categories.open {
  max-height: inherit;
}
.categories .item {
  flex: 0 0 14.285%;
  text-align: center;
  padding-top: 10px;
  cursor: pointer;
  line-height: 0;
}
.categories .item .item-icon {
  display: inline-block;
  width: 100px;
  height: 100px;
  padding: 30px;
  border-radius: 50%;
  background: #eef5ea;
  border: 1px solid #eef5ea;
  line-height: 0;
  transition: all 0.3s ease-in-out;
}
.categories .item .item-icon .item-img {
  width: 100%;
  height: 100%;
  transform: translateY(-1000px);
  filter: drop-shadow(#555555 0 1000px);
}
.categories .item .item-icon .item-svg {
  transition: all 0.3s ease-in-out;
  fill: #555555;
  stroke: #555555;
}
.categories .item .item-title {
  line-height: 18px;
  height: 36px;
  overflow: hidden;
}
.categories .item:hover {
  color: #8bc289;
}
.categories .item:hover .item-icon {
  border-color: #8bc289;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.04);
  transform: translateY(-10px);
}
.categories .item:hover .item-img {
  filter: drop-shadow(#8bc289 0 1000px);
}
.categories .item:hover .item-svg {
  fill: #8bc289;
  stroke: #8bc289;
}

.btn-fold {
  background: #eef5ea;
  color: #8bc289;
  width: 345px;
  height: 44px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.btn-fold:hover {
  background: #e0edd9;
}
.btn-fold:after {
  content: attr(expand);
}
.btn-fold.open:after {
  content: attr(fold);
}

.goods-list {
  margin-left: -12px;
  margin-right: -12px;
}
.goods-list:after {
  content: "";
  display: block;
  clear: both;
}
.goods-list .item {
  width: 25%;
  padding: 12px;
  float: left;
}
.goods-list .item-block {
  display: block;
  background: #FFF;
  position: relative;
}
.goods-list .item-block .item-body {
  border-radius: 4px;
  border: 1px solid #FFF;
  padding: 10px 10px 0 10px;
}
.goods-list .item-block .item-attrs {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  background: #FFF;
  z-index: 2;
  padding: 10px;
}
.goods-list .item-block:hover .item-attrs {
  display: block;
  border-style: solid;
  border-width: 0 1px 1px 1px;
  border-color: rgba(139, 194, 137, 0.3);
  border-radius: 0 0 4px 4px;
  box-shadow: 0 14px 14px 1px rgba(139, 194, 137, 0.09);
}
.goods-list .item-block:hover .item-body {
  border-style: solid;
  border-color: rgba(139, 194, 137, 0.3);
  border-radius: 4px 4px 0 0;
  box-shadow: 0 14px 14px 1px rgba(139, 194, 137, 0.09);
  border-bottom: 1px dashed rgba(120, 130, 140, 0.13);
}
.goods-list .item-block .item-image {
  background: #FFF;
  width: 100%;
  height: 0;
  padding-bottom: 75%;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
  line-height: 0;
  margin-bottom: 5px;
  position: relative;
}
.goods-list .item-block .item-image .item-image-block {
  position: absolute;
  left: 0;
  height: 0;
  width: 100%;
  height: 100%;
}
.goods-list .item-block .item-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.goods-list .item-block .item-image .item-action-bar {
  position: absolute;
  bottom: 5px;
  right: 0;
}
.goods-list .item-block .item-title {
  padding: 5px 0;
  font-size: 16px;
  line-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #4a4a4a;
}
.goods-list .item-block .item-attr {
  font-size: 14px;
  color: #a9a9a9;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 5px;
}
.goods-list .item-block .item-attr span {
  color: #7ab978;
  font-weight: 500;
}
.goods-list .item-block .item-attr:last-child {
  margin-bottom: 0;
}
.goods-list .item-block .item-bar {
  display: flex;
  align-items: center;
  padding: 5px 10px;
  margin-left: -10px;
  margin-right: -10px;
  border-top: 1px dashed rgba(120, 130, 140, 0.13);
  /*border-bottom: 1px dashed $border-color;*/
  color: #a9a9a9;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 24px;
}
.goods-list .item-block .item-bar .goods-price {
  display: inline-block;
  vertical-align: -5%;
}
.goods-list .item-block .item-bar .btn-icon-cart {
  width: 30px;
  height: 24px;
  background-position: center center;
  float: right;
}
.goods-list .item-block .item-action-bar {
  padding: 0 12px;
  text-align: right;
}
.goods-list .item-block .item-action-bar .btn-icon-star, .goods-list .item-block .item-action-bar .btn-icon-cart {
  margin: 0 4px;
}
.goods-list.hot-list .item-block {
  background: #eef5ea !important;
}
.goods-list.hot-list .item-block .item-price-bar {
  border-top: 0;
  border-bottom: 0;
}
.goods-list.hot-list .item-block .item-title {
  padding-bottom: 0;
}
.goods-list.hot-list .item-discount {
  font-size: 14px;
  color: #fa7306;
  padding: 8px 12px 0;
}

.goods-price {
  font-size: 20px;
  color: #fa7306;
}

.text-warning {
  color: #fa7306;
}

.goods-currency {
  font-size: 14px;
  color: #fa7306;
  padding-left: 5px;
  padding-right: 5px;
}

.contacts {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  gap: 20px;
  padding-top: 80px;
  font-size: 16px;
  line-height: 30px;
  color: #698b55;
}
.contacts i {
  font-size: 22px;
  vertical-align: -5%;
  margin-right: 5px;
}
.contacts .group {
  flex: 1;
  padding: 80px 40px 40px;
  background: radial-gradient(circle 600px at top center, #FFF, rgba(238, 245, 234, 0.9));
  position: relative;
  border-radius: 12px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.contacts .group .item {
  flex: 0 0 50%;
  padding-top: 5px;
  padding-bottom: 5px;
}
.contacts .group .item.item-full {
  flex: auto;
}
.contacts .group-icon {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  border: 3px solid #FFF;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -65px;
  margin-top: -65px;
}
.contacts .group-icon img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.gray {
  background: #F9F9F9;
}

.v-center {
  align-items: center;
}

.btn-icon-star, .btn-icon-cart {
  display: inline-block;
  width: 36px;
  height: 36px;
  cursor: pointer;
  background-position: left top;
  background-repeat: no-repeat;
  transition: all ease-in-out 0.2s;
  background-size: 40px;
  /* &.active {
       &:hover {
           background-position-y: top;
       }
   }*/
}
.btn-icon-star.active, .btn-icon-cart.active {
  color: #8bc289;
  background-position-y: bottom;
}
.btn-icon-star:hover, .btn-icon-cart:hover {
  transform: translateY(-2px);
}

.btn-icon-cart {
  background-image: url(/Images/icon-cart.png);
}
.btn-icon-cart.active {
  background-image: url(/Images/icon-del.png);
}

.btn-icon-star {
  background-image: url(/Images/nav-icon-star.png);
}

.section-list {
  margin-left: -8px;
  margin-right: -8px;
}
.section-list:after {
  content: "";
  display: block;
  clear: both;
}
.section-list .item {
  width: 20%;
  padding: 8px;
  float: left;
}
.section-list a {
  display: block;
  line-height: 0;
}
.section-list a img {
  width: 100%;
  border-radius: 8px;
}

.notice-and-message {
  display: flex;
  flex-direction: row;
  gap: 40px;
}

.notice-bar {
  width: 580px;
}
.notice-bar .notice-body {
  width: 100%;
  border: 12px solid rgba(120, 130, 140, 0.13);
  border-radius: 8px;
  font-size: 16px;
  box-sizing: border-box;
  padding: 15px;
  min-height: 160px;
  color: #858585;
  line-height: 28px;
}

.message-bar {
  flex: 1;
}
.message-bar .message-input {
  width: 100%;
  border: 12px solid rgba(120, 130, 140, 0.13);
  border-radius: 8px;
  font-size: 16px;
  box-sizing: border-box;
  padding: 15px;
  line-height: 28px;
  margin-bottom: 10px;
}
.message-bar .btn {
  text-align: center;
  padding-left: 60px;
  padding-right: 60px;
}
.message-bar .btn + .btn {
  margin-left: 20px;
}

.goods-panel {
  padding-top: 20px;
  padding-bottom: 20px;
}
.goods-panel:after {
  content: "";
  display: block;
  clear: both;
}
.goods-panel h1 {
  font-size: 32px;
  line-height: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  padding-right: 60px;
}
.goods-panel .goods-discount {
  color: #fa7306;
  font-size: 16px;
  margin-bottom: 20px;
}
.goods-panel .goods-photos {
  width: 640px;
  height: 640px;
  border: 1px solid rgba(120, 130, 140, 0.13);
  float: left;
  overflow: hidden;
}
.goods-panel .goods-photos .video-js {
  width: 640px;
  height: 640px;
}
.goods-panel .goods-photos .swiper-container {
  width: 100%;
  height: 100%;
}
.goods-panel .goods-body {
  width: 530px;
  float: right;
  position: relative;
}
.goods-panel .btn-icon-star {
  position: absolute;
  top: 10px;
  right: 10px;
}
.goods-panel .goods-action {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  width: 100%;
  align-items: center;
  gap: 20px;
}
.goods-panel .goods-action .btn-icon-star, .goods-panel .goods-action .btn-icon-cart {
  vertical-align: middle;
}
.goods-panel .goods-attrs {
  display: flex;
  flex-direction: row;
  padding: 6px 15px;
  font-size: 20px;
  margin-bottom: 20px;
}
.goods-panel .goods-attrs:nth-child(odd) {
  background: #eef5ea;
}
.goods-panel .goods-attrs .item {
  flex: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.goods-panel .goods-attrs .item.item-rows {
  white-space: inherit;
}
.goods-panel .goods-attrs .item-label {
  color: #a0a0a0;
  font-weight: 100;
}
.goods-panel .goods-attrs .price-bar {
  font-size: 16px;
  color: #a0a0a0;
}
.goods-panel .goods-price-tip {
  color: #fa7306;
  font-size: 16px;
  min-height: 40px;
  padding-top: 3px;
  padding-bottom: 3px;
  line-height: 24px;
  padding-left: 40px;
  padding-right: 10px;
  background: url(/Images/icon-warning.png) no-repeat 5px top;
}

.d-inline-block {
  display: inline-block;
}

.page-list .search-bar {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
}
.page-list .search-bar .search-input-group {
  background: #FFF;
}
.page-list .search-bar .total-bar {
  margin-left: 50px;
}

.ml-1 {
  margin-left: 10px;
}

.filter-body {
  padding: 12px 20px;
  background: #eef5ea;
  border-radius: 8px;
}

.filter-categories a {
  display: inline-block;
  padding: 6px 24px 6px 0;
  cursor: pointer;
}
.filter-categories a.active {
  color: #698b55;
  font-weight: 600;
  font-size: 16px;
  color: #fa7306;
  /* span {
      //border-bottom: 2px solid $dark;
      display: inline-block;
      padding: 4px 8px;
      border-radius: 12px;
      background: #e16825;
      color: #FFF;
  }*/
}
.filter-categories.filter-categories-sub {
  font-size: 13px;
}
.filter-categories.filter-categories-sub a {
  color: #fa7306;
  font-weight: 200;
}
.filter-categories.filter-categories-sub a.active {
  font-size: 14px;
  font-weight: 600;
}

.filter-item {
  margin: 10px 20px 10px 0;
  white-space: normal;
}

.filter-item {
  display: inline-block;
}
.filter-item > span {
  padding-right: 10px;
}
.filter-item .form-control + span {
  padding-left: 10px;
}

.form-control {
  height: 34px;
  line-height: 34px;
  border-radius: 34px;
  padding: 0 15px;
  border: 1px solid rgba(120, 130, 140, 0.13);
  background: #c7dabd;
}
.form-control.form-control-short {
  width: 100px;
}

select.form-control {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAUCAYAAAAHpoRMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QTBGMDBBRjc1MkZGMTFFRjgzQkRBQTlBM0I3NDlBQTQiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QTBGMDBBRjY1MkZGMTFFRjgzQkRBQTlBM0I3NDlBQTQiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkI4RjBBMjZFNEZENzExRUY5MkExQkEyNDM1OUVCNERBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkI4RjBBMjZGNEZENzExRUY5MkExQkEyNDM1OUVCNERBIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+S0JWZAAAALNJREFUeNpi/P//P8NgAUwMgwiMOmbUMUPaMSzEKDI2Nk799+/fFiDzOUyMmZkZWQkXsIgIOnv27BKahwwjIyMLExNTF5ApjEWaFYinAbEoXaIJ6OsZQAfdADqoB8jlRZOeDMQfoDRd0gyomG4FOugJ0EHd0NAAgQlQugCI/9AlzSCBeqCDWoEOaodaDgqljIHKTf+AuA7oIDYgLQDEOUD8m1qOYRytKEcdM+qY4egYgAADADD2JaK/S/8zAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: right center;
  cursor: pointer;
  padding-right: 35px;
}

.custom-checkbox {
  position: relative;
}
.custom-checkbox input {
  opacity: 0;
  position: absolute;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAIhJREFUOE/dktENgCAMRK+bOIqbGCYxTCJMops4SrWmTQgWE+KX8ml4r3dUwstDL3l8UMDMA4CJiKLU76qg8A4gEFHqEii8nkOjwTcBM8/XR41nG1J4AZBL2BNIP5mSTPIEuxWKqNIxA5DJW53K0rmPWEjknsCh9cM1t6CSse5ci7rW6KX4geAAiSIxEZFWlK4AAAAASUVORK5CYII=);
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background: #8bc289;
  border-color: #8bc289;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
  padding-left: 24px;
}

.custom-control-label::before {
  position: absolute;
  top: 50%;
  margin-top: -9px;
  left: 2px;
  display: block;
  width: 16px;
  height: 16px;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: rgba(120, 130, 140, 0.13) solid 1px;
  border-radius: 4px;
}

.custom-control-label::after {
  position: absolute;
  top: 50%;
  margin-top: -9px;
  left: 2px;
  display: block;
  width: 16px;
  height: 16px;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
}

.columns .sidebar {
  width: 25%;
  float: left;
  padding-right: 30px;
}
.columns .content {
  width: 75%;
  float: left;
}

.pager {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.pager a {
  display: inline-block;
  padding: 0 6px;
  line-height: 30px;
  margin: 2px;
  font-size: 14px;
  color: #555555;
  text-decoration: none;
  border-radius: 20px;
  min-width: 30px;
}
.pager a.active {
  height: 30px;
  border-radius: 30px;
  background: #698b55;
  color: #FFF;
  border-color: #698b55;
}

.d-flex {
  display: flex;
  flex-direction: row;
}

.d-flex-item {
  flex: 1;
}

.text-success {
  color: #28a745;
}

.text-primary {
  color: #64b6e5;
}

.viewer-title {
  color: #FFF;
  font-size: 14px;
}

.dialog .form-control {
  width: 100%;
  font-size: 14px;
  background-color: #eef5ea;
}
.dialog .form-control::-moz-placeholder {
  color: #d2e5c7;
  font-size: 14px;
}
.dialog .form-control:-ms-input-placeholder {
  color: #d2e5c7;
  font-size: 14px;
}
.dialog .form-control::-webkit-input-placeholder {
  color: #d2e5c7;
  font-size: 14px;
}
.dialog input::-webkit-outer-spin-button, .dialog input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.dialog .form-group {
  width: 100%;
  margin-bottom: 15px;
  position: relative;
}
.dialog .form-group .form-control {
  width: 100%;
}
.dialog .form-group > label {
  font-size: 14px;
  color: #c2c2c2;
  padding: 0 5px;
  line-height: 24px;
}

.is-mobile {
  display: none;
}

@media (max-width: 768px) {
  .wrapper {
    width: 100%;
    padding: 0 10px;
  }
  .page {
    padding-top: 60px;
    padding-bottom: 40px;
    margin-bottom: 10px;
  }
  .is-mobile {
    display: block;
  }
  .top-navs {
    height: 60px;
    background: #FFF;
  }
  .top-navs .logo {
    display: inline-block;
    height: 60px;
    width: 60px;
    float: left;
    background: url(/Images/logo.jpg) no-repeat center center;
    background-size: 40px;
  }
  .top-navs .top-notice {
    display: none;
  }
  .top-navs .badge {
    top: 15px;
  }
  .top-navs ul li {
    padding-top: 10px;
  }
  .top-navs ul li a {
    padding-right: 0;
    height: 40px;
    line-height: 40px;
  }
  .top-navs .nav-text {
    display: none;
  }
  .top-navs .language-ul {
    white-space: nowrap;
    text-align: center;
    width: 100px;
    left: auto;
    right: 0;
    top: 60px;
  }
  .header {
    display: none;
  }
  .section {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .title {
    font-size: 20px;
    line-height: 30px;
    padding-top: 5px;
    padding-bottom: 10px;
    height: 40px;
    margin-bottom: 10px;
  }
  .title:after {
    height: 4px;
  }
  .goods-list {
    margin-left: -5px;
    margin-right: -5px;
  }
  .goods-list .item {
    width: 100%;
    padding: 5px;
  }
  .goods-list .item-block {
    position: relative;
    padding-bottom: 30px;
  }
  .goods-list .item-block:hover .item-body {
    border: 0;
    box-shadow: none;
  }
  .goods-list .item-block:hover .item-attrs {
    border: 0;
    box-shadow: none;
  }
  .goods-list .item-block .item-attrs {
    display: block;
    position: inherit;
  }
  .goods-list .item-block .item-attr {
    font-size: 12px;
  }
  .goods-list .item-block .item-title {
    font-size: 14px;
  }
  .goods-list .item-block .item-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    padding-left: 10px;
    padding-right: 10px;
    z-index: 2;
  }
  .goods-price {
    font-size: 15px;
  }
  .goods-price span {
    font-size: 10px;
  }
  .pager {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .pager a {
    font-size: 12px;
    min-width: 24px;
    line-height: 24px;
    padding: 0 3px;
  }
  .pager a.active {
    height: 24px;
    width: auto;
  }
  .filter-item {
    padding: 4px 0;
    display: flex;
    width: 100%;
    align-items: center;
  }
  .filter-item .form-control {
    flex: 1;
  }
  .filter-item .form-control.form-control-short {
    width: 0;
  }
  .section-list {
    margin-left: -5px;
    margin-right: -5px;
  }
  .section-list .item {
    width: 50%;
    padding: 5px;
  }
  .categories {
    max-height: 282px;
  }
  .categories .item {
    flex: 0 0 25%;
  }
  .categories .item .item-icon {
    width: 50px;
    height: 50px;
    padding: 10px;
    margin-bottom: 4px;
  }
  .categories .item .item-title {
    font-size: 12px;
    line-height: 15px;
    height: 30px;
  }
  .filters {
    text-align: center;
  }
  .about-us {
    font-size: 14px;
    line-height: 18px;
  }
  .contacts {
    display: block;
    padding-top: 60px;
    font-size: 14px;
  }
  .contacts i {
    font-size: 18px;
  }
  .contacts .group-icon {
    width: 80px;
    height: 80px;
    margin-left: -40px;
    margin-top: -40px;
  }
  .contacts .group {
    margin-bottom: 60px;
    padding: 40px 20px 20px;
  }
  .contacts .group .item {
    flex: 0 0 100%;
    line-height: 18px;
  }
  .filter-categories a {
    font-size: 13px;
    padding: 4px 16px 4px 0;
  }
}
.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain; /* 保持宽高比缩放图片，多余的部分会被剪裁 */
}
