body {
	background: #f7f7f7;
}
button,
input {
	outline: none
}
/*tab*/
/*搜索框start*/
.top-box{
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	padding: 10px 15px;
	background-color: #FFF;
}
.top-box .input-box{
	-webkit-box-flex: auto;
	-webkit-flex: auto;
	flex: auto;
	width: 50%;
	background-color: #f5f5f5;
	border-radius: 4px;
	text-align: center;
	line-height: 35px;
	color: #999;
}
.top-box .input-box i{
	font-size: 16px;
	margin: -3px 8px 0 0;
	color:#9397f6;
}
.top-box .filter-box{
	-webkit-box-flex: none;
	-webkit-flex: none;
	flex: none;
	color: #5D5D5D;
	font-size: 14px;
	line-height: 35px;
	padding-left: 5px;
}
.top-box .filter-box img{
	width: 14px;
	height: 14px;
	vertical-align: middle;
}
/*搜索框end*/
.fixed-top {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #FFF;
	z-index: 100;
}

.filter-tab {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	width: 100%;
	height: 45px;
	background: #fff;
	box-sizing: border-box;
	padding: 0 15px;
	align-items: center;
	font-size: 14px;
	color: #5d5d5d;
}

.filter-tab .filter-left {
	-webkit-box-flex: auto;
	-webkit-flex: auto;
	flex: auto;
	width: 50%;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	overflow-x: scroll;
}

.filter-tab .filter-left .filter-item {
	-webkit-box-flex:1 0 auto;
	-webkit-flex: 1 0 auto;
	flex: 1 0 auto;
	margin-right:10px;
	min-width: 20%;
	text-align: center;
}
.filter-tab .filter-left .filter-item p{
	line-height: 35px;
}
.filter-tab .filter-left .filter-item.active{
	color:#999bf8;
}
.filter-tab .filter-left .filter-item .line{
	width: 15px;
	height: 3px;
	background-color:#999bf8;
	margin: 0 auto;
	border-radius: 1.5px;
}
.filter-tab .filter-left .filter-item img {
	width: 17px;
}

.filter-tab .filter-left .filter-item span {
	font-size: 0;
}

.filter-tab .filter-right {
	/*width: 75px;*/
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.filter-tab .filter-right>img {
	width: 22px;
	height: 22px;
}

.filter-tab .filter-right .filter-list {
	line-height: 20px;
	height: 20px;
	padding: 0px 0 0px 25px;
	border-left: 1px solid #e5e5e5;
}

.filter-tab .filter-right .filter-list span {
	width: 16px;
	display: inline-block;
	vertical-align: middle;
}


img {
	max-width: 100%;
}

[v-cloak]{
	diapsly: none;
}

ol,
ul {
	list-style: none;
}

.search-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	background: #fff;
}

.search-wrap .filter-right {
	width: 70px;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 14px;
	color: #5d5d5d;
}

.search-wrap .filter-right>img {
	width: 22px;
	height: 22px;
}

.search-wrap .filter-right .filter-list {
	line-height: 20px;
	height: 20px;
	padding-right: 15px;
	padding-left: 10px;
}

.search-wrap .filter-right .filter-list span {
	width: 16px;
	display: inline-block;
	vertical-align: middle;
}


/*筛选框*/

.filter-wrap-bg {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 500;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.4);
}

.filter-wrap {
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 500;
	width: 250px;
	height: 100%;
}

.filter-content {
	background: #fff;
	width: 250px;
	float: right;
	height: 100%;
	box-sizing: border-box;
	padding: 30px 12px;
	overflow-y: scroll;
}

.filter-content dl {
	margin-bottom: 15px;
}

.filter-content dt {
	color: #5d5d5d;
	font-size: 15px;
	padding-bottom: 10px;
}

.filter-content dd {
	font-size: 14px;
	color: #333;
	padding: 4px 8px;
	background: #f7f7ff;
	display: inline-block;
	border-radius: 5px;
	margin-right: 6px;
	margin-bottom: 8px;
	text-align: center;
}

