/* Empty. Add your own CSS if you like */
/*
ionic.css 样式设置
  .item h2 {
    margin: 0 0 2px 0;
    font-size: 16px;
    font-weight: normal; }
  .item h3 {
    margin: 0 0 4px 0;
    font-size: 14px; }
  .item h4 {
    margin: 0 0 4px 0;
    font-size: 12px; }
  .item h5, .item h6 {
    margin: 0 0 3px 0;
    font-size: 10px; }
*/
  .item h1 {
    font-weight: 600; }
  .item h2 {
    font-size: 16px;
    font-weight: 500; }
  .item h3 {
    font-size: 14px; 
    }
  .item h4 {
    font-size: 12px; }
  .item h5, .item h6 {
    font-size: 10px; }

.list a {
 text-decoration:none;
}

.ut-list-mark {
    float: left;
    margin-top: 5px;
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
}
.ut-list-left {
    float: left;
    margin-top: 5px;
    margin-left: 10px;
  	color: #999; 
}

.ut-list-right {
    float: right;
    margin-top: 5px;
    margin-right: 5px;
  	color: #999; 
}

.ut-list-right {
    float: right;
}
.ut-list-color 
{
  color: #999; 
}


.ut-sm-red-icon {
  position: absolute;
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #FF0000;
  line-height: 18px;
  text-align: center;
  top: 5px;
  left: 40px; }

 .ut-sm-red-icon > p {
  color: #FFF;
  font-size: 12px; }

/*
  Action Sheets for Android（安卓下Action Sheets 很难看，重新定义）
  --------------------------------------------------
*/
.platform-android .action-sheet-backdrop.active {
    background-color: rgba(0, 0, 0, 0.2);
}
.platform-android .action-sheet {
    margin-left: 8px;
    margin-right: 8px;
    width: auto;
    z-index: 11;
    overflow: hidden;
}
.platform-android .action-sheet .action-sheet-title,
.platform-android .action-sheet .button {
    display: block;
    padding: 1px;
    width: 100%;
    border-radius: 0;
    border-color: #d1d3d6;
    background-color: transparent;
    color: #007aff;
    font-size: 21px;
    text-align: center;
}
.platform-android .action-sheet .action-sheet-title {
    padding: 16px;
    color: #8f8f8f;
    text-align: center;
    font-size: 13px;
}
.platform-android .action-sheet .button.active,
.platform-android .action-sheet .button.activated {
    background: #e8e8e8;
}
.platform-android .action-sheet-group {
    margin-bottom: 8px;
    border-radius: 4px;
    background-color: #fff;
    overflow: hidden;
}
.platform-android .action-sheet-group .button {
    border-width: 1px 0 0;
}
.platform-android .action-sheet .button {
    display: block;
    padding: 1px;
    width: 100%;
    border-radius: 0;
    border-color: #d1d3d6;
    background-color: transparent;
    color: #007aff;
    font-size: 21px;
}
.platform-android .action-sheet-cancel {
    font-weight: 500;
    display: block;
}
.platform-android .action-sheet-has-icons .button {}

/*
  重新定义 popover 样式（默认只显示一半 很难看，重新定义）
*/
.popover 
{
  height: 180px;
  width: 98%;
  background-color: #f8f8f8;
}
