.top{
	background-color: #f5f4f2;

}
.index-search{
	background: #FFFFFF;
	width: 100%;

}
body{

	height: 100%;
	padding-bottom: 100px;
}
/* .header .left ul{
	list-style-type: none;
	padding: 0;
}
.header .left ul li{
	display: inline;
} */
.header{
	display: flex;
	min-width: 1100px;
	height: 35px;
	justify-content: space-between;
	word-wrap: normal;
	background:#f5f4f2;
}
.header .left{
	line-height:35px;
	font-size: 13px;

}
.header .left ul{
	list-style-type: none;
	padding: 0;
}
.header .left ul li{
	display: inline;
}
.header .left ul li a:hover{
	text-decoration: none;
	color: #FF4545;
}
.header .right ul li a:hover{
	text-decoration: none;
	color: #FF4545;
}

.header .left ul li:nth-child(2){
	margin-left: 32px;
}
.header .left ul li:nth-child(3){
	margin-left: 32px;
}
a{
	color: black;
}
.header .right{
	line-height: 35px;
}
.header .right li{
	margin-left: 15px;
}
.index-header{
	display: flex;
	align-items: center;
	padding: 0;
	min-width: 1400px;
	height: 170px;
	/* background-color: #4E5465; */

}
.index-header .logo{
	width: 236px;
	height: 88px;
	margin-left: 0px;
	padding: 10px;
}



.index-header .logo img{
	width: 100%;
	height: 100%;
}
.index-header .search{
	display: flex;
	flex-direction: column;
	margin-left: 156px;

}
.index-header .search .button{
	width: 123px;height: 38px;border: 1px solid #F6921E;background:#F6921E;font-size: 15px;color: #FFFFFF;
}

.index-header .appqrcode{

	margin-left: 150px;
	/* width: 40%; */
	/* display: block;
    margin: auto;
    width: 40%; */
	/* margin-left: 400px;
	padding: 10px; */
}

.index-header .search .list{
	margin-top: 13px;
}
.index-header .search .list li:nth-child(1){
	margin-left: 0;
}
.index-header .search .list li{
	margin-left: 15px;
}
ul{
	display: inline;
	padding: 0;
}
ul li{
	display: inline;
}
button{
	padding:0;
	margin: 0;
}
a{
	text-decoration:none;

}
.nav-header{
	background: #F6921E;
	width: 100%;
}
.nav-header .list{
	display: flex;
	flex-direction: row;
	height: 37px;
	color: #FFFFFF;
	line-height: 37px;
	min-width: 1100px;
}
.nav-header .list .hostGoods {
	margin-left: 53px;
	margin-right: 53px;

}
.nav-header .list button{
	border: none;
	background:rgba(246,146,30,1);
}
.nav-header .list .goodsCateList{
	display: flex;
	flex-direction: row;
	width: 70%;
	justify-content: space-between;
}

.nav-header .list .goodsCateList .goods{
	margin-right: 30px;
	margin-left: 30px;
}
.nav-header .list .goodsCateList a:hover{
	background-color: #e4b40b;
}
.nav-header .list button:hover{
	background-color: #e4b40b;
}
.nav-header .list .goodsCateList button:hover{
	background-color: #e4b40b;
}

.nav-header .list a:hover{
	display: block;
	background-color: #e4b40b;
}


.nav-header .list  .goodsCate{
	margin-right: 35px;

}
.nav-header .list .goods a:hover{
	display: block;
	background-color: #e4b40b;
}
.nav-header .list li{
	margin-left: 53px;
	height: 100%;
}
.nav-header .list li:nth-child(1){
	margin-left: 27px;
}
.nav-header .list a{
	text-decoration:none;
	color: #FFFFFF;
}
.nav-header .list  ul a:hover{
	background: #e4b40b;
}


.banner{
	width: 100%;
	margin: 0 auto;
	height: 475px;
	background: #FFE4C4;
}

