html,
body {
	height: 100%;
	position: relative;
}

.mui-content {
	background-color: #FFFFFF;
}

header {
	height: 2.95rem;
}
.mui-slider .mui-slider-group .mui-slider-item img{
	height: 2.95rem;
}

header .mui-slider {
	z-index: 0;
}

header>img {
	width: 100%;
	height: 100%;
}

.top_nav {
	position: relative;
	top: -0.5rem;
	margin: 0 auto;
	width: 95%;
	height: 1.38rem;
	/* box-shadow: 0 0.03rem 0.07rem 0 rgba(0, 0, 0, 0.35); */
	background:rgba(255,255,255,1);
	box-shadow:0px 3px 7px 0px rgba(0, 0, 0, 0.35);
	opacity:0.8;
	border-radius:.1rem;
}

.top_nav>ul {
	display: flex;
	width: 100%;
	justify-content: space-around;
	background-color: rgba(255, 255, 255, 0.35) !important;
	border-radius:.1rem;

}

.top_nav>ul>li {
	margin-top: 0.3rem;
}

.top_nav>ul>li>a {
	margin-top: -0.2rem !important;
}

.top_nav .t_nav {
	background-color: transparent !important;
}

.top_nav>ul>li>a {
	display: block;
	padding-top: 0.1rem;
}

.top_nav>ul>li:nth-child(1) img,
.top_nav>ul>li:nth-child(2) img {
	position: relative;
	left: 0.1rem;
}

.top_msg {
	display: flex;
	/*justify-content: space-around;*/
	align-items: center;
	margin-top: .16rem;
	margin-left: .15rem;
	margin-bottom: .2rem;
	
}

.top_msg>.msg_icon {
	width: 0.42rem;
	height: 0.36rem;
	margin-left: 0.1rem;
	margin-right: .3rem;
}

.top_msg>.msg_icon>img {
	width: 100%;
	height: 100%;
}

.top_msg>.swiper-container {
	overflow: hidden;
	width: 6.7rem;
	height: 0.36rem;
	line-height: 0.36rem;
	padding-left: 0.1rem;
}

.top_msg>.swiper-container>.swiper-wrapper {
	width: 100%;
	/* line-height: 0.4rem; */
	/* height: 0.4rem; */
	/* height: 100%; */
}

.top_msg>.swiper-container>.swiper-wrapper>.swiper-slide {
	width: 100%;
	overflow: hidden;
}

.top_msg>.swiper-container .swiper-slide>p {
	width: 95%;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	/* 限制在一个块元素显示的文本的行数 */
	-webkit-box-orient: vertical;
	/* 垂直排列 */
	word-break: break-all;
	/* 内容自动换行 */
	font-size: 0.2rem;
	color: #666666;
	text-overflow: ellipsis;
	padding: 0;
	margin: 0;
}

.mui-grid-view.mui-grid-9 .mui-table-view-cell {
	padding: 0;
}
.mui-grid-view.mui-grid-9 .mui-table-view-cell>a:not(.mui-btn){
    padding: 0;
}
.mui-table-view {
    display: flex;
    justify-content: space-between;
}
.mui-table-view-cell {
	/*background-color: #FFFFFF !important;*/
	border: none !important;
}

.mui-table-view:after,
.mui-table-view:before {
	background-color: transparent;
	height: 0;
}

.mui-icon {
	width: .54rem;
	height: .54rem;
}
.mid_nav .mui-icon {
	width: .76rem;
	height: .76rem;
	margin-bottom: 5px;
}

/* .mui-table-view>li:nth-child(3) .mui-icon {
	width: 0.5rem;
} */

/* .mui-table-view>li:nth-child(4) .mui-icon {
	width: 0.4rem;
} */

.mui-media-body {
	font-size: 0.24rem;
}

.mid_nav {
	/* margin-top: 0.2rem; */
}

.mid_nav>ul {
	border: 0 !important;
}

/* 签到活动 */
.act_menu {
	margin-bottom: 0.1rem;
	    margin-top: 0.3rem;
	/* 暂时加的 */
}

.act_menu>ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.act_menu>ul>li {
	margin-bottom: 0.3rem;
	width: 46%;
	height: 2rem;
	color: #FFFFFF;
	background-image: url(../images/home/act_bg01.png);
	background-size: 100%;
	background-repeat: no-repeat;
}

/* .act_menu>ul>li:nth-child(1) {
	background-image: url(../images/home/act_bg04.png);
}

.act_menu>ul>li:nth-child(2) {
	background-image: url(../images/home/act_bg03.png);
} */

.act_menu>ul>li:nth-child(1) {
	background-image: url(../images/home/act_bg01.png);
}

.act_menu>ul>li:nth-child(2) {
	background-image: url(../images/home/act_bg02.png);
}

