.personal_info {
	padding: 20px 0;
	background-color: #FFF;
}
.photo_wrap {
	text-align: center;
	position: relative;
}

.login-tip {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background-color: rgba(0,0,0,0.6);
	color: white;
	font-size: 12px;
	padding: 2px 8px;
	border-radius: 8px;
	white-space: nowrap;
}

.login-success-btn {
	margin-top: 10px;
	text-align: center;
	background-color: #52c41a;
	color: white;
	font-size: 14px;
	padding: 6px 20px;
	border-radius: 16px;
	display: inline-block;
	margin-left: 50%;
	transform: translateX(-50%);
	cursor: pointer;
}

.login-btn {
	position: relative;
	background: transparent;
	border: none;
	padding: 0;
	margin: 0;
}

.login-btn::after {
	border: none;
}

.login-btn .photo {
	opacity: 0.8;
}

.login-btn .login-tip {
	opacity: 0.9;
}
.photo {
	width: 90px;
	height: 90px;
	border-radius: 90px;
}
.nickname {
	margin-top: 15px;
	text-align: center;
	color: #696969;
}
.wode_item_wrap {
	background-color: #FFF;
	font-size: 14px;
	margin-top: 10px;
	border-top: 1px solid #E5E5E5;
}
.wode_item {
    height: 45px;
	border-bottom: 1px solid #E5E5E5;
	padding: 0 10px;
	line-height: 45px;
	position: relative;
}
.arrow_wrap {
    position: absolute;
    width: 50px;
    height: 45px;
    right: 0;
    top: 0;
    background-image: url(../../image/icon-arrow.png);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 17px 14px;
}
.wode_out {
	height: 45px;
	line-height: 45px;
	text-align: center;
	background-color: #FFF;
	margin-top: 10px;
	border-bottom: 1px solid #E5E5E5;
	border-top: 1px solid #E5E5E5;
}

.order-section {
	background-color: #FFF;
	margin-top: 10px;
	padding: 15px;
}

.section-title {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	margin-bottom: 15px;
}

.loading {
	text-align: center;
	color: #999;
	padding: 20px;
}

.empty-tip {
	text-align: center;
	color: #999;
	padding: 40px;
}

.order-list {
	margin-top: 10px;
}

.order-item {
	background-color: #f9f9f9;
	border-radius: 8px;
	padding: 15px;
	margin-bottom: 10px;
}

.order-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}

.order-no {
	font-size: 12px;
	color: #666;
}

.order-status {
	font-size: 14px;
	font-weight: bold;
}

.order-body {
	padding: 10px 0;
	border-top: 1px dashed #ddd;
	border-bottom: 1px dashed #ddd;
}

.order-subject {
	font-size: 14px;
	color: #333;
}

.order-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 10px;
}

.order-amount {
	font-size: 16px;
	font-weight: bold;
	color: #ff4d4f;
}

.order-time {
	font-size: 12px;
	color: #999;
}

.order-items {
	margin-top: 10px;
}

.item-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 8px 0;
	border-bottom: 1px solid #f0f0f0;
}

.item-row:last-child {
	border-bottom: none;
}

.item-name {
	font-size: 14px;
	color: #333;
	flex: 1;
}

.item-qty {
	font-size: 12px;
	color: #666;
	margin-right: 10px;
}

.item-price {
	font-size: 14px;
	color: #ff4d4f;
	font-weight: bold;
}