
.logo {
	text-align: center;
	width: 5.7rem;
	margin: 0 auto 1rem;
}
.logo img {
	width: 5.7rem;
	display: block;
}
#main {
	padding-top: 1.5rem;
    background: #fff url(../images/bg01.jpg) no-repeat center top;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-family: Arial, Helvetica, sans-serif;
    height: 82vh;
}
#main .title {
	margin-bottom: .2rem;
	text-align: center;
}
#main .title img {
	width: 7.5rem;
}
#main .titles img {
	margin-top: 5.4rem;
	width: 7.5rem;
}
#main .title span {
	color:#888;
	font-size: 0.35rem;
	display: block;
}

#main .titles span {
	color:red;
	font-size: 0.75rem;
	display: block;
	text-align: center;
	margin-bottom: 0.2rem;
}
#main .text {
	margin-bottom: 0.2rem;
	color:#888;
	font-size: 0.35rem;
	text-align: center;
}
#main .ulList {
	width: 8.0rem;
	margin: 0 auto;
	text-align: center;
}
#main .ulList li {
	margin-bottom: 0.01rem;
}
#main .ulList li img {
	margin-bottom: 5px;
	width: 8.0rem;
}
#closeDownlodtext {
	overflow: hidden;
}
.copyright {
	margin-top: 3rem;
	text-align: center;
	color: #888888;
	line-height: 1.2rem;
	background-color: #EDEDED;
	position: absolute;
	bottom: 0;
	width: 100%;
}
.download_apps {
	height: 0px;
}
.download_app {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 1.7rem;
	background: url(../images/download_app.png) no-repeat center;
	background-size: 100% 100%;
	padding: 0 .6rem 0 .4rem;
	transition: all ease 1s;
	overflow: hidden;
}
/*animation: isApps 1.2s ease 4s;*/
@keyframes isApps {
	0% {
		height: 1.3rem;
	}
	100% {
		height: 0;
	}
}
.download_app .lf {
	display: flex;
	align-items: center;
}
.download_app .lf i {
	display: block;
	width: .34rem;
	height: .34rem;
	background: url(../images/close.png) no-repeat center;
	background-size: 100% 100%;
}
.download_app .lf img {
	width: 1.2rem;
	margin: 0 0.3rem;
}
.download_app .lf p span {
	display: block;
	color: #fff;
	font-size: .4rem;
}
.download_app .lf p span:last-child {
	margin-top: .1rem;
}
.downImgs {
	width: 2.1rem;
}

}


