.reservation {
  margin-top: 1.28rem;
}

.reservation .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  padding: 0 .666667rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 10rem;
  height: 3.133333rem;
}

.reservation .heading img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 10rem;
  height: 3.133333rem;
  z-index: -1;
}

.reservation .heading .cn {
  font-size: .48rem;
  color: #fff;
}

.reservation .heading .en {
  margin-top: .266667rem;
  font-size: .48rem;
  color: #fff;
}

.reservation .form-wrapper {
  background-color: #fff;
  overflow: hidden;
}

.reservation .form-wrapper .row {
  display: flex;
  align-items: center;
  padding: 0 .333333rem;
  height: 1.2rem;
  font-size: .4rem;
  line-height: 1.173333rem;
  border-bottom: .5px solid #eee;
}

.reservation .form-wrapper .row .l {
  display: block;
  width: 1.6rem;
  color: #595959;
}

.reservation .form-wrapper .row .r {
  flex: 1;
  height: 1.173333rem;
  color: #9c9c9c;
  outline: none;
}

.reservation .form-wrapper .row select {
  flex: 1;
  height: 1.173333rem;
  font-size: .4rem;
  color: #9c9c9c;
  border: 0;
  outline: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #fff url("../images/icon_arrow_down.png") right center no-repeat;
}

.reservation .form-wrapper .sub {
  display: block;
  margin: 3.466667rem auto 1.333333rem;
  width: 5.04rem;
  height: 1.173333rem;
  font-size: .4rem;
  color: #fff;
  line-height: 1.173333rem;
  background: linear-gradient(to right, #148bdf, #33befe);
  border-radius: 1.173333rem;
  border: 0;
}

.msg {
  margin-top: 1.28rem;
}

.msg .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  padding: 0 .666667rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 10rem;
  height: 3.133333rem;
}

.msg .heading img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 10rem;
  height: 3.133333rem;
  z-index: -1;
}

.msg .heading .cn {
  font-size: .48rem;
  color: #fff;
}

.msg .heading .en {
  margin-top: .266667rem;
  font-size: .48rem;
  color: #fff;
}

.msg .form-wrapper {
  background-color: #fff;
  overflow: hidden;
}

.msg .form-wrapper .row {
  display: flex;
  align-items: center;
  padding: 0 .333333rem;
  height: 1.2rem;
  font-size: .4rem;
  line-height: 1.173333rem;
  border-bottom: .5px solid #eee;
}

.msg .form-wrapper .row .l {
  display: block;
  width: 1.6rem;
  color: #595959;
}

.msg .form-wrapper .row .r {
  flex: 1;
  height: 1.173333rem;
  color: #9c9c9c;
  outline: none;
}

.msg .form-wrapper .textarea-wrapper {
  display: flex;
  align-items: flex-start;
  padding: 0 .333333rem;
  font-size: .4rem;
  line-height: 1.173333rem;
  border-bottom: .5px solid #eee;
}

.msg .form-wrapper .textarea-wrapper .l {
  display: block;
  width: 1.6rem;
  color: #595959;
}

.msg .form-wrapper .textarea-wrapper textarea {
  flex: 1;
  height: 2rem;
  padding: .24rem 0;
  font-size: .4rem;
  font-family: 'Mocrosoft Yahei';
  color: #9c9c9c;
  line-height: 1.5;
  border: 0;
  outline: none;
  resize: none;
}

.msg .form-wrapper .sub {
  display: block;
  margin: 3.466667rem auto 1.333333rem;
  width: 5.04rem;
  height: 1.173333rem;
  font-size: .4rem;
  color: #fff;
  line-height: 1.173333rem;
  background: linear-gradient(to right, #148bdf, #33befe);
  border-radius: 1.173333rem;
  border: 0;
}
