body {
  background: #ffffff;
  min-width: 480px;
  font-size: 13px;
}
.container {
  max-width: 1400px;
  position: relative;
  margin: auto;
}
header,
#content,
footer {
  width: 100%;
  float: left;
  clear: both;
}
header {
  position: relative;
  z-index: 9999;
}
header #header-middle .container {
  padding-left: 20px;
  padding-right: 20px;
}
header #header-middle .container .header-middle {
  min-height: 130px;
  position: relative;
}
header #header-middle .container .header-middle .header-logo {
  position: absolute;
  top: 23px;
  left: 0;
}
header #header-middle .container .header-middle .header-logo .logo-set .logo {
  width: 170px;
  display: block;
}
header #header-middle .container .header-middle .header-logo .logo-set .logo img {
  width: 100%;
  height: auto;
}
header #header-middle .container .header-middle .header-func {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 50;
}
header #header-middle .container .header-middle .header-func .func-set .func {
  display: inline-block;
  vertical-align: top;
}
header #header-middle .container .header-middle .header-func .func-set .func .filter {
  position: relative;
}
header #header-middle .container .header-middle .header-func .func-set .func .filter .current-item {
  background: #ffffff;
  position: relative;
  padding-left: 15px;
  padding-right: 36px;
  border-left: 1px solid #e0e0e0;
}
header #header-middle .container .header-middle .header-func .func-set .func .filter .current-item >.title {
  min-height: 24px;
  color: #000000;
  font-size: 16px;
  letter-spacing: 0.8px;
  line-height: 24px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  padding-top: 7px;
  padding-bottom: 9px;
}
header #header-middle .container .header-middle .header-func .func-set .func .filter .current-item .expand {
  background: url('img/trans.png');
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url('img/selectbox-arrow.png') no-repeat right center;
}
header #header-middle .container .header-middle .header-func .func-set .func .filter .current-item .expand.open {
  -moz-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipV;
}
header #header-middle .container .header-middle .header-func .func-set .func .filter .item-set {
  display: none;
  background: rgba(255,255,255,0.8);
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
}
header #header-middle .container .header-middle .header-func .func-set .func .filter .item-set >.wrapper {
  max-height: 180px;
  overflow-y: auto;
}
header #header-middle .container .header-middle .header-func .func-set .func .filter .item-set >.wrapper >.item {
  position: relative;
  padding-left: 15px;
  padding-right: 36px;
  margin-bottom: 1px;
}
header #header-middle .container .header-middle .header-func .func-set .func .filter .item-set >.wrapper >.item >.title {
  min-height: 24px;
  color: #000000;
  font-size: 16px;
  letter-spacing: 0.8px;
  line-height: 24px;
  word-wrap: break-word;
  padding-top: 7px;
  padding-bottom: 9px;
}
header #header-middle .container .header-middle .header-func .func-set .func .filter .item-set >.wrapper >.item .link {
  background: url('img/trans.png');
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
header #header-middle .container .header-middle .header-func .func-set #func-facebook .facebookBtn-parent {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 8px;
  padding-right: 8px;
}
header #header-middle .container .header-middle .header-func .func-set #func-wechat .wechatBtn-parent {
  padding-top: 11px;
  padding-bottom: 13px;
  padding-left: 11px;
  padding-right: 11px;
}
header #header-middle .container .header-middle .header-func .func-set #func-wechat .wechatBtn-parent .wechatBtn {
  width: 44px;
}
header #header-middle .container .header-middle .header-func .func-set #func-wechat .wechatBtn-parent .wechatBtn img {
  width: 100%;
  height: auto;
}
header #header-middle .container .header-middle .header-func .func-set #func-cart {
  padding-left: 16px;
  padding-right: 16px;
}
header #header-middle .container .header-middle .header-func .func-set #func-cart .cartBtn-parent {
  min-height: 24px;
  position: relative;
  padding-top: 7px;
  padding-bottom: 9px;
  padding-left: 48px;
}
header #header-middle .container .header-middle .header-func .func-set #func-cart .cartBtn-parent .icon {
  background: url('img/icon-cart.svg') no-repeat left top;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 6px;
  left: -4px;
}
header #header-middle .container .header-middle .header-func .func-set #func-cart .cartBtn-parent .count {
  background: #7caf24;
  width: 24px;
  min-height: 22px;
  position: absolute;
  top: 5px;
  left: 15px;
  color: #ffffff;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  word-wrap: break-word;
  padding-top: 1px;
  padding-bottom: 1px;
  border-radius: 24px;
}
header #header-middle .container .header-middle .header-func .func-set #func-cart .cartBtn-parent .word {
  min-height: 24px;
  color: #000000;
  font-size: 16px;
  letter-spacing: 0.6px;
  line-height: 24px;
  word-wrap: break-word;
}
header #header-middle .container .header-middle .header-func .func-set #func-cart .cartBtn-parent .detail {
  background: url('img/trans.png');
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
header #header-middle .container .header-middle .header-func .func-set #func-currency .filter {
  width: 133px;
}
header #header-middle .container .header-middle .header-func .func-set #func-currency .filter .flag {
  width: 26px;
  position: absolute;
  top: 9px;
}
header #header-middle .container .header-middle .header-func .func-set #func-currency .filter .flag img {
  width: 100%;
  height: auto;
}
header #header-middle .container .header-middle .header-func .func-set #func-currency .filter .current-item {
  padding-left: 57px;
}
header #header-middle .container .header-middle .header-func .func-set #func-currency .filter .current-item .flag {
  left: 20px;
}
header #header-middle .container .header-middle .header-func .func-set #func-currency .filter .item-set >.wrapper >.item {
  padding-left: 58px;
}
header #header-middle .container .header-middle .header-func .func-set #func-currency .filter .item-set >.wrapper >.item .flag {
  left: 21px;
}
header #header-middle .container .header-middle .header-func .func-set #func-lang .filter {
  width: 134px;
}
header #header-middle .container .header-middle .header-func .func-set #func-lang .filter .current-item {
  background: url('img/icon-language.svg') no-repeat 14px center;
  padding-left: 57px;
}
header #header-middle .container .header-middle .header-func .func-set #func-lang .filter .item-set >.wrapper >.item {
  padding-left: 58px;
}
header #header-middle .container .header-middle .header-func .func-set #func-member {
  background: #7caf24;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 6px;
  padding-right: 6px;
}
header #header-middle .container .header-middle .header-func .func-set #func-member .loginBtn-parent {
  display: inline-block;
  vertical-align: top;
}
header #header-middle .container .header-middle .header-func .func-set #func-member .loginBtn-parent .loginBtn {
  background: url('img/icon-member.svg') no-repeat 10px center;
  background-size: 30px 30px;
  min-height: 24px;
  display: block;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 24px;
  word-wrap: break-word;
  padding-top: 1px;
  padding-bottom: 3px;
  padding-left: 47px;
  padding-right: 16px;
}
header #header-middle .container .header-middle .header-func .func-set #func-member .profileBtn-parent {
  display: inline-block;
  vertical-align: top;
}
header #header-middle .container .header-middle .header-func .func-set #func-member .profileBtn-parent .profileBtn {
  min-height: 24px;
  display: block;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 24px;
  word-wrap: break-word;
  padding-top: 1px;
  padding-bottom: 3px;
  padding-left: 18px;
  padding-right: 22px;
}
header #header-middle .container .header-middle .header-func .func-set #func-member .sep {
  background: #ffffff;
  width: 1px;
  height: 28px;
  display: inline-block;
  vertical-align: top;
}
header #header-middle .container .header-middle .header-func .func-set #func-member .logoutBtn-parent {
  display: inline-block;
  vertical-align: top;
}
header #header-middle .container .header-middle .header-func .func-set #func-member .logoutBtn-parent .logoutBtn {
  min-height: 24px;
  display: block;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 24px;
  word-wrap: break-word;
  padding-top: 1px;
  padding-bottom: 3px;
  padding-left: 22px;
  padding-right: 14px;
}
header #header-middle .container .header-middle .header-menu {
  position: absolute;
  bottom: 10px;
  right: 0;
}
header #header-middle .container .header-middle .header-menu .menu-set .menu .menuItem-set .menuItem {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding-bottom: 8px;
  margin-left: 48px;
}
header #header-middle .container .header-middle .header-menu .menu-set .menu .menuItem-set .menuItem >.title {
  min-height: 24px;
  display: block;
  color: #000000;
  font-size: 16px;
  letter-spacing: 0.8px;
  line-height: 24px;
  word-wrap: break-word;
}
header #header-middle .container .header-middle .header-menu .menu-set .menu .menuItem-set .menuItem .submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
}
header #header-middle .container .header-middle .header-menu .menu-set .menu .menuItem-set .menuItem .submenu .submenuItem-set {
  background: #f3f7ea;
  width: 220px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  margin-left: -110px;
}
header #header-middle .container .header-middle .header-menu .menu-set .menu .menuItem-set .menuItem .submenu .submenuItem-set .submenuItem {
  padding-left: 10px;
  padding-right: 10px;
  border-top: 2px solid #ffffff;
}
header #header-middle .container .header-middle .header-menu .menu-set .menu .menuItem-set .menuItem .submenu .submenuItem-set .submenuItem >.title {
  min-height: 23px;
  display: block;
  color: #000000;
  font-size: 15px;
  line-height: 23px;
  text-align: center;
  word-wrap: break-word;
  padding-top: 13px;
  padding-bottom: 13px;
}
header #header-middle .container .header-middle .header-menu .menu-set .menu .menuItem-set .menuItem .submenu .submenuItem-set .submenuItem >.title:hover {
  color: #4f750c;
}
header #header-middle .container .header-middle .header-menu .menu-set .menu .menuItem-set .menuItem .submenu .submenuItem-set .submenuItem:last-child {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
header #header-middle .container .header-middle .header-menu .menu-set .menu .menuItem-set .menuItem.selected >.title,
header #header-middle .container .header-middle .header-menu .menu-set .menu .menuItem-set .menuItem:hover >.title {
  color: #7caf24;
}
header #header-middle .container .header-middle .header-menu .menu-set .menu .menuItem-set .menuItem:hover .submenu {
  display: block;
}
header #header-middle .container .header-middle .header-mobileMenuBtn {
  display: none;
  position: absolute;
  top: 63px;
  right: 0;
}
header #header-middle .container .header-middle .header-mobileMenuBtn .mobileMenuBtn-set .mobileMenuBtn {
  background: url('img/nav-icon.svg') no-repeat center center;
  width: 44px;
  height: 44px;
  display: block;
}
header #header-middle .container .header-middle .header-mobileMenuBtn .mobileMenuBtn-set .mobileMenuBtn.open {
  background: url('img/nav-close.svg') no-repeat center center;
}
header #header-lower .container .header-lower .mobile-menu {
  display: none;
  background: rgba(0,0,0,0.8);
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
}
header #header-lower .container .header-lower .mobile-menu .menu-set {
  background: #ffffff;
}
header #header-lower .container .header-lower .mobile-menu .menu-set .menu {
  padding-top: 5px;
  padding-bottom: 5px;
}
header #header-lower .container .header-lower .mobile-menu .menu-set .menu .menuItem-set {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
header #header-lower .container .header-lower .mobile-menu .menu-set .menu .menuItem-set .menuItem {
  position: relative;
  margin-bottom: 34px;
}
header #header-lower .container .header-lower .mobile-menu .menu-set .menu .menuItem-set .menuItem >.title {
  min-height: 26px;
  color: #000000;
  font-size: 18px;
  letter-spacing: 0.25px;
  line-height: 26px;
  word-wrap: break-word;
  display: inline-block;
  vertical-align: top;
}
header #header-lower .container .header-lower .mobile-menu .menu-set .menu .menuItem-set .menuItem .arrow {
  background: url('img/selectbox-arrow.png') no-repeat right center;
  width: 40px;
  height: 26px;
  position: absolute;
  top: 0;
  right: 0;
}
header #header-lower .container .header-lower .mobile-menu .menu-set .menu .menuItem-set .menuItem .submenu {
  display: none;
}
header #header-lower .container .header-lower .mobile-menu .menu-set .menu .menuItem-set .menuItem .submenu .submenuItem-set {
  padding-top: 10px;
  padding-left: 20px;
}
header #header-lower .container .header-lower .mobile-menu .menu-set .menu .menuItem-set .menuItem .submenu .submenuItem-set .submenuItem {
  padding-top: 10px;
  padding-bottom: 10px;
}
header #header-lower .container .header-lower .mobile-menu .menu-set .menu .menuItem-set .menuItem .submenu .submenuItem-set .submenuItem >.title {
  min-height: 24px;
  color: #000000;
  font-size: 16px;
  letter-spacing: 0.25px;
  line-height: 24px;
  word-wrap: break-word;
  display: inline-block;
  vertical-align: top;
}
header #header-lower .container .header-lower .mobile-menu .menu-set .menu .menuItem-set .menuItem.open .arrow {
  -moz-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipV;
}
header #header-lower .container .header-lower .mobile-menu .menu-set .menu .menuItem-set .menuItem:last-child {
  margin-bottom: 0;
}
header #header-lower .container .header-lower .mobile-menu .menu-set .menu .currency-set {
  border: 2px solid #7caf24;
  margin-bottom: 10px;
  margin-left: 20px;
  margin-right: 20px;
}
header #header-lower .container .header-lower .mobile-menu .menu-set .menu .currency-set .currency {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
header #header-lower .container .header-lower .mobile-menu .menu-set .menu .currency-set .currency >.wrapper {
  position: relative;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
