* {
  box-sizing: border-box;
}
img {
  border: 0;
  vertical-align: middle;
}
.hide {
	display: none;
}
.verifyMainBody {
  font-family: 思源黑体 Normal;
  line-height: 1.5;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  width: auto;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}
.verifyMainBody .verifyBox {
  margin: 0 auto;
  position: absolute;
  z-index: 999999;
}
.verifyMainBody .startVerify {
  width: 100%;
  text-align: center;
  cursor: pointer;
  height: 40px;
  border: 1px solid rgba(51, 51, 51, 0.25);
  border-radius: 4px;
  padding: 6px 12px;
  background: rgba(255, 255, 255, 0.9);
  display: table-cell;
  vertical-align: middle;
  color: #333333;
}
.verifyMainBody .startVerify:hover, .verifyMainBody .startVerify:active, .verifyMainBody .startVerify:focus {
  background: rgba(251, 251, 251, 0.9);
}
.startVerify .loadBtn {
  font-size: 14px;
  text-align: left;
  width: 100%;
}
.startVerify .loadBtn .loadBtnInfo {
  vertical-align: middle;
}
.startVerify .loadBtn .loading {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 11px;
  right: 13px;
  background-image: url("./images/loadingIcon.gif");
  background-repeat: no-repeat;
  background-size: 16px;
}
.startVerify .loadBtn .success {
  font-size: 16px;
  position: absolute;
  top: 9px;
  right: 13px;
}
.startVerify .loadBtn .logoImg {
  width: 22px;
  height: 22px;
  position: absolute;
  top: 9px;
  right: 10px;
  background-image: url("./images/logo.png");
  background-repeat: no-repeat;
  background-size: 22px;
}
.clickVerify {
  margin: 0 auto;
  box-shadow: 0px 0px 4px 2px rgba(51, 51, 51, 0.5);
}
.clickVerify .backgroundImg {
  width: 100%;
  text-align: center;
  background: #ffffff;
  position: relative;
}
.clickVerify .backgroundImg .imageIcon {
  cursor: pointer;
}
.clickVerify .backgroundImg .clickedIcon {
  text-align: center;
  line-height: 24px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  position: absolute;
  display: inline-block;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0px 4px 2px rgba(51, 51, 51, 0.25);
}
.backgroundImg .verifyingIcon {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  display: inline-block;
  background: rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0px 4px 2px rgba(51, 51, 51, 0.25);
  z-index: 300;
}
.backgroundImg .verifyingIcon.hide {
  display: none;
}
.backgroundImg .verifyingIcon .verifyRes {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
}
.backgroundImg .verifyingIcon .loading {
  width: 71px;
  height: 71px;
  margin-top: -35px;
  margin-left: -35px;
  background-image: url("./images/loading.gif");
  background-repeat: no-repeat;
  background-size: 71px;
}
.backgroundImg .verifyingIcon .success, .backgroundImg .verifyingIcon .failure {
  font-size: 60px;
  width: 1em;
  height: 1em;
  line-height: 1;
  vertical-align: -0.125em;
  display: inline-block;
}
.backgroundImg .verifyingIcon .success {
  color: #1ca21c;
}
.backgroundImg .verifyingIcon .failure {
  color: #dd1010;
}
.dragVerify {
  margin: 0 auto;
  box-shadow: 0px 0px 4px 2px rgba(51, 51, 51, 0.5);
}
.dragVerify .backgroundImg {
  width: 100%;
  text-align: center;
  background: #ffffff;
  position: relative;
}
.dragVerify .backgroundImg .imageBox {
  -moz-user-select: none;
}
.dragVerify .backgroundImg .guideIcon {
  height: auto;
  position: absolute;
  left: 0px;
  display: inline-block;
  cursor: grab;
  text-align: left;
}
.dragVerify .backgroundImg .guideIcon .shelter {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
}
.dragVerify .backgroundImg .guideIcon:active, .dragVerify .backgroundImg .guideIcon:focus {
  cursor: move;
}
.verifyGuideBar {
  width: 100%;
  height: 30px;
  padding: 5px;
  color: #999999;
  background: #ffffff;
  border-bottom: 1px solid rgba(204, 204, 204, 0.5);
  text-align: left;
  position: relative;
}
.verifyGuideBar .guideInfo {
  font-size: 14px;
  color: #333333;
  vertical-align: top;
}
.verifyGuideBar .dragBar {
  width: 50px;
  height: 20px;
  background: #ffffff;
  border: 2px solid rgba(204, 204, 204, 0.5);
  display: inline-block;
  border-radius: 4px;
  position: absolute;
  left: 5px;
  z-index: 200;
  cursor: grab;
}
.verifyGuideBar .dragBar:active, .verifyGuideBar .dragBar:focus {
  cursor: move;
}
.verifyGuideBar .progressBar {
  width: 100%;
  height: 12px;
  margin-top: 4px;
  background: rgba(204, 204, 204, 0.5);
  display: inline-block;
  position: absolute;
  left: 0px;
  z-index: 100;
}
.verifyGuideBar .freshBtn {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
  z-index: 199;
  cursor: pointer;
  background-image: url("./images/refresh.png");
  background-repeat: no-repeat;
  background-size: 20px;
}
@font-face {
  font-family: 'icomoon';
  src:  url('./fonts/icomoon.eot?f5ooh6');
  src:  url('./fonts/icomoon.eot?f5ooh6#iefix') format('embedded-opentype'),
    url('./fonts/icomoon.ttf?f5ooh6') format('truetype'),
    url('./fonts/icomoon.woff?f5ooh6') format('woff'),
    url('./fonts/icomoon.svg?f5ooh6#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon' !important;
  transform-origin: 0px 0px;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-check-alt:before {
  content: "\e900";
}
.icon-x-check-alt:before {
  content: "\e901";
}
