.player {
	float: left;
	width: 100%;
	list-style: none;
}

.player li {
	border-bottom: 1px solid #f2f2f2;
	background-size: 100px auto;
	background-position: 0 5px;
	position: relative;
}

.player li a {
	display: block;
	overflow: hidden;
}

.player li p {
	float: left;
	margin-left: 80px;
}

.player li p strong {
	display: block;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: -2px;
}

.player li p span {
	display: block;
	font-size: 14px;
	color: #727272;
	margin-top: 5px;
}

.player li p i {
	display: inline-block;
	font-size: 10px;
	color: #b2b2b2;
	margin-top: 10px;
}

.player li p b {
	color: #b2b2b2;
	font-size: 40px;
	margin-bottom: 4px;
	display: inline-block;
	margin-top: 38px;
	font-weight: 100;
}

.wrap {
	background-color: #fff;
	width: 100%;
	float: left;
}

#profile { padding-top: 0; }
#profile div.header { background-color: transparent; -webkit-transition: all .2s ease-in-out; }
#profile div.header h1 { opacity: 0; }
#profile div.header-origin { background-color: #ea4c89; }
#profile div.header-origin h1 { opacity: 1; }


html, body { height: 100%; }

.cover {
	float: left;
	width: 100%;
	height: 300px;
	background-size: cover;
	background-position: 50% 0;
	position: relative;
}

.cover .cover-container {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 50px 15px 15px 15px;
	color: #fff;
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,.0)));
}

.cover .cover-container strong {
	width: 42px;
	height: 42px;
	font-size: 20px;
	display: inline-block;
	background-color: rgba(0,0,0,.5);
	padding-top: 10px;
	text-align: center;
	margin-bottom: 8px;
	margin-left: 1px;
	display: none;
}

.cover .cover-container span {
	font-size: 36px;
	display: block;
	margin-bottom: 2px;
	text-shadow: 0 0 3px rgba(0,0,0,.3);
	letter-spacing: -1px;
}

.cover .cover-container i {
	font-size: 20px;
	display: block;
	margin-bottom: 5px;
	text-shadow: 0 0 3px rgba(0,0,0,.3);
	color: rgba(255,255,255,.9);
}

.introduction {
	width: 100%;
	float: left;
	padding: 15px;
	line-height: 1.5em;
	font-size: 16px;
	color: #727272;
	border-bottom: 1px solid #f2f2f2;
}


.container {
	width: 100%;
	float: left;
}

#profile .profile .text {
	float: left;
	width: 100%;
	padding: 14px 15px 12px 15px;
	border-bottom: 1px solid #f2f2f2;
}

#profile .profile .text p {
	float: left;
	font-size: 15px;
	line-height: 1.3em;
}

#profile .profile .text p.a {
	width: 70px;
	color: #ea4c89;
}

#profile .profile .text p.b {
	width: calc(100% - 70px);
}

#profile .career {
	width: 100%;
	white-space: nowrap;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
}

#profile .career table {
	float: left;
	width: 470px;
	font-size: 14px;
}

#profile .career table th {
	color: #ea4c89;
	padding-top: 13px;
	font-weight: 700;
}

#profile .career table tr.sub th {
	font-weight: 400;
	padding-top: 8px;
	padding-bottom: 10px;
	font-size: 12px;
	color: #727272;
	border-bottom: 1px solid #f2f2f2;
}

#profile .career table th.a, #profile .career table th.b {
	border-bottom: 1px solid #f2f2f2;
}

#profile .career table th.b { 
	 text-align: left;
}

#profile .career table td { padding: 10px 0; border-bottom: 1px solid #f2f2f2; }

#profile .career table td.season {
	text-align: center;
	width:70px;
}

#profile .career table td.name {
	font-weight: 700;
}

#profile .career table td.record {
	color: #727272;
	text-align: center;
}

#profile .career table td.recorda {
	color: #727272;
	text-align: center;
	border-right: 1px solid #f2f2f2;
}

#profile .biography {
	width: 100%;
	float: left;
}

#profile .biography ul {
	list-style: none;
	font-size: 15px;
}

#profile .biography li.season {
	width: 100%;
	background-color: #fff;
	border-bottom: 1px solid #f2f2f2;
}

#profile .biography li.season a {
	display: block;
	padding: 13px 15px 15px 15px;;
}

#profile .biography li.season .season {
	color: #ea4c89;
	font-weight: 700;
	font-size: 16px
}

#profile .biography ul.text li {
	display: block;
	margin: 0 15px 15px 15px;;
	background-color: #f2f2f2;
	padding: 13px 15px 12px 15px;
	font-size: 15px;
	line-height: 1.3em;
}

#profile .biography ul.text li strong {
	display: block;
	margin-bottom: 5px;
	font-size: 13px;
	font-weight: 700;
}

#profile .biography ul.text li span {
	display: block;
	text-align: right;
	color: #b2b2b2;
}



#player-index div.widget div.title {
	background-color: #fff;
	border: 0;
	text-align: center;
	padding-top: 15px;
}

#player-index div.widget div.title strong {
	display: block;
	font-size: 24px;
	font-weight: 300;
	color: #424242;
}

#player-index div.widget div.title span {
	display: block;
	font-weight: 400;
	font-size: 12px;
	letter-spacing: 0;
	color: #b2b2b2;
	margin-top: 5px;
}

#player-index div.widget div.title u {
	display: inline-block;
	width: 30px;
	height: 2px;
	background-color: #ea4c89;
}

#player-index .player li {
	height: 200px;
	background-size: auto 200px;
	background-position: 10px 0;
}

#player-index .player li p {
	float: right;
	width: 75%;
	margin-left: 0;
	margin-right: 0;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 25%, rgba(255,255,255,1) 100%);
	padding: 0;
	padding-right: 0;
	padding-left: 70px;
	height: 100%;
}

#player-index .player li p strong {
	font-size: 24px;
}

#player-index .player li p strong i {
	display: block;
}

#player-index .player li a {
	height: 100%;
}