header #header-lower .container .header-lower .mobile-menu .menu-set .menu .currency-set .currency >.wrapper .flag {
  width: 52px;
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}
header #header-lower .container .header-lower .mobile-menu .menu-set .menu .currency-set .currency >.wrapper .flag img {
  width: 100%;
  height: auto;
}
header #header-lower .container .header-lower .mobile-menu .menu-set .menu .currency-set .currency >.wrapper >.title {
  min-height: 26px;
  color: #000000;
  font-size: 18px;
  line-height: 26px;
  word-wrap: break-word;
  display: inline-block;
  vertical-align: top;
  padding-top: 7px;
  padding-bottom: 7px;
}
header #header-lower .container .header-lower .mobile-menu .menu-set .menu .currency-set .currency >.wrapper .link {
  background: url('img/trans.png');
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
header #header-lower .container .header-lower .mobile-menu .menu-set .menu .currency-set .currency.selected >.wrapper {
  background: rgba(124,175,36,0.5);
}
header #header-lower .container .header-lower .mobile-menu .menu-set .menu .lang-set {
  border: 2px solid #7caf24;
  margin-bottom: 10px;
  margin-left: 20px;
  margin-right: 20px;
}
header #header-lower .container .header-lower .mobile-menu .menu-set .menu .lang-set .lang {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
header #header-lower .container .header-lower .mobile-menu .menu-set .menu .lang-set .lang >.wrapper {
  position: relative;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
