.member-info-wrap {
	border-bottom: 1px solid #F1F1F1;
	padding: 20px 0 45px;
}

.member-info {
	width: 430px;
	margin-left: 50px;
}

.member-headimg {
	width: 65px;
	height: 65px;
	border-radius: 50%;
	margin-right: 12px;
}

.member-headimg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}

.member-name-wrap > span {
	display: block;
}

.member-name-wrap .nick-name {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
}

.member-name-wrap .nick-name .mobile{
	font-size: 14px;
	font-weight: normal;
}

.last-login-time {
	color: #6B6B6B;
}

.ns-split {
	width: 1px;
	height: 76px;
	background-color: #F1F1F1;
}

.member-own {
	padding: 40px 0;
	border-bottom: 1px solid #f1f1f1;
}

.member-own-box {
	display: inline-block;
	text-align: center;
}

.member-own-box h4 {
	margin-bottom: 10px;
}

.member-own-box a {
	color: #333333;
}

.member-order-title {
	padding: 36px 0;
}

.member-order-title span {
	width: 3px;
	height: 15px;
	margin-right: 16px;
}

.member-order h6 {
	font-weight: 600;
	margin-bottom: 0;
	line-height: 16px;
}

.member-order {
	padding-bottom: 50px;
}

/* 优惠券 */
.coupon-div {
	width: 23%;
	height: 100px;
	margin-right: 2%;
	background-color: #F53E42;
	color: #FFFFFF;
	border-radius: 5px;
	text-align: center;
}

.coupon-money {
	font-size: 24px;
	font-weight: 600;
	margin-top: 10px;
}

.coupon-time {
	font-size: 12px;
	margin-top: 6px;
}

/* 推广 */
.member-promotion-box {
	width: 30%;
	padding: 30px 20px;
	border-radius: 10px;
	-moz-box-shadow: 0 0 15px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .2);
	box-shadow: 0 0 15px rgba(0, 0, 0, .2);
}

.member-promotion-box h5 {
	font-weight: 600;
	text-align: center;
}

.member-promotion-box .red {
	color: #FF3C22;
}

.member-promotion-box p {
	line-height: 24px;
	margin-top: 15px;
}

.member-promotion-coupon {
	font-size: 24px;
	font-weight: 600;
	color: #FF9422;
}

.member-promotion-btn {
	margin-top: 20px;
}

.member-promotion-btn div {
	cursor: pointer;
}

.member-promotion-btn img {
	width: 90px;
}

.member-promotion-btn span {
	color: #A3A3A3;
}

.promotion-code, .official-accounts {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	color: #fff;
	background-color: rgba(0, 0, 0, .5);
}

.promotion-code .promotion-code-box, .official-accounts .official-accounts-box {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.promotion-code-box img, .official-accounts-box img {
	width: 300px;
	height: 300px;
}

.promotion-code span, .official-accounts-box span {
	display: flex;
	justify-content: center;
	/*align-items: center;*/
	margin-top: 15px;
	width: 50px;
	height: 50px;
	border: 1px solid #fff;
	font-size: 20px;
	border-radius: 50%;
	cursor: pointer;
	line-height: 40px;
}

.invite-friends {
	cursor: pointer;
}
.member-main img {
    max-width: 100%;
    height: auto !important;
}