.act_menu>ul>li>a {
	/*display: block;*/
	width: 100%;
	height: 100%;
}

.act_menu>ul>li>a>p {
	color: #FFFFFF;
}

.act_menu>ul>li>a>p:nth-child(1) {
	font-size: 0.38rem;
	margin: 0.41rem 0 0.23rem 0.23rem;
}

.act_menu>ul>li>a>p:nth-child(2) {
	font-size: 0.22rem;
	margin-left: 0.23rem;
}

/* 偶数even 奇数odd */
/* .act_menu>ul>li:nth-of-type(even){
	margin-left: 0.01rem;
} */



/* 生活服务和理财专区 */

.ser_life {
	margin-bottom: 0.5rem;
}

.ser_life .life_nav {
	display: flex;
	justify-content: space-around;
	margin-top: 0.25rem;
}

.ser_life .life_title {
	font-size: 0.28rem;
	margin: 0.23rem 0;
	position: relative;
}


.ser_life .life_title>img {
	width: 0.39rem;
	height: 0.39rem;
	margin: 0 0.1rem 0 0.23rem;
}

.ser_life>.life_nav>li>a {
	display: block;
}

.ser_life>.life_img_wrap {
	text-align: center;
}

.ser_life>.life_img_wrap>img {
	width: 96%;
	height: 100%;
	margin: 0 auto;
}

.ser_life>.life_nav>li>a {
	display: flex;
	overflow: hidden;
}

.life_nav .icon_wrap {
	box-sizing: content-box;
	width: 0.69rem;
	height: 0.69rem;
	background-color: #9DE3FB;
	border-radius: 50%;
	margin-right: 0.2rem;
}

.ser_life>.life_nav .icon_wrap>img {
	width: 100%;
	height: 100%;
	margin: 0.1rem 0 0 0.1rem;
}

.ser_life>.life_nav>li>a>div>p:nth-child(1) {
	margin: 0;
	font-size: 0.3rem;
	color: #000000;
}

.ser_life>.life_nav>li>a>div>p:nth-child(2) {
	margin: 0;
	font-size: 0.2rem;
	color: #666666;
}

.ser_life>.life_nav .life_menu {
	line-height: 0.69rem;
}

/* 积分商城 */

.pr_shop>.pr_title {
	margin: 0.3rem auto;
	text-align: center;
	width: 80%;
	height: 0.55rem;
	background-image: url(../images/bottom_shop_title_bg.png);
	background-size: 100%;
	background-repeat: no-repeat;
}

.pr_shop .pr_title>p {
	color: #FFFFFF;
	font-size: 0.28rem;
	line-height: 0.55rem;
}

.mui-scroll-wrapper {
	position: absolute;
	height: 3rem !important;
}
.mui-scroll-wrapper:last-child{
	/* margin-bottom: 0.5rem; */
	border-bottom: 1px solid rgba(248,248,248,1);
}

.mui-scroll-wrapper .img_wrap {
	width: 3.3rem;
	height: 3.5rem;
	padding: 0.1rem;
	margin: 0 0.2rem;
}

.mui-scroll-wrapper .mui-scroll {
	height: 3rem !important;
}

.mui-scroll-wrapper .img_wrap img {
	width: 100%;
	height: 100%;
}

.mui-control-item {
	height: 4rem !important;
	padding: 0 !important;
}

.mui-scroll-wrapper .mui-scroll .mui-control-item>p {
	margin: 0;
	padding: 0;
	width: 3.8rem;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
}



/* 第一次进入app弹出层 */

.layui-layer-demo {
	background-image: url(../images/home/h_alert_bg.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	border-radius: 0.16rem;
}

.alert_wrap {
	margin-top: 0.5rem;
}

.alert_img_wrap {
	margin: 0 auto;
	width: 2.1rem;
	height: 0.85rem;
}

.alert_img_wrap img {
	width: 100%;
	height: 100%;
}

.alert_middle {
	font-size: 0.21rem;
	color: #FFFFFF;
	letter-spacing: 0.05rem;
	text-align: center;
	margin-bottom: 0.1rem;
}

.alert_content {
	width: 90%;
	height: 70%;
	padding: 0.4rem;
	margin: 0 auto;
	background-color: #FFFFFF;
	color: #666666;
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
}

.alert_content li {
	margin: 0.1rem;
	list-style-type: disc;
}

.close_btn {
	margin: 0.5rem auto 0 auto;
	text-align: center;
	width: 30%;
	color: #FFFFFF;
	background-color: #0AA0E4;
	border: 0;
}


/* 红包弹出层css */
#popover {
	padding-top: 5.6rem;
	text-align: center;
	width: 90%;
	height: 10rem;
	position: fixed;
	top: 16%;
	left: 5%;
	background-image: url(../images/home/alert_hongbao.png);
	background-repeat: no-repeat;
	background-size: 90% 80%;
	background-color: transparent;
	background-position: center;
}

