.p-top {
	width: 100%;
	padding: 5% 0 5%;
	background: url(../images/my-bg.jpg) center no-repeat;
	background-size: cover;
	text-align: center;
	position: relative;
}

.p-top .tu {
	width: 100px;
	height: 100px;
	margin: 0 auto;
	text-align: center;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	overflow: hidden;
}

.p-top .name {
	color: #ffffff;
	font-size: 1.1em;
}

.p-top .p-bottom {
	background-color: #000;
	margin-top: 3%;
}

.p-top .p-bottom .weui-flex__item {
	padding: 5px 0px;
}

.p-top .p-bottom .placeholder {
	color: #fff;
}

.big-circle {
	top: 3px;
    margin-right: 3px;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    display: inline-block;
    border: 1px solid #ff6a00;
    position: relative;
}

.small-circle {
	top: 1px;
    margin-right: 8px;
	width: 10px;
    height: 10px;
    border-radius: 8px;
    margin-top: -7px;
    margin-left: -7px;
    display: inline-block;
    border: 2px solid #ff6a00;
    position: relative;
}
