.footer{
	width:100%;
	height:13.3vw;
	position:fixed;
	bottom:0px;
	left:0px;
	z-index:1000;
	background-color:transparent;
	overflow: visible;
}
.footer_1{
	width:33%;
	height:100%;
	float:left;
	overflow: visible;
}
.footer_1_x{
	width:34%;
}
.buttonboxs {
	margin-top: 0px;
	border: 0;
	background-color: #8A6DF7;
	color: white;
	line-height: 1;
	font-size: 1rem;
	text-align:center;
	line-height:13.3vw;
	width:100%;
	height:100%;
	margin-left:0px;
}
.activedbutton{
	background: linear-gradient(to right, #1B5CD8, #003CBF);
	height: 17.2vw;
	line-height:17.2vw;
	margin-top: -3.9vw;
}
@media (min-width: 769px) {
    /*769~+∞*/
    .footer {
        width:33vw;
        left:33vw;
        height: 4.4vw;
    }
    .buttonboxs {
		line-height:4.4vw;
    }
	.activedbutton{
		background: linear-gradient(to right, #1B5CD8, #003CBF);
		height: 5.7vw;
		line-height:5.7vw;
		margin-top: -1.3vw;
	}
}