.block-contact{    margin-top: 4rem;
    margin-left: auto;
    margin-right: auto;op:50px;}
	
.contact-form-background{
	border: 1px solid var(--neutral--500);
	border-radius:20px;
}
.table-input{font-size:14px;color:#000;margin-bottom:5px;}
.table-input span{font-size:14px;color:red;}
.contact-form-background input{width:100%;background:#fff;border: 1px solid var(--neutral--500);border-radius:10px;font-size:14px;padding:0 15px;line-height:45px;margin-bottom:26px;}
.contact-form-background select{width:100%;background:#fff;border: 1px solid var(--neutral--500);border-radius:10px;font-size:14px;padding:0 15px;height:45px;margin-bottom:26px;}
.contact-form-background select option{width:100%;border-radius:10px;font-size:14px;padding:0 15px;line-height:45px;margin-bottom:26px;}

	
	
	
.slider-block {
    width: 247px;
    text-align: center;position:relative;
}

.slider-track {
    width: 247px;
    height: 40px;
    background: #dae2d0;
    position: relative;
    overflow: hidden;
}

.slider-thumb {
    width: 46px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    line-height: 38px;
    border: 1px solid #cccccc;
    background: #fff;
    z-index: 3;
    cursor: move;
    color: #ff9e77;
    font-size: 16px;
    font-weight: 900;
    transition: background 0.3s;
}
.slider_bgs{
position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-color: #7AC23C;
    z-index: 1;
}
.slider-text {
	color: #666;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    line-height: 40px;
    font-size: 13px;
    z-index: 2;
}

/* 验证成功时的样式 */
.slider-success .slider-thumb {
    background: #7AC23C;
    cursor: not-allowed; /* 禁用鼠标样式 */
}
.slider-success .slider-track {
    background: #BBDEFB;
}

/* 禁用状态 */
.slider-disabled .slider-thumb {
    background: #fff;
    cursor: not-allowed;
}
.slider-disabled .slider-track {
    background: #7AC23C;
}

.sliderx {margin-bottom:30px;}