@charset "utf-8";

* { 
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;   
 box-sizing: border-box;    
}

.clearfix:before, .clearfix:after {
	content: '';
	display: table;
}
.clearfix:after {
		clear: both;
}
html {
	width: 100%;
	font-size: 62.5%;
	overflow-x: hidden;
}
body {
	width: 100%;
	margin: 0;
	font-family: '微軟正黑體', Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #fff;
  	position: relative;
  	background: transparent url(../images/content-bg2.jpg) 50% 0 repeat-y;	
  	background-color: #111111;
  	overflow: hidden;
}
p, li, a{
	font-size: 16px;
	line-height: 1.5;
}
a {
	color: #f4f4f4;
	text-decoration: underline;
}
a:hover {
	color: #ed6d00;
}
h2{
	color: #333;
	font-size: 30px;
	line-height: 150%;
	margin-bottom: 20px;
}
.wrapper {
	width: 100%;
	max-width: 1000px;
	padding: 50px 0;
	margin: 0 auto;
	overflow: hidden;
}
.btn {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 10px 25px;
	border: 1px solid #444;
	background: #666;
	text-decoration: none;
	color: #fff;
	display: inline-block;
	box-shadow: 0 2px 5px rgba(0,0,0, 0.3);
}
.btn:hover {
	background: #c8770a;
	text-decoration: none;
	color: #fff;
}
.hide-text{
	white-space: nowrapper;
	overflow: hidden;
	text-indent: -1000%;
}
.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#img-preload{
	height: 0px;
}
.purple{
	color: rgb(177, 149, 255);
  	font-size: 20px;
}
/* ----------------------------------------------------------------------*/
/* ----------------------------------------------------------------------*/
.header{
	width: 100%;
	height: 600px;
	background-color:#0c0115;
}

