.oparetion-tools-new{
    display: flex;
    justify-content:space-between;
}
.saas-button-title{
    display: flex;
    font-size: 18px;
    font-weight: 550;
    color: rgb(43, 43, 43);
    gap: 5PX;
}
.saas-button-title-box{
    width: 3px;
    height: 24px;
    background-color: #3AA7F0;
}
.saas-search-boxNew{
    display: flex;
    gap: var(--grap-25);
    flex-wrap: wrap;
    line-height: 32px;
}
.saas-search-boxNew input[type=text] {
    width: 160px !important;
    font-size: 13px !important;
}

.saas-search-boxNew select {
    width: calc(var(--width-min) - 15px) !important;
    font-size: 13px !important;
}
.saas-button-area-new {
    margin-bottom: 10px;
    display: flex;
    justify-content: end;
    gap: 10px;
}





.saas-top-area {
    /* height: 32px;
    min-height: 32px; */
    /* overflow: hidden; */
    background-color: #fff;
    /* min-height: 20%; */
    border-radius: 5px;
    padding: 15px;
    /* display: flex; */
    margin-bottom: 10px;
    /* justify-content: space-between; */
}
.saas-top-area-box{
    display: flex;
    margin-top: 10px;
    height: 60px;
}
.saas-top-area-box-left{
    width: 400px;
    /* background-color: bisque; */
    margin-left: 5px;
}
.saas-top-area-box-right{
    width: 400px;
    /* background-color: rgb(255, 196, 124); */
    margin-left: 50px;
}
.number {
    display: inline; /* 确保使用内联显示 */
    font-size: 20px;
    font-weight: 600;
    margin-left: 10px;
  }
.unit {
    display: inline; /* 确保使用内联显示 */
    line-height: 20px;
    margin-left: 5px;
}

