#clicaptcha-container {
  position: relative;
  display: none;
  padding: 18px;
  border: 1px solid #b1b3b8;
  background-color: #ffffff;
  position: fixed;
  z-index: 10000;
  left: 50%;
  top: 50%;
  margin-left: -191px;
  margin-top: -161px;
  border-radius: 10px;
  box-shadow: 0 2px 24px rgba(0, 0, 0, 0.15);
}
#clicaptcha-container .clicaptcha-loading {
  position: relative;
  width: 343px;
  height: 200px;
  border-radius: 6px;
  overflow: hidden;
}
#clicaptcha-container .clicaptcha-loading .loading-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  filter: alpha(opacity=60);
  opacity: 0.6;
}
#clicaptcha-container .clicaptcha-loading .loading-tips {
  display: inline-block;
  position: absolute;
  right: 50%;
  top: 50%;
  margin-top: -10px;
  margin-right: -28px;
  overflow: hidden;
  color: #8c8c8c;
  letter-spacing: 1px;
}
#clicaptcha-container .clicaptcha-loading .ellipsis {
  display: inline-block;
  margin-right: -14px;
}
#clicaptcha-container .clicaptcha-imgbox {
  display: none;
  position: relative;
  width: 343px;
  height: 200px;
  border-radius: 6px;
  overflow: hidden;
}
#clicaptcha-container .clicaptcha-imgbox .step {
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #f04848;
  border: 3px solid #f04848;
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 0 0 10px #fff;
  -webkit-user-select: none;
  user-select: none;
}
#clicaptcha-container .clicaptcha-imgbox .clistep {
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #f04848;
  border: 2px solid #f04848;
  background-color: #fff;
  border-radius: 20px;
  -webkit-user-select: none;
  user-select: none;
}
#clicaptcha-container .clicaptcha-img {
  width: 100%;
  height: 125%;
  border: none;
}
#clicaptcha-container .clicaptcha-title {
  float: left;
  margin-top: 17px;
  font-family: "Microsoft YaHei";
  height: 24px;
  font-size: 14px;
  color: #8c8c8c;
  line-height: 24px;
  text-align: center;
}
#clicaptcha-container .clicaptcha-title .res-text {
  display: inline-block;
  margin-left: 8px;
  background: #efefef;
  color: rgba(0, 0, 0, 0.65);
  border-radius: 12px;
  line-height: 24px;
  vertical-align: -7px;
}
/* #clicaptcha-container .clicaptcha-title span {
  font-size: 16px;
  font-weight: bold;
  color: #c00;
}
#clicaptcha-container .clicaptcha-title span.clicaptcha-clicked {
  color: #069;
} */
#clicaptcha-container .clicaptcha-opt {
  float: right;
  margin-top: 18px;
  padding: 1px 0;
  height: 22px;
  line-height: 24px;
}
#clicaptcha-container .clicaptcha-back {
  display: inline-block;
  margin-right: 14px;
  width: 22px;
  height: 22px;
  background: url(../image/back.png) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
#clicaptcha-container .clicaptcha-back:hover {
  background: url(../image/back-active.png) no-repeat;
  background-size: 100% 100%;
}
#clicaptcha-container .clicaptcha-close {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(../image/close.png) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
#clicaptcha-container .clicaptcha-close:hover {
  background: url(../image/close-active.png) no-repeat;
  background-size: 100% 100%;
}
#clicaptcha-container .clicaptcha-reload {
  display: inline-block;
  margin-right: 12px;
  width: 22px;
  height: 22px;
  background: url(../image/reload.png) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
#clicaptcha-container .clicaptcha-reload:hover {
  background: url(../image/reload-active.png) no-repeat;
  background-size: 100% 100%;
}
#clicaptcha-container .clicaptcha-refresh-box {
  position: relative;
  margin-top: 10px;
}
#clicaptcha-container .clicaptcha-refresh-line {
  position: absolute;
  top: 16px;
  width: 140px;
  height: 1px;
  background-color: #ccc;
}
#clicaptcha-container .clicaptcha-refresh-line-left {
  left: 5px;
}
#clicaptcha-container .clicaptcha-refresh-line-right {
  right: 5px;
}
#clicaptcha-container .clicaptcha-refresh-btn {
  display: block;
  margin: 0 auto;
  width: 32px;
  height: 32px;
  background: url(//img3.job1001.com/clicaptcha/image/refresh.png) no-repeat;
}
#clicaptcha-container .clicaptcha-refresh-btn:hover {
  background-position: -32px 0;
}
#clicaptcha-mask {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  background-color: rgb(0, 0, 0);
}