#popover>.popcontent>p:first-child {
	color: #ffffff;
	font-size: 0.56rem;
	margin-bottom: 0.6rem;
}

#popover>.popcontent>p:nth-child(2) {
	color: #E8332F;
	font-size: 0.75rem;
	/* margin-bottom: 1.3rem; */
}

#popover>p:nth-child(3),
#popover>p:nth-child(4) {
	color: #333333;
	font-size: 0.26rem;
}

.next_step_btn {
	width: 55%;
	border-radius: 5rem;
	margin-top: 1.5rem;
	font-size: 0.44rem;
}

.close_hongbao {
	margin: 0 auto;
	width: 0.51rem;
	height: 0.51rem;
	line-height: 0.51rem;
	color: #FFFFFF;
	border: 0.01rem solid #FFFFFF;
	border-radius: 50%;
	margin-top: 1.1rem;
}


.mui-table-view.mui-grid-view .mui-table-view-cell .mui-media-body {

	height: 18px;
	line-height: 18px;
	font-size: .2rem;
	color: #555555
}
.popcontent{

}
.mui-grid-view.mui-grid-9 .mui-table-view-cell{
	padding-top: 0 !important
}
.mui-grid-view.mui-grid-9 .mui-table-view-cell>a:not(.mui-btn){
	padding-top: 0;
}
.span_left>span:first-child{
	width:.12rem;
	height:.4rem;
	background:rgba(10,160,228,1);
	display: inline-block;

}
.span_left>span:nth-child(2){
	font-size:.34rem;
	font-family:PingFang-SC-Bold;
	font-weight:bold;
	padding-left: .2rem;
	position: relative;
    top: -0.08rem;
}
.pro_top{
	display: flex;
}
.span_right{
	position: absolute;
	right: .1rem;
}
.span_right img{
   width: .15rem;
   height: .25rem;
}
.span_right p{
	float: left;
	padding-right: .14rem;
}
/* 商品 */
.product{
   padding-left: 0.1rem;
   overflow-x: scroll;
   overflow-y: hidden;
   white-space: nowrap;
   width: auto;
   display: flex;
}
.product a{
	float: left;
	margin-right: .16rem;
}
.product dl{
	width:2.4rem;
	height:auto;
	background:rgba(255,255,255,1);
	box-shadow:0px 2px 5px 0px rgba(83,83,83,0.21);
	border-radius:0.04rem;
	
}
.product dl dt{
	width: 2.4rem;
	height: 1.9rem;
	background:rgba(111,111,111,1);
}
.product dl dt>img{
	width: 100%;
	height: 100%;
}
dd{
	display: flex;
	padding-left: 0.05rem;
	/* text-align: left; */
}
dd>div>p:first-child{
	font-size: .22rem;
	color: #222222;
	width: 2rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
dd>div>p:nth-child(2){
	font-size: .18rem;
	color: #666666;
}
dd>p{
	font-size:.26rem;
	color: #222222;
	line-height: .8rem;
	padding-left: .47rem;
	padding-left: .3rem;
	/* overflow: hidden;
    text-overflow: ellipsis; */
}
/* 头部 */
.header{
	height: 1.29rem;
	background:linear-gradient(-27deg,rgba(253,87,3,1),rgba(255,143,5,1));
	padding-top: .25rem;
	display: flex;
	padding-left: .23rem;
}
.search{
	width:5.26rem;
	height:.74rem;
	line-height: .74rem;
	background:rgba(255,255,255,1);
	border-radius:.37rem;
	margin-left: .2rem;
	margin-right: .18rem;
	display: flex;
}
.search img{
	width: .32rem;
	height: .32rem;
	position: relative;
    left: .2rem;
    top: 0.08rem;
}
input[type=search]{
	height: .74rem;
	line-height: .74rem;
	border-radius:.37rem;
	text-align: left;
	background:rgba(255,255,255,1);
    font-size: .31rem;
}

.mui-input-row .mui-search{
	height: .74rem !important;
	line-height: .74rem;
	background:rgba(255,255,255,1);
}
.mui-input-row .mui-search .mui-active{
	background:rgba(255,255,255,1) !important;

}
.mui-icon-search:before{
	color: #999999
}

.left{
	text-align: center;
}
.left img{
	width: .41rem;
	height: .41rem;
}
.left p{
	font-size:.2rem;
    color:rgba(255,255,255,1);
}
div.mui-input-row.mui-search.mui-active::before{
	top: .4rem;
	color: #999999;
	/* background: white; */
}
