*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
li{
	list-style: none;
}
button{
	border: none;
}
html,body{
	width: 7.5rem;
	height: 100%;
}
#content{
	width: 7.5rem;
	height: 100%;
}
.tabBox{
	width: 7.5rem;
	height: 1rem;
	background:#F3F3F3;
}
.tabBox li{
	width: 50%;
	text-align: center;
	line-height: 1rem;
	font-size: 0.3rem;
	float: left;
	color: #666666;
}
.tabBox .tabSlect{
	color: #ffffff;
	background: #5BB8FF;
}
.timepirice{
	height: 1.24rem;
	padding: 0 0.24rem;
}
.timepirice .timeL{
	float: left;
	margin-top: 0.52rem;
}
.timepirice .timeL img{
	width: 0.36rem;
	height: 0.36rem;
	float: left;
}
.timepirice .timeL span{
	font-size: 0.28rem;
	color: #5BB8FF;
	float: left;
}
.timepirice .priceBox,.dibu .priceBox{
	float: right;
	display: flex;
	align-items: flex-end;
	height: 0.6rem;
	margin-top: 0.32rem;
}
.timepirice .priceBox span,.dibu .priceBox span{
	font-size: 0.24rem;
	color: #FF6147;
	float: left;
	font-weight: 600;
}
.timepirice .priceBox span.price,.dibu .priceBox span.price{
	font-size: 0.44rem;
	line-height: 0.4rem;
}
.jiange{
	height: 0.16rem;
	background: #F3F3F3;
}
.imgBox{
	width: 100%;
	height: calc( 100% - 175px);
	overflow-y: auto;
	position: relative;
}
.imgBox>img{
	width: 7.5rem;
}
.imgBox .noimg{
	display: none;
	width: 2.92rem;
	height: 3.1rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.imgBox .noimg img{
	width: 2.92rem;
	height: 2.12rem;
}
.imgBox .noimg p{
	font-size: 0.28rem;
	color: #999999;
	text-align: center;
}
.dibu{
	position: fixed;
	left: 0;
	bottom: 0;
	height: 1.1rem;
	width: 7.5rem;
	padding: 0 0.24rem;
	background: #fff;
}
.dibu .priceBox{
	float: left;
	margin-top: 0.24rem;
}
.dibu button{
	float: right;
	width: 2.5rem;
	height: 0.8rem;
	background: #5BB8FF;
	border-radius: 0.4rem;
	font-size: 0.3rem;
	color: #ffffff;
	margin-top: 0.14rem;
}






















































