*{
	margin:0;
	padding:0;
}
html,body{
	
	font-family: "microsoft yahei";
	/*height: 100%;*/
}
body{
	width: 100%;
	background: #fff;		
    padding-top: constant(safe-area-inset-top);
    padding-left: constant(safe-area-inset-left);
    padding-right: constant(safe-area-inset-right);
    padding-bottom: constant(safe-area-inset-bottom);
} 
/*  弹框*/
.black_overlay {
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color:#000000;
    z-index: 1011;
    -moz-opacity: 0.5;
    opacity: .50;
    display: none;
}    
img{
	width: 100%;
	display: block;
}
li{
	list-style: none;
	float: left;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.clearfix {
  zoom: 1;
}
.left{
	float: left;
}
.right{
	float: right;
}
a{
	text-decoration: none;
	display: block;	
	outline: none;
}
a:active{
	background: none;
}
a:visited {
	text-decoration:none;
} 
span{
	display: block;
}
.cotainerBox{
	width: 100%;	
}
/*带有搜索框的，类似于推荐页*/
.paddingTop{
	padding-top: 1.1rem;
}
.paddingBot {
    padding-bottom: 1.1rem;
    /* padding-bottom: 0.98rem;*/
}
/*类似于活动页*/
.activePadTop{
	padding-top: 2.18rem;
}
/*字体30号的颜色*/
.fontColor30{
	color: #333;
	font-size: 0.3rem;
}
.fontColor32{
	color: #1b1b1b;
	font-size: 0.32rem;
}
.fontColor28{
	color: #333;
	font-size: 0.28rem;
}
.fontColor24{
	color: #999;
	font-size: 0.24rem;
}
.fontColor36{
	font-size: 0.36rem;
}
.fontColorRed32{
	color:#ed3d3d;
	font-size: 0.32rem;
}
/*背景颜色为灰色*/
.bgGray{
	background: #FAFAFA;
}
.bgcolorB{
	background: #bbb;
	color:#FFF;
}
/*背景颜色为白色*/
.bgWhite{
	background: #FFFFFF;
}
/*字体颜色为红色*/
.fontCurRed{
	color: #ed3d3d;
}
.fontOdetailState{
	color:#51100c ;
}
.fontColorred{
	color: #ED3D3D;
	font-size: 0.24rem;
}
.fontColorGreen{
	color: #18c859;
}
.fontColor9{
	color: #999;
}
.fontColor6{
	color: #666;
}
.fontColor3{
	color: #333;
}
.fontColorYellow{
	color: #FEA94E;
}

/*背景为紫色*/
.bgPurple{
	background: #8d78e5;
}
.bgRed{
	background: #FC4F4F;
	color: #fff;
}
.bgRed82{
	background: #FF8282;
	color: #fff;
}
.colorGreen3ac{
	color: #3ac7c9;
}
.bgyellow{
	background: #fea94e;
}
.bgCcc{
	background: #CCCCCC;
}
.disHide{
	display: none;
}
/*背景为绿色*/
.bgGreen{
	background: #3ac7c9;
	color: #fff;
}
.marginTop8{
	margin-top: 0.16rem;
}
.border-bot{
	border-bottom: 1px solid #F5F5F5;
}
.marginRight8{
	margin-right:0.16rem;
}
.marginright30{
	margin-right:0.3rem;
}
.marginR5{
	margin-right: 0.1rem;
}
.btn{
	color:#fff;
	font-size: 0.32rem;
	line-height: 1rem;
	border: none;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	cursor: pointer;
	text-align: center;
}
.padding30{
	padding: 0.3rem;
}
/*数据为空时*/
.nodata{	
    text-align: center; 
    position: absolute;
    left: 50%;
    top: 35%;
    margin-left: -40px;
    width: 80px;
}

.resultnodata{
	width: 100%;
	text-align: center; 
    position: absolute;
    top: 30%;
}
.rnodata{
	width: 80px;
    text-align: center; 
    position: absolute;
    left: 50%;
    top: 45%;
    margin-left: -40px;
}
.defultImg{
	width: 100%;
	
}
.searchDefultImg{
	width: 120px;
	margin: 0 auto;
}
.nosResult{
	position: absolute;
	top: 120px;
	width: 100%;
}
.detailNodata{
	width: 80px;
    text-align: center; 
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -50px;
}
.stateBox{
	position: absolute;
    top: 50%;
    margin-top: -0.5rem;
}
@media screen and (min-width:800px ) {
	html{
		font-size: 55px!important;	
	}
	.cotainerBox{
		 width: 750px!important;
		 margin:0 auto;
    }
    .paddingBot{
    	padding-bottom: 1.5rem;
    }
    .ul{
    	width: 750px!important;
    }
    .mui-poppicker{
    	width: 750px!important;
    	left: 50%!important;
    	margin-left: -375px!important;
    }
    .btn{
		width: 750px;
		left: 50%;
		margin-left: -375px;
	}
	.black_overlay {	   
	    left: 50%;
	    width: 750px;
	  	margin-left: -375px;
	  
	}
	.nosResult{
		position: absolute;
		top: 120px;
		width: 750px;
	}
	.resultnodata{
		width: 750px;
		text-align: center; 
	    position: absolute;
	    top: 30%;
	}
	.rnodata {	   
	    position: absolute;
	    left: 50%;
	    top: 66%;
	   
	}
}
@media only screen and (device-width:375px ) and (device-height:812px) and (-webkit-device-pixel-ratio:3){
	.cotainerBox {
		padding-bottom: 1.8rem;
	}
	.ul{
		bottom:34px!important;
	}
	.attentionBox{
		bottom:34px!important;
	}
}

.border40{
	border-top-left-radius: 0.4rem ;
    border-bottom-left-radius: 0.4rem ;
}

.borderRight40{
	border-top-right-radius: 0.4rem ;
    border-bottom-right-radius: 0.4rem ;
}

.FEA94E{
  background: linear-gradient(to right, #FEA94E , #FD5A52) ;
  background: -webkit-linear-gradient(to right, #FEA94E , #FD5A52) ; /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(to right, #FEA94E , #FD5A52) ; /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(to right, #FEA94E , #FD5A52) ; /* Firefox 3.6 - 15 */
}

.linehight80{
	line-height: 0.8rem !important;
}

.margin50{
	margin: 0.5rem !important;
}

.followStyle{
	line-height: 0.46rem;
	font-size:0.2rem;
	color: white;
	background-color: #3AC7C9;
	padding: 0rem 0.15rem;
	border-radius: 0.23rem;
	letter-spacing:0.1rem;
}

.hidden{
	visibility:hidden;
}

.span{
	display: inline;
}

.round{
	
	border-radius: 0.5rem;
	border: 1px solid #FFEBEB;
	overflow: hidden;
}
