@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/body_bg.jpg) 50% 0 repeat-y;	
  	background-color: #111111;
  	overflow: hidden;  	
}
p, li, a{
	font-size: 16px;
	line-height: 1.5;
}
a {
	color: #333;
	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;
}
.bold{
	font-weight: bold;
}
.por-wp{
	position: relative;
}
hr{
	border: 0;
	width: 98%;
	height: 68px;
	background: url(../images/hr.png) 50% 0 repeat-x;
	margin: 30px 0;
}
/* ----------------------------------------------------------------------*/
/* header----------------------------------------------------------header*/
.header{
	width: 100%;
	height: 500px;
	background-color:#111111;
}

.header-bg{
	width: 1600px;
	height: 500px;
	background: url(../images/header_bg.jpg) center center no-repeat;
	position: absolute;
	left: 50%;
	margin-left: -800px;
	z-index: 1;
}
.header-wp{
	width: 682px;
	height: 356px;
	position: absolute;
	left: 50%;
	margin-left: -341px;
	top: 59px;
	z-index: 2;

}
.logo-wp{
	float: right;
	position: relative;
}

.hs-logo{
	display: block;
	width: 100%;
	min-width: 203px;
	height: 89px;
	background: url(../images/hs_logo.png) center center no-repeat;
	margin-top: 102px;
}
.lh-logo{
	display: block;
	width: 100%;
	min-width: 203px;
	height: 52px;
	background: url(../images/lh_logo.png) center center no-repeat;
	margin-top: 14px;
}
.slogan{
	min-width: 479px;
	height: 358px;
	background: url(../images/slogan.png) center center no-repeat;
	float: left;
}

.event-btn{
	display: block;
	width: 294px;
	height: 68px;
	background: url(../images/hs_btn.png) center no-repeat;
	margin: 220px auto 0;
	cursor: pointer;
	z-index: 10;
}
.event-btn:hover{
	background: url(../images/hs_btn_h.png);
}

/* ----------------------------------------------------------------------*/
/* nav----------------------------------------------------------------nav*/
.nav{
	width: 100%;
	height: 69px;
	background-color:#111111;
}
.nav-bg{
	width: 1600px;
	height: 123px;
	background: url(../images/nav_bg.png) center center no-repeat;
	position: absolute;
	left: 50%;
	margin-left: -800px;
	margin-top: -54px;
    z-index: 10;
}
.nav-wp{
	width: 600px;
	height: 48px;
	position: absolute;
	margin-top: -30px;
	left: 50%;
	margin-left: -300px;
	text-align: center;
	z-index: 11;
	list-style: none;
}
.nav-wp li{
	display: inline;
}
.nav-wp li a{
	color: #DCA963;
	font-size: 21px;
	font-family: '微軟正黑體', Arial, Helvetica, sans-serif;
	line-height: 44px;
	margin: 0 38px;
	text-decoration: none;
}
.nav-wp li a:hover{
	color: #F1E7B6;
	text-shadow: 0 0 16px #EEE0CF;
}
/* ----------------------------------------------------------------------*/
/* content--------------------------------------------------------content*/
.img-top-wp{
	width: 100%;
	height: 10px;
	position: relative;
}
.img-top-wp2{
	width: 100%;
	height: 120px;
	position: relative;
}
.rank-top,.info-top{
	width: 1000px;
	height: 267px;
	position: absolute;
	left: 50%;
	margin-left: -500px;
}
.rank-top{
	background: url(../images/top-img2.png) center no-repeat;	
}
.info-top{
	background: url(../images/top-img1.png) center no-repeat;	
}
.cong-top{
	width: 483px;
	height: 120px;
	position: absolute;
	left: 50%;
	margin-left: -241.5px;
	background: url(../images/top-img3.png) center no-repeat;
}
.cong-top2{
	width: 483px;
	height: 120px;
	position: absolute;
	left: 50%;
	margin-left: -241.5px;
	background: url(../images/top-img2.png) center no-repeat;
}
/* --------------*/
.content{
	width: 100%;
}
.content .section1 h2{
	width: 100%;
	color: #10236b;
	line-height: 1.2;
	font-size: 38px;	
}
.section1{
	text-align: center;
	margin-bottom: 45px;
}
.section1 p{
	font-size: 20px;
	color: #10236b;
	font-weight: bold;
}
.section1 p span{
	font-size: 28px;
}
.section h3{
	width: 100%;
	font-size: 27px;
	color: #10236b;
	background-color: rgba(150, 106, 33, 0.2);
	position: relative;
	padding-left: 45px;
	margin-top: 30px;
	margin-bottom: 10px;	
}
.icon{
	width: 33px;
	height: 33px;
	background: url(../images/icon.png) no-repeat;
	position: absolute;
	left: 6px;
    background-size: contain;	
}
.icon2{
	width: 39px;
	height: 33px;
	background: url(../images/icon2.png) no-repeat;
	position: absolute;
	left: 2px;
    background-size: contain;	
}
.icon4{
	width: 45px;
	height: 45px;
	background: url(../images/icon4.png) no-repeat;
	position: absolute;
	top: -4px;
	left: 2px;
    background-size: contain;	
}
.section p{
	font-size: 18px;
	color: #333333;
	line-height: 1.7;
    padding: 0px 45px;	
}
.section .red{
	color:red;
	font-size: 24px;
}
.section .red2{
	color:rgb(219, 9, 9);
	font-size: 20px;
}
.section .blue{
	color: #10236b;
}
.section .note{
	font-size: 14px;
	color: #333;
}
.section a{
	color: #5B147C;
	font-size: 18px;
}
.section a:hover{
	color: #ea7900;
	font-size: 18px;
}
.treasure{
	max-width: 364px;
	height: 264px;
	background: url(../images/promo-card.png) no-repeat;
	margin: -45px 1% auto auto;
}

