.ver-title {
  font-size: 34px;
  color: #3673B9;
  text-align: center;
  margin-top: 124px;
}
.ver-title span{
  padding: 0 40px;
  display: inline-block;
  line-height: 32px;
}
.ver-title span:first-child {
  border-right: 2px solid #3673B9;
}
.ver-input-box {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 64px;
}
.ver-input-box img {
  width: 52px;
  position:absolute;
  z-index: 10;
  top:10px;
  right: 400px;
}
.ver-input-box input {
  width: 600px;
  height: 60px;
  border-radius: 35px;
  font-size: 30px;
  border:1px solid #000;
  background: #fff;
  z-index: 1;
  padding-left: 30px;
}
.ver-btn {
  width: 240px;
  padding-right: 10px;
  height: 60px;
  line-height: 60px;
  border-radius: 35px;
  border: 1px solid #000;
  font-size: 28px;
  background: #3673B9;
  text-align: center;
  padding-left: 60px;
  margin-left: -60px;
  color: #fff;
  cursor: pointer;
}
.ver-step {
  margin-top: 100px;
  font-size: 28px;
  text-align: center;
  margin-bottom: 178px;
}
.ver-step span {
  margin-right: 4px;
  display: inline-block;
  vertical-align: middle;
}
.ver-step img {
  width: 32px;
  color: #3673B9;
  display: inline-block;
  vertical-align: middle;
}
.ver-result {
  font-size: 32px;
  text-align: center;
  margin-bottom: 178px;
  margin-top: 100px;
  color: red;
}

.code-exmples {
  display: flex;
  justify-content: center;
  background: #dadada;
  padding: 100px 0;
  flex-wrap: wrap;
}
.code-exmple {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  margin: 30px;
}
.code-exmple img {
  width: 150px;
  margin-top: 10px;
}

@media(max-width: 1366px) {
  .ver-input-box img {
    right: 250px;
  }
}
