dl,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
form,
fieldset,
p,
th,
td {
	margin: 0;
	padding: 0;
}

body,
button,
input,
select,
textarea {
	margin: 0;
	padding: 0;
	font-size: 3vw;
	font-family: "Microsoft YaHei", "simsun", "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #333;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 1.5;
}

img {
	border: 0;
}

* {
	padding: 0;
	margin: 0;
}

ol,
ul,
li {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}


/*html5*/

article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
	display: block;
}

input,
textarea,
button,
select {
	outline: none;
}

textarea {
	resize: none;
}

i,
em,
cite {
	font-style: normal;
}

a {
	text-decoration: none;
	color: #333;
}

.hide {
	display: none;
}

* {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-user-select: none;
	-moz-user-focus: none;
	-moz-user-select: none;
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


/*社区团购首页*/

.header_comm {
	height: 24vw;
	background: url(/Public/mobile/images/sqtg/bj.png) no-repeat center center;
	background-size: 100% 100%;
	position: relative;
}

.header_comm h2 {
	font-size: 4vw;
	color: #fff;
	text-align: center;
	padding-top: 5vw;
}

.goods_return{
	width: 91%;
	margin: 0 auto;
	position: absolute;
	top: 8vw;
	left: 4.6%;
}
.swiper-container img{
	width: 100%;
	height: 31vw!important;
	border-radius: 2vw!important;
}
.swiper-pagination-bullet-active{
	background-color: #ff601f!important;
}
.swiper-container {
	width: 100%;
}
 
/*主要内容部分*/
.container_sy {
	width: 93%;
	margin: 0 auto;
	margin-top: 20.4vw;
}
.container_sy .z_title {
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}
.z_title .ti_img {
	width: 20vw;
	height: 4vw;
}
.z_title_right a {
	font-size: 3vw;
	color: #999;
}
.z_title_right a .fh {
	width: 3vw;
}

/*中间的导航*/
.nav_eva {
	margin-top: 5vw;
	overflow: hidden;
	margin-bottom: 4vw;
}
.nav_eva .nav_eva_list {
	width: 25%;
	float: left;
	color: #333333;
	font-size: 3.5vw;
}
.nav_eva .nav_eva_list .fh {
	width: 2.5vw;
	height: 1.5vw;
	margin-left: 0.5vw;
}
.nav_eva .active {
	font-weight: bold;
}

/*循环的内容部分*/
.merch_cont {
	overflow: hidden;
}
.merch_cont_list {
	margin-bottom: 2vw;
	width: 94vw;
	/*height: 65vw;*/
	
	background-color: #ffffff;
	border-radius: 3vw;
	padding-top: 4vw;
	padding-left: 2vw;
	padding-bottom: 2vw;
}
.merch_cont_list-right {
	width: 17vw;
	height: 17vw;
	float: left;
}
.merch_cont_list-right .fh {
	width: 100%;
	height: 100%;
	border-radius: 1vw;
}
.merch_cont_list-left {
	width: 78%;
	float: right;
	padding-right: 3vw;
}
.merch_cont_list-left {
	overflow: hidden;
	font-size: 3vw;
	color: #999999;
}
.merch_cont_list-left .name {
	height: 5vw;
	font-family: PingFang-SC-Bold;
	font-size: 4vw;
	color: #333333;
	font-weight: bold;
	overflow: hidden;
	margin-bottom: 2vw;
}
.distance {
	overflow: hidden;
	margin-bottom: 1vw;
}
.distance_lf {
	float: left;
	/*width: 65%;*/
	overflow: hidden;
}
.distance_lf .xx {
	width: 3vw;
	height: 3vw;
	display: inline-block;
}
.distance_lf .score {
	font-size: 3vw;
	color: #ff6d1a;
}
.distance_lf .number {
	display: inline-block;
}
.distance .km {
	float: right;
}
.send_cont .qs {
	margin-right: 4.5vw;
	display: inline-block;
}
.Pick_cont {
	margin-top: 2vw;
	overflow: hidden;
}
.Pick_cont .Since {
	width: 18vw;
	height: 5vw;
	line-height: 5vw;
	border-radius: 3vw;
	background-color: #ffebcc;
	color: #ff6d1a;
	font-size: 3vw;
	text-align: center;
	float: left;
	margin-right: 1vw;
	margin-bottom: 3vw;
}

/*产品*/
.product_cont {
	overflow: hidden;
	display: flex;
	/*justify-content: space-between;*/
}
.product_list {
	overflow: hidden;
	width: 22vw;
	margin-right: 1vw;
}
.product_list .fh {
	width: 22vw;
	height: 22vw;
	display: block;
	border-radius: 1vw;
}
.product_list .title {
	height: 4vw;
	font-family: PingFang-SC-Medium;
	font-size: 3vw;
	color: #555555;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.product_list .price {
	overflow: hidden;
	margin-top: 1vw;
}
.product_list .price .nine {
	color: #ff6d1a;
	float: left;
	font-weight: bold;
}
.product_list .price .ten {
	color: #999;
	font-size: 2vw;
	text-decoration: line-through;
}

/*社区团长*/
.group_cont_f {
	overflow: hidden;
	margin-top: 4vw;
	margin-bottom: 1.2vw;
}
.group_f_list {
	background-color: #fff;
	padding: 2vw 4vw 2.2vw 4vw;
	border-radius: 3vw;
	margin-bottom: 3vw;
}
.group_f_list .list_top {
	overflow: hidden;
	border-bottom: 1px solid #ddd;
	padding-bottom: 2vw;
}
.list_top .fangxiang {
	width: 1.7vw;
	height: auto;
	float: right;
	margin-top: 7vw;
}
.group_f_list .list_top .ti_img {
	width: 13vw;
	height: 13vw;
	border-radius: 30%;
	margin-right: 3vw;
	float: left;
}
.group_f_list .list_top .list_md {
	width: 60%;
	float: left;
}
.group_f_list .list_top .list_md .list_md_tit {
	width: 38vw;
	font-family: PingFang-SC-Bold;
	font-size: 4vw;
	color: #333333;
	height: 5.2vw;
	font-weight: bold;
	overflow: hidden;
	margin-bottom: 2vw;
}
.list_md .li_name {
	border-radius: 4vw;
	border: 1px solid #b4b4b4;
	font-family: PingFang-SC-Medium;
	font-size: 3vw;
	color: #555555;
	text-align: center;
	float: left;
	margin-right: 1vw;
	padding: 1vw 2vw;
}
.group_f_list .list_bot {
	margin-top: 2vw;
	overflow: hidden;
	display: flex;
	align-items: center;
}
.group_f_list .list_bot .dt {
	width: 3vw;
	height: 3.5vw;
	margin-right: 2vw;
	/*float: left;*/
	/*margin-top: 0.6vw;*/
}
.group_f_list .list_bot .addes {
	/*float: left;*/
}

/*申请团长*/
.apply_cont {
	overflow: hidden;
	width: 100%;
	/*margin-top: 4vw;*/
	
	margin-top: 6vw;
	margin-bottom: 7vw;
}

/*.apply_cont .apply_img {
	width: 100%;
	height: auto;
}*/
.apply_cont p {
	font-size: 3vw;
	color: #333;
	text-align: center;
	margin-bottom: 2.5vw;
	margin-top: 1vw;
}
.apply_cont .button {
	width: 30vw;
	height: 7vw;
	border-radius: 4vw;
	border: 1px solid #ff6d1a;
	display: block;
	margin: 0 auto;
	background-color: #fffbf2;
	color: #ff6d1a;
}