/* 公共 */

* {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
}

body {
	background: #FAFAFA;
}

ul,
li {
	list-style: none;
}

a {
	text-decoration: none
}

input,
button,
textarea {
	outline: 0;
	width: initial;
	height: initial !important;
	line-height: initial !important;
	padding: 0 !important;
	margin: 0 !important;
	border: none !important;
}

img {
	display: block;
}

h1,
h2,
h3,
h4,
h5,
p {
	margin: 0 !important;
}

.bg {
	width: 100%;
}

.unified-header {
	width: 100%;
	height: 1.38rem;
	background: #fa1a00;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
}

.bar-container {
	width: 100%;
	height: 0.48rem;
}

.newbie-header {
	width: 100%;
	height: 2.1rem;
	background: #fa1a00;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999999999;
}

.newbie-head {
	width: 100%;
	height: 1.88rem;
	position: relative;
	display: flex;
	flex-direction: column;
	padding: 0 0.2rem;
	box-sizing: border-box;
}

.header-top {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 0.16rem;
}

.header-top-left {
	display: flex;
	align-items: center;
	font-size: 0.32rem;
	color: #FFFFFF;
}

.logo-icon {
	width: 0.63rem;
	height: 0.63rem;
	margin-right: 0.1rem;
	border-radius: 50%;
}

.header-top-right {
	display: flex;
	align-items: center;
}

.header-top-right button {
	background-color: initial;
	border-radius: initial;
	display: flex;
	align-items: center;
	margin-right: 0.3rem !important;
}

.header-top-right button:last-child {
	margin-right: 0 !important;
}

.header-top-right button img {
	height: 0.45rem;
}

.header-bottom {
	width: 100%;
	box-sizing: border-box;
}

.search-bar-wrap {
	width: 100%;
	display: flex;
	align-items: center;
	height: 0.66rem;
	border-radius: 0.38rem;
	background: #FFFFFF;
	padding: 0.04rem 0.28rem;
	box-sizing: border-box;
}

.search-bar {
	width: 100%;
	display: flex;
	align-items: center;
	height: 100%;
}

.search-icon {
	width: 0.28rem;
	margin-right: 0.1rem;
}

.search-input {
	flex: 1;
	background-color: initial;
	font-size: 0.24rem;
}

.search-input::placeholder {
	color: #999999;
}

