body {
	/*background: #fff;*/
}

.body-window {
	max-width: 1024px;
	min-width: 320px;
	margin: 0 auto;
}

* {
	font-family: Microsoft YaHei, SimSun, Arial, Helvetica, sans-serif;
}

.mui-content {
	background: #f2f2f2;
}

.hide{ display: none!important; }

.fr {
	float: right;
}

.mui-bar.alter-bar .mui-icon-left-nav {
	color: #000;
}

.mui-bar-nav.mui-bar .mui-icon {
	color: #444444;
}

.opt_floor_gap {
	margin-bottom: 10px;
}

.OrderMsg-toast {
	position: fixed;
	top: 50%;
	left: 50%;
	background: #FF613C;
	height: 30px;
	line-height: 30px;
	min-width: 30px;
	color: #fff;
	z-index: 9999;
	text-align: center;
	border-radius: 100px;
	font-size: 14px;
	padding: 0 5px;
	display: none
}

ul {
	margin: 0;
	padding: 0;
}

ul li {
	list-style: none;
}

.mui-bar {
	background: #fff;
}


/*右侧悬浮购物车*/

.myShopingCart {
	position: fixed;
	top: 75%;
	right: 10px;
	z-index: 2;
	width: 50px;
	height: 50px;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
	box-shadow: 0 0 15px rgba(0, 0, 0, .1);
	border-radius: 40px;
}

.icon_common_cart {
	display: block;
	background: url(../images/shopping_cart_up@2x.png);
	width: 50px;
	height: 50px;
	background-size: 100%;
}

.common_cart_num {
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
	height: 20px;
	border-radius: 20px;
	background: #EA5404;
	color: #fff;
	font-size: 12px;
	text-align: center;
}


/*弹框选择开始*/

.common_mask {
	position: fixed;
	z-index: 998;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .3);
	display: none;
}

.common_popover {
	position: fixed;
	z-index: 999;
	width: 100%;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	background-color: #f7f7f7;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
	box-shadow: 0 0 15px rgba(0, 0, 0, .1);
	bottom: 0;
	display: none;
}

.mui-poppicker-header {
	padding: 5px 0;
	border-bottom: 1px solid #ddd;
	background: #fff;
}

.mui-poppicker-header .mui-btn {
	border: none;
	background: none;
	font-size: 14px;
	color: #888888;
	height: 29px;
}

.mui-poppicker-header .mui-poppicker-btn-ok {
	color: #333;
	float: right;
}

.mui-picker {
	background: #fff;
}

.common_popover .mui-content,
.common_popover .mui-scroll {
	background: #fff;
}


/*弹框选择结束*/

.classifyNav {
	padding: 0;
	margin: 0;
	border-right: 1px solid #ddd;
	width: 20%;
	float: left;
	height: 200px;
}

.classifyNav_item {
	list-style: none;
	font-size: 14px;
	color: #888888;
	border-bottom: 1px solid #ddd;
	height: 40px;
	line-height: 40px;
	text-align: center;
}

.classifyNav_item.activeCl_item {
	color: #FF613C;
	background: #fff;
	position: relative;
	border-left: 2px solid #FF613C;
}

.classifyNav_item.activeCl_item::after {
	content: '';
	border-right: 1px solid #fff;
	position: absolute;
	right: -1px;
	width: 1px;
	height: 39px;
}

.classifyWrap {
	float: left;
	width: 80%;
	height: 200px;
	position: relative;
}

.classifyCon {
	padding: 10px 20px;
	display: none;
	min-height: 200px;
	box-sizing: border-box;
}

.classifyCon.activeCl_con {
	display: block;
}

.classify_item.choosed_c {
	color: #FF613C;
	background: url(../images/choosed_tick.png) no-repeat right center;
}


/*村地址选择公用样式*/

.villageList {
	position: relative;
	height: 160px;
	background: #fff;
}

.villageList .mui-scroll-wrapper {
	top: 40px;
}

.villageState {
	background: #fff;
	font-size: 16px;
	color: #FF613C;
	text-align: center;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #ddd;
}

.village_committee,
.village_natural {
	position: relative;
	text-align: center;
	font-size: 14px;
	color: #333333;
	border-bottom: 1px solid #ddd;
	height: 40px;
	line-height: 40px;
	opacity: 0.7;
}

.cooperation.village_committee::before,
.cooperation.village_natural::after {
	font-size: 12px;
	color: #FF613C;
	border: 1px solid #FF613C;
	border-radius: 47px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	content: '合作';
	width: 40px;
	height: 20px;
	line-height: 20px;
}

.cooperation.village_committee::before {
	left: 4px;
}

.cooperation.village_natural::after {
	right: 4px;
}

