/* 滑块验证样式 */
#sliderSpanClose {
  padding: 6px 8px;
  background: rgba(255, 255, 255, 0);
  border-radius: 8px 8px 8px 8px;
}

#sliderSpanClose:hover {
  background: rgba(0, 0, 0, 0.06);
}

#sliderSpanClose:active {
  background: rgba(0, 0, 0, 0.15);
}

#nc {
  position: unset;
  display: flex;
  justify-content: end;
  overflow: hidden;
  width: 352px;
}

.nc_scale {
  height: 52px !important;
  background: #F5F6F7 !important;
  border-radius: 12px !important;
  border: 1px solid #E5E6EB !important;
}

.nc-container .nc_scale .btn_slide {
  color: #D1D3E0 !important;
  width: 75px !important;
  background: #FFFFFF !important;
  border-radius: 12px !important;
  border: unset !important;
}

.nc-container .nc_scale span {
  height: 52px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nc-container .nc_wrapper {
  width: 352px !important;
  height: 54px !important;
  font-size: 16px !important;
}

.nc-container .scale_text.scale_text span[data-nc-lang="SLIDE"] {
  display: flex !important;
  font-family: Microsoft YaHei UI, Microsoft YaHei UI !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  color: #1B1F35 !important;
  line-height: 26px !important;
}

.nc-container .nc_scale .nc_ok,
.nc-container .nc_scale .nc_bg {
  border-radius: 12px !important;
}

.nc-container .nc_scale span.nc-lang-cnt {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
}

.nc-container .nc_scale .nc-align-center.scale_text2 {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
}
