* {
  box-sizing: border-box;
}
.hoteldate_form {
  position: relative;
  width: 1210px;
  margin: 0 auto;
  overflow: hidden;
}
.hoteldate_form .form-col {
  float: left;
  position: relative;
  width: 292px;
  height: 480px;
  margin: 0 5px;
  background-color: #fff;
  border: solid 1px transparent;
  border-radius: 10px;
}
.hoteldate_form .title-wrap {
  padding: 30px 20px 20px;
  text-align: center;
}
.hoteldate_form .title-wrap p {
  position: relative;
  display: inline-block;
  padding-bottom: 15px;
  font-size: 28px;
  color: #2b2b2b;
  border-bottom: 1px solid #2b2b2b;
}
.hoteldate_form .title-wrap p:before,
.hoteldate_form .title-wrap p:after {
  content: '';
  background-color: #2b2b2b;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  position: absolute;
  top: 16px;
}
.hoteldate_form .title-wrap p:before {
  left: -10px;
}
.hoteldate_form .title-wrap p:after {
  right: -10px;
}
.hoteldate_form .list-wrap {
  text-align: center;
}
.hoteldate_form .list-wrap .item,
.hoteldate_form .list-wrap .empty {
  display: inline-block;
  width: 60%;
  height: 48px;
  margin: 5px 0;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 20px;
  text-align: center;
  line-height: 46px;
  cursor: pointer;
}
.hoteldate_form .list-wrap .empty {
  cursor: default;
  border: none;
}
.hoteldate_form .list-wrap.col-2 .item,
.hoteldate_form .list-wrap.col-2 .empty {
  width: 35%;
  height: 36px;
  margin: 8px 10px;
  border-radius: 5px;
  font-size: 18px;
  line-height: 34px;
}
.hoteldate_form .form-btn-wrap {
  position: absolute;
  top: 50%;
  margin-top: -30px;
}
.hoteldate_form .form-btn-wrap .form-btn {
  width: 300px;
  height: 65px;
  background-color: #e96d85;
  color: #fff;
  font-size: 35px;
  text-align: center;
  line-height: 65px;
  cursor: pointer;
  border-radius: 5px;
}
.hoteldate_form .form-btn-wrap .form-btn-desc {
  padding-top: 5px;
  color: #aeadb2;
  font-size: 18px;
  text-align: center;
}
.create-wrap {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
.create-wrap .create-tip {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 16px 40px;
  font-size: 16px;
  color: #666;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 2px;
}
