@charset "utf-8";

* {
	box-sizing: border-box;
}

body,
html {
	height: 100%;
	background: linear-gradient(to right bottom, #c5c3c3, #e9e9e9);
}

body {
	display: flex;
	justify-content: center;
	align-items: center;
}

/* a {
	color: #ffffff;
} */

/* CSS link color */
a:hover {
	color: #3d3d3d;
}

a:visited {
	color: #5e5e5e;
}

/* 链接无下划线 */
a:link {
	text-decoration: none;
}

.main {
	text-align: center;
}

h2 {
	color: #3d3d3d;
	padding: 100px 0 0px 0;
}

.logo {
	display: block;
	width: 130px;
	margin: 0 auto;
	padding: 0px 0 20px 0;
}

.download {
	padding: 0px 0 50px 0;
}

/* .download a {
	display: block;
	width: 201px;
	height: 43px;
	background: #f1eeee no-repeat center;
	background-size: 123px auto;
	border-radius: 999px;
	margin: auto;
} */

.download a.google-play {
	display: block;
	width: 201px;
	height: 43px;
	background: #f1eeee no-repeat center;
	background-size: 123px auto;
	border-radius: 999px;
	margin: auto;
	background-image: url(../img/m_googleplay.png);
}

.download a.local-down {
	display: block;
	width: 201px;
	height: 43px;
	background: #f1eeee no-repeat center;
	background-size: 123px auto;
	border-radius: 999px;
	margin: auto;
	background-image: url(../img/local-download-android.png);
}

.download a.ios {
	display: block;
	width: 201px;
	height: 43px;
	background: #f1eeee no-repeat center;
	background-size: 123px auto;
	border-radius: 999px;
	margin: auto;
	background-image: url(../img/m_appstore.png);
}

.download a.win {
	display: block;
	width: 201px;
	height: 43px;
	background: #f1eeee no-repeat center;
	background-size: 123px auto;
	border-radius: 999px;
	margin: auto;
	background-image: url(../img/download_win.png);
}

.download a.ios_ext {
	display: block;
	width: 201px;
	height: 43px;
	background: #f1eeee no-repeat center;
	background-size: 123px auto;
	border-radius: 999px;
	margin: auto;
	background-image: url(../img/download-ios-ext.png);
}

.bottom-img {
	width: 100%;
	margin: auto;
	position: relative;
}

.bottom-img .bg,
.bottom-img .phone {
	width: 100%;
}

.bottom-img .phone {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	animation: phoneAni 1s linear infinite alternate;
}

.abc {
	display: block;
	margin: auto;
	padding-top: 7px;
	font-size:medium;
	font-weight: bold;
	
}


/* .bottom-img .beian {margin: auto; position: relative;} */
@keyframes phoneAni {
	100% {
		top: 10px;
	}
}

.open-tips {
	position: fixed;
	z-index: 9;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .8);
	overflow: hidden;
	display: none;
}

.open-tips img {
	width: 300px;
	float: right;
	margin-right: 20px;
}