.index .tab {
	width: 100%;
	height: 120px;
	border-bottom: 1px solid rgb(246, 246, 246);
}

.index .tab>div {
	width: 1200px;
	height: 100%;
	display: flex;
	align-items: center;
	margin: 0 auto;
}

.index .tab .item {
	width: 92px;
	height: 41px;
	border-radius: 21px;
	font-size: 20px;
	color: rgb(49, 49, 49);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 22px;
	cursor: pointer;
}

.index .tab .item.cur {
	background-color: rgba(253, 83, 83, 1);
	color: white;
}

.index>	.list {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 100px;
}

.index>.list .item {
	width: 284px;
	height: 354px;
	background-color: rgba(255, 255, 255, 1);
	border-radius: 5px;
	border: solid 1px rgba(248, 248, 248, 1);
	position: relative;
	margin-top: 30px;
	margin-right: 13px;
}

.index>.list .item>img {
	width: 266px;
	height: 176px;
	background-color: rgba(253, 83, 83, 1);
	border-radius: 5px;
	object-fit: cover;
	margin: 0 auto;
	display: block;
	margin-top: 10px;
}

.index>.list .item>.tit {
	width: 256px;
	height: 63px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: break-all;
	font-weight: inherit;
	margin: 0 auto;
	line-height: 26px;
	margin-top: 14px;
	color: black;
}

.index>.list .item>span {
	width: 65px;
	height: 27px;
	background-color: rgba(253, 83, 83, 1);
	border-radius: 10px;
	font-size: 18px;
	color: rgb(255, 255, 255);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 15px;
}

.index>.list .item .price {
	width: 256px;
	margin: 0 auto;
	margin-top: 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 18px;
	color: rgb(186, 186, 186);
}

.index>.list .item .price .info {
	display: flex;
	align-items: center;
}

.index>.list .item .price .info>img {
	width: 29px;
	height: 29px;
	background-color: rgba(186, 186, 186, 1);
	border-radius: 50%;
	margin-right: 8px;
}


.index .sweep-code {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
	display: none;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	color: white;
}

.index .sweep-code>img {
	width: 55%;
	height: auto !important;
	margin-bottom: 30px;
}
