.u-commodity__item {
	background: #fff;
	border-radius: .16rem;
	box-shadow: 0 0 .1rem .5px rgba(0,0,0,.1);
	display: inline-block;
	font-family: Arial;
	margin: .1rem 0;
	padding: .2rem;
	position: relative;
	width: 100%
}


.u-commodity__content {
	display: flex
}

.u-commodity__img {
	align-items: center;
	border-radius: .16rem;
	box-shadow: none;
	display: flex;
	flex-shrink: 0;
	height: 2.7rem;
	margin-right: .2rem;
	overflow: hidden;
	width: 3rem
}

.u-commodity__img .img {
	height: 100%;
	width: 100%
}

.u-commodity__info {
	flex: 1;
	width:3em;
	flex-direction: column
}

.u-commodity__info,.u-commodity__title {
	display: flex;
	justify-content: space-between
}

.u-commodity__title .commodity-title {
	font-size: .32rem;
	font-weight: 700;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 4.2rem
}

        .p-index .p-charge-operate.show-tips {
            margin-bottom: 20px
        }

        .menu {
            display: flex;
            position: fixed;
            bottom: 0;
            width: 100%;
            height: 60px;
            color: #474747;
            padding-top: 10px;
            border-top: 1px solid #eee;
            background-color: #fff;
            justify-content: space-around;
            font-size: 12px;
        }

        .subMenu.active {
            color: #f7790a;
        }

        .subMenu {
            width: 20%;
            float: left;
            cursor: pointer;
        }

        .menu_name {
            height: 20px;
            width: 100%;
            line-height: 20px;
        }

        img.menu_img {
            height: 22px;
            width: 22px !important;
            display: none;
        }

        img.menu_img1 {
            height: 22px;
            width: 22px !important;
            display: inline-block;
        }

        .subMenu.active img.menu_img {
            display: inline-block;
        }

        .subMenu.active img.menu_img1 {
            display: none;
        }

        img {
            vertical-align: middle;
            border: 0;
        }

        .active {
            color: #ffa129;
        }

        .text-center {
            text-align: center;
        }

        body {
            max-width: 750px;
            margin: 0px auto;
            font-family: 'å¾®è½¯é›…é»‘', Arial;
        }

        .aui-flex-card-img img {
            width: 90%;
            height: auto;
            display: block;
            border: none;
        }

        .aui-flex-box {
            width: 50%;
        }

        .navBar ul li {
            display: inline-block;
            text-align: center;
            padding: 10px;
            width: 25%;
            font-size: 16px;
            font-weight: bold;
        }

        .aui-button-ass {
            position: absolute;
            right: 5px;
            bottom: 33%;
        }
