.my_top {
	height: 150px;
	background: #76B0E0;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.portrait {
	height: 80px;
	width: 80px;
	border-radius: 50%;
	margin-top: 15px;
}

.nick {
	font-size: 18px;
	color: #FFFFFF;
	height: 25px;
	line-height: 25px;
	margin-top: 10px;
}

.allorder {
	background: #FFFFFF;
	margin-top: 10px;
}

.order_top {
	height: 45px;
	line-height: 45px;
	font-size: 18px;
	padding: 0 10px;
	border-bottom: 1px solid #E3E3E3;
}
.presellorder {
	background: #FFFFFF;
	margin-top: 10px;
}

.presellorder_top {
	height: 45px;
	line-height: 45px;
	font-size: 18px;
	padding: 0 10px;
	border-bottom: 1px solid #E3E3E3;
}


/*.order_top em{
	color: #999999;
	float: right;
}*/

.my_list {
	overflow: hidden;
}

.my_list li {
	float: left;
	width: 33%;
	text-align: center;
	height: 80px;
	position: relative;
}

.my_icon {
	height: 50px;
	padding-top: 10px;
}

.my_icon i {
	font-size: 35px;
	color: #999999;
}

.my_text {
	font-size: 16px;
}

.wallet {
	background: #FFFFFF;
	margin-top: 10px;
}

.order_top {
	height: 45px;
	line-height: 45px;
	font-size: 18px;
	padding: 0 10px;
	border-bottom: 1px solid #E3E3E3;
}


/*.order_top em{
	color: #999999;
	float: right;
}*/

.my_listwallet {
	overflow: hidden;
}

.my_listwallet li {
	float: left;
	width: 25%;
	text-align: center;
	height: 70px;
	position: relative;
}

.my_icon1 {
	height: 40px;
	padding-top: 10px;
}

.my_text {
	font-size: 16px;
}

.my_icon1 span {
	font-size: 18px;
	color: #999999;
}

.allorder1 {
	background: #FFFFFF;
	margin-top: 10px;
}

.order_top {
	height: 45px;
	line-height: 45px;
	font-size: 18px;
	padding: 0 10px;
	border-bottom: 1px solid #E3E3E3;
}

.order_top em {
	color: #999999;
	float: right;
	font-size: 14px;
}
.presellorder_top em {
	color: #999999;
	float: right;
	font-size: 14px;
}

.my_list1 {
	overflow: hidden;
}

.my_list1 li {
	float: left;
	width: 25%;
	text-align: center;
	height: 80px;
}

.my_icon {
	height: 50px;
	padding-top: 10px;
}

.my_icon i {
	font-size: 35px;
	color: #999999;
}

.my_text {
	font-size: 14px;
}

.orderNum {
	display: none;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	border-radius: 50%;
	background: #F00;
	/*display: block;*/
	position: absolute;
	top: 5px;
	right: 25%;
	font-size: 12px;
	color: #FFFFFF;
}