dt.filter-input {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	justify-content: space-around;
}

dt.filter-input input {
	width: calc(50% - 30px);
	text-align: center;
	border: 1px solid #ccc;
	border-radius: 30px;
}

.filter-price dd {
	min-width: 52px;
}

.filter-price big {
	width: 60px;
	text-align: center;
	position: relative;
	height: 30px;
}

.filter-price big:after {
	content: '';
	display: block;
	width: 25px;
	height: 2px;
	background: #ddd;
	position: absolute;
	left: 50%;
	margin-left: -12.5px;
	top: 13px;
}

.filter-bottom {
	position: fixed;
	bottom: 15px;
	width: 200px;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	right: 25px;
}

.filter-bottom button {
	width: 100px;
	display: inline-block;
	text-align: center;
	height: 35px;
	line-height: 35px;
	color: #fff;
	border: 0;
}

.filter-content dd.choseF {
	border: 1px solid #7f8aef;
	color: #7f8aef;
	padding: 3px 7px;
}

.filter-bottom button.cancel {
	background: #9fa7f3;
	border-radius: 20px 0 0 20px;
}

.filter-bottom button.sure {
	background: #7f8aef;
	border-radius: 0px 20px 20px 0px;
}

img.jt-down {
	width: 15px;
	display: block;
	float: right;
	padding-top: 5px;
}


/*列表样式一*/

.goods-list1 .goods-item {
	width: 100%;
	background: #fff;
	box-sizing: border-box;
	padding: 15px;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
}

.goods-list1 .goods-img {
	width: 100px;
	height: 100px;
	overflow: hidden;
	border-radius: 4px;
	position:relative;
}
.goods-img small {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
}
.goods-img small img {
    max-width: 100%;
    max-height: 100%;
}

.goods-list1 .goods-img>img {
	width: 100%;
	object-fit: cover;
	height: 100%;
}

.goods-list1 .goods-info .title {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size: 14px;
	color: #5d5d5d;
	line-height: 1.3;
	word-break: break-all;
}

.goods-list1 .goods-info .title .goods-tap {
	font-size: 12px;
	color: #fff;
	background: #999bf8;
	padding: 0px 3px;
	vertical-align: middle;
	border-radius: 2px;
	display: inline-block;
	margin-right: 3px;
}

.goods-list1 .goods-info {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	padding-left: 10px;
	box-sizing: border-box;
	width: calc(100% - 100px);
}

.goods-list1 .goods-info .time {
	font-size: 12px;
	color: #999;
	width: 100%;
	height: 20px;
	line-height: 20px;
}

.goods-list1 .goods-info .time.timing {
	color: #7f8aef;
}

.goods-list1 .goods-info .good-price-wrap {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 22px;
}

.goods-list1 .good-price-wrap .sales {
	font-size: 11px;
	color: #999;
}

.goods-list1 .good-price-wrap .goods-type {
	font-size: 12px;
	color: #f24f4c;
	line-height: 1;
	margin-top: 0px;
}

.goods-list1 .good-price-wrap .goods-type big {
	font-size: 16px;
}

.goods-list1 .good-price-wrap button {
	width: 80px;
	height: 30px;
	color: #7f8aef;
	border: 1px solid #7f8aef;
	background: #fff;
	border-radius: 15px;
}

.goods-list1 .good-price-wrap button.stated {
	background: #7f8aef;
	color: #fff;
}

.weui-loadmore {
	color: #ccc;
}


/*列表样式二*/

.goods-list2 {
	width: 100%;
	background: #fff;
	box-sizing: border-box;
	padding: 0 15px;
	font-size: 0;
}

.goods-list2 .goods-item {
	width: calc(50% - 7.5px);
	padding: 15px 0;
	background: #fff;
	display: inline-block;
	vertical-align: top;
}

.goods-list2 .goods-item:nth-child(2n) {
	margin-left: 15px;
}

