.verifyimage-base {
  width: 480px;
  background: #FFFFFF;
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.08);
  padding-bottom: 20px;
  position: fixed;
  border-radius: 4px;
  z-index: 10002;
  transform: translateX(-50%);
  left: 50%;
  top: 50%;
  margin-top: -170px;
}
.verifyimage-base .operate-container {
  width: 100%;
  height: 44px;
  box-sizing: border-box;
  margin-top: 20px;
  position: relative;
  z-index: 9998;
}
.verifyimage-base .operate-background {
  box-sizing: border-box;
  position: absolute;
  width: 400px;
  margin-top: -44px;
  background: #F7F9FA;
  border: 1px solid #EAEDF0;
  height: 44px;
}
.verifyimage-base .operate-slider {
  width: 44px;
  height: 100%;
  background: #108DE5;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.07);
  position: relative;
  display: inline-block;
  z-index: 9999;
  cursor: pointer;
}
.verifyimage-base .opetate-text {
  font-family: Microsoft YaHei;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  text-align: center;
  line-height: 44px;
  letter-spacing: 1px;
  color: #AAAFB3;
  position: relative;
}
.verifyimage-base .verify-dialog-main {
  width: 100%;
  height: 268px;
  position: relative;
}
.verifyimage-base .verify-dialog-des {
  font-family: Microsoft YaHei;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 50px;
  letter-spacing: 1px;
  color: #6C7378;
}
.verifyimage-base .verify-dialog-header {
  height: 50px;
  border-bottom: 1px solid #E7EAED;
  width: 400px;
  margin: 0 auto;
}
.verifyimage-base .verify-content-container {
  width: 400px;
  height: auto;
  margin: 20px auto 0 auto;
}
.verifyimage-base .verify-dialog-close {
  line-height: 50px;
  float: right;
}
.verifyimage-base .verify-dialog-close::before {
  content: '\e041';
  font-family: szfont;
  font-style: normal;
  font-size: 14px;
  color: #9DA5AD;
  line-height: 50px;
  cursor: pointer;
}
.verifyimage-base .verify-dialog-refresh {
  position: absolute;
  right: 5px;
  top: 8px;
}
.verifyimage-base .verify-dialog-refresh::before {
  content: '\e248';
  font-family: szfont;
  font-style: normal;
  font-size: 20px;
  color: #9DA5AD;
  line-height: 12px;
}
.verifyimage-base .operate-slider-icon {
  display: block;
  height: 44px;
  width: 44px;
  position: absolute;
}
.verifyimage-base.success .operate-slider-icon {
  background: url(images/icon2.png) no-repeat center;
}
.verifyimage-base.success .operate-slider {
  background: #52CCBA;
}
.verifyimage-base.fail .operate-slider-icon {
  background: url(images/icon3.png) no-repeat center;
}
.verifyimage-base.fail .operate-slider {
  background: #FFB154;
}
.verifyimage-base.normal .operate-slider-icon {
  background: url(images/icon1.png) no-repeat center;
}
.verifyimage-base.normal .operate-slider {
  background: #108DE5;
}
.verifyimage-mask {
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  z-index: 10000;
}