.u-commodity__slogan {
	color: #8b8b8b;
	display: inline-block;
	font-size: .24rem;
	font-weight: 500;
	line-height: 1.4;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
  -webkit-line-clamp: 3; /* 限制显示行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.u-commodity__desc {
	font-size: 0;
	font-weight: 700
}

.u-commodity__desc .desc-item {
	font-size: .28rem
}

.u-commodity__desc .desc-item:not(:first-of-type) {
	border-left: 2px solid;
	margin-left: .1rem;
	padding-left: .1rem
}

.u-commodity__tag {
	display: flex;
	flex-wrap: wrap
}

.u-commodity__tag .tag-item {
	background: rgba(255,0,0,.1);
	border-radius: .05rem;
	color: red;
	font-size: .24rem;
	height: .36rem;
	line-height: .36rem;
	margin-bottom: .1rem;
	padding: 0 .1rem
}

.u-commodity__tag .tag-item:first-of-type {
	background: #f7834b;
	color: #fff
}

.u-commodity__tag .tag-item:nth-of-type(2) {
	background: rgba(4,181,33,.1);
	color: #04b521
}

.u-commodity__tag .tag-item:nth-of-type(3) {
	background: rgba(51,139,255,.1);
	color: #338bff
}

.u-commodity__tag .tag-item:not(:last-of-type) {
	margin-right: .16rem
}

.u-commodity__tag .tag-item__img {
	display: none;
	height: .28rem;
	margin-right: .1rem;
	width: .28rem
}

.u-commodity__tag .tag-item__img .img {
	height: auto;
	width: 100%
}

.u-commodity__price {
	flex-shrink: 0;
	font-size: .24rem;
	line-height: 1
}

.u-commodity__price .curr-price {
	color: #f13033
}

.u-commodity__price .curr-price .price {
	font-size: .4rem;
	font-weight: 700
}

.u-commodity__bot {
	align-items: flex-end;
	display: flex;
	justify-content: space-between;
	margin-top: .1rem
}

.u-commodity__btn {
	background: linear-gradient(90deg,#ff8e88,#f41c11);
	border-radius: .35rem;
	box-shadow: none;
	color: #fff;
	font-family: Microsoft YaHei;
	font-size: .26rem;
	font-weight: 700;
	height: .56rem;
	line-height: .56rem;
	text-align: center;
	width: 1.6rem
}

* {
	-webkit-font-smoothing: antialiased;
	box-sizing: border-box;
	margin: 0;
	padding: 0
}

body,html {
	-webkit-tap-highlight-color: rgba(0,0,0,0)
}

a {
	color: inherit;
	text-decoration: none
}

@font-face {
	font-family:iconfont;src:url(../fonts/iconfont.woff2) format("woff2"),url(../fonts/iconfont.woff) format("woff"),url(../fonts/iconfont.ttf) format("truetype")
}

.icon {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-stroke-width: .003rem;
	font-family: iconfont!important;
	font-size: .24rem;
	font-style: normal
}


html {
	font-size: 50px
}

body {
	background-color: #f5f7f9;
	color: #333;
	font-family: Helvetica Neue,Tahoma,Arial,PingFangSC-Regular,Hiragino Sans GB,Microsoft Yahei,sans-serif;
	font-size: .28rem;
	line-height: 1.6;
	margin: 0 auto
}

.page {
	margin: 0 auto;
	width: 7.5rem
}

.c-collect {
	bottom: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	left: 50%;
	position: fixed;
	right: 0;
	top: 0;
	-webkit-transform: translateX(-50%)!important;
	-ms-transform: translateX(-50%)!important;
	transform: translateX(-50%)!important;
	width: 7.5rem;
	z-index: 300
}

.c-collect-mask {
	background: #000;
	bottom: 0;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: all .3s linear;
	width: 100%
}

.c-collect-content {
	background-color: #f2f2f2;
	border-radius: .24rem .24rem 0 0;
	overflow: hidden;
	padding-bottom: env(safe-area-inset-bottom);
	position: relative;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	transition: all .3s linear;
	width: 100%
}



.adminbuy_chaxun {
    font-family: 'Segoe UI', Arial, sans-serif;
    display: inline-block;
}

.adminbuy_chaxun form ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 5px;
}

.abkuang {
    padding: 8px 12px;
    border: 1px solid #d1d5db;
    border-radius: 4px;
    font-size: 13px;
    transition: all 0.2s ease;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.05);
}

.abkuang:focus {
    outline: none;
    border-color: #3b82f6;
    box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.2);
}

.abcha {
    padding: 8px 15px;
    background-color: rgb(255, 66,129);
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 13px;
    transition: all 0.2s ease;
}

.abcha:hover {
    background-color: rgb(255, 66,129);
}

/* Micro-interaction for button click */
.abcha:active {
    transform: scale(0.98);
}

/* Optional: Add a search icon to the button */
.abcha {
    display: flex;
    align-items: center;
    gap: 5px;
}

.abcha::before {
    content: "🔍"; /* Or use a proper icon font */
    font-size: 12px;
}


.icon {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-stroke-width: .003rem;
	font-family: iconfont!important;
	font-size: .24rem;
	font-style: normal
}



@font-face {
	font-family:din alter;src:url(https://s.haoma.com/h5/shop/font/DIN-Regular_mianfeiziti.com.otf)
}

body {
	height: 100vh
}

body .page {
	background: #fff fixed;
	background-size: 100% auto;
	min-height: 100vh;
	width: 7.5rem
}

.p-index {
	background-color: #fff;
	min-height: 100vh
}

.p-index .p-guarantee {
	height: .84rem;
	margin-bottom: -.2rem;
	overflow: hidden;
	position: relative;
	transition: .3s
}

.p-index .p-guarantee-background {
	background: linear-gradient(90deg,#ff4689,#ff386f);
	border-radius: .28rem;
	box-sizing: border-box;
	font-family: PingFangSC-Semibold,PingFang SC;
	height: 3.74rem;
	position: absolute;
	top: 0;
	width: 7.5rem;
	z-index: 0
}

.p-index .p-guarantee-container {
	align-items: center;
	color: #fff;
	display: flex;
	height: .64rem;
	justify-content: space-between;
	line-height: .64rem;
	padding: 0 .38rem 0 .3rem;
	position: relative
}

.p-index .p-guarantee-title {
	font-size: .3rem;
	font-weight: 700;
	text-shadow: 0 1px 1px #b04
}

.p-index .p-guarantee-desc {
	align-items: center;
	color: hsla(0,0%,100%,.8);
	display: flex;
	font-size: .24rem;
	justify-content: space-between
}

.p-index .p-header {
	background: #fff;
	border-radius: .28rem .28rem 0 0;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
	padding: .2rem;
	position: relative;
	transition: .3s
}

.p-index .p-header_info {
	position: relative
}

.p-index .p-header_name {
	align-items: center;
	color: #333;
	display: flex;
	font-family: PingFangSC-Semibold,PingFang SC;
	font-size: .32rem;
	font-weight: 700;
	height: .45rem;
	letter-spacing: 1px;
	line-height: .45rem;
	margin-bottom: .06rem
}

.p-index .p-header_name .icon-arrow-right {
	color: #888;
	font-size: .32rem
}

.p-index .p-header_name .icon {
	font-size: .3rem
}

.p-index .p-header_name-text {
	color: #333;
	font-size: .26rem;
	font-weight: 600
}

.p-index .p-header_tags {
	align-items: center;
	display: flex;
	white-space: nowrap
}

.p-index .p-header_tags-img {
	display: block;
	height: .34rem;
	width: auto
}

.p-index .p-charge {
	box-sizing: border-box;
	padding: .2rem .16rem;
	width: 100%
}

.p-index .p-charge-operate {
	align-items: center;
	display: flex;
	margin-bottom: .24rem
}

.p-index .p-charge-operate.show-tips {
	margin-bottom: .34rem
}

.p-index .p-charge .flow_card-label {
	-ms-overflow-style: none;
	display: inline-flex;
	justify-content: flex-start;
	overflow: auto hidden;
	scrollbar-width: none
}

.p-index .p-charge .flow_card-label::-webkit-scrollbar {
	display: none
}

.p-index .p-charge .flow_card-label-item {
	background: #fff;
	border: 1px solid #dbdcde;
	border-radius: .4rem;
	color: #898a90;
	font-family: PingFangSC-Regular,PingFang SC;
	font-size: .22rem;
	font-weight: 500;
	height: .48rem;
	line-height: .48rem;
	margin-right: .24rem;
	min-width: 1rem;
	padding: 0 .24rem;
	text-align: center;
	white-space: nowrap
}

.p-index .p-charge .flow_card-label-item.active {
	border: 1px solid #fe2c54;
	color: #fe2c54;
	font-family: PingFangSC-Medium,PingFang SC;
	font-weight: 600
}

.p-index .p-empty {
	color: #b0b0b0;
	font-family: OPPOSans-R,OPPOSans;
	font-size: .24rem;
	margin-top: .35rem;
	position: relative;
	text-align: center
}

.p-index .p-empty:after,.p-index .p-empty:before {
	background: #e3e3e3;
	content: "";
	height: 1px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 2rem
}

.p-index .p-empty:before {
	left: .3rem
}

.p-index .p-empty:after {
	right: .3rem
}