html,
body {
  width: 100%;
  overflow: hidden;
  height: 100%;
  color:#555;
}
body {
  background:#37363b; 
  padding: 0; 
  margin: 0;
}
@font-face {font-family:"SNNEONOIRE-REGULAR";src: url(../TTF/SNNEONOIRE-REGULAR.TTF);}
/*****/
.main {
	width: 100%;
	background-image: url("../images/background.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #37363b;
	overflow: hidden;
}

.board_web{
	width: 100%; 
	height: 100%;
	margin-top: 8%;
}

.board_web .logo{
	width: 12%;
	height: 12%;
	border-radius: 50px;
	float: left;
}
.board_web .appDownload{
	display: flex;
	justify-content: center;
	align-items: center;
}
.board_web .appDownload ul{
	float: left;
	padding-left: 30px;
}
.board_web .appDownload ul li{
	border: 2px solid rgba(255, 255, 255, 1);
	list-style-type: none; 
	border-radius: 14px;
	margin-top: 20px;
}
.board_web .appDownload ul li a{
	color: #fff; 
	text-decoration: none;
	font-family: 黑体;
	font-size: 30px;
}
.board_web .appDownload ul li:hover{
	background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0 !important; 
	cursor: pointer;
}
.board_web .appDownload ul li div.appleImage{
	background: url("../images/Apple.png") no-repeat;
	background-size: contain;
	margin-top: 7px;
	margin-left: 10px;
	width: 40px; 
	height: 40px; 
	display: inline-block;
}
.board_web .appDownload ul li div.appleDownloadText{
	float: right; 
	margin: 10px 10px 0px 0px;
}
.board_web .appDownload ul li div.androidImage{
	background: url("../images/Android.png") no-repeat;
	background-size: contain;
	margin-top: 7px;
	margin-left: 6px;
	width: 40px; 
	height: 40px; 
	display: inline-block; 
}
.board_web .appDownload ul li div.androidDownloadText{
	float: right; 
	margin: 10px 10px 0px 0px;
}
.board_web .board_l{
	clear: both; 
	overflow: hidden;
	margin: 100px 0; 
	color: #fff;
}
.board_web .board_l p{
	font-family: "SNNEONOIRE-REGULAR",黑体; 
	margin: 6px 0; 
	font-size: 20px; 
	text-align: center;
	line-height: 30px;
}
.none{
	display: none;
}
/*****/
.footer{
	text-align: center;
	color: #949494; 
	padding: 15px 0;
}