.search-btn {
	width: 1.2rem !important;
	height: 0.56rem !important;
	line-height: 0.56rem !important;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 1rem;
	color: #FFFFFF;
	font-size: 0.28rem;
	font-weight: bold;
	background: linear-gradient(180deg, #FF8E17, #FF6C1B);
}



.unified-wrapper {
	/* width: 100%;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	padding: 2.48rem 0 1.6rem;
	box-sizing: border-box; */
	width: 100%;
	display: flex;
	flex-direction: column;
	/* padding: 0 0 20rpx;
	box-sizing: border-box; */
	border-radius: 0 0 0.4rem 0.4rem;
	overflow: hidden;
	padding: 0 0.2rem 1.6rem;
	box-sizing: border-box;
}

.swiper-box {
	width: 100%;
	margin-bottom: 0.2rem;
}

.swiper {
	width: 100%;
	height: 2.2rem;
	/* border-radius: 0.3rem; */
}

.banner-img {
	width: 100%;
	height: 2.5rem;
	/* border-radius: 0.3rem; */
}

/* .menu-list {
	width: 100%;
	display: flex;
	align-items: center;
	padding: 0.22rem 0 0.16rem;
}

.menu-item {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.menu-item>a {
	color: #333333;
	font-size: 0.28rem;
}

.menu-item img {
	width: 1.2rem;
	height: 1.2rem;
	margin-bottom: 0.1rem;
} */

.notice-box {
	width: 100%;
	margin: 0 auto 0.2rem;
	height: 0.7rem;
	position: relative;
	background: #FEF2D6;
	border-radius: 0.2rem;
}

.notice-icon {
	width: 1.35rem;
	position: absolute;
	left: 0.17rem;
	top: 50%;
	transform: translate(0, -50%);
}

.scroll-text {
	width: calc(100% - 1.87rem);
	height: 0.7rem;
	line-height: 0.7rem;
	padding: 0 0.35rem 0 1.69rem;
	box-sizing: border-box;
	position: absolute;
	background-color: initial !important;
	color: #333333 !important;
	font-size: 0.24rem !important;
	left: 1.69rem;
}

.notice-back-icon {
	width: 0.12rem;
	height: 0.2rem;
	position: absolute;
	right: 0.22rem;
	top: 50%;
	transform: translate(0, -50%);
}

.center-module {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 0.2rem;
	box-sizing: border-box;
	margin-bottom: 0.18rem;
}

.big-module-item {
	width: calc(50% - 0.08rem);
	height: 3.2rem;
	background-color: #fff;
	border-radius: 0.2rem;
	overflow: hidden;
}

.big-module-item>img {
	width: 100%;
	height: 100%;
}

.center-module-label {
	width: 100%;
	background: linear-gradient(180deg, #FFE0BC 0%, #FFFFFF 100%);
	color: #000000;
	font-size: 0.36rem;
	font-weight: bold;
	padding: 0.18rem 0.32rem 0.08rem;
	box-sizing: border-box;
}

.center-module {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 25rpx;
	padding: 0 20rpx;
	box-sizing: border-box;
}

.big-module-item {
	width: calc(50% - 9rpx);
	height: 320rpx;
}

.center-module-label {
	width: 100%;
	background: linear-gradient(180deg, #FFE0BC 0%, #FFFFFF 100%);
	color: #000000;
	font-size: 0.36rem;
	font-weight: bold;
	padding: 0.18rem 0.32rem 0.08rem;
	box-sizing: border-box;
}

.center-column {
	width: calc(50% - 0.09rem);
	height: 3.2rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.small-module-item {
	width: 100%;
	display: flex;
	align-items: center;
	height: 1.52rem;
	margin-bottom: 0.08rem;
}

.big-module-item-imgBox {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0 0.28rem;
	box-sizing: border-box;
}

.big-module-item-image {
	width: 100%;
	height: 100%;
}

.big-tag {
	height: 0.42rem;
	line-height: 0.42rem;
	display: flex;
	align-items: center;
	color: #FFFFFF;
	font-size: 0.2rem;
	background: linear-gradient(90deg, #FC6524, #F45A28);
	border-radius: 1rem;
	padding: 0 0.1rem;
	width: max-content;
	margin-top: -0.05rem;
	z-index: 10;
}

.small-product-list {
	width: 100%;
	white-space: nowrap;
	padding: 0 0.33rem;
	box-sizing: border-box;
}

.small-product-item {
	width: calc(50% - 0.15rem);
	display: inline-block;
	margin-right: 0.3rem;
}

.small-product-item:last-child {
	margin-right: 0;
}

.small-product-img {
	width: 100%;
	height: 1.32rem;
	border-radius: 0.1rem;
}

.small-module-item-img {
	width: 100%;
	height: 100%;
}

.nav-list {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0 0.2rem;
	box-sizing: border-box;
}

.nav-item {
	width: calc(50% - 0.07rem);
	margin-bottom: 0.14rem;
}

.nav-item img {
	width: 100%;
	height: 1.32rem;
}

.logo-box {
	width: 100%;
}

.logo-box img {
	width: 100%;
}

.product-bottom {
	width: 100%;
	display: flex;
	flex-direction: column;
	margin-bottom: 0.2rem;
}

.tab-list {
	width: 100%;
	font-size: 0;
	overflow-x: auto;
	white-space: nowrap;
}

.tab-list::-webkit-scrollbar {
	display: none;
}

.child {
	min-width: 25%;
	display: inline-block;
}

.child-column {
	width: 100%;
	height: 1.26rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.child-column-name {
	color: #222222;
	font-size: 0.35rem;
	font-weight: bold;
}

.child-column-msg {
	height: 0.42rem;
	line-height: 0.42rem;
	color: #666666;
	font-size: 0.24rem;
	min-width: 1.33rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 1rem;
	padding: 0 0.1rem;
	box-sizing: border-box;
	margin-top: 0.07rem;
}

.child.active .child-column-name {
	color: #FD6820;
}

.child.active .child-column-msg {
	color: #FFFFFF;
	background: #FD6720;
}


.product-list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.product-item,
.product-item-other,
.product-item-hot {
	width: calc(50% - 0.07rem);
	height: max-content;
	border-radius: 0.17rem;
	background-color: #fff !important;
	margin-bottom: 0.14rem;
	overflow: hidden;
	/* padding: 16rpx 12rpx;
	box-sizing: border-box; */
	padding: 0.14rem;
	box-sizing: border-box;
}

.product-item>a {
	width: 100%;
	height: 100%;
}

.product-item-other>a {
	width: 100%;
	height: 100%;
}

.product-item-hot {
	height: 5.25rem;
	position: relative;
}

.product-item-hot>a {
	width: 100%;
	height: 100%;
}

.product-item-hot-bg {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}

.product-item-hot-container {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
	padding: 0 0.14rem 0.14rem !important;
	box-sizing: border-box;
}

.product-item-hot-label {
	width: 100%;
	height: 1rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.product-item-hot-label span:first-child {
	color: #fff;
	font-size: 0.31rem;
	font-weight: bold;
}

.product-item-hot-label span:last-child {
	color: #fff;
	font-size: 0.24rem;
}

.product-item-other {
	display: flex;
	align-items: center;
	padding: 0;
	border-radius: 0.2rem;
	background-color: initial;
}

.product-item-other-img {
	width: 100%;
	height: 5.25rem;
	border-radius: 0.2rem;
}

.product-item-column {
	width: 100%;
	height: 100%;
	border-radius: 0.16rem;
	display: flex;
	flex-direction: column;
}

.product-item-column-img {
	width: 100%;
	height: 3.2rem;
}

.product-item-column-name {
	width: 100%;
	height: 0.77rem;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	color: #333333;
	font-size: 0.28rem;
	line-height: 0.35rem;
	margin-bottom: 0.2rem;
}

.product-item-column-row-between {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.product-item-column-btn {
	width: 0.42rem !important;
	height: 0.42rem !important;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
}

.product-item-column-btn img {
	width: 100%;
}

.price-column {
	display: flex;
	flex-direction: column;
}

.product-del-price {
	color: #999999;
	font-size: 0.22rem;
	text-decoration: line-through;
}

.product-item-column-price {
	color: #FD6820;
	font-size: 0.24rem;
	font-weight: bold;
}

.product-item-column-price>span {
	font-size: 0.38rem;
}

.product-item-column-bottom-box {
	width: 100%;
	display: flex;
	flex-direction: column;
	padding-top: 0.13rem;
}

.product-item-hot-module-wrap {
	width: 100%;
	height: calc(100% - 1rem);
	background-color: #fff;
	border-radius: 0.17rem;
	box-sizing: border-box;
	padding: 0.17rem 0 0.17rem;
	display: flex;
	flex-direction: column;
	overflow: auto;
}

.product-item-hot-module-wrap::-webkit-scrollbar {
	display: none;
}

.product-item-hot-module {
	width: 100%;
	height: 31.3333%;
	display: inline-block !important;
	/* margin-bottom: 15rpx; */
	box-sizing: border-box;
	display: flex;
	align-items: center;
	margin-bottom: 0.2rem;
}

.product-item-hot-module:last-child {
	margin-bottom: 0;
}

.product-item-hot-item {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	padding: 0 0.15rem;
	box-sizing: border-box;
	/* margin-bottom: 30rpx; */
}


.product-item-hot-sidebar {
	flex: 1;
	height: 1.15rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.product-item-hot-img {
	width: 0.98rem;
	height: 0.98rem;
	margin-right: 0.1rem;
}

.product-item-hot-name {
	width: 100%;
	line-height: 0.31rem;
	color: #333333;
	font-size: 0.24rem;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
}

.product-item-hot-price {
	color: #FD682D;
	font-size: 0.24rem;
	font-weight: bold;
}

.product-item-hot-price>span {
	font-size: 0.35rem;
}

.main-module-wrap {
	width: 100%;
	display: flex;
	flex-direction: column;
	/* border-radius: 0.3rem; */
	/* background-color: #FFFFFF; */
	/* margin-bottom: 0.1rem; */
}

.main-module-wrap-bg {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}

.main-module-wrap-box {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
	padding: 0 0.2rem 0.15rem;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
}

.main-module-wrap-small {
	width: 100%;
	height: 1.6rem;
	position: relative;
	margin-bottom: 0.16rem;
}

.main-module-wrap-small-bg {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}

.main-module-wrap-small-box {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
	padding: 0 0/19rem;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.main-module-wrap-small-box-item {
	width: calc(50% - 0.1rem);
	display: flex;
	align-items: center;
}

.main-module-wrap-small-box-item img {
	width: 100%;
	height: 1.35rem;
}


.spike-module {
	width: 100%;
	background-color: #fff;
	padding: 0 0.2rem;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
}

.spike-between {
	width: 100%;
	height: 0.85rem;
	line-height: 0.85rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.spike-left {
	display: flex;
	align-items: center;
}

.spike-left-img {
	width: 2.04rem;
	margin-right: 0.16rem;
}

.spike-right {
	display: flex;
	align-items: center;
}

.spike-right img:first-child {
	width: 0.8rem;
}

.spike-right img:last-child {
	width: 0.12rem;
	margin-left: 0.14rem;
}

.spike-list {
	width: 100%;
	white-space: nowrap;
	overflow-x: auto;
	font-size: 0;
}

.spike-list::-webkit-scrollbar {
	display: none;
}

.spike-item {
	width: 31.5333%;
	display: inline-block;
	margin-right: 2.7%;
}

.spike-item:last-child {
	margin-right: 0;
}

.spike-item>a {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.spike-product-img {
	width: 100%;
	height: 2.24rem;
	border-radius: 0.2rem 0.2rem 0 0;
	object-fit: cover;
}

.spike-product-name {
	width: 100%;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	color: #333333;
	font-size: 0.28rem;
	margin-bottom: 0.2rem;
}

.spike-tag {
	width: 100%;
	height: 0.42rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: linear-gradient(90deg, #FD7F6D, #FD6820);
	border-radius: 0 0 0.2rem 0.2rem;
	padding: 0 0.14rem;
	box-sizing: border-box;
	margin-bottom: 0.1rem;
}

.spike-tag-label {
	min-width: 0.92rem;
	height: 0.28rem;
	line-height: 0.28rem;
	background: linear-gradient(90deg, #FD2724, #FD2E1C);
	border-radius: 1rem;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #FFFFFF;
	font-size: 0.22rem;
}

.spike-price {
	color: #FFFFFF;
	font-size: 0.32rem;
	font-weight: bold;
}

.time {
	display: flex;
	align-items: center;
}

.time__custom {
	width: 0.44rem;
	height: 0.44rem;
	border-radius: 0.08rem;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #FD534E;
	color: #FFFFFF;
	font-size: 0.28rem;
	font-weight: bold;
}

.time__doc {
	width: 0.18rem;
	height: 0.44rem;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #A8A7AC;
	font-weight: bold;
	font-size: 0.38rem;
}

.product {
	display: none;
}

.product.product-active {
	display: block
}

.footer {
	width: 100%;
	display: flex;
	box-sizing: border-box;
	box-shadow: 0 -0.04rem 0.12rem rgba(0, 0, 0, 0.1);
	background: #fff;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 9999999999;
}

.footList {
	width: 100%;
	display: flex;
}

.footList>li {
	flex: 1;
}

.footList>li>a {
	width: 100%;
	height: 1.26rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 0.24rem;
	color: #272636;
	position: relative;
}

.footList>li>a>img {
	height: 0.38rem;
	margin-bottom: 0.04rem;
}

.footList>li>a.active {
	color: #FD541E;
}

.foot-num {
	position: absolute;
	right: 0.35rem;
	top: 0.1rem;
	height: 0.3rem;
	width: 0.3rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.17rem;
	color: #fff;
	background: #ff2f29;
	border-radius: 50%;
}

.head-bg-box {
	width: 100%;
	height: 10.84rem;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 0 0 0.4rem 0.4rem;
	overflow: hidden;
}

.head-bg-box>img {
	width: 100%;
}

.search-btn {
	width: 1.2rem !important;
	height: 0.56rem !important;
	line-height: 0.56rem !important;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 1rem;
	color: #FFFFFF;
	font-size: 0.28rem;
	font-weight: bold;
	background: linear-gradient(180deg, #FF8E17, #FF6C1B);
}

.aaa {
	width: 100%;
	display: flex;
	flex-direction: column;
	position: relative;
	padding-top: 2.1rem;
	z-index: 100;

	/* 	background: #fff url(../../static/icon-132.png) no-repeat;
	background-size: 100% 100%; */
}

.main-module-wrap {
	width: 100%;
	display: flex;
	/* flex-direction: column;
	border-radius: 0.3rem;
	background-color: #FFFFFF;
	margin-bottom: 0.1rem; */
}

.main-module-wrap-bg {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}

.main-module-wrap-box {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
	padding: 0 0.2rem 0.15rem;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
}

.main-module-wrap-small {
	width: 100%;
	height: 1.6rem;
	position: relative;
	margin-bottom: 0.16rem;
}

.main-module-wrap-small-bg {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}

.main-module-wrap-small-box {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
	padding: 0 0.19rem;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.main-module-wrap-small-box-item {
	width: calc(50% - 0.1rem);
	display: flex;
	align-items: center;
}

.main-module-wrap-small-box-item img {
	width: 100%;
	height: 1.35rem;
}

.menu-list {
	width: 100%;
	padding: 0.17rem 0;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0.26rem;
	background-color: #FFFFFF;
	margin-bottom: 0.15rem;
}

.menu-item {
	flex: 1;

}

.menu-item>a {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #333333;
	font-size: 0.22rem;
	line-height: 0.22rem;
}

.menu-item>a>img {
	width: 1rem;
	height: 1rem;
	margin-bottom: 0.1rem;
	border-radius: 50%;
}

.menu-item>span {
	margin-top: -0.07rem;
}

.product {
	display: none;
}

.product.product-active {
	display: block;
}

.tab-ul-list {
	width: 100%;
	display: flex;
	margin-bottom: 0.17rem;
}

.tab-ul-list>li {
	flex: 1;
	margin-right: 0.15rem;
}

.tab-ul-list>li:last-child {
	margin-right: 0;
}

.tab-ul-list>li>a {
	width: 100%;
}

.tab-ul-list>li>a>img {
	width: 100%;
}
.margin{
	margin-bottom: 0.2rem;
}