@charset "utf-8";


.home-page {
	position: relative;


}



.home-page .index-top-header {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.home-page .index-top-header .search-box {
	background: rgba(255, 255, 255, .6);
}

/* 
.home-page .index-top-header::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
	background: linear-gradient(to bottom, #fff 90%, #f2f4f5 100%);


}

.home-page .index-top-header::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	background: url('../images/topindexbg.png') no-repeat top;
	background-size: 100% auto;
}
 */

/*  */
.home-page .index-top-header .top-search-bar {
	position: absolute;
	z-index: 998;
	top: 15px;
	left: 15px;
	right: 15px;
}

.home-page .index-top-header .top-search-bar .logo {
	width: 68px;
	height: 18px;
	margin-right: 11px;
}

/*  */
.home-page .index-swiper {
	position: relative;
	overflow: hidden;



}

.home-page .index-swiper .swiper-slide .img {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 0;
	/* border-radius: 6px; */


}

.home-page .index-swiper .swiper-container {
	width: 100%;
	overflow: visible !important;
}

.swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 18px !important;
}

.home-page .index-swiper .swiper-container .swiper-pagination-bullet {
	width: 5px;
	height: 5px;
	background: rgba(255, 255, 255, .5);
	margin-top: 0;
}

.home-page .index-swiper .swiper-container .swiper-pagination-bullet-active {
	width: 16px;
	background: #fff;
	opacity: 1;
}


