::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 10px; /*高宽分别对应横竖滚动条的尺寸*/
  height: 8px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1; /* 轨道的背景颜色 */
}
::-webkit-scrollbar-thumb {
  background: #b7b8ba; /* 滑块的颜色 */
  border-radius: 2px; /* 滑块的圆角半径 */
}
.box {
  width: 1200px;
  margin: 0 auto;
}
.catenav {
  margin-top: 15px;
}
.catenav .navresult {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #a1a5b6;
}
.catenav .navresult span {
  color: #000;
}
.catenav .navwrap {
  margin-top: 15px;
  background: #fff;
}
.catenav .navwrap .navlist {
  /* height: 45px; */
  position: relative;
  line-height: 45px;
  text-align: left;
  background: #f5ede6;
  border-left: 2px solid #f5ede6;
  border-right: 2px solid #fff;

  border-bottom: 1px solid #f3f4f8;
}
.catenav .navwrap .navlist.multiple {
  border: 2px solid #ee9da0;
  background: #fbf4f4;
}
.catenav .navwrap .nav-value {
  float: left;
  padding-left: 20px;
  width: 1077px;
  min-height: 45px;
  background: #fff;
}

.nav-v-list {
  /* float: left; */
  width: 1070px;
}
.catenav .navwrap .navlist .navtitle {
  float: left;
  padding: 0 20px;
  width: 59px;
}
.catenav .navwrap .navlist .navitem {
  margin-right: 25px;
  font-size: 14px;
  color: #505765;
  white-space: nowrap;
}
.catenav .navwrap .navlist .navitem.active {
  color: #ee1c25;
}
.catenav .navwrap .navlist .navitem:hover {
  color: #ee1c25;
}
.catenav .navlist.multiple .navitem i {
  display: inline-block;
  height: 14px;
  width: 14px;
  vertical-align: -2px;
  margin-right: 2px;
  background-color: #fff;
  border: 1px solid #ccc;
}
.catenav .navwrap .navlist .navitem.select {
  color: #ee1c25;
}
.catenav .navwrap .navlist .navitem.select i {
  border: none;
  background: url("./p_img/cate/checked.png") no-repeat;
  background-size: 100%;
}
.nav-more i {
  background: url(/p_img/icon_arrow.png) no-repeat;
  /* transition: background-position 0.15s ease-in-out; */
}

.nav-more {
  float: left;
  margin-right: 10px;
  position: relative;
  top: 10px;
  width: 39px;
  height: 23px;
  line-height: 23px;
  padding: 0 7px 0 4px;
  background: #fff;
  /* visibility: hidden; */
  color: #333;
  border: 1px solid #ddd;
}
.nav-more:hover {
  color: #ee1c25;
}
.nav-more.active {
  color: #ee1c25;
}
.catenav .v-btns {
  display: none;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
}
.catenav .v-btns .btn {
  display: inline-block;
  line-height: 13px;
  height: 13px;
  border-radius: 2px;
  background: #fff;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
.catenav .v-btns .btn-primary {
  border: 0;
  margin-right: 20px;
  padding: 5px 15px 6px;
  color: #fff;
  background: #ee1c25;
  border-radius: 4px;
  background-repeat: repeat-x;
}
.catenav .v-btns .btn-default {
  padding: 4px 13px 5px;
  color: #666;
  border-radius: 4px;
  border: 1px solid #ee9da0;
}

.nav-btns {
  position: absolute;
  top: 9px;
  right: 10px;
  width: 50px;
  height: auto;
  line-height: 22px;
  overflow: hidden;
  zoom: 1;
}
.nav-multiple {
  float: left;
  height: 23px;
  line-height: 23px;
  border: 1px solid #f3f4f8;
  padding: 0 8px 0 8px;
  position: relative;
  background: #fff;
  color: #333;
  border-radius: 4px;
}
.hottitle {
  margin-top: -20px;
  margin-left: -15px;
  margin-bottom: 15px;
}
.hottitle span {
  display: inline-block;
  float: left;
  padding: 15px 30px;
  font-weight: bold;
  font-size: 18px;
  color: #ee1c25;
  background: linear-gradient(-90deg, #ffe8e9 0%, #ffffff 100%);
}
.hottitle p {
  display: inline-block;
  float: right;
  line-height: 55px;
  font-size: 14px;
}
.hottitle i {
  font-style: normal;
  color: #ee1c25;
}
.hotlist {
  margin-top: 15px;
  padding: 20px 15px;
  background: #fff;
}
.hotlist h4 {
  font-weight: bold;
  font-size: 18px;
  color: #ee1c25;
}
.hotlist h4 span {
  color: #ee1c25;
}
.hotlist h4 img {
  display: inline-block;
  margin-left: 5px;
  vertical-align: -2px;
}
.hotlist .hotgoodswrap {
  margin-top: 15px;
  width: 1170px;
  height: 240px;
  overflow: hidden;
  overflow-x: auto;
}
.hotlist .hotgoodsitem {
  float: left;
  margin-right: 13px;
  width: 172px;
  height: 216px;
}
.hotgoods img {
  width: 172px;
  height: 172px;
}
.hotlist .goodstitle {
  margin-top: 10px;
  width: 100%;
  font-size: 14px;
  color: #091831;
}
.hotlist .hotgoods {
  /* width: 100%; */
  /* overflow-x: scroll;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch; */
  width: 1500px;
}
.Jnonedata {
  display: none;
  text-align: center;
  line-height: 80px;
}
.goodslist {
  margin-bottom: -20px;
}
.goodslist .goodsitem {
  float: left;
  margin-right: 15px;
  margin-bottom: 18px;
  width: 182px;
  height: 250px;
  background: #fff;
}
.goodslist .goodsitem:nth-child(6n) {
  margin-right: 0;
}
.goodslist .goodsitem img {
  width: 182px;
  height: 182px;
}
.goodslist .goodsitem .goodstitle {
  font-weight: 400;
  font-size: 14px;
  color: #091831;
  text-align: left;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.goodslist .goodsitem .goodstip {
  font-size: 14px;
  color: #ff5500;
  line-height: 20px;
}
.loadmore {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 91px;
  height: 33px;
  font-weight: 400;
  font-size: 12px;
  color: #999999;
  line-height: 36px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #dddddd;
}
/* loading动画 */
.fixed {
  position: fixed;
}
.loading {
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 100;
  /* left: 0;
  right: 0;
  top: 0;
  bottom: 0; */
}

.loading section {
  align-items: center;
  display: flex;
  height: 100%;
}

.loader {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}

.loader-20 {
  width: 30px;
  height: 30px;
  border: 3px dashed #999;
  -webkit-animation: stars-rotate-reverse 2s linear both infinite;
  animation: stars-rotate-reverse 2s linear both infinite;
}

.loader-20 .css-diamond {
  position: absolute;
  left: calc(50% - 50px);
  top: calc(50% - 50px);
  -webkit-transform: scale(0.3);
  transform: scale(0.3);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  border-color: transparent transparent #fff transparent;
}

.loader-20 .css-diamond:after {
  border-color: lightgrey transparent transparent transparent;
}

.css-diamond {
  border-style: solid;
  border-color: transparent transparent #ce93d8 transparent;
  border-width: 0 25px 25px 25px;
  height: 0;
  width: 50px;
  position: relative;
  margin: 20px 0 50px 0;
}

.css-diamond:after {
  content: "";
  position: absolute;
  top: 25px;
  left: -25px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #ce93d8 transparent transparent transparent;
  border-width: 70px 50px 0 50px;
}

@-webkit-keyframes stars-rotate-reverse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes stars-rotate-reverse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
