/* 底部 */
.double-btn{
    box-sizing: border-box;
    max-width: 7.5rem;
    width: 100%;
	height: 1.08rem;
	line-height: 1.08rem;
    background: #3473f4;
	font-size: .28rem;
	color: #fff;
	padding: 0 .3rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: fixed;
	bottom: 0;
	left: 50%;
    transform: translateX(-50%);
    font-family: "AlibabaPuHuiTi";
    font-weight: 700;
    z-index: 99;
}
.double-both{
	max-height: 7.5rem;
	width: 100%;
	font-size: 0;
	height: 1.08rem;
}
.double-btn > a{
	display: inline-block;
	width: 1.52rem;
	font-size: 0.28rem;
	height: .64rem;
	line-height: .64rem;
	color: #3473F4 !important;
	font-weight: 700;
    font-family: "AlibabaPuHuiTi";
	background-color: #fff !important;
	text-align: center;
	border-radius: .3rem;
}
/* end */
