html { font-size: 14px; }
* {
	margin: 0; 
	padding: 0;
	font-style: normal;
	box-sizing: border-box;
}
svg {
	overflow: visible;
}
input,textarea,button {
	border: 0;
	margin: 0;
	padding: 0;
	outline: none;
	resize:none;
}
dt,dl,dd,ol,ul {
	list-style: none;
	margin: 0;
	list-style-image: none;
}
img {
	border: 0;
	vertical-align: middle;
}
a {
	text-decoration: none;
	color: #000;
}
a:hover,
a:active {
	outline: none;
}
.clearfix::after {
	content: "";
	clear: both;
	display: block;
	overflow: hidden;
	font-size: 0;
	height: 0;
}
.clearfix {
	zoom: 1;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.img-auto {
	width: 100%;
}
@font-face {
  font-family: 'iconfont';
  src: url('iconfont.ttf?t=1664246605577') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-home::before {
	content: "\e692";
}
.icon-cate::before {
	content: "\e67d";
}
.icon-cart::before {
	content: "\f0178";
}
.icon-my::before {
	content: "\e630";
}
.page {
	max-width: 750px;
	margin: 0 auto;
	/* background-color: #ffe0e5; */
}
.header {
	width: 100%;
	height: 50px;
	padding: 0 10px;
	background-color: #f38aa9;
	display: flex;
	justify-content: space-between;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 98;
}
.header .logo {
	line-height: 50px;
	/* width: 100px; */
}
.header .search {
	position: relative;
	margin-top: 5px;
}
.header .search input {
	width: 200px;
	height: 38px;
	text-indent: 5px;
	border-radius: 30px;
	background-color: #efefef;
}
.header .search img {
	position: absolute;
	right: 10px;
	top: 3px;
}
.main {
	margin-top: 50px;
}
.swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	border-radius: 12px;
	background-color: #fff;
	opacity: 1;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 10px;
}
.swiper-pagination-bullet-active {
	background-color: #ff0053;
}
.nav {
	padding: 16px 0;
}
.nav ul {
	display: flex;
	flex-wrap: wrap;
}
.nav ul li {
	width: 25%;
	/* height: 137px; */
	padding: 5px;
	text-align: center;
}
.nav ul li:nth-child(5),
.nav ul li:nth-child(6),
.nav ul li:nth-child(7),
.nav ul li:nth-child(8) {
	padding-bottom: 0;
}
.nav ul li a {
	/* padding: 5px 0; */
	width: 100%;
	height: 100%;
	/* background-color: #f6e3e5;
	border: 3px solid #fff; */
	display: block;
	border-radius: 5px;
}
.nav .nav-title-zh {
	color: #403d3e;
	font-size: 13px;
	margin-top: 5px;
}
.nav .nav-title-cn {
	font-size: 12px;
	height: 26px;
	color: #403d3e;
	transform: scale(0.73333);
}
.nav .nav-icon {
	text-align: center;
	margin-top: 10px;
}
.nav .nav-icon img {
	width: 50px;
}
.commend {
	padding: 10px;
	display: flex;
	justify-content: space-between;
	position: relative;
}
.commend a {
	position: relative;
	display: block;
}
.remmend-cover {
	position: relative;
}
.commend-right,
.commend-left {
	width: 48%;
}
.remmend-tips {
	position: absolute;
	left: 20px;
	bottom: 20px;
}
.remmend-title {
	font-weight: bold;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,.4);
	margin-bottom: 5px;
}
.remmend-go {
	width: 60px;
	height: 18px;
	line-height: 18px;
	background-color: #ffeca1;
	color: #f9bad5;
	font-weight: bold;
	padding: 0 10px;
	border-radius: 18px;
	position: relative;
}
.remmend-go .plary {
	position: absolute;
	right: 5px;
	top: -2px;
}
.remmend-go .plary img {
	width: 16px;
	height: 16px;
}
.shop-list-item {
	margin-top: 25px;
}
.shop-item-bd {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.shop-item-bd .shop-item {
	width: 33.33%;
	padding: 10px 5px;
}
.shop-item-bd .shop-item a {
	display: block;
	padding: 10px 5px;
	background-color: #fff;
}
.shop-item-bd .shop-item .shop-item-cover {
	width: 60px;
	height: 60px;
	margin: 0 auto 5px;
	overflow: hidden;
}
.shop-item-bd .shop-item .shop-item-cover img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.shop-item-title {
	color: #333;
	margin-bottom: 6px;
	font-size: 13px;
	height: 17px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.shop-item-price {
	padding: 3px 2px;
	border-radius: 26px;
	text-align: center;
	background-color: #E6737E;
	color: #fff;
	font-size: 12px;
}
.shop-item-price b,
.shop-item-price span {
	transform: scale(0.73333);
}
.shop-item-price em {
	font-size: 16px;
}
.top {
	position: fixed;
    bottom: -20px;
    right: 10px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background-color: #fff;
    z-index: 97;
    box-shadow: 0 0 1rem rgb(0 0 0 / 50%);
    border-radius: 5px;
    cursor: pointer;
    transition: all .5s ease-in-out;
}
.footer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 98;
	background-color: #efefef;
}
.footer ul {
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer ul li {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center
}
.footer ul li i {
	color: #727272;
}
.footer ul li p {
	padding-top: 5px;
}
.footer ul li.currclass p,
.footer ul li.currclass i {
	color: #f080a4;
}
@media ( min-width: 320px ) {
	.main {
		padding-bottom: 64px;
	}
	.footer ul {
		height: 64px;
	}
	.footer ul li i {
		font-size: 25px;
	}
}
@media ( min-width: 640px ) {
	.main {
		padding-bottom: 128px;
	}
	.footer ul {
		height: 128px;
	}
	.footer ul li i {
		font-size: 50px;
	}
	.footer ul li p {
		font-size: 16px;
	}
}