.textClass {
    color: white;
    user-select: none;
}

.class_modeBt {
    background-color: #3B3B3B;
    border-width: 0;
    border-radius: 4px;
    width: 134px;
    height: 34px;
    line-height: 34px;
    cursor: pointer;
    text-align: center;
    color: #007DF5;
    font-weight: bold;
    user-select: none;
}

.class_colorBt {
    border-width: 0;
    border-radius: 3px;
    width: 109px;
    height: 16px;
    cursor: pointer;
}

.class_textInput {
    color: #007DF5;
    border-width: 0;
    text-align: center;
    font-size: 15px;
    background: "#FFFFFF";
    outline: none;
    width: 39;
    height: 20;
    line-height: 20px;
}

.class_rangInput {
    width: 385px;
    height: 9px;
}

.class_Bt1 {
    background: transparent;
    border-width: 0;
    border-radius: 6px;
    width: 55px;
    height: 35px;
    line-height: 35px;
    cursor: pointer;
    text-align: center;
    color: white;
    font-size: 17px;
    font-weight: bold;
    user-select: none;
}