
input{
	padding-left: 10px;
}
.flex-col{
	/*display: flex;*/
	/*flex-direction: column;*/
}
.flex-between{
	/*justify-content: space-between;*/
}
.flex-col p{
	margin-left: 20px;
	margin-bottom: 10px;
}
.flex-col.row p{
	font-size: 14px;
}
.flex-col div:first-child{
	margin-left: 20px;
}
.flex-col div div img{
	margin-right: 10px;

}
.flex-row{
	/*display: flex;*/
	/*flex-direction: row;	*/
}
.flex-around{
	/*justify-content: space-around;*/
}
.short-hr{
	width: 100px;
	height: 1px;
	background: #E9E9E9;
	margin: auto 20px;
}
.circle-blue,.circle-gray{
	width: 32px; 
	height:32px;
	border-radius:16px;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	line-height: 32px;
}
.circle-blue+p,.circle-gray+p{
	font-family: PingFangSC-Regular;
	font-size: 16px;
	color: rgba(0,0,0,0.45);
	text-align: left;
	line-height: 32px;
	margin-left: 5px;
}
.font-black{
	color: rgba(0,0,0,0.85);
}
.circle-blue{
	background: #01AAED;
}
.circle-gray{
	background: #666666;
}
.flex-center{
	/*display: flex;*/
	/*flex-direction: row;*/
	/* justify-content: center;*/
}
.team-input{
	width: 545px;
	height:50px;
	border: 1px solid #CDCDCD;
	border-radius: 4px;
}

.team-input::-webkit-input-placeholder{
	font-family: PingFangSC-Regular;
	font-size: 14px;
	color: rgba(0,0,0,0.45);
	text-align: center;
}
.next-page{
	width: 510px;
	height: 40px;
	border:none;
	background: #D80110;
	border-radius: 4px;
	font-family: PingFangSC-Regular;
	font-size: 19px;
	color: #FFFFFF;
	line-height: 22px;
}
.row-center{
	/*display: flex;flex-direction: row; justify-content: center;*/
}
button{
	border: none;
}
.text-black{
	font-family: PingFangSC-Medium;
	font-size: 20px;
	color: rgba(0,0,0,0.85);
	line-height: 32px;
}
.text-gray{
	font-family: PingFangSC-Regular;
	font-size: 14px;
	color: rgba(0,0,0,0.43);
	line-height: 22px;
}
.hidden{
	display: none;
}