section#money{
	background-color: #fff;
	width: 100%;
	padding-bottom: 4vw;
}

section#money .top{
	width: 92vw;
	margin: 4vw auto;
	height: 37.8vw;
	background-image: url(../image/banner.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

section#money .top .usermoney{
	padding-left: 4vw;
	height: 20vw;
	box-sizing: border-box;
	padding-top: 2vw;
}
section#money .top .usermoney .tit{
	font-size: 0.6rem;
	color: #fff;
	clear: both;
	line-height: 8vw;
}
section#money .top .usermoney .money_num{
	font-size: 1.5rem;
	color: #fff;
	clear: both;
	line-height: 10vw;
}

section#money .top .user_minfo{
	display: flex;
	justify-content:space-between;
	align-items: center;
	height: 17vw;
}

section#money .top .user_minfo .num{
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-align: center;
	color: #fff;
	width: 62.6vw;
}

section#money .top .user_minfo .num .item{
	width: 18vw;
	text-align: center;
}

section#money .top .user_minfo .num .jmoney{
	font-size: 0.9rem;
}

section#money .top .user_minfo .num .name{
	font-size: 0.6rem;
}

section#money .top .user_minfo .tixian{
	display: inline-table;
	border: 1px solid #ffffff;
	height: 6.5vw;
	line-height: 6.5vw;
	text-align: center;
	width: 17.6vw;
	font-size: 0.7rem;
	color: #fff;
	border-radius: 3.2vw;
	margin-right: 4vw;
}

section#money .nav{
	padding: 0 4vw;
}

section#money .nav ul{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-line-pack: justify;
	align-content: space-between;
}

section#money .nav ul li{
	width: 24vw;
	height: 20vw;
	text-align: center;
	flex-direction: column;
	justify-content: center;
	display: flex;
}

section#money .nav ul li .img{
	height: 8.2vw;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

section#money .nav ul li .img img{
	width: 8vw;
	height: auto;
}

section#money .nav ul li:nth-child(4)  .img img{
	width: 6vw;
	height: auto;
}

section#money .nav ul li:nth-child(6)  .img img{
	width: 6vw;
	height: auto;
}

section#money .nav ul li span{
	font-size: 0.7rem;
	color: #333;
	height: 8vw;
	line-height: 8vw;
}

section#mem_order{
	
}

section#mem_order .nav{
	height: 13vw;
	background-color: #fff;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 2.6vw;
}

section#mem_order .nav ul{
	width: 100%;
	height: 13vw;
	display: flex;
	justify-content: space-around;
	justify-items: center;
}

section#mem_order .nav ul li{
	width: 25vw;
	text-align: center;
	position: relative;
}

section#mem_order .nav ul li a{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
	font-size: 0.8rem;
	color: #666;
	line-height: 100%;
}

section#mem_order .nav ul li.active a{
	color: #30c9b2;
}
section#mem_order .nav ul li.active::after{
	position: absolute;
	height: 2px;
	width: 9vw;
	content: '';
	background-color: #30c9b2;
	left: 50%;
	margin-left: -4.5vw;
	bottom: 0;
}

section#mem_order .list{
	
}

section#mem_order .list .item{
	margin-bottom: 2.6vw;
}

section#mem_order .list .item .tit{
	background-color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 10vw;
	padding-left: 2.6vw;
	padding-right: 2.6vw;
	font-size: 0.6rem;
	color: #666;
}
section#mem_order .list .item .tit .ordernum{
	
}
section#mem_order .list .item .tit .ordernum span{
	background-color: #4cbfff;
	padding: 3px 4px;
	border-radius: 3px;
	font-size: 0.6rem;
	color: #fff;
	margin-right: 2vw;
}
section#mem_order .list .item .tit .status{
	color: #999;
}

section#mem_order .list .item .content{
	padding-left: 6.5vw;
	padding-right: 6.5vw;
	padding-bottom: 4vw;
}

section#mem_order .list .item .content .product{
	font-size: 0.7rem;
	color: #000;
	line-height: 1.6em;
	padding: 2vw 0;
}
section#mem_order .list .item .content .info{
	font-size: 0.6rem;
	color: #666;
	line-height: 1.6em;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: 8vw;
}
section#mem_order .list .item .content .info .money{
	font-size: 0.8rem;
	color: #ff7800;
}
section#mem_order .list .item .content .info .money span{
	font-size: 0.6rem;
}
section#mem_order .list .item .chuli{
	background-color: #fff;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	height: 11.7vw;
	padding-left: 2.6vw;
	padding-right: 2.6vw;
	font-size: 0.6rem;
	color: #666;
}

section#mem_order .list .item .chuli .btn1{
	display: inline-table;
	padding: 3px 8px;
	box-sizing: border-box;
	height: 6vw;
	display: flex;
	align-items: center;
	border: 1px solid #ccc;
	font-size: 0.7rem;
	color: #666666;
	border-radius: 3vw;
	margin-left: 6px;
}

section#mem_order .list .item .chuli .btn2{
	display: inline-table;
	padding: 3px 8px;
	box-sizing: border-box;
	height: 6vw;
	display: flex;
	align-items: center;
	border: 1px solid #ff5757;
	background-color: #ff5757;
	font-size: 0.7rem;
	color: #fff;
	border-radius: 3vw;
	margin-left: 6px;
}

section#mem_order .list .item .chuli .btn3{
	display: inline-table;
	padding: 3px 8px;
	box-sizing: border-box;
	height: 6vw;
	display: flex;
	align-items: center;
	border: 1px solid #ff7800;
	font-size: 0.7rem;
	color: #ff7800;
	border-radius: 3vw;
	margin-left: 6px;
}

