@charset "utf-8";
body {
    background-color: #eee;
}
/*头部*/
.aui-header-search-box {
    background-color: rgba(000, 000, 000, 0.1);
    height: 27px;
    line-height: 27px;
    width: 100%;
    padding-left: 10px;
    border-radius: 30px;
}
.aui-icon-small-search {
   background-image: url(/public/wap/newban/img/search.png);
    background-size: 15px;
    height: 28px;
    float: left;
}
.aui-header-search {
    width: 90%;
    background: none;
    border: none;
    color: #222;
    font-size: 12px;
    line-height: 27px;
}
/*列表内容*/
.aui-new-search-content {
    padding-top: 44px;
}
.container {
    margin-right: auto;
    margin-left: auto;
	margin-top: 44px;
}
/* .row {
    margin-right: -15px;
    margin-left: -15px;
} */
/*分类检索*/
.clearfix {
    zoom: 1;
}
.mod-filter {
    width: 100%;
    left: 0;
    z-index: 80;
    height: 45px;
    position: relative;
}
.white-bg_2 {
    max-width: 768px;
    width: 100%;
    margin: 0 auto;
    height: 45px;
    background: #fff;
}
.bb1 {
    border-bottom: 1px solid #eee;
}
.mod-filter li {
    width: 20%;
    text-align: center;
    float: left;
}
.mod-filter li.active {
    border-bottom: 1px solid #f1382f;
}
.mod-filter li a {
    display: block;
    height: 44px;
    line-height: 44px;
	color: #666;
}
.mod-filter li.active a {
    color: #f1382f;
}
.icon_sort {
    background: url(../images/aim-sprites.png) no-repeat;
    background-size: 200px 200px;
    content: "";
    display: inline-block;
    width: 8px;
    height: 10px;
    background-position: -170px -30px;
    margin-left: 4px;
}
.icon_sort_up {
    background: url(../images/aim-sprites.png) no-repeat;
    background-size: 200px 200px;
    content: "";
    display: inline-block;
    width: 8px;
    height: 10px;
    background-position: -170px -15px;
    margin-left: 4px;
}
.icon_sort_down {
    background: url(../images/aim-sprites.png) no-repeat;
    background-size: 200px 200px;
    content: "";
    display: inline-block;
    width: 8px;
    height: 10px;
    background-position: -170px 0;
    margin-left: 4px;
}
/*商品列表*/
.item-list {
    min-height: 230px;
}
.item-list a {
    display: block;
    background-color: #fff;
}
.goods_list a {
	display: block;
}
.hproduct {
    padding: 10px;
    height: auto;
    min-height: 40px;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
}
.p-pic {
    float: left;
    width: 100px;
}
.p-info {
    padding-left: 110px;
    width: 100%;
}
.p-info .p-title {
	margin: 0;
    color: #333;
    min-height: 20px;
	max-height: 40px;
    line-height: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}
.p-origin {
    min-height: 28px;
    line-height: 28px;
    margin: 2px 0 0;
}
.price {
    color: #f63234;
    font-style: normal;
    font-size: 18px;
    margin-right: 5px;
    vertical-align: top;
}
.clearfix:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}
.clear {
    clear: both;
}
p .goods_title {
	width:100%;
	font-size:14px;
	display:black;
	height:100px;
	line-height:100px;
	teat-align:center;
	margin-top:30px;
	margin-bottom:30px;
}
/*列表加载*/
#infscr-loading{
    text-align:center;
    padding-bottom:70px;
}
.pb60 {
    padding-bottom: 60px;
}
.loadmore {
    display: block;
    line-height: 15px;
    text-align: center;
    color: #999;
    font-size: 0.7rem;
    background: #eee;
}
.loadmore span {
    height: 20px;
    width: 20px;
    border-radius: 100%;
    display: inline-block;
    margin: 10px;
    border: 2px solid #40b450;
    border-bottom-color: transparent;
    vertical-align: middle;
    -webkit-animation: rotate 0.75s 0 linear infinite;
    -moz-animation: rotate 0.75s 0 linear infinite;
    animation: rotate 0.75s 0 linear infinite;
}
.loadover {
    position: relative;
    padding: 24px 0;
    height: 20px;
    line-height: -0px;
    color: #999;
    text-align: center;
    font-size: 14px;
    background: #eee;
}
.loadover span {
    position: relative;
    display: inline-block;
    padding: 0 6px;
    height: 20px;
    border-radius: 5px;
    background: #eee;
    z-index: 2;
}
.loadover:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background: #DCDCDC;
    z-index: 1;
}
/*店铺满减*/
.reduction{
	color: #f63234;
    display: inline-block;
    border-radius: 3px;
    border: 1px solid #f63234;
    padding: 0 3px;
	font-size:12px;
}
.gobuy {
    background-color: #f80;
    height: 23px;
    width: 23px;
    border-radius: 50px;
    float: right;
}
.aui-payment-bar {
    clear: both;
    overflow: hidden;
    width: 100%;
    height: 49px;
    position: fixed;
    bottom: 0;
    background-color: #fff;
    box-shadow: 0 0 10PX 0PX rgba(155,143,143,0.6);
    -webkit-box-shadow: 0 0 10PX 0PX rgba(155,143,143,0.6);
    -moz-box-shadow: 0 0 10PX 0PX rgba(155,143,143,0.6);
}
.aui-payment-bar .shop-total {
    float: left;
    height: 49px;
    line-height: 49px;
    padding-left: 5px;
    font-size: 16px;
    color: #da4644;
}
.aui-payment-bar .settlement {
    display: block;
    float: right;
    width: 100px;
    height: 49px;
    line-height: 49px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background: #FF8800;
}