.village_committee.choosed_committee,
.village_natural.choosed_natural {
	opacity: 1;
	font-size: 16px;
}

.villageList_left,
.villageList_right {
	float: left;
	width: 50%;
	position: relative;
	height: 160px;
}

.naturalList {
	display: none;
}

.naturalList.active {
	display: block;
}


/*村委选择结束*/


/*排列选择开始*/

.rankList {
	color: #333;
}

.rank_item,
.rank_cancel {
	background: #fff;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
}

.rank_item {
	border-bottom: 1px solid #ddd;
}

.rank_item.choosed_r {
	color: #FF613C;
}

.rank_cancel {
	border-top: 4px solid #ddd;
}


/*排列选择结束*/


/*分类公用样式开始*/

.categoryHead {
	text-align: center;
	height: 42px;
	line-height: 42px;
}

.categoryHead a {
	display: inline-block;
	font-size: 18px;
	color: #333333;
	width: 56px;
	margin: 0 15px;
}

.categoryHead a.current {
	color: #009BE7;
	border-bottom: 2px solid #009BE7;
}


/*分类公用样式结束*/


/*左侧选项卡切换-分类*/

.leftNav_item {
	list-style: none;
	font-size: 14px;
	color: #888888;
	border-bottom: 1px solid #ddd;
	height: 40px;
	line-height: 40px;
	text-align: center;
}

.leftNav_item.activeItem {
	color: #009BE7;
	position: relative;
	border-left: 2px solid #009BE7;
	/*font-size: 16px;*/
	background: #EFF4FA;
}

.leftNav_item.activeItem::after {
	content: '';
	border-right: 1px solid #fff;
	position: absolute;
	right: -1px;
	width: 1px;
	height: 39px;
}

.rightCon {
	padding: 10px;
	display: none;
	min-height: 200px;
	box-sizing: border-box;
}

.rightCon.activeCon {
	display: block;
}


/*左侧选项卡切换结束*/


/*排列方式过滤器*/

.filterBox {
	position: absolute;
	right: 10px;
	top: 10px;
	bottom: 10px;
}

.filterBox .icon_screen {
	float: left;
	background: url(../images/screen@2x.png);
	width: 20px;
	height: 20px;
	background-size: 100%;
}

.filterBox p {
	float: left;
	padding-left: 6px;
	font-size: 14px;
	color: #009BE7;
}


/*排列方式过滤器结束*/


/*商品列表公用*/

.orangeTxt {
	color: #EA5404;
}

.grayTxt {
	color: #939BA9;
}

.icon_pro_cart {
	float: right;
	margin-right: 30px;
	background: url(../images/shopping_cart@2x.png);
	width: 25px;
	height: 25px;
	background-size: 100%;
}

.common_pro {
	display: block;
	overflow: hidden;
	background: #fff;
	margin-bottom: 1px;
	padding: 10px 5px;
}

.common_proPic {
	float: left;
	width: 20%;
	overflow: hidden;
}

.common_proPic img {
	width: 100%;
}

.common_proInfo {
	float: left;
	margin: 0;
	width: 80%;
}

.common_proInfo_title {
	font-size: 12px;
	color: #323232;
	height: 50px;
	font-size: 14px;
	color: #444444;
	padding: 6px 10px;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: break-all;
	white-space: normal;
	display: -webkit-box;
	overflow: hidden;
	position: relative;
}

.common_proInfo_msg {
	padding: 0 6px 12px;
	margin: 0;
	font-size: 14px;
}


/*商品列表结束*/


/*排列选择结束*/


/*底部公共导航*/

.mui-bar.footer-nav {
	bottom: 0;
	background: #fff;
	height: 50px;
	padding: 0;
	-webkit-box-shadow: 0 0 1px #ddd;
	box-shadow: 0 0 1px #ddd;
}

.mui-bar.footer-nav .nav-list li {
	width: 24%;
	text-align: center;
	font-size: 10px;
	color: #888;
	float: left;
}

.mui-bar.footer-nav .nav-list li a {
	padding: 0;
}

.mui-bar.footer-nav .nav-list .icon {
	display: block;
	height: 25px;
	margin-top: 4px;
}

.mui-bar.footer-nav .nav-list .icon-home {
	background: url(../images/home@2x.png) no-repeat center center;
	background-size: 20px 20px;
}

.mui-bar.footer-nav .nav-list .mui-active .icon-home {
	background: url(../images/home_on@2x.png) no-repeat center center;
	background-size: 20px 20px;
}

.mui-bar.footer-nav .nav-list .mui-active .icon-sort {
	background: url(../images/sorts_on@2x.png) no-repeat center center;
	background-size: 20px 20px;
}

.mui-bar.footer-nav .nav-list .icon-sort {
	background: url(../images/sorts@2x.png) no-repeat center center;
	background-size: 20px 20px;
}

