.open_bottom {
	width: 100%;
	height: 50px;
	background: linear-gradient(to right, #f1f0f0, #f8f8f9);
	position: fixed;
	bottom: 0;
	color: rgb(149, 149, 149);
	padding-top: 0.05rem;
	z-index: 999;
}

.open_bottom a{
	width: 33.3%;
	height: 50px;
	line-height: 38px;
	text-align: center;
	color: rgb(169,169,169);
	float: left;
	font-size: 12px;
}

.open_bottom .iconfont {
	font-size: 22px;
	display: block;
	height: 20px;
	line-height: 33px;
	text-align: center;
	position: relative;
}

.open_bottom .iconfont .mui-badge {
	position: absolute;
	top: 2px;
	background: rgb(244, 144, 0);
	color: white;
	padding: 2px 5px;
}
.mui_active{
	color: #32c8cf !important;
}
a:active{
	color: rgb(27,194,202) !important;
}

.mui-btn.mui-active:enabled, .mui-btn:enabled:active, button.mui-active:enabled, button:enabled:active, input[type=button].mui-active:enabled, input[type=button]:enabled:active, input[type=reset].mui-active:enabled, input[type=reset]:enabled:active, input[type=submit].mui-active:enabled, input[type=submit]:enabled:active{
	color: rgb(0,156,163) !important;
	background-color: #fff !important;
	
}
input::-webkit-input-placeholder {
       color: rgb(213,213,214) !important;
}