.lr_layout_upc {
	display: flex;
	flex-direction: row;
	align-items: center;
}
.btn_gradient {
	background: #fc2f47;
	border: none;
	color: #fff;
	background: linear-gradient(to right, #fc2f47, #ff8647);
}
/*砍价、拼团商品列表*/
.activityList {
	background: #fff;
	padding: 0 .3rem;
}

.activityList .item {
	padding: .2rem 0;
	border-bottom: 1px solid #e6e6e6;
	position: relative;
	clear: both;
	background: #fff;
	display: flex;
	justify-content: space-between
}

.activityList .item:last-child {
	border-bottom: none;
}

.activityList .item .pic {
	width: 2.50rem;
	height: 2.50rem;
	position: relative;
	background-size:cover;
	background-position: center;
}

.activityList .item .pic img {
	width: 100%
}

.activityList .item .info {
	width: 4.20rem;
	margin-left: 10px;
}

.activityList .info .name {
	height: .92rem;
	margin-top: -.06rem;
}

.activityList .info .userList {
	display: flex;
	align-items: center;
	height: .54rem;
	margin-bottom: .46rem;
}

.activityList .info .userList img {
	width: .40rem;
	height: .40rem;
	margin-right: .10rem;
	border-radius: 100%;
}

.activityList .info .price_btn {
	height: .68rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.activityList .info .price_btn .btn {
	width: 1.7rem;
	height: .6rem;
	line-height: .6rem;
	border-radius: .06rem;
	font-size: .3rem;
	border: none;
	background: #ccc;
	color: #fff;
}

.activityList .info .price_btn .fontb3 {
	font-weight: 500;
}
/*----------------------------------------拼团活动页-------------------------------------------*/
.collageActivity_Page {
	position: relative;
	background: #fff5f6 url(http://images.azczg.com/ldy/system/miniappmarketing/collageActivityBg.jpg?v=1.0)
		no-repeat;
	background-size: auto 12.57rem
}

.rollInfo {
	position: absolute;
	left: .2rem;
	top: .32rem;
	height: .64rem;
	background-color: rgba(0, 0, 0, .6);
	border-radius: .1rem;
	-webkit-border-radius: .1rem;
	-moz-border-radius: .1rem;
	line-height: .64rem;
	padding: 0 .16rem;
	z-index: 101
}

#announcement {
	height: .64rem
}

.rollInfo img {
	float: left;
	width: .48rem;
	height: .48rem;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	margin-top: .08rem;
}

.rollTxt {
	display: box;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	color: #fff;
	font-size: .26rem;
	margin-left: .56rem;
	line-height:.68rem
}

.rollTxt span {
	margin-left: .2rem
}

.collageGoods {
	padding: .6rem .36rem;
	position: relative;
	z-index: 99;
}

.collageGoodsBox {
	background: #fff;
	border-radius: .15rem;
	-webkit-border-radius: .15rem;
	-moz-border-radius: .15rem;
	padding: .5rem 0rem;
	box-shadow: .02rem .06rem .15rem rgba(188, 3, 71, 0.13);
}

.collageGoodsItem {
	position: relative;
	border-bottom: 1px solid #e6e6e6;
	padding: 0 .4rem .5rem;
}

.collageGoodsPic {
	position: absolute;
	width: 2.08rem;
	height: 2.08rem;
	top: 0;
}

.collageGoodsInfo {
	padding-left: 2.36rem;
}

.collageGoodsName {
	font-size: .3rem;
	line-height: .38rem;
	height: .76rem;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.collageGoodsOther {
	font-size: .22rem;
	color: #999;
	line-height: .24rem;
	margin-top: .6rem;
}

.originalPrice {
	text-decoration: line-through;
}

.jianJu {
	margin: 0 .1rem;
}

.collageGoodsPrice {
	margin-top: .2rem;
	font-size: .3rem;
	color: #fc2f47;
	font-weight: 700;
	line-height: .32rem;
}

.groupIndexPad {
	padding: 0 .4rem;
}

.regiment {
	text-align: center;
	padding-top: .5rem;
	font-size: .36rem;
	color: #444;
	font-weight: 700;
	line-height: .6rem;
}

.groupSuccess {
	text-align: center;
	height: .63rem;
	margin-bottom: .08rem;
}

.groupSuccess img {
	display: inline-block;
	width: 1.45rem;
	height: .63rem;
}

.regimentCondition {
	font-size: .22rem;
	color: #999;
	line-height: .24rem;
	text-align: center;
	margin-bottom: .2rem;
}

.groupTime {
	padding: .11rem 0px .22rem;
	text-align: center;
	color: #666;
	font-size: .28rem;
	line-height: .34rem;
	position:relative
}

.groupTime:after {
	position:absolute;
	content:' ';
	left:-2px;
	width:.1rem;
	height:.8rem;
	background:#fff;
	top:0
}

.groupReason {
 	padding: .11rem 0 0;
	text-align: center;
	color: #999;
 	font-size: .24rem;
 	line-height: .32rem;
}

.groupTime span {
	display: inline-block;
	height: .34rem;
	line-height: .36rem;
	background: #fc2f47;
	border-radius: .04rem;
	-webkit-border-radius: .04rem;
	-moz-border-radius: .04rem;
	padding: 0 .05rem;
	color: #fff;
	font-size: .24rem;
	font-weight: 700;
	vertical-align: top;
	margin: 0 .09rem;
	min-width: .4rem;
	text-align: center;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-family: Arial, "Hiragino Sans GB W3", "Hiragino Sans GB","Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif
}

.groupTime span:last-child {
	margin-right: 0;
}

.joinGroupBtn {
	padding: 0 .3rem 0rem;
	margin-top: .27rem;
}

.joinGroupBtn button {
	border-radius: .08rem;
	-webkit-border-radius: .08rem;
	-moz-border-radius: .08rem;
	line-height: .8rem;
	font-size: .3rem;
	box-shadow: .02rem .04rem .12rem rgba(229, 45, 22, 0.33);
	width: 100%;
	animation:btnScale .9s linear infinite;
	-webkit-animation:btnScale .9s linear infinite
}

.joinGroupBtn button.btn_default {
	background: #fff;
	border: 1px solid #fc2f47;
	color: #fc2f47;
	box-shadow: none;
	line-height: .77rem;
}

.joinGroupBtn button.btn_default, .joinGroupBtn button.seeMoreGroup {
	width: 50%;
	animation:none;
	-webkit-animation:none
}

.joinGroupBtn button.btn_default {
	margin-right: .38rem;
}

.invitingTxt {
	margin-top: .24rem;
	line-height: .42rem;
	font-size: .26rem;
	color: #999;
	text-align: center;
}

.invitingTxt a {
	padding-top: .1rem;
}

.joinGroupPersonal {
	padding: .18rem .28rem 0;
	text-align: center;
}

.loopPersonal {
	display: inline-block;
	width: .64rem;
	height: .64rem;
	margin: .36rem .12rem 0;
	position: relative;
}

.loopPersonalPic {
	width: .64rem;
	height: .64rem;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}

.loopPersonal span {
	position: absolute;
	left: .05rem;
	top: .46rem;
	width: .54rem;
	height: .26rem;
	font-size: .2rem;
	color: #fff;
	text-align: center;
	background: #fc2f47;
	border-radius: .13rem;
	-webkit-border-radius: .13rem;
	-moz-border-radius: .13rem;
}

.groupOver {
	padding-top: .86rem;
}

.recommendGoods {
	margin-top: .16rem;
	position: relative;
	z-index: 102;
}

.recommendGoodsTitle {
	background:
		url(http://images.azczg.com/ldy/system/miniappmarketing/recommend.png)
		no-repeat center top;
	background-size: auto .39rem;
	height: .4rem;
	padding-bottom: .36rem
}

.recommendGoods .activityList {
	margin-bottom: 0
}
.ruleLink {
    position: absolute;
    right: .4rem;
    top: 0;
    height: .65rem;
	width:.64rem;
	padding-top:.1rem;
    background: linear-gradient(to bottom, #ffc63d, #ffaa15);
    border-radius: 0 0 .32rem .32rem;
    -webkit-border-radius: 0 0 .32rem .32rem;
    -moz-border-radius: 0 0 .32rem .32rem;
    line-height: .64rem;
    z-index: 102;
	font-size:.22rem;
	color:#fff;
	line-height:.26rem;
	text-align:center;
	box-shadow:0 2px 5px rgba(175,111,0,.23)
}
.activityList .info .price_btn .btn_gradient {
	background: #fc2f47;
	border: none;
	color: #fff;
	background: linear-gradient(to right, #fc2f47, #ff8647);
}
.backIndex {position: fixed;bottom:1.8rem;right:.3rem;z-index:1001;background-color:rgba(0,0,0,.5);height:.9rem;width:.9rem;z-index:1002;box-shadow:0 0px 5px rgba(51,51,51,.4);border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%}
.backIndex a {display:block;line-height:.9rem;width:100%;text-align:center;font-size:.42rem;color:#fff}
@keyframes btnScale {
0% {
	transform:scale(1)
}
50% {
	transform:scale(1.03)
}
100% {
	transform:scale(1)
}
}
@-webkit-keyframes btnScale {
0% {
	transform:scale(1)
}
50% {
	transform:scale(1.03)
}
100% {
	transform:scale(1)
}
}