@charset "UTF-8";
#app {
  height: 100%;
}

.bgColor {
  background: #f4f8fb;
}

.icon {
  display: inline-block;
}

.overflow-scroll {
  overflow-x: hidden;
  overflow-y: scroll;
  position: absolute;
  width: 100%;
  top: 1.18rem;
  left: 0;
  bottom: 1.33rem;
  -webkit-overflow-scrolling: touch;
}

.moduleMargin {
  margin-top: 0.2667rem;
}

.right-arrow {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-size: cover;
  vertical-align: middle;
  background: url("../img/right-arrow.png") no-repeat center;
  margin-top: -3px;
  margin-left: 5px;
}

.clearFix {
  clear: both;
}

.footer-nav {
  height: 1.33rem;
  width: 100%;
  border-top: 1px solid #e6e6e6;
  position: fixed;
  bottom: 0;
  background: #ffffff;
}

.footer-nav_list {
  width: 100%;
  height: 1.33rem;
}

.footer-nav_list_single {
  width: 25%;
  height: 1.33rem;
  line-height: 1.33rem;
  text-align: center;
  float: left;
  position: relative;
  top: 0;
}

.footer-nav_list_single_shoppingCount {
  background: #d6000f;
  color: #ffffff;
  border-radius: 50%;
  width: 0.4rem;
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
  position: absolute;
  top: 0.1rem;
  right: 0.3rem;
}

.footer-nav_list_single a {
  width: 100%;
  display: block;
  z-index: 100;
  color: #555555;
  text-decoration: none;
}

.footer-nav_list_single a p {
  font-size: 14px;
  width: 100%;
  margin-top: -17px;
}

.footer-nav_list_single a i {
  width: 100%;
  height: 30px;
  display: block;
}

.footer-nav_list_single a .footer-icon {
  background-size: 22px !important;
}

.footer-nav_list_single a .footer-index {
  background: url("../img/home.png") no-repeat center;
}

.footer-nav_list_single a .footer-classify {
  background: url("../img/fenlei.png") no-repeat center;
}

.footer-nav_list_single a .footer-cart {
  background: url("../img/cart.png") no-repeat center;
}

.footer-nav_list_single a .footer-my {
  background: url("../img/personal.png") no-repeat center;
}

.footer-nav_list_single a .footer-my-active {
  background: url("../img/personal-active.png") no-repeat center;
}

.footer-nav_list_single a .footer-cart-active {
  background: url("../img/cart-active.png") no-repeat center;
}

.footer-nav_list_single a .footer-index-active {
  background: url("../img/home-active.png") no-repeat center;
}

.footer-nav_list_single a .footer-classify-active {
  background: url("../img/fenlei-active.png") no-repeat center;
}

.footer-nav_list_single .word-active {
  color: #d6000f;
}

/* 2021/4/6 14:26:55 modify footer bar style */
.footer-nav-bar {
  height: 1.33rem;
  width: 100%;
  border-top: 1px solid #e6e6e6;
  position: fixed;
  bottom: 0;
  background: #ffffff;
  z-index: 999999999;
}

.footer-nav-bar .nav-list {
  width: 100%;
  height: 1.33rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  justify-content: space-around;
  -webkit-justify-content: space-around;
  align-items: center;
  -webkit-align-items: center;
}

.footer-nav-bar .nav-list .nav-item {
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
}

.footer-nav-bar .nav-list .nav-item .link {
  text-decoration: none;
  color: #555555;
  display: block;
  height: 80%;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: space-around;
  -webkit-justify-content: space-around;
  align-items: center;
  -webkit-align-items: center;
}

.footer-nav-bar .nav-list .nav-item .link i {
  width: 0.573333rem;
  height: 0.506667rem;
  display: block;
  margin: 0 auto;
}

.footer-nav-bar .nav-list .nav-item .link p {
  font-size: 0.186667rem;
  text-align: center;
}

.footer-nav-bar .nav-list .nav-item .link .footer-icon {
  background-size: 0.573333rem !important;
}

.footer-nav-bar .nav-list .nav-item .link .footer-index {
  background: url("https://cdn-opimage.qiumeiapp.com/zg/home/footerNavBar/home.png") no-repeat center;
}

.footer-nav-bar .nav-list .nav-item .link .footer-classify {
  background: url("https://cdn-opimage.qiumeiapp.com/zg/home/footerNavBar/fenlei.png") no-repeat center;
}

