* {
	box-sizing: border-box;
}

img {
	width: 100%;
}

html,
body {
	height: 100%;
}

header {
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	overflow-x: scroll;
	padding: 0 14px 0 6px;
	display: flex;
	padding: 10px;
	border-bottom: 1px solid #eee;
}

header::-webkit-scrollbar {
	display: none;
}

header .nav {
	text-decoration: none;
	font-size: 14px;
	text-align: center;
	display: flex;
	flex-direction: column;
	padding: 5px;
	width: 68px;
	flex-shrink: 0;

}

header .nav .navText {
	font-family: PingFangSC-Regular;
	font-size: 12px;
	color: #333333;
	letter-spacing: 0;
	text-align: center;
    width:100%;
}

header .nav .navTop {
	text-align: center
}

header .nav .imgContent {
	display: inline-block;
	width: 45px;
	padding:3px;
	margin:0 auto;
	height: 45px;
	border-radius: 50%;
	box-size:content-box;
}

header .nav img {
	width: 100%;
	height: 100%;
		border-radius: 50%;
}

.active {
	color: #E52F17;
}

.active .imgContent {
	border: 1px solid #E52F17;

}

.active .navText {
	color: #E52F17 !important;
}

.mainBody {
	background: #fff;
	display: flex;
	margin-top: 5px;
}

.mainBody #leftNav {
	position: relative;
	top: 0;
	left: 0;
	z-index: 900;
	background: #F9F9F9;
	width: 100px;
	height: 300px;
	overflow-y: scroll;
	color: #333333;
}

.mainBody #leftNav .navl {
    padding:0 5px;
	font-family: PingFangSC-Medium;
	font-size: 13px;
	letter-spacing: 0;
	text-align: center;
	height: 50px;
	line-height: 50px;
}

.rightContent {
	width: calc(100% - 100px);
}

.wrapper {
	height: 300px;
	overflow: hidden;
	font-size: 25px;
}

.wrapper .cateBannerDiv {
	width: 267px;
	height:80px;
	overflow:hidden;
	border-radius: 16px;
}

.wrapper ul {
	padding: 0 10px 75px 5px;
}

.active2 {
	background: #fff;
	font-family: PingFangSC-Medium;
	font-size: 13px;
	color: #E52F17;
	letter-spacing: 0;
	position: relative;
}

.active2:before {
	position: absolute;
	left: 0px;
	top: 15px;
	content: '';
	display: inline-block;
	height: 20px;
	width: 8px;
	background: url('https://zainanjingshop.oss-cn-hangzhou.aliyuncs.com/h5/common/LLimg/otherImg/rect%402x.png') no-repeat;
	background-size: contain;
}

#content {
	min-height: 100%;
	padding-top: 7px;
	padding-bottom: 25px;
	/* height: 600px; */
	overflow-y: scroll;

}

ul {
	width: 281px;
}

li {
	width: 100%;
	height: 118px;
	background: #fff;
	border-radius: 3px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding: 8px;
}

.img {
	width: 84px;
	height: 84px;
}

.text {
	width: 154px;
	display: flex;
	height: 84px;
	flex-direction: column;
	justify-content: space-between;
}

.text h3 {
	font-size: 13px;
	color: #333333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	line-height: 16px;
}

.text p {
	color: #F90000;
	font-size: 12px;
}

.text p span {
	font-size: 16px;
	font-weight: bold;
}

.text p del {
	color: #cccccc;
}

.text p.title {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: #999999;
	line-height: 15px;
	font-size: 11px;
}

.text .msg {
	position: relative;
}

.text .msg i {
	color: #cccccc;
	position: absolute;
	right: 0;
	bottom: 2px;
	font-size: 11px;
}


/* 列表状态 */
.soukong {
	position: relative;
}

.soukong::after {
    content: '已售空';
    position: absolute;
    width: 56px;
    height: 56px;
    text-align: center;
    line-height: 56px;
    background: rgba(0, 0, 0, 0.50);
    color: #fff;
    border-radius: 50%;
    transform: rotate(-25deg);
    font-size: 14px;
    top: calc(50% - 28px);
    left: calc(50% - 28px);
}

.nav_icon {
	width: 24px !important;
	height: 24px !important;
}
.more{
    text-align:center;
    font-size:14px;
    color:#666;
}
.pre{
    text-align:center;
     color:#666;
    font-size:14px;
}
#nav{
    height:50px;
	font-size:12px;
}
