#verify_text_box {
  width: 400px;
  height: 200px;
  margin: 50px auto 0;
  border: #00ffff solid 2px;
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
  transition: all 2s;
  border-radius: 10px;
}

#verify_text_box .fl {
  width: 200px;
  height: 100px;
  position: absolute;
}

#verify_text_box .radio {
  background-color: #1abd6c;
  color: #fff;
  z-index: 9999;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  position: absolute;
  z-index: 10;
  line-height: 30px;
  color: white;
}

#verify_text_box span {
  font-size: 40px;
  position: absolute;
  z-index: 4;
  color: #fff;
  font-weight: bold;
  transition: all 2s;
}

#verify_text_box span:hover {
  font-family: "Audiowide";
  text-align: center;
  color: #e0ffff;
  font-size: 50px;
  transition: all 1.5s ease;
  color: #fff;
  animation: Glow 1.5s ease infinite alternate;
  margin-bottom: 30px;
}

@keyframes Glow {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #c71585,
      0 0 70px #c71585, 0 0 80px #c71585, 0 0 100px #c71585, 0 0 150px #c71585;

    /* text-shadow: 0 0 10px red; */
  }
  to {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #c71585,
      0 0 35px #c71585, 0 0 40px #c71585, 0 0 50px #c71585, 0 0 75px #c71585;

    /* text-shadow: 0 0 10px blue; */
  }
}

#verify_text_minbox {
  width: 400px;
  height: 40px;
  margin: 10px auto 0;
  border: greenyellow solid 1px;
  text-align: center;
  font-size: 26px;
  line-height: 40px;
  color: #c71585;
  font-weight: bold;
  transition: all 2s;
  border-radius: 10px;
  background-color: white;
}

#verify_text_minbox span {
  color: aqua;
  transition: all 2s;
}

.size {
  color: #0480be;
  animation: Alow 1.5s ease infinite alternate;
}

@keyframes Alow {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #00fa9a,
      0 0 70px #00fa9a, 0 0 80px #00fa9a, 0 0 100px #00fa9a, 0 0 150px #00fa9a;

    /* text-shadow: 0 0 10px red; */
  }
  to {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #00fa9a,
      0 0 35px #00fa9a, 0 0 40px #00fa9a, 0 0 50px #00fa9a, 0 0 75px #00fa9a;

    /* text-shadow: 0 0 10px blue; */
  }
}

.bg-blur {
  background-color: #be9586;
  /* background-image: url("../img/t1.png"); */
  width: 100%;
  height: 100%;
  /* background-position: center; */
  /* background-size: cover; */
  /* -webkit-filter: blur(15px);
		            -moz-filter: blur(15px);
		            -o-filter: blur(15px);
		            -ms-filter: blur(15px); */
  /* filter: blur(5px); */
}

.image-verify {
  position: fixed;
  top: 100px;
  left: 50%;
  margin-left: -180px;
  width: 360px;
  padding: 5px;
  border-radius: 3%;
  background-color: #f5f4f4;
  border: 0.5px solid #be9586;
  z-index: 19999;
}

.image-verify .head {
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  width: 100%;
  padding-top: 5px;
  color: #be9586;
}

.image-verify .close {
  width: 100%;
  height: 15px;
}
.image-verify .close span {
  position: absolute;
  top: 5px;
  right: 15px;
  font-size: 18px;
  cursor: pointer;
}

.image-verify .main {
  text-align: center;
  height: 350px;
  width: 100%;
  padding-top: 5px;
}
.image-verify .main .img {
  display: inline-block;
  width: 110px;
  height: 110px;
  padding: 2px;
}
.image-verify .main .img img {
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.image-verify .main .choose {
  background-color: #be9586;
  opacity: 0.4;
}

.image-verify .main .loading {
  opacity: 0.2;
}

.image-verify .foot {
  text-align: right;
  height: 45px;
  width: 100%;
}

.image-verify .foot span {
  color: rgb(229 50 15);
  float: left;
  margin: 3px 15px;
  max-width: 220px;
}

.image-verify .foot input {
  height: 30px;
  width: 60px;
  cursor: pointer;
  border: none;
}

.image-verify .foot .refresh {
  background-color: #ffffff;
  border-bottom: 0px !important;
}

.image-verify .foot .ok {
  background-color: #be9586;
  color: #ffffff;
  margin-right: 10px;
}

.image-verify-modal {
  display: block;
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
  opacity: 1;
  transition: all 0.5s ease-in-out;
}