.footer-nav-bar .nav-list .nav-item .link .footer-seeding {
  background: url("https://cdn-opimage.qiumeiapp.com/zg/home/footerNavBar/seeding.png?time=20210408") no-repeat center;
}

.footer-nav-bar .nav-list .nav-item .link .footer-seeding-2211 {
  background: url("https://cdn-opimage.qiumeiapp.com/zg/home/footerNavBar/seeding_2211.png?time=20221028") no-repeat center;
}

.footer-nav-bar .nav-list .nav-item .link .footer-cart {
  background: url("https://cdn-opimage.qiumeiapp.com/zg/home/footerNavBar/cart.png") no-repeat center;
}

.footer-nav-bar .nav-list .nav-item .link .footer-my {
  background: url("https://cdn-opimage.qiumeiapp.com/zg/home/footerNavBar/personal.png") no-repeat center;
}

.footer-nav-bar .nav-list .nav-item .link .count-badge {
  background: #d6000f;
  color: #ffffff;
  border-radius: 50%;
  width: 0.4rem;
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
  position: absolute;
  top: 0.1rem;
  right: 0.25rem;
}

.footer-nav-bar .nav-list .nav-item.active a p {
  color: #d6000f;
}

.footer-nav-bar .nav-list .nav-item.active a .footer-index {
  background: url("https://cdn-opimage.qiumeiapp.com/zg/home/footerNavBar/home-active.png") no-repeat center;
}

.footer-nav-bar .nav-list .nav-item.active a .footer-classify {
  background: url("https://cdn-opimage.qiumeiapp.com/zg/home/footerNavBar/fenlei-active.png") no-repeat center;
}

.footer-nav-bar .nav-list .nav-item.active a .footer-seeding {
  background: url("https://cdn-opimage.qiumeiapp.com/zg/home/footerNavBar/seeding-active.png?time=20210408") no-repeat center;
}

.footer-nav-bar .nav-list .nav-item.active a .footer-seeding-2211 {
  background: url("https://cdn-opimage.qiumeiapp.com/zg/home/footerNavBar/seeding-active_2211.png?time=20221028") no-repeat center;
}

.footer-nav-bar .nav-list .nav-item.active a .footer-cart {
  background: url("https://cdn-opimage.qiumeiapp.com/zg/home/footerNavBar/cart-active.png") no-repeat center;
}

.footer-nav-bar .nav-list .nav-item.active a .footer-my {
  background: url("https://cdn-opimage.qiumeiapp.com/zg/home/footerNavBar/personal-active.png") no-repeat center;
}

.pro-title {
  z-index: 500;
  background: #ffffff;
  height: 1.15rem;
  line-height: 1.15rem;
  text-align: center;
  width: 100%;
  position: fixed;
  top: 0;
  color: #555555;
  font-size: 16px;
}

.pro-title_leftArea {
  height: 1.15rem;
  line-height: 1.15rem;
  width: 1.15rem;
  position: absolute;
  left: 0;
}

.pro-title_leftArea_arrow {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-size: cover;
  vertical-align: middle;
  background: url("../img/right-arrow.png") no-repeat center;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  margin-top: -3px;
  margin-left: 5px;
}

.pro-title_content {
  width: 70%;
  height: 1.15rem;
  margin: 0 auto;
}

.fillModule {
  height: 1.2rem;
  width: 100%;
}

[v-cloak] {
  display: none;
}

.text-NoUnderline {
  text-decoration: none;
}

.home-search {
  width: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  z-index: 100;
}

.home-search_box {
  width: 9.49rem;
  background: #f6f6f6;
  border-radius: 3px;
  height: .85rem;
  line-height: 0.85rem;
  margin: .27rem auto;
}

.home-search_box_searchIcon {
  height: 0.85rem;
  width: 1rem;
  text-align: center;
  line-height: 0.85rem;
  float: left;
}

.home-search_box_searchIcon img {
  width: 0.45rem;
  margin-top: 0.15rem;
}

.home-search_box_input {
  float: left;
  width: 6rem;
  height: 0.85rem;
  line-height: 0.85rem;
}

.home-search_box_input input {
  border: none;
  width: 7rem;
  font-size: 14px;
  outline: none;
  height: 100%;
  margin-left: 0;
}

.home-search_box_reset {
  height: 0.85rem;
  width: 1rem;
  text-align: center;
  line-height: 0.85rem;
  position: absolute;
  right: 0.7rem;
}

.home-search_box_reset img {
  width: 0.45rem;
  margin-top: 0.15rem;
}