/* 新增 */
/* 头部搜索栏 */
.aui-header-search-box {
    background-color: rgba(000, 000, 000, 0.05);
    height: 27px;
    line-height: 27px;
    width: 100%;
    padding-left: 10px;
    border-radius: 30px;
}

.aui-icon-small-search {
    background-image: url(/public/wap/newban/img/search.png);
    background-size: 15px;
    height: 28px;
    float: left;
    margin-right: 5px;
}

.aui-header-search {
    width: 80%;
    background: none;
    border: none;
    color: #222;
    font-size: 12px;
    line-height: 27px;
    vertical-align: middle;
}

.hproduct {
	background: #fff;
	border-top: 0px;
}

.p-pic .img-responsive {
	max-height: 100px;
	margin: auto;
	width: 100px;
	height: 100px;
}

/* 秒杀提示 */
.p-act {
	margin:  2px 0;
}

.act-name {
	color: #f63234;
	font-style: normal;
	font-size: 14px;
	font-weight: bold;
	margin-right: 5px;
	vertical-align: top;
}

.p-shop-entrance-wrapper {
	padding: 2px 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-flex-direction: row;
	-moz-box-orient: horizontal;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
}

.shop-name {
	display: inline-block;
	width: 75%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #888;
}

.shop-entrance {
	display: inline-block;
	width: 15%;
	margin-right: 10px;
	position: relative;
}

.shop-entrance:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 13px;
    height: 12px;
    background-image: url(../images/rightback.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    /* right: -2px; */
    bottom: 4px;
}

.div10 {
	width: 100%;
	height: 10px;
}

.icon-filter {
	display: inline-block;
	vertical-align: middle;
	width: 15px;
	height: 15px;
	background: url(../images/filter.png) no-repeat center center;
	background-size: 100% 100%;
	margin-left: 2px;
}

#pop-up-shade {
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 20000;
}

#filter-container-pop-up {
	width: 85%;
	min-height: 100vh;
	background: #f6f6f6;
	position: fixed;
	right: 0px;
	top: 0px;
	z-index: 20001;
}

.filter-wrapper-pop-up {
	width: 100%;
	min-height: 100vh;
	position: relative;
}

.price-range-container {
	width: 100%;
	margin-top: 10px;
	padding: 15px 5px;
	border-radius: 10px;
	background: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-flex-direction: column;
	-ms-flex-direction: vertical;
	flex-direction: column;
	-webkit-box-pack: start;
	-webkit-justify-content: start;
	-moz-justify-content: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.price-input-wrapper {
	width: 100%;
	margin-top: 10px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-flex-direction: row;
	-moz-box-orient: horizontal;
	-moz-flex-direction: row;
	-ms-flex-direction: horizontal;
	flex-direction: row;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

input::-webkit-input-placeholder {
	font-size: 12px;
}

input:-moz-placeholder {
	font-size: 12px;
}

input::-moz-placeholder {
	font-size: 12px;
}

input:-ms-input-placeholder {
	font-size: 12px;
}


.layui-input {
	display: inline-block;
	width: 40%;
	margin: 0 5px;
	-webkit-appearance: none;
	appearance: none;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	border-radius: 15px;
	background: #e8e8e8;
	text-align: center;
}

.classify-container {
	width: 100%;
	margin-top: 15px;
	padding: 15px 5px;
	border-radius: 10px;
	background: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-flex-direction: column;
	-ms-flex-direction: vertical;
	flex-direction: column;
	-webkit-box-pack: start;
	-webkit-justify-content: start;
	-moz-justify-content: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.classify-list-wrapper {
	width: 100%;
	margin-top: 10px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-flex-direction: row;
	-moz-box-orient: horizontal;
	-moz-flex-direction: row;
	-ms-flex-direction: horizontal;
	flex-direction: row;
	-webkit-box-pack: start;
	-webkit-justify-content: start;
	-moz-justify-content: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	flex-wrap: wrap;
}

.classify-item {
	display: inline-block;
	width: 31%;
	margin: 0 1% 0 1%;
	margin-bottom: 20px;
	padding: 3px 0;
	color: #555;
	text-align: center;
	border-radius: 15px;
	background: #e8e8e8;
}

.selected {
	border: 1px solid #fd0a0a;
	background: #ffe6e6;
	color: #fd0a0a;
}

.btn-container {
	width: 100%;
	height: 70px;
	line-height: 70px;
	padding-top: 15px;
	background: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-flex-direction: row;
	-moz-box-orient: horizontal;
	-moz-flex-direction: row;
	-ms-flex-direction: horizontal;
	flex-direction: row;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	position: absolute;
	left: 0;
	bottom: 10px;
}

.reset, .submit {
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}

.reset a, .submit a {
	display: inline-block;
	width: 100%;
	color: #fff;
}

.reset a {
	border-radius: 15px 0 0 15px;
	background: #f77d3c;
}

.submit a {
	border-radius: 0 15px 15px 0;
	background: #f73c3c;
}

/* 新增 */




/* 2021年12月1日 */
.foot-con_2 {
    max-width: none;
}
/* 2021年12月1日 */