body .content-category-box {
  padding: 10px 0;
  background-color: rgba(0, 0, 0, 0.6);
  width: 190px;
  box-sizing: border-box;
}
body .content-category-box li {
  display: flex;
  flex-direction: column;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 15px;
  padding-right: 22px;
}
body .content-category-box li:hover,
body .content-category-box li.actived {
  background-color: #fff;
}
body .content-category-box li:hover span.category-name,
body .content-category-box li.actived span.category-name,
body .content-category-box li:hover span.category-tag a,
body .content-category-box li.actived span.category-tag a {
  color: #333;
}
body .content-category-box li span.category-name {
  color: #fff;
  margin-bottom: 6px;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
}
body .content-category-box li span.category-name .icon-arrow {
  color: rgba(51, 51, 51, 0.3);
  font-size: 12px;
}
body .content-category-box li span.category-tag {
  display: flex;
  justify-content: flex-start;
  width: 172px;
  overflow: hidden;
  height: 16px;
  flex-wrap: wrap;
}
body .content-category-box li span.category-tag a {
  font-size: 12px;
  margin-right: 8px;
  white-space: nowrap;
}
body .content-category-box li span.category-tag a:last-child {
  margin-right: 0;
}
body .content-category-box li:last-child {
  margin-bottom: 6px;
}
body .content-category-box .cate-detail-box {
  width: 800px;
  height: 500px;
  background-color: #fff;
  padding: 30px;
  box-sizing: border-box;
  display: none;
  right: 230px;
  top: 0px;
  z-index: 9;
  position: absolute;
}
body .cate-detail-body-box {
  width: 800px;
  height: 320px;
  background-color: #fff;
  padding: 30px;
  box-sizing: border-box;
  display: none;
  right: 230px;
  top: 0px;
  z-index: 9;
  position: absolute;
  border: 1px solid #ccc;
}
body .cate-detail-body-box .categoryDetailContent {
  display: flex;
}
body .cate-detail-body-box div.categoryDetailContent ul.categoryDetailLeft > li {
  text-align: right;
  margin-bottom: 10px;
  white-space: nowrap;
}
body .cate-detail-body-box div.categoryDetailContent ul.categoryDetailLeft > li span {
  font-size: 12px;
  color: #333;
  font-weight: bold;
  cursor: pointer;
}
body .cate-detail-body-box div.categoryDetailContent ul.categoryDetailLeft > li span.iconfont {
  font-size: 12px;
  margin-left: 5px;
}
body .cate-detail-body-box div.categoryDetailContent ul.categoryDetailRight {
  margin-bottom: 20px;
}
body .cate-detail-body-box div.categoryDetailContent ul.categoryDetailRight > li {
  margin-bottom: 10px;
  min-height: 19px;
}
body .cate-detail-body-box div.categoryDetailContent ul.categoryDetailRight span {
  font-size: 12px;
  margin-left: 20px;
  cursor: pointer;
}
body .cate-detail-body-box .cate_detail_item {
  position: relative;
  padding-left: 150px;
}
body .cate-detail-body-box .cate_detail_item .cate_detail_tit {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 6px;
  max-width: 150px;
  text-align: right;
  font-weight: 700;
  white-space: nowrap;
  text-overflow: ellipsis;
}
body .cate-detail-body-box .cate_detail_item .cate_detail_con {
  overflow: hidden;
  *zoom: 1;
  padding: 5px 0;
  min-height: 19px;
}
body .lite-reponse-ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
body .lite-reponse-ul li.lite-response-li {
  min-height: 30px;
  max-height: 40px;
  box-sizing: border-box;
  margin: 0;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
  flex-grow: 1;
}
body .lite-reponse-ul li.lite-response-li span.category-name {
  margin-bottom: 0;
  font-size: 14px;
  display: inline-block;
  width: 100%;
  text-overflow: ellipsis;
  vertical-align: middle;
}
body .banner-content {
  height: 320px;
  position: relative;
}
body .banner-content .banner-img {
  position: absolute;
}
body .banner-content .banner-img img {
  width: 100%;
  height: 100%;
}
body .content {
  background-color: #f5f6f8;
}
body .content .content-goods {
  margin-top: 40px;
}
body .content .content-goods .content-goods-top {
  display: flex;
}
body .content .content-goods .goods-title {
  font-size: 24px;
  height: 24px;
  line-height: 24px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 20px;
}
body .content .content-goods .goods-banner {
  width: 473px;
  height: 311px;
}
body .content .content-goods .goods-list {
  display: flex;
  background-color: #fff;
}
body .content .content-goods .goods-list li {
  padding: 20px 20px 29px;
  position: relative;
}
body .content .content-goods .goods-list li:hover .goods-img img {
  opacity: 0.9;
}
body .content .content-goods .goods-list .goods-img {
  width: 190px;
  height: 170px;
  background-color: #fff;
}
body .content .content-goods .goods-list .goods-img img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
body .content .content-goods .goods-list p.goods-name {
  width: 190px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 20px 0 10px;
  text-align: center;
  height: 41px;
  white-space: normal;
}
body .content .content-goods .goods-list p.goods-price {
  font-size: 18px;
  text-align: center;
}
body .content .content-goods .first-three-list {
  padding: 0 15px;
}
body .content .content-goods .first-three-list .goods-img {
  position: relative;
}
body .content .content-goods .first-three-list .goods-img i {
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background-color: #fff;
  top: 0;
  left: 0;
  transform: translateX(-15%) translateY(-15%);
  font-size: 36px;
  font-style: italic;
  text-align: center;
}
body .content .content-goods .other-goods-list {
  height: 235px;
}
body .content .content-goods .other-goods-list li {
  padding: 25px;
}
body .content .content-goods .other-goods-list li .goods-img {
  width: 120px;
  height: 120px;
}
body .content .content-goods .other-goods-list li p.goods-name {
  -webkit-line-clamp: 1;
  width: 115px;
  margin-top: 18px;
  margin-bottom: 12px;
  font-size: 12px;
}
body .content .content-goods .other-goods-list li p.goods-price {
  font-size: 14px;
}
body .content .content-goods .new-goods-list {
  background-color: rgba(0, 0, 0, 0);
}
body .content .content-goods .new-goods-list li {
  margin-left: 12px;
  background-color: #fff;
}
body .content .content-goods .new-goods-list li:first-child {
  margin-left: 0;
}
body .content .content-goods .category-market-list {
  display: flex;
  flex-wrap: wrap;
}
body .content .content-goods .category-market-list li {
  padding: 25px 40px 21px;
  background-color: #fff;
  margin-left: 12px;
  margin-bottom: 11px;
  position: relative;
}
body .content .content-goods .category-market-list li h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 7px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body .content .content-goods .category-market-list li h4 .more {
  width: 20px;
  height: 25px;
  background-color: #f8f8f8;
  border: solid 1px #eeeeee;
  font-size: 14px;
  font-weight: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #666;
}
body .content .content-goods .category-market-list li h4 .more .icon-arrow {
  font-size: 12px;
  color: #666;
}
body .content .content-goods .category-market-list li img {
  width: 150px;
  height: 150px;
}
body .content .content-goods .category-market-list li:first-child {
  margin-left: 0;
}
body .content .content-goods .category-market-list li:first-child img {
  width: 393px;
}
body .content .content-goods .category-market-list li:nth-child(5) {
  margin-left: 0;
}
body .content .content-goods .shop-list-box {
  overflow: hidden;
}
body .content .content-goods .shop-list-box .shop-list {
  float: left;
}
body .content .content-goods .shop-list-box .shop-list .goods-list li:nth-child(1) {
  padding-right: 15px;
}
body .content .content-goods .shop-list-box .shop-list .goods-list li:nth-child(2) {
  padding-left: 15px;
}
body .content .content-goods .shop-list-box .shop-list:nth-child(odd) {
  margin-right: 10px;
}
body .content .content-goods .shop-list-box .shop-list:nth-child(1),
body .content .content-goods .shop-list-box .shop-list:nth-child(2) {
  margin-bottom: 10px;
}
body .content .content-goods .brand-list-box {
  position: relative;
  width: 230px;
  padding: 20px;
  background-color: #fff;
}
body .content .content-goods .brand-list-box h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}
body .content .content-goods .brand-list-box ul {
  width: 190px;
  overflow: hidden;
}
body .content .content-goods .brand-list-box ul > li {
  width: 90px;
  height: 60px;
  float: left;
  margin-bottom: 10px;
}
body .content .content-goods .brand-list-box ul > li img {
  width: 100%;
}
body .content .content-goods .brand-list-box ul > li:nth-child(odd) {
  margin-right: 10px;
}
body .content .content-goods .brand-list-box ul > li:nth-child(11),
body .content .content-goods .brand-list-box ul > li:nth-child(12) {
  margin-bottom: 0px;
}
body .content .content-goods .shop-list {
  display: flex;
}
body .content .content-goods .shop-item {
  padding: 40px 20px 39px;
  width: 154px;
  background-color: #edeae8;
  display: flex;
  flex-direction: column;
  align-items: center;
}
body .content .content-goods .shop-item img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
}
body .content .content-goods .shop-item h4 {
  width: 117px;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 14px;
}
body .content .content-goods .shop-item a {
  width: 75px;
  height: 24px;
  border-style: solid;
  border-width: 1px;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}
