.list{
	padding-bottom: .3rem;
}
.list>div{
	display: flex;
	margin: 0 auto .4rem;
	position: relative;
	width:6.9rem;
	height: 3.4rem;
	border-radius: .4rem;
	overflow: hidden;
}
.list>div>img{
	width:auto;
	height: 100%;
}
.option_wrap{
	width: 2.86rem;
	height: .8rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: .4rem;
	box-sizing: border-box;
	border: 1px solid rgba(255,255,255,.5);
    box-shadow: 0 0.03rem 0.2rem 1px rgb(10 84 145 / 50%);
    background-color: rgba(255,255,255,.6);
	backdrop-filter: blur(.05rem);
	-webkit-backdrop-filter: blur(.05rem);
}
.option_wrap>div{
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: .24rem;
}
.download img{
	width:.42rem;
	height: .43rem;
	margin-right: .12rem;
}
.email img{
	width:.51rem;
	height: .35rem;
	margin-right: .12rem;
}
.con_wrap{
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height: 100%;
	box-sizing: border-box;
	padding:.4rem .44rem 0;
	font-size: .26rem;
	line-height: .34rem;
	color: #fff;
	text-shadow: 0 .03rem .06rem rgba(0,0,0,0.16);
}
.con_wrap p:first-child{
	font-size: .36rem;
	font-weight: bold;
	line-height: .5rem;
	padding-bottom: 0.1rem;
}
.bottom{
	position: absolute;
	bottom: .17rem;
	left: 0;
	width:100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	padding: 0 .15rem 0 .44rem;
}
.bottom p{
	color: #fff;
	font-size: .28rem;
}
.bottom p img{
	display: inline-block;
	width: .11rem;
}