* {
  margin: 0;
  padding: 0;
}
body {
  background: #f1f1f1;
}

/* 顶部导航 */
.top_nav_main {
  width: 100%;
  height: 29vw;
  background: #ffffff;
  border-radius: 0vw 0vw 6.67vw 6.67vw;
  position: fixed;
  top: 0;
  z-index: 99;
}
.top_nav_box_1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 92vw;
  margin: 0 auto;
  padding-top: 2.13vw;
}
.search_box {
  width: 92vw;
  height: 10.13vw;
  background: #f1f1f1;
  border-radius: 5.07vw;
  margin: 0 auto;
  margin-top: 1.6vw;
  display: flex;
  align-items: center;
}
.search_icon {
  width: 4.53vw;
  margin-left: 3.2vw;
}
.search_input {
  width: 76%;
  height: 59%;
  font-weight: 500;
  font-size: 3.73vw;
  color: #000;
  line-height: 5.6vw;
  border: none;
  background: transparent;
  outline: none;
  padding: 0;
  margin: 0 0 0 2.13vw;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.top_nav_logo {
  width: 50.93vw;
}
.top_my_img {
  width: 10.33vw;
  margin-right: 1vw;
}
.top_shop_img {
  width: 10.33vw;
}

.search_btn {
  color: #333333;
  font-weight: 500;
  font-size: 3.73vw;
  line-height: 5.6vw;
  margin-left: 0.53vw;
}
.top_nav_login{
  display: flex;
}
.top_nav_num{
  font-weight: 500;
  font-size: 3.2vw;
  color: #fff;
  line-height: 4.27vw;
  background: #FF6363;
  padding: 0 1.07vw;
  border-radius: 1.87vw;
  position: absolute;
  right: 0vw;
  top: 0.27vw;
}
.top_nav_num_shop{
  position: relative;
}
/* 顶部导航 */

/* 轮播 */
.banner_scroll {
  margin-top: 33.07vw;
  margin-bottom: 5.33vw;
}
.swiper-pagination-bullet-active {
  background: #ff6363 !important;
}
.banner_box {
  width: 92vw;
  height: 92vw;
  margin: 0 auto;
  position: relative;
}
.banner_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5.07vw;
}
.banner_shop_box {
  width: 18.13vw;
  height: 18.13vw;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 5.07vw;
  margin-right: 3.47vw;
}
.banner_shop_1 {
  width: 13.6vw;
  height: 15.73vw;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner_shop_1_img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.banner_shop_price {
  width: 12.27vw;
  height: 4.27vw;
  background: #ff6363;
  border-radius: 2.13vw;
  font-weight: bold;
  font-size: 3.2vw;
  color: #ffffff;
  line-height: 4.8vw;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.banner_shop_main {
  position: absolute;
  bottom: 3.73vw;
  left: 4.8vw;
}
.banner_shop_flex {
  display: flex;
}
/* 轮播 */

.show_index_title {
  width: 90%;
  margin: 0 auto;
  font-weight: bold;
  font-size: 4.8vw;
  color: #333333;
  line-height: 7.2vw;
  margin-bottom: 3.2vw;
}
.show_box_main {
  display: flex;
  justify-content: center;
  margin-top: 2.67vw;
}
.show_box_1 {
  width: 44.8vw;
  height: 38.67vw;
  background: url("../images/show_1.png") no-repeat;
  background-size: 100% 100%;
  margin-right: 2.67vw;
  position: relative;
}
.show_box_1_text {
  font-weight: 400;
  font-size: 3.2vw;
  color: #ffffff;
  line-height: 7.2vw;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 0 0 2.13vw 2.13vw;
  padding: 0 3vw;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.show_box_1_title_1 {
  font-weight: bold;
  font-size: 5.33vw;
  color: #ffffff;
  line-height: 8vw;
  margin-left: 4vw;
  padding-top: 8vw;
}
.show_box_1_title_2 {
  font-weight: 500;
  font-size: 3.2vw;
  color: #ffffff;
  line-height: 4.8vw;
  margin-left: 4vw;
  margin-top: 0.27vw;
}
.show_box_1_btn {
  width: 16.53vw;
  height: 5.87vw;
  background: #ffffff;
  border-radius: 2.93vw;
  font-weight: 500;
  font-size: 3.2vw;
  color: #333333;
  line-height: 4.8vw;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 4vw;
  margin-top: 2.47vw;
}

.show_box_2 {
  width: 44.8vw;
  height: 38.67vw;
  background: url("../images/show_2.png") no-repeat;
  background-size: 100% 100%;
}
.show_box_2_time {
  font-weight: 500;
  font-size: 3.2vw;
  color: #ffffff;
  line-height: 4.53vw;
  text-align: center;
  padding-top: 1.07vw;
}
.show_box_2_title_1 {
  font-weight: bold;
  font-size: 5.33vw;
  color: #ffffff;
  line-height: 8vw;
  margin-left: 4vw;
  margin-top: 0.8vw;
}
.show_box_2_title_2 {
  font-weight: 500;
  font-size: 3.2vw;
  color: #ffffff;
  line-height: 4.8vw;
  margin-left: 4vw;
  margin-top: 0.27vw;
}
.show_box_2_num {
  color: #ffe900;
  padding: 0 1.07vw;
}
.show_box_2_btn {
  width: 16.53vw;
  height: 5.87vw;
  background: #ffffff;
  border-radius: 2.93vw;
  font-weight: 500;
  font-size: 3.2vw;
  color: #333333;
  line-height: 4.8vw;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 4vw;
  margin-top: 3.47vw;
}

.show_box_3 {
  width: 44.8vw;
  height: 28vw;
  background: url("../images/show_3.png") no-repeat;
  background-size: 100% 100%;
  margin-right: 2.67vw;
}
.show_box_3_title_1 {
  font-weight: bold;
  font-size: 4.8vw;
  color: #ffffff;
  line-height: 7.2vw;
  margin-left: 4vw;
  padding-top: 3.47vw;
}

.show_box_3_btn {
  width: 11.2vw;
  height: 5.87vw;
  background: #ffffff;
  border-radius: 2.93vw;
  font-weight: 500;
  font-size: 3.2vw;
  color: #333333;
  line-height: 4.8vw;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 4vw;
  margin-top: 6.13vw;
}

.show_box_4 {
  width: 44.8vw;
  height: 28vw;
  background: url("../images/show_4.png") no-repeat;
  background-size: 100% 100%;
}
.show_box_4_title_1 {
  font-weight: bold;
  font-size: 4.8vw;
  color: #ffffff;
  line-height: 7.2vw;
  margin-left: 4vw;
  padding-top: 3.47vw;
}

.show_box_4_btn {
  width: 11.2vw;
  height: 5.87vw;
  background: #ffffff;
  border-radius: 2.93vw;
  font-weight: 500;
  font-size: 3.2vw;
  color: #333333;
  line-height: 4.8vw;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 4vw;
  margin-top: 6.13vw;
}
.my_btn_all {
  width: 93%;
  height: auto;
  background: #ffffff;
  border-radius: 7.47vw;
  margin: 0 auto;
  margin-top: 5.33vw;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 3.47vw 3.47vw;
  box-sizing: border-box;
}
.my_btn_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 25%;
  height: auto;
  box-sizing: border-box;
  padding: 2.13vw;
}

.my_btn_icon {
  width: 12.8vw;
  height: 12.8vw;
  margin-bottom: 2.13vw;
  background-image: url("../images/my_1.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.my_btn_icon_2 {
  width: 12.8vw;
  height: 12.8vw;
  margin-bottom: 2.13vw;
  background-image: url("../images/my_2.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.my_btn_icon_3 {
  width: 12.8vw;
  height: 12.8vw;
  margin-bottom: 2.13vw;
  background-image: url("../images/my_3.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.my_btn_icon_4 {
  width: 12.8vw;
  height: 12.8vw;
  margin-bottom: 2.13vw;
  background-image: url("../images/my_4.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.my_btn_icon_5 {
  width: 12.8vw;
  height: 12.8vw;
  margin-bottom: 2.13vw;
  background-image: url("../images/my_5.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.my_btn_icon_6 {
  width: 12.8vw;
  height: 12.8vw;
  margin-bottom: 2.13vw;
  background-image: url("../images/my_6.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.my_btn_text {
  font-size: 3.2vw;
  color: #333333;
  text-align: center;
}

.my_btn_text_c {
  font-size: 3.2vw;
  color: #333333;
  text-align: center;
}

.shop_tip_box {
  width: 90%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  margin-top: 5.33vw;
}
.shop_tip_box_text {
  font-weight: bold;
  font-size: 4.8vw;
  color: #333333;
  line-height: 7.2vw;
}
.shop_tip_box_more {
  font-weight: 500;
  font-size: 3.73vw;
  color: #333333;
  line-height: 5.07vw;
  margin-right: 0.8vw;
}
.shop_tip_box_more_flex {
  display: flex;
  align-items: center;
}
.shop_tip_box_more_img {
  width: 1.87vw;
}

.tips_box_main {
  width: 92%;
  margin: 0 auto;
  margin-top: 2.93vw;
  display: flex;
  overflow-x: auto;
  gap: 2.67vw;
  scrollbar-width: none;
  -ms-overflow-style: none; /* IE and Edge */
}
.tips_box_main::-webkit-scrollbar {
  display: none; /* Chrome, Safari and Opera */
}
.tips_box_item {
  font-weight: 500;
  font-size: 3.73vw;
  color: #333333;
  line-height: 5.6vw;
  background: #ffffff;
  border-radius: 4.8vw;
  text-align: center;
  padding: 1.33vw 3.2vw;
  white-space: nowrap;
}
.tips_box_item_focus {
  background: #ff6363;
  color: #ffffff;
}

.shop_item_box {
  width: 44.8vw;
  height: 60vw;
  background: #ffffff;
  border-radius: 7.47vw;
}
.shop_item_tips_1 {
  background: #8fd2f5;
  border-radius: 1.07vw;
  font-weight: bold;
  font-size: 3.2vw;
  color: #ffffff;
  line-height: 4vw;
  text-align: center;
  padding: 0.27vw 0.53vw;
  margin-right: 0.27vw;
}
.shop_item_tips_1_1 {
  background: #90d2f5;
  border-radius: 1.07vw;
  font-weight: bold;
  font-size: 3.2vw;
  color: #ffffff;
  line-height: 4vw;
  text-align: center;
  padding: 0.27vw 0.53vw;
  margin-right: 0.27vw;
}
.shop_item_tips_1_2 {
  background: #ff2370;
  border-radius: 1.07vw;
  font-weight: bold;
  font-size: 3.2vw;
  color: #ffffff;
  line-height: 4vw;
  text-align: center;
  padding: 0.27vw 0.53vw;
  margin-right: 0.27vw;
}
.shop_item_tips_1_3 {
  background: #aac913;
  border-radius: 1.07vw;
  font-weight: bold;
  font-size: 3.2vw;
  color: #ffffff;
  line-height: 4vw;
  text-align: center;
  padding: 0.27vw 0.53vw;
  margin-right: 0.27vw;
}
.shop_item_tips_1_4 {
  background: #e200cd;
  border-radius: 1.07vw;
  font-weight: bold;
  font-size: 3.2vw;
  color: #ffffff;
  line-height: 4vw;
  text-align: center;
  padding: 0.27vw 0.53vw;
  margin-right: 0.27vw;
}
.shop_item_tips_1_5 {
  background: #f5b51a;
  border-radius: 1.07vw;
  font-weight: bold;
  font-size: 3.2vw;
  color: #ffffff;
  line-height: 4vw;
  text-align: center;
  padding: 0.27vw 0.53vw;
  margin-right: 0.27vw;
}
.shop_item_tips_1_15 {
  background: #d71718;
  border-radius: 1.07vw;
  font-weight: bold;
  font-size: 3.2vw;
  color: #ffffff;
  line-height: 4vw;
  text-align: center;
  padding: 0.27vw 0.53vw;
  margin-right: 0.27vw;
}
.shop_item_tips_1_100 {
  background: #ff6a00;
  border-radius: 1.07vw;
  font-weight: bold;
  font-size: 3.2vw;
  color: #ffffff;
  line-height: 4vw;
  text-align: center;
  padding: 0.27vw 0.53vw;
  margin-right: 0.27vw;
}
.shop_item_tips_2 {
  background: #8977e8;
  border-radius: 1.07vw;
  font-weight: bold;
  font-size: 3.2vw;
  color: #ffffff;
  line-height: 4vw;
  text-align: center;
  padding: 0.27vw 0.53vw;
  margin-right: 0.27vw;
}
.tips_color {
  background: #ff2975;
}
.shop_item_tips_3 {
  background: #89d16e;
  border-radius: 1.07vw;
  font-weight: bold;
  font-size: 3.2vw;
  color: #ffffff;
  line-height: 4vw;
  text-align: center;
  padding: 0.27vw 0.53vw;
}
.shop_item_tips_3_xh {
  background: #89d16e;
  border-radius: 1.07vw;
  font-weight: bold;
  font-size: 3.2vw;
  color: #ffffff;
  line-height: 4vw;
  text-align: center;
  padding: 0.27vw 0.53vw;
}
.shop_item_tips_3_xn {
  background: #316ae9;
  border-radius: 1.07vw;
  font-weight: bold;
  font-size: 3.2vw;
  color: #ffffff;
  line-height: 4vw;
  text-align: center;
  padding: 0.27vw 0.53vw;
}
.shop_item_tips_box {
  padding-top: 1.33vw;
  margin-left: 3.2vw;
}

.shop_img_box {
  width: 42.67vw;
  height: 34.67vw;
  margin: 0 auto;
}
.shop_img_box_img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.shop_item_name {
  width: 34.67vw;
  font-weight: 500;
  font-size: 3.2vw;
  color: #333333;
  line-height: 4vw;
  margin-left: 3.2vw;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 8vw;
}
.shop_item_price {
  font-weight: bold;
  font-size: 3.73vw;
  color: #ff6363;
  line-height: 5.6vw;
}
.shop_item_price_1 {
  font-size: 4.53vw;
  margin: 0 0.27vw;
}
.collection_img {
  width: 4.27vw;
}
.shop_item_price_box {
  display: flex;
  width: 37.33vw;
  margin-left: 3.2vw;
  justify-content: space-between;
  margin-top: 1.33vw;
}
.shop_box_main {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 3.2vw;
  width: 93%;
  margin: 0 auto;
  margin-top: 3.2vw;
  margin-bottom: 29.33vw;
}

/* 底部导航 */
/* 分类选择弹窗 */
.sort_box_main {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  align-items: flex-end;
  justify-content: center;
  z-index: 900;
}

.sort_box_content {
  width: 93.33vw;
  max-height: 80vh;
  background: #ffffff;
  border-radius: 5.33vw;
  padding: 5.33vw;
  box-sizing: border-box;
  overflow-y: auto;
  margin-bottom: 26.67vw;
}

.sort_box_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.33vw;
  padding-bottom: 2.4vw;
}

.sort_box_title {
  font-size: 4.8vw;
  font-weight: bold;
  color: #333333;
}

.sort_box_close {
  width: 3.47vw;
  height: 3.47vw;
  background: url("../images/close.png") no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
}

.sort_box_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4vw;
}

.sort_box_item {
  background: #f4f6f8;
  border-radius: 4.6vw;
  padding: 0 3.2vw;
  text-align: center;
  font-size: 3.73vw;
  color: #333333;
  cursor: pointer;
  transition: all 0.3s ease;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
  min-height: 5.1vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer_nav_main {
  position: fixed;
  bottom: 5.33vw;
  left: 50%;
  transform: translate(-50%, 0);
  right: 0;
  width: 93.33vw;
  height: 18.13vw;
  background: #333333;
  border-radius: 8.53vw;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  z-index: 1000;
  box-sizing: border-box;
}

.footer_nav_item_box {
  width: 86.4vw;
  display: flex;
  margin-top: 1.6vw;
}

.footer_nav_item_1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
  height: 100%;
}
.footer_nav_item_2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
  height: 100%;
}
.footer_nav_item_3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
  height: 100%;
}
.footer_nav_item_4 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
  height: 100%;
}
.footer_nav_item_5 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
  height: 100%;
}

.footer_nav_icon_1 {
  width: 9.33vw;
  height: 9.33vw;
  margin-bottom: 0vw;
  background: url("../images/index.png") no-repeat;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.footer_nav_icon_2 {
  width: 9.33vw;
  height: 9.33vw;
  margin-bottom: 0vw;
  background: url("../images/assort.png") no-repeat;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.footer_nav_icon_3 {
  width: 9.33vw;
  height: 9.33vw;
  margin-bottom: 0vw;
  background: url("../images/shop.png") no-repeat;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.footer_nav_icon_4 {
  width: 9.33vw;
  height: 9.33vw;
  margin-bottom: 0vw;
  background: url("../images/my.png") no-repeat;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.footer_nav_icon_5 {
  width: 9.33vw;
  height: 9.33vw;
  margin-bottom: 0vw;
  background: url("../images/web.png") no-repeat;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.footer_nav_text {
  font-size: 3.2vw;
  color: #888888;
  text-align:center;
}

.footer_nav_item_1.active .footer_nav_text {
  color: #ff6363;
}
.footer_nav_item_1.active .footer_nav_icon_1 {
  background: url("../images/index_active.png") no-repeat;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.footer_nav_item_2.active .footer_nav_text {
  color: #ff6363;
}
.footer_nav_item_2.active .footer_nav_icon_2 {
  background: url("../images/assort_active.png") no-repeat;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.footer_nav_item_3.active .footer_nav_text {
  color: #ff6363;
}
.footer_nav_item_3.active .footer_nav_icon_3 {
  background: url("../images/shop_active.png") no-repeat;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.footer_nav_item_4.active .footer_nav_text {
  color: #ff6363;
}
.footer_nav_item_4.active .footer_nav_icon_4 {
  background: url("../images/my_active.png") no-repeat;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
 .loading-spinner {
            text-align: center;
            padding: 30px;
            color: #999;
        }
/* 底部导航 */
.footer {
    color:#666;
    font-size:0.8em;
    background: #F1F1F1;
    text-align: center;
    padding: 2% 0;
    margin-bottom: 25vw;
    /* position: relative;*/
}
.hidden {
    display: none;
}
a {
  text-decoration: none;
  color: inherit;
}
.flex_new_web{
  display: flex;
  flex-direction: column;
  align-items: center;
}