.playoffs-banner {
    padding: 110px 40px;
    background: url("../img/bg_rank_playoffs.jpg") no-repeat center center;
    background-size: 100% 100%;
    height: 400px;
    position: relative;
}
.playoffs-body { 
	padding-bottom: 0px;
	background: #f4f4f4;
}
.playoffs-body .grandmaster {
	background: url("../img/bg-grandmaster.jpg") no-repeat top center;
}
.playoffs-body .grandmaster .tit-con {
	position: relative;
	height: 240px;
	background: url("../img/tit-grandmaster.png") no-repeat top center;
}
.pic-tit {
	position: absolute;
	left: 50%;
	bottom: -30px;
	z-index: 2;
	margin-left: -90px;
	width: 180px;
	height: 180px;
}
.grandmaster-con ul li {
	float: left;
	width: 50%;
	padding: 15px 30px;
}
.grandmaster-con ul li dl {
	margin-bottom: 0;
	padding: 30px 0 20px;
}
.grandmaster-con ul li:nth-of-type(odd) dl {
	background: url("../img/bg-red.png") repeat;
}
.grandmaster-con ul li:nth-of-type(even) dl {
	background: url("../img/bg-blue.png") repeat;
}
.grandmaster-con ul li:nth-of-type(even) dl .item .text .fraction {
	color: #00a8f9;
}
.grandmaster-con ul li dl dt {
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 25px;
}
.grandmaster-con ul li dl dd {
	float: left;
	width: 25%;
	text-align: center;
}
.grandmaster-con .item .pic-header {
	position: relative;
}
.grandmaster-con .item .text {
	font-size: 12px;
}
.grandmaster-con .item .text p {
	margin-bottom: 0;
}
.grandmaster-con .item .text .name {
	color: #fff;
}
.grandmaster-con .item .text .fraction {
	color: #ff0000;
}
.grandmaster-con dl dt .item .pic-header {
	position: relative;
	width: 150px;
	height: 135px;
	margin: 0 auto;
	background: url("../img/pic-header-bg.png") no-repeat top center;
}
.grandmaster-con dl dd .item .text {
	padding-top: 10px;
}
.grandmaster-con dl dt .item .badge-num {
	position: absolute;
	z-index: 2;
	left: 0;
	bottom: 20px;
	width: 48px;
	height: 42px;
	background: url("../img/pic-badge.png") no-repeat center center;
	color: #ff0000;
	font-size: 16px;
	padding-top: 5px;
}
.grandmaster-con dl dt .item a.img-header {
	display: inline-block;
	width: 100px;
	height: 100px;
	margin: 10px auto 0;
}
.grandmaster-con dl dt .item a.img-header img {
	width: 100%;
	height: 100%;
}
.grandmaster-con dl dd .item .badge-num {
	position: absolute;
	z-index: 2;
	left: 50%;
	bottom: -8px;
	width: 29px;
	margin-left: -14px;
	height: 18px;
	line-height: 18px;
	background: url("../img/bg-badge-s.png") no-repeat center center;
	color: #ff0000;
	font-size: 12px;
}
.grandmaster-con dl dd .item a.img-header {
	display: block;
	width: 50px;
	height: 50px;
	margin: 0 auto;
}
.grandmaster-con dl dd .item a.img-header img {
	width: 100%;
	height: 100%;
}
.game-gg.item .text .name {
	color: #adadad;
}
.game-gg.item .text .fraction {
	color: #adadad!important;
}
.grandmaster-con .game-gg.item .badge-num {
	color: #fff;
	background: url("../img/bg-badge-s-gg.png") no-repeat center center;
}
.grandmaster-con .game-gg.item a.img-header img {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}
.grandmaster-con2 {
	padding-top: 40px;
}
.grandmaster-con2 .item {
	padding: 15px 0;
}
.grandmaster-con2 .item:nth-of-type(odd) {
	background-color: rgba(0,0,0,0.2);
}
@media \0screen\,screen\9 {
	.grandmaster-con2 .item:nth-of-type(odd) {
		background-color:#000;
		filter:Alpha(opacity=20);
		position:static;
		*zoom:1;
	}
}
.grandmaster-con2 .item .pic-header {
	position: relative;
	float: left;
	width: 50%;
	min-width: 500px;
	height: 200px;
	padding-top: 36px;
	text-align: center;
	background: url("../img/pic-box-blue.png") no-repeat center center;
}
.grandmaster-con2 .item .pic-header img {
	width: 128px;
	height: 128px;
}
.grandmaster-con2 .item .pic-header .badge-num {
	position: absolute;
	left: 180px;
	right: auto;
	bottom: 0;
	display: block;
	width: 58px;
	height: 35px;
	line-height: 35px;
	color: #ff0000;
	background: url("../img/bg-badge-md.png") no-repeat center center;
}
.grandmaster-con2 .item .text {
	float: left;
	width: 50%;
	padding-right: 30px;
}
.grandmaster-con2 .item .integral-wrap {
	margin: 20px 0 100px;
	color: #5998ff;
}
.grandmaster-con2 .item .progress {
	height: 4px;
	margin-bottom: 4px;
	overflow: visible;
	background-color: #383838;
	border-radius: 1px;
}
.grandmaster-con2 .item .progress .progress-bar {
	position: relative;
	background-image: linear-gradient(to left, #86b4ff, #194aff);
}
.grandmaster-con2 .item .progress .progress-bar .progress-value {
	position: absolute;
	width: 50px;
	font-size: 14px;
	z-index: 2;
	top: 10px;
	padding-top: 20px;
	background: url("../img/triangle-blue.png") no-repeat center top;
}
.grandmaster-con2 .item .progress .progress-bar .progress-value.start {
	left: -20px;
}
.grandmaster-con2 .item .progress .progress-bar .progress-value.end {
	right: -20px;
}
.grandmaster-con2 .item .info ul li {
	float: left;
	width: 50%;
	font-size: 18px;
}
.grandmaster-con2 .item .info span {
	display: inline-block;
	padding-right: 12px;
	color: #fff;
}
.grandmaster-con2 .item .info .lable-text {
	color: #5998ff;
}
.grandmaster-con2 .item:nth-of-type(odd) .pic-header {
	float: left;
	background: url("../img/pic-box-red.png") no-repeat center center;
}
.grandmaster-con2 .item:nth-of-type(odd) .info .lable-text {
	color: #ff0000;
}
.grandmaster-con2 .item:nth-of-type(odd) .text {
	padding-left: 30px;
}
.grandmaster-con2 .item:nth-of-type(odd) .integral-wrap {
	color: #ff0000;
}
.grandmaster-con2 .item:nth-of-type(odd) .progress .progress-bar {
	background-image: linear-gradient(to left, #ff8686, #ff0000);
}
.grandmaster-con2 .item:nth-of-type(odd) .progress .progress-bar .progress-value {
	background: url("../img/triangle-red.png") no-repeat center top;
}
.grandmaster-con2 .item:nth-of-type(odd) .pic-header .badge-num {
	left: auto;
	right: 180px;
}
.grandmaster-con2 .item.eliminate {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}
.grandmaster-con2 .item.eliminate .progress-bar {
	color: #929292;
}
.grandmaster-con2 .item.eliminate .info span {
	color: #929292;
}
.countdown {
	display: block;
	padding: 18px 0 0;
	text-align: center;
}
.countdown .timer-simple-seconds {
	font-size: 16px;
	color: #fff;
}
.countdown .timer-simple-seconds .timer-num {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin: 0 10px;
	background: #50e3e4;
	border-radius: 2px;
	color: #000;
	font-size: 20px;
}
.playoffs-rules {
	background: url("../img/bg-playoffs-rules.jpg") no-repeat top center;
	padding: 40px 0 20px;
}
.playoffs-rules .playoffs-rules-con {
	float: left;
	width: 50%;
	padding: 0 30px;
}
.playoffs-rules .rules-item {
	padding-bottom: 15px;
	color: #bbc1cd;
}
.playoffs-rules .rules-item h3 {
	padding-bottom: 5px;
	font-size: 16px;
	color: #46e5e7;
}
.playoffs-rules .rules-item p {
	margin-bottom: 0px;
}
.playoffs-rules .rules-item ul li {
	padding: 2px 0;
}

.playoffs-body .wholepeople {
	padding: 150px 0 100px;
	background: url("../img/bg-wholepeople.png") no-repeat top center;
}
.wholepeople .wholepeople-header {
	text-align: center;
	padding-bottom: 60px;
}
.wholepeople .table-wholepeople .table > thead > tr > th {
    vertical-align: center;
    border-bottom: none;
    background: #0a183b;
    font-size: 18px;
    color: #fff;
    font-weight: normal;
    padding: 25px 0;
}
.wholepeople .table-wholepeople .table > tbody > tr > td {
	border-top: none;
	color: #bbc1cd;
	padding: 15px 0;
}
.wholepeople .table-wholepeople .table > tbody > tr:nth-of-type(odd) {
	background: #2a3549;
}
.wholepeople .table-wholepeople .table > tbody > tr:nth-of-type(even) {
	background: #182841;
}
.wholepeople .table-wholepeople .member-name a {
	color: #bbc1cd;
}
.wholepeople .table-wholepeople .img-circle {
	width: 30px;
	height: 30px;
    margin-right: 10px;
}
.wholepeople .table-wholepeople .digital {
	font-size: 16px;
	text-align: center;
}
.wholepeople .caption-con {
	padding-top: 10px;
}
.wholepeople .caption-con ul li {
	float: left;
	width: 50%;
	padding-right: 30px;
	padding-bottom: 10px;
}
.wholepeople .caption-con h3 {
	padding-bottom: 5px;
    font-size: 16px;
    color: #46e5e7;
}
.wholepeople .caption-con p {
	font-size: 13px;
    color: #bbc1cd;
    line-height: 22px;
}