.mui-bar.footer-nav .nav-list .icon-cart {
	background: url(../images/shopping_car@2x.png) no-repeat center center;
	background-size: 20px 20px;
}

.mui-bar.footer-nav .nav-list .mui-active .icon-cart {
	background: url(../images/shopping_car_on.png) no-repeat center center;
	background-size: 20px 20px;
}

.mui-bar.footer-nav .nav-list .icon-order {
	background: url(../images/order@2x.png) no-repeat center center;
	background-size: 20px 20px;
}

.mui-bar.footer-nav .nav-list .mui-active .icon-order {
	background: url(../images/order_on@2x.png) no-repeat center center;
	background-size: 20px 20px;
}

.mui-bar.footer-nav .nav-list .icon-user {
	background: url(../images/mine@2x.png) no-repeat center center;
	background-size: 20px 20px;
}

.mui-bar.footer-nav .nav-list .mui-active .icon-user {
	background: url(../images/mine_on@2x.png) no-repeat center center;
	background-size: 20px 20px;
}

.mui-bar.footer-nav .mobile-text {
	color: #888;
	line-height: 16px;
	font-size: 12px;
}

.mui-bar.footer-nav .mui-active .mobile-text {
	color: #009BE7;
}


/*导航结束*/


/*暂无数据公用样式*/

.noData {
	background-repeat: no-repeat;
	background-position: center 0;
	text-align: center;
	padding-top: 230px;
	margin: 60px auto;
}

.noData_txt {
	padding-top: 15px;
	font-size: 16px;
	color: #333333;
	text-align: center;
}

.noData_link {
	padding-top: 10px;
	font-size: 14px;
	color: #888888;
}

.noData_btn {
	display: block;
	border: none;
	box-shadow: none;
	margin: 75px auto 0;
	width: 300px;
	padding: 10px 0;
	color: #fff;
	background: #009BE7;
	border-radius: 4px;
}


/*商品搜索无结果*/

.search_null {
	background-image: url(../images/search_null.png);
}


/*购物车尚未登录*/

.cart_null {
	background-image: url(../images/Shopping_cart_null.png);
}


/*购物车暂无商品*/


/*我的订单尚未登录*/

.order_null {
	background-image: url(../images/order_null.png);
}


/*我的订单暂无数据*/


/*扶贫中心暂无绑定扶贫点*/

.center_null {
	background-image: url(../images/center_null.png);
}


/*暂无消息*/

.message_null {
	background-image: url(../images/message_null.png);
}


/*收货地址暂无*/

.address_null {
	background-image: url(../images/address_null.png);
}


/*收藏商品暂无*/

.collection_null {
	background-image: url(../images/collection_null.png);
}


/*商品评价暂无*/

.comment_null {
	background-image: url(../images/message_null.png);
}


/*暂无网络，网络异常*/

.net_null {
	background-image: url(../images/network_anomaly.png);
}

.net_null .orangeTxt {
	padding-top: 15px;
	font-size: 14px;
	color: #FF613C;
}


/*购物车页面和订单详情页公用加入购物仓弹框*/

.page-order-info {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	display: none;
}

.page-order-off {
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.5;
}

.page-order-centent {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #fff;
	min-height: 320px;
}

.page-order-centent .order-mobile {
	position: relative;
	padding-top: 10px;
	padding-bottom: 22px;
}

.order-mobile .order-img {
	position: absolute;
	top: -50px;
	left: 12px;
}

.order-mobile .order-img,
.order-mobile .order-img img {
	width: 100px;
	height: 100px;
	display: block;
}

.page-order-centent .order-info {
	border-top: 1px solid #ddd;
	padding: 10px;
}

.page-order-centent .order-mobile .mui-icon {
	position: absolute;
	top: 10px;
	right: 10px;
	border: 1px solid #aaa;
	border-radius: 30px;
	color: #aaa;
}

.page-order-centent .price,
.page-order-centent .nub-msg {
	padding-left: 132px;
	line-height: 16px;
	font-size: 16px;
	color: #FF7733;
}

.page-order-centent .nub-msg {
	font-size: 12px;
	color: #333333;
	padding-top: 8px;
}

.page-order-centent .norms-info span {
	font-size: 16px;
	color: #888888;
	border: 1px solid #888888;
	border-radius: 2px;
	padding: 2px 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	display: inline-block;
}

.page-order-centent .norms-info .active {
	font-size: 16px;
	color: #009BE7;
	border: 1px solid #009BE7;
	border-radius: 2px;
	padding: 2px 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	display: inline-block;
}

.page-order-centent .order-info .title {
	font-size: 16px;
	color: #888;
	padding-bottom: 22px;
	margin: 0;
}