.layui-carousel img{
	width: 100%;
	height: 100%;
}
.goods_center{
	min-width: 990px;
	height: auto;
}
.goods_center .border{
	display: flex;
	min-width: 990px;
	flex-direction: row;
	justify-content: space-between;
}
.goods_center .border .left{
	margin-top: 68px;
	width: 40%;
	height:1px;
	background: #000000;
}
.goods_center .border .right{
	margin-top: 68px;
	width: 40%;
	height:1px;
	background: #000000;
}
.goods_center .border .remai{
	font-size:20px;
	line-height: 132px;
}
.goodsList{
	display: flex;
	flex-direction: row;
	min-width: 990px;
	margin-bottom: 66px;
	height: 353px;
	margin-top: 10px;

}
.goodsList .goods{
	text-align: center;
	height: 353px;
	width:25%;
}
.goodsList .goods:hover{
	text-decoration: none;
	box-shadow:0px 3px 15px 0px rgba(51,51,51,0.16);
}
.goodsList .goods a{
	display: block;
}
.goodsList .goods a:hover{
	text-decoration: none;

}
.goodsList .goods .img img{
	width: 148px;
	height: 220px;
	margin-top: 14px;
}
.goodsList .goods .goods_name{
	margin-top: 9px;
	font-size:16px;
	height: 50px;

}
.goodsList .goods .goods_price{
	display: flex;
	flex-direction: row;
	width: auto;
	height:53px;
	color: #FBFBFB;
	background: #FF0000;
	margin-left: 17px;
	margin-right: 17px;
}
.goodsList .goods .goods_price .originalPrice{
	font-size:27px;
	ont-weight:bold;
	text-align: center;
	margin-left: 20%;
	line-height:55px;
}
.goodsList .goods .goods_price .discount{
	text-decoration:line-through;
	line-height: 55px;
	font-size: 19px;
	margin-left: 3%;;
}
.shopkeeperRecommend{
	width: 100%;

}
.shopkeeperRecommend .border{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	min-width: 990px;
}
.shopkeeperRecommend .borderLine{
	min-width: 990px;
	height: 2px;
	background: #000000;
}
.shopkeeperRecommend .goodsrecommended{
	margin-top: 37px;
	display: flex;
	margin-left: 34px;
	flex-direction: row;
	min-width: 990px;
}
.shopkeeperRecommend .goodsrecommended .onceImg img{
	width:347px;
	height:567px;
}
.shopkeeperRecommend .goodsrecommended .imgList{
	display: flex;
	flex-wrap: wrap;
	height: 270px;
	margin-left: 34px;
}
.shopkeeperRecommend .goodsrecommended .imgList .goods a:hover{
	display: block;
	text-decoration: none;
	color: #FF2929;
	box-shadow:0px 3px 15px 0px rgba(51,51,51,0.16);
}
.shopkeeperRecommend .goodsrecommended .imgList .goods{
	width: 33%;
	height: 270px;
	text-align: center;
	margin-bottom: 27px;
}
.shopkeeperRecommend .goodsrecommended .imgList .goods .goodsImg img{
	width: 80%;
	height: 180px;
	margin-top: 20px;
}
.shopkeeperRecommend .goodsrecommended .imgList .goods .goodsName{
	font-size:16px;
	margin-top: 20px;
	height: 40px;
	overflow: hidden;
}
.shopkeeperRecommend .goodsrecommended .imgList .goods .price{
	font-size: 20px;
}
.shopkeeperRecommend .goodsrecommended .imgList .goods .price .retailPrice{
	display: flex;
	flex-direction: row;
}
.shopkeeperRecommend .goodsrecommended .imgList .goods .price .retailPrice .dazhe{
	margin-left: 28%;
}
.shopkeeperRecommend .goodsrecommended .imgList .goods .price .marketPrice{
	text-decoration: line-through;font-size: 13px;
	line-height: 33px;
	margin-left: 2%;
}