.home-page .menu {
	position: relative;
	top: -10px;
	margin-bottom: -10px;
	z-index: 998;
	border-radius: 10px 10px 0 0;
	background: linear-gradient(to bottom, #fff 50%, #F4F4F6 90%);
	padding-bottom: 10px;

}

.home-page .menu .link_a {
	text-align: center;
	float: left;
	width: 20%;
	margin-top: 15px;
}

.home-page .menu .link_a .icon {
	width: 30px;
	height: 30px;
	margin: 0 auto;
}

.home-page .menu .link_a .title {
	font-size: 13px;
	color: #272727;
	margin-top: 3px;
}


/* 商品专区 */
.home-page .special-zone {
	padding: 0 5px;

}


.home-page .special-zone .bar-title {
	width: 100%;
	position: relative;
	font-size: 0;
	padding-top: 5px;
}


.home-page .special-zone .bar-title .title {
	font-size: 16px;
	color: #272727;
	font-weight: 500;
}


.home-page .special-zone .more-btn {
	font-size: 12px;
	color: #9CA3AF;
	padding: 0 8px;


}

.home-page .special-zone .more-btn .arrow-right {
	margin-left: 2px;
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-bottom: 2px;
	transform: rotate(45deg);
	border-top: 1px solid #999;
	border-right: 1px solid #999;

}

.home-page .special-zone .group {
	flex: 1;
	/* 手机端占满全宽 */
	display: flex;
	flex-direction: column;
	padding: 5px;
}

.home-page .special-zone .group .card {
	flex: 1;
	/* 左右高度一致 */
	position: relative;
	border-radius: 6px;
	overflow: hidden;
}



.home-page .special-zone .group .card .biaoti {
	width: 100%;
	padding: 0 10px;
	height: 32px;
	background: #fff url("../images/icon/ltbg.png") no-repeat;
	background-size: 100px 32px;
}

.home-page .special-zone .group .card .biaoti .title {
	height: 14px;
	margin-left: 4px;
}

.home-page .special-zone .group .card .biaoti .countdown {
	font-size: 12px;
	color: #FF5200;
	margin-left: 5px;
}

.home-page .special-zone .group .card .biaoti .countdown span {
	padding: 0 3px;
	margin: 0 2px;
	border-radius: 2px;
	background: linear-gradient(191deg, #FF7359 0%, #FF5200 100%);
	color: #fff;
	line-height: 17px;
	font-size: 12px;
	display: inline-block;
	/* 确保transform有效 */
	transform: scale(0.833);
	/* 缩小到约10px   0.0833=1px*/
	transform-origin: center;
	/* 确保缩放从左下角开始 */
}

.home-page .special-zone .group .card .link_a {
	position: relative;
	display: block;


}

.home-page .special-zone .group .card .goods {
	width: 100%;
	height: 100%;
	font-size: 0;
	position: relative;

}

.home-page .special-zone .group .card .goods::after {
	content: '';
	width: 100%;
	height: 50px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	background: linear-gradient(180deg, rgba(255, 255, 255, .75) 0%, rgba(255, 255, 255, 0) 100%);
}

.home-page .special-zone .group .card .goods .img {
	width: 100%;
	object-fit: cover;
	border-radius: 0 0 6px 6px;
}


.home-page .special-zone .item {
	flex: 1;
	/* 左右高度一致 */
	position: relative;
	background: #fff;
	border-radius: 6px;
	padding: 10px 5px;
	padding-top: 5px;
}

.home-page .special-zone .item .product-two {
	display: flex;
	flex-wrap: wrap;
}

.home-page .special-zone .item .product-two .product {
	width: 50%;
	padding: 0 5px;
	font-size: 0;
	position: relative;
}

.home-page .special-zone .item .product-two .product .goods-img {
	width: 100%;
	border-radius: 6px;
	font-size: 0;
}


.home-page .special-zone .item .product-two .product .goods-price {
	color: #FF5200;
}

.home-page .special-zone .item .product-two .product .goods-price .unit {
	font-size: 12px;
	font-weight: bold;
	display: inline-block;
	/* 确保transform有效 */
	transform: scale(0.833);
	/* 缩小到约10px   0.0833=1px*/
	transform-origin: left bottom;
	/* 确保缩放从左下角开始 */
}

.home-page .special-zone .item .product-two .product .goods-price .point {
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	/* 确保transform有效 */
	transform: scale(0.833);
	/* 缩小到约10px   0.0833=1px*/
	transform-origin: left bottom;
	/* 确保缩放从左下角开始 */
}

.home-page .special-zone .item .product-two .product .goods-price .price {
	font-size: 14px;
	font-weight: bold;
}

.home-page .special-zone .item .product-two .product .old-price {
	text-decoration: line-through;
	font-size: 12px;
	color: #9CA3AF;
	display: inline-block;
	/* 确保transform有效 */
	transform: scale(0.833);
	/* 缩小到约10px   0.0833=1px*/
	transform-origin: left bottom;
	/* 确保缩放从左下角开始 */

}

.home-page .special-zone .item.bg1 {
	background: linear-gradient(170deg, #fdece0 0%, #fff 30%);
}

.home-page .special-zone .item.bg2 {
	background: linear-gradient(170deg, #fdece0 0%, #fff 30%);
}

.home-page .special-zone .item.bg3 {
	background: linear-gradient(170deg, #fdece0 0%, #fff 30%);
}

.home-page .special-zone .item.bg4 {
	background: linear-gradient(170deg, #fdece0 0%, #fff 30%);
}

/* ==============我的================ */
.my-page {
	background: #F5F7FA url("../images/user/mybg.png") no-repeat;
	background-size: 100% auto;
}

.my-page .top-infor-wrap {
	position: relative;
	width: 100%;
	overflow: hidden;


}

.my-page .top-infor-wrap .left-infor {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	width: 100%;
}

.my-page .top-infor-wrap .left-infor .avatsr {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	margin-left: 15px;
	border: 1px solid #ffffff
}

.my-page .top-infor-wrap .sign-in-txt {
	margin-left: 10px;
	font-weight: 700;
	font-size: 16px;
	color: #272727;
}

.my-page .top-infor-wrap .left-infor .infor-wrap {
	margin-left: 10px;

	max-width: 70%
}

.my-page .top-infor-wrap .left-infor .infor-wrap .user-name {
	font-size: 16px;
	font-weight: 700;
	height: 30px;

	word-wrap: break-word;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1
}
	.my-page .top-infor-wrap .left-infor .infor-wrap .tagbox {
		padding: 0 10px;
		height: 20px;
		border-radius: 20px;
		font-size: 12px;
		font-weight: 400;
		color: #fff;
		position: relative;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		background: linear-gradient(to right, #f3cfb0, #ebae7a);
	}
		.my-page .top-infor-wrap .left-infor .infor-wrap .tagbox .tubiao {
			width: 14px;
			height: 14px;
			margin-right: 4px;
		}
.my-page .top-infor-wrap .left-infor .infor-wrap .member-icon {
	position: relative;
	float: left;
	background:linear-gradient(to right,#c3cfe4,#93a8c8);
	border-radius: 20px;
}
.my-page .top-infor-wrap .left-infor .infor-wrap .member-icon.bg1 {
	background:linear-gradient(to right,#ffc272,#ffa045);

}
.my-page .top-infor-wrap .left-infor .infor-wrap .member-icon .vip-img {
	max-width: 85px;
	height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9
}

.my-page .top-infor-wrap .left-infor .infor-wrap .member-icon .vip-txt {
	position: relative;
	width: auto;
	color: #fff;
	font-size: 12px;
	z-index: 9;
	line-height: 20px;
	padding: 0 5px 0 25px;
	display: inline-block;
	vertical-align: top
}


	.my-page .top-infor-wrap .left-infor .level .icon-vip {
		height: 20px;
	}





.my-page .top-infor-wrap .link-set {
	margin-left: 10px;
}

.my-page .top-infor-wrap .icon {
	width: 24px;
	height: 24px;
	margin-right: 10px;
}

.my-page .vip-card {
	background: transparent;
	margin: 15px;
	border-radius: 10px;
	overflow: hidden;
}

.my-page .vip-card .tinfo {
	height: 75px;
	padding: 10px;
	/* background-color: #FBE1AF;
	background-image: url('../images/user/vipbg.png');
	background-repeat: no-repeat; 
	background-size: 100%;*/
	background: linear-gradient(170deg, #303030 0%, #303030 30%);
	position: relative;
	color: #fee2ba;

}

.my-page .vip-card .tinfo .level-title {
	font-size: 14px;
	/* font-weight: bold; */
}

.my-page .vip-card .tinfo .level-title .icon {
	width: 20px;
	height: 16px;

}

.my-page .vip-card .tinfo .open-btn {
	font-size: 12px;
	height: 25px;
	color: #272727;
	padding: 0 10px;
	border-radius: 25px;
	background: linear-gradient(170deg, #fee2ba 0%, #ffd89f 30%);
}

.my-page .vip-card .tinfo .open-btn .arrow {
	margin-left: 4px;
	width: 18px;
	height: 18px;
}

.my-page .wallet-wrap {
	background-color: #fff;
	border-radius: 10px;
	position: relative;
	top: -30px;
	margin-bottom: -30px;
	overflow: hidden;
	font-size: 14px;
	color: #272727;
	padding-bottom: 15px;


}


.my-page .wallet-wrap .cloumn-wrap {
	width: 100%;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	/* 子元素换行 */
}

.my-page .wallet-wrap .cloumn-item {
	width: 25%;
	text-align: center;
	margin-top: 15px;
}

.my-page .wallet-wrap .numbers-txt {
	color: #272727;
	font-size: 16px;
	font-weight: 700;

}

.my-page .wallet-wrap .infor-txt {
	font-size: 12px;
	color: #272727;
}

/*  */
.my-page .tools-wrap {
	margin: 15px;
}


.my-page .bar-title {
	width: 100%;
	padding: 10px;
	padding-bottom: 5px;
	padding-left: 15px;
}

.my-page .bar-title .title-left {
	color: #272727;
	font-size: 16px;
	font-weight: 600;
}

.my-page .bar-title .arrow-right {
	color: #9CA3AF;
	font-size: 12px;
}

.my-page .bar-title .arrow-right span {
	white-space: pre-line;
}

.my-page .bar-title .arrow-right img {
	width: 9px;
	height: 9px;
}


.my-page .tools-wrap .tools {
	background-color: #fff;
	border-radius: 10px;
	position: relative;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding-bottom: 5px;
}

.my-page .tools-wrap .tools .line {
	width: 1px;
	height: 55px;
}

.my-page .tools-wrap .tools .link_a {
	display: block;
	width: 25%;
	padding: 10px 0;
	text-align: center;
	position: relative;
	text-decoration: none;
}

.my-page .tools-wrap .tools .link_a .msg-data {
	display: inline;
	position: absolute;
	right: 8px;
	top: 0px;
	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-wrap .tools .link_a .icon {
	width: 24px;
	height: 24px;
}


.my-page .tools-wrap .tools .link_a .link_name {
	font-size: 12px;
	color: #272727;
	margin-top: 5px;
}


/* =======列表菜单======== */
.navbar {
	position: relative;
	margin: 10px;
	border-radius: 10px;
	background: #FFFFFF;
	padding: 0 16px;
	padding-right: 10px;
}

.navbar .item {
	width: 100%;
	position: relative;
	border-bottom: 1px solid #EDF0F5;
}

.navbar .item:last-child {
	border-bottom: none;
}

.navbar .item .link_a {
	width: 100%;
	padding: 15px 0;
	position: relative;
	display: flex;
	align-items: center;
}

.navbar .item .user-head {
	width: 50px;
	height: 50px;
	border-radius: 50px;
	margin-right: 8px;
}

.navbar .item .link_a .icon {
	width: 24px;
	height: 24px;
	margin-right: 8px;
}

.navbar .item .link_a .title {
	font-size: 14px;
	color: #272727;

}

.navbar .item .link_a span {
	font-size: 12px;
	color: #9CA3AF;
}

.navbar .item .link_a .icon-arrow {
	width: 12px;
	height: 12px;

}

/* =================搜索============ */
.search-wrap {
	margin: 10px;
	margin-bottom: 0;
}

.search-wrap .search-box {
	border-radius: 6px;
	padding: 6px;

}

.search-wrap .search-box .searchbtn {
	border-radius: 4px;
}

/* ==================记录页================== */
.page-record {}

.page-record .total {
	background: #fff;
	padding: 10px;
	font-size: 16px;
	color: #272727;
	margin-bottom: 5px;
}

.page-record .total .total-num {
	color: #f00;
}

/* =======================记录列表================= */

.record {
	position: relative;

}

.record .item {
	position: relative;
	background: #FFFFFF;
	padding: 10px;

}

.record .item .touxiang {
	width: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.record .item .touxiang img {
	width: 35px;
	height: 35px ;
}


.record .item .txt-time {
	font-size: 14px;
	color: #939399;
}

.record .item .txt-name {
	font-size: 16px;
	color: #272727;
}

.record .item .txt-normal {
	font-size: 14px;
	color: #272727;
}

.record .item .txt-normal span {
	color: #272727;
}

.record .item .txt-status {
	font-size: 14px;
	color: #272727;
}

.record .item .txt-num {
	font-weight: bold;
	font-size: 16px;
}

.record .item .caozuo-btn {
	padding: 5px 5px 5px 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	line-height: 14px;
	color: #fff;
	background: #0093ac;
	border-radius: 3px;
}

.record .item .caozuo-btn .icon {
	width: 13px;
	height: 13px;
}


.record .item .quxiao-btn {
	padding: 0 7px;
	height: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	color: #272727;
	background: #f7f7f7;
	border: 1px solid #eee;
	border-radius: 3px;
}



/* =================门店列表================ */
.store-list {
	padding: 10px;

}

.store-list .item {
	background: #FFFFFF;
	border-radius: 8px;
	padding: 10px;
	margin-bottom: 10px;
}

.store-list .item .Linfo {
	margin-right: 12px;
}

.store-list .item .Linfo .img {
	width: 80px;
	height: 80px;
	border-radius: 5px;
}

.store-list .item .Rinfo {
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

.store-list .item .Rinfo .title {
	font-size: 16px;
	color: #272727;
	line-height: 23px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.store-list .item .Rinfo .txt {
	font-size: 12px;
	color: #90949E;
	line-height: 12px;
	margin-top: 5px;
}

.store-list .item .Rinfo .icon {
	width: 12px;
	height: 12px;
}

.store-list .item .Rinfo .address {
	font-size: 12px;
	color: #90949E;
	line-height: 12px;
	margin-top: 5px;
}


/* ================蛋糕券============ */
.cake-coupon {}

.cake-coupon .coupons-tabs {
	display: flex;
	align-items: center;
	justify-content: space-around;
	background: #fff;
	border-bottom: 1px solid #f2f2f2;
}

.cake-coupon .coupons-tabs .item {
	position: relative;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 14px;
	color: #90949E;
}

.cake-coupon .coupons-tabs .item.on {
	border-bottom: 3px solid #f44e3b;
	font-weight: 700;
	color: #f44e3b;
}

.cake-coupon .coupons {
	padding: 10px;
}

.cake-coupon .coupons .coupon-item {
	display: flex;
	position: relative;
	border-radius: 5px;
	margin-bottom: 10px;
	overflow: hidden
}

.cake-coupon .coupons .coupon-item:before,
.cake-coupon .coupons .coupon-item:after {
	position: absolute;
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #f2f3f7;
	content: " ";
	font-size: 0;
	z-index: 30
}

.cake-coupon .coupons .coupon-item:before {
	top: -5px;
	box-shadow: 0 -1px 1px rgba(0, 0, 0, .06) inset
}

.cake-coupon .coupons .coupon-item:after {
	bottom: -5px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .06) inset
}


.cake-coupon .coupons .coupon-item:before,
.cake-coupon .coupons .coupon-item:after {
	left: 98px;
}

.cake-coupon .coupons .coupon-item .Linfo {
	position: relative;
	width: 102px;
	height: 95px;
	color: #fff;
	background: linear-gradient(to right, #ff5722, #ff5722);
}

.cake-coupon .coupons .coupon-item.unavailable .Linfo {
	background: #ddd;
}

.cake-coupon .coupons .coupon-item .Linfo .txt-quan {
	text-align: center;
	word-break: break-word;
	font-size: 36px;
	color: #fff;
}

.cake-coupon .coupons .coupon-item .Linfo .use-btn {
	width: 70px;
	position: absolute;
	left: 50%;
	margin-left: -35px;
	bottom: 10px;
	text-align: center;
	font-size: 12px;
	line-height: 20px;
	border-radius: 20px;
	background: #fff;
	color: #f44e3b;
}

.cake-coupon .coupons .coupon-item.unavailable .Linfo .use-btn {
	background: #ccc;
	color: #fff;
}

.cake-coupon .coupons .coupon-item .Rinfo {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	flex: 1;
	padding: 10px;
	background: #fff;
	border-left: 1px dashed #FFE4B9;
	box-shadow: 0 0 3px rgba(0, 0, 0, .05)
}

.cake-coupon .coupons .coupon-item.unavailable .Rinfo {
	border-left: 1px dashed #ccc;
}

.cake-coupon .coupons .coupon-item .Rinfo .top-des {
	margin-right: 65px;
}

.cake-coupon .coupons .coupon-item .Rinfo .top-des .txt-title {
	font-size: 16px;
	font-weight: bold;
	color: #272727;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

.cake-coupon .coupons .coupon-item .Rinfo .top-des .txt-tag {
	display: inline-block;
	background: #805da0;
	color: #fff;
	height: 16px;
	line-height: 16px;
	padding: 0 5px;
	font-size: 12px;
	border-radius: 14px
}

.cake-coupon .coupons .coupon-item.unavailable .Rinfo .top-des .txt-tag {
	background: #ccc;
	color: #fff;
}

.cake-coupon .coupons .coupon-item .Rinfo .txt-time {
	font-size: 12px;
	color: #90949E;
}

.cake-coupon .coupons .coupon-item .tag-img {
	position: absolute;
	top: 0;
	right: 0;
	width: 62px;
	height: 62px
}

/* ==============绑定银行卡================= */
.bank {
	margin: 10px;
	margin-bottom: 0;
	position: relative;
	box-sizing: border-box;
	background: #fff;
	padding: 10px;
	border-radius: 12px;
}

.bank .bar-title {
	padding: 10px;
}

.bank .bar-title .title {
	font-weight: 500;
	font-size: 16px;
	color: #272727;
	line-height: 16px;
}

.bank .bar-title .change-btn {
	font-weight: 400;
	font-size: 14px;
	color: #919191;
	line-height: 16px;
}

.bank .card {
	margin-bottom: 10px;
	padding: 24px;
	background: #e7f0ff;
	border-radius: 12px;
	position: relative;
}

.bank .card:last-child {
	margin-bottom: 0;
}



.bank .card .bank-logo {
	background: #F4F5F7;
	width: 55px;
	height: 55px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	margin-right: 10px;
}

.bank .card .bank-logo img {
	width: 50px;
	height: 50px;
}

.bank .card .bank-name {
	font-weight: 500;
	font-size: 18px;
	color: #272727;
	line-height: 20px;
}

.bank .card .bank-type {
	font-size: 14px;
	line-height: 14px;
	color: #272727;

}

.bank .card .bank-number {
	color: #272727;
	font-weight: 500;
	font-size: 22px;
	line-height: 22px;
	text-align: right;
	margin-top: 32px;
}

/* ====================反馈记录=================== */
.Feedback-list {
	padding: 10px;
}

.Feedback-list .item {
	background: #FFFFFF;
	border-radius: 10px;
	padding: 10px;
}

.Feedback-list .item .title {

	font-weight: 500;
	font-size: 14px;
	color: #272727;

}

.Feedback-list .item .con {

	font-size: 12px;
	color: #6A6A6E;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: break-all;
}

.Feedback-list .item .time {
	font-size: 12px;
	color: #6A6A6E;
}

/* ==========我的团队=============== */
.my-referrer {

	padding: 15px 10px;
	padding-bottom: 0;
	position: relative;

	background: url('../images/team.png') no-repeat;
	background-size: cover;
}

.my-referrer .databox {
	width: 100%;
	padding: 16px;
	border-radius: 10px 10px 0 0;
	background: linear-gradient(135deg, #fbe2d5 0%, #f4c5a0 100%);
}



.my-referrer .databox .item {
	flex: 1;
	flex-direction: column;
	display: flex;
	align-items: center;
}

.my-referrer .databox .item .num {
	font-size: 18px;
	color: #272727;

}

.my-referrer .databox .item .tag {

	font-size: 14px;
	color: #272727;
}

/*  */
.team-list {
	margin: 10px;
	border-radius: 8px;
	background: #fff;
}

.team-list .item {
	position: relative;
	margin: 0 10px;
	padding: 10px 5px;
	border-bottom: 1px solid #f5f5f5;


}


.team-list .item .avatar {
	float: left;
	width: 45px;
	height: 45px;
	border-radius: 100%;
	overflow: hidden;
	font-size: 0;
}

.team-list .item .avatar .img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}



.team-list .item .user_name {
	font-size: 14px;
	font-weight: bold;
	color: #272727;
}

.team-list .item .user_name .level {
	padding: 4px 8px;
	border-radius: 3px;
	font-size: 12px;
	line-height: 12px;
	/* 确保transform有效 */
	transform: scale(0.833);
	/* 缩小到约10px   0.0833=1px*/
	transform-origin: left bottom;
	/* 确保缩放从左下角开始 */
	font-weight: 400;
	color: #FDE2B7;
	background: #322552;
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}


.team-list .item .txt {
	font-size: 13px;
	color: #666;
}

.team-list .item .time {
	font-size: 13px;
	color: #6A6A6E;
}

.team-list .item .arrow-right {
	margin-left: 2px;
	display: inline-block;
	width: 7px;
	height: 7px;
	transform: rotate(45deg);
	border-top: 1px solid #999;
	border-right: 1px solid #999;
}

/* =============邀请好友============= */
.page-invite {
	position: relative;
	min-height: 100vh;
/*	padding-top: 60px;*/
	/* background: #cac9ff  url('../images/sharebg.png') no-repeat top;
	background-size: 100% auto; */
	background: linear-gradient(180deg, #FFFFFF 0%, #8d8aff 100%);
}

.page-invite .back_to_page {
	position: absolute;
	z-index: 998;
	top: 15px;
	left: 15px;
	width: 30px;
	height: 30px;
	padding: 2px;
	background: rgba(255, 255, 255, .6);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	box-sizing: border-box;
	z-index: 998;
}

.page-invite .back_to_page .back-icon {
	width: 16px;
	height: 16px;
	vertical-align: middle;
}

.topbox {

	margin-bottom: 20px;
}

.txtlogo {
	height: 40px;
}

.tip-box {}

.centerText {
	font-weight: 500;
	font-size: 18px;
	color: #744924;
}

.line {
	width: 24px;
	height: 1px;
	background: #744924;
}


.InvitationCards-ont {
	width: 316px;
	height: 478px;
	margin: 0 auto;
	position: relative;
}

	.InvitationCards-ont .bg {
		width: 316px;
		height: 478px;
		position: absolute;
	}

.InvitationCards-in {
	position: relative;
	padding-top: 54px;
	text-align: center;
}

.title {
	font-size: 16px;
	color: #1D2129;
}

.txtcode {
	font-weight: bold;
	font-size: 24px;
	color: #744924;
}

.code {
	width: 150px;
	height: 150px;
	margin-bottom: 120px;
}

.code img {
	width: 150px;
	height: 150px;
}


.copy-btn {
	font-weight: 500;
	font-size: 15px;
	color: #272727;

	line-height: 50px;
	width: 200px;
	height: 50px;

	background: linear-gradient(to right, #f7e0c0, #ffd595, #f7e0c0);
	box-shadow: 0px 2px 2px 0px rgba(2, 2, 2, 0.25);
	border-radius: 40px;
}

/* ===============众筹==================== */
.zhongchou-page {}

.zhongchou-page .poster {
	position: relative;
	overflow: hidden;
}


.zhongchou-page .poster .img {
	width: 100%;
	height: 100vw;

}

.zhongchou-page .poster .swiper-pagination {
	font-size: 12px;
	left: auto;
	right: 10px;
	bottom: 15px;
	width: auto;
	padding: 2px 7px;
	border-radius: 10px;
	color: #fff;
	background: rgba(0, 0, 0, .3);
}


.zhongchou-page .info {
	background: #fff;
	padding: 16px;
	box-sizing: border-box;
	position: relative;



}


.zhongchou-page .info .title {
	font-size: 16px;
	line-height: 22px;
	font-weight: 600;

	color: #272727;
	letter-spacing: 0;
}


.zhongchou-page .info .price-box {
	font-size: 14px;
	color: #999;
	font-weight: 400;
}

.zhongchou-page .info .price-box .unit {

	font-size: 16px;
	color: #ff5722;
}

.zhongchou-page .info .price-box .price {

	color: #ff5722;
	font-size: 22px;
}





.zhongchou-page .progress-bar {
	height: 12px;
	border-radius: 6px;
	background: #e5e5e5;
}

.zhongchou-page .progress-bar .progress {
	display: block;
	height: 12px;
	background: #FF7359;
	background-size: 24px 18px;
	font-size: 18px;
	line-height: 12px;
	color: #fff;
	text-align: right;
	position: relative;


}

.zhongchou-page .progress-bar .progress-num {
	font-size: 12px;
	height: 24px;
	line-height: 24px;
	padding: 0 6px;
	color: #fff;
	background: #FF7359;
	position: absolute;
	top: 50%;
	right: -10px;
	margin-top: -12px;
	border-radius: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.zhongchou-page .canshu {

	background: #FFFFFF;
}


.zhongchou-page .canshu .virtLine {
	display: inline-block;
	border-left: 1px solid #E0E0E0;
	height: 40px;
	vertical-align: middle;

}

.zhongchou-page .canshu .mz {

	font-size: 12px;
	color: #999;
}

.zhongchou-page .canshu .num {
	font-size: 14px;
	color: #333;
	font-weight: 600
}

.zhongchou-page .canshu .num span {
	font-size: 14px;
}

.zhongchou-page .column-box {
	font-size: 14px;
	padding: 16px;
	background-color: #fff;
}

.zhongchou-page .column-box .Ltit {
	color: #272727;
}

.zhongchou-page .column-box .Rcon {
	color: #999;
}

/* 详情 */
.zhongchou-page .introduction {
	background: #fff;
}

.zhongchou-page .introduction .tabs-item {
	font-size: 15px;
}

.zhongchou-page .introduction .tabs-item.tab-active {
	color: #7d4889;
}

.zhongchou-page .introduction .tab-box .tab-active::after {
	content: "";
	position: absolute;
	bottom: -4px;
	left: 50%;
	transform: translate(-50%);
	width: 24px;
	height: 2px;
	background: #7d4889;
	border-radius: 2px;
	margin: 3px auto 0;
}

.zhongchou-page .introduction .virtLine {
	display: inline-block;
	border-left: 1px solid #E0E0E0;
	height: 20px;
	vertical-align: middle;

}

.zhongchou-page .introduction .content {
	width: 100%;
	font-size: 14px;
	color: #272727;
	line-height: 14px;
}

.zhongchou-page .introduction .content img {
	font-size: 0;
	display: block;
	width: 100%;
}

.zhongchou-page .balance-box {

	position: relative;
}

.zhongchou-page .balance-box .bg {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 160px;
	background: url('../images/topbg.png') no-repeat;
	background-size: 100% auto;
}

.zhongchou-page .balance-box .card {
	position: relative;
	z-index: 2;
	background: rgba(255, 255, 255, 1);
	border-radius: 5px;
	padding: 20px 10px;
	margin: 0 10px;
}




.zhongchou-page .balance-box .card .text {
	text-align: center;
	font-size: 14px;
	color: #333;
	margin-bottom: 5px
}

.zhongchou-page .balance-box .card .number {
	text-align: center;
	font-size: 32px;
	height: 40rpx;
	line-height: 32rpx;
	color: #333;
	font-weight: 700
}



/*  */

.page-notice {

	padding: 10px
}

.page-notice .item {
	padding: 15px;
	border-radius: 5px;
	background: #fff;
	margin-top: 10px;
}

.page-notice .item:first-child {
	margin-top: 0
}

.page-notice .item .tit-box {
	display: flex;
	align-items: center
}

.page-notice .item .tit-box .tit {
	flex: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	line-break: anywhere;
	margin-right: 5px;
	font-size: 14px;

	position: relative
}

.page-notice .item .tit-box .time {
	color: #999;
	font-size: 12px
}

.page-notice .item .text-box {
	margin: 10px 0;
	color: #999;
	line-height: 18px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 14px;
}


.page-notice .item .text-arrow {
	display: block;
	color: #333;
	position: relative;
	padding-top: 10px;
	border-top: 1px solid #f9f9f9;
	font-size: 12px;
}

.page-notice .item .text-arrow:after {
	position: absolute;
	width: 7px;
	height: 7px;
	top: 72%;
	right: 7px;
	display: block;
	width: 4px;
	height: 4px;
	content: " ";
	font-size: 0;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	transform: rotate(45deg) translateY(-50%)
}

.page-notice .item.unread .tit-box .tit {
	padding-left: 15px;
}

.page-notice .item.unread .tit-box .tit:before {
	position: absolute;
	left: 0;
	top: 5px;
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	content: " ";
	background: #fc1b35
}

/* ============文章======= */
.page-news-detail {
	padding: 10px;
}

.page-news-detail .title {
	font-size: 16px;
	color: #000;
	padding-bottom: 5px;
	font-weight: bold;
}

.page-news-detail .time {
	color: #999;
	font-size: 14px;
	margin-bottom: 10px;

}

.page-news-detail .news-con {
	font-size: 14px;

	color: #333;
	line-height: 27px;
}

.page-news-detail .news-con img {
	max-width: 100%;
}

/* ============我的钱包========= */
.page-wallet {
	width: 100%;

	background: #f5f7fa url("../images/sharebg.png") no-repeat;
	background-size: 100% 200px;
}

.page-wallet .balance-card {
	width: 100%;
	padding: 10px;
	padding-bottom: 0;
	box-sizing: border-box;
	position: relative;
}

.page-wallet .balance-card .top-dada {
	position: relative;
}


.page-wallet .balance-card .top-dada .mz {
	font-weight: 500;
	font-size: 16px;
	color: #6b411a;
}

.page-wallet .balance-card .top-dada .num {
	font-weight: bold;
	font-size: 40px;
	color: #6b411a;
	margin-top: 8px;

}


.page-wallet .balance-card .bottom-data {
	text-align: center;
	position: relative;
	background: rgba(255, 255, 255, 1);
	border-radius: 5px;
	padding: 5px 0;
}

.page-wallet .balance-card .bottom-data .item {
	float: left;
	width: 25%;
	padding: 10px 0;
}

.page-wallet .balance-card .bottom-data .title {
	font-size: 14px;
	color: #272727;
	margin-bottom: 5px;
}

.page-wallet .balance-card .bottom-data .num {
	font-weight: bold;
	font-size: 16px;
	color: #4d2f11;
}

.page-wallet .balance-card .bottom-data .num span {
	font-size: 14px;
	font-weight: bold;
}