* {
  margin: 0;
  padding: 0;
}
body {
  min-width: 1500px;
}
a {
  outline: none;
  text-decoration: none;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  display: inline-block;
  margin: 0 25px;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
  color: inherit; /* 继承父元素的颜色 */
}
.flex {
  display: flex;
}
.fww {
  flex-wrap: wrap;
}
.ais {
  align-items: start;
}
.aife {
  align-items: flex-end;
}
.jcsb {
  justify-content: space-between;
}
/* 控制滚动条宽度 */
.hua::-webkit-scrollbar {
  width: 4px; /* 垂直滚动条宽度 */
  height: 4px; /* 水平滚动条高度 */
}

/* 滚动条轨道 */
.hua::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* 滚动条滑块 */
.hua::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 3px;
}

/* 滚动条滑块悬停时的样式 */
.hua::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.changxian {
  width: 100%;
  height: 1px;
  background: #eeeeee;
}
.hx {
  width: 60px;
  height: 2px;
  background: #1266ff;
  margin: 10px 0;
}
.sx {
  width: 1px;
  height: 80px;
  background: #eeeeee;
}
ul li{
  list-style-type: none; /* 移除列表前的默认标记 */
}
#fenyi .pagination{
  display: flex;
  justify-content: center;
}
li{
  width: 30px !important;
  width: 38px;
  height: 38px;
  margin: 0 10px;
}
li span{
  display: inline-block;
  width: 38px;
  height: 38px;
  border-radius: 4px;
  border: 1px solid #E6E6E6;
  font-family: PingFang SC;
  font-weight: 500;
  font-size: 14px;
  color: #333333;
  text-align: center;
  line-height: 38px;
}
li a{
  margin: 0 !important;
  display: inline-block;
  width: 38px;
  height: 38px;
  border-radius: 4px;
  border: 1px solid #E6E6E6;
  font-family: PingFang SC;
  font-weight: 500;
  font-size: 14px;
  color: #333333;
  text-align: center;
  line-height: 38px;
}
ul .active{
  background: #367DFF !important;
  border-radius: 4px !important;
  width: 40px !important;
  height: 40px !important;
  margin-right: 0 !important;
}
ul .active a{
  width: 38px !important;
  height: 38px !important;
  color: #fff !important;
  border: 1px solid #367DFF;
}
ul .active span{
  width: 38px !important;
  height: 38px !important;
  color: #fff !important;
  border: 1px solid #367DFF;
}
.productTitle a{
margin:  0 !important;
}