@import "mixins/utils";
.aos-panel-lease{
  margin-bottom: 8px;
  padding: 16px;
  background-color: #fff;
  .aos-panel-lease-title{
    padding-left: 16px;
    height: 34px;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #F5F6FA;
    font-weight: 500;
    .aos-panel-lease-left{
      .aos-panel-lease-icon-left{
        cursor: pointer;
      }
      .aos-panel-lease-title-name{
        margin-right: 16px;
        cursor: pointer;
        i{
          margin-right: 16px;
          font-size: 14px;
        }
      }
    }
    .aos-panel-lease-title-icon{
      margin-left: 16px;
      cursor: pointer;
    }
    .aos-panel-lease-right{
      .aos-panel-lease-down-arrow{
        transition: transform .3s;
      }
      .active{
        transform: rotate(-90deg);
      }
      .aos-panel-lease-right-arrow{
        width: 34px;
        height: 34px;
        font-size: 12px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        background-color: #EBEDF5;
      }
    }
  }
  .aos-panel-lease-title-no-border{
    border-bottom: none;
  }
  .aos-panel-lease-body{
    margin-top: 16px;
    .aos-panel-lease-body-footer{
      float: right;
    }
  }
}
.clearfix {
  @include utils-clearfix;
}