.search{
text-align:center;
  margin-bottom: 30px;
  .content{
    position: absolute;
    right: 55px;
    top: 13px;
    display: none;
  }
  .search-content{
    line-height: 1;
    input.input{
      width: 300px;
      border: 0;
      height: 17px;
      padding: 10px 1em;
      color: #cccccc;
      background-color: #b0b0b0;
      .input-up{
        color: $fontColor;
      }

    }
    .con-search{
      margin-left: -5px;
      position: relative;
      width: 46px;
      height: 36px;
      display: inline-block;
      &:before{
        position: absolute;
        text-indent: 0;
        font-family:"iconfont" !important;
        content: '\e69b';
        left: 0;
        right: 0;
        width: 46px;
        height: 37px;
        top:13px;
        line-height: 36px;
        text-align: center;
        color: #FFFFFF;
        font-size: 18px;
        background-color: $mainColor;
        z-index:1 ;
      }
    }
    .btn{
      left: 0;
      top:13px;
      position: absolute;
      z-index: 2;
      background-color:transparent;
      width: 46px;
      height: 37px;
      text-indent: -10em;
      overflow: hidden;
      border:none;
      color: #ffffff;
    }
  }
}