.section li{
	font-size: 18px;
	color: #333333;
	line-height: 1.7;
    padding: 0px 45px;		
	display: block;
	margin-bottom: 5px;	
}
.section .dl-img{
	padding: 0px;
}
.hs-event-logo{
	width: 200px;
	height: 157px;
	background: url(../images/hs-event-logo.png) center no-repeat;
	float: left;
	margin-left: 15%;
}
.hs-event-btn-wp{
	width: 300px;
	padding-top: 20px;
	float: left;
}
.hs-btn2{
	display: block;	
	background:url(../images/hs_btn2.png) center no-repeat;	
	max-width: 294px;
	height: 68px;
	margin: 0 auto;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;	
	z-index: 5;
	cursor: pointer;	
}
.hs-btn3{
	display: block;	
	background:url(../images/hs_btn.png) center no-repeat;	
	max-width: 294px;
	height: 68px;
	margin: 0 auto;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;	
	z-index: 5;
	cursor: pointer;		
}
.hs-btn2:hover{
	background: url(../images/hs_btn2_h.png) center no-repeat;	
}
.hs-btn3:hover{
	background: url(../images/hs_btn_h.png) center no-repeat;	
}
.content-foot{
	width: 100%;
	height: 650px;
}
.img-bottom{
	width: 1600px;
	height: 650px;
	background: url(../images/content_foot.png) center no-repeat;
	position: absolute;
	left: 50%;
	margin-left: -800px;
}
/* ----------------------------------------------------------------------*/
/* ----------------------------------------------------------------------*/
/* rank--------------------------------------------------------------rank*/
.rank-wp{
	width: 105%;
	max-width: 755px;
	margin: 0 auto;
}
.rank-wp2{
	width: 105%;
	max-width: 785px;
	text-align: center;	
	margin: 0 auto;
}
.challenger-wp{
	margin: 0 auto;
}
.center{
	display: block;
	margin: 0 auto;
	text-align: center;
}
/* ----------------------------------------------------------------------*/
.challenger3{
	width: 250px;
	height: 257px;
	margin: 5px;
	float: left;
	text-align: left;
	position: relative;
}
.challenger3 p,.challenger4 p{
	color: #f4f4f4;	
	position: absolute;
	z-index: 3;
	padding: 0 0;
	text-align: left;	
}
.challenger3 p.rank{
    left: 32px;
    top: 124px;
	font-size: 26px;
	font-weight: 800;
}
.challenger3 p.name{
	letter-spacing: 1.5px;
    font-size: 18px;
    left: 80px;
    top: 128px;
}
.challenger3 p.chat{
    color: #553617;
    width: 200px;
    font-size: 15px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0px;
    left: 28px;
    top: 184px;
    text-align: center;
}
.challenger3 p.count{
    color: #A17649;
    width: 200px;
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0px;
    left: 34px;
	bottom: 22px;
    text-align: left;
}
.challenger3 a{
	width: 250px;
	height: 257px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}
