@charset "utf-8";

/* CSS Document */

* {
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: "微软雅黑";
}

body {
	background: #fff;
}

html,
body {
	height: 100%;
}

img {
	border: none;
	vertical-align: middle;
}

.top_color {
	/* background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(25, 105, 138, 1)), color-stop(1, rgba(23, 95, 125, 1))); */
	/* box-shadow: 0 -5px 5px #186382 inset; */
	width: 100%;
	height: 45px;
}

.title_itext {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	line-height: 45px;
	text-align: center;
}

.container {
	width: 80%;
	margin: 10% auto;
}

.img_pic1 {
	height: 50%;
	margin: 0 0 20px;
	padding: 0 5%;
}

.download_button button {
	margin-top: 10%;
	height: 40px;
	border: 0;
	border-radius: 5px;
	width: 100%;
	padding: 0;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}

#btn_android button {
	background: #488399;
}

#btn_android_x86 button {
	background: #f2ae0b;
}

#btn_ios button {
	background: #87b27c;
}

.download_button span {
	font-size: 16px;
	line-height: 40px;
	float: left;
	margin-left: 10px;
	text-align: left;
}

.download_button img {
	font-size: 16px;
	line-height: 40px;
	float: left;
	margin-top: 7px;
	margin-left: 10px;
	text-align: left;
}

.button_box {
	overflow: hidden;
	width: 90%;
	margin: 0 5%;
}

.footer_itext {
	bottom: 20px;
	font-size: 14px;
	color: #186383;
	text-align: center;
	line-height: 18px;
	margin-top: 20%;
}

.panel-footer {
	display: table;
	height: 45px;
	margin-top: 13%;
	text-align: center;
}

.panel-footer .title_itext {
	font-size: 10px;
	color: #939393;
	line-height: 14px;
	padding: 0 10px;
	text-align: center;
	font-weight: normal;
	/* display: table-cell; */
	vertical-align: middle;
}