@import url(../../../css/sm.css);
@import url(../../../css/public.css);

/*# sourceMappingURL=demo.css.map */
.head{
	height: 1.266rem;
	text-align: center;
	line-height: 1.266rem;
	position: relative;
	color:#000;
	font-size: 0.426rem;
	position: absolute;
	top:0px;
	left:0px;
	width: 100%;
	border-bottom:1px solid #e1e1e1;
	background-color: #f3f3f3;
	z-index:9999;
}
.user_icon{
	display: block;
	height:1.266rem; 
	width:1.66rem;
	position: absolute;
	right:0rem;
	top:0rem;
	font-size: 0.32rem;
}
.content{margin: 1.266rem 0 0 0;}

.card{ margin: 0.33rem;box-shadow:none;}
.card-header, .card-footer{ font-size: 0.363rem;padding: 0.5rem 0.35rem;height: 1.053rem;line-height: 1.053rem;min-height:0.5rem;}
.card-header span:nth-child(1){
	white-space: nowrap;
    display: inline-block;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    max-width: 85%;
}

.card-content-inner {
	padding: 0;
    margin: 0.35rem;
    font-size: 0.30rem;
    overflow: hidden;
    line-height: 0.65rem;
}
.card-footer span:nth-child(2){
	border:1px solid #646464;
	padding: 0 0.3rem;
	border-radius:0.2rem;
	height: 0.63rem;
	line-height: 0.63rem;
}
.card-content-inner .p_icon{
	height: 0.666rem;
}
.card-content-inner .p_icon span{
	border-radius:0.05rem;
	padding: 0rem 0.09rem;
	display: inline-block;
}
.card-content-inner .p_icon span.t{
	border:1px solid #00cccb;
	color: #00cccb;
}
.card-content-inner .p_icon span.z{
	border:1px solid red;
	color:red;
}
.card-content-inner .c_l{
	float: left;
	width: 4.4rem;
}
.card-content-inner .c_l div{
	display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.card-content-inner .c_l div span.key{
	color:#b1b1b1;
}
.card-content-inner .c_l div.div-1{
	margin: 0.25rem 0;	
	color:#ff7f66;
	font-size: 0.463rem;
}
.card-content-inner .c_l div.div-1 label{
	font-size: 0.363rem;
}
.card-content-inner .c_r{
	position: absolute;
	right: 0px;
	bottom:0px;
	text-align: right;
	color:#b1b1b1;
}
.card-content-inner .c_r span{
	color:#ff7f66;
	font-size: 0.48rem;
}
.infinite-scroll-preloader .preloader{width: 0.7rem; height: 0.7rem;}


