/*如果屏幕宽度大于750px则固定字体大小*/
@media screen and (min-width:750px ) {
    html{font-size: 100px;}
}
ul,ol,li,dl,dt,dd{
	margin:0;
	padding:0;
	list-style:none;
}
img{
	outline: none;
	vertical-align: top;
}
.mui-popup.mui-popup-in{
	border:#DDD solid 1px;
}
.mainContainer{
	position:relative;
	width:7.5rem;
	margin:auto;
	overflow: hidden;
}
.showModelBox{
	position:fixed;
	z-index:10000;
	left:0;
	top:0;
	bottom:0;
	right:0;
	display:flex;
	justify-content:center;
	align-items:center;
	flex-direction: column;
}
.showModelBox .bg{
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	background:rgba(0,0,0,0.6);
}
.showModelBox .modelBox{
	position:relative;
	background:#FFF;
	display:flex;
	justify-content:center;
	align-items:center;
	flex-direction: column;
	border-radius:5px;
	overflow:hidden;
	min-width:320px;
}
.showModelBox .modelBox .head{
	width:100%;
	line-height: 45px;
	text-align: center;
	border-bottom: #DDD solid 1px;
	font-size: 16px;
	background: #F0F0F0;
}
.showModelBox .modelBox .bottomBtn{
	width:100%;
	border-top:#DDD solid 1px;
	display: flex;
}
.showModelBox .modelBox .bottomBtn label,.showModelBox .modelBox .bottomBtn span{
	display: flex;
	flex: 1;
	height: 45px;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	color: #999;
}
.showModelBox .modelBox .bottomBtn label,.showModelBox .modelBox .bottomBtn .active{
	background: #ff4753;
	color: #FFF;
}
.showModelBox .modelBox .icon{
	font-size: 40px;
	padding-top: 20px;
	color: #F30;
}
.showModelBox .modelBox .note{
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
	text-align: center;
	color: #888;
}
.isLoadingBox{
	display:flex;
	justify-content:center;
	align-items:center;
	flex-direction: column;
	width:2rem;
	height:2rem;
	background:#FFF;
	border:#DDD solid 1px;
	border-radius:5px;
	position:relative;
	font-size:14px;
	color:#999;
}	
.isLoadingBox img{
	width:.6rem;
	margin-bottom:.2rem;	
}
/***/
.tabBarBoxSpac{
	height:60px;
}
.tabBarBox{
	position:fixed;
	left:0;
	bottom:0;
	right:0;
	z-index:100;
	display:flex;
	height:60px;
	align-items:center;
	justify-content: space-around;
	background:rgba(255,255,255,0.98);
	box-shadow: 0 0 2px #ccc;
}
.tabBarBox a{
	display:flex;
	flex-direction: column;	
	font-size:13px;
	color:#999;
	align-items:center;
}
.tabBarBox a div{
	height:20px;
}
.tabBarBox a i{
	font-size: 20px;
}
.tabBarBox a img{
	height: 20px;
}
.tabBarBox a.active{
	color:#fd4851;
}
/*****/
.nodatainfo{
	display:flex;
	/*position:fixed;*/
	left:0;
	top:0;
	right:0;
	flex-direction: column;	
	align-items:center;
	justify-content:center;
	height:5rem;
	color:#999;
	font:14px;
}
.nodatainfo span{
	font-size:42px;
	margin-bottom:.5rem;
}
/********/
.isShowshare{
	background:rgba(0,0,0,0.6);
	align-items: flex-end;
	justify-content: flex-start;
}
.isShowshare img{
	width:4rem;
	height:auto;
}
/*******/
 
.listVouchers{
	margin-top:.3rem;
	background:#fff;
	padding-bottom:.1rem;
}
.listVouchers .voucherheadr{
	background:#FFF;
	line-height:50px;
	padding:0 .3rem;
	font-size:18px;
}
.listVouchers .voucherheadr span{
	font-size:12px;
	color:#888;
}
.listVouchers .voucherheadr span i{
	color:#F30;
}
.listVouchers .vouchers{
	margin:0 auto .3rem auto;
	width:6.9rem;
	background:url(vouchejuchi.png) repeat-y right #FFCC00;
	 
	position:relative;
	 
	overflow:hidden;
	 
}

.listVouchers .vouchers ul{
	width:6.9rem;
	min-height:2.6rem;
	position:relative;
	overflow:hidden;
}
.listVouchers .vouchers:before,.listVouchers .vouchers:after,.listVouchers .vouchers ul:after{
	content:'';
	display:block;
	position:absolute;
 
}
.listVouchers .vouchers:before{
	width:1px;
	height:100%;
 
	top:0;
	left:2.6rem;
}
.listVouchers .vouchers:after,.listVouchers .vouchers ul:after{
	width:.3rem;
	height:.3rem;
	border-radius:50%;
	background:#fff;
	left:2.45rem;
	bottom:-0.15rem;
}
 
