body {
  background: #f5f7fa;
  color: #263238;
  font-family: Arial, "Microsoft YaHei", sans-serif;
  font-size: 13px;
  line-height: 1.7;
}

a {
  color: #263238;
}

a:hover {
  color: #0f766e;
}

.AllWrap,
.AllWrapInside {
  width: 1200px;
}

.AllWrapInside {
  margin-top: 18px;
  border-top: 0;
}

.headerInfo {
  height: 222px;
  background: none !important;
  background-image: none !important;
  border: 0 !important;
  box-shadow: none !important;
}

.headerInfo:before {
  content: none;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -1;
  width: 100vw;
  height: 116px;
  margin-left: -50vw;
  background: none !important;
}

.headerInfo .logo {
  left: 0;
  top: 20px;
}

.logo img {
  height: 72px;
}

.headerInfo .info {
  right: 190px;
  top: 32px;
  width: 300px;
  height: 52px;
  line-height: 26px;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #0f766e;
  text-align: right;
  box-sizing: border-box;
}

.headerInfo .info:before {
  content: "招商加盟热线";
  display: block;
  color: #64748b;
  font-size: 15px;
  font-weight: 700;
  line-height: 22px;
}

.headerInfo .info div {
  color: #0f766e;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0;
}

.headerInfo .cartBar {
  left: 1040px;
  right: auto;
  top: 35px;
  width: 180px;
  height: 50px;
}

.cart-container {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 128px;
  height: 46px;
  line-height: 46px;
  padding: 0 18px 0 16px;
  color: #fff;
  background: #0f766e;
  border-radius: 999px;
  box-shadow: 0 8px 18px rgba(15, 118, 110, 0.2);
  text-decoration: none !important;
}

.cart-container:before {
  content: "";
  width: 18px;
  height: 18px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='8' cy='21' r='1'/%3E%3Ccircle cx='19' cy='21' r='1'/%3E%3Cpath d='M2.05 2.05h2l2.66 12.42a2 2 0 0 0 2 1.58h8.8a2 2 0 0 0 1.95-1.57L21 7H5.12'/%3E%3C/svg%3E") no-repeat center;
  background-size: 18px 18px;
}

