* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
li {
  list-style: none;
}
body {
  background-color: #f5f5f5;
}

#app{
  background-image: url("../image/green_shop/top-bg.png");
  background-size: 100% 1.2%;
  background-repeat: no-repeat;
}
.nav {
  /*height: 6.67rem;*/
  padding: 0 15px;
  box-sizing: border-box;
  /*background: linear-gradient(
    to bottom,
    #ec232b 0%,
    #f2666b 30%,
    #efefef 60%,
    #ffffff 100%
  );*/
  overflow: hidden;
}
.addres {
  height: 0.8rem;
  background: rgba(250, 250, 250, 0.4);
  border-radius: 6px;
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
  display: flex;
  align-items: center;
  color: #ffffff;
  padding-left: 0.4rem;
}
.addres .text {
  width: 7.5rem;
  overflow: hidden; /* 确保超出容器的文本被裁剪 */
  white-space: nowrap; /* 防止文本换行 */
  text-overflow: ellipsis; /* 在文本超出容器宽度时显示省略号 */
  font-weight: 400;
  font-size: 15px;
}
.addres-icon {
  display: flex;
  align-items: center;
}
.addres .addres-icon i {
  width: 0.35rem;
  height: 0.43rem;
  display: inline-block;
  background-size: contain;
  margin-right: 0.27rem;
}
.addres .icon-down {
  width: 0.4rem;
  height: 0.4rem;
  display: block;
  background-image: url('https://i.postimg.cc/fTyx6nsR/image.png');
  background-size: 100% 100%;
}
.nav img {
  width: 100%;
  /*height: 5.33rem;*/
  border-radius: 0.27rem;
}
.navType-box {
  width: 100%;
  margin-top: 0.2rem;
}

.icons-wrapper {
  margin-left: 0.05rem;
  /* height: 11.25rem; */
  background: #ffffff;
  border-radius: 0.05rem;
  background-color: #ffffff;
  padding: 0 0.35rem;
  overflow: hidden;
}
.icons-wrapper .icons-wrapper-inner {
  width: 100%;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  justify-content: space-between;
  padding: 0 0.35rem;
}

.icons-wrapper .icons-item-wrapper {
  width: 1.25rem;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.icons-wrapper .icons-item-wrapper.first {
  margin-left: 0;
}
.icons-wrapper .icons-item {
  width: 1.25rem;
  display: block;
  text-decoration: none;
  margin-top: 0.4rem;
}

.icons-wrapper .icons-item-img {
  display: block;
  width: 1.25rem;
  height: 1.25rem;
}
.icons-wrapper .icons-item-title {
  margin-top: 0.16rem;
  height: 0.3rem;
  line-height: 0.3rem;
  font-size: 13px;
  color: #666666;
  letter-spacing: 0;
  text-align: center;
}
.icons-wrapper .icons-nav-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  height: 0.4rem;
  background-color: #fff;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding-top: 0.4rem;
}
.icons-wrapper .icons-nav {
  height: 0.13rem;
  width: 0.72rem;
  background: #d6d6d6;
  border-radius: 0.05rem;
  background-color: #d6d6d6;
}
.icons-wrapper .icons-nav-slipper {
  height: 0.13rem;
  width: 0.45rem;
  background: #ec232b;
  border-radius: 0.05rem;
  background-color: #ec232b;
  will-change: transform;
}

.icons-wrapper-inner {
  scrollbar-width: none; /* firefox */
  -ms-overflow-style: none; /* IE 10+ */
  overflow-x: hidden;
  overflow-y: auto;
}
.typepd {
  padding: 0.53rem 0.35rem 0 0.35rem;
  padding-bottom: 10px;
}

/* 广告位置 */
.adve-box {
  display: flex;
  padding: 3px 0.27rem 0.27rem 0.27rem;
  /* justify-content: space-between; */
}

.adve-box .item {
  width: 50%;
  height: 2.19rem;
}
.adve-box .item img {
  height: 100%;
  width: 100%;
}
.adve-box .first {
  border-top-left-radius: 0.27rem;
  border-bottom-left-radius: 0.27rem;
  overflow: hidden;
}
.adve-box .last {
  border-top-right-radius: 0.27rem;
  border-bottom-right-radius: 0.27rem;
  overflow: hidden;
  margin-left: 0.27rem;
}
.type-box {
  width: 100%;
  padding: 0 0.27rem;
  overflow: hidden;
  margin-top: 0.48rem;
  display: flex;
}

.type-warp-item {
  width: 2.13rem;
  text-align: center;
}
.ml20 {
  margin-left: 0.53rem;
}

