@charset "utf-8";
/* ============首页============== */

.home-page .index-top-header {
	position: relative;
	overflow-x: hidden;
	background: linear-gradient(180deg, #A4C9FA 0%, #95BCF0 70%);
	border-radius: 0px 0px 20px 20px;
}

	/* .home-page .index-top-header::before {
	content: '';
	width: 150%;
	height: 100%;
	position: absolute;
	z-index: -1;
	top: 0;
	left: -25%;
	right: -25%;
	background: linear-gradient(180deg, #A4C9FA 0%, #95BCF0 70%);
	border-radius: 0px 0px 20px 20px;
} */

	.home-page .index-top-header .top-title {
		padding: 15px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

		.home-page .index-top-header .top-title .tit {
			font-size: 21px;
			color: #EB5757;
		}

		.home-page .index-top-header .top-title .subtit {
			font-size: 12px;
			/* transform: scale(calc(9 / 12)); */
			color: #EB5757;
		}

		.home-page .index-top-header .top-title .logo {
			height: 40px;
			margin-right: 8px;
			border-radius: 50%;
		}

	/*  */
	.home-page .index-top-header .header-search-box {
		margin: 10px;
		margin-top: 0;
	}

	.home-page .index-top-header .header-search-input {
		width: 100%;
		background: #FFFFFF;
		border-radius: 10px;
		height: 36px;
		overflow: hidden;
		font-size: 14px;
		box-sizing: border-box;
	}

		.home-page .index-top-header .header-search-input .icon-search {
			width: 20px;
			height: 20px;
			margin: 8px;
		}

		.home-page .index-top-header .header-search-input .search-input {
			border: 0;
			background: none;
			height: 36px;
			font-size: 12px;
			color: #555;
			padding-right: 8px;
			width: 100%;
			display: flex;
			align-items: center;
			box-sizing: border-box;
		}

		.home-page .index-top-header .header-search-input input::-webkit-input-placeholder {
			color: #BDBDBD;
		}

		.home-page .index-top-header .header-search-input input::-webkit-input-placeholder {
			color: #BDBDBD;
		}

		.home-page .index-top-header .header-search-input input::-moz-placeholder {
			color: #BDBDBD;
		}

		.home-page .index-top-header .header-search-input input:-moz-placeholder {
			color: #BDBDBD;
		}

	.home-page .index-top-header .header-search-box .icon-notice {
		width: 24px;
		height: 24px;
		margin-left: 12px;
	}

/* 滚动公告 */
.home-page .scroll-news {
	margin: 0 8px;
	margin-bottom: 8px;
	font-size: 14px;
	position: relative;
	display: flex;
	align-items: center;
}

	.home-page .scroll-news .news-tit {
		width: 64px;
		height: 24px;
		position: relative;
		z-index: 3;
		display: flex;
		align-items: center;
		justify-content: center;
	}

		.home-page .scroll-news .news-tit .icon-laba {
			width: 24px;
			height: 24px;
		}

		.home-page .scroll-news .news-tit .news-icon {
			width: 64px;
			margin-left: 4px;
			margin-right: 8px;
		}

	.home-page .scroll-news .news-list-wrapper {
		width: 100%;
		box-sizing: border-box;
		overflow: hidden;
	}

		.home-page .scroll-news .news-list-wrapper .sroll-list {
			height: 24px;
		}

			.home-page .scroll-news .news-list-wrapper .sroll-list .link-a {
				font-size: 14px;
				color: #fff;
				overflow: hidden;
				white-space: nowrap;
				text-overflow: ellipsis;
				display: block;
				line-height: 24px;
			}


/*  */
.home-page .index-swiper {
	position: relative;
	overflow: hidden;
	margin-top: 8px;
	margin-bottom: 8px;
}

	.home-page .index-swiper .swiper-slide .img {
		display: block;
		width: 100%;
		height: 100%;
	}

	.home-page .index-swiper .swiper-container {
		width: 100%;
		overflow: visible !important;
	}

		.home-page .index-swiper .swiper-container .swiper-wrapper .swiper-slide {
			/* width: calc(100% - 24px); */
		}

		.home-page .index-swiper .swiper-container .swiper-pagination {
			/* text-align: left !important; */
			bottom: 16px;
			height: 6px;
		}

		.home-page .index-swiper .swiper-container .swiper-pagination-bullet {
			width: 6px;
			height: 6px;
			border-radius: 6px;
			background: #E0E0E0;
		}

		.home-page .index-swiper .swiper-container .swiper-pagination-bullet-active {
			width: 16px;
			background: #95BCF0;
			opacity: 1;
		}

/*  */
.home-page .swipermenu {
	margin: 8px;
	margin-top: 16px;
}

	.home-page .swipermenu .swiper-container {
	}

	.home-page .swipermenu .swiper-slide {
		text-align: center;
		font-size: 18px;
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
	}

	.home-page .swipermenu .swiper-container-horizontal > .swiper-pagination-bullets {
		height: 17px;
		bottom: 0;
	}

	.home-page .swipermenu .swiper-pagination-bullet {
		width: 22px;
		margin: 0 auto !important;
		margin-top: 12px;
		border-radius: 0 !important;
	}

		.home-page .swipermenu .swiper-pagination-bullet:first-child {
			border-radius: 4px 0 0 4px !important;
		}

		.home-page .swipermenu .swiper-pagination-bullet:last-child {
			border-radius: 0 4px 4px 0 !important;
		}


	.home-page .swipermenu .nav-a {
		display: block;
		text-decoration: none;
		text-align: center;
		box-sizing: border-box;
		width: 100%;
		margin-bottom: 12px;
	}


		.home-page .swipermenu .nav-a .tagicon {
			width: 53px;
			height: 53px;
			box-sizing: border-box;
		}

		.home-page .swipermenu .nav-a .tag {
			font-size: 14px;
			line-height: 18px;
			color: #333333;
			margin-top: 4px;
		}

.home-page .adbanner {
	width: 100%;
	padding: 0 8px;
	margin-bottom: 8px;
}

	.home-page .adbanner .img {
		width: 100%;
		border-radius: 4px;
	}

/*  */
.home-page .modulebox {
	margin: 0 8px;
	margin-top: 8px;
}

	.home-page .modulebox .item {
		width: 100%;
		height: 92px;
		box-sizing: border-box;
		padding-top: 16px;
		padding-left: 10px;
		margin-bottom: 8px;
		background-color: #FFFFFF;
		border-radius: 4px;
		position: relative;
	}

		.home-page .modulebox .item.Litem {
			width: 40%;
			height: 192px;
			margin-right: 8px;
		}


		.home-page .modulebox .item .icon {
			height: 58px;
			position: absolute;
			z-index: 1;
			right: 12px;
			bottom: 7px;
		}

		.home-page .modulebox .item.Litem .icon {
			height: 103px;
			right: 12px;
			bottom: 12px;
		}

		.home-page .modulebox .item .icon img {
			height: 100%;
			position: relative;
		}

		.home-page .modulebox .item .title {
			font-size: 17px;
			line-height: 25px;
			font-weight: normal;
			color: #333;
			position: relative;
			z-index: 2;
		}

		.home-page .modulebox .item .subtitle {
			font-size: 12px;
			line-height: 17px;
			color: #999999;
			position: relative;
			z-index: 2;
		}

/* 楼层 */
.floor {
}

	.floor .floor-bar {
		position: relative;
	}

		.floor .floor-bar .bar-info {
			position: absolute;
			padding: 15px;
		}

			.floor .floor-bar .bar-info .title {
				color: #FFFFFF;
				font-size: 20px;
			}

			.floor .floor-bar .bar-info .subtitle {
				color: #FFFFFF;
				font-size: 12px;
			}

			.floor .floor-bar .bar-info .enter-all {
				display: inline-block;
				margin-top: 15px;
			}

				.floor .floor-bar .bar-info .enter-all .link-all {
					display: flex;
					align-items: center;
					justify-content: center;
					height: 20px;
					padding: 2px 8px;
					border-radius: 4px;
					background: #fff;
					color: #97C5DD;
					font-size: 10px;
				}

					.floor .floor-bar .bar-info .enter-all .link-all .arrow {
						width: 10px;
						height: 10px;
					}

		.floor .floor-bar .floor-banner {
			width: 100%;
		}

	/* 首页商品列表第一版样式 */
	.floor .floor-home-product {
		background-color: #fff;
		margin-left: 15px;
		border-radius: 8px;
		overflow: hidden;
		position: relative;
		top: -20px;
		margin-bottom: -20px;
	}

.home-product-list {
	display: flex;
	box-sizing: border-box;
	overflow-y: scroll;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

	.home-product-list .produt-item {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
		margin-right: 10px;
	}

	.home-product-list .product {
		display: block;
		background: #fff;
		border-radius: 4px;
		margin: 2px;
		box-sizing: border-box;
		font-size: 14px;
		position: relative;
	}

		.home-product-list .product .product-poster {
			width: 90px;
			height: 90px;
			object-fit: cover;
		}

		.home-product-list .product .product-name {
			width: 100%;
			font-size: 13px;
			line-height: 14px;
			height: 28px;
			margin-top: 5px;
			color: #333333;
			overflow: hidden;
			text-overflow: ellipsis;
			display: -webkit-box;
			-webkit-line-clamp: 2;
			-webkit-box-orient: vertical;
			text-align: center;
		}

		.home-product-list .product .product-price {
			color: #ED4F3E;
			font-size: 16px;
			display: flex;
			align-items: center;
			justify-content: center;
			margin-top: 3px;
		}

			.home-product-list .product .product-price .rmb {
				font-size: 14px;
				color: #ED4F3E;
			}

		.home-product-list .product .product-integral {
			color: #ED4F3E;
			font-size: 14px;
		}

		.home-product-list .product .product-sale {
			font-size: 12px;
			color: #C5C5C5;
			text-decoration: line-through;
		}

		.home-product-list .product .product-salenum {
			color: #909090;
			font-size: 12px;
			min-width: 67px;
		}

/* 首页商品列表最新版样式 */
.floor .floor-product {
	overflow: hidden;
	position: relative;
}

.index-product-list {
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	margin-left: 8px;
	margin-top: 8px;
}

	.index-product-list .produt-item {
		width: 33.3333333333%;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
		padding-right: 8px;
		padding-bottom: 8px;
		box-sizing: border-box;
	}

	.index-product-list .product {
		flex: 1;
		width: 100%;
		border-radius: 4px;
		display: block;
		background: #fff;
		box-sizing: border-box;
		font-size: 14px;
		position: relative;
	}

		.index-product-list .product .product-poster {
			width: 100%;
			/* height: 90px; */
			border-radius: 4px 4px 0 0;
			margin: 0 auto;
			object-fit: cover;
		}

		.index-product-list .product .product-name {
			width: 100%;
			font-size: 15px;
			line-height: 18px;
			padding: 0 4px;
			height: 36px;
			margin-top: 12px;
			color: #333333;
			overflow: hidden;
			text-overflow: ellipsis;
			display: -webkit-box;
			-webkit-line-clamp: 2;
			-webkit-box-orient: vertical;
			text-align: center;
		}

		.index-product-list .product .product-price {
			color: #ED4F3E;
			font-size: 16px;
			padding: 0 4px;
			display: flex;
			align-items: center;
			justify-content: center;
			margin-bottom: 12px;
			margin-top: 4px;
		}

			.index-product-list .product .product-price .rmb {
				font-size: 14px;
				color: #ED4F3E;
			}

		.index-product-list .product .product-integral {
			color: #ED4F3E;
			font-size: 14px;
		}

		.index-product-list .product .product-sale {
			font-size: 12px;
			color: #C5C5C5;
			text-decoration: line-through;
		}

		.index-product-list .product .product-salenum {
			color: #909090;
			font-size: 12px;
			min-width: 67px;
		}

/* ===========我的================ */
.my-page .my-top {
	position: relative;
	overflow: hidden;
}

	.my-page .my-top::after {
		content: '';
		width: 150%;
		height: 90%;
		position: absolute;
		left: -25%;
		right: -25%;
		top: 0;
		z-index: -1;
		background: linear-gradient(299deg, #95BCF0 8%, rgba(164, 201, 250, 0.91) 91%);
		border-radius: 0 0 50% 50%;
	}

.my-page .set {
	position: absolute;
	top: 15px;
	right: 45px;
	display: flex;
	align-items: center;
}

	.my-page .set img {
		width: 20px;
	}

.my-page .kefu {
	position: absolute;
	top: 15px;
	right: 15px;
	display: flex;
	align-items: center;
}

	.my-page .kefu img {
		width: 17px;
	}

.my-page .my-top-photo {
	float: left;
	width: 60px;
	/* height: 60px; */
	border-radius: 100%;
	overflow: hidden;
	box-sizing: border-box;
}

	.my-page .my-top-photo .img {
		width: 100%;
		height: 100%;
		background-color: #f5f5f5;
		border-radius: 20%;
	}

.my-page .my-top-data {
	margin-left: 10px;
	line-height: 18px;
}


	.my-page .my-top-data .item {
		font-size: 12px;
		color: #fff;
		height: 17px;
	}

	.my-page .my-top-data .yqmcode {
		font-size: 12px;
		color: #fff;
		height: 17px;
		margin-left: 10px;
	}

		.my-page .my-top-data .yqmcode .from-codeipt {
			width: 1px;
			opacity: 0;
			background: none;
			color: #FFFFFF;
			font-size: 12px;
		}

		.my-page .my-top-data .yqmcode .copytxt {
			margin-left: 5px;
			color: #FFFFFF;
			font-weight: 400;
			font-size: 12px;
			display: flex;
			align-items: center;
			justify-content: center;
			border-radius: 3px;
			width: 40px;
			height: 20px;
			background: rgba(0, 0, 0, .2);
		}

		.my-page .my-top-data .yqmcode .icon {
			width: 10px;
			height: 10px;
			margin-left: 10px;
		}

	.my-page .my-top-data .level {
		color: #FFFFFF;
		padding: 0 6px;
		font-size: 12px;
		height: 21px;
		line-height: 17px;
		border-radius: 4px;
		background: rgba(255, 255, 255, 0.2);
		box-shadow: inset 0px 0px 3px 0px rgba(255, 255, 255, 0.3);
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.my-page .my-top-data .nick-name {
		font-size: 16px;
		line-height: 22px;
		height: 22px;
		color: #FFFFFF;
	}

	.my-page .my-top-data .txbtn {
		color: #FFFFFF;
		width: 100px;
		height: 25px;
		line-height: 25px;
		font-size: 15px;
		text-align: center;
		border-radius: 20px;
		display: flex;
		align-items: center;
		justify-content: center;
		border: 1px solid #fff;
		box-sizing: border-box;
	}

/*  */
.my-page .myzichan {
	position: relative;
	display: flex;
}

	.my-page .myzichan .item {
		flex: 1;
		padding-top: 10px;
		color: #fff;
		flex-direction: column;
		display: flex;
		align-items: center;
	}

		.my-page .myzichan .item .num {
			font-size: 18px;
			color: #fff;
			line-height: 25px;
		}

		.my-page .myzichan .item .tag {
			color: rgba(255, 255, 255, 0.8);
			font-size: 12px;
			line-height: 17px;
		}

/* ========通用菜单========= */
.my-page .tools {
	margin: 10px;
	border-radius: 12px;
	background: #fff;
	position: relative;
	z-index: 1;
	padding-bottom: 10px;
}

	.my-page .tools .bar-tit {
		font-size: 14px;
		font-weight: 400;
		position: relative;
		color: #333333;
		line-height: 30px;
		padding: 10px;
		box-sizing: border-box;
	}

		.my-page .tools .bar-tit .link-a {
			font-size: 12px;
			line-height: 17px;
			color: #666666;
			position: relative;
			padding-right: 15px;
		}

			.my-page .tools .bar-tit .link-a:after {
				content: " ";
				width: 5.5px;
				height: 9px;
				background: url(../imgs/icon/icon-right.png) no-repeat;
				background-size: 5.5px 9px;
				position: absolute;
				top: 50%;
				transform: translateY(-50%);
				right: 0;
			}

	.my-page .tools .tools-link {
		position: relative;
		box-sizing: border-box;
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}

		.my-page .tools .tools-link .link-a {
			display: block;
			width: 25%;
			padding: 10px 0;
			text-align: center;
			position: relative;
			text-decoration: none;
		}

		.my-page .tools .tools-link.quanyi .link-a {
			width: 25%;
		}

		.my-page .tools .tools-link.order-link .link-a {
			display: block;
			width: 25%;
			padding: 10px 0;
			text-align: center;
			position: relative;
			text-decoration: none;
		}

			.my-page .tools .tools-link.order-link .link-a .msg-data {
				display: inline;
				position: absolute;
				right: 8px;
				top: -6px;
				background: #F65236;
				padding: 2px 6px;
				font-size: 12px;
				color: #fff;
				border-radius: 15px;
				font-weight: normal;
				-webkit-transform-origin-x: 0;
				/* 缩小后文字居左 */
				-webkit-transform: scale(0.80);
				/*关键 */
			}

			.my-page .tools .tools-link.order-link .link-a .icon {
				width: 30px;
				height: 30px;
			}

		.my-page .tools .tools-link .link-a .icon {
			height: 28px;
		}

		.my-page .tools .tools-link .link-a .link_name {
			font-size: 11px;
			color: #666666;
			margin-top: 5px;
		}

.my-page .share-enter {
	background: #DC081E url(../imgs/my/bottom.png) no-repeat bottom;
	background-size: 100% auto;
	border-radius: 8px;
	margin: 10px;
	padding: 15px 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

	.my-page .share-enter .Lbox {
		flex: 1;
	}

		.my-page .share-enter .Lbox .tit {
			height: 15px;
			line-height: 15px;
			font-size: 13px;
			color: #FFFFFF;
		}

		.my-page .share-enter .Lbox .adshare {
			height: 21px;
		}

	.my-page .share-enter .linkbtn {
		width: 81px;
		color: #DC081E;
		font-size: 12px;
		height: 27px;
		line-height: 15px;
		border-radius: 4px;
		background: #FFFFFF;
		box-shadow: inset 0px 0px 4px 0px #FFFFFF;
		display: flex;
		align-items: center;
		justify-content: center;
	}

		.my-page .share-enter .linkbtn .icon {
			width: 9px;
			height: 9px;
		}

.navbar {
	position: relative;
	margin: 10px;
	border-radius: 8px;
	padding: 10px;
	background: #FFFFFF;
}


	.navbar .bar-tit {
		display: block;
		font-size: 15px;
		position: relative;
		color: #333;
		font-weight: bold;
		line-height: 40px;
		margin: 0 10px;
		box-sizing: border-box;
	}

	.navbar .item {
		width: 100%;
		position: relative;
		font-size: 15px;
		padding: 0 10px;
	}


		.navbar .item .link_a {
			width: 100%;
			padding: 10px 0;
			position: relative;
			display: flex;
			align-items: center;
			justify-content: center;
		}

			.navbar .item .link_a .icon {
				width: 18px;
				margin-right: 5px;
			}

			.navbar .item .link_a .biaoti {
				font-size: 14px;
				color: #666;
				position: relative;
			}

			.navbar .item .link_a .txt {
				flex: 1;
				font-size: 14px;
				color: #333;
				position: relative;
			}

			.navbar .item .link_a .icon-arrow {
				width: 5.5px;
				height: 9px;
				margin-left: 10px;
			}

			.txt_red {
			
				font-size: 12px;
				color: red;
			
			}
	/*  */
	.navbar .setitem .link_a::before {
		content: " ";
		position: absolute;
		left: 0;
		right: 0;
		top: 100%;
		width: 200%;
		border-bottom: 1px solid #f6f7f8;
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
	}

.user-head {
	width: 30px;
	height: 30px;
	border-radius: 50%;
}

/* ===================认购积分=============== */
.equity-points .top-info {
	background: #9AC0F1;
	border-radius: 8px;
	margin: 10px;
	padding: 10px;
	color: #fff;
	display: flex;
	align-items: center;
}

	.equity-points .top-info .user-info {
		flex: 1;
		display: flex;
		align-items: center;
	}

		.equity-points .top-info .user-info .icon {
			width: 36px;
			height: 36px;
			border-radius: 50%;
		}


		.equity-points .top-info .user-info .name {
			font-size: 14px;
			line-height: 22px;
		}

		.equity-points .top-info .user-info .level {
			font-size: 10px;
			line-height: 22px;
		}

	.equity-points .top-info .Rnum {
		color: #fff;
		font-size: 12px;
		line-height: 22px;
	}

		.equity-points .top-info .Rnum .num {
			font-size: 14px;
			line-height: 22px;
		}

		.equity-points .top-info .Rnum .mz {
			font-size: 10px;
			line-height: 22px;
		}

.equity-points .myzichan {
	position: relative;
	background: #FFFFFF;
	margin: 10px;
	padding: 20px 10px;
	border-radius: 12px;
}

	.equity-points .myzichan .item {
		flex: 1;
		flex-direction: column;
		display: flex;
		align-items: center;
	}

		.equity-points .myzichan .item .num {
			font-size: 15px;
			color: #E84747;
			line-height: 25px;
		}

			.equity-points .myzichan .item .num span {
				font-size: 11px;
				color: #E84747;
				line-height: 25px;
			}

		.equity-points .myzichan .item .tag {
			color: #666666;
			font-size: 12px;
			line-height: 22px;
			margin-bottom: 10px;
		}

.equity-points .maichu-btn {
	width: 146px;
	margin: 0 auto;
	background: #95BCF0;
	display: flex;
	line-height: 22px;
	font-size: 14px;
	align-items: center;
	color: #FFFFFF;
	justify-content: center;
	height: 40px;
	border-radius: 12px;
}

	.equity-points .maichu-btn .icon {
		width: 5.5px;
		height: 9px;
		margin-left: 10px;
	}

/* ================记录列表========== */

.page-record {
	padding: 10px;
}

/* ==========记录============ */
.record {
	box-sizing: border-box;
	position: relative;
	width: 100%;
}

	.record .record-groud {
		position: relative;
		padding: 10px;
		background: #FFFFFF;
		margin: 10px;
		border-radius: 8px;
	}

		.record .record-groud .portrait {
			width: 30px;
			height: 30px;
			line-height: 30px;
			border-radius: 50%;
			margin-right: 10px;
			display: flex;
			align-items: center;
			justify-content: center;
			background: #f5f5f5;
		}

			.record .record-groud .portrait img {
				width: 30px;
				height: 30px;
			}

		.record .record-groud .record-item {
			display: flex;
			align-items: center;
			margin-bottom: 4px;
			line-height: 22px;
		}

			.record .record-groud .record-item .txt-time {
				font-size: 12px;
				color: #999999;
			}

			.record .record-groud .record-item .txt-normal {
				font-size: 12px;
				color: #666666;
			}

			.record .record-groud .record-item .txt-name {
				font-size: 14px;
				color: #333;
			}


			.record .record-groud .record-item .txt-state {
				font-size: 14px;
			}

			.record .record-groud .record-item .txt-num {
				font-size: 14px;
				color: #333;
			}

				.record .record-groud .record-item .txt-num.green {
					color: #269648;
				}

				.record .record-groud .record-item .txt-num.red {
					color: #E84747;
				}

			.record .record-groud .record-item .state-btn {
				width: 60px;
				height: 28px;
				color: #fff;
				font-size: 14px;
				display: flex;
				align-items: center;
				justify-content: center;
				border-radius: 3px;
				background: linear-gradient(to right, #f85029, #f85029);
			}

/* =============市场团队======== */
.market-team {
}

	.market-team .myzichan {
		position: relative;
		background: #FFFFFF;
		margin: 10px;
		border-radius: 12px;
		overflow: hidden;
	}

		.market-team .myzichan.border {
			border: 1px solid #95BCF0;
		}

		.market-team .myzichan .allnum {
			background: #95BCF0;
			color: rgba(255, 255, 255, 0.7);
			font-size: 11px;
			padding: 12px;
		}

			.market-team .myzichan .allnum span {
				font-size: 15px;
				line-height: 22px;
				color: #FFFFFF;
			}

		.market-team .myzichan .item {
			flex: 1;
			flex-direction: column;
			display: flex;
			align-items: center;
		}

			.market-team .myzichan .item .num {
				font-size: 15px;
				color: #333;
				line-height: 25px;
			}

				.market-team .myzichan .item .num.yellow {
					color: #E89547;
				}

				.market-team .myzichan .item .num.red {
					color: #E84747;
				}

			.market-team .myzichan .item .tag {
				color: #666666;
				font-size: 12px;
				line-height: 22px;
				margin-bottom: 10px;
			}

	.market-team .tab {
		background-color: #FFFFFF;
		display: flex;
		align-items: center;
		justify-content: space-around;
	}

		.market-team .tab .item {
			flex: 1;
			font-size: 13px;
			color: #3D3D3D;
			font-weight: 400;
			padding: 12px;
			display: block;
			text-align: center;
		}

			.market-team .tab .item.active {
				position: relative;
			}

				.market-team .tab .item.active::after {
					content: "";
					position: absolute;
					bottom: 0px;
					left: 50%;
					transform: translate(-50%);
					width: 40px;
					height: 2px;
					background: #95BCF0;
					border-radius: 2px;
					margin: 3px auto 0;
				}

	.market-team .tablist {
		display: none;
	}

/* 供货商申请 */
.apply-page .adbanner {
	width: 100%;
}

	.apply-page .adbanner .img {
		width: 100%;
	}

.apply-page .form-check {
	display: flex;
	align-items: center;
	padding: 0 10px;
}

	.apply-page .form-check .label {
		font-size: 12px;
		color: #999;
		margin-left: 5px;
	}

		.apply-page .form-check .label .link_a {
			font-size: 12px;
			color: #95BCF0;
		}

/* ===========忘记密码========== */

.safe-page .tab {
	background-color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: space-around;
}

	.safe-page .tab .item {
		flex: 1;
		font-size: 14px;
		color: #3D3D3D;
		font-weight: 400;
		padding: 12px;
		display: block;
		text-align: center;
	}

		.safe-page .tab .item.active {
			position: relative;
		}

			.safe-page .tab .item.active::after {
				content: "";
				position: absolute;
				bottom: 0px;
				left: 50%;
				transform: translate(-50%);
				width: 40px;
				height: 2px;
				background: #95BCF0;
				border-radius: 2px;
				margin: 3px auto 0;
			}

.safe-page .tabbox {
	display: none;
}


/* ==============反馈记录 ==============*/
.feedback-item {
	position: relative;
	color: #000;
	text-decoration: none;
	border: 1px solid #F7F7F7;
	background: #FFFFFE;
	margin: 10px;
	padding: 5px 10px;
	border-radius: 5px;
}

/* 标题 */
.panel-heading {
	width: 100%;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

	.panel-heading .panel-title {
		font-size: 14px;
		color: #000;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

	.panel-heading .panel-time {
		font-size: 12px;
		color: #999;
		margin-top: 5px;
	}

	.panel-heading .arrow-down {
		position: relative;
	}


		.panel-heading .arrow-down:after {
			content: " ";
			display: inline-block;
			width: 0px;
			height: 0px;
			border-top: 6px solid #333;
			border-left: 4px solid transparent;
			border-right: 4px solid transparent;
			border-bottom: 6px solid transparent;
			position: absolute;
			top: 50%;
			margin-top: -3px;
			right: 0px;
		}

	.panel-heading.collapsed .arrow-down:after {
		content: " ";
		display: inline-block;
		width: 0px;
		height: 0px;
		border-bottom: 6px solid #333;
		border-left: 4px solid transparent;
		border-right: 4px solid transparent;
		border-top: 6px solid transparent;
		position: absolute;
		top: 50%;
		margin-top: -13px;
		right: 0px;
	}




.panel-body {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 14px;
	color: #000;
}

.emailbox {
	background: #f6f7f8;
	padding: 10px;
	border-radius: 5px;
}

	.emailbox .div_li {
		margin-bottom: 5px;
	}

	.emailbox .p-tit {
		min-width: 55px;
	}

	.emailbox .imglist {
		font-size: 0;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}

		.emailbox .imglist .item {
			width: 25%;
			padding: 5px;
			box-sizing: border-box;
		}

			.emailbox .imglist .item img {
				width: 100%;
			}

	.emailbox .sys-huifubox {
		background: #FFFFFE;
		margin-top: 10px;
		padding: 10px;
		line-height: 25px;
	}

	.emailbox .huifu-time {
		font-size: 12px;
		color: #AAAAAA;
	}

	.emailbox .my-huifubox {
		background: #FFFFFE;
		margin-top: 10px;
		padding: 10px;
		line-height: 25px;
	}


.huifu-btn {
	width: 50px;
	height: 25px;
	color: #fff;
	font-size: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 3px;
	background: linear-gradient(to right, #ff5300, #ff5300);
}

.huifu-imglist {
	width: 100%;
}

	.huifu-imglist img {
		max-width: 120px;
		margin-right: 2px;
	}

/* ==========弹窗回复========= */

.setup-form1 .form-textarea {
	color: #000;
	font-size: 12px;
	line-height: 21px;
	width: 100%;
	min-height: 100px;
	border: 1px solid #eee;
	background: #f8f8f8;
	padding: 10px;
	border-radius: 3px;
	text-align: left;
	-webkit-user-select: text;
	outline: none;
	-webkit-appearance: none;
	height: auto;
	resize: none;
	box-sizing: border-box;
	border: solid 1px #fff;
}

/* =============新闻公告========= */

/* 搜索 */
.news-page .header-search-box {
	background-color: #fff;
	border-radius: 5px;
	margin: 10px;
	height: 35px;
	padding: 0 10px;
	display: flex;
	align-items: center;
	border-radius: 30px;
}

.news-page .header-search-icon {
	width: 14px;
	height: 14px;
	margin-left: 10px;
}

.news-page .header-search-input {
	width: 100%;
	border: none;
	height: 22px;
	overflow: hidden;
	font-size: 14px;
	padding-right: 10px;
	box-sizing: border-box;
	color: #333333;
}

	.news-page .header-search-input input {
		border: 0;
		background: none;
		height: 22px;
		font-size: 12px;
		color: #000;
		padding-left: 5px;
		width: 100%;
		display: flex;
		align-items: center;
		box-sizing: border-box;
		vertical-align: middle;
		text-overflow: ellipsis;
		white-space: nowrap;
		width: 100%;
	}


/* =================新闻公告列表============= */

.news-list {
	background: #fff;
	padding: 10px;
	margin: 10px;
	box-sizing: border-box;
	border-radius: 8px;
}

	.news-list .news-item {
		display: block;
		padding-bottom: 10px;
		margin-bottom: 10px;
		font-size: 14px;
		border-bottom: 0.5px solid #ECECEC;
	}

		.news-list .news-item:last-child {
			margin-bottom: 0px;
			padding-bottom: 0px;
			border-bottom: none;
		}

		.news-list .news-item .tupian {
			background-color: #f7f7f7;
			margin-right: 12px;
			width: 110px;
			height: 80px;
			border-radius: 4px;
		}

		.news-list .news-item .title {
			font-size: 14px;
			line-height: 25px;
			color: #333;
		}

		.news-list .news-item .time {
			font-size: 12px;
			line-height: 16px;
			color: #999;
		}

		.news-list .news-item .news-item-dot {
			position: relative;
			color: #999;
			padding-left: 15px;
			font-size: 13px;
		}

			.news-list .news-item .news-item-dot::before {
				content: " ";
				position: absolute;
				width: 8px;
				height: 8px;
				border-radius: 50%;
				box-sizing: border-box;
				background: #F55726;
				left: 0;
				top: 50%;
				margin-top: -4px;
			}

		.news-list .news-item .con {
			color: #999;
			line-height: 16px;
			font-size: 12px;
			position: relative;
			overflow: hidden;
			text-overflow: ellipsis;
			display: -webkit-box;
			-webkit-line-clamp: 2;
			-webkit-box-orient: vertical;
		}

/* =============公告详情============== */

.news-detail {
	padding: 15px;
}

	.news-detail .title {
		font-size: 16px;
		color: #000;
		padding-bottom: 5px;
		font-weight: bold;
	}

	.news-detail .time {
		color: #999;
		font-size: 14px;
		margin-bottom: 10px;
	}

	.news-detail .news-con {
		font-size: 14px;
		padding-top: 10px;
		color: #333;
		line-height: 27px;
	}

		.news-detail .news-con img {
			max-width: 100%;
		}

/* 收款设置*/

/* ====== */
.bank_list {
	margin: 10px;
}

	.bank_list .addbox {
		border-radius: 8px;
		padding: 10px;
		background: #fff;
		background-size: 200%;
		margin-bottom: 10px;
		position: relative;
	}


		.bank_list .addbox .img {
			display: block;
			width: 40px;
			height: 40px;
			margin-right: 10px;
		}

		.bank_list .addbox .bank_info {
			display: block;
			width: 100%;
			font-size: 16px;
			line-height: 50px;
			color: #fff;
			position: relative;
		}

			.bank_list .addbox .bank_info .title {
				font-size: 14px;
				line-height: 20px;
				color: #000;
			}

			.bank_list .addbox .bank_info .txtcon {
				font-size: 13px;
				color: #666;
				line-height: 20px;
			}


.addbox .bank_info .link_a {
	color: #000;
	font-size: 12px;
	padding: 10px 5px;
}

.addbox .alert-qr {
	width: 20px;
	height: 20px;
	position: absolute;
	right: 10px;
	bottom: 10px;
}


/* 弹窗 */
.a_mask {
	display: none;
	position: fixed;
	z-index: 9;
	background-color: rgba(0, 0, 0, .5);
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

	.a_mask .a_box {
		width: 276px;
		overflow: hidden;
		background-color: #fff;
		border-radius: 5px;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

		.a_mask .a_box .alert_img {
			width: 100%;
			height: 100%;
		}

		.a_mask .a_box .result_img {
			width: 120px;
		}

		.a_mask .a_box .a_head {
			text-align: center;
			font-size: 16px;
			min-height: 40px;
		}

		.a_mask .a_box .a_tips {
			text-align: center;
			font-size: 14px;
			line-height: 48px;
		}

		.a_mask .a_box .a_head {
			text-align: center;
			font-size: 16px;
			line-height: 48px;
		}

		.a_mask .a_box .a_input {
			margin: 10px;
			padding: 0 10px;
			font-size: 11px;
			border: 1px solid #eee;
			border-radius: 6px;
		}

		.a_mask .a_box .a_ipt {
			width: 100%;
			height: 30px;
			line-height: 30px;
			font-size: 11px;
		}

		.a_mask .a_box .a_input .yy_picker {
			width: 100%;
			padding: 10px 0;
			text-align: center;
		}

		.a_mask .a_box .a_input .div_jt {
			width: 0px;
			height: 0px;
			font-size: 0;
			line-height: 0;
			display: inline-block;
			margin-left: 5px;
			border-style: solid;
			border-color: #999 transparent transparent transparent;
			border-width: 6px 4px 6px;
			position: relative;
			top: 5px;
			right: 0px;
		}

.a_btn_box {
	text-align: center;
	font-size: 14px;
	height: 45px;
	line-height: 45px;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	border-top: 1px solid #eee;
}

.a_btn {
	width: 100%;
	background-color: #fff;
	font-size: 16px;
	border-radius: 0px;
	padding: 0;
}

.a_mask .a_box .a_btn_box .a_btn:first-child {
	border-right: 1px solid #f5f5f5;
	color: #000;
	box-sizing: border-box;
}


/* ============邀请好友============ */

.share-page {
	width: 100%;
	background: #FFFFFF;
	padding: 0 15px;
	box-sizing: border-box;
}


	.share-page .share_ad {
		width: 100%;
		margin: 0 auto;
		position: relative;
	}

		.share-page .share_ad .ditu {
			width: 100%;
		}



		.share-page .share_ad .logo-tit {
			position: absolute;
			left: 18px;
			top: 18px;
			flex-direction: column;
			display: flex;
			align-items: center;
		}

			.share-page .share_ad .logo-tit .logo {
				width: 40px;
			}

			.share-page .share_ad .logo-tit .tit {
				color: #333333;
				font-size: 12px;
				margin-top: 5px;
			}

		.share-page .share_ad .qrcode {
			width: 100%;
			position: absolute;
			bottom: 0;
			z-index: 1;
		}

			.share-page .share_ad .qrcode .bottombg {
				position: relative;
				bottom: 0;
				width: 100%;
			}

			.share-page .share_ad .qrcode .info {
				width: 100%;
				border-radius: 5px;
				position: absolute;
				left: 50%;
				top: 50%;
				transform: translate3d(-50%, -50%, 0);
				display: flex;
				flex-direction: column;
				align-content: center;
				justify-content: center;
				text-align: center;
			}

				.share-page .share_ad .qrcode .info .img {
					width: 120px;
					margin: 0 auto;
					border-radius: 5px;
				}

				.share-page .share_ad .qrcode .info .line1 {
					width: 30px;
					height: 2px;
					border-radius: 2px;
					background: #fff;
					margin: 2px auto;
				}

				.share-page .share_ad .qrcode .info .line2 {
					width: 60px;
					height: 2px;
					border-radius: 2px;
					background: #fff;
					margin: 2px auto;
				}

				.share-page .share_ad .qrcode .info .line3 {
					width: 30px;
					height: 2px;
					border-radius: 2px;
					background: #fff;
					margin: 2px auto;
				}

				.share-page .share_ad .qrcode .info .tips {
					color: #FFFFFF;
					line-height: 25px;
					font-size: 12px;
					margin-bottom: 10px;
					margin-top: 3px;
				}

				.share-page .share_ad .qrcode .info .txt {
					width: 100%;
					color: #FFFFFF;
					font-size: 10px;
					letter-spacing: 7px;
					line-height: 25px;
					margin-top: 10px;
				}

/* 邀请好友内容 */
.share-nav {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: space-around;
	padding-top: 30px;
	padding-bottom: 10px;
}

	.share-nav .item {
		position: relative;
	}

		.share-nav .item .link-btn {
			width: 100%;
			display: flex;
			position: relative;
			flex-direction: column;
			align-items: center;
			justify-content: center;
		}

		.share-nav .item .mz {
			line-height: 25px;
			color: #333333;
			font-size: 12px;
			margin-top: 5px;
		}

		.share-nav .item .icon {
			width: 42px;
			height: 42px;
		}

		.share-nav .item .codeipt {
			position: absolute;
			left: 50%;
			top: 50%;
			transform: translate3d(-50%, -50%, 0);
			font-size: 14px;
			color: #fff;
			width: 1px;
			height: 10px;
		}

/* ==========我的推荐========== */

.top-header.top-headerbg {
	background: linear-gradient(299deg, #95BCF0 8%, rgba(164, 201, 250, 0.91) 91%);
}

.mytuijian-page .my-top {
	position: relative;
	overflow: hidden;
	background: linear-gradient(299deg, #95BCF0 8%, rgba(164, 201, 250, 0.91) 91%);
}

.mytuijian-page .set {
	position: absolute;
	top: 15px;
	right: 15px;
	display: flex;
	align-items: center;
}

	.mytuijian-page .set img {
		width: 20px;
	}



.mytuijian-page .my-top-photo {
	float: left;
	width: 60px;
	height: 60px;
	border-radius: 100%;
	overflow: hidden;
	box-sizing: border-box;
}

	.mytuijian-page .my-top-photo .img {
		width: 100%;
		height: 100%;
		background-color: #f5f5f5;
		border-radius: 50%;
	}

.mytuijian-page .my-top-data {
	margin-left: 10px;
	line-height: 18px;
	flex: 1;
}


	.mytuijian-page .my-top-data .item {
		font-size: 12px;
		line-height: 20px;
		color: #fff;
		display: flex;
		align-items: center;
	}


	.mytuijian-page .my-top-data .level {
		color: #FFFFFF;
		padding: 0 6px;
		font-size: 12px;
		height: 21px;
		line-height: 17px;
		border-radius: 4px;
		background: rgba(255, 255, 255, 0.2);
		box-shadow: inset 0px 0px 3px 0px rgba(255, 255, 255, 0.3);
		display: flex;
		align-items: center;
		justify-content: center;
	}



/*  */
.mytuijian-page .myzichan {
	position: relative;
	display: flex;
	background: #fff;
	margin: 10px;
	border-radius: 5px;
}

	.mytuijian-page .myzichan .item {
		flex: 1;
		padding-top: 10px;
		color: #666;
		flex-direction: column;
		display: flex;
		align-items: center;
	}

	.mytuijian-page .myzichan .linebox {
		position: relative;
	}

	.mytuijian-page .myzichan .line {
		position: absolute;
		width: 1px;
		height: 30px;
		top: 50%;
		transform: translateY(-50%);
		background: #eee;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.mytuijian-page .myzichan .item .num {
		font-size: 14px;
		color: #666;
		line-height: 25px;
	}

	.mytuijian-page .myzichan .item .tag {
		color: #666;
		font-size: 12px;
		line-height: 17px;
	}


.mytuijian-page .myteam {
	margin: 10px;
}

	.mytuijian-page .myteam .item {
		border-radius: 5px;
		background: #fff;
		margin-bottom: 10px;
	}

		.mytuijian-page .myteam .item .team-left {
			width: 50px;
			margin-right: 10px;
		}

			.mytuijian-page .myteam .item .team-left .face-pic {
				width: 40px;
				height: 40px;
				border-radius: 50%;
			}


		.mytuijian-page .myteam .item .team-right {
			width: 100%;
		}

			.mytuijian-page .myteam .item .team-right .team-text .txt {
				font-size: 12px;
				color: #222;
				margin-bottom: 3px;
			}

				.mytuijian-page .myteam .item .team-right .team-text .txt .dengji {
					color: #fff;
					padding: 0 6px;
					font-size: 12px;
					height: 16px;
					line-height: 16px;
					border-radius: 2px;
					background: linear-gradient(180deg, #A4C9FA 0%, #95BCF0 70%);
					display: flex;
					align-items: center;
					justify-content: center;
				}

		.mytuijian-page .myteam .item .bottombox {
			position: relative;
			display: flex;
			background: #fff;
		}

			.mytuijian-page .myteam .item .bottombox .item {
				flex: 1;
				padding-top: 10px;
				color: #666;
				flex-direction: column;
				display: flex;
				align-items: center;
			}

			.mytuijian-page .myteam .item .bottombox .linebox {
				position: relative;
			}

			.mytuijian-page .myteam .item .bottombox .line {
				position: absolute;
				width: 1px;
				height: 30px;
				top: 50%;
				transform: translateY(-50%);
				background: #eee;
				display: flex;
				align-items: center;
				justify-content: center;
			}

			.mytuijian-page .myteam .item .bottombox .item .num {
				font-size: 14px;
				color: #666;
				line-height: 25px;
			}

			.mytuijian-page .myteam .item .bottombox .item .tag {
				color: #666;
				font-size: 12px;
				line-height: 17px;
			}

.mytuijian-page .warnbox {
	margin: 10px;
	border-radius: 5px;
	background: #fff;
	font-size: 12px;
	line-height: 20px;
	color: #666;
	padding: 10px;
}


/**/
.homenav {
	background: #fff;
	border-radius: 5px;
	margin: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	overflow: hidden;
	box-sizing: border-box;
}

.hometit {
	line-height: 30px;
	font-size: 14px;
	color: #333333;
	display: flex;
	align-items: center;
}

	.hometit img {
		height: 18px;
		width: 4px;
		margin-right: 5px;
	}

.homenav .nav_a {
	float: left;
	display: block;
	text-decoration: none;
	width: calc((100% - 15px) / 3);
	text-align: center;
	padding: 15px 0;
	box-sizing: border-box;
	border: 1px solid #f9f2ef;
	margin-left: 5px;
	margin-top: 5px;
}

	.homenav .nav_a .tagicon {
		height: 45px;
		box-sizing: border-box;
	}

	.homenav .nav_a .tag {
		font-size: 13px;
		color: #333;
		margin-top: 5px;
	}

.homenav .fenge {
	margin-bottom: 50px;
}