.cart-container:after {
  content: "购物车";
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.cart-container:hover {
  color: #fff;
  background: #145f56;
}

.cart-container .cart-number {
  position: absolute;
  right: -5px;
  top: -7px;
  min-width: 18px;
  height: 18px;
  line-height: 18px;
  padding: 0 5px;
  color: #fff;
  background: #d92d20;
  border: 2px solid #fff;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

.headerInfo .menu {
  left: 50%;
  top: 116px;
  width: 100vw;
  margin-left: -50vw;
  height: 46px;
  line-height: 46px;
  background: #145f56;
  border-radius: 0;
  overflow: hidden;
  box-shadow: 0 10px 22px rgba(15, 118, 110, 0.24);
}

.headerInfo .menu > div,
.headerInfo .menu #483 {
  position: relative;
  left: 50%;
  width: 1200px !important;
  margin: 0 !important;
  transform: translateX(-50%);
}

.headerInfo .menu .MenuList {
  width: 1020px !important;
  margin: 0 auto !important;
  padding-left: 180px;
  display: block;
  height: 46px;
  overflow: hidden;
}

.headerInfo .menu li {
  background: none !important;
  position: relative;
  height: 46px;
  line-height: 46px;
  margin: 0 !important;
  padding: 0;
}

.headerInfo .menu li:after {
  content: "";
  position: absolute;
  right: 0;
  top: 12px;
  width: 1px;
  height: 22px;
  background: rgba(255, 255, 255, 0.24);
}

.headerInfo .menu li:last-child:after {
  display: none;
}

.headerInfo .menu li a {
  display: block;
  height: 46px;
  line-height: 46px;
  padding: 0 18px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 0;
  transition: background 0.15s ease, color 0.15s ease;
}

.headerInfo .menu li a:hover,
.headerInfo .menu li a:focus,
.headerInfo .menu li a:active {
  background: #eaf7f3;
  color: #10584f;
}

.headerInfo .topbtn {
  display: block;
  left: 50%;
  top: 116px;
  z-index: 8;
  width: 170px;
  height: 46px;
  line-height: 46px;
  margin-left: -600px;
}

.headerInfo .topbtn a {
  width: auto;
  height: 46px;
  line-height: 46px;
  margin: 0;
  background: none !important;
  text-decoration: none;
}

.headerInfo .topbtn .cate {
  display: flex;
  align-items: center;
  gap: 9px;
  width: 170px;
  padding: 0 16px;
  color: #fff;
  background: #0f766e !important;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
}

.headerInfo .topbtn .cate:before {
  content: "";
  width: 18px;
  height: 14px;
  background:
    linear-gradient(#fff, #fff) 0 0 / 18px 2px no-repeat,
    linear-gradient(#fff, #fff) 0 6px / 18px 2px no-repeat,
    linear-gradient(#fff, #fff) 0 12px / 18px 2px no-repeat;
}

.headerInfo .topbtn .cate:after {
  content: "全部商品分类";
}

.headerInfo .topbtn .cate:hover,
.headerInfo .topbtn .cate:focus {
  color: #fff;
  background: #0b5f58 !important;
}

.headerInfo .topbtn .brand {
  display: none;
}

.headerInfo .headerSearchBar {
  left: 0;
  top: 172px;
  width: 900px;
  height: 38px;
  padding: 0 10px;
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  color: #334155;
  overflow: hidden;
}

.headerInfo .loginBar {
  right: 0;
  top: 174px;
  max-width: 250px;
  height: 32px;
  line-height: 32px;
  overflow: hidden;
  text-align: right;
}

.headerInfo .loginBar .border3 {
  height: 32px;
  line-height: 32px;
  padding: 0 10px;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: #64748b;
  font-size: 13px;
}

.headerInfo .loginBar a {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  margin-left: 6px;
  padding: 0 10px;
  color: #0f766e;
  background: #edf8f5;
  border: 1px solid #cde9e3;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
}

.headerInfo .loginBar a:hover {
  color: #fff;
  background: #0f766e;
  border-color: #0f766e;
}

.headerInfo .headerSearchBar .span-9 {
  width: 330px;
  margin-right: 14px;
}

.headerInfo .headerSearchBar .span-10 {
  width: 510px;
  height: 36px;
  line-height: 36px;
  margin-top: 0 !important;
  margin-right: 0;
  overflow: hidden;
  white-space: nowrap;
}

.SearchBar table,
.SearchBar td {
  border: 0;
  padding: 0;
}

.SearchBar {
  height: 36px;
  line-height: 36px;
  padding: 1px 0 0 0;
}

.SearchBar .search_label span {
  color: #64748b;
  font-weight: 700;
}

.SearchBar .keywords {
  width: 200px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #cbd5e1;
  border-radius: 5px;
  padding: 0 10px;
}

.SearchBar .btn_search {
  width: auto !important;
  min-width: 64px;
  height: 32px !important;
  line-height: 32px !important;
  border: 0 !important;
  border-radius: 5px;
  padding: 0 16px !important;
  color: #fff !important;
  background: #0f766e !important;
  background-image: none !important;
  cursor: pointer;
  font-size: 14px !important;
  font-weight: 700;
  margin-top: 1px;
  text-indent: 0 !important;
  overflow: visible !important;
}

.headerSearchBar strong {
  color: #475569;
}

.headerSearchBar a {
  color: #0f766e !important;
}

.mainColumn {
  width: 960px;
}

.sideColumn {
  width: 228px;
}

.topMainBannerArea {
  width: 952px;
  height: 275px;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
}

.home-hero-wrap .mainColumn,
.home-hero-wrap .topMainBannerArea {
  width: 1200px;
}

.home-hero-wrap .topMainBannerArea {
  height: 440px;
  border-radius: 10px;
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.13);
}

.home-hero-wrap .silder,
.home-hero-wrap .silder .silder_list {
  height: 440px;
}

.home-hero-wrap .silder .silder_list img {
  width: 1200px;
  height: 440px;
}

.silder,
.silder .silder_list {
  height: 275px;
}

.silder .silder_list img {
  width: 952px;
  height: 275px;
  object-fit: cover;
}

.silder .silder_page li {
  border-radius: 50%;
  background: #e2e8f0;
  color: #334155;
}

.silder .silder_page li.current {
  background: #0f766e;
  color: #fff;
}

.siderMainBorder,
.siderCommonBorder,
.border3,
.middleitmeshow {
  border-radius: 8px;
  border: 1px solid #e5e7eb !important;
  background: #fff;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.05);
}

.siderMainBorder,
.siderCommonBorder {
  width: 100% !important;
  margin-bottom: 14px;
  overflow: hidden;
  box-sizing: border-box;
}

.siderMainBorder .top,
.siderCommonBorder .top {
  height: 42px;
  line-height: 42px;
  margin: 0;
  background: #fff !important;
  color: #163832;
  border-left: 5px solid #145f56;
  border-bottom: 1px solid #e5e7eb;
  border-top: 0;
  border-right: 0;
  border-radius: 8px 8px 0 0;
  box-sizing: border-box;
}

.siderMainBorder .top h3,
.siderCommonBorder .top h3 {
  height: 42px;
  line-height: 42px;
  margin: 0;
  padding-left: 12px;
  color: #163832;
  font-size: 16px;
  font-weight: 700;
}

.siderMainBorder .body,
.siderCommonBorder .body {
  padding: 10px;
  background: #fff !important;
  background-image: none !important;
  border: 0 !important;
  border-radius: 0 0 8px 8px;
}

.siderMainBorder.red .body,
.siderMainBorder.green .body,
.siderMainBorder.blue .body {
  background: #fff !important;
  background-image: none !important;
}

.siderMainBorder .bottom,
.siderCommonBorder .bottom {
  display: none;
}

.middleCulomnPic img {
  max-width: 100%;
  border: 0;
  border-radius: 8px;
}

.middleitmeshow {
  padding-top: 10px;
}

.home-section {
  margin-top: 22px;
}

.home-section-title {
  height: 46px;
  line-height: 46px;
  margin-bottom: 10px;
  padding: 0 18px;
  background: #fff;
  border-left: 5px solid #145f56;
  border-radius: 8px;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.06);
}

.home-section-title strong {
  color: #163832;
  font-size: 20px;
  font-weight: 700;
}

.home-section-title span {
  margin-left: 10px;
  color: #94a3b8;
  font-size: 13px;
  text-transform: uppercase;
}

.arrival-content {
  width: auto !important;
  padding: 24px !important;
  border: 1px solid #e5e7eb !important;
}

#catebox {
  left: 50% !important;
  top: 162px !important;
  width: 1200px !important;
  margin-left: -600px;
  padding: 12px !important;
  background: #fff !important;
  border: 1px solid #dbe6e3 !important;
  border-radius: 10px;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.14);
}