section#mem_index{
	
}

section#mem_index .search {
	width: 93.6vw;
	margin: 3vw auto;
	height: 12vw;
	background-color: #fff;
	border-radius: 5px;
	overflow: hidden;
	//box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
	display: flex;
	justify-content: flex-start;
	align-items: center;
	box-sizing: border-box;

}

section#mem_index .search .city_name {
	height: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	box-sizing: border-box;
	padding-left: 2.6vw;
	padding-right: 3.5vw;
	font-size: 0.7rem;
	color: #4d4d4d;
	position: relative;
	margin-right: 6vw;
}

section#mem_index .search .city_name .iconfont {
	color: #999;
	margin-left: 5px;
}

section#mem_index .search .city_name::after {
	background-color: #c9c9c9;
	width: 2px;
	height: 5vw;
	right: 0vw;
	top: 3.5vw;
	content: '';
	position: absolute;
	z-index: 1000;
}

section#mem_index .search .con {
	height: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

section#mem_index .search .con .iconfont {
	color: #999;
	margin-right: 5px;

}

section#mem_index .search .con input {
	font-size: 0.7rem;
}

section#mem_index .user_top{
	width: 93.6vw;
	margin: 3vw auto;
	background-color: #fff;
	border-radius: 3vw;
	height: 39vw;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
	padding: 3vw 3vw;
}

section#mem_index .user_top .user_info{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

section#mem_index .user_top .user_info .myinfo{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

section#mem_index .user_top .user_info .myinfo .litpic{
	width: 12vw;
	height: 12vw;
	margin-right: 2vw;
}
section#mem_index .user_top .user_info .myinfo .uname{
	font-size: 0.8rem;
	color: #333;
	line-height: 2em;
}

section#mem_index .user_top .user_info .myinfo .vip{
	display: flex;
	justify-content: flex-start;
	
}

section#mem_index .user_top .user_info .myinfo .vip .vipnum{
	width: 11vw;
	height: 4vw;
	border-radius: 2vw;
	background-color: #FFC718;
	color: #000;
	text-align: center;
	line-height: 4vw;
	font-size: 0.6rem;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	margin-right: 2vw;
}

section#mem_index .user_top .user_info .myinfo .vip .vipnum::after{
	content: '';
	background-color: red;
	width: 1.5vw;
	height: 1.5vw;
	border-radius: 0.75vw;
	position: absolute;
	right: 0.4vw;
	top:0.5vw;
	z-index: 10000;
}
section#mem_index .user_top .user_info .myinfo .vip span{
	font-size: 0.6rem;
	color: #999;
}

section#mem_index .user_top .user_info .myinfo .litpic img{
	width: 100%;
	height: 100%;
}

section#mem_index .user_top .user_info .ewm .img{
	width: 9.2vw;
	height: 9.2vw;
}

section#mem_index .user_top .user_info .ewm .img img{
	width: 100%;
	height: 100%;
}

section#mem_index .user_top .user_info .ewm span{
	font-size: 0.6rem;
	color: #999;
}


section#mem_index .user_top .money{
	margin-top: 5vw;
}

section#mem_index .user_top .money ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

section#mem_index .user_top .money ul li{
	width: 25%;
}

section#mem_index .user_top .money ul .num{
	color: #666;
	font-size: 0.8rem;
	font-weight: bold;
	text-align: center;
}

section#mem_index .user_top .money ul span{
	font-size: 0.6rem;
	color: #999;
	text-align: center;
	display: block;
	width: 100%;
}

section#mem_index .orders{
	width: 93.6vw;
	margin: 3vw auto;
	background-color: #fff;
	border-radius: 3vw;
	height: 32vw;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
	padding: 0vw;
}

section#mem_index .orders .title{
	height: 10vw;
	border-bottom: 1px solid rgba(0,0,0,0.12);
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 3.2vw;
}

section#mem_index .orders .title .tit{
	font-size: 0.8rem;
	color: #666;
}

section#mem_index .orders .title  a{
	color: #999;
	font-size: 0.6rem;
}

section#mem_index .orders .list{
	
}

section#mem_index .orders .list .img{
	height: 6vw;
	width: auto;
}
section#mem_index .orders .list .img img{
	height: 6vw;
	width: auto;
}

section#mem_index .orders .list span{
	font-size: 0.7rem;
	color: #666;
}



section#mem_index .orders ul{
	display: flex;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-line-pack: justify;
	align-content: space-between;
	
}

section#mem_index .orders ul li{
	width: 20%;
	text-align: center;
	height: 20vw;
}
section#mem_index .orders ul li a {
    flex-direction: column;
    justify-content: center;
    display: flex;
    height: 100%;
}

section#mem_index .orders ul li  span{
	line-height: 2em;
}

section#mem_index .member_nav ul{
	display: flex;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-line-pack: justify;
	align-content: space-between;

}

section#mem_index .member_nav{
	width: 93.6vw;
	margin: 3vw auto;
	background-color: #fff;
	border-radius: 3vw;
	height: 48vw;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
	padding: 3vw 3vw;
	
}

section#mem_index .member_nav li{
	width: 24%;
	height: 20vw;
}

section#mem_index .member_nav li a {
    flex-direction: column;
    justify-content: center;
    display: flex;
    height: 100%;
}
section#mem_index .member_nav .img{
	height: 10vw;
	width: auto;
}
section#mem_index .member_nav .img img{
	height: 10vw;
	width: auto;
}
section#mem_index .member_nav li span{
	font-size: 0.7rem;
	color: #666;
	line-height: 2em;
	width: 100%;
	text-align: center;
	display: block;
}