.w-a {
    width: 388px;
}
.w-b {
    width: 802px;
}
.h-a {
  height: 315px;
}
.h-b {
  height: 699px;
}
.item {
  margin: 5px 0 15px 15px;
}
.item h3 {
  margin: 5px 0;
}
.item h3 [class^="icon"] {
  margin: 3px 5px 0 3px;
}
.item .detail {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #FFFFFF;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
}
.item .detail .totle {
  font-size: 50px;
  padding:10px 5px 20px 0;
  margin: 0px;
  text-align: right;
  border-bottom:1px solid #d9d9d9;
  line-height: 18px;
}
.item .detail .totle span {
  display: block;
  font-size:18px;
  color: #333;
  padding-left: 5px;
  text-align:left;
}
.item .detail .table {
  margin-bottom: 0;
}
.item .detail .table tr th {
  background-color: #F2F2F2;
  border-bottom: 1px solid #AAA;
}
.item .detail .table th, .item .detail .table td {
  border-top: none;
  border-bottom: 1px solid #DDDDDD;
}
.item .detail .table tr td:first-child {
  color: #666;;
}
.item .detail .table tr td:last-child, .item .detail .table tr th:last-child {
  text-align:right;
}
.item .h-a .my_scroll .viewport {
  height: 248px;
}
.item .h-b .my_scroll .viewport {
  height: 632px;
}
.item .my_scroll .track {
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter:alpha(opacity=7);
}

/*user-data*/
.user-data .item {
  margin: 5px 8px 15px;
}