#catebox .GoodsCategoryWrap {
  padding: 6px;
}

#catebox .GoodsCategoryWrap ul {
  margin: 0;
  padding: 0;
}

#catebox .c-cat-depth-1,
#catebox .s-cat-depth-1,
.GoodsCategoryWrap .c-cat-depth-1,
.GoodsCategoryWrap .s-cat-depth-1 {
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  margin: 6px !important;
  padding: 10px !important;
}

#catebox .c-cat-depth-1 > a,
#catebox .s-cat-depth-1 > a,
.GoodsCategoryWrap .c-cat-depth-1 > a,
.GoodsCategoryWrap .s-cat-depth-1 > a {
  display: inline-block;
  margin-bottom: 8px;
  padding: 4px 10px !important;
  color: #145f56;
  background: #e8f5f2 !important;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
}

#catebox .c-cat-depth-2,
#catebox .s-cat-depth-2,
.GoodsCategoryWrap .c-cat-depth-2,
.GoodsCategoryWrap .s-cat-depth-2 {
  display: inline-block;
  margin: 3px 4px !important;
  padding: 0 !important;
  background: none !important;
}

#catebox .c-cat-depth-2 a,
#catebox .s-cat-depth-2 a,
.GoodsCategoryWrap .c-cat-depth-2 a,
.GoodsCategoryWrap .s-cat-depth-2 a,
.s-cat-depth-1 .s-cat-depth-2 .s-cat-depth-2-onlyfor2 li a,
.s-cat-dropdown a {
  display: inline-block;
  padding: 4px 9px !important;
  color: #475569;
  background: #fff !important;
  background-image: none !important;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  font-weight: 400;
  text-decoration: none;
}

