.reservation {
  background: #F5F7F9;
  padding: 100px 0 170px 0;
}

.reservation-content {
  width: 1024px;
  padding: 64px 76px 64px 100px;
  background: #ffffff;
  margin: auto;
  border-radius: 12px;
}

.reservation-content-right {
  float: left;
  width: 50%;
  margin-right: 100px;
}

.reservation-content-right .txt {
  width: calc(100% - 348px);
  float: left;
}

.reservation-content-right .txt p {
  font-size: 24px;
  color: #333333;
  margin-bottom: 12px;
}

.reservation-content-right .txt .divider {
  width: 82px;
  border-top: 4px solid #00BDFF;
  border-radius: 2px;
}

.reservation-content-right .txt .list {
  width: 100%;
  margin-top: 42px;
}

.reservation-content-right .txt .list span {
  display: inline-block;
  margin-bottom: 42px;
  padding-left: 20px;
  background: url("../images/list-bg.png") no-repeat left center;
  font-size: 16px;
  color: #666666;
  line-height: 22px;
}

.reservation-content-right .img {
  float: left;
}

.reservation-content-right .img img {
  width: 348px;
}

.reservation-content-left {
  float: left;
  width: 400px;
}

.reservation-content-left p {
  width: 100%;
  text-align: center;
  font-size: 24px;
  color: #333333;
  margin-bottom: 40px;
}

.reservation-content-left form .input-item {
  width: 100%;
  margin-bottom: 20px;
}

.reservation-content-left form .input-item label {
  font-size: 14px;
  color: #555555;
}

.reservation-content-left form .input-item input {
  width: 308px;
  margin-left: 15px;
  color: #666666;
  padding: 0 0 0 14px;
  height: 40px;
  border: 1px solid #E6E6E6;
  outline: none;
}

.reservation-content-left form .verify {
  width: 100%;
}

.reservation-content-left form .verify label {
  font-size: 14px;
  color: #555555;
}

.reservation-content-left form .verify input {
  width: 170px;
  margin-left: 15px;
  color: #666666;
  padding: 0 0 0 20px;
  height: 40px;
  border: 1px solid #E6E6E6;
  outline: none;
}

.reservation-content-left form .verify button {
  background: #33AEF0;
  color: #ffffff;
  width: 123px;
  text-align: center;
  border-radius: 4px;
  height: 40px;
  border: none;
  padding: 0;
  outline: none;
  margin-left: 4px;
  cursor: pointer;
}

.reservation-content-left form .subBtn {
  width: 100%;
}

.reservation-content-left form .subBtn button {
  width: 100%;
  background: #33AEF0;
  color: #ffffff;
  border-radius: 4px;
  border: none;
  outline: none;
  height: 48px;
  cursor: pointer;
}
