@charset "utf-8";
/* 打开app */
/* .open-app-bar {
	width: 100%;
	position: relative;
	z-index: 10;
}
.open-app-bar .icon-close {
	width: .18rem;
	height: .18rem;
	padding: .2rem;
}
.open-app-bar .logo {
	width: 100%;
}
.open-app-bar .bar-btn {
	color: #ff0152;
	font-size: .30rem;
	line-height: normal;
	position: absolute;
	top: 35%;
	right: 7.5%;
	font-weight: 700;
} */
.wrapper {
	width: 100%;
	min-height: 100vh;
	padding-bottom: 1.2rem;
	/* background: url(https://img.quanminyanxuan.com/other/a38ca4bff9b94399b7e1833e8681de6f.png) no-repeat, linear-gradient(180deg, #fff 17rem, #f5f5f5 19.5rem);
	background-size: 100% 7.03rem, 100%; */
	background: #f5f5f5 url(https://img.quanminyanxuan.com/other/04c28f2ccb114b1cb8be0a2e4781271f.png) no-repeat;
	background-size: 100% 3.37rem;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	z-index: 10;
}
.header {
	width: 100%;
	padding: .3rem 2.5% 0;
	line-height: 1.1;
	box-sizing: border-box;
	display: flex;
	align-items: baseline;
}
.header .h1 {
	font-size: 0.54rem;
	font-weight: bold;
	color: #1E1E1E;
}
.header .h3 {
	margin-left: .06rem;
	font-size: 0.32rem;
	color: #808080;
}
.search-wrap {
	width: 100%;
	padding: .2rem 2.5%;
	box-sizing: border-box;
	position: sticky;
	top: 0;
	z-index: 101;
	display: flex;
	align-items: center;
}
.search-wrap.bg {
	background: #fff;
}
.search-wrap .sign-icon {
	width: .87rem;
	height: .87rem;
	margin-left: .23rem;
	pointer-events: auto;
	position: relative;
	bottom: .04rem;
}
.search-box {
	flex: 1;
	height: .8rem;
	line-height: normal;
	padding: 0 .2rem;
	background: #EBEBEB;
	border: .5px solid #fff;
	border-radius: .08rem;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.search-box .search-icon {
	display: inline-block;
	width: .32rem;
	height: .32rem;
}
.search-box .search-ipt {
	font-size: .28rem;
	line-height: normal;
	font-weight: 400;
	color: #666;
	width: calc(80% - .6rem);
	background: rgba(255,255,255,0);
	display: flex;
	align-items: center;
	opacity: 1;
}
.search-box .search-btn {
	position: absolute;
	right: .1rem;
	width: 20%;
	height: .64rem;
	line-height: normal;
	background: #ff0152;
	border-radius: .54rem;
	font-size: .32rem;
	font-weight: 400;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* banner轮播 */
.banner-swiper {
	width: 100%;
	height: 1.9rem;
}
/* 重写swiper样式 */
.banner-swiper .swiper-container.swiper-container-banner {
	width: 100%;
	height: 100%;
}
.banner-swiper .swiper-container.swiper-container-banner .swiper-slide {
	width: 95.73%;
	border-radius: .08rem;
	overflow: hidden;
}
/* .banner-swiper .swiper-container-horizontal>.swiper-pagination-bullets,
.banner-swiper .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 6%;
	left: auto;
	right: .5rem;
	width: .82rem;
	height: .42rem;
	padding: 0 .14rem;
	color: #ccc;
	font-size: .24rem;
	background: url(https://img.quanminyanxuan.com/other/0d477072cc344207a637f7e99662cc16.png) no-repeat;
	background-size: 100%;
	box-sizing: border-box;
	display: flex;
	align-items: baseline;
	justify-content: space-between;
} */
.banner-swiper .swiper-container-horizontal>.swiper-pagination-bullets,
.banner-swiper .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 2%;
}
.banner-swiper .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 .04rem;
}
.banner-swiper .swiper-pagination-bullet {
	width: .1rem;
	height: .06rem;
	background: #fff;
	border-radius: 1rem;
	opacity: 1;
}
.banner-swiper .swiper-pagination-bullet-active {
	width: .2rem;
}
.banner-swiper .swiper-pagination-current {
	color: #fff;
	font-size: .3rem;
}