#catebox .c-cat-depth-2 a:hover,
#catebox .s-cat-depth-2 a:hover,
.GoodsCategoryWrap .c-cat-depth-2 a:hover,
.GoodsCategoryWrap .s-cat-depth-2 a:hover {
  color: #0f766e;
  border-color: #9bd4cb;
  background: #f0faf7 !important;
}

.sideColumn .GoodsCategoryWrap .c-cat-depth-1 > ul,
.sideColumn .GoodsCategoryWrap .s-cat-depth-1 > ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px 8px;
  margin: 0 !important;
  padding: 0 !important;
}

.sideColumn .GoodsCategoryWrap .c-cat-depth-2,
.sideColumn .GoodsCategoryWrap .s-cat-depth-2 {
  display: block;
  margin: 0 !important;
  width: auto !important;
}

.sideColumn .GoodsCategoryWrap .c-cat-depth-2 a,
.sideColumn .GoodsCategoryWrap .s-cat-depth-2 a {
  display: block;
  line-height: 18px;
  min-height: 18px;
  overflow: visible;
  text-overflow: clip;
  white-space: normal;
  word-break: keep-all;
}

.c-cat-depth-1 a,
.s-cat-depth-1 a,
.SiteMaps h3 a,
.TreeList .cat2 {
  background-image: none !important;
}

.GoodsListWrap {
  padding: 12px 14px 18px;
  text-align: left;
}

.GoodsListWrap table {
  border-spacing: 14px 18px;
  border-collapse: separate;
}

.GoodsListWrap .item {
  padding: 0 !important;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.05);
  overflow: hidden;
  transition: border-color 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease;
}

.GoodsListWrap .item:hover {
  border-color: #80c7bd;
  box-shadow: 0 12px 24px rgba(15, 118, 110, 0.12);
  transform: translateY(-2px);
}

.GoodsListWrap .item .pic {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto !important;
  height: auto !important;
  margin: 0 auto;
  padding: 14px;
  background: #f8fafc;
  border: 0 !important;
  border-bottom: 1px solid #e5e7eb !important;
  border-radius: 0;
  box-sizing: border-box;
  overflow: hidden;
}

.GoodsListWrap .item .pic img {
  width: auto !important;
  height: auto !important;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border: 0 !important;
  padding: 0 !important;
  background: transparent;
}

.GoodsShow .info {
  padding: 12px 14px 14px;
}

.GoodsListWrap .gname {
  height: 44px !important;
  line-height: 22px !important;
  padding: 0 !important;
  margin: 0 auto 10px;
  overflow: hidden;
}

.GoodsListWrap .gname a {
  color: #1f2937;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.GoodsListWrap .gname a:hover {
  color: #0f766e;
}

.GoodsListWrap .price {
  color: #64748b;
  font-size: 13px;
  letter-spacing: 0;
  padding-top: 8px;
  border-top: 1px solid #edf0f2;
}

.price1,
.GoodsListWrap .price em {
  color: #b42318;
  font-size: 20px;
  font-weight: 800;
}

.GoodsListWrap .more {
  padding: 4px 12px 10px;
  text-align: right;
}

.GoodsListWrap .more a,
.more a {
  display: inline-block;
  padding: 5px 12px;
  color: #0f766e;
  background: #edf8f5;
  border-radius: 999px;
  text-decoration: none;
}

.GoodsListWrap .more a:hover,
.more a:hover {
  background: #d9f0eb;
}

