.gnav {
    position: absolute;
    top: 0;
    left: 0;
}
.gnav .shop-list-content {
    width: 240px;
    height: 100%;
    position: absolute;
    left: calc(var(--bs-gutter-x) * .5);
    top: 0;
    background-color: rgba(0, 0, 0, 0.35);
    display: none;
    padding: 0;
    box-sizing: border-box;
    font-size: 14px;
    z-index: 10;
    color: #FFFFFF;
}
.gnav .shop-list-content::-webkit-scrollbar {
    display: none;
}
.gnav .shop-list-content .shop-list {
    width: 240px;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0;
}
.gnav .shop-list-content .shop-list::-webkit-scrollbar {
    display: none;
}
.gnav .shop-list-content .shop-list .list-item {
    padding: 6px 20px;
    box-sizing: border-box;
    border-top: 1px solid rgba(0, 0, 0, 0.35);
}
.gnav .shop-list-content .shop-list .list-item:first-child {
    border-top: 0;
    padding-top: 15px;
}
.gnav .shop-list-content .shop-list .list-item a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 2em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #FFFFFF;
    text-decoration: none;
}
.gnav .shop-list-content .shop-list .list-item a > div {
    display: flex;
    align-items: center;
}
.gnav .shop-list-content .shop-list .list-item:hover {
    background-color: rgba(31, 0, 0, 0.4);
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: -webkit-transform 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.gnav .shop-list-content .shop-list .list-item span:hover {
    color: #FF570D;
}
.gnav .shop-list-content .shop-list .list-item .category-img {
    width: 17px;
    height: 17px;
    margin-right: 10px;
}
.gnav .shop-list-content .shop-list .list-item .category-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.gnav .shop-list-content .shop-list .list-item .item-itm {
    font-size: 14px;
    line-height: 15px;
    max-height: 80px;
    overflow: hidden;
}
.gnav .shop-list-content .shop-list .list-item .item-itm a {
    margin-top: 5px;
    margin-right: 10px;
    color: #BFBFBF;
    height: 20px;
}
.gnav .shop-list-content .shop-list .list-item .item-itm a:hover {
    color: #FF570D !important;
}
.gnav .shop-list-content .shop-list .list-item .cate-part {
    display: none;
    position: absolute;
    left: 240px;
    top: 0;
    z-index: auto;
    width: 760px;
    height: 498px;
    overflow-y: auto;
    border: 1px solid #f7f7f7;
    background-color: rgba(255, 255, 255, 0.99);
    -webkit-box-shadow: 2px 0 5px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 0 5px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.05);
    -webkit-transition: top 0.25s ease;
    -o-transition: top 0.25s ease;
    -moz-transition: top 0.25s ease;
    transition: top 0.25s ease;
}
.gnav .shop-list-content .shop-list .list-item .cate-part.show {
    display: block;
}
.gnav .shop-list-content .shop-list .list-item .cate-part::-webkit-scrollbar {
    display: none;
}
.gnav .shop-list-content .shop-list .list-item .cate-part-col1 {
    float: left;
    width: 100%;
}
.gnav .shop-list-content .shop-list .list-item .cate-part-col1 .cate-detail-item {
    position: relative;
    min-height: 36px;
    padding-left: 20px;
}
.gnav .shop-list-content .shop-list .list-item .cate-part-col1 .cate-detail-item:last-child {
    margin-bottom: 30px;
}
.gnav .shop-list-content .shop-list .list-item .cate-part-col1 .cate-detail-item .cate-detail-tit {
    margin-top: 30px;
    margin-right: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 700;
}
.gnav .shop-list-content .shop-list .list-item .cate-part-col1 .cate-detail-item .cate-detail-tit a {
    display: block;
    color: #333333;
}
.gnav .shop-list-content .shop-list .list-item .cate-part-col1 .cate-detail-item .cate-detail-tit a:hover {
    color: #FF570D;
}
.gnav .shop-list-content .shop-list .list-item .cate-part-col1 .cate-detail-item .cate-detail-con {
    overflow: hidden;
    padding: 6px 0 6px 17px;
    display: flex;
    flex-wrap: wrap;
}
.gnav .shop-list-content .shop-list .list-item .cate-part-col1 .cate-detail-item .cate-detail-con a {
    justify-content: start;
    font-size: 12px;
    height: 30px;
    /* float: left; */
    margin: 4px 40px 4px 0;
    padding: 0 10px;
    white-space: nowrap;
    line-height: 30px;
    color: #666;
    width: calc((100% - 120px) / 4);
    display: flex;
    box-sizing: border-box;
    margin-top: 20px;
}
.gnav .shop-list-content .shop-list .list-item .cate-part-col1 .cate-detail-item .cate-detail-con a .cate-detail-img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
.gnav .shop-list-content .shop-list .list-item .cate-part-col1 .cate-detail-item .cate-detail-con a:nth-child(4n+4) {
    margin-right: 0;
}
.gnav .shop-list-content .shop-list .list-item .cate-part-col1 .cate-detail-item .cate-detail-con a:hover {
    color: #FF570D;
}
.gnav .shop-list-content .shop-list .list-item .cate-part-col1 .cate-detail-item:first-child .cate-detail-con {
    border-top: none;
}
.gnav .shop-list-active {
    display: block;
}
.gnav .rightbox {
    position: absolute;
    right: calc(var(--bs-gutter-x) * .5);
    top: 15px;
    bottom: 15px;
    background-color: rgba(255, 255, 255, 0.95);
    width: 240px;
    border-radius: 7px;
}
.floor-style-1 .head-wrap h2 {
  line-height: 30px;
  color: #333;
  font-size: 18px;
  cursor: pointer;
  width: 95%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.floor-style-1 .body-wrap {
  display: flex;
}

.floor-style-1 .body-wrap .left-wrap {
  width: 234px;
  height: 614px;
  cursor: pointer;
  transition: all 0.2s linear;
  overflow: hidden;
}

.floor-style-1 .body-wrap .left-wrap:hover {
  z-index: 2;
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
}

.floor-style-1 .body-wrap .left-wrap img {
  max-width: 100%;
  cursor: pointer;
}

.floor-style-1 .body-wrap .goods-list {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-block-end: 0;
}

.floor-style-1 .body-wrap .goods-list li {
  width: calc(25% - 19px);
  margin-left: 19px;
  margin-bottom: 20px;
  background: #fff;
  cursor: pointer;
  padding: 0;
  transition: all 0.2s linear;
  list-style: none;
}

.floor-style-1 .body-wrap .goods-list li:hover {
  z-index: 2;
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
}

.floor-style-1 .body-wrap .goods-list li .img-wrap {
  width: 100%;
  height: 190px;
  margin: 0 auto 18px;
  text-align: center;
  line-height: 160px;
}

.floor-style-1 .body-wrap .goods-list li .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.floor-style-1 .body-wrap .goods-list li h3 {
  font-size: 14px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin: 5px 15px;
  font-weight: normal;
}

.floor-style-1 .body-wrap .goods-list li .desc {
  margin: 0 30px 10px;
  height: 20px;
  font-size: 12px;
  color: #b0b0b0;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.floor-style-1 .body-wrap .goods-list li .price {
  margin: 0 10px 14px;
  text-align: center;
}

.floor-style-1 .body-wrap .goods-list li .price del {
  margin-left: 0.5em;
  color: #b0b0b0;
}

.floor-style-1 .bottom-wrap {
  height: auto;
  cursor: pointer;
  overflow: hidden;
}

.floor-style-1 .bottom-wrap img {
  max-width: 100%;
}
.floor-style-2 .head-wrap {
  text-align: center;
}

.floor-style-2 .head-wrap h2 {
  line-height: 30px;
  color: #333;
  padding: 10px;
  font-size: 22px;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.floor-style-2 .head-wrap p {
  color: #b0b0b0;
  padding: 0 10px;
  font-size: 14px;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 20px;
}

.floor-style-2 .body-wrap .goods-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-block-end: 0;
}

.floor-style-2 .body-wrap .goods-list li {
  width: calc(20% - 15px);
  margin-left: 15px;
  margin-bottom: 15px;
  background: #fff;
  cursor: pointer;
  padding: 0;
  transition: all 0.2s linear;
  list-style: none;
}

.floor-style-2 .body-wrap .goods-list li:nth-child(5n + 1) {
  margin-left: 0;
}

.floor-style-2 .body-wrap .goods-list li:hover {
  z-index: 2;
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
}

.floor-style-2 .body-wrap .goods-list li .img-wrap {
  width: 100%;
  height: 190px;
  margin: 0 auto 18px;
  text-align: center;
  line-height: 160px;
}

.floor-style-2 .body-wrap .goods-list li .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.floor-style-2 .body-wrap .goods-list li h3 {
  font-size: 14px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin: 5px 15px;
  font-weight: normal;
}

.floor-style-2 .body-wrap .goods-list li .desc {
  margin: 0 30px 10px;
  height: 20px;
  font-size: 12px;
  color: #b0b0b0;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.floor-style-2 .body-wrap .goods-list li .price {
  margin: 0 10px 14px;
  text-align: center;
}

.floor-style-2 .body-wrap .goods-list li .price del {
  margin-left: 0.5em;
  color: #b0b0b0;
}

.floor-style-2 .bottom-wrap {
  margin-top: 10px;
  height: 118px;
  cursor: pointer;
  overflow: hidden;
}

.floor-style-2 .bottom-wrap img {
  max-width: 100%;
}
.floor-style-3 {
  overflow: hidden;
}

.floor-style-3 .item-wrap .head-wrap {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #f0f0f0;
}

.floor-style-3 .item-wrap .head-wrap .title-name {
  display: inline-block;
}

.floor-style-3 .item-wrap .head-wrap .title-name span {
  float: left;
  width: 5px;
  height: 21px;
  margin-top: 15px;
}

.floor-style-3 .item-wrap .head-wrap .title-name h2 {
  float: left;
  margin-left: 10px;
  margin-top: 12px;
  font-weight: bold;
  font-size: 20px;
}

.floor-style-3 .item-wrap .head-wrap .category-wrap {
  float: right;
  display: flex;
  list-style: none;
}

.floor-style-3 .item-wrap .head-wrap .category-wrap li {
  margin-right: 10px;
  list-style: none;
}

.floor-style-3 .body-wrap .left-img-wrap {
  width: 190px;
  height: 360px;
  float: left;
  cursor: pointer;
}

.floor-style-3 .body-wrap .left-img-wrap img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

.floor-style-3 .body-wrap .right-goods-wrap {
  margin-left: 190px;
  text-align: center;
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
}

.floor-style-3 .body-wrap .right-goods-wrap li {
  float: left;
  width: 19.9%;
  background: #fff;
  border-width: 0 0 4px 4px;
  border-color: #fff;
  border-style: solid;
  cursor: pointer;
  list-style: none;
}

.floor-style-3 .body-wrap .right-goods-wrap li h4 {
  font-size: 14px;
  margin: 10px 20px 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
}

.floor-style-3 .body-wrap .right-goods-wrap li p {
  font-size: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 4px 30px;
  height: 20px;
}

.floor-style-3 .body-wrap .right-goods-wrap .img-wrap {
  width: 100%;
  height: 146px;
  line-height: 146px;
  display: inline-block;
}

.floor-style-3 .body-wrap .right-goods-wrap .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.floor-style-3 .bottom-goods-wrap {
  overflow: hidden;
  display: flex;
  list-style: none;
  clear: both;
  margin: 0;
  padding: 0 5px 5px 5px;
}

.floor-style-3 .bottom-goods-wrap li {
  flex: 1;
  background: #fff;
  cursor: pointer;
  list-style: none;
}

.floor-style-3 .bottom-goods-wrap li:first-child {
  border-left: 0;
}

.floor-style-3 .bottom-goods-wrap li .info-wrap {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.floor-style-3 .bottom-goods-wrap li .info-wrap h4 {
  font-size: 14px;
  margin: 0 10px 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 90px;
  font-weight: normal;
}

.floor-style-3 .bottom-goods-wrap li .info-wrap p {
  font-size: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 20px;
  width: 70px;
}

.floor-style-3 .bottom-goods-wrap li .img-wrap {
  width: 70px;
  height: 70px;
  line-height: 70px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.floor-style-3 .bottom-goods-wrap li .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.floor-style-3 .brand-wrap {
  display: flex;
  background: #fff;
}

.floor-style-3 .brand-wrap li {
  flex: 1;
  height: 50px;
  cursor: pointer;
  line-height: 50px;
  text-align: center;
  background: #fff;
}

.floor-style-3 .brand-wrap li img {
  max-width: 100%;
  max-height: 100%;
}

.floor-style-4 .body-left {
  width: 225px;
  padding: 0;
  background: #2f395d;
}
.floor-style-4 .body-title {
  width: 225px;
  padding: 17px 20px;
}
.floor-style-4 .body-title h2 {
  font-size: 30px;
  color: #fff;
  height: 36px;
  line-height: 36px;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.floor-style-4 .body-category {
  width: 225px;
  color: #fff;
}
.floor-style-4 .body-category .category-item {
  height: 74px;
  line-height: 74px;
  padding: 0 13px;
  background: #2f395d;
  color: #fff;
  cursor: pointer;
}
.floor-style-4 .body-category .active {
  background-color: #596CA9!important;
  overflow: hidden;
}

.floor-style-4 .body-wrap {
  display: flex;
}

.floor-style-4 .body-wrap .left-wrap {
  width: 234px;
  height: 614px;
  cursor: pointer;
  transition: all 0.2s linear;
  overflow: hidden;
}

.floor-style-4 .body-wrap .left-wrap:hover {
  z-index: 2;
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
}

.floor-style-4 .body-wrap .left-wrap img {
  max-width: 100%;
  cursor: pointer;
}

.floor-style-4 .body-wrap .goods-list {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-block-end: 0;
}

.floor-style-4 .body-wrap .goods-list li {
  width: 25%;
  background: #fff;
  cursor: pointer;
  padding: 20px;
  transition: all 0.2s linear;
  list-style: none;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-top: 0;
  border-left: 0;
}

.floor-style-4 .body-wrap .goods-list li:hover {
  z-index: 2;
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
}

.floor-style-4 .body-wrap .goods-list li .img-wrap {
  width: 100%;
  height: 190px;
  margin: 0 auto 18px;
  text-align: center;
  line-height: 160px;
}

.floor-style-4 .body-wrap .goods-list li .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.floor-style-4 .body-wrap .goods-list li h3 {
  font-size: 14px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin: 5px 15px;
  font-weight: normal;
}

.floor-style-4 .body-wrap .goods-list li .desc {
  margin: 0 30px 10px;
  height: 20px;
  font-size: 12px;
  color: #b0b0b0;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.floor-style-4 .body-wrap .goods-list li .price {
  margin: 0 10px;
  text-align: center;
}

.floor-style-4 .body-wrap .goods-list li .price del {
  margin-left: 0.5em;
  color: #b0b0b0;
}
