.layer-move {
  display: none;
  position: fixed;
  padding: 12px 25px;
  z-index: 103;
  top: 50%;
  left: 50%;
  z-index: 1000;
  overflow: hidden;
  font-size: 14px;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}

.modal-bg {
  position: fixed;
  z-index: 102;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: #000;
  background-color: rgba(0, 0, 0, .5);
}
.captcha {
  position: absolute;
  display: none;
  top: 50%;
  left: 50%;
  z-index: 1000;
  border: 10px solid #fff;
  background: #fff;
  border-radius: 11px;
  font-size: 14px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.block {
  position: absolute;
  left: 0;
  top: 0;
}
.sliderContainer {
  position: relative;
  width: 310px;
  height: 40px;
  margin-top: 15px;
  overflow: hidden;
  text-align: center;
  border-radius: 21px;
  line-height: 40px;
  background: #f7f9fa;
  border: 1px solid #e4e7eb;
  -webkit-border-radius: 21px;
  -moz-border-radius: 21px;
  -ms-border-radius: 21px;
  -o-border-radius: 21px;
  color: #45494c;
}
.sliderContainer_active .slider {
  top: -1px;
  height: 41px;
  border: 1px solid #1991fa;
}
.sliderContainer_active .sliderMask {
  height: 43px;
  border-width: 0;
}
.sliderContainer_success .slider {
  top: -1px;
  height: 41px;
  border: 1px solid #52ccba;
  background-color: #52ccba !important;
}
.sliderContainer_success .sliderMask {
  height: 42px;
  border: 0 solid #52ccba;
  background-color: #d2f4ef;
}
.sliderContainer_success .sliderIcon {
  background-position: 0 0 !important;
}
.sliderContainer_fail .slider {
  top: 0;
  height: 41px;
  border: 0 solid #f57a7a;
  background-color: #f57a7a !important;
}
.sliderContainer_fail .sliderMask {
  height: 43px;
  border: 0;
  border: 0 solid #f57a7a;
  background-color: #fce1e1;
}
.sliderContainer_fail .sliderIcon {
  background-position: 0 -83px !important;
}
.sliderContainer_active .sliderText,
.sliderContainer_success .sliderText,
.sliderContainer_fail .sliderText {
  display: none;
}
.sliderMask {
  position: absolute;
  left: 0;
  top: 0;
  height: 42px;
  border: 0 solid #1991fa;
  background: #d1e9fe;
}
.slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 0 50% 50% 0;
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: background 0.2s linear;
}
.slider:hover {
  background: #1991fa;
}
.slider:hover .sliderIcon {
  background-position: 0 -13px;
}
.sliderIcon {
  position: absolute;
  width: 14px;
  height: 10px;
  top: 15px;
  left: 13px;
  background: url(http://cstaticdun.126.net//2.6.3/images/icon_light.f13cff3.png)
    0 -26px;
  background-size: 34px 471px;
}
.refreshIcon {
  position: absolute;
  right: 0;
  top: 0;
  width: 34px;
  height: 34px;
  cursor: pointer;
  background: url(http://cstaticdun.126.net//2.6.3/images/icon_light.f13cff3.png)
    0 -437px;
  background-size: 34px 471px;
}