.GoodsSearchWrap,
.ItemsWarp,
.pageMain > .GoodsInfoWrap,
.GoodsInfoWrap {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.05);
}

.GoodsSearchWrap {
  padding: 12px;
}

.GoodsSelector,
.GoodsSelector .division,
.boxGray,
.boxBrown {
  background: #f8fafc !important;
  border-color: #e5e7eb !important;
  border-radius: 8px;
  box-shadow: none !important;
}

.GoodsSearchWrap a {
  display: inline-block;
  margin: 3px 4px;
  padding: 0;
  color: #145f56;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  text-decoration: none;
}

.GoodsSearchWrap a:hover {
  color: #0f766e;
  border-color: #9bd4cb;
  background: #f0faf7;
}

#gallerybar .listmode a {
  margin: 0 2px;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
}

#gallerybar .listmode a:hover {
  background: transparent !important;
  border: 0 !important;
}

#gallerybar .listmode span {
  border: 0 !important;
  box-shadow: none !important;
}

.GoodsSearchWrap .title,
#gallerybar,
#gallerybar.fixed {
  margin: 12px 0 10px !important;
  padding: 8px 10px !important;
  background: #f8fafc !important;
  border: 0 !important;
  border-radius: 6px;
  box-shadow: none !important;
}

.GoodsSearchWrap .title table {
  background: transparent !important;
  border: 0 !important;
}

.GoodsSearchWrap .title td {
  border: 0 !important;
}

#gallerybar.fixed {
  border-color: transparent !important;
}

.Navigation {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  line-height: 22px !important;
  margin: 0 0 14px !important;
  padding: 0 14px !important;
  color: #64748b !important;
  background: #f8fafc;
  border: 1px solid #e5e7eb !important;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 400 !important;
}

.Navigation a {
  color: #0f766e !important;
  text-decoration: none !important;
  font-weight: 700;
}

.Navigation a:hover {
  color: #145f56 !important;
}

.Navigation span {
  margin: 0 !important;
  color: #94a3b8 !important;
}

.Navigation .now {
  color: #1f2937 !important;
  font-weight: 700 !important;
}

.GoodsSearchWrap .search_total {
  margin: 0 0 12px;
  padding: 10px 14px;
  color: #475569;
  background: #f0faf7;
  border: 1px solid #cde9e3;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
}

.GoodsSearchWrap .search_total font {
  display: inline-block;
  min-width: 30px;
  margin: 0 4px;
  color: #d92d20 !important;
  font-size: 20px;
  line-height: 1;
  text-align: center;
}

.ItemsWarp,
.pageMain table.grid {
  margin-top: 14px;
}

.pageMain table.grid {
  border-spacing: 12px 16px;
  border-collapse: separate;
}

.ItemsWarp .items-list {
  margin: 0 0 14px;
  padding: 12px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.05);
  box-sizing: border-box;
}

.ItemsWarp .items-list table,
.ItemsWarp .items-list td {
  border: 0 !important;
}

.ItemsWarp .items-list .goodpic {
  width: 150px !important;
  min-width: 150px !important;
  height: 150px !important;
  padding: 0 !important;
  background: #f8fafc;
  border: 1px solid #e5e7eb !important;
  border-radius: 6px !important;
  text-align: center;
  vertical-align: middle !important;
  overflow: hidden;
  box-sizing: border-box;
}

.ItemsWarp .items-list .goodpic a {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 150px !important;
  height: 150px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  overflow: hidden;
}

.ItemsWarp .items-list .goodpic img {
  width: auto !important;
  height: auto !important;
  max-width: 140px !important;
  max-height: 140px !important;
  border: 0 !important;
  border-radius: 0 !important;
  object-fit: contain;
}

.ItemsWarp .items-list .goodinfo {
  padding: 0 14px !important;
  vertical-align: top !important;
}

.ItemsWarp .items-list .price_button {
  width: 180px !important;
  padding-left: 12px !important;
  vertical-align: middle !important;
}

.items-gallery {
  padding: 0 0 12px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.05);
  transition: border-color 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease;
}