.goods-list2 .goods-img {
	position: relative;
	width: 100%;
	border-radius: 4px;
	overflow: hidden;
}

.goods-list2 .goods-img:after {
	content: '';
	position: relative;
	padding-bottom: 100%;
	display: block;
	width: 1px;
}

.goods-list2 .goods-img>img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.goods-list2 .goods-img .time-wrap {
	position: absolute;
	bottom: 0;
	text-align: right;
	width: 100%;
}

.goods-list2 .goods-img .time {
	width: 100%;
	height: 25px;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	line-height: 25px;
	font-size: 11px;
	text-align: center;
}

.goods-list2 .goods-img .sales {
	font-size: 11px;
	color: #999;
	padding: 1px 6px;
	background: #e8f6f6;
	border-radius: 10px 0 0 10px;
	margin-bottom: 10px;
	display: inline-block;
}

.goods-list2 .goods-info .title {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size: 14px;
	color: #5d5d5d;
	line-height: 1.3;
	margin-top: 7px;
	word-break: break-all;
	height: 36px;
}

.goods-list2 .goods-info .title .goods-tap {
	font-size: 12px;
	color: #fff;
	background: #999bf8;
	padding: 0px 3px;
	vertical-align: middle;
	border-radius: 2px;
	display: inline-block;
	margin-right: 3px;
}

.goods-list2 .goods-type {
	font-size: 12px;
	color: #f24f4c;
	line-height: 1;
	margin-top: 8px;
}

.goods-list2 .goods-type span.price {
	font-weight: 700;
}

.goods-list2 button {
	width: 100%;
	height: 30px;
	color: #7f8aef;
	border: 1px solid #7f8aef;
	background: #fff;
	border-radius: 15px;
	margin-top: 8px;
}

.goods-list2 button.stated {
	background: #7f8aef;
	color: #fff;
}
@keyframes mymove
{
	from {margin-left:-100%;}
	to {margin-left:0;}
}

@-webkit-keyframes mymove 
{
	from {margin-left:-100%;}
	to {margin-left:0;}
}
.friend-tip {
	position: fixed;
	z-index: 10;
	background: rgba(0, 0, 0, 0.6);
	font-size: 13px;
	color: #fff;
	top: 105px;
	left: 15px;
	border-radius: 15px;
	height: 30px;
	animation:mymove 0.5s infinite;
	-webkit-animation:mymove 0.5s; 
}

.friend-tip img {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
}

.friend-tip span {
	padding: 0 10px;
	vertical-align: middle;
	color: #FFF;
}


/*搜索为空*/

.collect-null {
	width: 100%;
	position: absolute;
	top: 0;
	height: 100%;
	background: #fff;
	text-align: center;
	z-index: -1;
}

.collect-null .null-img {
	position: absolute;
	width: 100%;
	top: 20%
}

.collect-null img {
	width: 75%;
}

.collect-null p {
	font-size: 13px;
	color: #ccc;
}

.filter-tab .filter-left.filter-scroll {
	overflow: scroll;
	justify-content: start;
}

.filter-tab .filter-left.filter-scroll .filter-item {
	min-width: 25%;
	justify-content: center;
}

.no-data{
	padding: 10% 0;
}
.no-data img{
	display: block;
	width: 50%;
	margin: 20px auto;
}
.no-data p{
	font-size: 13px;
	color:#ccc;
	text-align: center;
}

/*侧边导航start*/
.side-nav{
	position: fixed;
	right: 15px;
	bottom: 60px;
	z-index: 99;
}
.side-nav li{
	width: 50px;
	height: 50px;
	margin: 10px 0;
	background-color: #FFF;
	border-radius: 50%;
	box-shadow: 0 0 10px #d8d8d8;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	font-size: 12px;
	line-height: 15px;
}
.side-nav li img{
	width: 25px;
	height: auto;
}
.side-nav li p{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
	text-align: center;
	margin-top: 3px;
}
/*侧边导航end*/