.index-box {
  padding: 20px 0;
}

.index-box .index-grid {
  position: relative;
  display: flex;
  width: var(--container-width);
  margin: 0 auto 20px;
}

.index-grid .grid-category {
  width: 220px;
  height: 514px;
  background-color: #fff;
  border-radius: 4px;
  margin-right: 14px;
  overflow-y: auto;
}

.index-grid .grid-category>ul {
  padding: 7px 0;
}

.index-grid .grid-category>ul>li.nav {
  height: 50px;
  padding: 0 12px 0 18px;
}

.index-grid .grid-category>ul>li.nav:hover .first-tit,
.secord-tit:hover,
.third-tit:hover {
  color: #1A65FF !important;
}

.index-grid .grid-category>ul>li.nav:hover .nav-children {
  display: block;
}

.index-grid .grid-category>ul>li.nav .first-tit {
  max-width: 85%;
  color: #333333;
  font-family: "HarmonyOS Sans SC";
  font-size: 16px;
  font-weight: 400;
  line-height: 50px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index-grid .grid-category>ul>li.nav .nav-children {
  display: none;
  position: absolute;
  top: 0;
  left: 220px;
  width: 840px;
  height: 514px;
  background-color: #fff;
  box-shadow: 20px 0 15px 0 #4444440d;
  overflow-y: auto;
  z-index: 3;
}

.index-grid .grid-category>ul>li.nav .nav-children>ul {
  padding: 24px;
}

.index-grid .grid-category>ul>li.nav .nav-children>ul>li.child {
  margin-bottom: 30px;
}

.index-grid .grid-category>ul>li.nav .nav-children>ul>li.child .child-cover {
  display: block;
  width: 54px;
  height: 44px;
  margin-right: 14px;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.index-grid .grid-category>ul>li.nav .nav-children>ul>li.child .chilid-desc .secord-tit {
  display: block;
  color: #333333;
  font-family: "HarmonyOS Sans SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 14px;
  white-space: nowrap;
}

.index-grid .grid-category>ul>li.nav .nav-children>ul>li.child .chilid-desc .third-tit {
  display: block;
  color: #797979;
  font-family: "HarmonyOS Sans SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  margin-right: 30px;
  margin-bottom: 10px;
  white-space: nowrap;
}

.index-grid .grid-middle {
  width: 826px;
  margin-right: 14px;
}

.index-grid .grid-middle .middle-layout {
  width: 100%;
  height: 112px;
  padding: 12px 12px 0;
  background-color: #fff;
  margin-bottom: 14px;
  white-space: nowrap;
  overflow-x: auto;
  box-sizing: border-box;
}

.index-grid .grid-middle .middle-layout::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #F5F5F5;
}

.index-grid .grid-middle .middle-layout::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  background-color: #F5F5F5;
}

.index-grid .grid-middle .middle-layout::-webkit-scrollbar-thumb {
  border-radius: 6px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: #999;
}

.index-grid .grid-middle .middle-layout .card-layout {
  width: 193px;
  height: 88px;
  border-radius: 2px;
  margin-right: 10px;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.index-grid .grid-middle .middle-layout .card-layout:hover {
  box-shadow: 1px 1px 4px rgb(0 0 0 / 8%);
}

/* 
.index-grid .grid-middle .middle-layout .card-layout:first-child {
  background: linear-gradient(103deg, #F2FCFB 9.14%, #EBFFFB 93.38%);
}

.index-grid .grid-middle .middle-layout .card-layout:nth-child(2) {
  background: linear-gradient(103deg, #F1F8FD 9.14%, #EBF8FF 93.38%);
}

.index-grid .grid-middle .middle-layout .card-layout:nth-child(3) {
  background: linear-gradient(103deg, #FDF7F9 9.14%, #FFF7F8 93.38%);
}


.index-grid .grid-middle .middle-layout .card-layout:nth-child(4) {
  background: linear-gradient(103deg, #FFFAF6 9.14%, #FFF5EA 93.38%);
} */

.index-grid .grid-middle .middle-layout .card-layout:last-child {
  margin-right: 0;
}


.index-grid .grid-middle .middle-layout .card-layout .item-txt {
  color: #333333;
  font-family: "HarmonyOS Sans SC";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  padding: 0 14px;
}

.index-grid .grid-middle .middle-layout .card-layout .item-cover {
  display: block;
  width: 88px;
  height: 88px;
}

.index-grid .grid-middle .swiper-container {
  width: 100%;
  height: 388px;
  margin: 0 auto;
  overflow: hidden;
}

.index-grid .grid-middle .swiper-container .cover {
  display: block;
  width: 100%;
  height: 100%;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.index-grid .grid-middle .swiper-container .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
  opacity: .5;
  margin: 0 8px;
}

.index-grid .grid-middle .swiper-container .swiper-pagination-bullet-active {
  width: 20px;
  height: 8px;
  border-radius: 100px;
  opacity: 1;
}

.index-grid .grid-middle .swiper-container .swiper-button-prev,
.index-grid .grid-middle .swiper-container .swiper-button-next {
  width: 42px;
  height: 42px;
  background: rgba(255, 255, 255, .1);
  backdrop-filter: blur(7.5px);
  border-radius: 50%;
}

.index-grid .grid-middle .swiper-container .swiper-button-prev:hover,
.index-grid .grid-middle .swiper-container .swiper-button-next:hover {
  background-color: var(--primary-color);
}

.index-grid .grid-middle .swiper-container .swiper-button-prev::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(calc(2px - 50%), -50%) rotate(-45deg);
  width: 10px;
  height: 10px;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
}

