body{
	background-color: #21202a;
	color: #fff;
	font-family: Din,puhui;
}
.but{
	background-color: #2acc8c;
	color: #fff;
	border-radius: 5px;
	font-size: 17px;
	padding: 2px 0;
	border: none;
	background: linear-gradient(0deg,#0ba360 0,#3cba92);
}
.item-box{
	text-align: center;
	display: block;
	margin-top: 5px;
}
.prtitle{
	color:#fff;
}
.red{
	color: rgb(240, 74, 90);
}
.green{
	color: rgb(40, 186, 152);
}
.now-value{
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
}
.layui-layer-content{
	color: #000;
	background-color: #fff;
}
.xs12{
	margin-bottom: 5px;
}
button :focus{outline: :0;}