.prefix-edu-close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 30px;
  height: 30px;
  background: url("../images/close.png") no-repeat center center;
  background-size: 23px 22px;
  cursor: pointer;
}
.prefix-edu-close:hover {
  animation: spin-bf175696 0.3s ease-in-out;
}
.prefix-edu-clear {
  height: 1px;
}
.prefix-edu-confirm {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 383px;
  border-radius: 30px;
  font-weight: bold;
  text-align: center;
  line-height: 56px;
  transform: translate(-50%, 82px);
  cursor: pointer;
}
.prefix-edu-confirm:hover {
  opacity: 0.8;
}
.prefix-edu-yzm {
  border-radius: 30px;
  text-align: center;
  width: 108px;
  height: 32px;
  line-height: 32px;
}
.prefix-edu-look {
  background: url("../images/icon7.png") no-repeat center center;
  background-size: 34px 24px;
  width: 34px;
  height: 24px;
  margin-right: 40px;
  margin-top: 10px;
  cursor: pointer;
}
.prefix-edu-content {
  position: relative;
  width: 680px;
  min-height: 470px;
  background-color: #fff;
  border-radius: 10px;
  margin: 168px auto;
  margin-top: 50px;
}
.prefix-edu-content h2 {
  color: #333;
  margin: 40px 0;
  text-align: center;
}
.prefix-edu-from {
  width: 82%;
  margin: 0 auto;
}
.prefix-edu-from .prefix-edu-row {
  margin-bottom: 26px;
}
.prefix-edu-from .prefix-edu-row .prefix-edu-icon {
  width: 30px;
  height: 30px;
}
.prefix-edu-from .prefix-edu-row .prefix-edu-icon.prefix-edu-i1 {
  background: url("../images/icon3.png") no-repeat center center;
  background-size: 17px 29px;
}
.prefix-edu-from .prefix-edu-row .prefix-edu-icon.prefix-edu-i2 {
  background: url("../images/icon9.png") no-repeat center center;
  background-size: 25px 29px;
}
.prefix-edu-from .prefix-edu-row .prefix-edu-icon.prefix-edu-i3 {
  background: url("../images/icon4.png") no-repeat center center;
  background-size: 18px 25px;
}
.prefix-edu-from .prefix-edu-row .prefix-edu-input {
  width: calc(100% - 65px);
  border-bottom: 1px solid #e9e9e9;
}
.prefix-edu-from .prefix-edu-row .prefix-edu-input input {
  width: 76%;
  line-height: 56px;
  font-size: 16px;
}
.prefix-edu-from .prefix-edu-row .prefix-edu-input input::placeholder {
  color: #aaa;
}
@-moz-keyframes spin-bf175696 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
@-webkit-keyframes spin-bf175696 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
@-o-keyframes spin-bf175696 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
@keyframes spin-bf175696 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
