html {
  margin: 0 auto;
  padding: 0;
}
body {
  background: white;
}
.common-header {
  background-color: #035348;
}
.verify {
  width: 980px;
  margin: auto;
}
.verify h2 {
  font-weight: normal;
  font-size: 24px;
  margin: 50px 0 20px 0;
}
.verify > p {
  color: #959595;
  font-size: 13px;
}
.forms {
  margin: 26px 0;
  font-size: 13px;
  color: #333;
}
.forms input {
  border: 1px solid #d8d8d8;
  height: 32px;
  line-height: 32px;
  outline: none;
}
.terminal p,
.license p {
  margin: 10px 0;
  display: flex;
  /* justify-content: center; */
  align-items: center;
}
/* .terminal span,
.license span{
    display: block;
    width: 13px;
    height: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #959595;
    border: 1px solid #959595;
    border-radius: 50%;
    font-size: 12px;
    margin: 0 10px;
} */
.terminal > input,
.license > input {
  width: 340px;
}
.license > i {
  padding: 5px;
  color: #d8d8d8;
}
.terminal > .warn {
  height: 15px;
  width: 340px;
  color: red;
  display: none;
}
.terminal > .warn > p {
  margin: 0;
  display: block;
  float: right;
  height: 15px;
}
.license > .warn {
  height: 15px;
  width: 340px;
  display: flex;
  justify-content: space-between;
}
.license > .warn > .example {
  color: #a4a4a4;
}
.license > .warn > .warn-item {
  display: none;
  color: red;
}
.form-button {
  margin: 40px 0 50px 0;
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 40px;
}
.form-button button {
  background: #d8d8d8;
  border: none;
  padding: 10px 15px;
  color: white;
  font-size: 15px;
  outline: none;
}
.form-button button:hover {
  cursor: pointer;
}
.question {
  margin-bottom: 200px;
}
.question-item {
  display: flex;
  width: 480px;
  margin-bottom: 30px;
}
.item-number {
  width: 30px;
  display: flex;
  justify-content: center;
  margin-right: 10px;
}
.item-number span {
  display: block;
  background: #666666;
  color: white;
  width: 16px;
  height: 16px;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  border-radius: 50%;
}
.item-content p {
  /* margin: 0; */
  font-size: 13px;
  color: #333;
  margin: 0 0 6px 0;
}

#ismessage {
  color: red;
  padding-top: 5px;
  display: none;
}
