html,
body {
  background-color: #fff;
}
#categories {
  background-color: #fff !important;
}
#categories .category-wrapper {
  color: #333;
  position: relative;
}
#categories .box-wrapper {
  background-color: #f5f7fa;
}
#categories .ch30 {
  height: 48px;
}
#categories .active {
  border-radius: 14px;
  background-color: #63A1FC;
  color: #fff;
}
#categories .category-box {
  width: 100%;
  font-size: 14px;
  box-sizing: border-box;
  z-index: 11;
  width: 1200px;
  margin: 0 auto;
  border-radius: 4px;
  position: relative;
}
#categories .category-box .first-category {
  top: 20px;
  z-index: 1000;
}
#categories .category-box .second-category {
  top: 75px;
  z-index: 999;
}
#categories .category-box .third-category {
  top: 130px;
  z-index: 998;
}
#categories .category-box .category-item {
  display: flex;
  overflow: hidden;
  position: absolute;
  border-radius: 8px;
  background-color: transparent;
  box-shadow: rgba(95, 101, 105, 0) 0px 12px 20px 0px;
  transition: all 0.2s;
}
#categories .category-box .category-item .item-name {
  min-width: 80px;
  color: #999;
  font-weight: bold;
  line-height: 48px;
  padding-left: 10px;
}
#categories .category-box .category-item .item-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-self: flex-start;
}
#categories .category-box .category-item .item-list .item {
  padding: 5px 10px;
  margin: 10px 5px;
  cursor: pointer;
}
#categories .category-box .category-item .item-more {
  font-size: 12px;
  color: #999;
  cursor: pointer;
  height: 28px;
}
#categories .category-box .category-more {
  box-shadow: rgba(95, 101, 105, 0.1) 0px 12px 20px 0px;
  background-color: #fff;
  transform: translateY(1px);
}
#categories .list-wrapper {
  width: 1200px;
  margin: 0 auto;
}
#categories .category-list {
  margin: 20px 0;
  min-height: 963px;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  background-color: #fff;
}
#categories .category-list .item-wrapper {
  width: 25%;
  margin-bottom: 20px;
  transition: all 0.3s;
  cursor: pointer;
}
#categories .category-list .item-wrapper:hover {
  transform: translateY(-2px);
}
#categories .category-list .item-wrapper .item {
  border-radius: 8px;
  margin: 0 10px;
  background-color: #fff;
}
#categories .category-list .item-wrapper .item .item-header {
  height: 175px;
  position: relative;
}
#categories .category-list .item-wrapper .item .item-header img {
  border-radius: 8px 8px 0 0;
}
#categories .category-list .item-wrapper .item .item-des {
  padding: 15px 10px 15px;
  min-height: 125px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#categories .category-list .item-wrapper .item .item-des .des-title {
  color: #545C63;
  height: 40px;
  margin-bottom: 5px;
}
#categories .category-list .item-wrapper .item .item-des .des-title .live-tag {
  color: #fff;
  padding: 2px 6px;
  border-radius: 8px;
}
#categories .category-list .item-wrapper .item .item-des .des-title .column-tag {
  color: #fff;
  background-color: #999;
  padding: 2px 6px;
  border-radius: 8px;
}
#categories .category-list .item-wrapper .item .item-des .des-title .prod-name {
  font-size: 14px;
  line-height: 22px;
}
#categories .category-list .item-wrapper .item .item-des .des-des {
  margin-bottom: 10px;
}
#categories .category-list .item-wrapper .item .item-des .des-des .des-cnt {
  color: #9199A1;
  font-size: 12px;
  letter-spacing: 1px;
}
#categories .category-list .item-wrapper .item .item-des .des-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 22px;
}
#categories .category-list .item-wrapper .item .item-des .des-bottom .pay-type {
  font-size: 12px;
  color: #F01414;
  font-weight: bold;
}
#categories .category-list .item-wrapper .item .item-des .des-bottom .pay-type .sales-tag {
  background-color: rgba(242, 13, 13, 0.6);
  border: 1px solid rgba(242, 13, 13, 0.2);
  border-radius: 2px;
  color: #fff;
  padding: 0 1px;
  font-weight: normal;
}
#categories .category-list .item-wrapper .item .item-des .des-bottom .pay-type .sales-price {
  margin-left: 2px;
  margin-right: 2px;
}
#categories .category-list .item-wrapper .item .item-des .des-bottom .pay-type .noraml-price {
  text-decoration: line-through;
  color: #6D7278;
  margin-left: 4px;
  font-weight: normal;
}
#categories .category-list .item-wrapper .item .item-des .des-bottom .try-watch {
  color: #4C92FC;
  background-color: #F3F8FF;
  padding: 2px 10px;
  border-radius: 10px;
}
#categories .category-list .item-wrapper .item .item-des .dis-sales {
  font-weight: bold;
}
#categories .category-empty {
  min-height: 650px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#categories .category-empty .empty-des {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #eee;
}
#categories .category-empty .empty-des img {
  display: block;
}
