.nav-container {
	width: 100%;
    height: auto;
	overflow: auto;
	background-image: url('../images/1.0/bg.png');
    background-size: 100% 100%;
	background-repeat:no-repeat;
}


.nav-bar-title {
	padding: .5rem;
	color: #fff;
	text-align: center;
}

.head-img {
	height: 3rem;
	width: 3rem;
	padding: .3rem;
	background-color: #FFF;
	border-radius: 50%;
	overflow: hidden;
}
.head-img img {
	width: 100%;
	height: 100%;
}
.nick-name {
	font-size: 18px;
	color: #fff;
	margin: .2rem 0 .5rem 0;
}
.coin-vip {
	font-size: 18px;
	color: #fff;
	margin: 1rem 0;
}
.interval {
	display: flex;
    justify-content: center;
	padding: 3px 0;
}
.interval div {
	border-left: 1px solid #fff;
	height: 1px;
}
.coin-vip .col {
	text-align:center;
}

.vip {
	background-image:-webkit-linear-gradient(45deg, #d4a356,#fffebf); 
    -webkit-background-clip:text; 
    -webkit-text-fill-color:transparent;
}


/*容器*/
.mine-container {
	width: 100%;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	-webkit-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	margin-top: 1rem;
}

.mine-panel {
	margin: 0rem .5rem .25rem .5rem;
	background: #ffffff;
	padding: .75rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: .25rem;
}


/*列表项*/
.mine-list {
	padding: 0;
}

.mine-list-item {
	padding: 0 .75rem;
	height: 2.4rem;
	line-height: 2.4rem;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.mine-list-item:not(:last-child) {
	border-bottom: 1px solid #ededed;
}
.mine-list-item .van-row{
	width: 100%;
	color: #808080;
}

.item-label {	
	font-size: .6rem;
}

.mine-btn {
	height: 2rem;
	border-radius: 1rem;
	background: #fff;
	margin: .75rem .5rem 2.5rem;
	text-align: center;
	line-height: 2rem;
	color: #969696;
	font-size: .75rem;
}

