.mui-popup {
	color: #FFA500;
	border: 2px solid #cad680; /* 宽度 样式 颜色 */
}
.mui-popup-inner
{
	background: #012c22;

	
}
.mui-popup-input input
{
	background: #004e40;
	color: #fff;
}
/* 通用设置所有 input 的 placeholder 颜色 */
.mui-popup-input input::placeholder {
  color: #15b08e; /* 灰色 */
  opacity: 1; /* 确保完全显示颜色（部分浏览器默认有透明度） */
}
.mui-popup-button
{
	background: #15b08e;
	color: #fff;
}

.mui-popup-title+.mui-popup-text
{
   text-align: left;
}