.items-gallery:hover {
  border-color: #80c7bd;
  box-shadow: 0 10px 22px rgba(15, 118, 110, 0.12);
  transform: translateY(-2px);
}

.items-gallery .goodpic {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 230px !important;
  margin: 0;
  padding: 0;
  background: #f8fafc;
  border: 0 !important;
  border-bottom: 1px solid #e5e7eb;
  border-radius: 8px 8px 0 0 !important;
  box-sizing: border-box;
  overflow: hidden;
}

.items-gallery .goodpic a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  height: 100% !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  overflow: hidden;
}

.items-gallery .goodpic img {
  width: auto !important;
  height: auto !important;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border: 0 !important;
  border-radius: 0 !important;
  padding: 0 !important;
  background: transparent;
}

.items-gallery .goodinfo {
  padding: 10px 10px 12px;
}

.items-gallery .entry-content,
.items-gallery .entry-content td {
  border: 0;
  padding: 0;
}

.items-gallery h6 {
  height: auto;
  min-height: 44px;
  line-height: 22px;
  margin: 0 0 10px;
  overflow: visible;
}

.items-gallery .entry-title {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #1f2937;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.items-gallery .entry-title:hover {
  color: #0f766e;
}

.items-gallery ul,
.items-gallery li {
  margin: 0;
  padding: 0;
}

.items-gallery .price1 {
  display: inline-block;
  margin: 4px 0 2px;
  padding: 1px 7px 2px 0;
  color: #b91c1c !important;
  background: transparent !important;
  border: 0 !important;
  border-bottom: 1px solid #fee2e2 !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  line-height: 24px !important;
  letter-spacing: 0;
}

.items-gallery .price1:before {
  color: #b91c1c !important;
  font-size: 13px !important;
  font-weight: 800 !important;
}

#gallerybar .pager,
.GoodsSearchWrap > .clearfix .pager {
  margin: 0;
  border-collapse: separate;
  border-spacing: 12px 0;
  width: auto !important;
  table-layout: auto !important;
}

#gallerybar .pager td,
.GoodsSearchWrap > .clearfix .pager td {
  padding: 0;
  vertical-align: middle;
  overflow: visible !important;
  white-space: nowrap;
}

#gallerybar .pagecurrent,
#gallerybar .pageall,
.GoodsSearchWrap .pager .pagernum strong,
.GoodsSearchWrap .pager .pagernum a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 26px;
  height: 26px;
  padding: 0 8px;
  margin: 0 2px;
  border: 1px solid #dbe6e3;
  border-radius: 999px;
  font-weight: 700;
  box-sizing: border-box;
}

#gallerybar .pagecurrent,
.GoodsSearchWrap .pager .pagernum strong {
  color: #fff;
  background: #0f766e;
  border-color: #0f766e;
}

#gallerybar .pageall,
.GoodsSearchWrap .pager .pagernum a {
  color: #64748b;
  background: #fff;
  text-decoration: none;
}

.GoodsSearchWrap .pager .pagernum a:hover {
  color: #0f766e;
  background: #f0faf7;
  border-color: #9bd4cb;
}

#gallerybar .prev,
#gallerybar .next,
#gallerybar .onprev,
#gallerybar .onnext,
#gallerybar .unprev,
#gallerybar .unnext,
.GoodsSearchWrap > .clearfix .pager .prev,
.GoodsSearchWrap > .clearfix .pager .next,
.GoodsSearchWrap > .clearfix .pager .onprev,
.GoodsSearchWrap > .clearfix .pager .onnext,
.GoodsSearchWrap > .clearfix .pager .unprev,
.GoodsSearchWrap > .clearfix .pager .unnext {
  display: inline-block !important;
  min-width: 76px;
  height: auto;
  line-height: 34px;
  padding: 0 10px;
  color: #0b5f56 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0;
  font-size: 15px;
  text-indent: 0 !important;
  overflow: visible !important;
  text-decoration: none;
  font-weight: 800;
  box-sizing: border-box;
  white-space: nowrap;
  text-align: center;
}

#gallerybar .unprev,
.GoodsSearchWrap > .clearfix .pager .unprev,
#gallerybar .unnext,
.GoodsSearchWrap > .clearfix .pager .unnext {
  min-width: 92px;
}

