body {
  overflow-x: hidden
}

.cblock {
  position: absolute;
  left: 0;
  top: -1px
}

.card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .125)
}

.card-header {
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, .03);
  border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
  border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem
}

.slidercontainer {
  position: relative;
  text-align: center;
  line-height: 1.6rem;
  background: #f7f9fa;
  color: #45494c;
  border-radius: 2px;
    height: 1.6rem;
}

.sliderbg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background-color: #f7f9fa;
  height: 1.6rem;
  border-radius: 2px;
  border: 1px solid #e6e8eb
}

.slidercontainer_active .slider {
  background: #e41e26;
  /* top: -1px; */
  border: 1px solid #e41e26
}

.slidercontainer_active .slidermask {
  border-width: 1px 0 1px 1px
}

.slidercontainer_success .slider {
  /* top: -1px; */
  border: 1px solid #e41e26;
  background-color: #e41e26 !important
}

.slidercontainer_success .slidermask {
  border: 1px solid #e41e26;
  border-width: 1px 0 1px 1px;
  background-color: #e41e26
}

.slidercontainer_success .slidericon:before {
  /* content: "飥? */
}

.slidercontainer_fail .slider {
  /* top: -1px; */
  border: 1px solid #f57a7a;
  background-color: #f57a7a !important
}

.slidercontainer_fail .slidermask {
  border: 1px solid #f57a7a;
  background-color: #fce1e1;
  border-width: 1px 0 1px 1px
}

.slidercontainer_fail .slidericon:before {
  /* content: "飥? */
}

.slidercontainer_active .slidertext,
.slidercontainer_success .slidertext,
.slidercontainer_fail .slidertext {
  display: none
}

.slidermask {
  position: absolute;
  left: 0;
  top: 0;
  height: 40px;
  border: 0 solid #e41e26;
  background: #e41e26;
  border-radius: 2px
}

.slider {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translatey(-50%);
  width: 2.3rem;
  height: 2rem;
  background: #538eff;
  box-shadow: 0 0 3px rgba(0, 0, 0, .3);
  cursor: pointer;
  transition: background .2s linear;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
z-index:5;
}

.slider:active  {
  background: #e41e26
}

.slider:active .slidericon {
  background-position: 0 -13px
}

.slidertext {
  position: relative;
  font-size: .6rem;
  color: #45494c;
display:block;
}

.refreshicon {
  position: absolute;
  left: 3rem;
  top: -1.5rem;
  cursor: pointer;
  color: rgba(0, 0, 0, .25);
  font-size: 1rem;
  z-index: 5;
  transition: color .3s linear;
  background: url(/uploads/image/wccaptchaimg/reflash.png) no-repeat;
  background-size: 100%;
  width: 0.9rem;
  height: 0.9rem;
}

.refreshicon:hover {
  color: #6c757d
}

#captchabox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
  display: none;
  z-index: 9999;
}

#captchabox .captcha {
  width: 90%;
  border: 1px solid rgb(229, 229, 229);
  border-radius: 3px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  background: #ffffff;
  padding: 0.3rem .3rem 2.5rem;
  box-sizing: border-box;
}

#captchabox .captchacanvas{
  width: 100%;
  height: 9rem;
}

/* #captchabox #captcha {
  width: 100% !important
}

#captchabox #captcha canvas:nth-child(1) {
  width: 100% !important
} */

#captchabox .captcha .ctop {
  height: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5rem;
}

#captchabox .captcha p {
  font-size: .6rem;
  color: #999;
  margin: 0;
  line-height: 1rem;
}

#captchabox .captcha .ctop .captchaclose {
  width: .9rem;
  height:  .9rem;
  cursor: pointer;
  margin-right: 10px;
}

#captchabox .captcha .captchaclose img {
  width: 100%;
display: block;
}