/* body {
  background-color: #E8E8E8;
} */
#mask {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
}

.container {
  position: fixed;
  z-index: 100;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 300px;
  background-color: #fff;
  border: 5px solid #fff;
  border-radius: 5px;
}
#canva {
  background: indianred;
}

#block {
  position: absolute;
  left: 0;
}
.refreshIcon {
  position: absolute;
  left: 260px;
  top: 5px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: url(../imgs/refresh.png);
  display: block;
}
.verSliderBlock {
  height: 42px;
  width: 64px;
  background-color: #fff;
  background-image: url("../imgs/right_arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  position: absolute;
  top: -1px;
  text-align: center;
  line-height: 40px;
  color: #45494c;
  font-size: 25px;
  font-weight: 400;
}
.bar {
  position: relative;
  text-align: center;
  width: 298px;
  height: 40px;
  line-height: 40px;
  margin-top: 15px;
  background: #f7f9fa;
  color: #45494c;
  border: 1px solid #e4e7eb;
  display: block;
}
#bar-mask {
  position: absolute;
  left: 0;
  top: 0;
  height: 40px;
  border: 0 solid #1991fa;
  background: #d1e9fe;
}
#validate-tips {
  position: absolute;
  top: -30px;
  left: -1px;
  line-height: 20px;
  font-size: 14px;
  color: #fff;
  width: 100%;
  height: 0;
  /* transition: all 0.8s; */
}
