body {
	background-color: white;
}

.main-content {
	padding-bottom: 0;
}

.main-content .return-icon {
	position: fixed;
	left: 10px;
	top: 15px;
	z-index: 999;
}

.main-content .content-detail {
	padding: 0 16px 14px;
	line-height: 30px;
	font-size: 14px;
}

.main-content .tab-bar {
	width: 100%;
	height: 44px;
	position: fixed;
	top: 44px;
	background-color: white;
}

.tab-bar ul {
	overflow-x: auto;
	display: flex;
	box-shadow: 0 2px 4px 0 rgba(225, 225, 225, 0.5);
	padding: 0 10px;
}

.tab-bar ul li {
	margin-left: 22px;
	line-height: 44px;
	white-space: nowrap;
}

.tab-bar ul .cur {
	border-bottom: 3px solid #52acc7;
	;
}

.tab-bar ul li:first-child {
	margin-left: 0;
}

.product-list .product-content {
	overflow-y: auto;
}

.product-list .category-title {
	background: #F0F0F0;
	font-size: 10px;
	color: #A2A2A2;
	height: 24px;
	line-height: 24px;
	padding-left: 10px;
}

.product-list .product-item {
	padding: 10px;
	display: flex;
	background-color: white;
}

.product-item .product-cover {
	width: 100px;
	height: 100px;
}

.product-item .product-cover img {
	width: 100px;
	height: 100px;
	border-radius: 2px;
}

.product-item .product-detail {
	padding: 9px;
	width: 100%;
}

.product-item .product-detail .title {
	white-space: nowrap;
	width: 127px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.product-item .product-detail .description {
	font-size: 10px;
	color: #7A7A7A;
	height: 48px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	margin-top: 5px;
	line-height: 22px;
}

.product-item .product-detail .price a {
	color: #FF6D00;
}

.product-item .product-detail .price img {
	width: 20px;
	height: 20px;
	float: right;
	margin-top: -2px;
}

.scientific-title {
	font-size: 16px;
	font-weight: bold;
	height: 50px;
	text-align: center;
}

.scientific-title img {
	width: 16px;
	height: 12px;
}

.scientific-title text {
	margin-left: 18px;
	margin-right: 18px;
	line-height: 50px;
}

.item {
	border: 1px solid #52acc7;
	border-radius: 6px;
	margin: 10px 10px 0 10px;
}

.item:first-child {
	margin: 50px 10px 0 10px;
}

.item .item-title {
	font-size: 16px;
	font-weight: 600;
	padding: 10px;
}

.item .item-title span {
	padding-top: 3px;
	float: right;
	font-size: 12px;
	font-weight: normal;
	color: #52acc7
}