#gallerybar .next:before,
#gallerybar .prev:before,
#gallerybar .onnext:before,
#gallerybar .onprev:before,
#gallerybar .unprev:before,
#gallerybar .unnext:before {
  content: none !important;
}

#gallerybar .next:hover,
#gallerybar .onnext,
#gallerybar .prev:hover,
#gallerybar .onprev,
.GoodsSearchWrap > .clearfix .pager .next:hover,
.GoodsSearchWrap > .clearfix .pager .onnext,
.GoodsSearchWrap > .clearfix .pager .prev:hover,
.GoodsSearchWrap > .clearfix .pager .onprev {
  color: #0b5f56 !important;
  background: transparent !important;
  text-decoration: underline;
  text-underline-offset: 4px;
}

#gallerybar .unprev,
.GoodsSearchWrap > .clearfix .pager .unprev,
#gallerybar .unnext,
.GoodsSearchWrap > .clearfix .pager .unnext {
  color: #94a3b8 !important;
  background: transparent !important;
  border: 0 !important;
  cursor: default;
}

.GoodsSearchWrap > .clearfix {
  margin: 18px 0 6px;
  padding: 12px 10px;
  background: #f8fafc;
  border-radius: 6px;
}

.items-gallery .entry-content tbody {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
}

.items-gallery .entry-content tr {
  display: block;
}

.items-gallery .entry-content tr:nth-child(1) {
  grid-column: 1 / 3;
}

.items-gallery .entry-content tr:nth-child(2),
.items-gallery .entry-content tr:nth-child(3) {
  grid-row: 2;
}

.items-gallery .entry-content tr:nth-child(2) {
  grid-column: 1;
  align-self: center;
}

.items-gallery .entry-content tr:nth-child(3) {
  grid-column: 2;
  align-self: center;
  justify-self: end;
}

.items-gallery .entry-content tr:nth-child(2) td,
.items-gallery .entry-content tr:nth-child(3) td {
  display: block;
  padding: 0 !important;
}

.items-gallery .entry-content tr:nth-child(3) td:first-child {
  display: none;
}

.items-gallery .entry-content br {
  display: none;
}

.items-gallery ul.button {
  display: inline-flex !important;
  align-items: center;
  justify-content: flex-end;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: right;
  white-space: nowrap;
  gap: 0;
}

.items-gallery ul.button li {
  display: inline-block !important;
  height: 25px;
  margin: 0 0 0 -4px !important;
  padding: 0 !important;
  background-color: #fff !important;
  background-image: url("../../../statics/goodsgallery_icon.gif") !important;
  background-repeat: no-repeat !important;
  vertical-align: top;
  overflow: hidden;
  zoom: 1;
}

.items-gallery ul.button .star-off {
  width: 28px !important;
  background-position: 0 -75px !important;
}

.items-gallery ul.button .star-on {
  width: 28px !important;
  background-position: 0 -50px !important;
}

.items-gallery ul.button .vdetail {
  display: inline-block !important;
  width: 23px !important;
  background-position: 0 -25px !important;
}

.items-gallery ul.button .btncmp {
  width: 26px !important;
  background-position: 0 0 !important;
}

.items-gallery ul.button .listact,
.items-gallery ul.button .btncmp a {
  display: block !important;
  width: 100% !important;
  height: 25px !important;
  line-height: 25px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  text-indent: -9999px !important;
  cursor: pointer;
  overflow: hidden;
}

.items-gallery ul.button .listact:hover,
.items-gallery ul.button .btncmp a:hover {
  opacity: 0.9;
}

.GoodsInfoWrap {
  padding: 16px;
}

#goods-viewer .goodsname {
  color: #163832;
  font-size: 22px;
  line-height: 1.35;
}

#goods-viewer .goodspic,
#goods-viewer .goods-detail-pic {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  border: 0;
  border-radius: 8px;
}

#goods-viewer .goodsprops {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 10px;
  margin: 12px 0 14px !important;
  padding: 12px !important;
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  box-sizing: border-box;
}

