@charset "UTF-8";
/*.line-fixed {
	position:fixed;
	z-index:9999;
	left:50%;
	transform: translateX(-50%);
	width: 100%;
	max-width:520px;
	height: 70px;
	display: flex;
	gap:0 5px;
    bottom: 0;
	background-color: rgba(255,250,255,0.7);
	align-items: center;
	justify-content:center;
	margin:auto;
}*/
.line-fixed {
	position:fixed;
	left:50%;
	transform: translateX(-50%);
	width: 100%;
	max-width:520px;
	height: 70px;
	display: flex;
	gap:0 5px;
    bottom: 0;
	align-items: center;
	justify-content:center;
	margin:auto;
	background-color:transparent;
}
.line-fixed-base{
	position:fixed;
	bottom:0;
	left:0;
	z-index:9999;
	width: 100%;
	height: 70px;
	display: flex;
	gap:0 5px;
	background-color: rgba(255,250,255,0.7);
	align-items: center;
	justify-content:center;
	margin:auto;
}
.line-fixed .btn1{
	width:47%;
	text-align:center;
	background-color: #06C755;
	border-radius:50px;
	padding:8px 0;
	color:#fff;
	font-weight:bold;
	font-size:18px;
	display:block;
	text-decoration: none;
}
.line-fixed .btn1:hover{
	opacity:0.7;
}
.line-fixed .btn2{
	width:47%;
	text-align:center;
	background-color: #F29300;
	border-radius:50px;
	padding:8px 0;
	color:#fff;
	font-weight:bold;
	font-size:18px;
	display:block;
	text-decoration: none;
}
.line-fixed .btn2:hover{
	opacity:0.7;
}