/*  手机页面布局样式  body固定 content滚动自适应 其它元素固定  **/
html,body,iframe{width:100%;height:100%;border:0px;}
body{display: flex;flex-direction: column;overflow: hidden}
header.mui-bar{position: inherit;font-size: 13px;height:38px}
.mui-input-group .mui-input-row .lable{padding: 0px 0px;width:70px;font-size: 14px;line-height: 2.5;}
.mui-input-group .mui-input-row div{float: left;width: 100%; height: 100%;display: flex;flex-direction: row;}
.mui-input-group .mui-input-row label~input{border: 0px;border-bottom: 1px solid #007aff;border-radius: 10px;height:100%;font-size: 1.4rem;color:#007aff;text-align: center;flex-grow: 1;}
.mui-input-group .mui-input-row label~select{flex-grow: 1;}
.mui-input-group .mui-input-row label~button{flex-grow: 1;}

.blue {
	color: #007aff
}

.scroll {
	margin-top: 10px;
	bottom: 0px;
	text-align: center;
	OVERFLOW-Y: scroll;
	OVERFLOW-X: hidden;
	height: -webkit-fill-available
}

.iframe {
	border: 0px;
	overflow: hidden;
}

.card {
	width: 50%;
	height:200px;
	background-color: #fff;
	float: left;
	box-shadow: 0 1px 2px rgba(240, 230, 140, .3);
}

.card_imgdiv {
	width: 100%;
	height: 75%;
	text-align: center;
}

.card_imgdiv img {
	width: auto;
	max-height: 100%;
	border-radius: 8px;
}

.card_text {
	line-height: 110%;
	white-space:nowrap;
	margin-top: 0;
	font-size: 0.8em;
	color: rgb(0 0 0 / 50%);
	width:100%;
	position: relative;
}
.card_title {
	padding:0px;
	line-height: 110%;
	white-space:nowrap;
	margin-top: 0;
	font-size: 1em;
	text-align: center;
	color: rgb(0 0 0 / 70%);
}

.shopcar{
	width:50px;
	height:50px;
	border-radius:50px;
	border:1px solid #24b0c9;
	position:absolute;
	z-index:2;
	left:83%;
	top:80%;
	box-shadow: #24b0c9 0px 0px 10px 1px;
}
.shopcar>img{
	border-radius:44px;
	width:44px;
	height:44px;
	border:1px solid #24b0c9;
	margin: 2px;
}