.challenger3 img,.challenger4 img{
	text-align: left;
	position: absolute;
	z-index: 1;
}
.fhover{
	display: none;
}
.challenger3 .crown1{
	width: 39px;
	height: 27px;
	background: url(../images/crown.png) no-repeat;
	position: absolute;
 	left: 28px;
 	top: 130px;
	z-index: 4;
}
/* ----------------------------------------------------------------------*/
.challenger4{
	width: 195px;
	height: 201px;
	margin: 0px;
	text-align: left;
	float: left;
	position: relative;
}
.challenger4 p.rank{
    left: 25px;
    top: 98px;
    font-size: 20px;
	font-weight: 800;
}
.challenger4 p.name{
	letter-spacing: 1.5px;
    font-size: 16px;
    left: 62px;
    top: 97px;
}
.challenger4 p.chat{
    color: #553617;
    width: 162px;
    font-size: 14px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0px;
    left: 17px;
    top: 144px;
    text-align: center;
}
.challenger4 p.count{
    color: #A17649;
    width: 200px;
    font-size: 12px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0px;
    left: 25px;
	bottom: 16px;
    text-align: left;
}
.challenger4 a{
	width: 195px;
	height: 201px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}
/* ----------------------------------------------------------------------*/
.challenger{
	width: 231px;
	height: 186px;
	margin: 10px;
	float: left;
	position: relative;
}
.challenger p,.challenger2 p{
	color: #f4f4f4;	
	position: absolute;
	z-index: 3;
	padding: 0 0;
}
.challenger p.rank{
	left: 16px;
	bottom: 12px;
	font-size: 26px;
	font-weight: 800;
}
.challenger p.name{
	letter-spacing: 1.5px;
	font-size: 20px;
	left: 70px;
	bottom: 20px;
}
.challenger a{
	width: 231px;
	height: 186px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}
.challenger img{
	position: absolute;
	z-index: 1;
}
/* -------------------*/
.challenger2{
	width: 168px;
	height: 136px;
	margin: 10px;
	float: left;
	position: relative;
}
.challenger2 p.rank{
	left: 9px;
	bottom: 7px;
	font-size: 22px;
	font-weight: 800;
}
.challenger2 p.name{
	width: 120px;
	letter-spacing: 1.5px;
	font-size: 17px;
	left: 50px;
	bottom: 13px;
	white-space:nowrap;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	overflow: hidden;
}
.challenger2 a{
	width: 168px;
	height: 136px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}
.challenger2 img{
	position: absolute;
	z-index: 1;
}
.challenger .crown1{
	width: 39px;
	height: 27px;
	background: url(../images/crown.png) no-repeat;
	position: absolute;
 	left: 12px;
 	bottom: 22px;	
	z-index: 4;
}
/* -------------------*/
/* -------------------*/
.challenger> img.frame0,.challenger2> img.frame0{
	z-index: 2;
}
/* -------------------*/
/* -------------------*/
/* -------------------*/
.mid-tittle{
	width: 250px;
	text-align: center;
	margin: 0 auto;
}
.icon3-2{
	width: 63px;
	height: 64px;
	background: url(../images/icon3-2.png) no-repeat;
    background-size: contain;	
	float: left;
}
.icon3-3{
	width: 63px;
	height: 64px;
	background: url(../images/icon3-3.png) no-repeat;
    background-size: contain;	
	float: left;
}

/* -------------------*/
/* -------------------*/
/* -------------------*/
.special-tittle{
	width: 302px;
	text-align: center;
	margin: 0 auto;
}
.icon3{
	width: 63px;
	height: 64px;
	background: url(../images/icon3.png) no-repeat;
    background-size: contain;	
	float: left;
}
.section p.spi-t-p{
	display: block;
	color: #10236b;
	position: relative;
	padding: 0;
	margin-left: 5px;
	margin-top: 10px;
	font-size: 26px;
	font-weight: 800;
	float: left;
}

