.nm_bj{
	width: 100%;
	height: 100vh;
}
.nm_rule{
	width: 1.2rem;
	position: absolute;
	top:0.22rem;
	right: 0.46rem;
	cursor: pointer;
}
.nm_btnGroup{
	width: 100%;
	position: absolute;
	top:56.5vh;
	display: flex;
	align-items: center;
	justify-content: center;
}
.nm_btn{
	width: 4.9rem;
	height: 1.42rem;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	position: relative;
}
.nm_btn_icon{
	width: 100%;
	height: 100%;
}
.nm_btn_fixed{
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.nm_btn_img{
	width: 0.65rem;
	margin-left: 0.16rem;
}
.nm_btn_text{
	font-size: 0.62rem;
	color:white;
	margin-top: -0.1rem;
}
.nm_btn_left{
	margin-left: 3.26rem;
}
.nm_desc{
	width: 9.24rem;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 2.5vh;
	margin: auto;
}


/* 登录弹窗 */
.nm_login{
	/* display: none; */
}
.nmLogin{
	width: 100%;
	height: 100vh;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 3;
	background: rgba(0, 0, 0, 0.3);
	display: flex;
	justify-content: center;
	align-items: center;
}
.nmLogin_white{
	width: 8.56rem;
	background: white;
	padding: 0.56rem 1.12rem 0.69rem 1.12rem;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
	position: relative;
}
.nmLogin_tips{
	padding: 0 0 0.16rem 0.16rem;
	border:none;
	border-bottom: solid 3px #CD2C2C;
	color:#CD2C2C;
	font-size: 0.44rem;
}
.nmLogin_pd{
	padding: 0.5rem 1rem 0 1rem;
}
.nmLogin_lt{
	font-size: 0.3rem;
}
.nmLogin_rt{
	width: 5.36rem;
}
.nmLogin_inp{
	width: 3.05rem;
	height: 0.6rem;
	background: rgba(216, 216, 216, 0.31);
	border:none;
	outline: none;
	border-radius: 0.08rem 0 0 0.08rem;
	padding: 0 0.3rem;
	font-size: 0.2rem;
}
.nmLogin_inp2{
	width: 4.76rem;
	height: 0.6rem;
	background: rgba(216, 216, 216, 0.31);
	border:none;
	outline: none;
	border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
	padding: 0 0.3rem;
	font-size: 0.2rem;
}
.nmLogin_send{
	width: 1.72rem;
	height: 0.6rem;
	line-height: 0.6rem;
	background: #CD2C2C;
	border-radius: 0.08rem;
	color:white;
	font-size: 0.2rem;
	text-align: center;
	cursor: pointer;
}
.nmLogin_go{
	width: 100%;
	position: relative;
	margin-top: 0.4rem;
	cursor: pointer;
}
.nmLogin_go img{
	width: 100%;
}
.nmLogin_text{
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.3rem;
	color:white
}
.nmLogin_bottom{
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 1.06rem;
	background: white;
	display: flex;
	align-items: center;
	justify-content: center;
}
.nm_bt_desc{
	width: 9.24rem;
}

.nmLogin_close{
	width: 1.72rem;
	height: 0.6rem;
	line-height: 0.6rem;
	background: #CD2C2C;
	border-radius: 0.08rem;
	color: white;
	font-size: 0.2rem;
	text-align: center;
	cursor: pointer;
}

.closeLogin{
	width: 0.42rem;
	position: absolute;
	top:0.3rem;
	right: 0.3rem;
	cursor: pointer;
}
.closeLogin_mobile{
	width: 0.42rem;
	cursor: pointer;
}

.mobile_login_area{
	width: 100%;
	position: absolute;
	top:0;
	left: 0;
	z-index: 2;
	background: white;
	height: 100vh;
}

/* 滑块样式  start*/
.slider-container {
	/* margin-bottom: 32px; */
}
.slider-track {
	height: 0.85rem;
	background: rgba(216, 216, 216, 0.55);
	border-radius: 6px;
	overflow: hidden;
	position: relative;
	border: 1px solid rgba(216, 216, 216, 0.55);
}
.slider-text {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #666;
	font-size: 0.24rem;
	z-index:2
}
.slider-handle {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 1rem;
	background-color: white;
	border-radius: 6px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.15s ease;
	border: 1px solid #E5E6EB;
	z-index:3
}
.slider-handle img{
	width: 0.5rem;
	pointer-events: none;
}
/* 滑动过程中的红色背景 */
.slider-track.dragging {
	background-color: #fee2e2; /* 浅红色背景 */
	border-color: #fecaca; /* 红色边框 */
}
/* 进度条 - 显示滑动轨迹 */
.slider-progress {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 0;
	background-color: #ef4444; /* 红色进度 */
	transition: width 0.1s ease;
	z-index: 1;
}
.slider-handle i {
	color: #165DFF;
	font-size: 24px;
}
.slider-handle.scale-105 {
	transform: scale(1.05);
}
/* 验证结果样式 */
#verifyResult {
	margin-top: 12px;
	font-size: 14px;
	display: none;
}
.text-success {
	color: #52C41A;
}
.text-red-500 {
	color: #ef4444;
}
/* 成功状态样式 */
.slider-success {
	background-color: #dcfce7; /* 浅绿色背景 */
	border-color: #bbf7d0;
}
.slider-success .slider-progress {
	background-color: #52c41a; /* 成功的绿色进度 */
}
.slider-success .slider-text {
	color:white
}
.handle-success {
	border-color: #52c41a;
}
.handle-success i {
	color: #52c41a !important;
}
/* 滑块样式  end*/

/* 按钮样式 */
.reset-btn {
    width: 100%;
    padding: 12px;
    background-color: #CD2C2C;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.reset-btn:hover {
    background-color: #CD2C2C;
}

.reset-btn:disabled {
    background-color: #CD2C2C;
    cursor: not-allowed;
}

/* 验证成功状态 */
.verify-success .verify-track {
    border-color: #52c41a;
    background-color: #f6ffed;
}

.verify-success .verify-progress {
    background-color: #52c41a;
}

.verify-success .verify-text {
    color:white;
}

.verify-success .verify-slider {
    border-color: #52c41a;
    color: #52c41a;
}

/* 拖动中状态 */
.verify-active .verify-track {
	background:rgba(205, 44, 44, 0.3)
}
