@charset "UTF-8";
.mask-reser {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(241, 244, 245, 0.24);
  z-index: 98;
}

.mask-reser .reservation {
  background: #FFFFFF;
  box-shadow: 0 10px 20px 0 rgba(0, 160, 233, 0.24);
  border-radius: 10px;
  position: absolute;
  padding: 20px;
  right: 40%;
  top: 25%;
  z-index: 999;
}

.mask-reser .reservation > img {
  display: block;
  margin-bottom: 10px;
  margin-left: 280px;
  cursor: pointer;
}

.mask-reser .reservation .modal-title {
  text-align: center;
  font-size: 20px;
  color: #333;
  font-weight: bold;
  margin-bottom: 20px;
}

.mask-reser .reservation .input-wrap {
  margin-top: 10px;
  color: #ddd;
}

.mask-reser .reservation .input-wrap ::-webkit-input-placeholder {
  font-size: 16px;
  height: 80px;
}

.mask-reser .reservation .input-wrap input {
  border: none;
  padding: 0;
  font-size: 18px;
  height: 60px;
  float: right;
  padding-left: 10px;
  outline: none;
}

.mask-reser .reservation .input-wrap input::-webkit-input-placeholder {
  padding-left: 16px;
  color: #bbb;
}

.mask-reser .reservation .input-wrap input::-moz-input-placeholder {
  color: #bbb;
}

.mask-reser .reservation .input-wrap input::-ms-input-placeholder {
  color: #bbb;
}

.mask-reser .reservation .input-wrap select {
  height: 60px;
  padding-left: 16px;
  border: none;
  outline: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-size: 16px;
  width: 85%;
  color: #333;
}

.mask-reser .reservation .input-wrap > label {
  display: flex;
  border: 1px solid #ddd;
  position: relative;
  padding: 0 18px;
  border-radius: 5px;
  width: 260px;
  position: relative;
  align-items: center;
}

.mask-reser .reservation .input-wrap > label > i {
  font-size: 18px;
  float: left;
  margin-right: 16px;
}

.mask-reser .reservation .input-wrap > label > i.icon-xuexiaoiconx {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../images/index/icon1.svg) no-repeat;
  background-size: cover;
}

.mask-reser .reservation .input-wrap > label .line {
  top: 15px;
  position: absolute;
  width: 0;
  left: 52px;
  border-left: 1px solid #ddd;
  height: 30px;
}

.mask-reser .reservation .select-wrap {
  position: relative;
}

.mask-reser .reservation .select-wrap:after {
  content: '';
  height: 0;
  position: absolute;
  top: 25px;
  right: 20px;
  font-size: 0;
  vertical-align: middle;
  border-radius: 4px;
  border-top: 9px solid #00a0e9;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}

.mask-reser .reservation .errors {
  visibility: hidden;
  margin-top: 5px;
  color: #c41212;
}

.mask-reser .reservation .errors.show {
  visibility: inherit;
}

.mask-reser .reservation .btn-style {
  width: 100%;
  margin-top: 20px;
  font-size: 24px;
  font-weight: bold;
}

.mask-none {
  display: none;
}

/* order-modal样式 */
.lpc-order-modal {
  display: none;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  z-index: 99999 !important;
  background: rgba(0, 0, 0, 0.6);
}

.lpc-order-modal .reservation {
  width: 538px;
  height: 678px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/templates/giftbag-bg.png) no-repeat center/cover;
}

.lpc-order-modal .reservation .modal-container {
  width: 100%;
  height: 100%;
  position: relative;
}

.lpc-order-modal .reservation .modal-container .closeModalImg {
  position: absolute;
  top: 6%;
  right: 0%;
  cursor: pointer;
}

.lpc-order-modal .reservation .modal-container .form-content {
  position: absolute;
  top: 62%;
  left: 53%;
  transform: translate(-50%, -50%);
  width: 370px;
  box-sizing: border-box;
}

.lpc-order-modal .reservation .modal-container .form-content input, .lpc-order-modal .reservation .modal-container .form-content select {
  width: 100%;
  cursor: pointer;
  background-color: #fff;
  background-image: none;
  border-radius: 4px;
  border: 1px solid #dcdfe6;
  box-sizing: border-box;
  color: #606266;
  display: inline-block;
  font-size: inherit;
  height: 28px;
  line-height: 28px;
  outline: none;
  vertical-align: bottom;
  padding: 0 15px;
  transition: border-color 0.2s cubic-bezier(0.65, 0.04, 0.35, 1);
}

.lpc-order-modal .reservation .modal-container .form-content input {
  padding: 23px 17px;
  margin: 20px 0;
  color: #797a7b;
}

.lpc-order-modal .reservation .modal-container .form-content select {
  height: 42px;
  line-height: 42px;
  color: #797a7b;
}

.lpc-order-modal .reservation .modal-container .form-content select, .lpc-order-modal .reservation .modal-container .form-content input:-moz-placeholder {
  color: #797a7b;
}

.lpc-order-modal .reservation .modal-container .form-content select, .lpc-order-modal .reservation .modal-container .form-content input:-ms-input-placeholder {
  color: #797a7b;
}

.lpc-order-modal .reservation .modal-container .form-content select, .lpc-order-modal .reservation .modal-container .form-content input::-moz-placeholder {
  color: #797a7b;
}

.lpc-order-modal .reservation .modal-container .form-content select, .lpc-order-modal .reservation .modal-container .form-content input::-webkit-input-placeholder {
  color: #797a7b;
}

.lpc-order-modal .reservation .modal-container .form-content select::-ms-expand {
  padding-right: 10px;
}

.lpc-order-modal .reservation .modal-container .form-content .second div {
  display: inline-block;
  width: 47%;
}

.lpc-order-modal .reservation .modal-container .form-content .second div:first-child {
  margin-right: 4.5%;
}

.lpc-order-modal .reservation .modal-container .form-content .errors {
  height: 20px;
}

.lpc-order-modal .reservation .modal-container .form-content .border-red {
  border-color: red;
}

.lpc-order-modal .reservation .modal-container .submit-content {
  text-align: center;
  width: 370px;
  position: absolute;
  bottom: 28px;
  left: 18%;
  height: 72px;
  line-height: 72px;
}

.lpc-order-modal .reservation .modal-container .submit-content .img-bg {
  /* width: 640px;
                    height: 144px; */
  cursor: pointer;
  font-family: 'SourceHanSansCN-Bold';
  font-size: 30px;
  color: #EA6C27;
  letter-spacing: 0;
  text-shadow: 0 2px 4px #FDE97A;
  background: url(../images/templates/giftbag-btn.png) no-repeat center/cover;
}
