@charset "UTF-8";
/*初始化元素*/
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
dl,
dt,
dd,
ul,
ol,
li,
pre,
fieldset,
lengend,
button,
input,
textarea,
form,
td,
th {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
}

em,
i {
  font-style: normal;
}

a {
  text-decoration: none;
  color: inherit;
}

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

input,
button,
textarea {
  outline: none;
  border: none;
}

textarea {
  resize: none;
}

img {
  vertical-align: top;
}

label {
  /*文字不能选中*/
  -moz-user-select: none; /*火狐*/
  -webkit-user-select: none; /*webkit浏览器*/
  -ms-user-select: none; /*IE10*/ /*早期浏览器*/
  user-select: none;
}

img {
  border: none;
}

/*自定义常用原子类*/
.clearfix {
  *zoom: 1;
}

.clearfix:after {
  content: "200B";
  height: 0;
  font-size: 0;
  display: block;
  clear: both;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.f-l {
  float: left;
}

.f-r {
  float: right;
}

.t-l {
  text-align: left;
}

.t-c {
  text-align: center;
}

.t-r {
  text-align: right;
}

.pr {
  position: relative;
}

.ellipsis-1 {
  overflow: hidden;
  white-space: nowrap;
  word-wrap: normal;
  text-overflow: ellipsis;
}

.font-MY {
  font-family: "Microsoft YaHei", "sans-serif";
}

.w-100 {
  width: 100%;
  height: 100%;
}

.blue {
  color: #156db2 !important;
}

.hide-text {
  /*隐藏文字*/
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: none;
}

.t-bg {
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
}

.t-all {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/*old-自定义*/
.w1224 {
  width: 1224px;
  margin: 0 auto;
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.p:before,
.p:after {
  content: "";
  clear: both;
  display: block;
}

/*共用头部区域-header*/
.tpshop-tm-hander {
  background-color: white;
}

.red,
.ls-dlzc a:hover {
  color: #e23435;
}

.gray_f5 {
  background: #f5f5f5;
}

.top-hander {
  position: relative;
  z-index: 12;
  height: 36px;
  line-height: 36px;
  background-color: #efefef;
  font-size: 14px;
  color: #555;
  border-bottom: 1px solid #e0e0e0;
  min-width: 1224px;
}

.top-hander .notice {
  float: left;
}

.sendaddress {
  cursor: pointer;
}

.top-ri-header > li {
  float: left;
  padding: 0 10px;
}

.top-ri-header .login {
  white-space: nowrap;
}

.top-ri-header .login a {
  float: left;
}

.top-ri-header .login .spacer {
  margin: 13px 10px 0;
}

.top-ri-header .hover-ba-navdh:hover {
  color: #666;
  border-color: #ccc;
}

.top-ri-header .hover-ba-navdh {
  position: relative;
  border: 1px solid transparent;
  line-height: 28px;
  padding: 0;
}

.hover-ba-navdh .nav-dh {
  height: 28px;
  padding: 0 10px;
}

.top-ri-header .spacer {
  float: left;
  padding: 0;
  margin-top: 13px;
}

.spacer {
  width: 1px;
  height: 12px;
  padding: 0;
  margin: 10px 2px 0;
  background: #dedede;
  overflow: hidden;
}

.conta-hv-nav {
  display: none;
  width: 150px;
  border: 1px solid #ccc;
  background-color: #fff;
  position: absolute;
  right: -1px;
  top: 29px;
  padding: 10px 0;
}

.conta-hv-nav > li {
  float: left;
  height: 30px;
  width: 50%;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.conta-hv-nav > li:hover {
  color: #e23435;
}

.hover-ba-navdh:hover .nav-dh {
  position: relative;
  z-index: 3;
  background: #fff;
  height: 30px;
  color: #e23435;
}

.hover-ba-navdh:hover .conta-hv-nav {
  display: block;
}

.tpshop-tm-hander .share-a_a1 {
  display: inline-block;
  width: 12px;
  height: 6px;
  vertical-align: middle;
  margin-left: 6px;
  background: url("../images/ico-tphsop-index.png") no-repeat -200px -27px;
}

.ls-dlzc {
  margin-left: 40px;
}

.ls-dlzc a {
  padding: 0 10px;
}

.nav-middan-z {
  height: 133px;
  position: relative;
  z-index: 13;
}

.nav-middan-z.home-index-head {
  height: 57px;
  padding-top: 23px;
}

.nav-middan-z .ecsc-logo {
  position: absolute;
  left: 0;
  top: 12px;
}

.ecsc-search {
  float: left;
  margin: 35px 0 0 240px;
  width: 730px;
}

.ecsc-search-form {
  height: 46px;
  position: relative;
}

.ecsc-search-input {
  float: left;
  width: 578px;
  height: 44px;
  line-height: 44px;
  padding: 0 10px;
  font-size: 14px;
  border: 1px solid #ddd;
  color: #666;
}

.ecsc-search-button {
  float: left;
  width: 130px;
  padding: 0;
  height: 46px;
  line-height: 46px;
  font-size: 18px;
  color: #4c3e00;
  text-align: center;
  background: #fdd000;
  cursor: pointer;
}

.ecsc-search .keyword {
  padding-top: 7px;
  height: 40px;
  overflow: hidden;
  font-size: 14px;
  line-height: 20px;
  color: #777;
}

.ecsc-search .keyword .key-item {
  float: left;
  line-height: 20px;
  margin-right: 15px;
  color: #777;
}

.ecsc-search .keyword .key-item:hover {
  color: #e23435;
}

.u-g-cart {
  position: relative;
  z-index: 11;
  height: 44px;
  border: 1px solid #ddd;
  margin-top: 35px;
}

.u-g-cart .c-n {
  position: relative;
  z-index: 9;
  width: 198px;
  height: 44px;
  line-height: 44px;
  background-color: white;
  color: #555;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
}

.u-g-cart:hover {
  border-color: #ccc;
}

.u-g-cart .c-n .share-shopcar-index {
  display: inline-block;
  width: 20px;
  height: 18px;
  vertical-align: middle;
  margin-right: 10px;
  background: url("../images/ico-tphsop-index.png") no-repeat -200px -40px;
}

.u-g-cart .c-n .shop-nums {
  display: inline-block;
  height: 22px;
  line-height: 22px;
  padding: 0 3px;
  min-width: 16px;
  background-color: #e23435;
  color: #fff;
  border-radius: 50%;
  margin-top: 2px;
  font-size: 12px;
}

.u-g-cart .c-num {
  line-height: 40px;
  font-size: 14px;
  cursor: pointer;
  letter-spacing: 2px;
}

.u-g-cart .c-num {
  width: 28px;
  height: 45px;
  padding-left: 36px;
  background-color: #e23435;
  color: #fff;
  position: relative;
}

.u-g-cart .c-num .count {
  font-weight: 700;
}

.u-fn-cart {
  display: none;
  position: absolute;
  top: 43px;
  right: -1px;
  width: 288px;
  background: #fff;
  border: 1px solid #ccc;
}

.u-g-cart:hover .u-fn-cart {
  display: block;
}

.u-fn-cart .empty-c {
  width: auto;
  height: 80px;
  line-height: 80px;
  text-align: center;
}

.u-fn-cart .empty-c span {
  display: inline-block;
  color: #999;
  font-size: 12px;
  padding-left: 67px;
  position: relative;
}

.u-fn-cart .empty-c span .c-i {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url("../images/ico-tphsop-index.png") no-repeat -315px 0;
  position: absolute;
  top: 12px;
  left: 10px;
}

.u-fn-cart .mn-c-box {
  width: 288px;
  position: relative;
  background-color: #e9e9e9;
}

.u-fn-cart .c-store {
  background-color: #fff;
  display: block;
  font-size: 12px;
  margin-bottom: 10px;
}

.u-fn-cart .c-store-tt {
  height: 29px;
  line-height: 29px;
  padding: 0 15px;
  border-bottom: 1px solid #e9e9e9;
  color: #666;
}

.u-fn-cart .c-sale-b {
  margin: 5px 15px 0;
  height: 24px;
  line-height: 24px;
  background: #e9e9e9;
  color: #c20053;
  overflow: hidden;
}

.u-fn-cart .i {
  padding: 0 3px;
  margin: 0 5px;
  background: #f58813;
  color: #fff;
}

.u-fn-cart .c-item {
  padding: 5px 15px;
  position: relative;
  border-bottom: 1px dashed #ccc;
}

.u-fn-cart .del {
  position: absolute;
  cursor: pointer;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  background-color: #e9e9e9;
  top: 5px;
  right: 15px;
  display: none;
}

.u-fn-cart .c-store:hover .del {
  display: block;
}

/*侧边栏-购物车-s*/
.u-fn-cart .tp-scart-gname {
  display: block;
  line-height: 16px;
  max-height: 32px;
  overflow: hidden;
  width: 156px;
}

.hasshopcar.u-mn-cart .mn-c-box {
  width: 262px;
  margin-bottom: 10px;
}

.hasshopcar.u-mn-cart .del {
  right: 5px;
}

/*侧边栏-购物车-e*/
.u-fn-cart .goods-pic {
  width: 50px;
  height: 50px;
  margin-right: 5px;
  overflow: hidden;
}

.u-fn-cart .goods-pic > img {
  width: 100%;
}

.u-fn-cart .c-item .goods-name {
  display: block;
  width: 180px;
  height: 15px;
  line-height: 15px;
  overflow: hidden;
  color: #666;
  margin-bottom: 6px;
}

.u-fn-cart .c-item .num {
  color: #333;
}

.u-fn-cart .mn-c-total {
  padding: 10px 14px 18px;
  background: #e9e9e9;
  font-weight: 700;
}

.u-fn-cart .mn-c-total .c-t {
  height: 34px;
  line-height: 34px;
  font-size: 14px;
}

.u-fn-cart .mn-c-total .c-btn {
  display: block;
  width: 260px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background: #e23435;
}

.u-fn-cart .mn-c-total .c-btn:hover {
  background: #d03031;
}

.nav {
  background: var(--theme-color);
  min-width: 1224px;
}

.categorys {
  float: left;
  position: relative;
  z-index: 8;
  height: 46px;
}

.categorys:hover .dd {
  display: block;
}

.categorys .dt > a {
  display: block;
  width: 190px;
  text-align: center;
  height: 46px;
  line-height: 46px;
  font-size: 16px;
  background: #fdd000;
  color: #4c3e00;
}

.categorys .dt a .share-a_a2 {
  display: inline-block;
  width: 25px;
  height: 27px;
  vertical-align: text-bottom;
  margin-right: 10px;
  margin-bottom: -4px;
  background: url("../images/ico-tphsop-index.png") no-repeat 0 0;
}

.navitems {
  float: left;
  position: relative;
  height: 46px;
  padding-left: 25px;
  width: 989px;
  overflow: hidden;
}

.navitems > li {
  float: left;
  margin: 0 8px;
}

.navitems > li a {
  display: inline-block;
  padding: 0 22px;
  font-size: 16px;
  line-height: 44px;
  color: #0e4147;
  border-bottom: 2px solid transparent;
  position: relative;
}

.navitems > li .ishot {
  color: #fdfa00;
}

.navitems > li a .hot {
  position: absolute;
  top: 10px;
  right: -10px;
  background: url(../images/ico-tphsop-index.png) -60px -103px no-repeat;
  width: 28px;
  height: 12px;
}

.navitems .selected a,
.navitems > li:hover a {
  color: #ffe468;
  border-bottom-color: #ffe468;
}

.categorys .dd {
  padding-top: 10px;
  min-height: 490px;
  background: rgb(255,233,86,0.5);
}
.categorys .dd.taikelong-dd {
  background-color: rgba(0, 0, 0, 0.2);
}
.categorys .dd.taikelong-dd .cata-nav-wrap:before {
  background-color: #fff;
}
.categorys .dd.taikelong-dd .item-left a {
  color: #fff;
}
.categorys .dd.taikelong-dd .nav-active .item-left {
  background-color: rgba(0, 0, 0, 0.5);
}

.home_categorys .dd {
  display: none;
}

.categorys .item-left {
  padding: 6px 10px 6px 30px;
}

.categorys .item-left a {
  color: #4c3e00;
  font-size: 16px;
}

.categorys .item-left:hover {
  position: relative;
  z-index: 9;
  background: #fff089;
}

.categorys .nav-active .item-left {
  position: relative;
  z-index: 9;
  background: #fff089;
}

.categorys .nav-active .item-left a {
  color: #4c3e00;
}

.categorys .nav-active .cata-nav-layer {
  display: block;
}

.categorys .nav-active .cata-nav-name em {
  display: block;
}

.categorys .cata-nav-name {
  width: 150px;
  height: 28px;
  font-weight: 400;
  overflow: hidden;
}

.categorys .cata-nav-wrap {
  position: relative;
  padding-left: 16px;
}

.categorys .cata-nav-wrap:before {
  position: absolute;
  content: "";
  left: 0;
  width: 5px;
  height: 5px;
  background: #4c3e00;
  border-radius: 50%;
  top: calc(50% - 2px);
}

.cata-nav-name .ico {
  display: inline-block;
  width: 25px;
  height: 27px;
  margin-right: 20px;
  background-image: url("../images/ico-tphsop-index.png");
  background-repeat: no-repeat;
}

.cata-nav-name em {
  display: none;
  position: absolute;
  top: calc(50% - 9px);
  right: 0px;
  width: 13px;
  height: 13px;
  font: 14px/18px "宋体";
  color: #fff;
  text-align: right;
}

.ico-nav-0 {
  background-position: -25px 0;
}

.ico-nav-1 {
  background-position: -50px 0;
}

.ico-nav-2 {
  background-position: -75px 0;
}

.ico-nav-3 {
  background-position: -100px 0;
}

.ico-nav-4 {
  background-position: -125px 0;
}

.ico-nav-5 {
  background-position: -150px 0;
}

.ico-nav-6 {
  background-position: -175px 0;
}

.ico-nav-7 {
  background-position: -200px 0;
}

.cata-nav-name a {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
  line-height: 27px;
  font-size: 14px;
  color: #333;
}

.cata-nav-name a:hover {
  color: #e23435;
}

.categorys .cata-nav-layer {
  position: absolute;
  top: 46px;
  left: 189px;
  width: 1013px;
  min-height: 498px;
  border: 1px solid #ddd;
  background: white;
  display: none;
}

.categorys .item:hover .cata-nav-layer {
  display: block;
}

.categorys .cata-nav-left {
  float: left;
  width: 950px;
  padding-left: 25px;
  padding-bottom: 20px;
}

.cata-nav-left .cata-layer-title {
  padding-top: 18px;
  height: 22px;
  width: 100%;
  overflow: hidden;
}

.layer-title-item {
  float: left;
  line-height: 22px;
  padding: 0 7px;
  margin-right: 14px;
  background-color: #ff5e5f;
  color: #fff;
  font-size: 14px;
}

.layer-title-item:hover {
  background-color: #e23435;
}

.layer-title-item > .ico {
  vertical-align: top;
  margin-left: 5px;
  font-family: consolas;
}

.cata-nav-left dl {
  font-size: 12px;
  padding-top: 20px;
  line-height: 14px;
}

.cata-nav-left dt {
  position: relative;
  float: left;
  width: 66px;
  color: #333;
  font-weight: 700;
}

.cata-nav-left dt:hover {
  color: #e23435;
}

.cata-nav-left dd {
  float: left;
  width: 621px;
}

.cata-nav-left dd > a {
  float: left;
  padding: 0 10px;
  margin-bottom: 10px;
  color: #666;
  border-left: 1px solid #e5e5e5;
}

.cata-nav-left dd > a:hover {
  color: #ff0c0c;
}

.advertisement_down {
  position: absolute;
  left: 25px;
  bottom: 25px;
  width: 687px;
  height: 47px;
  overflow: hidden;
  padding-left: 1px;
}

.advertisement_down > a {
  float: left;
  width: 129px;
  height: 45px;
  border: 1px solid #e8e8e8;
  margin-left: -1px;
  overflow: hidden;
}

.cata-nav-layer .cata-nav-rigth {
  float: right;
  width: 300px;
  max-height: 449px;
  overflow: hidden;
}

/*footer*/
.footer {
  background-color: #4d4d4d;
  min-width: 1224px;
}

.foota {
  background: #ededed;
  padding: 30px 0 15px;
}

.left-help-list {
  float: right;
  width: 798px;
}

.help-list-wrap {
  min-height: 160px;
}

.left-help-list dl {
  float: left;
  width: 16.666%;
}

.left-help-list dl > dt {
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  color: #555;
  padding: 8px 0 18px;
}

.left-help-list dl > dd {
  display: block;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #555;
  overflow: hidden;
}

.left-help-list dl a:hover {
  color: #0089e1;
}

/* 友情链接 */
.friendship-links {
  padding-top: 20px;
  width: 920px;
  font-size: 14px;
}

.friendship-links > span {
  float: left;
  width: 70px;
  line-height: 20px;
  font-weight: bold;
  color: #333;
}

.links-wrap-h {
  float: left;
  width: 850px;
}

.links-wrap-h > a {
  float: left;
  line-height: 1;
  margin: 3px 0;
  padding: 0 10px;
  color: #666;
}

.links-wrap-h > a + a {
  border-left: 1px solid #aaa;
}

.links-wrap-h > a:hover {
  color: #e23435;
  text-decoration: underline;
}

.right-contact-us {
  float: left;
  width: 366px;
  padding-left: 20px;
  border-right: 1px solid #dbdbdb;
}

.right-contact-us li {
  line-height: 20px;
  margin-bottom: 16px;
  font-size: 14px;
  color: #555;
  position: relative;
  padding-left: 58px;
}

.right-contact-us li:last-child {
  margin-bottom: 0;
}

.right-contact-us i {
  background: url(../images/ico-tphsop-index.png) no-repeat;
  display: block;
}

.right-contact-us li i {
  position: absolute;
  left: 14px;
  top: 0;
  width: 20px;
  height: 20px;
}

.right-contact-us i.icon-tel {
  background-position: 0 -83px;
}

.right-contact-us i.icon-fax {
  background-position: -20px -83px;
}

.right-contact-us i.icon-email {
  background-position: -40px -83px;
}

.right-contact-us i.icon-address {
  background-position: -60px -83px;
}

.right-contact-us i.icon-lx {
  background-position: 0px -103px;
  width: 48px;
  height: 48px;
}

.right-contact-us .title {
  font-weight: normal;
  height: 48px;
  line-height: 48px;
  font-size: 20px;
  color: #0089e1;
  margin-bottom: 20px;
}

.right-contact-us .title i {
  float: left;
  margin-right: 10px;
}

.tpshop-service {
  margin-top: 30px;
  padding: 32px 0;
  background-color: #f8f8f8;
  min-width: 1224px;
}

.tpshop-service ul {
  position: relative;
}

.tpshop-service li {
  float: left;
}

.tpshop-service li + li {
  margin-left: 8%;
}

.tpshop-service .ico {
  float: left;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  color: #fff;
  margin-right: 10px;
  background: #0089e1;
  font-size: 30px;
}

.tpshop-service .service {
  display: inline-block;
  padding-top: 6px;
  line-height: 24px;
  font-size: 14px;
  color: #555;
  vertical-align: top;
}

.tpshop-service .service h3 {
  font-size: 16px;
  color: #333;
}

.sendaddress span {
  cursor: pointer;
  color: #666666;
  display: inline-block;
  vertical-align: top;
}

/** 搜索框提示样式 s **/
.candidate {
  display: none;
  background: white;
  border: 1px solid #ccc;
  -webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.2);
  position: absolute;
  z-index: 1000;
  top: 36px;
}

.candidate ul li {
  clear: both;
  overflow: hidden;
  padding: 1px 6px;
  line-height: 24px;
  cursor: pointer;
}

.candidate ul li:hover {
  background: #f5f5f5 !important;
}

.candidate .search-item {
  width: 190px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  float: left;
  color: #666666;
}

.candidate .search-count {
  float: right;
  width: 194px;
  text-align: right;
  color: #aaa;
}

.candidate .close {
  border-top: 1px solid #efefef;
}

/** 搜索框提示样式 e */
.joinus-warp .form {
  width: 600px;
  margin: 0 auto;
  padding: 40px 0;
}

.form .title {
  text-align: center;
  font-size: 30px;
  line-height: 120px;
}

.form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  position: relative;
  line-height: 48px;
}

.form-item .th {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 110px;
          flex: 0 0 110px;
  line-height: 48px;
  font-size: 16px;
  text-align: right;
  white-space: nowrap;
}

.form-item .field {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  line-height: 48px;
  min-height: 48px;
  padding-left: 30px;
  position: relative;
}

.form-item .tb,
.form-item .ta {
  border: 1px solid #ddd;
  width: 100%;
  height: 48px;
  line-height: 30px;
  padding: 8px 18px;
  background-color: #fff;
  color: #333;
  font-size: 16px;
  border-radius: 5px;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.form-item .ta {
  min-height: 120px;
  line-height: 30px;
  padding: 8px 18px;
}

.form-item [data-maxword] {
  padding-right: 80px;
}

.maxword {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 20px;
}

.form-item .hauto {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.form-item.hauto {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.input-tip {
  display: none;
  padding-left: 20px;
  font-size: 14px;
  position: absolute;
  top: 0;
  left: 100%;
  white-space: nowrap;
}

.form-item.error .tb {
  border-color: #e50000;
  -webkit-box-shadow: 0 0 10px rgba(229, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(229, 0, 0, 0.1);
}

.form-item.error .maxword {
  color: #e50005;
}

.form-item.error .input-tip {
  display: inline-block;
  color: #e50005;
}

.formbtn a {
  display: block;
  width: 200px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  border: 0;
  background: #e23435;
  border-radius: 5px;
  color: #fff;
  margin: 0 auto;
}

.top-title {
  float: left;
  margin: 30px 0 0 160px;
}

.top-title span {
  font-size: 42px;
  line-height: 102px;
  color: #0089e1;
  font-family: "微软雅黑";
}

/* 政府商城 */
.gover-shop {
  margin-left: 240px;
  padding-top: 10px;
  background-color: #efefef;
}

.gover-shop-title {
  letter-spacing: 30px;
  text-align: center;
  margin-left: 240px;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  background-color: #ddd;
}

.gover-shop li {
  float: left;
  margin-bottom: 10px;
}

.gover-shop li + li {
  margin-left: 101px;
}

.gover-shop li:nth-of-type(4n + 1) {
  margin-left: 0;
}

.gover-shop li a {
  background-color: var(--theme-color-1);
  padding: 5px 16.5px;
  display: block;
  cursor: pointer;
  -webkit-box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.2);
  /* border-radius: 5px; */
  font-size: 14px;
}

/* 搜索 */
.index-search,
.index-cart {
  margin-top: 15px;
}

/* logo */
.nav-middan-z .index-logo {
  width: 210px;
  height: 90px;
}
.nav-middan-z .index-logo.huichuang-logo {
  top: -61px;
  height: 150px;
}

.index-nav-middan {
  height: 110px;
}