.slidetounlock {
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #4d4d4d), color-stop(.4, #4d4d4d), color-stop(.5, #fff), color-stop(.6, #4d4d4d), color-stop(1, #4d4d4d));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: slidetounlock 3s infinite;
  -webkit-text-size-adjust: none
}

@-webkit-keyframes slidetounlock {
  0% {
    background-position: -300px 0
  }

  100% {
    background-position: 300px 0
  }
}

.slideCodeBox * {
  box-sizing: border-box;
}

img {
  border: 0px;
}

.slideCodeBox {
  font-size: 14px;
  position: relative;
  margin: auto;
  -webkit-tap-highlight-color: transparent;
  min-width: 220px;
}

.slideCodeBox .slideCode_panel {
  display: none;
  /* position: absolute; */
  left: 0;
  width: 100%;
  z-index: 999;
  padding-bottom: 33px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.slideCodeBox .slideCode-placeholder {
  position: relative;
  padding-top: 50%;
}

.slideCode_cover-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /*height: 100%;*/
  border: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}

.slideCodeBox .slideCode_bgimgBox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /*height: 100%;*/
  font-size: 0px;

}

.slideCodeBox .slideCode_bgimgBox .slideCode_bg-img {
  vertical-align: top;
  width: 100%;
  border-radius: 2px
}

.slideCodeBox .slideCode_bgimgBox .slideCode_jigsaw {
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
  height: 100%;
}

.slideCodeBox .slideCode_loadbox {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: #f1f1f1;
}

.slideCodeBox .slideCode_loadbox .slideCode_loadbox__inner {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  zoom: 1;
  vertical-align: top;
}

.slideCodeBox .slideCode_loadbox .slideCode_loadicon {
  width: 73px;
  height: 73px;
  display: inline-block;
  background-image: url(slidefail.png);
}

.slideCodeBox .slideCode_loadbox .slideCode_loadtext {
  display: block;
  line-height: 30px;
  color: #999;
  font-size: 16px;
}

.slideCodeBox .slideCode_refresh {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: url(refresh.png) center center/100% no-repeat;
}

.slideCodeBox .slideCode_control {
  position: relative;
  border: 1px solid #e4e7eb;
  background-color: #f0f0f0;
  border-radius: 2px;
}

.error .slideCodeBox .slideCode_control {
  border-color: #f54c47 !important;
}

.slideCodeBox .slideCode_slide_indicator {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 0;
  border: 1px solid transparent;
  border-radius: 2px;
}

.slideCodeBox .slideCode_slider {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #ccc;
  box-shadow: 0 0 3px rgba(0, 0, 0, .3);
  cursor: pointer;
  transition: background .2s linear;
  border-radius: 2px;
}

.slideCodeBox .slideCode_slider .slideCode_slider__icon {
  position: absolute;
  top: 50%;
  margin-top: -12px;
  left: 50%;
  margin-left: -6px;
  width: 12px;
  height: 25px;
  background-image: url(slide.png);
}

.slideCodeBox.slide_moving .slideCode_slider {
  background: #9cccf2;
  border-color: #9cccf2;
}

.slideCodeBox.slide_moving .slideCode_slider__icon {
  margin-top: -12px;
  margin-left: -17px;
  width: 34px;
  height: 25px;
  background-image: url(slideing.png);
}

.slideCodeBox.slide_moving .slideCode_slide_indicator {
  background: #f4faff;
  border-color: #9cccf2;
}

.slideCodeBox.slide_success .slideCode_slider {
  background: #5fc16d;
  border-color: #5fc16d;
}

.slideCodeBox.slide_success .slideCode_slider__icon {
  margin-top: -10px;
  margin-left: -15px;
  width: 29px;
  height: 19px;
  background-image: url(slideSuc.png);
}

.slideCodeBox.slide_success .slideCode_slide_indicator {
  background: #f4fff6;
  border-color: #5fc16d;
}

.slideCodeBox.slide_error .slideCode_slider {
  background: #fb6565;
  border-color: #fb6565;
}

.slideCodeBox.slide_error .slideCode_slider__icon {
  margin-top: -13px;
  margin-left: -12px;
  width: 25px;
  height: 26px;
  background-image: url(slidewrong.png);
}

.slideCodeBox.slide_error .slideCode_slide_indicator {
  border-color: #f35b5b;
  background-color: #fff4f4;
}

.slideCodeBox .slideCode_tips {
  text-align: center;
  color: #999;
  font-size: 16px;
}

@media (max-width: 750px) {
  .slideCodeBox .slideCode_tips {
    font-size: 12px;
    /* font-size: 0.28rem; */
  }

  .slideCodeBox .slideCode_refresh {
    right: 0.4rem;
    top: 0.4rem;
    /* width: 0.3rem;
    height: 0.3rem; */
    width: 22px;
    height: 22px;
    /* background-size: 0.3rem 0.3rem; */
  }

  .slideCodeBox .slideCode_panel {
    padding-bottom: 0.5rem;
  }

  .slideCodeBox .slideCode_loadbox .slideCode_loadicon {
    width: 0.73rem;
    height: 0.73rem;
    background-size: 0.73rem 0.73rem;
  }

  .slideCodeBox .slideCode_loadbox .slideCode_loadtext {
    line-height: 0.5rem;
    font-size: 0.26rem;
  }

}
