@charset "utf-8";

* {
	padding: 0;
	margin: 0;
	outline: 0;
	list-style: none;
	border: none;
	font-weight: normal;
	text-decoration: none;
	box-sizing: border-box;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body {
	width: 100%;

}

img {
	vertical-align: middle;
}


a {
	text-decoration: none;
	transition: all .2s;
	cursor: pointer;
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

em {
	font-style: normal;
}

.clearfix:after {
	clear: both;
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: " ";
}

/*底部*/
.tabbar-out {
	position: relative;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 45px;
}

.tabbar {
	position: fixed;
	z-index: 5;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 45px;
	background: linear-gradient(to top, #ffffff, #ffffff);
	border-top: solid 1px rgba(0, 0, 0, .06);
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}

.tabbar .tabbar-item {
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex-flex: 1;
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	position: relative;
}

.tabbar .tabbar-item .link-a {
	font-size: 14px;
	background: none;
	color: #333333;
	text-align: center;
	display: block;
	padding-top: 6px;
	padding-bottom: 5px;
}

.tabbar .tabbar-item.active .link-a {
	color: #F33B3B;
}

.tabbar .tabbar-item .link-a .tabbar-icon {
	display: block;
	margin: 0 auto;
	width: 16px;
	height: 16px;
}

.tabbar .tabbar-item .link-a p {
	font-size: 14px;
	margin-top: 2px;
}
/* 滚动公告 */
.scroll_news {
	margin: 10px;
	margin-bottom: 5px;
	font-size: 14px;
	position: relative;
	height: 40px;
	display: flex;
	align-items: center;
	overflow: hidden;
	background: #fff;
	border-radius: 5px;
}

	.scroll_news .news-tit {
		min-width: 40px;
		height: 40px;
		position: relative;
		z-index: 3;
		color: #333;
		font-weight: bold;
		font-size: 15px;
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
	}

		.scroll_news .news-tit .news-icon {
			width: 20px;
			border: none;
		}

	.scroll_news .swiper-news {
		width: 100%;
		padding-right: 20px;
		box-sizing: border-box;
		overflow: hidden;
	}

		.scroll_news .swiper-news .swiper-wrapper {
			font-size: 15px;
			height: 40px;
			line-height: 40px;
		}

			.scroll_news .swiper-news .swiper-wrapper .link_a {
				font-size: 16px;
				color: #262626;
				overflow: hidden;
				white-space: nowrap;
				text-overflow: ellipsis;
				display: block;
				line-height: 40px;
			}

	.scroll_news .news_more {
		position: relative;
		color: #999;
		font-size: 14px;
		padding-right: 10px;
		text-align: right;
	}

		.scroll_news .news_more::before {
			content: " ";
			height: 10px;
			width: 1px;
			background: #999;
			position: absolute;
			top: 50%;
			transform: translateY(-50%);
			left: -10px;
		}

	.scroll_news .swiper-news .swiper-wrapper {
		display: flex;
		flex-wrap: wrap;
		align-content: center;
		justify-content: center;
		height: 100%;
		width: 100%;
		box-sizing: border-box;
	}

		.scroll_news .swiper-news .swiper-wrapper .txt {
			font-size: 16px;
			color: #262626;
		}

/* ======= */
.marquee {
	font-size: 14px;
	padding-right: 10px;
	color: #262626;
}

	.marquee span {
		padding-right: 10px;
	}
/*****开始状态********/
/*.tabbar .tabbar-item:nth-of-type(1) .tabbar-icon {
	background-image: url('../imgs/tabbar/tab1.png');
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
}

.tabbar .tabbar-item:nth-of-type(2) .tabbar-icon {
	background-image: url('../imgs/tabbar/tab2.png');
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
}

.tabbar .tabbar-item:nth-of-type(3) .tabbar-icon {
	background-image: url('../imgs/tabbar/tab3.png');
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
}*/

/****选中状态***/
/*.tabbar .tabbar-item:nth-of-type(1).active .tabbar-icon {
	background-image: url('../imgs/tabbar/tab1-1.png');
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
}

.tabbar .tabbar-item:nth-of-type(2).active .tabbar-icon {
	background-image: url('../imgs/tabbar/tab2-1.png');
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
}


.tabbar .tabbar-item:nth-of-type(3).active .tabbar-icon {
	background-image: url('../imgs/tabbar/tab3-1.png');
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
}*/

/* 首页 */

.page-index {}

.page-index .top-header {
	position: relative;
	background: #fff;
}

.page-index .top-header .box {
	padding: 14px;
	padding-bottom: 9px;
	display: flex;
	align-items: center;

}

.page-index .top-header .search-box {
	width: 100%;
	background: #FFFFFF;
	height: 35px;
	border-radius: 35px;
	border: 1px solid #DCDCDC;
	overflow: hidden;
	font-size: 14px;
	display: flex;
	align-items: center;
	box-sizing: border-box;
}

.page-index .top-header .search-box .icon {
	width: 18px;
	height: 18px;
	margin: 8px 10px;

}

.page-index .top-header .search-box .input {
	border: 0;
	background: none;
	height: 36px;
	font-size: 14px;
	color: #000;
	flex: 1;
	padding-right: 8px;
	width: 100%;
	display: flex;
	align-items: center;
	box-sizing: border-box;
}

.page-index .top-header .box .xiaoxi {
	position: relative;
	margin-left: 10px;
}

.page-index .top-header .box .xiaoxi .icon-notice {
	width: 16px;
	height: 18px;

}

.page-index .top-header .box .xiaoxi .tag {
	width: 5px;
	height: 5px;
	background: #E60012;
	border-radius: 50%;
	position: absolute;
	top: 0;
	right: 0;
}

.page-index .top-header .search-box .input::-webkit-input-placeholder {
	color: #7E7E7E;
}

.page-index .top-header .search-box .input::-webkit-input-placeholder {
	color: #7E7E7E;
}

.page-index .top-header .search-box .input::-moz-placeholder {
	color: #7E7E7E;
}

.page-index .top-header .search-box .header-search-input .input:-moz-placeholder {
	color: #7E7E7E;
}



/*  */
.page-index {}

.page-index .banner {
	position: relative;
	padding-top: 5px;
	padding-bottom: 16px;
	overflow-x: hidden;
}

.page-index .banner .swiper-slide .img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 7px;
	overflow: hidden;

}

.page-index .banner .swiper-slide.swiper-slide-active .img {
	box-shadow: 0px 0px 6px rgba(255, 79, 81, .4);
}

.page-index .banner .swiper-container {
	width: 100%;
	overflow: visible !important;
}

.page-index .banner .swiper-container .swiper-wrapper .swiper-slide {
	width: 90%;
	border-radius: 10px;
}


.page-index .banner .swiper-container .swiper-wrapper .swiper-slide-prev {
	width: 90%;
	height: 90% !important;
}

.page-index .banner .swiper-container .swiper-wrapper .swiper-slide-next {
	width: 90%;
	height: 90% !important;
}


.page-index .banner .swiper-container .swiper-pagination {
	bottom: -16px;
	height: 20px;

}

.page-index .banner .swiper-container .swiper-pagination-bullet {
	width: 12px;
	height: 3px;
	border-radius: 3px;
	margin: 0 4.5px;
	background: #DCDCDC;
	opacity: 1;
}

.page-index .banner .swiper-container .swiper-pagination-bullet-active {
	background: #FF7957;

}


/*  */
.page-index .modulebox {
	margin: 14px;
	display: flex;
	align-items: center;
}

	.page-index .modulebox .flex-1 {
		flex: 1;
	}

.page-index .modulebox .box {
	width: 100%;
	box-sizing: border-box;
	border-radius: 10px;
	position: relative;
}

.page-index .modulebox .box.Litem {
	width: 36.7%;
	margin-right: 10px;
}

.page-index .modulebox .box.RTitem {
	margin-bottom: 10px;
}


.page-index .modulebox .box .img {
	width: 100%;
	border-radius: 10px;
}

/*  */
.page-index .bar-tit {
	width: 100%;
	display: flex;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	color: #151515;
	line-height: 36px;
	padding: 0 10px;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;


}


.page-index .bar-tit span {
	font-weight: 400;
	font-size: 14px;
	color: #151515;
	line-height: 36px;
	display: flex;
	align-items: center;

}

.page-index .bar-tit span .icon-arrow {
	width: 5px;
	height: 10px;
	margin-left: 8px;
}


/* ================商品列表================== */

.Agoods-list {
	background: #fff;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	padding: 0 5px;

}



.Agoods-list .goods-item {
	width: 100%;
	padding: 10px;
	display: flex;
	align-items: center;
	box-sizing: border-box;


}

.Agoods-list .goods-item .goods-img {
	font-size: 0;
	position: relative;
	width: 127px;
	height: 127px;


}

.Agoods-list .goods-item .goods-img .pro-img {
	width: 100%;
	height: 100%;
	border-radius: 10px;
	/* box-shadow: 0 0px 8px rgba(158, 158, 158, .4); */
}

.Agoods-list .goods-item .info-wrap {
	flex: 1;
	height: 107px;
	font-size: 14px;
	position: relative;
	padding: 15px 10px 10px;
	background: #FFFFFF;
	border-radius: 0 10px 10px 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	box-shadow: -1.5px 0px 8px rgba(158, 158, 158, .4);

}

.Agoods-list .goods-item .info-wrap .pro-name {
	box-sizing: border-box;
	color: #141414;
	font-size: 14px;
	flex: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: break-all;
	max-height: 32px;
	line-height: 16px;
}

.Agoods-list .goods-item .info-wrap .pro-bottom {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	justify-content: space-between;
}

.Agoods-list .goods-item .info-wrap .pro-solve {
	font-size: 14px;
	color: #141414;
	margin-bottom: 3px;
}

.Agoods-list .goods-item .info-wrap .pro-solve span {
	font-size: 14px;
	color: #141414;
	margin-right: 2px;
}


.Agoods-list .goods-item .info-wrap .discount-price {
	color: #FF3E34;
	font-size: 14px;
	display: flex;
	align-items: center;
	font-weight: 600;
}

.Agoods-list .goods-item .info-wrap .discount-price .unit {
	color: #FF3E34;
	font-size: 14px;
}

.Agoods-list .goods-item .info-wrap .discount-price .price {
	font-size: 16px;

}

.Agoods-list .goods-item .info-wrap .discount-price .txtunit {
	font-size: 14px;
	line-height: 16px;
	color: #141414;
}

.Agoods-list .goods-item .info-wrap .delete-price {
	font-size: 14px;
	color: #ccc;
	text-decoration: line-through;
}



/* 个人中心 */
.Amy-page {
	width: 100%;

}

.Amy-page .my-top {
	padding-top: 15px;
	position: relative;
	background: #fff url('../images/index/bg.png') no-repeat top;
	background-size: 100% 100%;

}

.Amy-page .my-top .top-title {
	width: 100%;
	height: 50px;
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	position: relative;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.Amy-page .my-top .top-title .top-r {
	position: absolute;
	right: 10px;
	display: flex;
}

.Amy-page .my-top .top-title .top-r .link-a {
	text-align: center;
	margin: 0 7px;
}

.Amy-page .my-top .top-title .top-r .link-a .icon {
	width: 17px;
	height: 17px;
}

.Amy-page .my-top .top-title .top-r .link-a span {
	display: block;
	font-size: 14px;
	color: #000000;
	margin-top: 2px;
}

.Amy-page .my-top .info-box {
	display: flex;
	align-items: center;
	padding: 10px 20px;
}

.Amy-page .my-top .info-box .my-top-photo {
	width: 54px;
	height: 54px;
/*	border-radius: 54px;*/
	overflow: hidden;
	box-sizing: border-box;
}

.Amy-page .my-top .info-box .my-top-photo .img {
	width: 54px;
	height: 54px;
	/*border-radius: 54px;*/
}

.Amy-page .my-top-data {
	flex: 1;
	padding-left: 9px;
}

.Amy-page .my-top-data .item {
	font-size: 16px;
	font-weight: bold;
	color: #000000;

}


.Amy-page .my-top-data .item span {
	font-size: 16px;
	color: #000000;
	margin-left: 9px;
}

.Amy-page .my-top-data .item .icon {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	margin-top: 9px;
	margin-right: 2px;
}

.Amy-page .my-top-data .level {
	position: relative;
	display: inline-flex;
	border-radius: 20px 10px 10px 20px;
	align-items: center;
	justify-content: center;
	margin-top: 9px;
	height: 20px;
	line-height: 20px;
	padding-left: 26px;
	padding-right: 9px;
}

.Amy-page .my-top-data .level.bg1 {
	background: #feca18;
}

.Amy-page .my-top-data .level.bg2 {
	background: #e6acfe;
}

.Amy-page .my-top-data .level.bg3 {
	background: #f7a1c7;
}

.Amy-page .my-top-data .level span {
	font-size: 14px;
	color: #000000;
}

.Amy-page .my-top-data .level .icon {
	position: absolute;
	left: 0;
	width: 24px;
	height: 24px;
	border-radius: 50%;

}

/*  */
.Amy-page .bannerbox {
	position: relative;
	margin: 0 10px;
	height: 65px;
	background: url('../images/index/fulilbg.png') no-repeat center;
	background-size: 100% 65px;

}


.Amy-page .bannerbox .openvip {
	display: flex;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	align-items: center;
	justify-content: center;

}

.Amy-page .bannerbox .openvip a {
	display: block;
	color: #fff;
	font-size: 14px;
	width: 90px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #333333;
	box-shadow: 0px 0px 17px 0px rgba(116, 116, 116, 0.15);
	border-radius: 26px;
}

.Amy-page .bannerbox .openvip .icon {
	width: 14px;
	height: 12px;

}

.Amy-page .link_item {
	width: 100%;
	height: 50px;
	padding-left: 15px;
	padding-right: 15px;

	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.Amy-page .link_item.border-b {
	border-bottom: 1px solid #F3EDED;
}

.Amy-page .link_item .icon {
	width: 21px;
	margin-right: 5px;
}


.Amy-page .link_item .txt {
	flex: 1;
	font-size: 16px;
	color: #333;
}

.Amy-page .link_item span {
	display: flex;
	font-size: 14px;
	color: #808080;
	align-items: center;
}

.Amy-page .link_item span .icon-arrow {
	width: 6px;
	height: 11px;
	margin-left: 9px;
}

/* ========通用菜单========= */
.Amy-page .tools {}

.Amy-page .tools .bar-tit {
	display: flex;
	font-size: 16px;
	font-weight: normal;
	position: relative;
	color: #333;
	line-height: 30px;
	padding: 15px;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
	border-top: 1px solid #F3EDED;

}


.Amy-page .bar-tit span {
	font-size: 14px;
	font-weight: 400;
	color: #808080;
	display: flex;
	align-items: center;

}

.Amy-page .bar-tit span .icon-arrow {
	width: 7px;
	height: 13px;
	margin-left: 8px;
}

.Amy-page .tools .tools-link {
	position: relative;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.Amy-page .tools .tools-link .link-a {
	display: block;
	width: 25%;
	padding: 10px 0;
	text-align: center;
	position: relative;
	text-decoration: none;
}

.Amy-page .tools .tools-link.order-link .link-a {
	display: block;
	width: 25%;
	padding: 10px 0;
	text-align: center;
	position: relative;
	text-decoration: none;
}

.Amy-page .tools .tools-link .link-a .link_name {
	font-size: 14px;
	color: #333;
	margin-top: 5px;
}

.Amy-page .tools .tools-link.order-link .link-a .icon {
	width: 21px;
	height: 21px;


}

.Amy-page .tools .tools-link .link-a .icon {
	height: 37px;


}

.Amy-page .tools .tools-link .link-a .link_name {
	font-size: 14px;
	color: #333;
	margin-top: 5px;
}

/* 邀请 */
.Ashare-page {
	background: #f6f6f6;
	position: relative;
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.Ashare-page .goback {
	position: absolute;
	top: 0px;
	left: 0px;
	color: #fff;
	height: 28px;
	width: 28px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.3);
	margin: 10px;
	text-align: center;
	box-sizing: border-box;
	z-index: 99;
	display: flex;
	align-items: center;
	justify-content: center;
}

.Ashare-page .goback .back-icon {
	width: 12px;
	height: 12px;
}

.Ashare-page .topbg {
	position: absolute;
	top: 0;
	width: 100%;
	height: 240px;
}

.Ashare-page .bottombg {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 130px;
}

.Ashare-page .brimg {
	position: absolute;
	bottom: 0;
	right: 0;
	height: 130px;
}

.Ashare-page .juzhong {
	position: relative;
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.Ashare-page .logo {
	height: 40px;
	margin-bottom: 50px;
}

.Ashare-page .qrbox {
	padding-top: 50px;
	padding-bottom: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 300px;
	margin: 0 auto;
	background: #FFFFFF;
	border-radius: 10px;
}

.Ashare-page .qrbox .qrimg {
	width: 144px;
	height: 144px;
}

.Ashare-page .qrbox .title {
	font-size: 15px;
	color: #495AFF;

}

.Ashare-page .qrbox .yqm {
	background: #fff;
	font-size: 16px;
	height: 21px;
	line-height: 21px;
	color: #495AFF;
	font-weight: bold;
	text-align: center;
	width: 100%;
	border: none;
	letter-spacing: 2px;
	margin: 5px auto;
	outline: none;
}


.Ashare-page .qrbox .share_btn {
	position: relative;
	width: 124px;
	height: 30px;

	border-radius: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;

	border-radius: 10px;
}

.Ashare-page .qrbox .share_btn:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	background: linear-gradient(0deg, #6A11CB 0%, #2575FC 100%);
	border-radius: 30px;
}

.Ashare-page .qrbox .share_btn::after {
	content: '';
	position: absolute;
	top: 1px;
	left: 1px;
	right: 1px;
	bottom: 1px;
	background: #fff;

	border-radius: 30px;
}

.Ashare-page .qrbox .share_btn span {
	position: relative;
	z-index: 999;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #495AFF;

}

/* 登录 */
.loginPage {
	position: relative;
	background: url("../imgs/login/bg.png") no-repeat;
	background-size: 100% auto;
}

.loginPage .logo-name {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 80px;
	padding-bottom: 70px;
}

.loginPage .logo-name .logo {
	width: 124px;
	height: 124px;
	border: 2px solid #fff;

}

.loginPage .form-login {
	position: relative;
	padding: 20px;
	margin: 20px;
	top: -40px;
	margin-bottom: -40px;
	color: #010101;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0px 0px 15px rgba(5, 94, 93, 0.1);
}

.loginPage .form-login .login-groud {
	position: relative;
	font-size: 14px;
	color: #010101;
	background: #fff;
	border-bottom: 1px solid #F3EDED;
	height: 46px;
	line-height: 46px;
	display: flex;
	align-items: center;

}

.loginPage .form-login .login-groud .from_lable {
	min-width: 70px;
	color: #010101;
	font-size: 14px;
}

.loginPage .form-login .login-groud .form-control {
	background: transparent;
	width: 100%;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	color: #010101;
	border: none;
	outline: none;
	flex: 1;
	box-sizing: border-box;

}

.loginPage .form-login .login-groud .btn-code {
	width: 70px;
	height: 34px;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
}




.loginPage .form-login .login-submit {
	width: 100%;
	clear: both;
	padding: 10px 0;
	margin-top: 20px;
	box-sizing: border-box;
}

.loginPage .form-login .login-submit .login-submit-btn {
	width: 100%;
	height: 42px;
	line-height: 42px;
	margin: 0 auto;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	display: block;
	color: #fff;
	border-radius: 42px;
	border: none;
	background: linear-gradient(136deg, #41cfff 0%, #4098fe 100%);
	text-decoration: none;
	box-shadow: 0 4px 18px rgba(56, 186, 248, .4);
	position: relative;
	z-index: 1;
}

.loginPage .form-login .link_dx {
	color: #33a2f3;
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	display: flex;
	margin-top: 20px;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}

.loginPage .forget-reg {
	align-items: center;
	padding: 20px;
	margin-top: 20px;
	font-size: 14px;
	display: flex;
	justify-content: center;

}

.loginPage .forget-reg .link_a {
	color: #010101;
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	text-decoration: none;
}

.loginPage .forget-reg span {
	margin: 0 10px;
	font-weight: bold;
	font-size: 16px;
	line-height: 16px;
}


/* =====================资产========================== */
.topwallet {
	background: #FFFFFF;
}

	.topwallet .top-card {
		margin: 10px;
		padding: 30px 15px;
		border-radius: 10px;
		color: #666;
		position: relative;
		overflow: hidden;
		background: #0094ff url(../images/index/walletbg.png) no-repeat;
		background-size: 100% 100%;
	}



		.topwallet .top-card .credit-row {
			margin: 5px 0;
		}

			.topwallet .top-card .credit-row .data-num {
				font-size: 24px;
				font-weight: bold;
				line-height: 30px;
				height: 30px;
			}

/* 金刚区 */
.top-button {
	box-sizing: border-box;
	overflow: hidden;
	width: 100%;
	padding-bottom: 10px;
}


	.top-button .nav_a {
		position: relative;
		float: left;
		padding: 1px;
		width: 20%;
		box-sizing: border-box;
		margin: 5px 0;
		text-align: center;
	}

		.top-button .nav_a .tagicon {
			width: 35px;
			height: 35px;
			margin: 0 auto;
		}

		.top-button .nav_a .tag {
			font-size: 16px;
			color: #333;
			margin-top: 3px;
		}

/*  */
.wallet {
	display: block;
	padding-bottom: 10px;
	background: #fff;
	margin-top: 10px;
}

	.wallet .icon-name {
		padding: 10px;
		margin-bottom: 15px;
		border-bottom: 1px solid #f2f2f3;
	}

		/*  */


		.wallet .icon-name .bizhong-name {
			color: #000;
			font-size: 15px;
		}

.arrow {
	position: relative;
	margin-left: 5px;
}

	.arrow:after {
		content: " ";
		display: inline-block;
		height: 8px;
		width: 8px;
		border-width: 0 0 1px 1px;
		border-color: #a9a5a5;
		border-style: solid;
		-webkit-transform: rotate(225deg);
		transform: rotate(225deg);
		position: absolute;
		top: 50%;
		margin-top: -5px;
		right: 0px;
	}

.wallet .wallet-money {
	font-size: 14px;
	display: flex;
	justify-content: space-between;
}

	.wallet .wallet-money .item {
		color: #000;
		width: 100%;
		text-align: center;
		border-right: 1px solid #EEEEEE;
	}

		.wallet .wallet-money .item:last-child {
			border: none;
		}


		.wallet .wallet-money .item .tit {
			font-size: 16px;
			color: #999999;
			margin-bottom: 10px;
			margin-top: 5px;
		}

		.wallet .wallet-money .item .num {
			color: #000;
			font-size: 16px;
		}

.top-nav-tab {
	position: relative;
	display: table;
	overflow: hidden;
	table-layout: fixed;
	z-index: 8;
	height: 37px;
	background: #FFFFFF;
}

	.top-nav-tab.bg-green {
		background: linear-gradient(to right, #073326, #214d40);
	}

	.top-nav-tab .tabs-item {
		width: 1%;
		font-size: 14px;
		color: #999999;
		line-height: 35px;
		text-align: center;
		display: table-cell;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		position: relative;
	}

	.top-nav-tab.bg-green .tabs-item {
		color: #FFFFFF;
	}

	.top-nav-tab .tabs-item.tab-active {
		color: #ff8e22;
		font-weight: bold;
		font-size: 14px;
	}


.tab-con {
	display: none;
}

.no-content {
	position: absolute;
	width: 140px;
	left: 50%;
	top: 20%;
	transform: translateX(-50%);
	overflow: hidden;
	padding: 70px 0;
	text-align: center;
}


	.no-content .text-p {
		font-size: 14px;
		line-height: 40px;
		color: #999;
		text-align: center;
	}

.bar-data {
	color: #fff;
	font-size: 14px;
	background: #1e4a3d;
	padding: 10px;
}