.yy-list{
  &.am-list{

  }
  .am-list-view-scrollview-content{
    width: 100%;
  }
  &.top {
    .am-list-item .am-list-line .am-list-extra {
      position: relative;
      top:-14px;
    }
  }
  &.bottom {
    .am-list-item .am-list-line .am-list-extra {
      position: relative;
      bottom:-14px;
    }
  }

  .am-list-body ~ .am-list-footer {
    background-color: #f5f5f8;
  }

}