.select{
	position: fixed;
	top: 0.79rem;
}
.page-content{
	font-size: 0.24rem;
	line-height: 0.6rem;
	text-align: center;
}
.page-content .nav-city-project{
	padding:0 .2rem;
	border-radius:0 0 .1rem .1rem;
	overflow:hidden;
}
.page-content .nav-city-project li{
	float: left;
	position: relative;
	width: 50%;
	padding: .3rem;
	box-sizing:border-box;
	text-align:center;
	color:#517CE0;
	background:#C3D3ED;
	font-size:.3rem;
	
}
.page-content .nav-city-project .city{
	border-radius:0 0 0 .06rem;
}
.page-content .nav-city-project img{
	width:.3rem;
}
.page-content .nav-city-project .city:after{
	content:"";
	position:absolute;
	top:15%;
	height:70%;
	width:1px;
	right:0;
	background:#fff;
}
.page-content .nav-city-project .project{
	border-radius:0 0 .06rem 0;
}

/*运动员单个信息*/
.athlete{
	margin-top:0.05rem;
	background: #fff;
	padding:0 .2rem;
}
.athlete .athlete-item{
	width:100%;
	height:1.1rem;
	background:#fff;
	line-height:1.1rem;
	box-sizing:border-box;
	border-bottom:1px solid #eee;
	font-size:.22rem;
	font-weight:600;
}
.athlete .athlete-item img{
	width:1rem;
	height:1rem;
	vertical-align:middle;
	border-radius:50%;
	margin:0 .3rem;
}

/*city 显示信息*/
.mask{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.4);
	z-index:99;
	display:none;
}

.city-msg{
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	min-height:50%;
	padding:0.05rem .5rem;
	box-sizing:border-box;
	overflow:auto;
	background:#fff;
	z-index:100;
	transition:all .5s ease-in-out;
	transform:translateY(100%);
}
.mask.active,
.city-msg.active{
	display:block;
}
.city-msg .city-item p{
	padding-top:.25rem;
	padding-bottom:.05rem;
	border-bottom:1px solid #eee;
	font-size:.21rem;
}
.city-msg .city-item p.city-name-title{
	color:#406FE1;
}
.city-msg .city-item p.city-name{
	margin-left:.2rem;
}
.ath-btns {
	border-bottom: 0.02rem solid #E8E8E8;
}
.ath-btns .active{
	color: #3986FC;
}
.ath-content {
	box-sizing:border-box;
	position: fixed;
	top: 1.88rem;
	width: 100%;
	z-index: 9999;
	height: calc(100vh - 5.88rem);
	overflow-y: auto;
	background-color: #fff;
	border-bottom: 0.06rem solid #888;
	display: none;
}
.ath-content .ath-btns-borRight {
	height: 0.5rem;
	line-height: 0.5rem;
	padding: 0 0.24rem;
	background: #F1F1F1;
	font-size: 0.24rem;
}
.ath-content .ath-btnList {
	text-align: left;
	margin: 0 0.24rem;
	height: 0.88rem;
	line-height: 0.88rem;
	font-size: 0.24rem;
	border-bottom: 0.02rem solid #E8E8E8;
}
.ath-content .ath-btnList:last-of-type {
	border-bottom: 0;
}
.ath-pagecontent > .no-data {
	color: #999;
	line-height: 2rem;
}
.modal-open{
	position: fixed;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