.newGoods{
	width: 100%;
	margin-bottom: 100px;
}
.newGoods .border{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	min-width: 990px;
}
.newGoods .border .left{
	width: 40%;
	height: 1px;
	margin-top: 66px;
	background: #000000;
}
.newGoods .border .right{
	width: 40%;
	height: 1px;
	margin-top: 66px;
	background: #000000;
}
.newGoods .border .newName{
	font-size:20px;
	line-height: 132px;
}
.newGoods .newGoodsList{
	min-width: 990px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.newGoods .newGoodsList .goods{
	width: 23%;
}
.newGoods .newGoodsList .goods .goodsImg img{
	width: 100%;
	height: 189px;
}
.newGoods .newGoodsList .goods a:hover{
	display: block;
	text-decoration: none;
	box-shadow:0px 3px 15px 0px rgba(51,51,51,0.16);

}
.newGoods .newGoodsList .goods .goodsName{
	font-size:13px;
	color: #333333;
	margin-top: 10px;
	height: 35px;
	overflow: hidden;
}
.newGoods .newGoodsList .qiangguo {
	display: flex;
	flex-direction: row;
	margin-top: 32px;
}
.newGoods .newGoodsList .qiangguo .price{
	width: 94%;
	background: #FF0000;
	height: 50px;
	font-size:27px;
	color: #F6F6F6;
	line-height: 53px;
	text-align: center;
}
.newGoods .newGoodsList .qiangguo .liji{
	width: 67px;
	height: 67px;
	margin-left: -48px;
	margin-top: -7px;
	background: #FFFF00;
	border-radius: 50%;
	font-size:16px;
	color: #F20347;
	padding: 17px;
	line-height: 18px;
}
.bottom{
	width: 100%;
	height: 147px;

	background: #4E5465;
}
.bottom .bottomText{
	display: flex;
	margin-top: 36px;
	align-items: center;
	min-width: 990px;
	flex-direction: column;
}
.bottom .bottomText .youq{
	color: #FFFFFF;
	text-align: center;
}
.bottom .bottomText .zhengs{
	color: #FFFFFF;
	margin-top: 10px;

}
.bottom .bottomText .banquan{
	color: #FFFFFF;
	margin-top: 10px;

}
.bannerNav img{
	width: 100%;
	height: 500px;
}
.active{
	background:rgba(228,180,11,1);
}
/* 订单详情 */
.orderStatus{
	height: auto;
	background:rgba(238,238,238,1);
	width: 100%;
}
.orderStatus .shop{
	min-width: 1100px;
	display: flex;
	flex-direction: column;
	margin-top: 20px;
	margin-bottom: 100px;
}
.orderStatus .shop .list{
	display: flex;
	flex-direction: row;

}
.hoverList{
	position: relative;z-index: 2;color: #000000;width: 190px;background: #FFFFFF;opacity:0.92;line-height: 30px;
}
.hoverList .hover_out{
	display: flex;flex-direction: column;margin-left: 18px;
}
.hoverList .hover_out .children{
	display: flex;flex-direction: row;flex-wrap: wrap;font-size: 11px;
}
.hoverList .hover_out .children .list1{
	display: flex;flex-direction: row;margin-left: 5px;
}
.hoverList .hover_out .children .list1 button:hover{
	color: #F40000;
}
.orderStatus .shop .play{
	display: flex;
	flex-direction: row;

	min-height:339px;
	background:rgba(255,255,255,1);
}
.orderStatus .shop .border{
	margin-top: 20px;
	height:10px;
	width: 100%;
	background:rgba(32,163,255,1);
}
.orderStatus .shop .play .left{
	display: flex;
	flex-direction: column;

	align-items: center;
	width: 30%;

}
.orderStatus .shop .play .right{
	width: 70%;
	margin-left: 55px;
}
.orderStatus .shop .play .left .item-1{
	margin-top: 40px;
	font-size:16px;
	font-weight:bold;
	color:rgba(153,153,153,1);
}
.orderStatus .shop .play .left .item-2{
	font-size:36px;
	font-weight:bold;
	margin-top: 60px;

	color:rgba(0,177,12,1);
}
.orderStatus .shop .play .left .item-3 button{
	margin-top: 25px;
	width:100px;
	height: 30px;
	background:rgba(255,0,0,1);
	border: none;
	font-size:14px;
	color:rgba(255,255,255,1);
}
.orderStatus .shop .play .right .item-1{
	margin-top: 40px;
	font-size:16px;
	font-weight:normal;
	margin-bottom: 48px;
	color:rgba(102,102,102,1);
}
.orderStatus .shop .play .right .item-2{
	display: flex;
	flex-direction: row;
	margin-bottom: 30px;

}
.orderStatus .shop .play .right .item-2 .name{
	margin-left: 18px;
	width: 44%;
	font-size: 14px;
	overflow: hidden;
	font-weight:normal;
	color:rgba(51,51,51,1);
	line-height:24px;
	height: 50px;
	width: 300px;
	overflow: hidden;
}
.orderStatus .shop .play .right .item-3{
	display: flex;
	flex-direction: column;
	margin-top: -10px;
}
.orderStatus .shop .play .right .item-3 .item-4{
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 45%;
}
.orderStatus .shop .play .right .item-3 .item-4 .price{
	font-size:16px;
	margin-left: 17px;
	font-weight:normal;
	color:rgba(255,17,17,1);
	line-height:24px;
}
.orderStatus .shop .play .right .item-3 .item-4 .number{
	flex: 1;
	text-align: right;
	font-size:14px;
	font-family:Adobe Heiti Std;
	font-weight:normal;
	color:rgba(153,153,153,1);
	line-height:24px;
}
.orderStatus .shop .address{
	margin-top: 40px;
	display: flex;
	flex-direction: row;
	height: 250px;
	width: 100%;

	background:rgba(255,255,255,1);
	min-width: 1100px;
	margin-bottom: 100px;
}
.orderStatus .shop  .address .border{
	width:1px;
	height: 80%;
	background:rgba(238,238,238,1);
}
.orderStatus .shop  .address .left{
	display: flex;
	flex-direction: column;
	margin-left: 87px;
	margin-top: 47px;
	font-size:14px;
	font-family:Adobe Heiti Std;
	font-weight:normal;
	color:rgba(51,51,51,1);
	line-height:28px;
	width: 33%;
}
.orderStatus .shop  .address .center{
	display: flex;
	flex-direction: column;
	margin-left: 87px;
	margin-top: 47px;
	font-size:14px;
	font-family:Adobe Heiti Std;
	font-weight:normal;
	color:rgba(51,51,51,1);
	line-height:34px;
	width: 33%;
}
.orderStatus .shop  .address .right{
	display: flex;
	flex-direction: column;
	margin-left: 87px;
	margin-top: 47px;
	font-size:14px;
	font-family:Adobe Heiti Std;
	font-weight:normal;
	color:rgba(51,51,51,1);
	line-height:34px;
	width: 33%;
}
.display{
	display: none;
}
/* 合作加盟 */
.join{
	width: 100%;
}
.join .join_banner{
	display: flex;

	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 500px;
	min-width: 1100px;
}
.join .join_banner .text{
	width: 800px;
	font-size:72px;
	font-family:KaiTi;
	font-weight:400;
	color:rgba(255,255,255,1);
	line-height:106px;
}
.banner_join{
	display: flex;
	height: 500px;
	background: url(../img/join_banner.png);
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 500px;
	min-width: 1100px;
}
.join_content{
	background:rgba(238,238,238,1);
	min-height: 1000px;
}
.join_content .content_bc{
	min-width: 1100px;
	min-height: 1100px;
	background:rgba(255,255,255,1);
	padding-top: 20px;
	padding-left: 20px;
	margin-bottom: 40px;
}
.join_content .content_bc .join_name{
	font-size: 30px;
	color: #000000;
	margin-left: 20px;

}
.join_content .content_bc .join_list{
	display: flex;
	flex-direction: row;
	padding-top:20px ;
	flex-wrap: wrap;
}
.join_content .content_bc .join_list .list{

	margin-left: 20px;
	margin-bottom: 20px;
}
.join_content .content_bc .join_list .list:hover{
	box-shadow:0px 5px 5px 0px rgba(51,51,51,0.25);
}
.join_content .content_bc .join_list .list .become{
	font-size:20px;
	font-family:Adobe Heiti Std;
	font-weight:bold;
	color:rgba(51,51,51,1);
	margin-top: 12px;
	margin-bottom: 12px;
	margin-left: 10px;
}
.join_content .content_bc .join_list .list .content{
	font-size:16px;
	font-family:Adobe Heiti Std;
	font-weight:normal;
	color:rgba(51,51,51,1);
	line-height:25px;
	width: 350px;
	height: 72px;
	overflow: hidden;
	padding-left: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.join_content .content_bc .join_list .list .look{
	font-size:20px;
	font-family:Adobe Heiti Std;
	font-weight:normal;
	color:rgba(0,108,255,1);
	line-height:25px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.join_content .content_bc .join_list .list .look button{
	background: none;
	border: none;
}
.join_content .content_bc .joinDetail_success{
	font-size:20px;
	font-family:Adobe Heiti Std;
	font-weight:bold;
	color:rgba(51,51,51,1);


}

.content_join{
	background:rgba(255,255,255,1);
	display: flex;
	flex-direction: row;
	height: 375px;
	min-width: 1100px;

}
.content_join .joinDetail_success{
	padding-top: 20px;
	padding-bottom: 20px;
	font-size:20px;
	font-family:Adobe Heiti Std;
	font-weight:bold;
	color:rgba(51,51,51,1);
}
.content_join .join_button{
	flex:1;text-align: right;align-self: flex-end;padding-bottom: 80px;
	padding-right: 40px;
}
.content_join .join_button button{
	width:120px;
	height:60px;
	background:rgba(0,168,255,1);
	border-radius:5px;
	font-size:20px;
	border: none;
	color:rgba(255,255,255,1);
}
.join-border{
	width:100%;
	height:5px;
	background:rgba(238,238,238,1);
}
.modal-body .sale_zhangg{
	font-size:18px;
	font-family:Adobe Heiti Std;
	font-weight:bold;
	color:rgba(51,51,51,1);
	margin-left: 60px;
}
.modal-body  .zhuce{
	font-size:16px;
	font-family:Adobe Heiti Std;
	font-weight:normal;
	color:rgba(51,51,51,1);
	line-height:28px;
	margin-left: 108px;
	width: 390px;
	margin-top: 20px;
}
.modal-body .choose{
	display: flex;
	flex-direction: row;
	margin-left: 40px;
	margin-top: 20px;
}
.modal-body .join_zg_button{
	text-align: center;
	margin-top: 35px;
}
.modal-body .join_zg_button button{
	color:rgba(255,255,255,1);
	width: 150px;
	height: 36px;
	font-size:20px;
	border: none;
	background:rgba(255,17,17,1);
	border-radius:5px;
}
.modal-body .weixiPlay{
	font-size:18px;
	font-weight:normal;
	color:rgba(51,51,51,1);
	line-height:30px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.tenants{
	background:rgba(238,238,238,1);
	min-height: 1000px;
}
.tenants .tenants_content{
	display: flex;
	flex-direction: row;
	min-width: 1100px;
	background:#FFFFFF;
	min-height: 990px;
}
.tenants .tenants_content .left{
	padding-top: 50px;
	padding-left: 32px;

}
.tenants .tenants_content .left img{
	width: 130px;
	height: 130px;
}

.tenants .tenants_content .left .hezuo{
	font-size:24px;
	font-family:Adobe Heiti Std;
	font-weight:normal;
	color:rgba(51,51,51,1);


}
.tenants .tenants_content .left .hezuo span{
	font-size:16px;
	font-family:Adobe Heiti Std;
	font-weight:normal;
	color:rgba(153,153,153,1);
}
.tenants .tenants_content .left .company{
	display: flex;
	flex-direction: row;
	align-items: center;
	font-size:18px;
	margin-top: 30px;
	color: #000000;
	font-weight:normal;

}
.tenants .tenants_content .left .company input{
	padding-left: 10px;
	height: 40px;
	width: 800px;
	margin-left: 10px;
	border:1px solid rgba(238,238,238,1);
}
.tenants .tenants_content .left .name{
	margin-left: 83px;
	font-size:16px;
	font-family:Adobe Heiti Std;
	font-weight:normal;
	color:rgba(153,153,153,1);
	margin-top: 10px;

}

.tenants .tenants_content .left .shengfenz{
	font-size:18px;
	font-family:Adobe Heiti Std;
	font-weight:normal;
	color:rgba(51,51,51,1);


}
.tenants .tenants_content .left .loddingXia{
	font-size:18px;
	font-family:Adobe Heiti Std;
	font-weight:normal;
	color:rgba(51,51,51,1);
	margin-top: 24px;
	margin-bottom: 24px;
}
.tenants .tenants_content .left .loddingXia button{
	width:120px;border: none;color: #FFFFFF;
	height:40px;
	background:rgba(255,17,17,1);
	border-radius:5px;
}
.tenants .tenants_content .right{
	padding-top: 106px;
	width: 50%;
	padding-left: 47px;
	border-left: 2px solid rgba(238,238,238,1); ;
}
.tenants .tenants_content .left .ruzhu{
	display: flex;
	flex-direction: row;
	align-items: center;
}
.tenants .tenants_content .left .ruzhu .name{
	font-size:18px;
	font-family:Adobe Heiti Std;
	font-weight:normal;
	color:rgba(51,51,51,1);
}
.tenants .tenants_content .left .companyaddress{
	display: flex;
	flex-direction: row;
	align-items: center;
	font-size:18px;
	font-family:Adobe Heiti Std;
	font-weight:normal;
	color:rgba(51,51,51,1);
	margin-top: 24px;
	margin-bottom: 24px;
}
.tenants .tenants_content .left .companyaddress input{
	padding-left: 10px;
	height: 40px;
	width: 800px;
	margin-left: 10px;
	border:1px solid rgba(238,238,238,1);

}
.tenants .tenants_content .left .zhengm{
	font-size:18px;
	font-family:Adobe Heiti Std;
	font-weight:normal;
	color:rgba(51,51,51,1);

}
.tenants .tenants_content .left .fanm{
	font-size:18px;
	font-family:Adobe Heiti Std;
	font-weight:normal;
	color:rgba(51,51,51,1);

}
.tenants .tenants_content img{
	width: 355px;
	height: 195px;
}
.tenants .sumbitSheng{
	background: #FFFFFF;
	text-align: center;
	margin-bottom: 45px;
	padding-top: 60px;
	padding-bottom: 60px;
}
.tenants .sumbitSheng button{
	width:150px;
	height:60px;
	background:rgba(255,17,17,1);
	border-radius:5px;
	font-size:30px;
	font-family:Adobe Heiti Std;
	font-weight:normal;
	color:rgba(255,255,255,1);
	border: none;
}
.tenants .left .shangcImg{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding-right: 30px;
}
.icon{
	width: 20px;
	height: 20px;
	border-radius: 50%;
	color: #FFFFFF;
	position: relative;
	top: -132px;
	left: 117px;
}
.icon button{
	width: 20px;
	height: 20px;
	border: none;
	background: #FF0000;
	border-radius: 50%;

}
.search_out{
	width: 100%;
	min-width: 1100px;
	min-height: 1000px;

}
.search_si{
	min-width: 1100px;
	width: 100%;
	min-height: 1100px;
}
.search_si .result{
	font-size:16px;
	font-family:Adobe Heiti Std;
	font-weight:normal;
	color:rgba(153,153,153,1);
	line-height:85px;
}
.search_si .sort{
	display: flex;
	flex-direction: row;
	align-items: center;
	height:40px;
	background:rgba(238,238,238,1);
}
.search_si .sort .sort_left{
	display: flex;
	flex-direction: row;
	margin-left: 8px;
}
.search_si .sort .sort_left button{
	width: 70px;height: 28px;border: none;background:rgba(255,255,255,1);border-right: 1px solid rgba(221,221,221,1);
}
.search_si .sort .sort_left  .left_price{
	display: flex;flex-direction: row;justify-content: center;align-items: center;
}
.search_si .sort .sort_left  .left_price .button{
	display: flex;flex-direction: row;align-items: center;justify-content: center;
}