.index-grid .grid-middle .swiper-container .swiper-button-next::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transform: translate(calc(-2px - 50%), -50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
}

.index-grid .grid-right {
  width: 222px;
}

.index-grid .grid-right .right-card {
  width: 100%;
  height: 250px;
  padding: 16px 12px;
  background-color: #fff;
  margin-bottom: 14px;
  box-sizing: border-box;
}

.index-grid .grid-right .right-card:last-child {
  margin-bottom: 0;
}

.index-grid .grid-right .right-card .h-tit {
  color: #333333;
  font-family: "HarmonyOS Sans SC";
  font-size: 16px;
  line-height: 16px;
  font-style: normal;
  font-weight: 400;
}

.index-grid .grid-right .right-card .h-rt {
  color: #979797;
  font-family: "HarmonyOS Sans SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
}

.index-grid .grid-right .right-card .h-rt:hover {
  color: var(--primary-color);
}

.index-grid .grid-right .right-card .b-content .ad-item {
  display: block;
  width: 100%;
  height: 78px;
  margin-top: 12px;
}

.index-grid .grid-right .right-card .b-content .ad-item>img {
  width: 100%;
  height: 100%;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.index-grid .grid-right .right-card .b-content ul.news-list {
  height: 102px;
  overflow-y: auto;
  margin-top: 16px;
}

.index-grid .grid-right .right-card .b-content ul.news-list.long {
  height: 180px;
}

.index-grid .grid-right .right-card .b-content ul.news-list::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: #F5F5F5;
}

.index-grid .grid-right .right-card .b-content ul.news-list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  background-color: #F5F5F5;
}

.index-grid .grid-right .right-card .b-content ul.news-list::-webkit-scrollbar-thumb {
  border-radius: 6px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: #555;
}

.index-grid .grid-right .right-card .b-content ul.news-list>li {
  margin-bottom: 16px;
}

.index-grid .grid-right .right-card .b-content ul.news-list>li .tag {
  display: inline-block;
  color: #1a65ff;
  text-align: center;
  font-family: "HarmonyOS Sans SC";
  font-size: 12px;
  line-height: 12px;
  font-style: normal;
  font-weight: 400;
  border-radius: 2px;
  padding: 3px 6px;
  background: #1a65ff1a;
  margin-right: 2px;
}

.index-grid .grid-right .right-card .b-content ul.news-list>li .txt {
  display: inline-block;
  width: calc(100% - 42px);
  color: #333333;
  font-family: "HarmonyOS Sans SC";
  font-size: 14px;
  line-height: 18px;
  font-style: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}

.index-grid .grid-right .right-card .b-content ul.news-list>li:hover .txt {
  color: var(--primary-color);
}

.index-grid .grid-right .right-card .login-box {
  padding-bottom: 20px;
  border-bottom: #EEEEEE solid 1px;
}

.index-grid .grid-right .right-card .login-box .item-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  margin-right: 10px;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.index-grid .grid-right .right-card .login-box .item-avatar>img {
  width: 100%;
  height: 100%;
}

.index-grid .grid-right .right-card .login-box .item-info .nickname {
  width: 140px;
  color: #333333;
  font-family: "HarmonyOS Sans SC";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 8px;
}

.index-grid .grid-right .right-card .login-box .item-info .desc {
  color: var(--primary-color);
  font-family: "HarmonyOS Sans SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
}

.index-grid .grid-right .right-card .login-box .item-info .more {
  color: #797979;
  font-family: "HarmonyOS Sans SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
}

.index-grid .grid-right .right-card .member-box {
  padding: 8px 0;
}