body .content .content-goods .shop-list:nth-child(2) .shop-item {
  background-color: #e8eaed;
}
body .content .content-goods .shop-list:nth-child(3) .shop-item {
  background-color: #e7e6eb;
}
body .content .content-goods .shop-list:nth-child(4) .shop-item {
  background-color: #f2ece1;
}
body .content .content-goods .link-box-list {
  display: flex;
  width: 100%;
  justify-content: space-between;
  justify-content: flex-start;
}
body .content .content-goods .link-box-list li {
  float: left;
  width: 220px;
  height: 120px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-right: 20px;
}
body .content .content-goods .link-box-list li img {
  max-width: 130px;
  max-height: 90px;
  background-color: #ccc;
}
body .content .content-goods .link-box-list li:hover {
  opacity: 0.9;
}
body .content .content-goods .link-box-list li:last-child {
  margin-right: 0px;
}
body .content .content-goods .goods-sku-list {
  width: 957px;
  display: flex;
  flex-wrap: wrap;
  background-color: transparent;
}
body .content .content-goods .goods-sku-list li {
  background-color: #fff;
  display: flex;
  float: left;
  flex-direction: column;
  align-items: center;
  margin-right: 15px;
  padding-bottom: 19px;
  width: 228px;
  box-sizing: border-box;
}
body .content .content-goods .goods-sku-list li:hover img {
  opacity: 0.9;
}
body .content .content-goods .goods-sku-list li .goods-name {
  margin-top: 17px;
  margin-bottom: 12px;
}
body .content .content-goods .goods-sku-list li:nth-child(4),
body .content .content-goods .goods-sku-list li:nth-child(8) {
  margin-right: 0;
}
body .content .content-goods .goods-sku-list li:nth-child(5),
body .content .content-goods .goods-sku-list li:nth-child(6),
body .content .content-goods .goods-sku-list li:nth-child(7),
body .content .content-goods .goods-sku-list li:nth-child(8) {
  margin-top: 10px;
}
body .content .content-goods .goods-sku-list .goods-img {
  text-align: center;
  width: 150px;
  height: 150px;
  margin-right: 0;
}
body .content .goods-category {
  width: 228px;
  height: 580px;
  background-color: #e8eaed;
  padding: 42px 25px;
  box-sizing: border-box;
  margin-right: 15px;
}
body .content .goods-category h1 {
  display: flex;
  vertical-align: middle;
  line-height: 28px;
  margin-bottom: 40px;
  cursor: pointer;
}
body .content .goods-category h1 .goods-category-name {
  display: inline-block;
  font-size: 23px;
  font-weight: 700;
}
body .content .goods-category h1 .iconfont {
  display: inline-block;
  min-width: 28px;
  width: 28px;
  height: 28px;
  background-color: #0a0f23;
  border-radius: 14px;
  opacity: 0.15;
  color: #fff;
  line-height: 28px;
  text-align: center;
  margin-left: 7px;
  font-size: 14px;
}
body .content .goods-category h1 .iconfont:hover {
  opacity: 0.25;
}
body .content .goods-category-item li {
  width: 180px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background-color: rgba(51, 51, 51, 0.15);
  border-radius: 18px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 17px;
  cursor: pointer;
}
body .content .goods-category-item li:hover {
  background-color: rgba(51, 51, 51, 0.25);
}
body .container-box {
  display: flex;
  flex-direction: row;
  justify-content: start;
  height: 100%;
}
body .container-box .operate-btn {
  border-radius: 0;
  width: 20px;
  height: 41px;
  top: 59%;
}
body .flex-start-box {
  display: flex;
  justify-content: flex-start;
}
body .overScroll {
  height: 100%;
  position: relative;
  z-index: 9;
  overflow-x: hidden;
  box-sizing: border-box;
}
body .well-chosen-cate-list .well-chosen-cate-list-item {
  margin-bottom: 40px;
}
body .well-chosen-cate-list .well-chosen-cate-list-item:last-child {
  margin-bottom: 0;
}
body .placeHolder-sku .goods-img-lite,
body .placeHolder-sku .goods-name-lite,
body .placeHolder-sku .goods-price-lite {
  background-color: #f5f6f8;
}
body .placeHolder-sku .goods-price-lite {
  height: 21px;
}
body .placeHolder-sku .goods-price-lite {
  width: 100%;
}
body .noData {
  display: none;
  background-image: url("/mall-view/img/nodataPlaceHolder.png");
  background-repeat: no-repeat;
  background-size: 923px 287px;
  background-position: center;
  height: 456px;
  text-align: center;
  border-top: 1px solid transparent;
  width: 1200px;
  margin: 0 auto;
  border-bottom: 1px solid #eee;
}
body .noData h1 {
  font-size: 22px;
  line-height: 22px;
  font-weight: bold;
  margin-top: 300px;
}
body .noData p {
  font-size: 16px;
  line-height: 16px;
  color: #666666;
  margin-top: 14px;
}
body .noData a {
  font-size: 16px;
  margin-top: 28px;
  display: inline-block;
}
body .content {
  display: none;
}
/* 类目新样式 */
.content-category-box .category-first-item {
  display: inline-block;
  line-height: normal;
}
.content-category-box .category-first-li {
  line-height: 60px;
  padding: 0 14px;
  justify-content: center;
  height: 60px;
}