.header-wp{
	width: 1600px;
	height: 600px;
	background: url(../images/header_bg_1.jpg) center center no-repeat;
	position: absolute;
	left: 50%;
	margin-left: -800px;

}
.header .wrapper{
	height: 100%;
	position: relative;
}
.lh-logo{
	width: 150px;
	height: 47px;
	background: url(../images/lh-logo.png) center no-repeat;
	position: absolute;
	top: 22px;
	left: 34px;
}
.headline{
	width: auto;
	height: 163px;
	background: url(../images/headline.png) center top no-repeat;
	margin: 250px auto 0;
	background-size: 51.5% auto
}
.event-btn{
	display: block;
	width: 272px;
	height: 43px;
	background: url(../images/hots-btn1.png) center no-repeat;
	margin: 23px auto 0;
	cursor: pointer;
	z-index: 10;
}
.event-btn:hover{
	background: url(../images/hots-btn1-h.png) center no-repeat;
}
.content{
	width: 100%;
}
/*
.content-wp{
	width: 1940px;
	height: 880px;
	background: url(../images/content-bg.jpg) center repeat-y;
	position: absolute;
	left: 50%;
	margin-left: -970px;
	z-index: -5;
}
*/
.content-wp>img{
	width: 1556px;
	height: 190px;
	position: absolute;
	left: 50%;
	margin-left: -778px;
	z-index: -1;
}
.content .wrapper{
	padding: 50px 40px;
}
.content h2{
	font-weight: 400;
	color: #fff;
	line-height: 1.2;
	text-shadow: 0 0 16px #009cff;
	font-size: 38px;
}
.content .pstyle1{
	color: #8eb1bc;
	line-height: 1.6;
	font-size: 20px;
}
.content p{
	color: #80959b;
	line-height: 1.6;
	font-size: 17px;
	margin: 18px 0 ;
}
.content p span{
	color: #f4f4f4;
	font-size: 25px;
}
.content h4{
	width: 100%;
	font-weight: 400;
	color: #fff;
	line-height: 1.2;
	text-shadow: 0 0 16px #009cff;
	font-size: 26px;
	background-color: rgba(51,158,224,.2);
    border-radius: 6px;
    margin-top: 10px;
}
.content h4 .icon{
	width: 45px;
	height: 52px;
	background: url(../images/icon.png) center no-repeat;
	float: left;
	margin-top: -5px;
}
.content ol{
	padding: 10px 40px 20px 25px;
}
.content ol li,.content ul li{
	color: #80959b;
	line-height: 1.2;
	font-size: 17px;
	margin: 18px 0 ;
}
.content ul{
	list-style: none;
}
.content ol li .highlight{
	color: #fff;
	font-size: 19px;
}
.mid-btn-wp{
	width: 650px;
	height: 61px;
	background: url(../images/mid-btn-wp.png) center no-repeat;
	text-align: center;
 	margin: 0 auto 40px;
}
.mid-btn-wp> .event-btn{
	background: url(../images/hots-btn2.png) center no-repeat;
}
.mid-btn-wp> .event-btn:hover{
	background: url(../images/hots-btn1-h.png) center no-repeat;
}
/* ----------------------------------------------------------------------*/
/* ----------------------------------------------------------------------*/
/* rank------------------------------------------------------------------*/
table{
	margin: 0 auto;
	text-align: center;
}
tr.rank-title{
	display: block;
	width: 790px;
	height: 36px;
	color: #A0D7FF;
	font-size: 14px;
	text-align: left;
}
tr.rank-board{
	display: block;
	width: 790px;
	height: 36px;
	background: url(../images/rank_board.png) no-repeat;
	color: #f4f4f4;
	font-size: 16px;
	text-align: left;
	position: relative;
	margin-bottom: 2px;
}
td.date{
	width: 73px;
	height: 36px;
}
td.hero{
	width: 68px;
	height: 36px;
}
td.name{
	width: 100px;
	height: 36px;
}
td.chat{
	width: 410px;
	height: 36px;
}
td a{
	width: 790px;
	height: 36px;
	position: absolute;
	top: 0;
	left: 0;

}
.content p span.mini{
	font-size: 16px;
	color: #8eb1bc;
}
.bottom-wp{
	width: 100%;
	height: 212px;
	position: relative;
}
.bottom-img{
	width: 1063px;
	height: 212px;
	background: url(../images/hr2.png) no-repeat;
	position: absolute;
	left: 50%;
	margin-left: -531.5px;
}
/* ----------------------------------------------------------------------*/
/* ----------------------------------------------------------------------*/
/* ----------------------------------------------------------------------*/
/* ----------------------------------------------------------------------*/
/* ----------------------------------------------------------------------*/
/* ----------------------------------------------------------------------*/
.wrapper.two{
	max-width: 1000px;
	padding: 60px 0;
}
.nav .btn{
	width: 150px;
	margin: 18px auto;
	text-align: center;
	font-size: 18px;
	background-color: #8332cd;
	background-image: linear-gradient(#046bb3,#8332cd);
	padding: 3px;
	display: block;
	z-index: 15;
}
.nav .btn a{
	text-transform: uppercase;
	display: block;
	padding: 18px 36px;
	background-color: #021e50;
	font-weight: 800;
	color: #fff;
	background-image: linear-gradient(#021e50,#300e66);
	text-decoration: none;
	text-align: center;
}
.nav .btn a:hover{
	color: #00d8ff;
	background-color: #062050;
	background-image: linear-gradient(#062050,#540f94);
}
.nav .btn:hover{
	background-color:#f20df3;
	background-image:linear-gradient(#00d8ff,#f20df3);
}
.main{
	max-width: 800px;
	float: left;
}
.nav{
	float: right;
}
/* ----------------------------------------------------------------------*/
/* ----------------------------------------------------------------------*/
/* ----------------------------------------------------------------------*/
/* ----------------------------------------------------------------------*/
/* ----------------------------------------------------------------------*/
@media screen and (max-width: 967px) and (min-width: 320px){
	.main{
		max-width: none;
		float: none;
	}
	.nav{
		float: none;
	}
	.nav .btn{
	 	width: 180px;
	  	display: inline-block;
	  	margin: 0px 5px;
	}
	.wrapper.two{
		max-width: 1000px;
		padding: 60px 20px;
	}
}
@media screen and (max-width: 801px) and (min-width: 568px){
	.header{
		width: 100%;
		height: 475px;
		background-color:#0c0115;
	}

	.header-wp{
		width: 800px;
		height: 475px;
		background: url(../images/header_bg_2.jpg) center center no-repeat;
		position: absolute;
		left: 50%;
		margin-left: -400px;
	}
	.headline{
		width: 400px;
		height: 135px;
		margin: 150px auto 0;
		background-size: 400px 135px;
	}
}
@media screen and (max-width: 765px) and (min-width: 320px){
	td.chat{
		  width : 300px;		
	}
}
@media screen and (max-width: 650px) and (min-width: 320px){
	.mid-btn-wp > .event-btn {
  		position: absolute;
  		left: 50%;
  		margin-left: -136px;
	}
	td.chat{
		font-size: 14px;
		width : 200px;		
	}
}
@media screen and (max-width: 567px) and (min-width: 320px){
	.mid-btn-wp{
		width: 100%;
		background: transparent;
	}
	.lh-logo{
		width: 130px;
		height: 41px;
		background-size: 130px 41px;		
		top: 20px;
		left: 20px;
	}	
	.header{
		width: 100%;
		height: 350px;
		background-color:#0c0115;
	}

	.header-wp{
		width: 567px;
		height: 350px;
		background: url(../images/header_bg_3.jpg) center center no-repeat;
		position: absolute;
		left: 50%;
		margin-left: -283.5px;

	}
	.headline{
		width: 306px;
		height: 103px;
		margin: 100px auto 0;
		background-size: 306px 103px;
	}
	td.chat{
		font-size: 13px;
		width : 180px;		
	}
	td.date{
		font-size: 14px;
		width : 60px;		
	}
	td.name{
		font-size: 14px;
		width : 60px;		
	}
	td.time{
		font-size: 14px;
		width : 58px;		
	}
}
@media screen and (max-width: 500px) and (min-width: 320px){
	.nav{
		width: 100%;
	}
	.nav .btn{
		width: 97%;
		display: block;
		margin: 10px;
	}
	table{
		margin-left: -30px;
	}
	td.date{
		font-size: 16px;
		width: 73px;
	}
	td.hero{
		font-size: 16px;		
		width: 68px;
	}
	td.name{
		font-size: 16px;		
		width: 100px;
	}
	td.chat{
		font-size: 16px;		
		width: 410px;
		display: none;
	}

}