body {
    margin-top:5px;
    background:#eeeeee;
}
p {
    color: #444;
    font-weight:bold;
    margin-top: 3px;
    margin-bottom: 12px;
}
#footer {
    text-align:center;
    color:#999;
}
.content{
    background:#FFF;
    border: solid 0px #d8d8d8;
    border-radius: 2px;
    padding: 7px;
    margin: 7px 16px 7px 0px;
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.09);
}
.block {
    display: inline-block;
    min-width: 80px;
    border: solid 1px #eee;
    margin:3px 0 3px 0;
    padding:2px;
}
#itemname{
   width:120px;
}
#divList{
   color:#88c
}
#divDest{
   color:#00f;
}
#calc_money, #calc_dest{
   width:80px
}
#money{
   width:80px
}
.bg-yellow{
	background: #ffe;
}
.bg-blue{
	background: #f0f9ff;
}
.under-mark{
	text-align: center;
	color: #aaa;
	font-size: 18apx;
}