.list{
	padding-bottom: .3rem;
}
.list>div{
	display: flex;
	margin: 0 auto .3rem;
	position: relative;
	width:6.7rem;
	height: 2.8rem;
	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-left:.65rem;
	font-size: .28rem;
	color: #fff;
	text-shadow: 0 .03rem .06rem rgba(0,0,0,0.16);
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.con_wrap p:first-child{
	font-size: .4rem;
	font-weight: bold;
	line-height: .5rem;
	padding-bottom: .2rem;
}
.bottom{
	position: absolute;
	bottom: .2rem;
	left: 0;
	width:100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	padding: 0 .2rem 0 .44rem;
}
.bottom p{
	color: #fff;
	font-size: .28rem;
}
.con_wrap p img{
	display: inline-block;
	width: .11rem;
}

.bottom2{
	padding-top:.4rem;
	position: absolute;
	width:100%;
	height: 1.6rem;
	bottom:-1px;
	background: linear-gradient(-45deg, #e2effa 0%, #f0f6f9 100%);
	border-radius: 0 .4rem 0 0;
	border-top: 1px solid #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .3s ease-in-out;
}
.bottom_wrap.close .bottom2{
	transform: translateY(100%);
}
.bottom2>div{
	width: 3.2rem;
	height: .8rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: .4rem;
	box-sizing: border-box;
	border: 1px solid #fff;
	box-shadow: 0 .03rem .2rem 1px rgba(10,84,145,0.1);
	font-size: .24rem;
	margin: 0 .3rem;
}
.bottom2 img{
	width:.42rem;
	height: .43rem;
	margin-right: .2rem;
}
.bottom2 .right{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	line-height: .24rem;
}
.bottom2 .right span:last-child{
	font-size: .18rem;
	color: #5F5F5F;
	padding-top: .05rem;
}
.bottom_wrap{
	position: fixed;
	width:100%;
	height: 100%;
	left: 0;
	top:0;
	background-color: rgba(0,0,0,.5);
	pointer-events: initial;
	transition: all .3s ease-in-out;
	z-index: 999;
}
.bottom_wrap.close{
	opacity: 0;
	pointer-events: none;
}
.close_bottom{
	position: absolute;
	width:.2rem;
	height: .2rem;
	right:.3rem;
	top:.3rem;
	background: url(../img/public/close.png) no-repeat;
	background-size: 100% 100%;
}