.mui-card {
  font-size: 14px;
  position: relative;
  overflow: hidden;
  margin: 6px;
  border-radius: 2px;
  background-color: white;
  background-clip: padding-box;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
}
.wdm {
  background: url(../img/main_hb1.png) no-repeat center top;
  background-size: 100%;
  padding: 15px 0 65px;
  text-align: center;
  position: relative;
}
.wdm .uMisg {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border: 5px solid #cdd4db;
  text-align: center;
  margin: auto;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
}
.wdm .uMisg img {
  width: 100%;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
}
.cell_dark{
	background:#ddd;
}
.ico{
		display:inline-block; vertical-align:middle;
		background:url(../img/ico.png);
		background-image:-webkit-image-set(url(../img/ico.png) 1x,url(../img/ico2x.png) 2x);
		background-repeat:no-repeat;
	}
	.ico21{background-position:-278px -84px; width:22px; height:22px}
	a.cur {
	  border: 0px solid #FF5e44;
	}
	.cur .ico21 {
	  position: absolute;
	  right: 0;
	  bottom: 0;
	  margin: 0;
	}