*{
	margin: 0;
	padding: 0;
}

body{
	width: 100%;
	background-color: #F5F5F5;
	box-sizing: border-box;
}

img{
	display: block;
	width: 100%;
}

a{
	display: block;
}

p,span,a,em{
	font-family: "Source Han Sans";
}

/* 头部 */
.aui-navBar {
	width: 100%;
	height: 0.9rem;
	position: fixed;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-flex-direction: row;
	-moz-box-orient: horizontal;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	z-index: 10;
}

.aui-navBar-item {
	display: block;
	-webkit-flex-shrink: 0;
	-moz-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
	width: 15%;
	height: 0.9rem;
	line-height: 0.9rem;
	text-align: center;
}

.iconfont {
	font-size: 0.4rem;
	color: #FFFFFF;
}

.aui-center {
	-webkit-flex-shrink: 0;
	-moz-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
	width: 70%;
	height: 0.9rem;
	line-height: 0.9rem;
	padding: 0 3%;
	text-align: center;
}

.aui-center p {
	width: 100%;
	height: 0.9rem;
	line-height: 0.9rem;
	text-align: center;
	font-size: 0.33rem;
	color: #FFFFFF;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}


.top{
	width: 100%;
	height: 3rem;
	margin-top: 0.88rem;
}

.personal-points{
	width: 92%;
	height: 4rem;
	background: linear-gradient(to right,rgba(255,255,255,1),rgba(255,255,255,0.93));
	border-radius: 0.3rem;
	position: absolute;
	top: 1rem;
	left: 50%;
	transform: translateX(-50%);
	padding: 0.2rem;
	padding-top: 0.4rem;
}

.points-detail{
	width: 100%;
	position: relative;
}

.detail-title{
	width: 100%;
	display: flex;
	align-items: center;
}

.title-icon{
	width: 0.4rem;
	margin-right: 0.2rem;
}

.detail-title p{
	font-size: 0.3rem;
	font-weight: bold;
	color: #000000;
}

.detail-mine{
	width: 100%;
	padding-left: 0.58rem;
	margin-top: 0.02rem;
}

.point-num{
	font-size: 0.48rem;
	font-weight: bold;
	font-family: "Source Han Sans";
	color: #fd8e01;
}

.point-txt{
	font-size: 0.24rem;
	color: #999999;
}

.point-txt i{
	display: inline-block;
	width: 0.3rem;
	height: 0.3rem;
	background: url(../images/icon3.png) no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	vertical-align: text-top;
	margin-right: 0.1rem;
}

.points-btn{
	width: 1.8rem;
	height: 0.6rem;
	background: linear-gradient(to right,#f9a805,#fd8d00);
	border-radius: 0.9rem;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0.3rem;
	right: 0.2rem;
}

.btn-icon{
	width: 0.25rem;
	margin-right: 0.1rem;
}

.points-btn p{
	 font-size: 0.24rem;
	 color: #FFFFFF;
}

.points-list{
	width: 92%;
	margin: 0 auto;
	display: flex;
	text-align: center;
	justify-content: space-between;
	align-items: center;
}

.points-list figure{
	width: 1.1rem;
	font-size: 0.24rem;
	font-family: "Source Han Sans";
}

.points-list figure img{
	width: 0.9rem;
	margin: 0 auto;
	margin-bottom: 0.05rem;
}

.divider{
	width: 100%;
	border: 1px solid #fff4cf;
	margin: 0.25rem 0;
	position: relative;
}

.diamond{
	width: 0.22rem;
	height: 0.22rem;
	border: 2px solid #FFF4CF;
	position: absolute;
	top: -0.12rem;
	left: 50%;
	margin-left: -0.12rem;
	transform: rotate(45deg);
	background-color: #FFFFFF;
}

.activity-list{
	width: 100%;
	margin-top: 1.2rem;
	padding: 0.01rem;
}

.rmhd{
	width: 92%;
	margin: 0 auto;
	margin-top: 0.4rem;
}

.hd-title{
	width: 100%;
	display: flex;
	align-items: center;
}

.hd-icon{
	width: 0.4rem;
	margin-right: 0.2rem;
}

.hd-title p{
	font-size: 0.32rem;
	font-weight: bold;
	display: flex;
	align-items: center;
}

.hd-content{
	width: 100%;
	height: 4rem;
	border-radius: 0.2rem;
	overflow: hidden;
/* 	display: flex;
	justify-content: space-between; */
	margin-top: 0.3rem;
}

.content-left{
	width: 48.5%;
	height: 100%;
	float: left;
	border-radius: 0.2rem 0 0 0.2rem;
	overflow: hidden;
}

.content-left img{
	width: 100%;
	height: 100%;
}

/* .content-right{
	width: 48.5%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
} */

.right1{
	width: 48.5%;
	height: 47.5%;
	float: right;
	border-radius: 0 0.2rem 0.2rem 0;
	overflow: hidden;
}

.right1 img{
	height: 100%;
}

.right2{
	width: 48.5%;
	height: 47.5%;
	float: right;
	margin-top: 0.21rem;
	border-radius: 0 0.2rem 0.2rem 0;
	overflow: hidden;
}

.right2 img{
	height: 100%;
}

.all-playing{
	width: 100%;
	margin-left: 0.3rem;
	margin-top: 0.4rem;
}

.prizehd{
	width: 100%;
	height: 4rem;
	margin-top: 0.3rem;
	
}

.prizehd .swiper-container{
	width: 100%;
	height: 100%;
}

.prizehd .swiper-container .swiper-slide{
	width: 3.1rem;
	height: 4rem;
	border-radius: 0.3rem;
}

.prizehd .swiper-slide img{
	width: 3.1rem;
	height: 4rem;
	border-radius: 0.3rem;
	overflow: hidden;
}

.coupon{
	width: 100%;
	margin-left: 0.3rem;
	margin-top: 0.4rem;
}

.coupon-content{
	width: 100%;
	height: 1.8rem;
	margin-top: 0.3rem;
}

.coupon-content .swiper-container{
	width: 100%;
	height: 100%;
}

.coupon-content .swiper-slide{
	width: 6.2rem;
	height: 1.8rem;
	background: url(../images/kq-bg.png) no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.coupon-left{
	width: 2.46rem;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.coupon-value{
	width: 80%;
	max-height: 0.9rem;
	color: #fe6c0c;
	font-size: 0.22rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	box-orient: vertical;
	line-clamp: 2;
}

.coupon-value em{
	font-size: 0.38rem;
	vertical-align: sub;
	word-wrap: break-word;
}

.coupon-text{
	width: 80%;
	color: #a6a6a6;
	font-size: 0.23rem;
}

.coupon-right{
	width: 5rem;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	padding-left: 0.25rem;
}

.coupon-title{
	width: 2.1rem;
	max-height: 0.76rem;
	font-size: 0.28rem;
	font-weight: bold;
	color: #000000;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    box-orient: vertical;
    line-clamp: 2;
	margin-bottom: 0.1rem;
}

.coupon-sort{
	width: 2.1rem;
	font-size: 0.23rem;
	color: #A6A6A6;
	overflow: hidden;
	text-overflow: ellipsis;
}

.to-use{
	width: 1.5rem;
	height: 0.6rem;
	background-color: #FE6C0C;
	text-align: center;
	line-height: 0.6rem;
	color: #FFFFFF;
	border-radius: 0.3rem;
	font-size: 0.25rem;
	letter-spacing: 0.02rem;
	position: absolute;
	top: 50%;
	right: 0.2rem;
	transform: translateY(-50%);
}

.points-shop{
	width: 100%;
	margin-top: 0.4rem;
}

.shop-sort{
	width: 100%;
	display: flex;
	align-items: center;
	padding: 0 0.3rem;
}

.shop-sort p{
	font-size: 0.29rem;
}

.shop-sort p:first-child{
	margin-right: 0.5rem;
}

.sort-active{
	color: #fd6e0e;
	border-bottom: 3px solid #FD6E0E;
}

.points-section{
	width: 100%;
	height: 0.6rem;
	margin-top: 0.3rem;
	position: relative;
	padding: 0 0.3rem;
}

.points-section .swiper-container{
	width: 100%;
	height: 100%;
}

.points-section .swiper-slide{
	width: auto !important;
	height: 0.6rem;
	background-color: #FFFFFF;
	border-radius: 0.3rem;
	text-align: center;
	line-height: 0.6rem;
	color: #000;
	font-size: 0.25rem;
	padding: 0 0.4rem;
}

.section-active{
	background-color: #f6e7dd !important;
	color: #FD6E0E !important;
}

.more-btn{
	width: 0.6rem;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #F5F5F5;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9;
}

.more-btn img{
	width: 50%;
	height: 50%;
}

.shop-list{
	width: 96%;
	margin: 0 auto;
	margin-top: 0.2rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.shop{
	width: 3.51rem;
	height: 4.56rem;
	margin-bottom: 0.18rem;
	background-color: #FFFFFF;
	border-radius: 0.2rem;
}

.shop a{
	width: 100%;
	height: 100%;
}

.shop-img{
	width: 100%;
	height: 3.1rem;
	border-radius: 0.14rem;
	overflow: hidden;
}

.shop-img img{
	width: 100%;
	height: 100%;
}
.shop-content{
	width: 100%;
	margin-top: 0.1rem;
}

.shop-name{
	width: 100%;
	height: 0.63rem;
	font-size: 0.24rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	box-orient: vertical;
	line-clamp: 2;
	padding: 0 0.15rem;
}

.shop-points{
	width: 100%;
	margin-top: 0.1rem;
	padding: 0 0.15rem;
}

.shop-price{
	font-size: 0.22rem;
	color: #222222;
	font-weight: normal;
	vertical-align: inherit;
}

.shop-price em{
	height: 0.34rem;
	font-size: 0.28rem;
	font-weight: bold;
	color: #f77d3c;
	letter-spacing: 0.01rem;
	line-height: 0.34rem;
}

.shop-integral{
	font-size: 0.22rem;
	color: #222222;
	font-weight: normal;
	vertical-align: inherit;
}

.shop-integral em{
	height: 0.34rem;
	font-size: 0.28rem;
	font-weight: bold;
	color: #f77d3c;
	letter-spacing: 0.01rem;
	line-height: 0.34rem;
}

#no_data{
	width: 100%;
	padding-top: 0.2rem;
	text-align: center;
	margin-bottom: 0.5rem;
}

.no-icon{
	width: 45%;
	margin: 0 auto;
}

.no-tipe{
	margin-top: 0.1rem;
	font-size: 0.26rem;
	color: gray;
}