body {
  background: #F7F8FA;
  padding-bottom: 100px;
}
.header {
  background-color: #ffffff;
  border-radius: 8px;
}
.header .header-t {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px 16px 32px 0;
}
.header .header-t .title {
  font-size: 28px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #323233;
  display: flex;
  align-items: center;
}
.header .header-t .title .line {
  width: 4px;
  height: 44px;
  background: #007AFF;
  border-radius: 2px;
  margin-right: 12px;
}
.header .header-t .serach-box {
  display: flex;
  align-items: center;
}
.header .header-t .serach-box span {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #323233;
  margin-right: 16px;
}
.header .header-t .serach-box .search {
  width: 303px;
  height: 36px;
  background: #F7F8FA;
  border-radius: 4px;
  display: flex;
  align-items: center;
  padding: 0 8px 0 11px;
  /* WebKit browsers */
  /* Mozilla Firefox 4 to 18 */
  /* Mozilla Firefox 19+ */
  /* Internet Explorer 10+ */
}
.header .header-t .serach-box .search .search-img {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
.header .header-t .serach-box .search .clear-img {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.header .header-t .serach-box .search .clear-img {
  display: none;
}
.header .header-t .serach-box .search input {
  margin: 0 3px;
  flex: 1;
  border: none;
  background-color: transparent;
}
.header .header-t .serach-box .search input::-webkit-input-placeholder {
  color: #C8C9CC;
  font-size: 14px;
}
.header .header-t .serach-box .search input:-moz-placeholder {
  color: #C8C9CC;
  opacity: 1;
  font-size: 14px;
}
.header .header-t .serach-box .search input::-moz-placeholder {
  color: #C8C9CC;
  opacity: 1;
  font-size: 14px;
}
.header .header-t .serach-box .search input:-ms-input-placeholder {
  color: #C8C9CC;
  font-size: 14px;
}
.header .header-t .serach-box button {
  width: 92px;
  height: 36px;
  background: #007AFF;
  border-radius: 4px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 36px;
  text-align: center;
  margin-left: 32px;
}
.header .header-t .serach-box button:hover {
  background-color: #005FEC;
}
.header .borders {
  height: 1px;
  margin: 0 23px 0 10px;
  border-top: 1px solid #EBEDF0;
}
.header .total {
  padding: 45px 0 41px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #323233;
}
.header .total .sort-box {
  display: flex;
  align-items: center;
}
.header .total .sort-box .active {
  color: #FFA347 !important;
}
.header .total .sort-box .sort-item {
  padding: 0 16px;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #969799;
  cursor: pointer;
}
.header .total .sort-box .sort-item span {
  margin-right: 8px;
}
.header .total .sort-box .sort-item img:first-child {
  margin-top: 0;
}
.header .total .sort-box .sort-item img {
  width: 13px;
  height: 6px;
  display: block;
  margin-top: 2px;
}
.pro-list {
  display: flex;
  flex-wrap: wrap;
}
.pro-list .empty {
  margin-top: 30px;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 0;
  text-align: center;
  width: 100%;
}
.pro-list .empty img {
  width: 86px;
  height: 86px;
  margin-bottom: 20px;
}
.pro-list .empty .empty-notice {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #969799;
  line-height: 16px;
}
.pro-list .pro-item:hover {
  box-shadow: 0px 2px 30px 0px rgba(13, 114, 192, 0.16);
}
.pro-list .pro-item:hover .bottom .title {
  color: #007AFF;
}
.pro-list .pro-item:hover .bottom .more {
  background-color: #007AFF;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}
.pro-list .pro-item:hover .bottom .more img {
  content: url('/images/product/hengduo-w.png');
}
.pro-list .pro-item:nth-child(4n) {
  margin-right: 0;
}
.pro-list .pro-item {
  width: 328px;
  margin-top: 32px;
  margin-right: 29px;
  cursor: pointer;
}
.pro-list .pro-item img {
  width: 328px;
  height: 248px;
  border-radius: 8px 8px 0px 0px;
}
.pro-list .pro-item .bottom {
  border-radius: 0 0 8px 8px;
  background-color: #ffffff;
}
.pro-list .pro-item .bottom .title {
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #323233;
  padding: 16px 16px 22px 17px;
}
.pro-list .pro-item .bottom .more {
  padding: 8px 16px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #007AFF;
  display: flex;
  align-items: center;
  justify-content: right;
  border-radius: 0 0 8px 8px;
}
.pro-list .pro-item .bottom .more img {
  width: 16px;
  height: 16px;
  margin-left: 4px;
}
