
#create-customer{

  .ls-container{
    border-top: 1px solid #DCDFE6 ;
    margin: 0;
    overflow: auto;
    overflow-x: hidden;
    padding: 0 20px;

    .main-content{
      box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
      margin-bottom: 20px;
      .top{
        height: 50px;
        text-align: center;
        line-height: 50px;
        background: #093A5F;
        font-size: 17px;
        font-weight: bold;
        color: #F5F7FA;
      }
      .check-box{
        margin: 50px auto;
        width: 660px;

        .search-wrap{
          height: 50px;
          margin-bottom: 10px;
          display: flex;
          .el-input__inner{
            height: 50px;
          }
          .el-button{
            margin-left: 10px;
            p:nth-child(1) {
              line-height: 19px;
            }
          }
        }

      }
      .el-table .el-table__empty-block{
        min-height: 60px;
      }
      .btn-wrap, .footer-btn{
        margin: 20px auto 50px;
        text-align: center;
      }


    }
  }
}
