
 
body {
  width: 100%;
  max-width: 640px;
  padding: 0;
  margin: 0 auto;
  font-size: 14px;
  color: #232628;
  font-family: SourceHanSansCN, -apple-system, Verdana, Arial, Helvetica, sans-serif;
  -webkit-tap-highlight-color: transparent;
}
body.overflow-hidden {
  overflow: hidden;
}
div,
ul,
ol,
dl,
p,
pre,
section,
article,
aside,
li,
nav,
input,
textarea {
  border: 0;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
input,
textarea,
select {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
}
input::-webkit-autofill,
textarea::-webkit-autofill,
select::-webkit-autofill {
  background-color: transparent;
  background-image: none;
  color: inherit;
}
button {
  border: none;
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  line-height: 1em;
}
ul,
dl,
dt,
dd {
  list-style: none;
}
img {
  width: 100%;
  vertical-align: middle;
}
a {
  text-decoration: none;
  color: inherit;
  -webkit-tap-highlight-color: transparent;
  outline: none;
  -webkit-focus-ring-color: transparent;
}
i,
em,
strong {
  font-style: normal;
}
.iconfont {
  font-size: inherit;
}
.navigation {
  display: block;
  width: 100%;
  height: 100%;
}
.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-overflow-line2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.text-overflow-line3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.scrollbox {
  position: fixed;
  bottom: 2rem;
  right: 0.16rem;
  z-index: 10;
  display: none;
}
.scrollbox-item {
  display: block;
  width: 0.72rem;
  height: 0.72rem;
  line-height: 0.72rem;
  text-align: center;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0.08rem 0.12rem 0 #dee2e5;
  cursor: pointer;
}
.scrollbox-item:active {
  background: #F7F9FA;
}
.scrollbox-item > .iconfont {
  font-size: 0.4rem;
}
.scrollbox-item + .scrollbox-item {
  margin-top: 0.64rem;
}
body {
  background-color: #F3F5F7;
  max-width: 750px;
}
.topbanner {
  position: relative;
  overflow: hidden;
  display: none;
}
.topbanner-close {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 12.8%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  color: #CCCFD0;
}
.topbanner-close .iconfont {
  color: #fff;
  font-size: 0.32rem;
}
.headerbar {
  display: -webkit-box;
  display: flex;
  height: 0.88rem;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  overflow: hidden;
  color: #232628;
  margin: 0 0.24rem;
}
.headerbar .iconfont {
  font-size: 0.48rem;
  color: #232628;
}
.headerbar > .headerbar-logo {
  -webkit-box-flex: 1;
  flex: 1;
  min-width: 0;
  text-align: center;
}
.headerbar > .headerbar-logo > img {
  width: 3rem;
}
.headerbar > .headerbar-left,
.headerbar > .headerbar-right {
  width: 0.88rem;
  height: 0.88rem;
  line-height: 0.88rem;
}
.headerbar-right {
  text-align: right;
}
.swiper-box {
  margin: 0 0.24rem;
  background: linear-gradient(136deg, #FFDFE1 0%, #FF9AA3 100%);
  border-radius: 0.16rem;
}
.swiper-pagination-bullet {
  width: 0.08rem;
  height: 0.08rem;
  background: #fff;
  opacity: 0.5;
  border-radius: 0.04rem;
}
.swiper-pagination-bullet-active {
  background: #FF734C;
  width: 0.16rem;
  height: 0.08rem;
  opacity: 1;
}
.conpany-info {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: space-between;
  align-items: center;
  height: 0.6rem;
  overflow: hidden;
  margin: 0 0.24rem;
}
.conpany-info > .conpany-info-item {
  width: auto;
  height: 0.6rem;
  line-height: 0.6rem;
  text-align: center;
  font-size: 0.22rem;
  color: #71797f;
}
.conpany-info > .conpany-info-item .iconfont {
  font-size: 0.2rem;
  color: #71797f;
}
.procate {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 0.24rem;
  background: #fff;
  padding: 0.2rem 0;
  border-radius: 0.16rem;
}
.procate > .procate-item {
  -webkit-box-flex: 1;
  flex: 1;
  min-width: 25%;
  max-width: 25%;
  text-align: center;
}
.procate > .procate-item p {
  margin-top: 0.08rem;
  font-size: 0.24rem;
  line-height: 0.32rem;
  font-weight: 600;
}
.procate > .procate-item img {
  width: 0.8rem;
}
.procate > .procate-item.small {
  margin-top: 0.4rem;
}
.procate > .procate-item.small p {
  font-weight: 400;
}
.procate > .procate-item.small img {
  width: 0.48rem;
}
.festival {
  margin-top: 0.24rem;
}
.festival-list {
  padding: 0.12rem 0.24rem;
}
.festival-list:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.festival-item {
  float: left;
  width: 3.48rem;
}
.festival-item:nth-child(2) ~ .festival-item {
  margin-top: 0.06rem;
}
.festival-item:nth-child(2n) {
  margin-left: 0.06rem;
}
.festival-item > .navigation {
  padding: 0.2rem 0.24rem;
  background: #fff;
  border-radius: 0.16rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
  box-sizing: border-box;
}
.festival-item-name,
.festival-item-desc,
.festival-item-price {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.festival-item .festival-item-name {
  font-weight: 400;
  font-size: 0.26rem;
  line-height: 0.28rem;
}
.festival-item .festival-item-desc {
  margin-top: 0.04rem;
  font-weight: 300;
  font-size: 0.22rem;
  line-height: 0.24rem;
  color: #71797F;
}
.festival-item .festival-item-price {
  font-weight: 500;
  padding-top: 0.2rem;
  font-size: 0.26rem;
  line-height: 0.28rem;
}
.scene-box-festival {
  border-radius: 0 0 0.16rem 0.16rem;
  padding-bottom: 0.24rem;
}
.scene-box-festival .scene {
  margin-top: 0;
}
.scene {
  margin: 0 0.24rem;
  margin-top: 0.24rem;
  border-radius: 0.16rem;
  background-color: #fff;
  padding: 0.12rem;
}
.scene-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.scene-list .scene-list-l {
  -webkit-box-flex: 1;
  flex: 1;
}
.scene-list .scene-list-r {
  -webkit-box-flex: 1;
  flex: 1;
  margin-left: 0.06rem;
}
.scene-list-category .scene-list-l {
  border-radius: 0.08rem;
  overflow: hidden;
}
.scene-list-category .scene-list-l .scene-item {
  height: 3.1rem;
}
.scene-list-category .scene-list-r .scene-item {
  height: 1.52rem;
  border-radius: 0.16rem;
  overflow: hidden;
}
.scene-list-category .scene-list-r .scene-item + .scene-item {
  margin-top: 0.06rem;
}
.scene-list-category .scene-item {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 0.16rem;
  padding-left: 0.2rem;
}
.scene-list-category .scene-item-title {
  font-size: 0.3rem;
  line-height: 0.42rem;
  color: #232628;
  font-weight: 600;
}
.scene-list-category .scene-item-desc {
  font-size: 0.24rem;
  line-height: 0.34rem;
}
.scene-list-category .scene-item-desc.red {
  color: #F76383;
}
.scene-list-category .scene-item-desc.orange {
  color: #FF8465;
}
.scene-list-category .scene-item-desc.blue {
  color: #5CA4E6;
}
.scene-list-category .scene-item img {
  margin-top: 0.08rem;
  width: 0.68rem;
}
.scene-list-theme-1 {
  margin-top: 0.2rem;
}
.scene-list-theme-1 .scene-item {
  height: 2rem;
  padding-top: 0.2rem;
  padding-left: 0.2rem;
}
.scene-list-theme-1 .scene-item-header {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.scene-list-theme-1 .scene-item-header .title {
  font-size: 0.3rem;
  line-height: 0.32rem;
  font-weight: 600;
}
.scene-list-theme-1 .scene-item-header .tag {
  display: inline-block;
  margin-left: 0.08rem;
  border-radius: 0.04rem;
  padding: 0.02rem 0.04rem 0;
  line-height: 0.24rem;
  font-size: 0.2rem;
  color: #fff;
  font-weight: 400;
}
.scene-list-theme-1 .scene-item-header .tag.orange {
  background: -webkit-gradient(linear, left top, right top, from(#FFAF4C), to(#FF8C12));
  background: linear-gradient(90deg, #FFAF4C 0%, #FF8C12 100%);
}
.scene-list-theme-1 .scene-item-header .tag.red {
  background: -webkit-gradient(linear, left top, right top, from(#FF9173), to(#FF7657));
  background: linear-gradient(90deg, #FF9173 0%, #FF7657 100%);
}
.scene-list-theme-1 .scene-item-content {
  margin-top: 0.12rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  justify-content: center;
}
.scene-list-theme-1 .scene-item-l {
  -webkit-box-flex: 1;
  flex: 1;
  min-width: 0;
  margin-bottom: 0.04rem;
}
.scene-list-theme-1 .scene-item-champion {
  display: inline-block;
  line-height: 0.32rem;
  padding-left: 0.16rem;
  padding-right: 0.08rem;
  text-align: center;
  border-radius: 0.17rem;
  border: 0.01rem solid #FF734C;
  font-size: 0.24rem;
  color: #FF734C;
}
.scene-list-theme-1 .scene-item-champion .iconfont {
  font-size: 0.14rem;
  vertical-align: middle;
}
.scene-list-theme-1 .scene-item-sales {
  margin-top: 0.08rem;
  font-size: 0.24rem;
  line-height: 0.32rem;
  color: #71797f;
}
.scene-list-theme-1 .scene-item-r img {
  width: 1.12rem;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}
.scene-list-theme-1 .scene-item-pic {
  margin-top: 0.1rem;
}
.scene-list-theme-1 .scene-item-pic img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 1.2rem;
}
.scene-list-theme-2 {
  margin-top: 0.2rem;
}
.scene-list-theme-2 .scene-item {
  padding-top: 0.2rem;
  padding-left: 0.2rem;
  height: 2rem;
}
.scene-list-theme-2 .scene-list-l {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.scene-list-theme-2 .scene-list-l .scene-item {
  -webkit-box-flex: 1;
  flex: 1;
  min-width: 1.6rem;
  text-align: center;
}
.scene-list-theme-2 .scene-list-l .scene-item + .scene-item {
  margin-left: 0.16rem;
}
.scene-list-theme-2 .scene-list-l .scene-item-header {
  font-size: 0.3rem;
  line-height: 0.32rem;
  font-weight: 600;
}
.scene-list-theme-2 .scene-list-l .scene-item-content {
  margin-top: 0.1rem;
}
.scene-list-theme-2 .scene-list-l .scene-item-content img {
  width: 1.12rem;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}
.scene-list-theme-2 .scene-list-r .scene-item-header {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.scene-list-theme-2 .scene-list-r .scene-item-header .title {
  font-size: 0.3rem;
  line-height: 0.32rem;
  font-weight: 600;
}
.scene-list-theme-2 .scene-list-r .scene-item-header .tag {
  display: inline-block;
  margin-left: 0.08rem;
  border-radius: 0.04rem;
  padding: 0.02rem 0.04rem 0;
  line-height: 0.24rem;
  font-size: 0.2rem;
  color: #fff;
  font-weight: 400;
}
.scene-list-theme-2 .scene-list-r .scene-item-header .tag.orange {
  background: -webkit-gradient(linear, left top, right top, from(#FFAF4C), to(#FF8C12));
  background: linear-gradient(90deg, #FFAF4C 0%, #FF8C12 100%);
}
.scene-list-theme-2 .scene-list-r .scene-item-header .tag.red {
  background: -webkit-gradient(linear, left top, right top, from(#FF9173), to(#FF7657));
  background: linear-gradient(90deg, #FF9173 0%, #FF7657 100%);
}
.scene-list-theme-2 .scene-list-r .scene-item-pic {
  margin-top: 0.1rem;
}
.scene-list-theme-2 .scene-list-r .scene-item-pic img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 1.2rem;
}
.product {
  margin-top: 0.48rem;
  padding-bottom: 0.24rem;
}
.product-title {
  font-size: 0.38rem;
  line-height: 0.52rem;
  text-align: center;
  font-weight: 600;
  padding: 0 0.24rem;
}
.product-item {
  margin-bottom: 0.22rem;
  border-radius: 0.16rem;
  overflow: hidden;
  background-color: #fff;
}
.product-item-info {
  position: relative;
}
.product-item-info-name {
  font-weight: 600;
  font-size: 0.3rem;
  line-height: 0.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-item-info-desc {
  font-size: 0.26rem;
  line-height: 0.36rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-item-info-tag > span {
  display: inline-block;
  border-radius: 0.16rem;
  border: 0.02rem solid #FF734C;
  background-color: #FFF0EC;
  color: #FF3D12;
  font-size: 0.22rem;
  line-height: 0.28rem;
  padding: 0 0.16rem;
}
.product-item-info-promo {
  padding-top: 0.08rem;
  padding-bottom: 0.06rem;
  border-top: 0.02rem solid #F3F5F7;
  border-bottom: 0.02rem solid #F3F5F7;
  font-size: 0.22rem;
  line-height: 0.32rem;
  color: #71797f;
}
.product-item-info-bottom {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.product-item-info-bottom-left {
  -webkit-box-flex: 1;
  flex: 1;
  min-width: 0;
}
.product-item-info-bottom-right {
  text-align: right;
}
.product-item-info-bottom-right img {
  width: 0.48rem;
}
.product-item-info-price {
  font-size: 0.3rem;
  line-height: 0.48rem;
  font-weight: 600;
  opacity: 0;
}
.product-item-info-sales {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 0.22rem;
  line-height: 0.32rem;
  color: #71797f;
}
.product-list-flex1 {
  margin: 0.2rem 0.24rem 0;
}
.product-list-flex1 .product-item > .navigation {
  display: -webkit-box;
  display: flex;
  min-height: 3.72rem;
}
.product-list-flex1 .product-item-pic {
  width: 3.4rem;
  min-width: 3.4rem;
  max-width: 3.4rem;
}

.product-list-flex1 .product-item-info {
  padding: 0.24rem 0.32rem;
  -webkit-box-flex: 1;
  flex: 1;
  min-width: 0;
  max-width: 3.62rem;
}
.product-list-flex1 .product-item-info-tag {
  margin: 0.16rem 0;
}
.product-list-flex1 .product-item-info-bottom {
  position: absolute;
  bottom: 0.24rem;
  left: 0.32rem;
  right: 0.32rem;
}
.product-list-flex2 {
  padding: 0 1.73333333%;
  font-size: 0;
  margin-top: 0.2rem;
}
.product-list-flex2 .product-item {
  display: inline-block;
  vertical-align: top;
  margin: 0 1.51933702% 3.03867403%;
  width: 46.96132597%;
}
.product-list-flex2 .product-item-pic {
  height: 400px;
  overflow: hidden;
}
.product-list-flex2 .product-item-pic img{
  height: 100%;
}
.product-list-flex2 .product-item-info {
  padding: 0.16rem 0.2rem;
}
.product-list-flex2 .product-item-info-tag {
  margin-bottom: 0.04rem;
}
.product-list-flex2 .product-item-info-namedesc {
  font-size: 0.26rem;
  line-height: 0.36rem;
}
.product-list-flex2 .product-item-info-namedesc.text-overflow1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-list-flex2 .product-item-info-namedesc.text-overflow2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 0.72rem;
}
.product-list-flex2 .product-item-info-bottom {
  margin-top: 0.16rem;
}
.product-list-flex2 .product-more {
  margin: 0 1.51933702%;
}
.product-more-btn {
  display: block;
  margin: 0 auto;
  background: #FFFFFF;
  border-radius: 0.4rem;
  height: 0.8rem;
  line-height: 0.8rem;
  text-align: center;
  font-size: 0.26rem;
  color: rgba(35, 38, 40, 0.7);
}
.brand {
  margin: 0.48rem 0.24rem 0;
  background: #fff;
  border-radius: 0.16rem;
  padding: 0.4rem 0 0.24rem;
}
.brand-title {
  font-size: 0.38rem;
  line-height: 0.4rem;
  text-align: center;
  font-weight: 600;
}
.brand-list {
  margin-top: 0.4rem;
}
.brand-list:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.brand-item {
  float: left;
  width: 33.33333333%;
  text-align: center;
  padding-bottom: 0.24rem;
}
.brand-item > img {
  width: 1.1rem;
}
.brand-item > p {
  margin-top: 0.14rem;
  font-size: 0.24rem;
  line-height: 0.34rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.brand-more {
  margin: 0.16rem 0.24rem 0;
}
.brand-more-btn {
  display: block;
  height: 0.72rem;
  line-height: 0.72rem;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#FF734C), to(#FF3D12));
  background: linear-gradient(90deg, #FF734C 0%, #FF3D12 100%);
  border-radius: 0.36rem;
  font-size: 0.26rem;
  color: #fff;
  font-weight: 600;
}
.article{background: #fff;margin-top: 0.24rem;}
.article-header{display: flex;justify-content: space-between; border-bottom: 1px solid #E4E4E4;color: #666;padding: 0.1rem 0.2rem;}
.article-header h3{font-size: 0.28rem;}
.article-header p{font-size: 0.24rem;}
.article-list li{padding: 0.1rem 0.2rem;border-bottom: 1px solid #E4E4E4;}
.article-list li a{display: flex;justify-content: space-between;}
.anli-pic{width: 33%;display: flex;justify-content: space-between;}
.anli-pic .pic{width: 49%;position: relative;}
.anli-pic .pic span{position: absolute;
  top: 0;
  left: 0;
  width: 0.5rem;
  line-height: 0.3rem;
  font-size: 0.18rem;
  color: #fff;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.6);
 
  background: rgba(0, 0, 0, 0.6);
  border-bottom-right-radius: 0.2rem;}
  .anli-pic .pic:last-child span{border: 1px solid #30bec3;
    background: #30bec3;}
.anli-info{width: 65%;font-size: 0.2rem;color: #666;}
.anli-info p:first-child{font-size: 0.24rem;color: #333;margin-bottom: 0.1rem;overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;}
  .anli-info p:nth-child(2){overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 2;
    -moz-box-orient: vertical;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;    }
.anli-info p:last-child{margin-top: 0.1rem;}
.footer {
  background: #fff;
  margin-top: 0.24rem;
  padding: 0.5rem;
}

.zixun-list li{font-size: 0.24rem;line-height: 0.6rem;min-height: 0.6rem;}
.zixun-list li a p:last-child{color: #999;}
.footer-links {
  display: -webkit-box;
  display: flex;
  padding: 0.4rem 0;
}
.footer-links-item {
  display: block;
  -webkit-box-flex: 1;
  flex: 1;
  padding: 0.08rem;
  margin: 0 0.28rem;
  background: #E9ECF0;
  font-size: 0.24rem;
  text-align: center;
}
.footer-entry {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}
.footer-entry-item + .footer-entry-item {
  margin-left: 1.06rem;
}
.footer-entry-item {
  cursor: pointer;
  color: #232628;
  text-align: center;
}
.footer-entry-item .iconfont {
  display: block;
  width: 0.72rem;
  height: 0.72rem;
  line-height: 0.72rem;
  text-align: center;
  border-radius: 50%;
  background: #E9ECF0;
  font-size: 0.4rem;
}
.footer-entry-item p {
  font-size: 0.24rem;
  margin-top: 0.08rem;
}
.footer-copyright {
  padding: 0.28rem 0;
  font-size: 0.2rem;
  color: #B4BABF;
  text-align: center;
}
.tabbar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  overflow: hidden;
  background: #F7F9FA;
}
.tabbar-item {
  height: 0.98rem;
  -webkit-box-flex: 1;
  flex: 1;
  text-align: center;
}
.tabbar-item.active {
  color: #FF734C;
}
.tabbar-item.active .iconfont.iconfont-home::before {
  content: "\e662";
}
.tabbar-item.active .iconfont.iconfont-category::before {
  content: "\e65f";
}
.tabbar-item.active .iconfont.iconfont-smile::before {
  content: "\e665";
}
.tabbar-item > .navigation {
  height: 0.98rem;
  padding-top: 0.08rem;
  box-sizing: border-box;
}
.tabbar-item .iconfont {
  font-size: 0.48rem;
  margin-top: 0.12rem;
  position: relative;
}
.tabbar-item .iconfont[data-dot]::after {
  content: " ";
  width: 0.12rem;
  height: 0.12rem;
  padding: 0;
  min-width: auto;
}
.tabbar-item .iconfont::after {
  content: attr(data-cartnum);
  position: absolute;
  top: 0;
  left: 90%;
  min-width: 0.2rem;
  line-height: 1;
  padding: 0 0.04rem;
  font-size: 0.2rem;
  color: #fff;
  background: #FF734C;
  border-radius: 0.28rem;
}
.tabbar-item .iconfont::after:empty {
  display: none;
}
.tabbar-item p {
  font-size: 0.22rem;
}
.cart-elemnt {
  position: absolute;
  display: none;
  z-index: 9999;
  left: -999px;
  top: -999px;
  width: 0.24rem;
  height: 0.24rem;
  border-radius: 50%;
  background-color: #FF734C;
}
