﻿.bodya {
	margin: 0px;
}
.xiazai {
	background-color: #fff;
	border-radius: 20px;
	height: 30px;
	border: double;
	width: 140px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0 11px 27px -14px #e2620d;
	position: relative;

}
.iosxiazai {
	background-color: #fff;
	border-radius: 20px;
	height: 30px;
	border: double;
	width: 140px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0 11px 27px -14px #e2620d;
	position: relative;

}
.xiazai:hover {
	transform: scale(1.2);  
}
.xiazai:hover > .androidewm{
	display: block;
}
.iosxiazai:hover {
	transform: scale(1.2);  
}
.iosxiazai:hover > .iosewm{
	display: block;
}
.androidewm{
	width: 100px;
	height: 100px;
	position: absolute;
	top: 40px;
	left: 50%;
	transform: translateX(-50%);
	display: none;
}
.iosewm{
	width: 100px;
	height: 100px;
	position: absolute;
	top: 40px;
	left: 50%;
	transform: translateX(-50%);
	display: none;
}
.az {
	display: inline-block;
	vertical-align: middle;
	width: 23px;
	height: 26px;
	background-size: cover;
	background-image: url(img/Android.svg);
}

.pg {
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 26px;
	background-size: cover;
	background-image: url(img/iphone.svg);
}

.kuai {
	width: 180px;
	height: 180px;
	border-radius: 10px;
	background-color: #FFFFFF;
	margin: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	cursor: pointer;  
	transition: all 0.6s;
}
.kuai:hover {
	transform: scale(1.2);  
}
.footer__bd{
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	padding: 40px 0 32px;
}
.footer a:link, .footer a:visited {
    color: rgba(0,0,0,.7);
    text-decoration: none;
}
.bg{
	background: #fff;
	z-index: 99999;
	width: 100%;
	height: 19.2vw;
	position: fixed;
	left: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-shadow: 0 -5px 5px -5px rgb(94 94 94 / 16%)
}
.left{
	display: flex;
	justify-content: center;
	align-items: center;
}
.logoName{
	width: 45vw;
}
.btn{
	background-color: #ffde00;
	    border-radius: 1.208vw;
	    width: 29.226667vw;
	    height: 10.4vw;
	    line-height: 10.4vw;
	    margin-right: 4.346667vw;
	    font-size: 4.346667vw;
	    color: #312506;
	    letter-spacing: .82px;
	    text-align: center;
	    font-weight: 700;
}
.logo{
	width: 12.266667vw;
	height: 12.266667vw;
	margin-left: 4.346667vw;
	margin-right: 2.186667vw;
}
.titlea{
	font-weight: 500;
	font-size: 23px;
}
.title{
	font-family: PingFangSC-Regular;
	font-size: 3.2vw;
	color: #1e233a;
	text-align: center;
}
@media screen and (min-width:1000px){
 .bg{
	display:none;
 }
}
