@charset "UTF-8";
/***
 * Color:
 */
/**
 * `常用的颜色`:
 *
 *     @example
 *     .doc-block.bg-orange #ff9900
 *       p $c-orange
 *     .doc-block.bg-orangef66 #f66
 *       p $c-orangef66
 *     .doc-block.bg-orange-dark #f15a0c
 *       p $c-orange-dark
 *     .doc-block.bg-green #06bf04
 *       p $c-green
 *     .doc-block.bg-green-dark  #03b401
 *       p $c-green-dark
 *     .doc-block.bg-red #ed5050
 *       p $c-red
 *     .doc-block.bg-red-dark #b93232
 *       p $c-red-dark
 *     .doc-block.bg-white #fff
 *       p $c-white
 *     .doc-block.bg-gray-light #e5e5e5
 *       p $c-gray-light
 *     .doc-block.bg-gray #ddd
 *       p $c-gray
 *     .doc-block.bg-gray-dark #999
 *       p $c-gray-dark
 *     .doc-block.bg-black(style="color:#fff;") #333
 *       p $c-black
 *     .doc-block.bg-yellow #f09000
 *       p $c-yellow
 *     .doc-block.bg-blue #00a0f8
 *       p $c-blue
 *     .doc-block.bg-f9f9f9 #f9f9f9
 *       p $c-background
 */
/* 颜色 */
/* UI标准色 */
.search-wrapper {
  position: fixed;
  top: 0;
  width: 100%;
  height: 59px; }

.search-form {
  padding: 8px 0 8px 8px;
  margin-bottom: 15px;
  background-color: #CDCED2; }
  .search-form input::-webkit-search-cancel-button {
    display: none; }
  .search-form .search-input {
    width: 88%;
    height: 30px;
    padding-left: 30px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    box-sizing: border-box;
    outline-width: 0px;
    font-size: 14px; }
    .search-form .search-input:focus {
      -webkit-appearance: none; }
  .search-form .search-cancel {
    position: absolute;
    top: 1px;
    width: 12%;
    text-align: center;
    line-height: 44px; }
    .search-form .search-cancel a {
      font-size: 16px;
      color: #0076FF; }
  .search-form .search-icon {
    position: absolute;
    top: 6px;
    left: 12px;
    width: 30px;
    height: 30px; }
    .search-form .search-icon::before, .search-form .search-icon::after {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%; }
    .search-form .search-icon::before {
      margin-top: -7px;
      margin-left: -8px;
      width: 10px;
      height: 10px;
      border: 1px solid #a3a3a3;
      background: transparent;
      border-radius: 12px; }
    .search-form .search-icon::after {
      margin-top: 2px;
      margin-left: 3px;
      width: 2px;
      height: 7px;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      background-color: #a3a3a3; }
  .search-form .close-icon {
    position: absolute;
    top: 2px;
    right: 12%;
    height: 40px;
    width: 40px;
    border-radius: 100px;
    background: #a3a3a3;
    -webkit-transform: scale(0.42);
    transform: scale(0.42);
    -webkit-tap-highlight-color: transparent; }
    .search-form .close-icon::before, .search-form .close-icon::after {
      content: '';
      height: 6px;
      width: 28px;
      display: block;
      background: #fff;
      border-radius: 10px;
      position: absolute;
      top: 17px;
      left: 6px;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .search-form .close-icon::after {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }

/***
 * Color:
 */
/**
 * `常用的颜色`:
 *
 *     @example
 *     .doc-block.bg-orange #ff9900
 *       p $c-orange
 *     .doc-block.bg-orangef66 #f66
 *       p $c-orangef66
 *     .doc-block.bg-orange-dark #f15a0c
 *       p $c-orange-dark
 *     .doc-block.bg-green #06bf04
 *       p $c-green
 *     .doc-block.bg-green-dark  #03b401
 *       p $c-green-dark
 *     .doc-block.bg-red #ed5050
 *       p $c-red
 *     .doc-block.bg-red-dark #b93232
 *       p $c-red-dark
 *     .doc-block.bg-white #fff
 *       p $c-white
 *     .doc-block.bg-gray-light #e5e5e5
 *       p $c-gray-light
 *     .doc-block.bg-gray #ddd
 *       p $c-gray
 *     .doc-block.bg-gray-dark #999
 *       p $c-gray-dark
 *     .doc-block.bg-black(style="color:#fff;") #333
 *       p $c-black
 *     .doc-block.bg-yellow #f09000
 *       p $c-yellow
 *     .doc-block.bg-blue #00a0f8
 *       p $c-blue
 *     .doc-block.bg-f9f9f9 #f9f9f9
 *       p $c-background
 */
/* 颜色 */
/* UI标准色 */
/***
 * Loading:
 */
/**
 * list-finished, loading-more:
 * `.list-finished .loading-more` 主要用在瀑布流
 *
 *     @example
 *     p.list-finished 没有更多了
 *     p.loading-more
 *       span
 */
.list-finished, .loading-more {
  width: 100%;
  padding: 20px 10px;
  vertical-align: middle;
  text-align: center;
  color: #999;
  font-size: 12px;
  line-height: 20px;
  box-sizing: border-box; }
  .list-finished span, .loading-more span {
    display: inline-block;
    margin-top: 10px;
    width: 16px;
    height: 16px;
    background:  url("/v2/image/loader.gif") no-repeat center center;
    background-size: 16px 16px; }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .list-finished span, .loading-more span {
    background-image:  url("/v2/image/loader@2x.gif"); } }

.item {
  border: #e5e5e5 1px solid;
  border-left: 0;
  border-right: 0;
  margin-bottom: 15px;
  padding: 15px 15px 20px 15px;
  background-color: #fff; }
  .item .link {
    display: block;
    color: #666; }
    .item .link .introduce {
      height: 29px;
      border-bottom: 1px solid #e5e5e5; }
      .item .link .introduce .name {
        display: inline-block;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        width: 80%;
        padding-top: 1px;
        color: #3388FF; }
        .item .link .introduce .name.small-width {
          width: 60%; }
      .item .link .introduce .tags {
        float: right;
        display: inline-block; }
        .item .link .introduce .tags span {
          padding: 3px 6px;
          display: inline-block;
          font-size: 12px;
          color: #fff; }
        .item .link .introduce .tags .servicer {
          background-color: #e00; }
        .item .link .introduce .tags .agent {
          margin-left: 10px;
          background-color: #f60; }
    .item .link .word {
      padding-top: 13px;
      line-height: 24px;
      font-size: 14px; }

.search-list {
  padding-top: 59px; }