.listVouchers .vouchers ul:after{
	top:-0.15rem;
}
.listVouchers .vouchers ul ol{
	width:2.6rem;
	min-height:2.6rem;
	float:left;
	display:flex;
	align-items:center;
	justify-content:center;
	background:url(vouchejuchi2.png) repeat-y left #FFCC00;
}
.listVouchers .vouchers ul ol img{
	width:2.2rem;
	height:2.2rem;
}
.listVouchers .vouchers ul li{
	width:3.9rem;
	min-height:2.2rem;
	/*overflow-x:hidden;
	overflow-y:auto;*/
	float:left;
	margin:.2rem 0 0 .2rem;
	font-size:12px;
	line-height:16px;
	color:#666;
}
.listVouchers .vouchers ul li .title{
	font-size:16px;
	line-height:20px;
	font-weight:bold;
	margin-bottom:.1rem;
	color:#333;
}
.listVouchers .vouchers ul li .price{
	margin-bottom:.05rem;
	height:25px;
	display:flex;
	align-items:center;
}
.listVouchers .vouchers ul li .price span{
	flex:1;
	font-size:14px;
	color:#F30;
}
.listVouchers .vouchers ul li .price em,.listVouchers .vouchers ul li .price a{
	background:#ff4753;
	line-height:22px;
	padding:0 5px;
	color:#FFF;
	font-style:normal;
	border-radius:3px;
}
.listVouchers .vouchers ul li .time{
	margin-top:.05rem;
}
.listVouchers .vouchers .sate{
	position:absolute;
	width:2.6rem;
  	height:.6rem;
	background:rgba(255,100,0,0.7);
	display:flex;
	align-items:center;
	justify-content:center;
	transform:rotate(-45deg);
	right:-0.7rem;
	bottom:.3rem;
	font-size:14px;
	color:#FFF;
}
.listVouchers .vouchers .sate0{
	background:rgba(200,200,200,0.7);
	color:#888;
}
.listVouchers .vouchers .sate span{
	font-size:12px;
	margin-right:2px;
}
.listVouchers .vouchers .union{
	display:flex;
	align-items:center;
	padding:5px 10px;
	border-top:#fff dashed 1px;	
	font-size:12px;
	line-height:18px;
	color:#666;
	background:url(vouchejuchi2.png) repeat-y left;
}
.listVouchers .vouchers .union img{
	width:36px;
	height:36px;
	border-radius:50%;
	
}
.listVouchers .vouchers .union dl{
	flex:1;
	margin-left:10px;
	 
}
.listVouchers .vouchers .union dl dt,.listVouchers .vouchers .union dl dd{
	height:18px;
	overflow:hidden;
}
.listVouchers .showcontent{
	padding: .3rem; 
	background: #FFF; 
	border-top:#DDD solid 1px
}
/***/
.listmyVouchers{
	background-color: #FFF;
	padding-top: 1px;
	padding-bottom: 10px;
}
.listmyVouchers .header{
	display: flex;
	height: 35px;
	align-items: flex-end;
	padding-left: 10px;
	font-weight: bold;
}
.listmyVouchers .header span{
	font-size: 12px;
	font-weight: normal;
	color: #888;
	margin-left: 5px;
}
.listmyVouchers .header span i{
	font-style: normal;
	color: #F30;
}
.newvouchers{
	background-color: #FC0;
	position: relative;
	margin: 10px 10px 0 10px;
	overflow: hidden;
}
.newvouchers0{
	background-color: #DDD;
}
.newvouchers::before,.newvouchers::after{
	content: '';
	display: block;
	position: absolute;
	width: 5px;
	height: 100%;
	z-index: 100;
	background: url(voucherlink.png) repeat-y;
	top:0;
}
.newvouchers::before{
	left: -1px;
	transform:rotate(180deg);
}
.newvouchers::after{
	right: -1px;
}
.newvouchers ul{
	padding: 10px 13px;
	display: flex;
	align-items: flex-start;
}
.newvouchers ul ol{
	width:110px;
	height: 110px;
	border-radius: 3px;
}
.newvouchers ul ol::before,.newvouchers ul ol::after{
	content: '';
	display: block;
	position: absolute;
	width: 12px;
	height: 12px;
	background-color: #FFF;
	border-radius: 50%;
	left: 125px;
}
.newvouchers ul ol::before{
	top: -6px;
}
.newvouchers ul ol::after{
	bottom: -6px;
}
.newvouchers ul li{
	flex: 1;
	margin-left: 12px;
}
.newvouchers ul li h4{
	font-size: 16px;
	font-weight: bold;
}
.newvouchers ul li h5{
	font-size: 14px;
	display: flex;
	align-items: center;
}
.newvouchers ul li h5 label{
	flex: 1;
	color: #F30;
}
.newvouchers ul li h5 span{
	padding: 5px 6px;
	background-color: #F30;
	color: #FFF;
	border-radius: 3px;
}
.newvouchers ul li h5 i{
	margin-left: 20px;
	color: #999;
	font-size: 18px;
}
.newvouchers ul li p{
	font-size: 12px;
	color: #666;
	margin: 0;
}
.newvouchers .freebtn{
	display: flex;
	align-items: center;
	justify-content: center;
	height:30px;
	background: #F30;
	color: #FFF;
	border-radius: 15px;
	margin-top: 5px;
}
.newvouchers .freebtn span{
	margin-left: 10px;
	font-size: 12px;
	background: #FFF;
	color: #F00;
	padding: 0 3px;
	border-radius: 10px;
}
.newvouchers .sate{
	position:absolute;
	width:200px;
  height:30px;
	background:rgba(255,100,0,0.7);
	display:flex;
	align-items:center;
	justify-content:center;
	transform:rotate(-45deg);
	right:-70px;
	bottom:12px;
	font-size:14px;
	color:#FFF;
}
.newvouchers .sate span{
	margin-right: 3px;
}
.newvouchers .sate0{
	background:rgba(250,250,250,0.7);
	color:#F30;
}
.newvouchers dl{
	display: flex;
	padding: 5px 10px;
	font-size: 14px;
	border-top: #EEE dashed 1px;
}
.newvouchers dl dt{
	width:40px;
	height: 40px;
	border-radius: 50%;
}
.newvouchers dl dd{
	flex:1;
	margin-left: 10px;
}
.newvouchers dl dd div{
	height: 20px;
	overflow: hidden;
}
.newvouchers dl dd div i{
	display: inline-block;
	margin-left: 5px;
}
.newvouchers dl dd p{
	font-size: 12px;
	color: #666;
	margin: 0;
}
.newvouchers dl dd p i{
	background: green;
	color: #FFF;
	padding: 2px 3px;
	border-radius: 3px;
}
/****/
.showhaibaobtn{
	position:fixed;	
	background:rgba(255,100,0,.6);
	color:#FFF;
	display:flex;
	flex-direction: column;
	width:50px;
	height:50px;
	align-items:center;
	justify-content:center;
	right:3px;
	bottom:70px;
	border-radius:50%;
	z-index:102;
	font-size:14px;
	border:#FFF solid 1px;
	box-shadow:1px 1px 3px #666;
}
.showhaibaoimg{
	position:fixed;
	z-index:1000000;
	background:rgba(0,0,0,0.6);
	left:0;
	top:0;
	right:0;
	bottom:0;
	display: flex;
	justify-content: center;
}
.showhaibaoimg .img{
	position: relative;
	margin-top: 20px;
	width:6rem;
	height: 10.6rem;
	overflow: hidden;
}
.showhaibaoimg .img img{
	width:100%;
	height: 100%;
}
.showhaibaoimg .hide{
	width:30px;
	height:30px;
	display:flex;
	border:#F30 solid 1px;
	color:#F30;
	align-items:center;
	justify-content:center;
	border-radius:50%;
	position:absolute;
	top:5px;
	right:5px;
	font-size:18px;
}
/*********/
.listComment{
	border-top:#DDD dashed 1px;
	margin-bottom:.3rem;
	padding-top:.3rem;
}
.listComment .user{
	display:flex;
	align-items:center;
	font-size:14px;
}
.listComment .user img{
	width:30px;
	height:30px;
	border-radius:50%;
}
.listComment .user span{
	margin:0 .1rem;
}
.listComment .user i{
	color:#F30;
	margin-right:3px;
}
.listComment .user em{
	flex:1;
	text-align:right;
	font-style:normal;
	color:#999;
}
.listComment .remarks{
	margin-top:.1rem;
	font-size:14px;
	line-height:20px;
}
.listComment .pic{
	display:flex;
	margin-top:.15rem;
}
.showContent .listComment .pic img{
	width:2rem;
	height:2rem;
	margin-right:.15rem;
}
.listComment .reply{
	margin-top:.2rem;
	font-size:14px;
}
.listComment .reply span{
	color:#F00;
}
/***/
.userBaseInfo{
	padding-top: 135px;
}
.userBaseInfo .insaidBox{
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	height: 120px;
	background: rgba(255,255,255,.96);
	border-bottom: #EEE solid 1px;
	display: flex;
	align-items: center;
	padding: 0 15px;
	z-index: 100;
}
.userBaseInfo .insaidBox img{
	width: 70px;
	height: 70px;
	border-radius: 50%;
}
.userBaseInfo .insaidBox ul{
	flex: 1;
	margin: 0 15px;
}
.userBaseInfo .insaidBox ul ol{
	line-height: 30px;
	font-size: 18px;
	height: 30px;
	overflow: hidden;
	font-weight: bold;
}
.userBaseInfo ul li{
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	font-size: 14px;
	color: #999;
}
.userBaseInfo .insaidBox ul li span{
	color: #F30;
}
.userBaseInfo .insaidBox a{
	background: #ff4753;
	color: #FFF;
	line-height: 36px;
	padding: 0 15px;
	border-radius: 18px;
	font-size: 16px;
	letter-spacing: 3px;
}
.sideUserBoxs{
	background: #FFF;
	border-top: #EEE solid 1px;
	border-bottom: #EEE solid 1px;
}
.sideUserBoxs .h{
	display: flex;
	border-bottom: #EEE solid 1px;
	height: 50px;
	padding: 0 15px;
	align-items: center;
}
.sideUserBoxs .h label{
	flex: 1;
	font-size: 18px;
}
.sideUserBoxs .h a{
	color: #999;
	font-size: 16px;
}
/*****/
.usericonbox{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: .6rem;
	height: .6rem;
	border-radius: 50%;
	overflow: hidden;
}
.usericonbox:after{
	content: '';
	display: block;	
	background: #FFF;
}
.usericonbox img,.usericonbox:after{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.usericonbox:after{
	border-radius: 50%;
	left: 60%;
}

.autoimgshowforcontent img{
	max-width:100%;
	height:auto;
}


/**
自定义弹出框
**/
.mydialog{
	position:fixed;
	width:100%;
	height:100%;
	left:0px;
	top:0px;
	z-index:1000;
	display:none;
}
.mydialog div.mydialog-bg{
	position:absolute;
	width:100%;
	height:100%;
	z-index:1001;
	background:rgba(200, 200, 200, 0.2);
}
.mydialog div.mydialog-body{
	position:absolute;
	width:6.6rem;
	margin:5% 5%; 
	z-index:1002; 
	overflow-X:hidden;
	overflow-Y:auto;
	min-height:3rem; 
}
.mydialog button.openmydialog{
	position:absolute;
	top:15px; right:10px;
	z-index:1002;
}

/*
通用title
*/
.commTitle{margin: 10px 15px 10px;
				color: #6d6d72;
				font-size: 15px;}
.inlineface{
	border-radius: 50%;
	margin-right:3px; 
	margin-bottom:3px;
}
.yaunjiaoface{
	border-radius: 3px;
}
/***/
.fullimgbox{
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
/*
Vip 列表样式
*/
.listvipItems{display:block;margin:.0rem .2rem;position:relative;padding-top:20vw;padding-bottom: .3rem;}
.listvipItems .infos{background:#FFF;padding:25vw .3rem .3rem .3rem;box-shadow: 0 0 2px #EEE;}
.listvipItems .bgBox{position:absolute;left:.3rem;top:0rem;right:.3rem;height:45vw;border-radius:.2rem;box-shadow: .1rem .1rem .2rem #AAA;}
.listvipItems .infos .name{font-size:18px;line-height:25px;color:#000;margin-top: 10px;height: 25px;white-space: nowrap;text-overflow: ellipsis;-o-text-overflow: ellipsis;overflow: hidden;}
.listvipItems .infos .others{display:flex;align-items: flex-end;margin-top:5px;}
.listvipItems .infos .others .left{flex:1;margin-right:.2rem;font-size:14px;line-height:25px;}
.listvipItems .infos .others .left .time{color:#fd4851;margin-bottom:.1rem;}
.listvipItems .infos .others .left .stat{color:#888;font-size:16px;}
.listvipItems .infos .others .btn{font-size:16px;line-height:35px;padding:0 15px;background:#fd4851;border-radius:20px;color:#FFF;}
.listvipItems .infos .others .btn1{background:#fee4e7;color:#fd4851;}
.listvipItems .infos .others .btn2{background:#999999;color:#fff;}
.listvipItems .listJoin{display: flex;flex-wrap: wrap;margin-left: .2rem;}
.listvipItems .listJoin .usericonbox{width: .5rem;height: .5rem;margin: .16rem 0 0 -0.2rem;}
.listvipItems .listJoin .word{margin: .25rem 0 0 .1rem;color: #333;font-size: 12px;}