.index-grid .grid-right .right-card .member-box .member-item {
  width: 48px;
  padding: 12px 9px;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.index-grid .grid-right .right-card .member-box .member-item .item-cover {
  display: block;
  width: 28px;
  height: 28px;
  margin: 0 auto 10px;
}

.index-grid .grid-right .right-card .member-box .member-item .item-txt {
  color: #333333;
  text-align: center;
  font-family: "HarmonyOS Sans SC";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
}

.index-grid .grid-right .right-card .member-box .member-item:hover .item-txt {
  color: var(--primary-color);
}

.index-recommend {
  position: relative;
  width: var(--container-width);
  margin: 0 auto 60px;
}

.index-recommend .recommend-card {
  height: 210px;
  padding: 16px;
  border-radius: 4px;
  background: #FFF;
  margin-right: 14px;
  box-sizing: border-box;
}

.index-recommend .recommend-card:last-child {
  margin-right: 0;
}

.index-recommend .recommend-card .h-content {
  margin-bottom: 14px;
}

.index-recommend .recommend-card .h-tit {
  color: #333333;
  font-family: "HarmonyOS Sans SC";
  font-size: 18px;
  line-height: 18px;
  font-style: normal;
  font-weight: 400;
}

.index-recommend .recommend-card .h-rt {
  color: #979797;
  font-family: "HarmonyOS Sans SC";
  font-size: 14px;
  line-height: 14px;
  font-style: normal;
  font-weight: 400;
}

.index-recommend .recommend-card .h-rt.gold {
  color: #B5691A;
  font-size: 16px;
  line-height: 16px;
}

.index-recommend .recommend-card .b-content {
  position: relative;
}

.index-recommend .recommend-card .b-content .full {
  width: 280px;
  height: 146px;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.index-recommend .recommend-card .b-content .tag {
  position: absolute;
  top: 0;
  left: 0;
  width: 28px;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.index-recommend .recommend-card .b-content .limit-item .item-cover {
  position: relative;
  display: inline-block;
  width: 146px;
  height: 146px;
  vertical-align: top;
}

.index-recommend .recommend-card .b-content .limit-item .item-cover .cover {
  width: 100%;
  height: 100%;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.limit-mark-con .mark-item .mark-txt {
  line-height: 53px;
}

.content-mark-con .mark-item .mark-txt {
  line-height: 52px;
}

.index-recommend .recommend-card .recommend-banner {
  width: 931px;
}

.index-recommend .recommend-card .recommend-banner.long {
  width: 1264px;
}

.index-recommend .recommend-card .b-content .limit-item .item-info {
  display: inline-block;
  width: 288px;
  vertical-align: top;
  margin-left: 10px;
}

.index-recommend .recommend-card .b-content .limit-item .item-info .title {
  display: block;
  color: #333333;
  font-family: "HarmonyOS Sans SC";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index-recommend .recommend-card .b-content .limit-item .item-info .subtitle {
  display: block;
  color: #666666;
  font-family: "HarmonyOS Sans SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  margin-bottom: 20px;
}

.index-recommend .recommend-card .b-content .limit-item .item-info .price {
  color: var(--price-main-color);
  font-family: "HarmonyOS Sans SC";
  font-size: 24px;
  line-height: 24px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 12px;
}

.index-recommend .recommend-card .b-content .limit-item .item-info .price .unit {
  color: var(--price-main-color);
  font-size: 16px;
}

.index-recommend .recommend-card .b-content .limit-item .item-info .price .underline {
  color: #979797;
  font-family: "HarmonyOS Sans SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  text-decoration-line: line-through;
  margin-left: 4px;
}

.index-recommend .recommend-card .b-content .limit-item .item-info .btn-buy {
  position: relative;
  width: 288px;
  height: 42px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
}

.index-recommend .recommend-card .b-content .limit-item .item-info .btn-buy .bar-box {
  position: relative;
  width: 200px;
  height: 17px;
  border-radius: 1000px;
  background: #f634340d;
  margin-left: 10px;
}

.index-recommend .recommend-card .b-content .limit-item .item-info .btn-buy .bar-box .bar {
  height: 17px;
  border-radius: 1000px;
  background: #ff192c1a;
}

.index-recommend .recommend-card .b-content .limit-item .item-info .btn-buy .bar-box .txt {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  color: #f63434;
  font-family: "HarmonyOS Sans SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  text-align: center;
}

.index-recommend .recommend-card .b-content .limit-item .item-info .btn-buy .buy {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  color: #ffffff!important;
  font-family: "Alimama ShuHeiTi";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
}

.index-floor {
  position: relative;
  width: var(--container-width);
  margin: 0 auto;
}

.index-floor .floor-group {
  margin-bottom: 38px;
}

.index-floor .floor-head {
  margin-bottom: 20px;
}

.index-floor .floor-head .hd-lf {
  color: #333333;
  font-family: "Helvetica";
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

.index-floor .floor-head .hd-rt .floor-tag {
  text-align: center;
  font-family: "HarmonyOS Sans SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  padding: 0 20px;
}

.index-floor .floor-head .hd-rt .floor-tag.current {
  color: var(--primary-color);
}

.index-floor .floor-head .hd-rt .more {
  color: #999999;
  text-align: center;
  font-family: "HarmonyOS Sans SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.index-floor .floor-head .hd-rt .more>img {
  width: 16px;
  height: 16px;
}

.index-floor .floor-item {
  padding: 20px 26px;
  background-color: #fff;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.index-floor .floor-item .item-ablums {
  position: relative;
  width: 192px;
  height: 192px;
  margin-bottom: 20px;
}

.index-floor .floor-item .item-ablums .cover {
  width: 100%;
  height: 100%;
  transition: all 1s ease 0s;
}

.index-floor .floor-item .item-ablums .cover:hover {
  transform: scale(.9);
}

.index-floor .floor-item .item-title {
  color: #000000;
  text-align: center;
  font-family: "HarmonyOS Sans SC";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 8px;
}

.index-floor .floor-item .item-subtitle {
  color: #999999;
  text-align: center;
  font-family: "HarmonyOS Sans SC";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 15px;
}

.index-floor .floor-item .item-tag {
  height: 16px;
  text-align: center;
  margin-bottom: 10px;
}

.index-floor .floor-item .item-tag .gold {
  color: #b5691a;
  text-align: center;
  font-family: "HarmonyOS Sans SC";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  border-radius: 2px;
  padding: 0 4px;
  border: 1px solid #B5691A;
}

.index-floor .floor-item .item-tag .red {
  color: #FF5722;
  text-align: center;
  font-family: "HarmonyOS Sans SC";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  border-radius: 2px;
  padding: 0 4px;
  border: 1px solid #FF5722;
}

.index-floor .floor-item .item-tag .blue {
  color: #1E9FFF;
  text-align: center;
  font-family: "HarmonyOS Sans SC";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  border-radius: 2px;
  padding: 0 4px;
  border: 1px solid #1E9FFF;
}


.index-floor .floor-item .item-price {
  color: var(--price-main-color);
  text-align: center;
  font-family: "HarmonyOS Sans SC";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}

.index-floor .floor-item .tips {
  color: #fff;
  text-align: center;
  font-family: "HarmonyOS Sans SC";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  padding: 0 4px;
  background-color: var(--primary-color);
  margin-left: 5px;
}

.index-floor .floor-item .item-price .market-price {
  color: #999999;
  text-align: center;
  font-family: "HarmonyOS Sans SC";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  text-decoration-line: line-through;
  margin-left: 5px;
}

.index-floor .floor-type {
  display: none;
  /* display: grid; */
  grid-template-columns: repeat(5, 248px);
  grid-template-rows: repeat(2, 347px);
  gap: 14px;
}

.index-floor .floor-type.current {
  display: grid;
}

.index-floor .floor-type.style1 {
  grid-template-areas:
    'a . . . .'
    'a . . . .';
}

.index-floor .floor-type.style2 {
  grid-template-areas:
    'a a a a a'
    '. . . . .';
}

.index-floor .floor-type.style3 {
  grid-template-areas:
    'a a . . .'
    '. . . . .';
}

.index-floor .floor-type.style4 {
  grid-template-areas:
    'a a . . .'
    'a a . . .';
}

.index-floor .floor-type .floor-ad {
  grid-area: a;
}

.index-floor .floor-empty {
  text-align: center;
}


.index-floor .floor-ad>img {
  width: 100%;
  height: 100%;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.index-floor .floor-quick {
  display: none;
  position: fixed;
  top: 50%;
  right: calc(50% + var(--container-width) / 2 + 46px);
  transform: translateY(-50%);
  z-index: 3;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.index-floor .floor-quick.show {
  display: block;
}

.index-floor .floor-quick .quick-item {
  cursor: pointer;
  margin-bottom: 22px;
}

.index-floor .floor-quick .quick-item:hover .item-num {
  color: var(--primary-color);
}

.index-floor .floor-quick .quick-item.current .item-num {
  display: none;
}

.index-floor .floor-quick .quick-item.current .item-name {
  display: block;
}

.index-floor .floor-quick .quick-item .item-num {
  color: #979797;
  text-align: right;
  font-family: "HarmonyOS Sans SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
}

.index-floor .floor-quick .quick-item .item-name {
  display: none;
  color: #333333;
  text-align: right;
  font-family: "HarmonyOS Sans SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  white-space: nowrap;
}

.index-floor .floor-quick .quick-item .item-name::after {
  content: '';
  display: inline-block;
  width: 2px;
  height: 13px;
  background: #333;
  margin-left: 4px;
  vertical-align: middle;
}