header #header-lower .container .header-lower .mobile-menu .menu-set .menu .lang-set .lang >.wrapper >.title {
  min-height: 26px;
  color: #000000;
  font-size: 18px;
  line-height: 26px;
  word-wrap: break-word;
  display: inline-block;
  vertical-align: top;
  padding-top: 7px;
  padding-bottom: 7px;
}
header #header-lower .container .header-lower .mobile-menu .menu-set .menu .lang-set .lang >.wrapper .link {
  background: url('img/trans.png');
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
header #header-lower .container .header-lower .mobile-menu .menu-set .menu .lang-set .lang.selected >.wrapper {
  background: rgba(124,175,36,0.5);
}
header.tablet #header-middle .container .header-middle .header-func .func-set #func-cart .cartBtn-parent,
header.mobile #header-middle .container .header-middle .header-func .func-set #func-cart .cartBtn-parent {
  padding-left: 39px;
}
header.tablet #header-middle .container .header-middle .header-func .func-set #func-cart .cartBtn-parent .word,
header.mobile #header-middle .container .header-middle .header-func .func-set #func-cart .cartBtn-parent .word {
  display: none;
}
header.tablet #header-middle .container .header-middle .header-func .func-set #func-member .loginBtn-parent .loginBtn,
header.mobile #header-middle .container .header-middle .header-func .func-set #func-member .loginBtn-parent .loginBtn {
  font-size: 14px;
  padding-left: 52px;
  padding-right: 20px;
}
header.tablet #header-middle .container .header-middle .header-func .func-set #func-member .profileBtn-parent .profileBtn,
header.mobile #header-middle .container .header-middle .header-func .func-set #func-member .profileBtn-parent .profileBtn {
  font-size: 14px;
}
header.tablet #header-middle .container .header-middle .header-func .func-set #func-member .logoutBtn-parent .logoutBtn,
header.mobile #header-middle .container .header-middle .header-func .func-set #func-member .logoutBtn-parent .logoutBtn {
  font-size: 14px;
}
header.tablet #header-middle .container .header-middle .header-menu,
header.mobile #header-middle .container .header-middle .header-menu {
  display: none;
}/*953795e33e25c16a067bcfa2a5842f5b*/
header.tablet #header-middle .container .header-middle .header-mobileMenuBtn,
header.mobile #header-middle .container .header-middle .header-mobileMenuBtn {
  display: block;
}
header.tablet #header-middle .container .header-middle .header-logo {
  top: 21px;
}
header.tablet #header-middle .container .header-middle .header-func {
  right: -20px;
}
header.tablet #header-middle .container .header-middle .header-func .func-set .func .filter .current-item {
  padding-right: 30px;
}
header.tablet #header-middle .container .header-middle .header-func .func-set .func .filter .current-item >.title {
  font-size: 14px;
}
header.tablet #header-middle .container .header-middle .header-func .func-set .func .filter .item-set >.wrapper >.item {
  padding-right: 30px;
}
header.tablet #header-middle .container .header-middle .header-func .func-set .func .filter .item-set >.wrapper >.item >.title {
  font-size: 14px;
}
header.tablet #header-middle .container .header-middle .header-func .func-set #func-wechat .wechatBtn-parent {
  padding-left: 4px;
  padding-right: 13px;
}
header.tablet #header-middle .container .header-middle .header-func .func-set #func-cart {
  padding-left: 13px;
  padding-right: 13px;
  border-left: 1px solid #e0e0e0;
}
header.tablet #header-middle .container .header-middle .header-func .func-set #func-currency .filter {
  width: 79px;
}
header.tablet #header-middle .container .header-middle .header-func .func-set #func-currency .filter .flag {
  display: none;
}
header.tablet #header-middle .container .header-middle .header-func .func-set #func-currency .filter .current-item {
  padding-left: 12px;
}
header.tablet #header-middle .container .header-middle .header-func .func-set #func-currency .filter .item-set >.wrapper >.item {
  padding-left: 12px;
}
header.tablet #header-middle .container .header-middle .header-func .func-set #func-lang .filter {
  width: 77px;
}
header.tablet #header-middle .container .header-middle .header-func .func-set #func-lang .filter .current-item {
  background: none;
  padding-left: 12px;
}
header.tablet #header-middle .container .header-middle .header-func .func-set #func-lang .filter .item-set >.wrapper >.item {
  padding-left: 12px;
}
header.tablet #header-middle .container .header-middle .header-func .func-set #func-member .profileBtn-parent .profileBtn {
  padding-left: 6px;
  padding-right: 12px;
}
header.tablet #header-middle .container .header-middle .header-func .func-set #func-member .logoutBtn-parent .logoutBtn {
  padding-left: 12px;
  padding-right: 6px;
}
header.tablet #header-lower .container .header-lower .mobile-menu .menu-set .menu .currency-set,
header.tablet #header-lower .container .header-lower .mobile-menu .menu-set .menu .lang-set {
  display: none;
}
header.mobile #header-middle .container {
  padding-left: 10px;
  padding-right: 10px;
}
header.mobile #header-middle .container .header-middle {
  min-height: 106px;
}
header.mobile #header-middle .container .header-middle .header-logo {
  top: 11px;
}
header.mobile #header-middle .container .header-middle .header-func {
  right: -10px;
}
header.mobile #header-middle .container .header-middle .header-func .func-set #func-facebook,
header.mobile #header-middle .container .header-middle .header-func .func-set #func-wechat,
header.mobile #header-middle .container .header-middle .header-func .func-set #func-currency,
header.mobile #header-middle .container .header-middle .header-func .func-set #func-lang {
  display: none;
}
header.mobile #header-middle .container .header-middle .header-func .func-set #func-cart .cartBtn-parent .icon {
  top: 8px;
}
header.mobile #header-middle .container .header-middle .header-func .func-set #func-cart .cartBtn-parent .count {
  top: 7px;
}
header.mobile #header-middle .container .header-middle .header-mobileMenuBtn {
  top: 50px;
}
#content {
  min-height: 601px;
}
#content #page-header .container {
  padding-left: 20px;
  padding-right: 20px;
}
#content #page-header .container .page-header .header-banner {
  position: relative;
  z-index: 50;
}
#content #page-header .container .page-header .header-banner .banner {
  position: relative;
}
#content #page-header .container .page-header .header-banner .banner .image-set .image {
  width: 100%;
}
#content #page-header .container .page-header .header-banner .banner .image-set .image img {
  width: 100%;
  height: auto;
}
#content #page-header .container .page-header .header-banner .banner .image-set .image-desktop {
  background: url('img/inner-banner-desktop.jpg') no-repeat right top;
  height: 160px;
  border-bottom-left-radius: 80px;
  border-bottom-right-radius: 80px;
}
#content #page-header .container .page-header .header-banner .banner .image-set .image-mobile {
  display: none;
}
#content #page-header .container .page-header .header-banner .banner .title-parent {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#content #page-header .container .page-header .header-banner .banner .title-parent >.title {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}
#content #page-header .container .page-header .header-banner .banner .title-parent >.title .word {
  min-height: 46px;
  color: #ffffff;
  font-size: 38px;
  font-weight: 700;
  line-height: 46px;
  text-align: right;
  word-wrap: break-word;
  padding-bottom: 6px;
  padding-left: 20px;
  padding-right: 97px;
}
#content #page-header .container .page-header .header-navigation {
  position: relative;
}
#content #page-header .container .page-header .header-navigation .navigation-parent {
  background: #f3fae7;
  padding-top: 80px;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  margin-top: -80px;
}
#content #page-header .container .page-header .header-navigation .navigation-parent >.wrapper {
  position: relative;
}
#content #page-header .container .page-header .header-navigation .navigation-parent >.wrapper .navigation {
  min-height: 23px;
  word-wrap: break-word;
  padding-top: 8px;
  padding-bottom: 9px;
}
#content #page-header .container .page-header .header-navigation .navigation-parent >.wrapper .navigation > a > span {
  min-height: 23px;
  color: #000000;
  font-size: 15px;
  letter-spacing: 0.25px;
  line-height: 23px;
  word-wrap: break-word;
}
#content #page-header .container .page-header .header-navigation .navigation-parent >.wrapper .navigation > a > span.current {
  color: #7caf24;
}
#content #page-header .container .page-header .header-navigation .navigation-parent >.wrapper .navigation .division {
  background: url('img/arrow-s-a2ae8d.svg') no-repeat left center;
  background-size: 8px 13px;
  width: 8px;
  height: 13px;
  display: inline-block;
  vertical-align: top;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-left: 13px;
  margin-right: 13px;
}
#content #page-header .container .page-header .header-navigation .navigation-parent >.wrapper .backBtn-parent {
  width: 60px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
}
#content #page-header .container .page-header .header-navigation .navigation-parent >.wrapper .backBtn-parent .backBtn {
  position: relative;
  padding-top: 8px;
  padding-bottom: 9px;
}
#content #page-header .container .page-header .header-navigation .navigation-parent >.wrapper .backBtn-parent .backBtn .arrow {
  background: url('img/arrow-s-a2ae8d.svg') no-repeat left center;
  background-size: 8px 13px;
  width: 8px;
  height: 13px;
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  display: inline-block;
  vertical-align: top;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-right: 11px;
}
#content #page-header .container .page-header .header-navigation .navigation-parent >.wrapper .backBtn-parent .backBtn .word {
  min-height: 23px;
  color: #000000;
  font-size: 15px;
  letter-spacing: 0.25px;
  line-height: 23px;
  word-wrap: break-word;
  display: inline-block;
  vertical-align: top;
}
#content #page-header .container .page-header .header-navigation .navigation-parent >.wrapper .backBtn-parent .backBtn .link {
  background: url('img/trans.png');
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
#content #page-header .container .page-header .header-navigation .navigation-parent.short >.wrapper {
  min-height: 40px;
  padding-right: 80px;
}
#content #page-core .container {
  padding-left: 20px;
  padding-right: 20px;
}
#content #page-core .container .page-core .core-self {
  padding-top: 76px;
}
#content #page-core .container .page-core .core-self .title-section >.title-parent {
  background: url('img/inner-title-shadow.png') no-repeat center bottom;
  text-align: center;
  padding-bottom: 41px;
}
#content #page-core .container .page-core .core-self .title-section >.title-parent .icon {
  width: 70px;
  display: inline-block;
  vertical-align: top;
  padding-left: 3px;
  padding-right: 3px;
}
#content #page-core .container .page-core .core-self .title-section >.title-parent .icon img {
  width: 100%;
  height: auto;
}
#content #page-core .container .page-core .core-self .title-section >.title-parent >.title {
  min-height: 40px;
  color: #7caf24;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.6px;
  line-height: 40px;
  word-wrap: break-word;
  display: inline-block;
  vertical-align: top;
  padding-top: 16px;
  padding-bottom: 12px;
}
#content #page-core .container .page-core .core-self .editor-section {
  padding-bottom: 40px;
}
#content #page-core .container .page-core .core-self .editor-section >.content-parent {
  padding-top: 26px;
  padding-bottom: 26px;
}
#content #page-core .container .page-core .core-self .editor-section >.content-parent >.content {
  padding-top: 7px;
  padding-bottom: 7px;
}
#content.mobile #page-header .container {
  padding-left: 10px;
  padding-right: 10px;
}
#content.mobile #page-core .container {
  padding-left: 10px;
  padding-right: 10px;
}
#site-topBtn {
  position: relative;
  z-index: 999;
}
#site-topBtn .site-topBtn {
  position: fixed;
  top: 722px;
  right: 50%;
  margin-right: -730px;
}
#site-topBtn .site-topBtn .topBtn-set #topBtn-desktop {
  background: #537f06 url('img/backtotop.svg') no-repeat center center;
  width: 58px;
  height: 58px;
  display: block;
  border-radius: 58px;
}
.tablet #site-topBtn .site-topBtn,
.mobile #site-topBtn .site-topBtn {
  top: auto;
  bottom: 207px;
  right: 0;
}
.tablet #site-topBtn .site-topBtn {
  margin-right: 20px;
}
.mobile #site-topBtn .site-topBtn {
  margin-right: 10px;
}
footer #footer-upper {
  background: #f0f0f0;
}
footer #footer-upper .container {
  padding-left: 20px;
  padding-right: 20px;
}
footer #footer-upper .container .footer-upper {
  min-height: 175px;
  position: relative;
  padding-top: 26px;
  padding-bottom: 18px;
}
footer #footer-upper .container .footer-upper .footer-func {
  display: none;
}
footer #footer-upper .container .footer-upper .footer-func .func-set {
  text-align: center;
}
footer #footer-upper .container .footer-upper .footer-func .func-set .func {
  display: inline-block;
  vertical-align: top;
}
footer #footer-upper .container .footer-upper .footer-func .func-set #footer-func-facebook .facebookBtn-parent {
  font-size: 0;
  line-height: 0;
  padding-right: 6px;
}
footer #footer-upper .container .footer-upper .footer-func .func-set #footer-func-wechat .wechatBtn-parent {
  padding-top: 1px;
  padding-bottom: 2px;
  padding-left: 13px;
  padding-right: 13px;
}
footer #footer-upper .container .footer-upper .footer-func .func-set #footer-func-wechat .wechatBtn-parent .wechatBtn {
  width: 44px;
}
footer #footer-upper .container .footer-upper .footer-func .func-set #footer-func-wechat .wechatBtn-parent .wechatBtn img {
  width: 100%;
  height: auto;
}
footer #footer-upper .container .footer-upper .footer-menu {
  width: 75%;
  display: inline-block;
  vertical-align: top;
}
footer #footer-upper .container .footer-upper .footer-menu >.wrapper {
  position: relative;
}
footer #footer-upper .container .footer-upper .footer-menu >.wrapper .menu-set {
  position: relative;
  padding-right: 57px;
}
footer #footer-upper .container .footer-upper .footer-menu >.wrapper .menu-set .menu .menuCate-set {
  text-align: right;
}
footer #footer-upper .container .footer-upper .footer-menu >.wrapper .menu-set .menu .menuCate-set .menuCate {
  width: 180px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  padding-left: 8px;
  padding-right: 8px;
}
footer #footer-upper .container .footer-upper .footer-menu >.wrapper .menu-set .menu .menuCate-set .menuCate >.title {
  min-height: 23px;
  color: #7caf24;
  font-size: 15px;
  letter-spacing: 0.25px;
  line-height: 23px;
  word-wrap: break-word;
  padding-bottom: 7px;
}
footer #footer-upper .container .footer-upper .footer-menu >.wrapper .menu-set .menu .menuCate-set .menuCate .menuItem-set .menuItem {
  padding-top: 7px;
  padding-bottom: 7px;
}
footer #footer-upper .container .footer-upper .footer-menu >.wrapper .menu-set .menu .menuCate-set .menuCate .menuItem-set .menuItem >.title {
  min-height: 21px;
  display: block;
  color: #4f750c;
  font-size: 13px;
  line-height: 21px;
  word-wrap: break-word;
}
footer #footer-upper .container .footer-upper .footer-menu >.wrapper .menu-set .sep-parent {
  width: 2px;
  position: absolute;
  top: 3px;
  bottom: 3px;
  right: 31px;
}
footer #footer-upper .container .footer-upper .footer-menu >.wrapper .menu-set .sep-parent .sep {
  background: #d8d8d8;
  width: 1px;
  height: 100%;
  border-right: 1px solid #ffffff;
}
footer #footer-upper .container .footer-upper .footer-mediaIcon {
  width: 25%;
  display: inline-block;
  vertical-align: top;
}
footer #footer-upper .container .footer-upper .footer-mediaIcon >.wrapper {
  position: relative;
}
footer #footer-upper .container .footer-upper .footer-mediaIcon >.wrapper >.title {
  min-height: 23px;
  color: #000000;
  font-size: 15px;
  line-height: 23px;
  word-wrap: break-word;
  padding-bottom: 9px;
  padding-left: 11px;
}
footer #footer-upper .container .footer-upper .footer-mediaIcon >.wrapper .mediaIcon-set .mediaIcon {
  width: 40px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 11px;
  margin-left: 11px;
}
footer #footer-upper .container .footer-upper .footer-mediaIcon >.wrapper .mediaIcon-set .mediaIcon .image img {
  width: 100%;
  height: auto;
}
footer #footer-upper .container .footer-upper .footer-mediaIcon >.wrapper .mediaIcon-set .mediaIcon .link {
  background: url('img/trans.png');
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
footer #footer-middle .container {
  padding-left: 20px;
  padding-right: 20px;
}
footer #footer-middle .container .footer-middle .footer-certIcon {
  padding-top: 12px;
}
footer #footer-middle .container .footer-middle .footer-certIcon >.wrapper {
  position: relative;
}
footer #footer-middle .container .footer-middle .footer-certIcon >.wrapper >.title {
  min-height: 23px;
  color: #7caf24;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.25px;
  line-height: 23px;
  word-wrap: break-word;
  padding-top: 14px;
  padding-bottom: 14px;
}
footer #footer-middle .container .footer-middle .footer-certIcon >.wrapper .certIcon-set .certIcon {
  width: 7.69%;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 2px;
}
footer #footer-middle .container .footer-middle .footer-certIcon >.wrapper .certIcon-set .certIcon >.wrapper {
  width: 100%;
  max-width: 100px;
  position: relative;
}
footer #footer-middle .container .footer-middle .footer-certIcon >.wrapper .certIcon-set .certIcon >.wrapper .image {
  width: 100%;
}
footer #footer-middle .container .footer-middle .footer-certIcon >.wrapper .certIcon-set .certIcon >.wrapper .image img {
  width: 100%;
  height: auto;
}
footer #footer-middle .container .footer-middle .footer-certIcon >.wrapper .certIcon-set .certIcon >.wrapper >.title {
  min-height: 21px;
  color: #000000;
  font-size: 13px;
  line-height: 21px;
  text-align: center;
  word-wrap: break-word;
  padding-top: 4px;
  padding-bottom: 4px;
}
footer #footer-middle .container .footer-middle .footer-certIcon >.wrapper .certIcon-set .certIcon >.wrapper .link {
  background: url('img/trans.png');
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
footer #footer-lower .container {
  padding-left: 20px;
  padding-right: 20px;
}
footer #footer-lower .container .footer-lower {
  position: relative;
}
footer #footer-lower .container .footer-lower .footer-copyright {
  padding-top: 1px;
  padding-bottom: 1px;
}
footer #footer-lower .container .footer-lower .footer-copyright .copyright-set {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
footer #footer-lower .container .footer-lower .footer-copyright .copyright-set *,
footer #footer-lower .container .footer-lower .footer-copyright .copyright-set *:hover,
footer #footer-lower .container .footer-lower .footer-copyright .copyright-set *:link,
footer #footer-lower .container .footer-lower .footer-copyright .copyright-set *:visited {
  color: #717171;
}
footer #footer-lower .container .footer-lower .footer-copyright .copyright-set .copyright,
footer #footer-lower .container .footer-lower .footer-copyright .copyright-set .copyright > a {
  min-height: 21px;
  color: #717171;
  font-size: 13px;
  letter-spacing: 0.25px;
  line-height: 21px;
  word-wrap: break-word;
  display: inline-block;
  vertical-align: top;
}
footer.tablet #footer-upper,
footer.mobile #footer-upper {
  background: none;
}
footer.tablet #footer-upper .container .footer-upper,
footer.mobile #footer-upper .container .footer-upper {
  min-height: 0;
  padding-bottom: 11px;
  border-bottom: 1px solid #e0e0e0;
}
footer.tablet #footer-upper .container .footer-upper .footer-menu,
footer.mobile #footer-upper .container .footer-upper .footer-menu {
  display: none;
}
footer.tablet #footer-upper .container .footer-upper .footer-mediaIcon,
footer.mobile #footer-upper .container .footer-upper .footer-mediaIcon {
  width: auto;
  display: block;
  padding-top: 17px;
}
footer.tablet #footer-upper .container .footer-upper .footer-mediaIcon >.wrapper,
footer.mobile #footer-upper .container .footer-upper .footer-mediaIcon >.wrapper {
  text-align: center;
}
footer.tablet #footer-upper .container .footer-upper .footer-mediaIcon >.wrapper >.title,
footer.mobile #footer-upper .container .footer-upper .footer-mediaIcon >.wrapper >.title {
  display: inline-block;
  vertical-align: top;
  padding-top: 9px;
  padding-bottom: 8px;
  padding-left: 0;
  padding-right: 8px;
}
footer.tablet #footer-upper .container .footer-upper .footer-mediaIcon >.wrapper .mediaIcon-set,
footer.mobile #footer-upper .container .footer-upper .footer-mediaIcon >.wrapper .mediaIcon-set {
  display: inline-block;
  vertical-align: top;
}
footer.tablet #footer-middle .container .footer-middle .footer-certIcon >.wrapper .certIcon-set,
footer.mobile #footer-middle .container .footer-middle .footer-certIcon >.wrapper .certIcon-set {
  text-align: center;
}
footer.tablet #footer-upper .container .footer-upper {
  padding-top: 5px;
}
footer.tablet #footer-middle .container .footer-middle .footer-certIcon {
  padding-top: 7px;
}
footer.tablet #footer-middle .container .footer-middle .footer-certIcon >.wrapper >.title {
  padding-bottom: 10px;
}
footer.tablet #footer-middle .container .footer-middle .footer-certIcon >.wrapper .certIcon-set .certIcon {
  width: 104px;
  padding-top: 4px;
  padding-bottom: 4px;
}
footer.mobile {
  padding-bottom: 12px;
}
footer.mobile #footer-upper .container {
  padding-left: 10px;
  padding-right: 10px;
}
footer.mobile #footer-upper .container .footer-upper {
  padding-top: 14px;
}
footer.mobile #footer-upper .container .footer-upper .footer-func {
  display: block;
}
footer.mobile #footer-middle .container {
  padding-left: 10px;
  padding-right: 10px;
}
footer.mobile #footer-middle .container .footer-middle .footer-certIcon {
  padding-top: 6px;
}
footer.mobile #footer-middle .container .footer-middle .footer-certIcon >.wrapper >.title {
  font-size: 14px;
  padding-bottom: 20px;
}
footer.mobile #footer-middle .container .footer-middle .footer-certIcon >.wrapper .certIcon-set .certIcon {
  width: 90px;
  padding-bottom: 9px;
}
footer.mobile #footer-middle .container .footer-middle .footer-certIcon >.wrapper .certIcon-set .certIcon >.wrapper >.title {
  font-size: 12px;
}
footer.mobile #footer-lower .container {
  padding-left: 10px;
  padding-right: 10px;
}
.colorbox-wechat {
  background: #ffffff;
  width: 100%;
  height: 100%;
}
.colorbox-wechat .wechat-section {
  padding: 20px;
}
.colorbox-wechat .wechat-section .title-set {
  padding-top: 26px;
}
.colorbox-wechat .wechat-section .title-set >.title {
  min-height: 36px;
  color: #7caf24;
  font-size: 28px;
  letter-spacing: 0.25px;
  line-height: 36px;
  text-align: center;
  word-wrap: break-word;
  padding-top: 3px;
  padding-bottom: 3px;
}
.colorbox-wechat .wechat-section .qrCode {
  width: 100%;
  max-width: 280px;
  padding-top: 26px;
  margin-left: auto;
  margin-right: auto;
}
.colorbox-wechat .wechat-section .qrCode .image img {
  width: 100%;
  height: auto;
}
.colorbox-wechat .wechat-section .wechat-id {
  padding-top: 23px;
}
.colorbox-wechat .wechat-section .wechat-id >.title,
.colorbox-wechat .wechat-section .wechat-id .value {
  min-height: 24px;
  color: #000000;
  font-size: 16px;
  letter-spacing: 0.25px;
  line-height: 24px;
  text-align: center;
  word-wrap: break-word;
  padding-top: 4px;
  padding-bottom: 4px;
}
.colorbox-wechat .wechat-section .wechat-id .value .strong {
  font-weight: 700;
}
.pager .first,
.pager .prev,
.pager .item,
.pager .next,
.pager .last,
.pager .goto {
  display: inline-block;
  vertical-align: middle;
}
.pager .first,
.pager .item,
.pager .last,
.pager .goto {
  font-family: 'Oxygen', 'Microsoft JhengHei', '微軟正黑體', 'Arial', 'PMingLiU', '新細明體' !important;
  font-size: 14px;
}
.pager .first,
.pager .last,
.pager .item {
  background: #ffffff;
  width: auto;
  height: 24px;
  color: #848484;
  line-height: 24px;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  border: 1px solid #ffffff;
}
.pager .first.current,
.pager .first:hover,
.pager .last.current,
.pager .last:hover,
.pager .item.current,
.pager .item:hover {
  background: #7caf24;
  color: #ffffff;
  border: 1px solid #7caf24;
}
.pager .first,
.pager .last {
  min-width: 23px;
}
.pager .prev,
.pager .next {
  background: url('img/arrow-s-7caf24.svg') no-repeat center;
  width: 24px;
  height: 26px;
}
.pager .prev.off,
.pager .next.off {
  background: url('img/arrow-s-7caf24.svg') no-repeat center;
}
.pager .prev {
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  margin-left: 2px;
  margin-right: 1px;
}
.pager .next {
  margin-left: 1px;
  margin-right: 2px;
}
.pager .item {
  min-width: 14px;
  margin-left: 4px;
}
.pager .item.firstItem {
  margin-left: 0;
}
.pager .goto {
  background: #f0f0f0;
  width: 20px;
  height: 16px;
  color: #000000;
  line-height: 16px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 11px;
  padding-right: 11px;
  border: 1px solid #f0f0f0;
  margin-left: 14px;
}
.oneline {
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
}
.clear {
  clear: both;
  float: left;
}
.inline-block {
  display: inline-block;
}
.justify {
  text-align: justify;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph;
}
.w-fix {
  width: 100%;
  height: 0px;
  display: inline-block;
  vertical-align: middle;
}
.h-fix {
  width: 0px;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.break-word {
  word-wrap: break-word;
}
.cover {
  background: url('img/trans.png');
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.flip-h {
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
}
.flip-v {
  -moz-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipV;
}
@media (max-width: 1500px) {
  #site-topBtn .site-topBtn {
    right: 20px;
    margin-right: 0px;
  }
}
img {
  max-width: 100%;
  height: auto;
}
a {
  cursor: pointer;
}
.home_banner {
  position: relative;
  background-color: #fff;
  display: block;
  max-width: 1400px;
  margin: auto;
  border-bottom-left-radius: 80px;
  border-bottom-right-radius: 80px;
  box-shadow: 0px 20px #fff;
  margin-bottom: -70px;
  overflow: hidden;
  z-index: 100;
}
.home_banner .slider {
  position: relative;
  max-width: 1400px;
}
.home_banner .slider .link_btn {
  display: block;
}
.home_banner .slider .bx-wrapper img {
  width: 100%;
}
.home_banner .slider .bx-wrapper .bx-prev {
  background-image: url(img/home/arraw_left.png);
  background-repeat: no-repeat;
  width: 41px;
  opacity: 0.8;
}
.home_banner .slider .bx-wrapper .bx-next {
  background-image: url(img/home/arraw_right.png);
  background-repeat: no-repeat;
  width: 41px;
  opacity: 0.8;
}
.home_banner .slider .bx-has-pager {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
}
.home_banner .slider .bx-wrapper .bx-pager.bx-default-pager a {
  background: rgba(255,255,255,0.5);
  width: 70px;
  height: 3px;
  border-radius: 2px;
}
.home_banner .slider .bx-wrapper .bx-pager.bx-default-pager a:hover,
.home_banner .slider .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #7caf24;
}
.home_banner .slider1 {
  display: block;
}
.home_banner .slider2 {
  display: none;
}
.home_banner .slider3 {
  display: none;
}
.hot_products {
  position: relative;
  max-width: 1400px;
  margin: auto;
  margin-bottom: -60px;
  z-index: 90;
}
.hot_products .innerWrap {
  background: #7caf24;
  padding-top: 120px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 50px;
  border-bottom-left-radius: 80px;
  border-bottom-right-radius: 80px;
  box-shadow: 0px 20px #fff;
  overflow: hidden;
}
.hot_products .innerWrap .title {
  display: inline-block;
  background-image: url(img/home/title-icon-1.png);
  background-repeat: no-repeat;
  padding-left: 76px;
  font-size: 32px;
  color: #fff;
  border-bottom: 2px #6f9d1f solid;
  height: 65px;
  line-height: 67px;
}
.hot_products .innerWrap .more {
  position: absolute;
  top: 148px;
  right: 40px;
}
.hot_products .innerWrap .more > a {
  display: inline-block;
  font-size: 16px;
  color: #fff;
}
.hot_products .slider {
  position: relative;
  padding-left: 65px;
  padding-right: 65px;
  margin-top: 27px;
}
.hot_products .slider .item {
  padding-left: 5px;
  padding-right: 5px;
}
.hot_products .slider .item .pphoto > a {
  display: block;
}
.hot_products .slider .item .ptitle {
  margin-top: 17px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #000;
}
.hot_products .slider .item .pprice {
  height: 44px;
  text-align: center;
  margin-top: 14px;
}
.hot_products .slider .item .pprice .left {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  color: #2b4400;
  vertical-align: middle;
}
.hot_products .slider .item .pprice .right {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 44px;
  vertical-align: middle;
  margin-left: 12px;
}
.hot_products .slider .item .pprice .right .icon_1 {
  display: block;
  width: 44px;
  height: 44px;
}
.hot_products .slider .item .pprice .right .icon_1_disable {
  opacity: 0.7;
}
.hot_products .slider .item .pprice .right .icon_2 {
  position: absolute;
  display: block;
  width: 54px;
  height: 36px;
  top: 50%;
  left: 50%;
  margin-top: -18px;
  margin-left: -22px;
}
.hot_products .slider .bx-wrapper .bx-prev {
  background-image: url(img/home/arraw_left_2.png);
  background-repeat: no-repeat;
  width: 20px;
  opacity: 0.8;
}
.hot_products .slider .bx-wrapper .bx-next {
  background-image: url(img/home/arraw_right_2.png);
  background-repeat: no-repeat;
  width: 20px;
  opacity: 0.8;
}
.addtocart_btn {
  display: block;
}
#product_slider_prev {
  position: absolute;
  width: 20px;
  height: 37px;
  top: 50%;
  left: 10px;
  margin-top: -70px;
  z-index: 10;
}
#product_slider_next {
  position: absolute;
  width: 20px;
  height: 37px;
  top: 50%;
  right: 10px;
  margin-top: -70px;
  z-index: 10;
}
.shortcuts {
  position: relative;
  max-width: 1400px;
  margin: auto;
  margin-bottom: -70px;
  z-index: 80;
}
.shortcuts .innerWrap {
  background: #fff;
  border-bottom-left-radius: 80px;
  border-bottom-right-radius: 80px;
  box-shadow: 0px 20px #fff;
  overflow: hidden;
}
.shortcuts .item {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  width: 50%;
  height: 290px;
}
.shortcuts .item > a {
  display: block;
  height: 100%;
}
.shortcuts .item .space {
  display: inline-block;
  width: 0px;
  height: 100%;
  vertical-align: middle;
}
.shortcuts .item .label {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  font-size: 32px;
  color: #fff;
  text-align: center;
  margin-top: 78px;
  letter-spacing: 1px;
}
.videos {
  position: relative;
  max-width: 1400px;
  margin: auto;
  margin-bottom: -60px;
  z-index: 70;
}
.videos .innerWrap {
  background: #f0f0f0;
  padding-top: 120px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 90px;
  border-bottom-left-radius: 80px;
  border-bottom-right-radius: 80px;
  box-shadow: 0px 20px #fff;
  overflow: hidden;
}
.videos .innerWrap .title {
  display: inline-block;
  background-image: url(img/home/title-icon-2.png);
  background-repeat: no-repeat;
  padding-left: 76px;
  font-size: 32px;
  color: #7caf24;
  border-bottom: 2px #e3e3e3 solid;
  height: 65px;
  line-height: 67px;
}
.videos .innerWrap .more {
  position: absolute;
  top: 148px;
  right: 40px;
}
.videos .innerWrap .more > a {
  display: inline-block;
  font-size: 16px;
  color: #7caf24;
}
.videos .player {
  margin-top: 34px;
}
.videos .player .tab {
  padding-bottom: 18px;
}
.videos .player .tab .item {
  display: block;
  float: left;
  width: 25%;
  height: 70px;
  border-bottom: 4px #dcdcdc solid;
}
.videos .player .tab .item > a {
  display: block;
  height: 100%;
}
.videos .player .tab .item > a > .space {
  display: inline-block;
  width: 0px;
  height: 100%;
  vertical-align: middle;
}
.videos .player .tab .item > a > .label {
  display: inline-block;
  font-size: 18px;
  color: #999999;
  text-align: center;
  width: 100%;
  vertical-align: middle;
}
.videos .player .tab .item:hover {
  background: #7caf24;
  border-bottom: 4px #5d8912 solid;
}
.videos .player .tab .item-active {
  background: #7caf24;
  border-bottom: 4px #5d8912 solid;
}
.videos .player .tab .item-active > a > .label {
  color: #fff;
}
.videos .player .tab .item:hover > a > .label {
  color: #fff;
}
.videos .player .detail {
  position: relative;
}
.videos .player .detail .left {
  margin-right: 264px;
}
#myplayeriframe {
  position: relative;
}
#myplayeriframe iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.videos .player .detail .right {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 244px;
}
.videos .player .detail .right .item {
  position: relative;
  margin-top: 16px;
}
.videos .player .detail .right .item:nth-child(1) {
  margin-top: 0px;
}
.videos .player .detail .right .item > a {
  display: block;
}
.videos .player .detail .right .item .mask {
  position: absolute;
  background: rgba(0,0,0,0.7);
  display: none;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.videos .player .detail .right .item-active .mask {
  display: block;
}
.videos .player .detail .right .item .mask .inner_left {
  display: inline-block;
  width: 0px;
  height: 100%;
  vertical-align: middle;
}
.videos .player .detail .right .item .mask .inner_right {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  text-align: center;
}
.videos .player .detail .right .item .mask .inner_right .hide_title {
  display: none;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
}
.videos .player .detail .right .item .mask .inner_right .status_label {
  display: block;
  font-size: 16px;
  color: #fff;
}
.videos .player .detail .right .item .mask .inner_right .icon_play {
  display: none;
}
.videos .innerWrap .more2 {
  position: relative;
  display: none;
  margin-top: 20px;
  text-align: center;
}
.videos .innerWrap .more2 > a {
  display: inline-block;
  font-size: 16px;
  color: #7caf24;
}
.health_informations {
  position: relative;
  max-width: 1400px;
  margin: auto;
  z-index: 60;
}
.health_informations .innerWrap {
  background: #fff;
  padding-top: 90px;
  padding-bottom: 26px;
  overflow: hidden;
}
.health_informations .innerWrap .title {
  display: inline-block;
  background-image: url(img/home/title-icon-2.png);
  background-repeat: no-repeat;
  padding-left: 76px;
  font-size: 32px;
  color: #7caf24;
  border-bottom: 2px #e3e3e3 solid;
  height: 65px;
  line-height: 67px;
}
.health_informations .slider {
  position: relative;
  padding-left: 60px;
  padding-right: 60px;
  margin-top: 27px;
}
.health_informations .slider .item {
  position: relative;
}
.health_informations .slider .item .hiphoto {
  position: relative;
}
.health_informations .slider .item > a {
  position: relative;
  display: block;
}
.health_informations .slider .item .mask {
  position: absolute;
  background-image: url(img/home/hi_title_bg.png);
  background-repeat: repeat-x;
  background-position: bottom center;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.health_informations .slider .item .hititle {
  position: absolute;
  bottom: 12px;
  left: 20px;
  right: 20px;
  font-size: 22px;
  color: #fff;
}
.health_informations .slider .item .brief {
  margin-top: 16px;
  font-size: 15px;
  line-height: 24px;
  height: 72px;
  overflow: hidden;
}
.health_informations .slider .item .more {
  margin-top: 10px;
}
.health_informations .slider .item .more > a {
  display: inline-block;
  font-size: 15px;
  color: #7caf24;
  border-top: 1px #7caf24 solid;
  padding-top: 10px;
  padding-bottom: 10px;
}
#health_information_slider_prev {
  position: absolute;
  width: 20px;
  height: 37px;
  top: 50%;
  left: 10px;
  margin-top: -88px;
  z-index: 10;
}
#health_information_slider_next {
  position: absolute;
  width: 20px;
  height: 37px;
  top: 50%;
  right: 10px;
  margin-top: -88px;
  z-index: 10;
}
.shortcuts2 {
  position: relative;
  max-width: 1400px;
  margin: auto;
  padding-bottom: 36px;
}
.shortcuts2 .innerWrap {
  background: #fff;
}
.shortcuts2 .item {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  width: 50%;
  height: 160px;
}
.shortcuts2 .item_1 {
  float: left;
  width: 48.57%;
}
.shortcuts2 .item_2 {
  float: right;
  width: 48.57%;
}
.shortcuts2 .item > a {
  position: relative;
  display: block;
  height: 100%;
}
.shortcuts2 .item .mask {
  position: absolute;
  background: rgba(0,0,0,0.3);
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.shortcuts2 .item .space {
  position: relative;
  display: inline-block;
  width: 0px;
  height: 100%;
  vertical-align: middle;
}
.shortcuts2 .item .label {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  font-size: 32px;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
}
@media only screen and (max-width: 1416px) {
  .hot_products .innerWrap {
    padding-left: 20px;
    padding-right: 20px;
  }
  .hot_products .innerWrap .title {
    font-size: 26px;
    background-size: 60px auto;
    height: 55px;
    line-height: 57px;
    padding-left: 65px;
  }
  .hot_products .innerWrap .more {
    right: 20px;
    top: 138px;
  }
  .hot_products .slider {
    padding-left: 30px;
    padding-right: 30px;
  }
  .hot_products .slider .item {
    padding-left: 10px;
    padding-right: 10px;
  }
  .hot_products .slider .item .ptitle {
    font-size: 15px;
  }
  .hot_products .slider .item .pprice .left {
    font-size: 15px;
  }
  #product_slider_prev {
    left: 0px;
  }
  #product_slider_next {
    right: 0px;
  }
  .videos .innerWrap {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 60px;
  }
  .videos .innerWrap .title {
    font-size: 26px;
    background-size: 60px auto;
    height: 55px;
    line-height: 57px;
    padding-left: 65px;
  }
  .videos .innerWrap .more {
    right: 20px;
    top: 138px;
  }
  .videos .player .detail .left {
    margin-right: 0px;
  }
  .videos .player .detail .right {
    position: relative;
    width: auto;
    text-align: center;
    margin-left: -10px;
    margin-right: -10px;
  }
  .videos .player .detail .right .item {
    display: inline-block;
    width: 264px;
    max-width: 50%;
  }
  .videos .player .detail .right .item .item_inner {
    padding-left: 10px;
    padding-right: 10px;
  }
  .videos .player .detail .right .item .item_inner > a {
    position: relative;
    display: block;
    height: 100%;
  }
  .health_informations .innerWrap {
    padding-left: 20px;
    padding-right: 20px;
  }
  .health_informations .innerWrap .title {
    font-size: 26px;
    background-size: 60px auto;
    height: 55px;
    line-height: 57px;
    padding-left: 65px;
  }
  .health_informations .slider {
    padding-left: 30px;
    padding-right: 30px;
  }
  #health_information_slider_prev {
    left: 0px;
  }
  #health_information_slider_next {
    right: 0px;
  }
  .health_informations .slider .item .hititle {
    font-size: 18px;
  }
  .shortcuts2 .innerWrap {
    padding-left: 20px;
    padding-right: 20px;
  }
  .shortcuts2 .item_1 {
    width: 49%;
  }
  .shortcuts2 .item_2 {
    width: 49%;
  }
}
@media only screen and (max-width: 1120px) {
  .videos .player {
    margin-top: 14px;
  }
  .videos .player .tab {
    display: none;
  }
  .videos .player .detail .left {
    display: none;
  }
  .videos .player .detail .right .item {
    width: 355px;
  }
  .videos .player .detail .right .item .mask {
    display: block !important;
  }
  .videos .player .detail .right .item .mask .inner_right .hide_title {
    display: block;
  }
  .videos .player .detail .right .item .mask .inner_right .status_label {
    display: none;
  }
  .videos .player .detail .right .item .mask .inner_right .icon_play {
    display: block;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 800px) {
  .home_banner .slider .bx-wrapper .bx-pager.bx-default-pager a {
    width: 60px;
  }
  .home_banner .slider .bx-wrapper .bx-prev {
    display: none;
  }
  .home_banner .slider .bx-wrapper .bx-next {
    display: none;
  }
  .home_banner .slider1 {
    display: none;
  }
  .home_banner .slider2 {
    display: block;
  }
  .home_banner .slider3 {
    display: none;
  }
  .shortcuts .item {
    height: 260px;
  }
  .shortcuts .item .label {
    font-size: 25px;
  }
}
@media only screen and (max-width: 700px) {
  .home_banner {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
  }
  .hot_products .innerWrap {
    padding-left: 10px;
    padding-right: 10px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
  }
  .hot_products .innerWrap .more {
    right: 10px;
  }
  .hot_products .slider .item {
    padding-left: 5px;
    padding-right: 5px;
  }
  .shortcuts .innerWrap {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
  }
  .shortcuts .item {
    position: relative;
    display: block;
    width: 100%;
    height: 200px;
  }
  .shortcuts .item:nth-child(1) {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    margin-bottom: -70px;
    overflow: hidden;
    z-index: 10;
  }
  .videos .innerWrap {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .shortcuts2 .innerWrap {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 600px) {
  .home_banner .slider1 {
    display: none;
  }
  .home_banner .slider2 {
    display: none;
  }
  .home_banner .slider3 {
    display: block;
  }
  .videos .innerWrap .more {
    display: none;
  }
  .videos .player {
    margin-top: 34px;
  }
  .videos .player .detail .right .item {
    width: 460px;
    max-width: 100%;
  }
  .videos .player .detail .right .item_3 {
    display: none;
  }
  .videos .player .detail .right .item_4 {
    display: none;
  }
  .videos .innerWrap .more2 {
    display: block;
  }
  .shortcuts2 .item_1 {
    width: 100%;
  }
  .shortcuts2 .item_2 {
    width: 100%;
    margin-top: 10px;
  }
}