.home-closeSearchBox {
  position: absolute;
  left: 0.2rem;
  top: 0.55rem;
}

.home-search_style {
  background: #ffffff;
}

.home-search_box_style {
  background: #f3f3f3;
}

.search-panel {
  background: #ffffff;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 100;
  overflow: hidden;
}

.home-header_banner {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.home-header_banner .swiper-container {
  width: 100%;
  height: 100%;
}

.home-header_banner .swiper-container img {
  width: 100%;
  display: block;
  margin: 0 auto;
}

.home-header_banner .swiper-pagination-bullet {
  width: .56rem;
  height: 3px;
  background: #9e9e9b;
  border-radius: 0px;
}

.home-conpou_entrance {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 0 0 .51rem;
  background: #fff;
}

.home-conpou_entrance img {
  width: 100%;
  display: block;
}

.home-secKill_container {
  width: 9.333333rem;
  margin: 0.266667rem auto;
}

.home-secKill_container img {
  width: 50%;
}

.home-secKill_container.going .title {
  width: 9.333333rem;
  height: 0.666667rem;
  color: #fff;
  font-weight: bold;
  font-size: 0.373333rem;
  box-sizing: border-box;
  padding: 0 0.4rem;
  background-color: #d1151e;
  letter-spacing: 2;
  border-top-left-radius: 0.133333rem;
  border-top-right-radius: 0.133333rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
}

.home-secKill_container.going .title .ms-countdown {
  font-size: 0.293333rem;
  letter-spacing: 0.066667rem;
  height: 0.4rem;
  line-height: 0.4rem;
}

.home-secKill_container.going .title .ms-countdown span {
  display: inline-block;
  width: 0.466667rem;
  height: 0.4rem;
  color: #d1151e;
  text-align: center;
  background-color: #ffffff;
  letter-spacing: normal;
}

.home-secKill_container.going .image-container {
  width: 100%;
}

.home-new {
  width: 100%;
  height: 100%;
  background-color: #f3f1e5;
}

.home-new .hot-new-product {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.home-new .hot-new-product .hot-product {
  width: 10rem;
  margin: 0 auto;
}

.home-new .hot-new-product .hot-product .item img {
  width: 100%;
  display: block;
}

.home-classify {
  width: 100%;
  color: #555555;
}

.home-classify_header {
  height: 1.1rem;
  line-height: 1.1rem;
  text-align: center;
  font-size: 16px;
}

.home-classify_body {
  background: #ffffff;
  width: 100%;
}

.home-classify_body_list {
  width: 33%;
  float: left;
  height: 2rem;
  text-align: center;
  background: #ffffff;
  padding: 0.2rem 0;
}

.home-classify_body_list img {
  width: 1.33rem;
  height: 1.33rem;
}

.home-classify_body_list p {
  margin-top: 10px;
  font-size: 14px;
}

.home-newClassify {
  padding: .4rem .20rem 0;
  margin-bottom: .27rem;
  height: 3.17rem;
  background: #fff;
  font-size: 14px;
  text-align: center;
  color: #333;
}

.home-newClassify_single {
  float: left;
  padding-top: .67rem;
  width: 2.4rem;
  height: .87rem;
  position: relative;
}

.home-newClassify_single span {
  position: absolute;
  width: .8rem;
  height: 3px;
  background-color: #d6000f;
  border-radius: 1px;
  left: 50%;
  margin-left: -0.4rem;
  bottom: 17%;
  display: none;
}

.home-newClassify_single.single-icon1 {
  background: url("../img/home/single-icon1_df.png") no-repeat center top;
  background-size: .67rem .61rem;
}

.home-newClassify_single.single-icon2 {
  background: url("../img/home/single-icon2_df.png") no-repeat center top;
  background-size: .67rem .61rem;
}

.home-newClassify_single.single-icon3 {
  background: url("../img/home/single-icon3_df.png") no-repeat center top;
  background-size: .67rem .61rem;
}

.home-newClassify_single.single-icon4 {
  background: url("../img/home/single-icon4_df.png") no-repeat center top;
  background-size: .67rem .61rem;
}

.home-newClassify_single.single-icon5 {
  background: url("../img/home/single-icon5_df.png") no-repeat center top;
  background-size: .67rem .61rem;
}

.home-newClassify_single.single-icon6 {
  background: url("../img/home/single-icon6_df.png") no-repeat center top;
  background-size: .67rem .61rem;
}

.home-newClassify_single.single-icon7 {
  background: url("../img/home/single-icon7_df.png") no-repeat center top;
  background-size: .67rem .61rem;
}

.home-newClassify_single.single-icon8 {
  background: url("../img/home/single-icon8_df.png") no-repeat center top;
  background-size: .67rem .61rem;
}

.home-newClassify_active {
  color: #d6000f;
}

.home-newClassify_active span {
  display: block;
}

.home-newClassify_active.single-icon1 {
  background: url("../img/home/single-icon1_ac.png") no-repeat center top;
  background-size: .67rem .61rem;
}

.home-newClassify_active.single-icon2 {
  background: url("../img/home/single-icon2_ac.png") no-repeat center top;
  background-size: .67rem .61rem;
}

.home-newClassify_active.single-icon3 {
  background: url("../img/home/single-icon3_ac.png") no-repeat center top;
  background-size: .67rem .61rem;
}

.home-newClassify_active.single-icon4 {
  background: url("../img/home/single-icon4_ac.png") no-repeat center top;
  background-size: .67rem .61rem;
}

.home-newClassify_active.single-icon5 {
  background: url("../img/home/single-icon5_ac.png") no-repeat center top;
  background-size: .67rem .61rem;
}

.home-newClassify_active.single-icon6 {
  background: url("../img/home/single-icon6_ac.png") no-repeat center top;
  background-size: .67rem .61rem;
}

.home-newClassify_active.single-icon7 {
  background: url("../img/home/single-icon7_ac.png") no-repeat center top;
  background-size: .67rem .61rem;
}

.home-newClassify_active.single-icon8 {
  background: url("../img/home/single-icon8_ac.png") no-repeat center top;
  background-size: .67rem .61rem;
}

.home-bottom {
  background: #eaedef;
  color: #666666;
  font-size: 12px;
  margin-top: 1rem;
  padding: 0.49rem 0;
}

.home-bottom_single {
  width: 24%;
  text-align: center;
  display: inline-block;
}

.home-bottom_single img {
  width: 0.65rem;
  height: 0.65rem;
}

.home-bottom_single p {
  margin-top: 0.2rem;
}

.home-product-slide {
  display: inline;
}

.home-product_new_body {
  padding-left: .18rem;
  margin: 0 auto;
}

.home-product_new_body_productBox {
  float: left;
  width: 48%;
  background: #ffffff;
  margin: 0 .17rem .27rem 0;
  position: relative;
  height: 7.8rem;
  overflow: hidden;
}

.home-product_new_body_productBox_floatRight {
  float: right !important;
}

.home-product_new_body_productBox_headImg {
  width: 100%;
}

.home-product_new_body_productBox_headImg img {
  width: 4.76rem;
  height: 4.76rem;
  object-fit: cover;
}

.home-product_new_body_productBox_name {
  color: #323232;
  font-weight: 600;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 16px;
  text-align: justify;
}

.home-product_new_body_productBox_subName {
  color: #777777;
  margin-top: 0.1rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 16px;
}

.home-product_new_body_productBox_price {
  margin-top: 0.15rem;
  width: 100%;
  padding-bottom: 0.08rem;
  position: absolute;
  bottom: 0.05rem;
  font-size: 16px;
}

.home-product_new_body_productBox_price p {
  float: left;
  color: #d6000f;
}

.home-product_new_body_productBox_price img {
  float: right;
  width: 0.4rem;
  height: 0.4rem;
  margin-right: 0.5rem;
}

.home-newIcon {
  padding: 0.64rem 0 0.51rem 0;
  background: #ffffff;
}

.home-newIcon_single {
  width: 24%;
  display: inline-block;
  text-align: center;
  position: relative;
}

.home-newIcon_single img {
  width: 1.2rem;
  height: 1.2rem;
}

.home-newIcon_single .new {
  position: absolute;
  width: 0.72rem;
  height: 0.27rem;
  right: 0.2rem;
}

.home-newIcon_single p {
  margin-top: 20px;
  font-size: 14px;
}

.home-newIcon a {
  text-decoration: none;
  color: #000000;
}

.home-product {
  width: 100%;
  color: #555555;
}

.home-product_header {
  height: 1.45rem;
  line-height: 1.45rem;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}

.home-product_body {
  background: #ffffff;
}

.home-product_body_productBox {
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
}

.home-product_body_productBox_headImg {
  width: 30%;
  float: left;
}

.home-product_body_productBox_headImg img {
  width: 2.8rem;
  height: 2.8rem;
  display: block;
  margin: 0.53rem auto 0;
}

.home-product_body_productBox_info {
  float: left;
  width: 67%;
  word-break: break-all;
}

.home-product_body_productBox_info .name {
  color: #333333;
  margin-top: 0.53rem;
  font-size: 16px;
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-align: justify;
}

.home-product_body_productBox_info .subName {
  color: #999999;
  margin-top: 0.2rem;
  font-size: 14px;
}

.home-product_body_productBox_info .price {
  margin-top: 0.5rem;
}

.home-product_body_productBox_info .price .priceNum {
  color: #d6000f;
  font-size: 16px;
  float: left;
}

.home-product_body_productBox_info .price .addBtn {
  float: right;
  width: 2rem;
  background: #d6000f;
  height: 0.65rem;
  line-height: 0.65rem;
  color: #ffffff;
  text-align: center;
  font-size: 12px;
}

.home-product_body_productBox .deposit-info {
  padding: .133333rem .533333rem;
  color: #d20313;
  font-size: .346667rem;
  clear: both;
  line-height: .426667rem;
  height: auto;
  overflow: hidden;
}

.search-product_box {
  width: 100%;
  padding: 0.2rem;
}

.search-product_box_headImg {
  float: left;
  width: 1.8rem;
  height: 1.8rem;
}

.search-product_box_headImg img {
  width: 1.8rem;
  height: 1.8rem;
}

.search-product_box_info {
  float: left;
  width: 75%;
}

.showSearchStyle {
  background: #f3f3f3;
  width: 7rem !important;
  margin-left: 1.2rem;
  border-radius: 8px;
}

.showSearchStyle2 {
  background: #f6f6f6;
}

/*注册礼包*/
.home-giftBag_box {
  position: relative;
  top: 3.73rem;
  z-index: 100000;
  text-align: center;
  width: 8rem;
  height: 8.36rem;
  margin-left: 1.2rem;
}

.home-giftBag_box img {
  width: 8rem;
  height: 8.36rem;
  display: block;
  position: absolute;
}

.home-giftBag_box_checkBagBtn {
  position: absolute;
  width: 3.46rem;
  height: 0.81rem;
  opacity: 0;
  top: 7rem;
  left: 2.1rem;
}

.home-giftBag_box_closeBtn {
  position: absolute;
  width: 0.74rem;
  height: 0.74rem;
  right: 0;
  top: 0;
  opacity: 0;
}

/*.giftProduct-single {
  background: #ededed;
  padding: 0.22rem 0.37rem;
  width: 100%;
  div {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
  }
  &_icon {
    //width: 0.74rem;
    //height: 0.36rem;
    //line-height: 0.36rem;
    padding: 0.05rem 0.1rem;
    color: #ffffff;
    text-align: center;
    background: $themeColor;
  }
  &_headImg {
    img {
      width: 0.7rem;
      height: 0.7rem;
    }
    margin-left: 0.27rem;
  }
  &_name {
    color: #666666;
    margin-left: 0.27rem;
    width: 70%;
  }
}*/
.gift-with-order {
  background-color: #fff6f6;
  width: 100%;
  height: 1.333333rem;
  color: #666666;
  font-size: 0.346667rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0.266667rem 0 0.4rem;
  margin-top: -1px;
}

.gift-with-order .gift-name {
  font-size: 0.373333rem;
  color: #303332;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  justify-content: initial;
  -webkit-justify-content: initial;
  align-items: center;
  -webkit-align-items: center;
}

.gift-with-order .gift-name .giftFlag {
  width: 1.066667rem;
  height: 0.533333rem;
  line-height: 0.533333rem;
  text-align: center;
  color: #d6000f;
  display: inline-block;
  border: 1px solid #d6000f;
  padding: 0.066667rem 0.106667rem;
  -webkit-border-radius: 0.106667rem;
  -moz-border-radius: 0.106667rem;
  border-radius: 0.106667rem;
  margin-right: 0.266667rem;
}

.gift-with-order .gift-count {
  width: 0.933333rem;
  text-align: right;
}

.backTop {
  width: 1.31rem;
  height: 1.31rem;
  position: fixed;
  bottom: 2rem;
  right: .4rem;
  z-index: 99;
  background: url("../img/home/back-top.png") no-repeat center center;
  background-size: contain;
}

.search-history {
  margin-top: 0.56rem;
  padding: 0 0.4rem;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.search-history_title {
  width: 100%;
  margin-bottom: 0.17rem;
}

.search-history_title .history {
  color: #333333;
  font-size: 14px;
  float: left;
  font-weight: bold;
}

.search-history_title .clearHistory {
  width: .45rem;
  height: .45rem;
  background: url("../img/search-del-icon.png") no-repeat center top;
  background-size: contain;
  float: right;
  margin-right: 1rem;
}

.search-history_box {
  color: #333;
  width: 90%;
}

.search-history_box_content {
  height: .8rem;
  line-height: 0.8rem;
  padding: 0 .33rem;
  float: left;
  background-color: #f5f5f5;
  border-radius: 3px;
  margin-right: .27rem;
  margin-top: .27rem;
}

.search-history_box_content.active {
  color: #d6000f;
}

.search-history_box_content img {
  width: .53rem;
  height: .53rem;
  vertical-align: middle;
  display: inline-block;
  margin-top: -0.05rem;
}

.search-history .group-product_list {
  background: #f4f8fb;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.search-history .group-product_list .group_item {
  background: #fff;
  width: 48%;
  margin: 0 0.19rem 0.27rem 0;
  height: 7.8rem;
}

.search-history .group-product_list .group_item .item_headImg {
  width: 4.76rem;
  height: 4.76rem;
}

.search-history .group-product_list .group_item .item_headImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.search-history .group-product_list .group_item .item_main {
  text-align: justify;
  padding: 0 0.22rem;
  font-size: 13px;
}

.search-history .group-product_list .group_item .item_main .product_name {
  color: #323232;
  font-weight: 600;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 16px;
  text-align: justify;
}

.search-history .group-product_list .group_item .item_main .sub_name {
  -webkit-line-clamp: 1;
  color: #777777;
  margin-top: 0.1rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 16px;
}

.search-history .group-product_list .group_item .item_main .deposit {
  margin-top: 0.2rem;
  width: .8rem;
  line-height: .426667rem;
  background-color: #d20313;
  border-radius: .04rem;
  text-align: center;
  font-size: .266667rem;
  color: #fff;
}

.search-history .group-product_list .group_item .item_main .current_price {
  margin-top: 1rem;
  width: 100%;
  padding-bottom: 0.08rem;
  bottom: 0.05rem;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
}

.search-history .group-product_list .group_item .item_main .current_price p {
  color: #d6000f;
}

.search-history .group-product_list .group_item .item_main .current_price img {
  width: 0.4rem;
  height: 0.4rem;
  margin-right: 0.5rem;
}

.swiper-change {
  overflow: hidden;
  height: 12.48rem;
}

.swiper-change .swiper-title {
  width: 9.6rem;
  height: 0.56rem;
  padding: 0 0.12rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  margin-top: 2.35rem;
  margin-bottom: 0.5rem;
  box-sizing: border-box;
  letter-spacing: 1px;
}

.swiper-change .swiper-title div {
  width: 2.24rem;
  height: 0.56rem;
  line-height: 0.56rem;
  text-align: center;
  letter-spacing: 1px;
  color: #895700;
  border-radius: 0.2rem;
  background-color: #fff4dd;
}

.swiper-change .swiper-title .act {
  background-image: linear-gradient(0deg, #f3ca77 0%, #ffe6b5 43%, #ffdd98 100%), linear-gradient(#ffffff, #ffffff);
}

.swiper-act2 {
  position: relative;
  height: 11.76rem;
  background: url(https://cdn-opimage.qiumeiapp.com/zg/zg-act-images/act20220902/act20220902_17.jpg) no-repeat;
  background-size: 100%;
}

.swiper-act2 .swiper-title-act2 {
  width: 9rem;
  height: 0.8rem;
  background-image: linear-gradient(90deg, #d5b57b 0%, #fceecf 49%, #d7b675 100%);
  border-radius: 0.387rem;
  border: solid 1px #dec086;
  font-size: 0.347rem;
  letter-spacing: 1px;
  color: #694b0e;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3px 2px;
  box-sizing: border-box;
  position: absolute;
  top: 1.733rem;
  left: 0.47rem;
  z-index: 99;
}

.swiper-act2 .swiper-title-act2 div {
  padding: 0 0.2rem;
  height: 0.7rem;
  line-height: 0.7rem;
  text-align: center;
  border-radius: 0.347rem;
}

.swiper-act2 .swiper-title-act2 .act {
  background-color: #ffffff;
}

.swiper-act2 .sides-act2 {
  width: 100%;
  height: 100%;
}

.swiper-act2 .sides-act2 img {
  width: 100%;
  height: 100%;
}
