@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	font-weight: normal;
	line-height: 1;
	box-sizing: border-box
}

html,
body {
	height: 100%;
	color: #82d8ff;
	font-family: "microsoft yahei", Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 70%;
	list-style: none;
}

.index-wrap {
	width: 100%;
	height: 100%;
	overflow: hidden
}

.location img {
	height: 1.4rem;
	vertical-align: middle;
}

.green {
	color: #00d231;
}

.yellow {
	color: #ffea00;
}

.red {
	color: #ff0000;
}
.orange{
	color: #ff7805;
}
.purple{
	color: #9e004f;
}
.brown{
	color: #790222;
}
.equip-detail{
	font-size: 4rem;
	height: 100%;
	background: #dbf4ff;
	position: relative;
	width: 100%;
}
.equip-detail p{
	position: absolute;
	top: 50%;
	margin-top: -4rem;
	width: 100%;
	text-align: center;
}
.last-time{float: right;}
.low-high h6{line-height: 1.4;}
.low-high{margin-top: 10px;font-size: 1.2rem;}
/*.one-img{width: 100%!important;}*/
