/* 运动员信息 */
.page_content {
	min-height: calc(100vh - 0.88rem);
}
.ath_info {
	/* background: url(./../../images/mobile/athInfo_bg.png) no-repeat top, #FFF; */
	/* background-size: cover; */
	/* padding-top: 0.3rem; */
	color: #333;
	font-size: 0.28rem;
}
/* 前 */
.ath_info > .ath_img {
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
	margin: 0 auto;
}
.ath_info > .ath_name {
	width: 100%;
	text-align: center;
	padding: 0.05rem 0;
	height: 0.48rem;
	line-height: 0.48rem;
	font-size: 0.3rem;
	font-weight: bold;
}
.ath_info > .ath_sport {
	width: 100%;
	text-align: center;
	font-size: 0.28rem;
	line-height: 0.4rem;
}

/* 现 */
.ath_info_box {
	padding: 0.3rem 0 0.23rem 0.2rem;
	background: url(./../../images/mobile/athInfo_bg.png) no-repeat top, #FFF;
	background-size: cover;
}
.ath_info_left, .ath_info_right {
	float: left;
}
.ath_info_left {
	width: 2.1rem;
}
.ath_info_right {
	width: 5.2rem;
}
.ath_info_left .ath_img {
	width: 1.78rem;
	height: 2.08rem;
	border-radius: 0.1rem;
	overflow: hidden;
	margin-right: 0.3rem;
}
.ath_info_right .ath_name {
	line-height: 0.54rem;
	width: 100%;
}
.ath_info_right .ath_sport {
	font-size: 0.24rem;
	line-height: 0.44rem;
}

.ath_data {
	padding-top: 0.2rem;
	padding-bottom: 0.3rem;
}
.ath_data li {
	width: 50%;
	text-align: center;
	float: left;
	position: relative;
}
.ath_data li::after {
	display: block;
	position: absolute;
	content: '.';
	overflow: hidden;
	width: 0.02rem;
	height: 0.4rem;
	right: -0.01rem;
	top: calc(50% - 0.2rem);
	background: #E8E8E8;
}
.ath_data li:last-of-type::after {
	display: none;
}
.ath_data li .ath_data_content {
	font-size: 0.34rem;
	line-height: 0.56rem;
}
.ath_data li .ath_data_label {
	font-size: 0.24rem;
	line-height: 0.36rem;
	color: #999;
}
.ath_basic_info {
	background: url(./../../images/mobile/record_bg.png) no-repeat center;
	background-size: cover;
	padding: 0 0.24rem;
	height: 0.8rem;
	line-height: 0.8rem;
	font-size: 0.3rem;
	color: #333;
	font-weight: bold;
}
.ath_basic_info_content {
	margin: 0 0.24rem;
	border-bottom: 0.1rem solid #F5F5F5;
}
.ath_item_info .ath_basic_info_content {
	border: none;
}
.ath_allresult_title {
	border-bottom: 0.02rem solid #E8E8E8;
	height: 0.7rem;
	line-height: 0.7rem;
}
.ath_allresult_title .ath_allresult_img {
	float: left;
	width: 0.62rem;
	height: 0.62rem;
}
.ath_allresult_title .ath_allresult_sportName {
	float: left;
	font-size: 0.26rem;
	padding-left: 0.16rem;
}
.ath_basic_info_content li {
	display: block;
	padding-left: 0.36rem;
	height: 0.7rem;
	line-height: 0.7rem;
	font-size: 0.26rem;
	color: #333;
}
.ath_rank_result {
	padding: 0.2rem 0.24rem 0;
}
.ath_rank_result li {
	display: block;
	float: left;
	box-sizing: border-box;
	width: 48%;
	margin-right: 4%;
	margin-bottom: 0.2rem;
	min-height: 2.6rem;
	padding: 0.17rem 0.14rem;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
	font-size: 0.24rem;
	color: #333;
}
.ath_rank_result li:nth-of-type(2n) {
	margin-right: 0;
}
.ath_rank_result li > div {
	padding-bottom: 0.1rem;
	line-height: 0.36rem;
}
.ath_rank_result .result > div,
.ath_rank_result .rank > div {
	float: left;
}