#goods-viewer .goodsprops li {
  min-height: 30px;
  margin: 0 !important;
  padding: 6px 8px !important;
  color: #1f2937;
  background: #fff;
  border: 1px solid #edf0f2;
  border-radius: 6px;
  box-sizing: border-box;
  line-height: 20px;
}

#goods-viewer .goodsprops li span,
.pdtdetail .goodsprop_ultra span {
  color: #64748b;
  font-weight: 700;
}

#goods-viewer .goodsprops a,
.pdtdetail .goodsprop_ultra a {
  color: #0b5f56 !important;
  font-weight: 700;
  text-decoration: none;
}

#goods-viewer .goodsprops a:hover,
.pdtdetail .goodsprop_ultra a:hover {
  color: #0f766e !important;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.pdtdetail .goodsprop_ultra {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 12px 0 18px !important;
  padding: 14px !important;
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  box-sizing: border-box;
}

.pdtdetail .goodsprop_ultra .span-4 {
  float: none !important;
  width: auto !important;
  min-height: 34px;
  margin: 0 !important;
  padding: 8px 10px !important;
  color: #1f2937;
  background: #fff;
  border: 1px solid #edf0f2;
  border-radius: 6px;
  box-sizing: border-box;
  line-height: 20px;
}

#goods-viewer .btn-buy,
#goods-viewer .btn-fastbuy,
#goods-viewer .btn-notify {
  height: 38px;
  line-height: 38px;
  padding: 0 22px;
  color: #fff !important;
  background: #0f766e !important;
  border: 0 !important;
  border-radius: 6px;
  text-indent: 0;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
}

#Foot {
  margin-top: 28px;
  background: #0f172a;
  color: #cbd5e1;
}

#Foot a {
  color: #e2e8f0;
}

.footPicInfo,
.footCopyright {
  border-color: rgba(255,255,255,0.12);
}

@media screen and (max-width: 760px) {
  .AllWrap,
  .AllWrapInside,
  .headerInfo .menu,
  .headerInfo .headerSearchBar,
  .mainColumn,
  .sideColumn,
  .topMainBannerArea {
    width: auto;
  }

  .AllWrap,
  .AllWrapInside {
    margin: 0 10px;
  }

  .AllWrapInside {
    margin-top: 14px;
  }

  .headerInfo {
    height: auto;
    padding: 12px;
  }

  .headerInfo .logo,
  .headerInfo .info,
  .headerInfo .cartBar,
  .headerInfo .menu,
  .headerInfo .headerSearchBar,
  .headerInfo .loginBar {
    position: static;
    margin-bottom: 10px;
  }

  .headerInfo .menu {
    display: block;
    height: auto;
    line-height: 38px;
  }

  .headerInfo .menu li {
    float: none;
    display: inline-block;
  }

  .topMainBannerArea,
  .silder,
  .silder .silder_list {
    height: auto;
  }

  .silder .silder_list img {
    width: 100%;
    height: auto;
  }
}

/* 2026-06-17 product image uniform fix: homepage goods image boxes. */
.GoodsShow td.item .pic,
.GoodsListWrap td.item .pic {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 314px !important;
  line-height: 314px !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #f8fafc !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
}

.GoodsShow td.item .pic img,
.GoodsListWrap td.item .pic img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  object-position: center !important;
  border: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

/* 2026-06-17 product image hard lock: override old widget inline image sizes. */
.GoodsShow .item a.pic,
.GoodsShow td.item a.pic,
.GoodsListWrap .item a.pic,
.GoodsListWrap td.item a.pic,
.border3 .GoodsShow .item a.pic {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 314px !important;
  min-height: 314px !important;
  max-height: 314px !important;
  line-height: 314px !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #f8fafc !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
}

.GoodsShow .item a.pic > img,
.GoodsShow td.item a.pic > img,
.GoodsListWrap .item a.pic > img,
.GoodsListWrap td.item a.pic > img,
.border3 .GoodsShow .item a.pic > img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  object-position: center !important;
  margin: 0 !important;
  border: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

