/* 滑块验证 */
.silderpuzzle-mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 999999;
  background: rgba(0,0,0,.2);
}

.silderpuzzle-box {
  width: 384px;
  height: 333px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  overflow: hidden;
  border-radius: 8px;
}
.silderpuzzle-img-box {
  width: 361px;
  height: 205px;
  position: absolute;
  top: 57px;
  left: 12px;
}
.silderpuzzle-img-box .img-back {
  width: 100%;
  height: 100%;
}
.silderpuzzle-img-box .slider {
  width: 70px;
  height: 71px;
  position: absolute;
  top: 24px;
  left: 14px;
}
.slide-box {
  width: 361px;
  height: 47px;
  border-radius: 8px;
  position: absolute;
  left: 12px;
  bottom: 12px;
  background: #E8E8E8;
}
.slide-default {
  width: 72px;
  height: 47px;
  background: #FFFFFF;
  border-radius: 8px;
  border: 1px solid #0086FE;
  color: #0086FE;
  font-size: 18px;
  line-height: 41px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.slide-default img {
  width: 74px;
  height: 49px;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  transform: translate(-1px, -2px);
}
.text-describe {
  width: 100%;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #979797;
  line-height: 47px;
  text-align: left;
  position: absolute;
  top: 0;
  left: 107px;
  right: 0;
}
.already-slide {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #0086FE;
  border-radius: 8px;
}
.err-slide {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFC2C2;
  border-radius: 8px;
  border: 1px solid #FC6C6C;
  border-radius: 8px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FE0303;
  line-height: 47px;
  display: none;
}
.err-slide img {
  vertical-align: middle;
  width: 22px;
  height: 22px;
}


.msg {
  line-height: 40px;
  font-size: 14px;
  text-align: center;
  position: absolute;
  bottom: 70px;
  left: 13px;
  right: 12px;
  border-radius: 8px;
  color: #fff;
  display: none;
}
.msg img {
  vertical-align: sub;
  width: 18px;
  height: 18px;
}
.errMsg {
  background-color: #f00;
}
.suceMsg {
  background-color: #58CF96;
}
.canvasContainer {
  display: block !important;
}
.silderpuzzle-title {
  width: 100%;
  height: auto;
  /*padding: 0 20px;*/
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 14px;
  left: 0;
  border-bottom: 1px solid #E8E8E8;
  padding-bottom: 8px;
}
.silderpuzzle-title .silderpuzzle-title-text {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #979797;
  line-height: 22px;
  padding-left: 20px;
}
.silderpuzzle-title .silderpuzzle-title-icon{
  padding-right: 20px;
}
.silderpuzzle-title img {
  width: 18px;
  height: 18px;
  margin-left: 8px;
  cursor: pointer;
}
