@import url("../common/base.css?version_tmp=5");




.main-content {
	padding-bottom: 55px;
}

.filter-wrap {
	height: 48px;
	text-align: center;
	background-color: #fff;
	border-bottom: 1px solid #dae0e6;
	position: fixed;
	top: 44px;
	z-index: 30;
	max-width: 768px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.filter-wrap .module {
	flex: 1;
	min-width: 0;
	padding: 0 10px;
}

.filter-wrap .module > p {
}

.filter-wrap .module p .hc-icon {
	font-size: 16px;
	color: #999;
	position: relative;
	top: 1px;
	margin-left: 5px;
}


.list-wrap {
	padding: 10px 10px 0;
}

.list-wrap .list .item {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	padding: 15px;
	border-radius: 3px;
	background: #fff;
	padding-bottom: 20px;
	display: flex;
	margin-bottom: 10px;
}

.list-wrap .list .item:last-of-type {
	margin-bottom: 0;
}

.list-wrap .list .item .goods-left {
	width: 120px;
	height: 120px;
	position: relative;
	margin-right: 10px;
}

.list-wrap .list .item .goods-left > img {
	display: block;
	max-width: 120px;
	max-height: 120px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.list-wrap .list .item .goods-right {
	position: relative;
	min-width: 160px;
	flex: 1;
}

.list-wrap .list .item .goods-right .goods-title {
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #333;
}

.list-wrap .list .item .goods-right .goods_attrs {
	font-size: 12px;
	color: #999;
}

.list-wrap .list .item .goods-right .price-info {
	font-size: 12px;
	color: #999;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 5px;
}

.list-wrap .list .item .goods-right .price-info .price > span:nth-child(2) {
	color: #E64545;
}

.list-wrap .list .item .goods-right .price-info .get-price {
	width: 78px;
	height: 28px;
	background-color: #09F;
	border-radius: 3px;
	font-size: 12px;
	line-height: 28px;
	text-align: center;
	color: #fff;
}

.list-wrap .load-tip {
    display: none;
	text-align: center;
}

.list-wrap .load-tip > img {
	width: 20px;
	margin-right: 5px;
}


.related {
	margin-top: 10px;
}

.related .title {
	font-size: 12px;
	padding: 0 10px;
}

.related .list {
	padding: 5px 10px 0 10px;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -5px;
}

.related .list .item {
    display: block;
    box-sizing: border-box;
    width: calc(33.2% - 5px);
    height: 34px;
    background: #fff;
    border-radius: 3px;
    font-size: 12px;
    line-height: 34px;
    text-align: center;
    margin: 0 2.5px;
    padding: 0 10px;
    margin-bottom: 5px;
}

.black-bg {
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.6);
	z-indeX: 10;
}

.dialog {
	background-color: #fff;
	position: fixed;
	width: 100%;
	top: 92px;
	max-width: 768px;
	z-index: 20;
	display: none;
}

.dialog .list-content {
	max-height: 328px;
	display: none;
}

.dialog .show {
	display: block;
}

.dialog .list-content .scroll-wrap {
	width: 100%;
	height: 100%;
	max-height: 328px;
	overflow-y: auto;
}

.dialog .list-content .scroll-wrap .scroll-list {
	padding-bottom: 10px;
}

.dialog .list-content .scroll-wrap a {
	position: relative;
	display: block;
	height: 41px;
	line-height: 41px;
	padding: 0 15px;
}

.dialog .list-content .scroll-wrap .selected {
	color: #09f;
}

.dialog .list-content .scroll-wrap .selected::after {
	font-family: "HC";
	content: "\e93e";
	position: absolute;
	right: 15px;
	top: 12px;
	display: block;
	color: #09f;
	font-size: 16px;
	z-index: 2;
}