header {
  min-width: 1200px;
}
.searchShopProduct::placeholder {
  font-size: 10px;
}

.searchShopProduct {
  font-size: 14px;
}
.searchShopProduct::placeholder {
  font-size: 14px;
}

.cif-navmenu .cif-navmenu__head {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
  width: 250px;
  height: 40px;
  line-height: 40px;
  background-color: var(--color);
  cursor: pointer;
  text-align: center;
}

.cif-navmenu .cif-navmenu__head {
  display: flex;
  align-items: center;
}

.cif-navmenu .cif-navmenu__head img {
  width: 18px;
  height: 18px;
  margin-right: 10px;
}

.cif-navmenu .cif-navmenu__head span {
  font-size: 17px;
  color: #fff;
}

.headerButtonNav {
  display: flex;
  justify-content: center;
  width: 1200px;
  margin: 12px auto 0;
  height: 50px;
  background: #fff;
  position: relative;
}
.headerdiv {
  width: 1200px;
  height: 100%;
  display: flex;
  background: #fff;
}

ul.headerNav {
  width: 100%;
  padding-left: 0;
  border-bottom: none;
}

.cif-navmenu {
  position: relative;
  padding-top: 5px;
}

.cif-navmenu .cif-navmenu__cont {
  display: none;
  z-index: 10;
  position: absolute;
  width: 100%;
  top: 49px;
  box-shadow: 0px 1px 11px 1px rgba(0, 0, 0, 0.07);
}

.cif-navmenu:hover .cif-navmenu__cont {
  display: block;
}

.productTypeList {
  margin-top: 0;
  border-radius: 0;
  line-height: 22px;
  background: #fff;
}

ul.headerNav li.active a {
  color: var(--color);
}

.logo_box {
  width: 240px;
  /* height: 100px; */
}

.logo_box img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.head_img_box {
  border: 3px solid #eee;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 0px;
}

.head_img_box .head_img {
  width: 95px;
  height: 95px;
  display: block;
}

.headerButtonSearch {
  display: flex;
  align-items: center;
}

.headerSearch {
  display: flex;
  margin-right: 75px;
}

.headerCartBoxs {
  margin-left: 48px;
  font-size: 16px;
  cursor: pointer;
}

.productTypeList-li {
  box-sizing: border-box;
  width: 100%;
  padding: 0 20px;
  height: 118px;
  margin: 0 auto;
}

.productTypeList-li:not(:first-child) {
  border-top: 1px solid #ebeced;
}

.productTypeList-li:hover,
.productTypeList-li:hover + .productTypeList-li {
  border-color: transparent;
}

.productTypeList-li:hover {
  box-shadow: 0px 1px 11px 1px rgba(0, 0, 0, 0.07);
  width: 100%;
  padding: 0 20px;
}

.productTypeList-li:hover .productTypeList-li-a-div-middle-top {
  color: var(--color);
}

.productTypeList-li-a {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
}

.productTypeList-li-a-div-left {
  width: 60px;
  height: 80px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0 12px 0 -6px;
  position: relative;
  overflow: hidden;
}

.productTypeList-li-a-div-middle {
  width: 120px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  line-height: 24px;
  color: #999;
}

.productTypeList-li-a-div-middle-bottom {
  font-size: 12px;
}

.productTypeList-li-a-div-middle-top {
  font-weight: bold;
  color: #333;
  font-size: 16px;
}

.productTypeList-li-a-div-left img {
  position: absolute;
  max-width: 100%;
  width: auto;
  height: auto;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.headerButtonNav .headerNav li {
  /* margin-right: 10px; */
  font-size: 16px;
  color: #333333;
  padding: 0 7px;
  /* margin-left: 16.562px; */
  margin-left: 16px;
}

.headerButtonNav .headerNav li a {
  display: flex;
  align-items: center;
  justify-content: center;
}

a:focus,
a:hover {
  color: #23527c;
  text-decoration: none;
}

ol,
ul {
  margin-top: 0;
  margin-bottom: 0;
}

.recommendBox .recommend {
  display: inline-block;
  color: #999;
}

.recommendBox .liLine {
  margin: 0 10px;
  color: #ddd;
}

.recommendBox li {
  color: #666;
  display: inline;
  float: none;
}

.recommendBox li:first-child {
  display: none;
}

.headerTop {
  min-width: 1200px;
}
