.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;
}


.mainbtnbox{
	width: 100%;
	height: 18vw;
	position: fixed;
	z-index: 100;
	left: 0px;
	bottom: 0px;
	background-color: #FFFFFF;
}
.mainbtn_1{
	width: 50%;
	height: 100%;
	float: left;
}
.mainbtn_1_1{
	text-align: center;
	margin-top: 3vw;
}
.mainbtn_1_1_img{
	height: 5vw;
	width: auto;
}
.mainbtn_1_2{
	text-align: center;
}
.mainbtn_1_2x{
	color: #1685FE;
}


@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;
	}
	
	.mainbtnbox{
		width: 100%;
		height: 8vw;
		position: fixed;
		z-index: 100;
		left: 0px;
		bottom: 0px;
		background-color: #FFFFFF;
	}
	.mainbtn_1{
		width: 50%;
		height: 100%;
		float: left;
	}
	.mainbtn_1_1{
		text-align: center;
		margin-top: 1vw;
	}
	.mainbtn_1_1_img{
		height: 1.6vw;
		width: auto;
	}
}



@media (min-width: 1080px) {
	.mainbtnbox{
		height: 5vw;
	}
}