.first {
  margin-left: 0;
}

.type-warp-item .title {
  font-weight: bold;
  font-size: 14px;
  color: #423f3f;
  line-height: 0.43rem;
}
.type-warp-item .desc {
  font-size: 12px;
  color: #b5b5b5;
  margin-top: 0.24rem;
}
.active {
  color: #ec232b;
}
.active .title {
  font-size: 16px;
  color: #ec232b;
}
.active .desc {
  /* background: linear-gradient(90deg, #f7f6f7, #f6e1e3); */
  background-image: url('https://i.postimg.cc/Hxzf0ZQy/active.png');
  background-size: 100% 100%;
  color: #ec232b;
  border: 0.53rem;
  align-items: center;
}
/* 搜索 */
.search-box {
  width: 95%;
  height: 0.8rem;
  margin: auto;
  margin-top: 0.2rem;
  background: #ffffff;
  border-radius: 0.4rem;
  display: flex;
  align-items: center;
  position: relative;
}
.search-box input {
  height: 100%;
  background: none;
  outline: none;
  border: 0px;
  outline: none;
  width: 86%;
  font-size: 13px;
  padding-left: 0.8rem;
}
.search-box .text {
  width: 0.99rem;
  border-left: 1px solid #f14c52;
  display: block;
  font-size: 12px;
  text-align: right;
  color: #ec1a22;
}

.goodslist-box {
  padding: 0 .3rem;
  margin-bottom: 3rem;
}
.goodslist-box .goodslist-item {
  /*height: 100px;*/
  background: #ffffff;
  border-radius: 0.27rem 0.27rem 0.27rem 0.27rem;
  margin-top: 0.27rem;
  padding: 16px;
  display: flex;
  justify-content: space-between;
}
.goodslist-box .goodslist-item img {
  display: block;
  width: 90px;
  height: 90px;
  border-radius: 4px;
  /*overflow: hidden;*/
  /*margin-right: 0.38rem;*/
}
.goodslist-item .item-right {
  width: 69%;
}

.dm-section .text2{width: 50%;font-size: 12px;text-align: right;padding-right: 10px}

.double-line {
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  width: 100%;
  font-size: .38rem;
  font-weight: 600;
  color: #444444;
}
.dm-flex-sp-ac{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dm-desc{
  font-size: 12px;
  color: #444;
}
.tips {
  /*width: 4.13rem;
  height: 0.43rem;*/
  border-radius: 0.19rem;
  /*border: 0.03rem solid #ffdede;*/
  /*text-align: center;*/
  font-size: .34rem;
  color: #fe2622;
  /*margin-top: 0.13rem;*/
}
.dm-tag{
  /*border: 0.03rem solid #ffdede;*/
  padding: 1px 3px;
  border-radius: 5rem;
  font-size: 12px;
  /*width: 5.2rem;*/
}
.item-right{
  display: flex; /* 启用Flex布局 */
  flex-direction: column; /* 垂直排列子元素 */
}
.dm-section{
  flex: 1; /* 三个部分均等分配可用空间 */
}

/*.goodslist-item-add {
  font-weight: 400;
  font-size: .36rem;
  color: #b5b5b5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  !*margin-top: 0.6rem;*!
}
.goodslist-item-add .text1 {
  max-width: 70%; !* 或者具体的像素值，取决于你的设计需求 *!
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #909399;
  font-size: 12px;
  display: flex;
  align-items: center;
  min-width: 0; !* 确保flex子项能够收缩 *!
}*/
.goodslist-item-add {
  font-weight: 400;
  font-size: .36rem;
  color: #b5b5b5;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.text1-wrapper {
  display: flex;
  align-items: center;
  max-width: 70%; /* 根据需要调整 */
}

.text1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #909399;
  font-size: 12px;
  margin-left: 4px; /* 调整图标与文本之间的间距 */
}
.goodslist-item-add .text2 i {
  width: 0.27rem;
  height: 0.27rem;
  display: inline-block;
  background-image: url('./icon/minaddres.png');
  background-size: 100% 100%;
  margin-left: 0.27rem;
}
.footer-box {
  width: 100%;
  padding: 0.24rem 0.32rem 0.13rem 0.32rem;
  background: #ffffff;
  box-shadow: 0px 0.08rem 0.29rem 0px rgba(6, 0, 1, 0.14);
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
}
.footer-item {
  font-size: 13px;
  color: #707070;
  text-align: center;
}
.footer-item img {
  width: 0.53rem;
  height: 0.53rem;
}
.footer-item .text {
  margin-top: 0.16rem;
}
