.floating-button {
    position: fixed;
    bottom: 15px;
    left: 20px;
    width: 40px;
    height: 40px;
    background-color: #4154f1;
    border: none;
    border-radius: 10%;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 40px; /* 改为和高度相等的行高 */
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap; /* 阻止换行 */
    overflow: hidden; /* 防止内容溢出隐藏 */
    text-overflow: ellipsis; /* 显示省略号 */
}

input[type="date"] {
    width: calc(100% - 20px);
    border: none;
    background: none;
    color: #9fa3a7;
    font-size: 14px;
    height: 36px;
    padding: 4px 10px;
    box-sizing: border-box;
}

/* 根据原有样式定制的时间选择器样式 */
.custom-datepicker {
    background: #fff;
    position: relative;
    width: 47%;
    float: left;
    margin-bottom: 10px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
}

.custom-datepicker::before {
    content: "\1F4C5";
    position: absolute;
    top: 50%;
    right: 22px;
    transform: translateY(-50%);
    font-size: 20px;
    color: #555;
    cursor: pointer;
    pointer-events: none;
}

.floating-button-1 {
    position: fixed;
    bottom: 15px;
    left: 65px;
    width: 40px;
    height: 40px;
    background-color: #4154f1;
    border: none;
    border-radius: 10%;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 40px; /* 改为和高度相等的行高 */
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap; /* 阻止换行 */
    overflow: hidden; /* 防止内容溢出隐藏 */
    text-overflow: ellipsis; /* 显示省略号 */
}

input[type="date"] {
    width: calc(100% - 20px);
    border: none;
    background: none;
    color: #9fa3a7;
    font-size: 14px;
    height: 36px;
    padding: 4px 10px;
    box-sizing: border-box;
}

/* 根据原有样式定制的时间选择器样式 */
.custom-datepicker {
    background: #fff;
    position: relative;
    width: 47%;
    float: left;
    margin-bottom: 10px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
}

.custom-datepicker::before {
    content: "\1F4C5";
    position: absolute;
    top: 50%;
    right: 22px;
    transform: translateY(-50%);
    font-size: 20px;
    color: #555;
    cursor: pointer;
    pointer-events: none;
}

.floating-button-2 {
    position: fixed;
    bottom: 15px;
    left: 110px;
    width: 40px;
    height: 40px;
    background-color: #4154f1;
    border: none;
    border-radius: 10%;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 40px; /* 改为和高度相等的行高 */
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap; /* 阻止换行 */
    overflow: hidden; /* 防止内容溢出隐藏 */
    text-overflow: ellipsis; /* 显示省略号 */
}

input[type="date"] {
    width: calc(100% - 20px);
    border: none;
    background: none;
    color: #9fa3a7;
    font-size: 14px;
    height: 36px;
    padding: 4px 10px;
    box-sizing: border-box;
}

/* 根据原有样式定制的时间选择器样式 */
.custom-datepicker {
    background: #fff;
    position: relative;
    width: 47%;
    float: left;
    margin-bottom: 10px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
}

.custom-datepicker::before {
    content: "\1F4C5";
    position: absolute;
    top: 50%;
    right: 22px;
    transform: translateY(-50%);
    font-size: 20px;
    color: #555;
    cursor: pointer;
    pointer-events: none;
}
