
.label-input-content {
    display: flex;
}

.label-text {
    min-width: 110px;
    height: 38px;
    padding: 8px 15px;
    border-radius: 5px;
    /*background-color: #fafafa;*/
    /*background-color: #FFF;*/
    background: rgb(240, 240, 240);
    display: flex;
    justify-content: center;
    align-items: center;
}

.input-num {
    width: 210px;
    height: 38px;
    padding: 8px 15px;
    border: 0;
    outline: none; /* 移除轮廓（聚焦时的蓝色边框） */
    border-radius: 5px;
}

.margin-top-15 {
    margin-top: 15px;
}

.checkbox-content {
    padding: 0 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFF;
}

.checkbox {
    margin-right: 5px;
}

.checkbox-label {
    cursor: pointer;
}

.checkbox-label-left {
    margin-right: 20px;
}

.checkbox {
    width: 20px; /* 放大宽度 */
    height: 20px; /* 放大高度 */
    /*accent-color: rgb(22, 183, 119); !* 更改勾选颜色（现代浏览器支持） *!*/
    background: rgb(22, 183, 119);;
    cursor: pointer;
}

.checkbox-label {
    font-size: 16px;
    display: flex;
    align-items: center;
    /*gap: 8px;*/
}

.ins-content {
    line-height: 22px;
}

.guids-ins {
    font-size: 17px;
    font-weight: 600;
}

.title {
    color: #01aaed;
}

.margin-top-8 {
    margin-top: 8px;
}