*{
	margin: 0;
	padding: 0;
	border: 0;
	font-family: "微软雅黑";
}

a{
	text-decoration:none;
	color:#c0c0c0;
}

#header{
	background-color: #2d2d2d;
	height:52px;
}

#header *{
	float: left;
}

#header img{
	margin-top: 14.75px;
	margin-left: 10px;
}

.title{
	display: inline-block;
	color: #c2c2c2;
	font-size: 10px;
	margin-top: 13px;
	margin-left: 50px;
}

.language{
	display: inline-block;
	color: #c2c2c2;
	font-size: 15px;
	margin-top: 13px;
	margin-right: 30px;
}

.swiper-container {
    width: 100%;
    background-size: cover;
}  

.swiper-container div.swiper-wrapper div.swiper-slide{
	background-size: cover;
}

div.video video{
	margin-top: 10px;
	display: block;
}

div.video p:nth-child(2){
	font-size: 16px;
	color: #333333;
	text-align: center;
	margin-top: 13px;
	font-weight: 500;
}

div.video p:nth-child(3){
	margin-top: 10px;
	font-size: 13px;
	color: #444444;
	 overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-indent: 2em;
    
	padding-left: 10px;
	padding-right: 10px;
}

.cell{
	width: 100%;
	margin: 0 auto;
	min-height: 150px;
	position: relative;
}

.cell>*{
	vertical-align: top;
}

.cell div.gameImg{
	background-color: aquamarine;
	display: inline-block;
	/*background-image: url(https://cdn.v2ex.co/avatar/9ecf/fde4/50745_normal.png?m=1464424632);*/
	background-size: cover;
	background-position: center;
	width: 150px;
	height: 100px;
	/*margin-top: 0px;*/
	margin-left: 10px;
	border-radius: 4px;
	margin-top: 15px;	
}

div.cell div.introduce{
	display: inline-block;
	margin-left: 11px;
	font-size: 12px;
	color: #555555;
	
	margin-bottom: 15px;
margin-top: 15px;	
}

div.cell hr.lightHr{
	position: absolute;
	height: 1px;
	background-color: #dbdbdb;
	bottom: 0px;
	/*margin-bottom: 1px;*/
}

/*div.cell div.introduce span{
	display: inline-block;
	background-color: #7FFFD4;
	margin: 0;
}

div.cell div.introduce span.spanTitle{
	font-size: 24px;
	color: #333333;
	height: 48px;
}

div.cell span.spanContent{
	font-size: 22px;
	color: #555555;
}*/


footer{
	background-color: rgb(34,34,34);
	/*height:216.5px;*/
	position: relative;
}

footer div.company{
	background-color: rgb(51,51,51);
	min-height: 160px;
}

div.company ul{
	height: inherit;
}

div.company ul li{
	display: inline-block;
	/*background-color: red;*/
	height: inherit;
	vertical-align: top;
}

div.company ul li:first-child{
	width: 22%;
}

div.company ul li:nth-child(2){
	width: 36%;
}

div.company ul li:nth-child(3){
	width: 36%;
}

div.company ul li:first-child div{
	margin-left: 15px;
	
}

div.company ul li a{
	margin-left: 20px;
}

div.company ul li a{
	display: inline-block;
	margin-top: 25px;
}

div.company ul li div.companyTitle{
	font-size: 13px;
	margin-top: 17.5px;
	color: #cbcbcb;
	font-weight: bold;
}

div.company ul li div.companyContent{
	font-size: 8px;
	color: #cbcbcb;
}

div.company ul li div:nth-child(3){
	margin-top: 7.5px;
}

div.company ul li div:nth-child(4){
	margin-top: 10px;
}

footer div.copyright{
	display: inline-block;
	text-align: center;
	width: 80%;
	margin-left: 10%;
	font-size:10px;
	color: #6b6b6b;
	margin-top: 5px;
	margin-bottom: 5px;
}

footer div.button{
	background-image: url(../img/toTop.png);
	background-size: 100%;
	display: inline-block;
	width: 20px;
	height: 20px;
	background-color: #F0FFFF;
	/*float: right;*/
	position: absolute;
	right: 10px;
	bottom: 10px;
}

div.download *{
	width: 261.5px;
	height: 55.5px;
	margin:0 auto;
	background-size: cover;
}

div.download div.downloadiOS{
	/*background-image: url(../img/iOSWait.png);*/
	margin-top: 12.5px;
	margin-bottom: 40px;
}

div.download div.downloadAndroid{
	background-image: url(../img/androidDownload.png);
	margin-top: 24px;
}
