#iMask #iBreakdown {
	position: relative;
	max-width: 100rem;
	width: 100%;
	font-size: 0;
}

#iBreakdownBackground {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	opacity: 0.25;
	z-index: -1;
}

#iBreakdownLeft, #iBreakdownRight {
	display: inline-block;
	height: 52rem;
	vertical-align: top;
}

/* 上面部分 */
#iBreakdownSelectBar {
	width: 100%;
	height: 4.2rem;
	line-height: 4.2rem;
	position: relative;
    text-align: right;
	margin-bottom: 2.5rem;
}

#iBreakdownSelectBar div {
	width: 15%;
	min-width: 7rem;
	height: 100%;
	font-size: 1.3rem;
	text-align: center;
	display: inline-block;
	cursor: pointer;
}

#iBreakdownSelectBar #iBreakdownSelectBarBg {
	width: 0;
	height: 0;
	font-size: 0;
}

/* 左边部分 */
#iBreakdownLeft {
	margin: 0 2.5rem;
	width: 15rem;
	font-size: 0;
}

#iBreakdownHead {
	height: 15rem;
	width: 15rem;
	background-position: center;
	background-size: cover;
	opacity: 0.85;
	margin-bottom: 4.2rem;
	position: relative;
}

#iBreakdownBelowHead {
	width: 100%;
}

#iBreakdownRank, #iBreakdownName, #iBreakdownNation {
	line-height: 2;
	font-size: 2rem;
	text-align: center;
	white-space: nowrap;
}

#iBreakdownName {
}

#iBreakdownNation {
	font-size: 1.6rem;
}

#iBreakdownRank {
	position: absolute;
	top: 100%;
	width: 15rem;
	height: 4.2rem;
}

#iBreakdownWLPiechart {
	width: 15rem;
	height: 15rem;
	margin: 1rem 0;
}

/* 右上部分 */
#iBreakdownRight {
	width: calc(100% - 20rem);
	font-size: 0;
}


/* 右下部分 */
#iBreakdownContent {
	width: 100%;
	height: 50.8rem;
	position: relative;
	overflow: hidden;
}

#iBreakdownContentRotate {
	position: absolute;
	left: 0;
	width: 300%;
	height: 100%;
	transition: left .6s;
}

.cBreakdownContentBlock {
	position: relative;
	width: 33.33%;
	height: 100%;
	display: inline-block;
	vertical-align: top;
}

/* 表格 */
.cBreakdownContentTable{
	width: 48%;
	height: 99.5%;
	margin: 0 1% 0.5% 1%;
	display: inline-block;
	vertical-align: baseline;
	overflow-y: auto;
}

.cBreakdownContentTable table {
	width: 100%;
	height: 100%;
}

.cBreakdownContentTable td {
	font-size: 1.25rem;
	line-height: 1.7rem;
	text-align: center;
}

.cBreakdownContentTitleRow td {
	text-align: left;
	padding-left: 1rem;
}

.cBreakdownContentTable tbody > tr:first-child {
	border-top: 0;
}

.cBreakdownContentTable table td:nth-child(1) {
	max-width: 45%;
}

.cBreakdownContentTable table td:nth-child(2) {
	max-width: 40%;
}

.cBreakdownContentTable::-webkit-scrollbar-track-piece{
	background-color: transparent;
	-webkit-border-radius: 0;
}
.cBreakdownContentTable::-webkit-scrollbar{
	width: 0px;
	height: 8px;
}
.cBreakdownContentTable::-webkit-scrollbar-thumb{
	height: 48.8rem;
	background-color: #666;
	-webkit-border-radius: 0;
	box-shadow: 0 0 2px #fff;
}
.cBreakdownContentTable::-webkit-scrollbar-thumb:hover{
	height: 48.8rem;
	background-color: #888;
}

#iBreakdownContentDropTable {
	max-height: 17rem;
	height: auto;
}

#iBreakdownContentDropTable td {
	font-size: 1rem;
	line-height: 1.7;
}

#iBreakdownContentDropTable table {
	height: auto;
}

/* 饼图 */
#iBreakdownContentLevelPieChart {
	position: absolute;
	right: 1%;
	top: 2%;
}

@media (orientation: portrait) {

	#iMask #iBreakdown {
		height: 100%;
		overflow: auto;
	}

	#iBreakdownBackground {
	}

	#iBreakdownLeft, #iBreakdownRight {
		display: block;
		margin: 0;
		height: auto;
		width: 100%;
	}

	/* 左边部分 */
	#iBreakdownHead, #iBreakdownBelowHead {
		display: inline-block;
		vertical-align: top;
	}

	#iBreakdownHead {
		margin: 1rem 1rem 4rem 1rem;
		height: 16rem;
		width: 16rem;
	}

	#iBreakdownBelowHead {
		width: calc(100% - 18rem);
	}

	#iBreakdownName, #iBreakdownNation {
		line-height: 3rem;
		font-size: 1.8rem;
		text-align: left;
	}

	#iBreakdownName	{
	}

	#iBreakdownNation {
		font-size: 1.5rem;
	}

	#iBreakdownRank {
		padding: auto;
		margin: 0;
		width: 100%;
		border-radius: 0;
		line-height: 3rem;
		height: 3rem;
		font-size: 1.8rem;
	}

	#iBreakdownWLPiechart {
		margin: 0;
		width: 100%;
		height: 14rem;
		border: 0;
		box-shadow: none;
	}

	/* 右上部分 */
	#iBreakdownRight {
		font-size: 0;
		height: calc(100% - 25rem);
	}

	#iBreakdownSelectBar {
		height: 3rem;
		line-height: 3rem;
		margin-bottom: 0;
	}

	#iBreakdownSelectBar div {
		min-width: 20%;
		font-size: 1.1rem;
	}

	#iBreakdownSelectBarBg {
		border-bottom: 0;
	}

	/* 右下部分 */
	#iBreakdownContent {
		height: 100%;
	}

	/* 表格 */
	.cBreakdownContentTable{
		width: 48%;
		height: 99%;
		margin: 0 1%;
		overflow-y: auto;
	}

	.cBreakdownContentTable td {
		font-size: 0.9rem;
		line-height: 1.5rem;
	}

	.cBreakdownContentTitleRow td {
		padding-left: 0.3rem;
	}

	#iBreakdownContentDropTable {
		max-height: 15rem;
	}

	/* 饼图 */
	#iBreakdownContentLevelPieChart {
		right: 0.5rem;
		top: 0.5rem;
	}

}