.page-order-centent .mui-numbox {
	width: 130px;
	height: 30px;
	color: #333;
	border: solid 1px #ccc;
}

.page-order-centent .mui-numbox [class*=btn-numbox],
.page-order-centent .mui-numbox [class*=numbox-btn] {
	line-height: 80%;
	height: 90%;
}

.page-order-centent .mui-numbox .mui-btn-numbox-minus {
	color: #91c04a;
	font-size: 32px;
}

.page-order-centent .mui-numbox .mui-btn-numbox-plus {
	color: #FF613C;
}

.page-order-info .cart-btn .mui-btn {
	width: 100%;
	border: none;
	height: 48px;
	font-size: 18px;
	color: #FFFFFF;
	background: #009BE7;
	border-radius: 0;
}

.page-order-info .cart-btn {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.page-order-info .page-scroll {
	max-height: 350px;
	overflow: auto;
}


/*图片弹框*/

.bberich-supermark {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	/*display: none;*/
}

.bberich-supermark .mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	background: #000;
	opacity: .5;
}

.bberich-supermark-main {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 999;
	width: 70%;
	margin-left: -35%;
	height: 422px;
	margin-top: -211px;
}

.bberich-img {
	width: 100%;
	height: 360px;
	background: #fff;
}

.bberich-img img {
	width: 100%;
	height: 360px;
}

.bberich-close {
	width: 100%;
	height: 60px;
}

.bberich-close em {
	display: block;
	width: 2px;
	height: 20px;
	background: #fff;
	margin: 0 auto;
}

.bberich-close i {
	display: block;
	width: 36px;
	height: 36px;
	background: url(../images/Close@2x.png) no-repeat center;
	background-size: contain;
	margin: 0 auto;
	cursor: pointer;
}


/*弹窗主体模板*/

.bberich-supermark {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	/*display: none;*/
}

.bberich-supermark .mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	background: #000;
	opacity: .5;
}

.bberich-supermark-main {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 999;
	width: 70%;
	min-width: 224px;
	margin-left: -35%;
	height: 422px;
	margin-top: -211px;
}

.bberich-content {
	width: 100%;
	height: 360px;
	overflow: hidden;
	background: #DAECFB;
}

.bberich-close {
	width: 100%;
	height: 60px;
	padding-top: 20px;
}

.bberich-close i {
	display: block;
	width: 36px;
	height: 36px;
	background: url(../images/Close@2x.png) no-repeat center;
	background-size: contain;
	margin: 0 auto;
	cursor: pointer;
}


/*扫描二维码进入致富超市弹窗*/

.qrcode-title {
	margin-left: 20px;
	margin-right: 20px;
	padding-top: 30px;
	font-size: 18px;
	color: #FF613C;
	letter-spacing: 0;
	text-align: center;
	font-weight: bold;
}

.qrcode-content {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	font-size: 14px;
	color: #333;
	text-align: center;
}

.qrcode-img {
	width: 100%;
	height: 213px;
	background: url(../images/p1@3x.png) no-repeat center;
	background-size: contain;
}

.qrcode-img.bind {
	height: 190px;
	background: url(../images/p3@3x.png) no-repeat center;
	background-size: contain;
}

.qrcode-img.buy {
	background: url(../images/p2@3x.png) no-repeat center;
	background-size: contain;
}

.qrcode-img.score {
	height: 190px;
	background: url(../images/p4@3x.png) no-repeat center;
	background-size: contain;
}


/*致富超市相关说明弹窗*/

.bberich-explain {
	width: 100%;
	height: 358px;
	background: url(../images/caption@3x.png) no-repeat center;
	background-size: contain;
}


/*积分弹窗*/

.score-num {
	padding-top: 20px;
}

.score-num h5 {
	text-align: center;
	font-size: 16px;
	color: #333;
	letter-spacing: 0;
}

.score-num h5 b {
	display: inline-block;
	vertical-align: middle;
	max-width: 112px;
	overflow: hidden;
	white-space: nowrap;
	height: 35px;
	line-height: 35px;
	font-size: 40px;
	color: #FF613C;
	letter-spacing: 0;
	font-weight: normal;
}

[v-cloak] {
	display: none !important;
}

#mess_share {
	margin: 15px 0;
}

#share_1 {
	float: left;
	width: 49%;
}

#share_2 {
	float: right;
	width: 49%;
}

#mess_share img {
	width: 22px;
	height: 22px;
}

#cover {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 18888;
	background-color: #000000;
	opacity: 0.7;
}

#guide {
	display: none;
	position: absolute;
	right: 18px;
	top: 5px;
	z-index: 19999;
}

#guide img {
	width: 260px;
	height: 180px;
}
.pof{ position: fixed; width: 100%;}
