.van-tab{
	padding: 0 0.2rem;
	font-size: 0.2rem;
}
.van-tab--active{
	font-weight: bold;
}

.loading{
	width: 100%;
	justify-content: center;
	color: #999999;
	font-size: 0.19rem;
	margin-bottom: 0.2rem;
}
.van-tabs--line .van-tabs__wrap {
    height: 44px;
    position: fixed;
    top: 0.5rem;
    width: 100%;
}
.van-tabs__content{
	margin-top: 0.7rem;
}

.navList{
	display: flex;
	align-items: center;
	height: 100%;
	padding: 0.15rem 0.2rem;
	flex-shrink: 0;
	white-space: nowrap;
	position: relative;
}
.navBox{
	width: 100%;
	overflow-x: scroll;
	overflow-y: hidden;
	background-color: #FFFFFF;
	font-size: 0.18rem;
	position: fixed;
	top: 0.5rem;
}
.active{
	font-weight: bold;
}
.active::after{
	content: " ";
	position: absolute;
	width: 30%;
	height: 0.05rem;
	border-radius: 1rem;
	background-color: red;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}











.page{
	font-family: "Noto Sans SC";
}
.flex{
	display: flex;
	align-items: center;
}
.tab {
	position: fixed;
	width: 100%;
	top: 0.44rem;
	display: flex;
	overflow-x: scroll;
	overflow-y: hidden;
	align-items: center;
	height: 0.666667rem;
	background-color: #fff;
	box-shadow: 0 0.066667rem 0.133333rem 0 rgba(0, 0, 0, 0.04);
}
.tab div {
	display: flex;
	align-items: center;
	height: 100%;
	padding: 0 17px;
	flex-shrink: 0;
	white-space: nowrap;
}
.tab-list{
	padding: 0 20px;
}
.box{
	display: none;
}
.orderActive::after {
	left: 50% ;
	transform: translateX(-50%);
    width: 35% ;
	border-bottom: 0.04rem solid #f65236;
}
.tabBox{
	margin-top: 0.75rem;
}
.commodity-box{
	width: 92%;
	margin: 0.7rem auto 0.13rem;
	background-color: #FFFFFF;
	border-radius: 0.07rem;
	padding: 0.19rem 0.25rem;
	box-sizing: border-box;
}
.commodity-header{
	width: 0.54rem;
	height: 0.54rem;
	border-radius: 50%;
}
.commodity-header img{
	width: 0.53rem;
	height: 0.53rem;
	border-radius: 50%;
}
.commodity-title{
	margin-left: 0.08rem;
}
.commodity-title-content{
	color: #888888;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.commodity-img{
	margin-top: 0.25rem;
	display: flex;
	flex-wrap: wrap;
}
	
.threeColumn div{
	width:1.31rem;
	height: 1.31rem;
	margin-bottom: 0.12rem;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
.twoColumn div{
	width: 1.7rem;
	height: 1.7rem;
	margin-bottom: 0.12rem;
	overflow: hidden;
}
.threeColumn div:nth-child(3n-1){
	margin: 0 5px;
}
.twoColumn div:nth-child(2n-1){
	margin: 0 5px;
}
.commodity-img div img{
	width: auto;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	border-radius: 5px;
}
.commodity-button{
	width: 100%;
	display: flex;
	flex-direction: row-reverse;
	margin-top: 0.16rem;
}
.commodity-button-img{
	width: 0.133rem;
	height: 0.1333rem;
	margin-right: 2px;
}
.button{
	border: 0.01rem solid #666666;
	border-radius: 0.27rem;
	padding: 0.02rem 0.1rem;
}
.margin{
	margin: 0 0 0 15px;
}

/* 新增 */
.big-img{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.7);
	z-index: 9999;
}
.big-img img{
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}

.download-box{
	margin-top: 0.1rem;
}
.shareNum , .downloadNum{
	margin-right: 0.41rem;
	font-size: 0.16rem;
	color: #333333;
}
.describe{
	margin-top: 0.15rem;
	font-size: 0.2rem;
	color: #333333;
}
.bottom-tips{
	margin-top: 0.6rem;
}