/* ----------------------------------------------------------------------*/
.special-wp{
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.special-img{
	width: 435px;
	height: 400px;
	float: left;
	position: relative;
}
.special-img2{
	width: 435px;
	height: 266px;
	float: left;
	position: relative;
	background:url(../images/special_award_b22.gif) center no-repeat;
}
.spi-img1{
	width: 316px;
	height: 385px;
	background: url(../images/special_award_b1.png) left no-repeat;
	position: absolute;
	left: 0;
}
.spi-img2{
	width: 281px;
	height: 398px;
	background:url(../images/special_award_b21.gif) left no-repeat;
	position: absolute;
	right: 0;
}

.special-list{
	width: 400px;
	float: left;
	background-color: #3D5043;
	text-align: left;
	position: relative;
	margin-top: 45px;
	margin-left: 40px;
}
.special-list li{
	border: 1px solid #D5AF82;
	background-color: #3B3B2C;
	position: relative;
	color: #f4f4f4;
	margin: 5px;
}
.special-list li a{
	color: #f4f4f4;
	text-decoration: none;
}
.crown2{
	width: 39px;
	height: 27px;
	background: url(../images/crown.png) no-repeat;
	position: absolute;
	left: 3px;
	top: 1px;
	z-index: 4;
}
.special-wp p.spi2{
	text-align: left;
	margin: 10px;
	padding: 20px;
	float: right;
	width: 500px;
}
.special-list .sp-pic{
	width: 100px;
	height: 34px;
	position: absolute;
 	right: 0px;
 	top: 0px;
	z-index: 4;	
}
/* ----------------------------------------------------------------------*/
.data{
	width:  100%;
	height: 329px;
	margin: 50px auto 0;
	background: url(../images/data_bg1.png) center no-repeat;
}
.data img{
	max-width: 527px;
	height: 299px;
    margin: 15px 150px 0;
}
.section table{
	width: 280px;
	margin: 0 auto;
	color: #10236b;
}
.close{
	display: none;
}
.open{
	display: block;
}


.curp{
	cursor: pointer;
}
.session{
	width: 600px;
	color: #10236b;
	font-weight: bold;
	line-height: 30px;
	margin: 0 auto;
}
.big{
	font-size: 28px;
}
.session td a img{
  background-size: contain;
  position: absolute;
}
.session td a p,.session td a{
	display: inline;
	font-weight: bold;
	text-decoration: none;
	color: #10236b;
}
.ss-left{
	text-align: left;
}
.ss-left img{
	margin-left: -25px;
}
.ss-mid{
	font-size: 30px;
	text-align: center;
}
.ss-right{
	text-align: right;
}
.ss-hr-wp{
	width: 100%;
	height: 36px;
}
.ss-hr{
	width: 1265px;
	height: 36px;
	background: url(../images/hr5.png) no-repeat;
	position: absolute;
	left: 50%;
	margin-left: -632.5px;
	margin-top: 25px;
}
.ss-img-wp{
	width: 100%;
	height: 300px;
}
.ss-img{
	width: 960px;
	height: 300px;
	background: url(../images/top-img04.png) no-repeat;
	position: absolute;
	left: 50%;
	margin-left: -480px;
}
.session td.notyet a p{
	font-weight: 400;
	color: #999;

}

.blessing-wp{
	width: 100%;
	margin:0 auto;
	position: relative;
}
.blessing-bg{
	width: 1379px;
	height:355px;
	background-image: url(../images/100/bg-header4.png);
	position: absolute;
	left: 50%;
	margin-left: -689.5px;
}
.blessing-box{
	width: 250px;
	height: 450px;
	position: relative;
	margin-left: 20px;
	float: left;
}
.blessing-box img{
	position: absolute;
}
.bless-king{
	display: block;
	width: 250px;
	height: 310px;
}
.bless-viewer{
	width: 250px;
	height: 63px;
	margin-left: 16px;
	position: relative;
}
.bless-viewer p{
	font-size: 16px;
	color: #F4CA7D;
	position: absolute;
	left: 40px;
	bottom: 10px;
	z-index: 10;
}
.bhover{
	display: none;
}


/* ----------------------------------------------------------------------*/
/* ----------------------------------------------------------------------*/
/* ----------------------------------------------------------------------*/
@media screen and (max-width: 1000px) and (min-width: 320px){
	.content{
		width: 100%;
		margin: 0 auto;
	}
	.special-img2{
		width: auto;
		margin-left: 0;
		margin: 0 auto;
		float: none;
	}
	.special-list{
		margin-left: 0;
		margin: 15px auto 0;
		float: none;
		padding: 1px 0;
	}
	.special-wp p.spi2{
 	    width: 450px;
		float: none;
		margin: 0 auto;
	}	
}
@media screen and (max-width: 960px) and (min-width: 320px){
	.header-bg{
		width: 960px;
		height: 500px;
		background: url(../images/header_bg960.jpg) center center no-repeat;
		position: absolute;
		left: 50%;
		margin-left: -480px;
		z-index: 1;
	}
}
@media screen and (max-width: 860px) and (min-width: 320px){
	.rank-wp2{
		padding-left: 10%;
	}

}
@media screen and (max-width: 823px) and (min-width: 320px){
	.rank-wp{
		width: 100%;
		max-width: 755px;
		margin: 0 auto;
	   	padding-left: 7.5%;
	}	
	.challenger{
		width: 168px;
		height: 136px;
		margin: 10px;
		float: left;
		position: relative;
	}
	.challenger p.rank{
		left: 9px;
		bottom: 7px;
		font-size: 22px;
		font-weight: 800;
	}
	.challenger p.name{
		width: 120px;
		letter-spacing: 1.5px;
		font-size: 17px;
		left: 50px;
		bottom: 13px;
		white-space:nowrap;
		text-overflow:ellipsis;
		-o-text-overflow:ellipsis;
		overflow: hidden;
	}
	.challenger a{
		width: 168px;
		height: 136px;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 5;
	}
	.challenger img{
		position: absolute;
		z-index: 1;
	}
	.challenger .crown1{
		width: 39px;
		height: 27px;
		background: url(../images/crown.png) no-repeat;
		background-size: 85%;
		position: absolute;
		left: 6px;
		bottom: 12px;
		z-index: 4;
	}	
	.data img{
    	margin: 15px 0px 0;
	}
}
@media screen and (max-width: 770px) and (min-width: 320px){
	.rank-wp2{
		padding-left: 9%;
	}
	.hs-event-logo{
		margin-left: 0;
		margin: 0 auto;
		float: none;
	}
	.hs-event-btn-wp{
		margin-left: 0;
		margin: 0 auto;
		float: none;
	}

}
@media screen and (max-width: 700px) and (min-width: 320px){
	.header{
		height: 530px;
	}
	.header-bg{
		height: 530px;
		background-size: cover;
	}
	.header-wp{
		top: 10px;
	}
	.slogan{
		background-size: 90%;
	}	
	.logo-wp{
		width: 200px;
		float: none;
		margin: 0 auto;
		text-align: center;
	}
	.slogan{
		width: 70%;
		float: none;
		margin: 0 auto;
		text-align: center;
		padding-top: 210px;
	}
	.hs-logo{
		width: 100%;
		min-width: 0;
		background-size: contain;
		margin: 0 auto 0;
	}
	.lh-logo{
		width: 100%;
		min-width: 0;
		background-size: contain;
		margin: 14px auto 0;
	}
	.event-btn{
		margin: 0 auto;
	}
	.rank-wp{
	   	padding-left: 2%;
	}	
	.rank-wp2{
		padding-left: 0;
	}	
	.session{
		width: 500px;
	}
}
@media screen and (max-width: 657px) and (min-width: 320px){
	.content {
  		width: 100%;
	}		
	.rank-wp{
		width: 110%;
	   	padding-left: 6.5%;
	}	
	.challenger,.challenger2{
		width: 231px;
		height: 186px;
		margin: 10px;
		float: left;
		position: relative;
	}
	.challenger p,.challenger2 p{
		color: #f4f4f4;	
		position: absolute;
		z-index: 3;
		padding: 0 0;
	}
	.challenger p.rank,.challenger2 p.rank{
		left: 16px;
		bottom: 12px;
		font-size: 26px;
		font-weight: 800;
	}
	.challenger p.name,.challenger2 p.name{
		letter-spacing: 1.5px;
		font-size: 20px;
		left: 70px;
		bottom: 20px;
	}
	.challenger a,.challenger2 a{
		width: 231px;
		height: 186px;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 5;
	}
	.challenger img,.challenger2 img{
		position: absolute;
		z-index: 1;
	}
	.challenger .crown1{
		width: 39px;
		height: 27px;
		background: url(../images/crown.png) no-repeat;
		position: absolute;
	 	left: 12px;
	 	bottom: 22px;	
		z-index: 4;
	}
	.session{
		width: 450px;
	}
	.blessing-box{
		float: none;
		margin: 0 auto;
	}
}
@media screen and (max-width: 565px) and (min-width: 320px){
	.challenger3{
		float: none;
		margin: 0 auto;
	}
}
@media screen and (max-width: 549px) and (min-width: 320px){
	.content {
  		width: 100%;
	}	
	.nav{
		height: 162px;
		background-color: #36302A;
		padding-top: 1px;
	}
	.nav-bg{
		display: none;
		background: transparent;
	}
	.nav-wp{
		width: 100%;
  		height: 48px;
		position: relative;
  		left: 0;
  		margin-left: 0;
		margin-top: 0;
		margin: 0 auto;
	}
	.nav-wp li{
		display: block;
		margin: 4px;
		background-color: #644A2F;
    	border: 2px solid #8B745E;
	}
	.content h2{
		font-size: 33px;
	}
	.section1 p span {
  		font-size: 25px;
	}
	.content-foot{
		height: 400px;
	}
	.img-bottom{
		width: 985px;
		height: 400px;
		background: url(../images/content_foot_s.png) center no-repeat;
		position: absolute;
		left: 50%;
		margin-left: -492.5px;
	}
	.rank-wp{
		width: 110%;
     	padding-left: 0px;
	}	
	.data{
		width: 100%;
		height: 280px;
		background: transparent;
	}
	.data img{
		width: 100%;
		height: auto;
	}
	.session{
		width: 430px;
	}	
}
@media screen and (max-width: 520px) and (min-width: 320px){
	.challenger,.challenger2{
		width: 231px;
		height: 186px;
		margin: 15px auto;
		float: none;
		position: relative;
	}
	.session{
		width: 100%;
	}
	.session td a p{
		display: none;
		font-weight: bold;
	}
	.session td a img{
		position: relative;
		margin-left: 0px;
		line-height: 30px;
		margin-top: 8px;
	}
}
@media screen and (max-width: 408px) and (min-width: 320px){
	.challenger3,.challenger4{
		width: 250px;
		height: 257px;
		margin: 0 auto;
		float: none;
		position: relative;
	}
	.challenger3 p.rank,.challenger4 p.rank{
	    left: 32px;
	    top: 124px;
		font-size: 26px;
		font-weight: 800;
	}
	.challenger3 p.name,.challenger4 p.name{
		color: #f4f4f4;
		letter-spacing: 1.5px;
	    font-size: 18px;
	    left: 80px;
	    top: 128px;
	}
	.challenger3 p.chat,.challenger4 p.chat{
		color: #553617;
		width: 215px;
		font-size: 15px;
		line-height: 1;
		font-weight: 800;
		letter-spacing: 0px;
		left: 20px;
		top: 184px;
		text-align: center;
	}
	.challenger3 p.count,.challenger4 p.count{
	    color: #A17649;
	    width: 200px;
	    font-size: 14px;
	    line-height: 1;
	    font-weight: 400;
	    letter-spacing: 0px;
	    left: 15px;
		bottom: 22px;
	    text-align: left;
	}
	.challenger3 a,.challenger4 a{
		width: 250px;
		height: 257px;
	}
	.challenger3 .crown1{
		width: 39px;
		height: 27px;
	 	left: 28px;
	 	top: 130px;
		background-size: 100%;
	}	
	.special-list {
	    width: 330px;
	}
	.special-wp p.spi2 {
  		width: 330px;
	}
}
@media screen and (max-width: 360px) and (min-width: 320px){
	.content h2{
		font-size: 26px;
	}
	.section1 p span,.section1 p {
  		font-size: 18px;
	}
	.section h3 {
		font-size: 24px;
		margin-top: 10px;
	}
	.section p,.section li {
		font-size: 18px;
		color: #333333;
		line-height: 1.5;
		padding: 0px 15px;
	}
	.challenger p,.challenger2 p{
		color: #f4f4f4;	
		position: absolute;
		z-index: 3;
		padding: 0 0;
	}
	.challenger p.rank,.challenger2 p.rank{
		left: 16px;
		bottom: 12px;
		font-size: 26px;
		font-weight: 800;
	}
	.challenger p.name,.challenger2 p.name{
		letter-spacing: 1.5px;
		font-size: 20px;
		left: 70px;
		bottom: 20px;
	}
	.challenger a,.challenger2 a{
		width: 231px;
		height: 186px;
		position: absolute;
		top: 0;
		left: 0;
	}
	.data{
		width: 100%;
		height: 200px;
		background: transparent;
	}	
	.ss-mid {
  		font-size: 25px;
	}
	.bless-viewer p {
	  font-size: 16px;
	  color: #F4CA7D;
	  position: absolute;
	  left: 40px;
	  bottom: 10px;
	  z-index: 10;
	  padding: 0 45px;
	}
	.crown2{
		display: none;
	}
}