input {
  width: 100%;
}

body {
  display: flex;
  flex-flow: column;
}

header {
  height: 80px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.16);
}

main {
  flex: 1;
  position: relative;
}

.reset-box {
  margin: 60px auto;
  width: 452px;
}

.container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
}

.container a {
  color: rgba(46, 150, 247, 1);
}

.container .logo {
  height: 50px;
  line-height: 50px;
}

.container .logo span {
  margin-left: 30px;
}

.container .logo a img {
  height: 50px;
  width: auto;
}

footer {
  border-top: 1px solid rgba(230, 230, 230, 1);
  text-align: center;
}

footer p {
  line-height: 40px;
}

.item {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.item p {
  display: flex;
  width: 360px;
  height: 40px;
  border: 1px solid rgba(230, 230, 230, 1);
  border-radius: 4px;
  display: flex;
  padding: 0 10px;
}

.item label {
  margin-right: 20px;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  font-weight: bold;
  color: rgba(102, 102, 102, 1);
  text-align: right;
  width: 50px;
}

.item p select {
  border: 0;
  width: 100%;
  outline: none;
  color: #666;
}

.protocol label {
  flex: 1;
  text-align: left;
}

.protocol input {
  width: 70px;
}

.item input[type='submit'] {
  height: 50px;
  background: rgba(46, 150, 247, 1);
  border-radius: 4px;
  font-size: 18px;
  color: #fff;
  outline: none;
  border: 0;
}

.wrong {
  color: #ff297a;
  position: absolute;
  right: 0;
  border: 0 !important;
  line-height: 40px;
}

.success-border {
  border-color: #2e96f7 !important;
}

.number-box {
  position: relative;
}

.number-box::after {
  position: absolute;
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  background: #fff;
  right: 0;
}
