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: 40px;
  background: #f7f9fa;
  color: #45494c;
  border-radius: 2px
}

.dxsliderbg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background-color: #f7f9fa;
  height: 40px;
  border-radius: 2px;
  border: 1px solid #e6e8eb
}

.sliderContainer_active .dxslider {
  /* top: -1px; */
  border: 1px solid #e41e26
}

.sliderContainer_active .sliderMask {
  border-width: 1px 0 1px 1px
}

.sliderContainer_success .dxslider {
  /* 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 .dxslider {
  /* 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;
z-index: 2;
}

.dxslider {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 40px;
  height: 55px;
  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
}

.dxslider:hover {
  background: #e41e26
}

.dxslider:hover .sliderIcon {
  background-position: 0 -13px
}

.sliderText {
  position: relative
}

.refreshIcon {
  position: absolute;
  left: 79px;
  top: -47px;
  cursor: pointer;
  color: rgba(0, 0, 0, .25);
  font-size: 1rem;
  z-index: 5;
  transition: color .3s linear;
  background: url(https://www.igo.cn/captcha/captchaImg/reflash.png) no-repeat;
  background-size: 100%;
  width: 25px;
  height: 25px;
}

.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: 99999999999;
}

#captchabox .captcha {
  width: 370px;
  height: 360px;
  left: 779px;
  border: 1px solid rgb(229, 229, 229);
  border-radius: 3px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  background: #ffffff;
  padding: 14px 10px 10px;
  box-sizing: border-box;
}

#captchabox .captcha .ctop {
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

#captchabox .captcha p {
  font-size: 16px;
  color: #999;
  margin: 0;
  line-height: 16px;
}

#captchabox .captcha .ctop .captchaclose {
  width: 24px;
  height: 24px;
  cursor: pointer;
  margin-right: 10px;
}

#captchabox .captcha .captchaclose img {
  width: 100%;
}