/* 红包bar */
.red-packet-bar {
	width: 100%;
	margin-top: .1rem;
	pointer-events: auto;
}

/* 保障bar */
.service {
	width: 6.91rem;
	height: .26rem;
	margin-top: .3rem;
}

/* 活动列表 */
.event-list {
	width: 95.1%;
	padding: .14rem .2rem .2rem;
	margin-top: .3rem;
	background: #fff;
	border-radius: .16rem;
	box-sizing: border-box;
	font-size: 0;
	white-space: nowrap;
	overflow: scroll hidden;
	-webkit-overflow-scrolling: touch;
}
.event-list::-webkit-scrollbar {
	display: none;
}
.event-list .event-item {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	min-width: 1.2rem;
}
.event-list .event-item:not(:last-of-type) {
	margin-right: .22rem;
}
.event-list .event-item .icon {
	width: .86rem;
	height: .86rem;
}
.event-list .event-item .txt {
	font-size: 0.28rem;
	font-family: PingFang SC;
	font-weight: 500;
	color: #111111;
}

/* 全民补贴 */
.subsidy-container {
	width: 95%;
	margin-top: .3rem;
	padding: 0.2rem;
	background: #fff;
	border-radius: .16rem;
	box-sizing: border-box;
}
.subsidy-header {
	display: flex;
	align-items: center;
	position: relative;
}
.subsidy-header .icon-title {
	width: 1.28rem;
	height: .3rem;
	margin-top: .04rem;
	margin-right: .12rem;
}
.subsidy-header .account {
	font-size: 0.22rem;
	line-height: normal;
	font-family: PingFang SC;
	font-weight: 500;
	color: #FF2C12;
	padding: 0 .16rem;
	border: 1px solid #FF2C12;
	border-radius: 1rem;
}
.subsidy-header .user-box {
	width: calc(.36rem * 4);
	height: .36rem;
	font-size: 0;
	position: absolute;
	right: 0;
}
.subsidy-header .user-box .img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.subsidy-header .user-box .swiper-container-user {
	width: 100%;
	height: 100%;
	border-radius: 1rem;
	overflow: hidden;
}
.subsidy-txt-bar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 0.22rem;
	font-family: PingFang SC;
	font-weight: 500;
	color: #666666;
	margin-top: .1rem;
}
/* 全民补贴--商品 */
.subsidy-product {
	width: 100%;
	height: 1.9rem;
	margin-top: .2rem;
	display: flex;
	justify-content: space-between;
}
.subsidy-product .content {
	width: calc(1.78rem * 3 + .2rem * 2);
	height: 100%;
}
.subsidy-product .content .list {
	width: 100%;
	height: 100%;
}
.subsidy-product .content .list .item {
	width: 100%;
	background: url(https://img.quanminyanxuan.com/other/4fe8696058dc40d69784c7d706fee1b2.png) no-repeat;
	background-size: 1.78rem;
	text-align: center;
}
.subsidy-product .content .list .item .img {
	width: 1.26rem;
	height: 1.26rem;
	margin-top: .26rem;
}
.subsidy-product .content .list .item .price {
	font-size: 0.22rem;
	line-height: normal;
	font-family: PingFang SC;
	font-weight: bold;
	color: #FF2B12;
	padding-top: .08rem;
}
.subsidy-product .btn-more {
	width: .8rem;
	height: 1.9rem;
	font-size: 0.22rem;
	font-family: PingFang SC;
	font-weight: bold;
	color: #FFFFFF;
	background: linear-gradient(180deg, #FF6F18, #FF2812);
	border-radius: .1rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.subsidy-product .btn-more .icon-arr {
	width: .26rem;
	height: .26rem;
}

/* 兑换、礼品卡专区 */
.score-card-wrap {
	width: 95.73%;
	height: 2.02rem;
	margin-top: .2rem;
	display: flex;
	align-items: center;
}
.card-container {
	width: 1.94rem;
	height: 100%;
	padding: .2rem 0 .3rem;
	margin-left: .2rem;
	background: #fff;
	border-radius: .08rem;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	position: relative;
}
.card-container .title {
	font-size: 0.28rem;
	font-weight: bold;
	color: #3C0315;
	line-height: 1.1;
}
.card-container .cover {
	width: 1.6rem;
	height: .96rem;
	border-radius: .08rem;
	overflow: hidden;
}
.card-container .label {
	width: calc(100% - .4rem);
	position: absolute;
	bottom: .16rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.22rem;
	color: #FF0152;
	line-height: normal;
	background: #FEF5E7;
	border-radius: .04rem;
}
.score-container {
	flex: 1;
	height: 100%;
	padding: .16rem 0.2rem;
	background: #fff;
	border-radius: .08rem;
	box-sizing: border-box;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}
.score-container .score-product {
	width: calc(100% - 1.4rem - .12rem);
	height: 100%;
}
.score-container .score-product .list {
	width: 100%;
	height: 100%;
}
.score-container .score-product .list .item {
	width: 100%;
	background: #fff;
	border-radius: .06rem;
	overflow: hidden;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}
.score-container .score-product .list .item .img {
	width: 1.5rem;
	height: 1.5rem;
	border-radius: .06rem;
}
.score-container .score-product .list .item .price1 {
	width: 1.1rem;
	height: .4rem;
	margin-top: -.4rem;
	font-size: 0.22rem;
	line-height: normal;
	font-weight: 500;
	color: #FFF7EE;
	background: rgba(252, 38, 50, 0.9);
	border-radius: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.score-container .score-product .list .item .price2 {
	position: absolute;
	/*bottom: 0;*/
	width: 1.22rem;
	height: 0.42rem;
	font-size: 0.24rem;
	color: #FFFFFF;
	line-height: normal;
	background: #FF0152;
	border-radius: .06rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.score-container .btn-more {
	width: 1.4rem;
	height: 1.7rem;
	pointer-events: auto;
	background: url(https://img.quanminyanxuan.com/other/f4fabf34dd094ecaac8392c04f88a715.png) no-repeat;
	background-size: 100% 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.score-container .btn-more .title {
	font-size: 0.2rem;
	color: #FFEFF1;
}
.score-container .btn-more .desc {
	font-size: 0.32rem;
	line-height: 1.1;
	font-weight: bold;
	color: #FFFFFF;
}
.score-container .btn-more .icon-gif {
	width: .8rem;
	height: .8rem;
}

/* 幸运大抽奖 */
.lucky-draw-img {
	width: 7.1rem;
	height: 1.14rem;
	margin-top: .2rem;
	pointer-events: auto;
}

/* 购物卡bar */
.card-banner {
	width: 95%;
	height: .82rem;
	margin-top: .22rem;
	background: url(https://img.quanminyanxuan.com/other/45cdb4a749b74a64a00ac16bc53efa76.png) no-repeat;
	background-size: 100%;
	display: flex;
	align-items: center;
	padding: 0 3% 0 40%;
	box-sizing: border-box;
}
.card-banner .text-box {
	font-size: 0.24rem;
	font-family: PingFang SC;
	font-weight: 500;
	color: #FC6011;
	flex: 1;
	white-space: nowrap;
	overflow: hidden;
}
.card-banner .btn-view {
	font-size: 0.22rem;
	line-height: normal;
	margin-left: .14rem;
	font-family: PingFang SC;
	color: #FFFFFF;
	background: #FC6011;
	padding: 0 .1rem;
	border-radius: .2rem;
	display: flex;
	align-items: center;
}
.card-banner .btn-view .icon {
	width: .08rem;
	margin-left: .06rem;
}

/* 主推活动 */
.rec-event {
	width: 95%;
	margin: .14rem auto 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.rec-event .rec-item {
	display: inline-block;
	vertical-align: middle;
	width: calc(50% - .05rem);
	padding: .2rem;
	margin-bottom: .1rem;
	background: linear-gradient(180deg, #FFEEF0, #fff 1.2rem);
	border-radius: .16rem;
	box-sizing: border-box;
}
.rec-event .rec-item .top {
	display: flex;
	height: .46rem;
	font-size: 0.32rem;
	font-family: PingFang SC;
	font-weight: bold;
	color: #111111;
	align-items: center;
	white-space: nowrap;
}
.rec-event .top .desc {
	margin-left: .1rem;
	padding: 0 .12rem;
	font-size: 0.22rem;
	line-height: normal;
	font-family: PingFang SC;
	font-weight: 500;
	border-radius: 1rem;
}
.rec-event .top .descshg {
	color: #FF0152;
	padding: 0;
	display: flex;
	align-items: center;
}
.rec-event .top .descshg .icon {
	width: .24rem;
	height: .24rem;
	margin-left: -.1rem;
	margin-right: .06rem;
}
.rec-event .top .descgwk{
	color: #FF0152;
	border: 1px solid #FF0152;
}
.rec-event .top .desccz{
	color: #FF0152;
	border: 1px solid #FF0152;
}
.rec-event .content {
	padding: .2rem .1rem 0;
	display: flex;
	justify-content: space-between;
}
.rec-event .content .item {
	width: 45%;
	position: relative;
}
.rec-event .content .item .img {
	width: 100%;
}
.rec-event .content .item .txt {
	display: block;
	padding: .04rem 0;
	font-size: 0.22rem;
	line-height: normal;
	text-align: center;
	font-family: PingFang SC;
	font-weight: 800;
	color: #FFFFFF;
	border-radius: 1rem;
}
/* 兑换 */
.rec-event .content .item .txt.shg {
	color: #fff;
	background: #ff0152;
}
/* 秒杀 */
.rec-event .content .item .txt.bt {
	color: #fff;
	background: #ff0152;
}
/* 新品 */
.rec-event .content .item .txt.hf {
	color: #FFFFFF;
	background: #ff0152;
}
/* 全额返 */
.rec-event .content .item .txt.gwk {
	color: #fff;
	/* background: linear-gradient(0deg, #EEC979 0%, #FFEEB9 100%); */
	background: #ff0152;
}

.rec-event-list {
	width: 95.73%;
	margin-top: .2rem;
	background: #fff;
	border-radius: .08rem;
	display: flex;
	justify-content: space-around;
}
.rec-event-list .event-item {
	width: 25%;
	height: 100%;
	padding: .2rem 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.rec-event-list .event-item .title {
	font-size: 0.28rem;
	font-weight: bold;
	color: #3C0315;
}
.rec-event-list .event-item .subtit {
	font-size: 0.22rem;
	color: #999999;
	margin-top: .04rem;
}
.rec-event-list .event-item .cover {
	width: 1.38rem;
	height: 1.38rem;
	border-radius: .06rem;
	overflow: hidden;
	margin-top: .14rem;
}

/* 倒计时 */
.counter {
	font-size: 0;
	margin-left: .1rem;
	font-weight: 500;
}
.counter .num {
	display: inline-block;
	vertical-align: middle;
	width: .32rem;
	height: .32rem;
	line-height: normal;
	font-size: .22rem;
	background-color: #FF132F;
	border-radius: .04rem;
	color: #fff;
	text-align: center;
}
.counter .text-two {
	display: inline-block;
	vertical-align: middle;
	font-weight: 500;
	color: #FF132F;
	font-size: .24rem;
	margin: 0 .06rem;
}

/* 商品导航 */
/* .product-nav {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-around;
	position: sticky;
	top: 0;
	z-index: 11;
}
.product-nav.top {
	background: #fff;
}
.product-nav .product-nav-item {
	flex: 1;
	height: 1.1rem;
	font-size: 0.32rem;
	font-family: PingFang SC;
	font-weight: 500;
	color: #333333;
	display: flex;
	justify-content: center;
	align-items: center;
}
.product-nav .product-nav-item .nav-sub {
	padding: 0 .12rem;
	margin-left: .1rem;
	font-size: 0.22rem;
	line-height: normal;
	font-family: PingFang SC;
	font-weight: 500;
	color: #666666;
	background: #E9E9E9;
	border-radius: 1rem;
}
.product-nav .product-nav-item.active {
	color: #ff0152;
}
.product-nav .product-nav-item.active.i2 {
	color: #ff0152;
}
.product-nav .product-nav-item.active .nav-sub {
	color: #fff;
	background: #ff0152;
}
.product-nav .product-nav-item.active.i2 .nav-sub {
	background: #ff0152;
}
.product-nav .nav-line {
	width: 1px;
	height: .3rem;
	background: #DDD;
} */
.tabtx-wrap {
	margin: .1rem 0;
	height: .98rem;
	width: 100%;
}
.tabtx.gundong {
	width: 100%;
	margin: 0 auto;
	white-space: nowrap;
	overflow: hidden;
}
.tabtx.gundong.fixed {
	width: 100%;
	position: fixed;
	top: 1.17rem;
	left: 0;
	background: #fff;
	border-radius: 0;
	-webkit-transform: translateZ(0);
	z-index: 11;
	border-bottom: 1px solid #eee;
}

.tabtx .scroll-view {
	margin: 0 auto;
	overflow-x: scroll;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	width: 100%;
	height: 100%;
	font-size: 0;
	margin-top: -.06rem;
}
.tabtx .scroll-view::-webkit-scrollbar {
	display: none;
}
.tabtx .scroll-view .scroll-view-item {
	display: inline-block;
	vertical-align: middle;
	width: 28%;
	text-align: center;
	color: #666;
	font-size: .3rem;
	line-height: .32rem;
	padding: .3rem 0;
	position: relative;
}
.tabtx .scroll-view .scroll-view-item .txt:last-of-type {
	border-right: 1px solid #ddd;
}
.tabtx .scroll-view .scroll-view-item.active {
	color: #FF0152;
	font-size: .32rem;
	font-weight: 700;
}
.tabtx .scroll-view .scroll-view-item .img {
	display: none;
}
.tabtx .scroll-view .scroll-view-item.active .img {
	display: inline-block;
	width: 25%;
	height: .1rem;
	border-radius: .08rem;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}
/*.tabtx.gundong .scroll-view-item.active::after {*/
/*	content: '';*/
/*	width: 30%;*/
/*	height: 0.06rem;*/
/*	border-radius: 1rem;*/
/*	position: absolute;*/
/*	bottom: .06rem;*/
/*	left: 0;*/
/*	right: 0;*/
/*	margin: 0 auto;*/
/*	background-color: #FF0152;*/
/*}*/

/* 特卖商品列表 */
.product-list {
	width: 100%;
	min-height: 100vh;
	padding: 0 2.5%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-content: flex-start;
	box-sizing: border-box;
	position: relative;
	z-index: 10;
	align-items: flex-start;
}
.product-list .product-list-item {
	width: 49%;
	border-radius: .08rem;
	margin-bottom: .15rem;
	overflow: hidden;
	position: relative;
	background: #fff;
	align-self: self-start;
}
.product-list .product-list-item .product-cover {
	width: 100%;
	height: 3.55rem;
	border-radius: .08rem;
	overflow: hidden;
	background-color: #F5F6F8;
	position: relative;
}
.product-list .product-list-item .product-cover .cover-img {
	width: 100%;
	height: 3.55rem;
}
.product-list .product-list-item .product-cover .end-img {
	width: 100%;
	height: 3.55rem;
	position: absolute;
	top: 0;
	left: 0;
}
.product-list .product-list-item .product-info {
	padding: .16rem .12rem .22rem;
	box-sizing: border-box;
}
.product-list .product-list-item .product-info .product-name {
	font-size: 0.28rem;
	font-family: PingFang SC;
	font-weight: bold;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.product-list .product-list-item .product-info .product-bottom {
	position: relative;
	height: .8rem;
	margin-top: .2rem;
}
.product-list .product-list-item .product-info .product-bottom .top-icon {
	width: 1.02rem;
	height: .32rem;
}
.product-list .product-list-item .product-info .product-bottom .price {
	font-size: 0.22rem;
	font-family: PingFang SC;
	font-weight: 500;
	color: #ff0152;
	line-height: 0.25rem;
	margin-top: .16rem;
}
.product-list .product-list-item .product-info .product-bottom .price .num {
	font-size: 0.38rem;
	font-family: PingFang SC;
	font-weight: bold;
	color: #ff0152;
	line-height: 0.25rem;
}
.product-list .product-list-item .product-info .product-bottom .oprice {
	font-size: 0.22rem;
	font-family: PingFang SC;
	font-weight: 500;
	text-decoration: line-through;
	color: #666666;
	line-height: 0.25rem;
}
.product-list .product-list-item .product-info .product-bottom .btn-box {
	position: absolute;
	right: 0;
	top: 0;
	width: 1.48rem;
	height: 0.8rem;
	background: #ff0152;
	border-radius: .08rem;
	color: #fff;
	text-align: center;
}
.product-list .product-list-item .product-info .product-bottom .btn-box-t {
	font-size: 0.27rem;
	font-family: PingFang SC;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 0.46rem;
	margin-top: 0.04rem;
}
.product-list .product-list-item .product-info .product-bottom .btn-box-b {
	font-size: 0.2rem;
	font-family: PingFang SC;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 0.2rem;
}

/* 底部导航 */
.base-tabbar {
	position: fixed;
	bottom: 0;
	width: 100%;
	left: 0;
	right: 0;
	display: flex;
	background: #fff;
	border-top: 1px solid rgba(0,0,0,.1);
	z-index: 99;
}
.base-tabbar-item {
	display: block;
	flex: 1;
	padding: .08rem 0;
	font-size: 0;
	color: rgba(0,0,0,.5);
	text-align: center;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.base-tabbar-item .tabbar-icon {
	display: inline-block;
	width: .48rem;
	height: .48rem;
	margin-bottom: .04rem;
}
.base-tabbar-item .tabbar-text {
	color: #666;
	font-size: .22rem;
}
.base-tabbar-item.active .tabbar-text {
	color: #ff0152;
}

.get-card-btn {
	position: absolute;
	right: 0;
	width: .2rem;
	height: .2rem;
}

/* 幸运大抽奖弹窗 */
.layer2 {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,0.5);
	z-index: 1000;
	display: flex;
	justify-content: center;
	align-items: center;
}
.layer2 .give-bg2 {
	width: 6.21rem;
	height: 7.56rem;
	background: url(https://img.quanminyanxuan.com/other/69a612221e3c4613b8d3acd348dad1f6.gif) no-repeat;
	background-size: 100%;
	position: relative;
}
.layer2 .btn-close2 {
	position: absolute;
	bottom: 0.46rem;
	left: 0;
	width: 2.6rem;
	height: 1rem;
}
.layer2 .btn-go2 {
	position: absolute;
	bottom: 0.46rem;
	right: 0;
	width: 3.6rem;
	height: 1rem;
}

/* 关注公众号弹窗 */
.mask {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,0.7);
	z-index: 1000;
	display: flex;
	justify-content: center;
	align-items: center;
}
.wallet-content {
	width: 77.33%;
	height: 7.1rem;
	margin-top: -1rem;
	padding: .45rem .7rem;
	background: url(https://img.quanminyanxuan.com/other/33014cb75fac475e9137064727f45b6f.png) no-repeat;
	background-size: 100% 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	box-sizing: border-box;
}
.wallet-content .title {
	font-size: 0.38rem;
	font-family: PingFang SC;
	font-weight: 800;
	color: #000000;
}
.wallet-content .desc {
	flex: 1;
	margin-top: .3rem;
	font-size: 0.32rem;
	text-align: center;
	font-family: PingFang SC;
	font-weight: 500;
	color: #333333;
}
.wallet-content .desc .sum {
	color: #EF201D;
}
.wallet-content .use {
	width: 4.8rem;
	height: 1.18rem;
	font-size: 0.32rem;
	font-family: PingFang SC;
	font-weight: bold;
	color: #5F370B;
	text-align: center;
	padding-top: .26rem;
	box-sizing: border-box;
	background: url(https://img.quanminyanxuan.com/other/fdc43aa6f5b44f26ba613990e8c1d9c2.png) no-repeat;
	background-size: 100% 100%;
}
.wallet-close {
	font-size: 0.28rem;
	font-family: PingFang SC;
	font-weight: 500;
	color: #999999;
	line-height: 1.2;
}
/* .wallet-close {
	width: .6rem;
	height: .6rem;
	position: absolute;
	right: 2%;
	top: -1.2rem;
} */