@charset "UTF-8";
/*  Extra large devices (large desktops) 大屏桌面端 */
.bookingWidget03 {
  background: #ffffff;
  position: relative; }
  .bookingWidget03 .datepicker {
    z-index: 3; }
  .bookingWidget03 .box {
    max-width: 1140px;
    margin: 0px auto;
    padding: 40px 40px 50px;
    content: " ";
    display: table; }
    .bookingWidget03 .box .calendarIcon {
      position: absolute;
      left: 16px;
      top: 50%;
      margin-top: -4px;
      transition: all 0.15s ease-in-out;
      z-index: 1; }
    .bookingWidget03 .box .iconIndicate {
      position: absolute;
      top: 50%;
      margin-top: -2px;
      right: 16px;
      font-size: 24px; }
    .bookingWidget03 .box .svg-size {
      width: 16px; }
    .bookingWidget03 .box h2 {
      font-size: 1.143em;
      letter-spacing: 1px;
      margin-bottom: 24px; }
    .bookingWidget03 .box form {
      position: relative;
      width: 1140px; }
      .bookingWidget03 .box form .guestIcon, .bookingWidget03 .box form .roomIcon {
        font-size: 16px;
        position: absolute;
        top: 50%;
        left: 16px;
        margin-top: 3px;
        z-index: 1; }
      .bookingWidget03 .box form .nice-select {
        width: 100%;
        height: 41px;
        padding-left: 0px;
        padding-right: 0px;
        display: block;
        border-top: none;
        border-right: none;
        border-left: none;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        font-size: 0.875rem;
        float: none; }
      .bookingWidget03 .box form .open + .calendarIcon {
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg); }
    .bookingWidget03 .box .bookingInputBg {
      width: 100%;
      background: #f8f7f5;
      height: 48px; }
    .bookingWidget03 .box .bookinDdatePicker {
      width: 336px;
      float: left;
      margin-right: 32px;
      position: relative; }
      .bookingWidget03 .box .bookinDdatePicker .checkInDateLabel, .bookingWidget03 .box .bookinDdatePicker .checkOutDateLabel {
        font-size: 0.857em;
        height: 24px;
        display: block;
        color: #333333; }
      .bookingWidget03 .box .bookinDdatePicker .checkOutDateLabel {
        position: absolute;
        top: 0px;
        left: 50%;
        margin-left: 16px; }
      .bookingWidget03 .box .bookinDdatePicker .bookingDateInput {
        font-size: 15px;
        width: 100%;
        background-color: rgba(248, 247, 245, 0);
        height: 48px;
        border: none;
        line-height: 48px;
        text-align: center;
        outline: none;
        cursor: pointer;
        position: relative;
        z-index: 2; }
    .bookingWidget03 .box .bookingRoomPicker {
      float: left;
      width: 160px;
      margin-right: 32px;
      position: relative; }
      .bookingWidget03 .box .bookingRoomPicker .roomNomLabel {
        font-size: 0.857em;
        height: 24px;
        display: block;
        color: #333333; }
      .bookingWidget03 .box .bookingRoomPicker .bookingSelect {
        height: 48px;
        border: none;
        outline: none;
        line-height: 48px;
        appearance: none;
        -moz-appearance: none;
        /* Firefox */
        -webkit-appearance: none;
        /* Safari 和 Chrome */
        width: 100%;
        background-color: rgba(248, 247, 245, 0);
        text-align: center;
        padding-left: 49%;
        position: relative;
        z-index: 2;
        cursor: pointer; }
    .bookingWidget03 .box .bookingGuestPicker {
      float: left;
      width: 160px;
      margin-right: 32px;
      position: relative; }
      .bookingWidget03 .box .bookingGuestPicker .guestNomLabel {
        font-size: 0.857em;
        height: 24px;
        display: block;
        color: #333333; }
      .bookingWidget03 .box .bookingGuestPicker .bookingSelect {
        height: 48px;
        border: none;
        outline: none;
        line-height: 48px;
        appearance: none;
        -moz-appearance: none;
        /* Firefox */
        -webkit-appearance: none;
        /* Safari 和 Chrome */
        width: 100%;
        background-color: rgba(248, 247, 245, 0);
        padding-left: 49%;
        position: relative;
        z-index: 2;
        cursor: pointer; }
    .bookingWidget03 .box .bookingCode {
      float: left;
      width: 176px;
      margin-right: 32px;
      position: relative; }
      .bookingWidget03 .box .bookingCode .codeLabel {
        font-size: 0.857em;
        height: 24px;
        display: block;
        color: #333333; }
      .bookingWidget03 .box .bookingCode .bookingCodeInput {
        height: 48px;
        border: none;
        outline: none;
        line-height: 48px;
        width: 100%;
        background-color: rgba(248, 247, 245, 0);
        text-indent: 2em;
        position: relative;
        z-index: 2;
        cursor: pointer; }
    .bookingWidget03 .box .bookingBtn {
      background: #c19b76;
      color: #ffffff;
      width: 180px;
      height: 48px;
      line-height: 48px;
      display: block;
      appearance: none;
      -moz-appearance: none;
      -webkit-appearance: none;
      border: none;
      font-size: 1em;
      font-weight: 500;
      outline: none;
      cursor: pointer;
      text-align: center;
      float: left;
      margin-top: 24px; }
  .bookingWidget03 .oneBooking {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11; }
    .bookingWidget03 .oneBooking .members {
      background: #fff;
      width: 256px;
      padding: 24px;
      display: none;
      position: fixed;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      border-radius: 2px;
      left: 50%;
      top: 50%;
      max-height: 86%;
      margin-left: -152px;
      z-index: 99;
      overflow-y: auto;
      transform: translateY(-50%); }
      .bookingWidget03 .oneBooking .members .shut {
        position: absolute;
        top: 12px;
        right: 12px;
        z-index: 2;
        width: 20px;
        height: 20px;
        margin: 0;
        background: url(../images/shut.png) no-repeat center center;
        cursor: pointer;
        background-size: 20px; }
      .bookingWidget03 .oneBooking .members li {
        font-weight: bold;
        list-style: none;
        margin-bottom: 8px;
        position: relative; }
        .bookingWidget03 .oneBooking .members li label {
          height: 34px;
          line-height: 34px;
          width: 100%;
          display: block;
          opacity: 1; }
        .bookingWidget03 .oneBooking .members li .formControl {
          font-size: 1rem;
          text-indent: 16px;
          display: block;
          width: 100%;
          height: 34px;
          line-height: 34px;
          background-color: #fff;
          opacity: 1;
          outline: none;
          border: 1px solid; }
        .bookingWidget03 .oneBooking .members li .formControl:focus {
          border: 1px solid; }
        .bookingWidget03 .oneBooking .members li .login, .bookingWidget03 .oneBooking .members li .registerBtn, .bookingWidget03 .oneBooking .members li .confirm-btn {
          color: #fff;
          text-decoration: none;
          -webkit-border-radius: 2px;
          -moz-border-radius: 2px;
          -ms-border-radius: 2px;
          border-radius: 2px;
          width: 100%;
          text-align: center;
          height: 38px;
          line-height: 38px;
          margin-top: 16px;
          display: block;
          cursor: pointer; }
        .bookingWidget03 .oneBooking .members li .formControlFeedback {
          font-size: 0.75rem;
          color: #D0021B;
          font-weight: normal;
          width: auto;
          height: auto;
          text-align: left;
          line-height: 18px;
          position: absolute; }
        .bookingWidget03 .oneBooking .members li .formControlFeedbackBtn {
          top: 36px; }
        .bookingWidget03 .oneBooking .members li .verificationBox {
          display: block;
          width: 77px;
          text-align: center;
          font-size: 0.75rem;
          color: #fff;
          line-height: 36px;
          position: absolute;
          right: -2px;
          bottom: 0; }
          .bookingWidget03 .oneBooking .members li .verificationBox:hover {
            cursor: pointer; }
        .bookingWidget03 .oneBooking .members li .registerBtn {
          margin-top: 16px; }
        .bookingWidget03 .oneBooking .members li .return-btn {
          text-decoration: none; }
        .bookingWidget03 .oneBooking .members li .foreignerTextBtn {
          font-size: 0.875rem;
          text-align: center;
          display: block;
          text-decoration: none;
          font-weight: normal; }
      .bookingWidget03 .oneBooking .members .vipPasswordLi {
        cursor: pointer;
        text-align: center;
        font-weight: normal;
        font-size: 0.875rem;
        margin-bottom: 0;
        text-decoration: none; }
      .bookingWidget03 .oneBooking .members .forgetDiv {
        display: none; }
      .bookingWidget03 .oneBooking .members .agreeText {
        font-size: 0.875rem;
        font-weight: normal;
        margin-top: 16px;
        line-height: 16px; }
      .bookingWidget03 .oneBooking .members .foreignerDiv {
        font-size: 0.875rem; }
        .bookingWidget03 .oneBooking .members .foreignerDiv p {
          font-weight: normal;
          line-height: 1.46;
          margin-bottom: 24px;
          padding-top: 8px;
          opacity: 1; }
      .bookingWidget03 .oneBooking .members .resetSuccessDiv .iconSuccess, .bookingWidget03 .oneBooking .members .registerSuccessDiv .iconSuccess {
        width: 95px;
        height: 95px;
        display: block;
        background: url(../images/icon_choose.png) no-repeat center center;
        background-size: 95px;
        margin: 24px auto 8px; }
      .bookingWidget03 .oneBooking .members .resetSuccessDiv p, .bookingWidget03 .oneBooking .members .registerSuccessDiv p {
        height: 24px;
        text-align: center; }
        .bookingWidget03 .oneBooking .members .resetSuccessDiv p span, .bookingWidget03 .oneBooking .members .registerSuccessDiv p span {
          color: #D0021B; }
      .bookingWidget03 .oneBooking .members .resetSuccessDiv cite, .bookingWidget03 .oneBooking .members .registerSuccessDiv cite {
        font-style: normal;
        text-align: center;
        display: block; }
    .bookingWidget03 .oneBooking .dropdown-menu {
      right: 70px; }
  .bookingWidget03 .bookingMask {
    display: none;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 10; }

/* Large devices (desktops, less than 1200px) 普通桌面端 */
@media (max-width: 1200px) {
  .bookingWidget03 .box {
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    padding: 40px 40px 50px; }
    .bookingWidget03 .box form {
      width: 100%; }
      .bookingWidget03 .box form .bookinDdatePicker {
        width: 34%;
        margin-right: 16px; }
        .bookingWidget03 .box form .bookinDdatePicker .bookingDateInput {
          font-size: 1.1em; }
      .bookingWidget03 .box form .bookingRoomPicker {
        width: 13.9%;
        margin-right: 16px; }
      .bookingWidget03 .box form .bookingGuestPicker {
        width: 13.9%;
        margin-right: 16px; }
      .bookingWidget03 .box form .bookingCode {
        width: 15%;
        margin-right: 16px; }
      .bookingWidget03 .box form .bookingBtn {
        width: 16%; } }
/* Medium devices (tablets, less than 992px) 平板端 */
@media (max-width: 992px) {
  .bookingWidget03 .box {
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    padding: 40px 40px 50px; }
    .bookingWidget03 .box form {
      width: 100%; }
      .bookingWidget03 .box form .bookinDdatePicker {
        width: 48%;
        float: left;
        margin-right: 0; }
        .bookingWidget03 .box form .bookinDdatePicker .bookingDateInput {
          font-size: 1.1em; }
      .bookingWidget03 .box form .bookingRoomPicker {
        width: 48%;
        float: right;
        margin-right: 0; }
      .bookingWidget03 .box form .bookingGuestPicker {
        width: 48%;
        float: left;
        margin-right: 0;
        margin-top: 16px; }
      .bookingWidget03 .box form .bookingCode {
        width: 48%;
        float: right;
        margin-right: 0;
        margin-top: 16px; }
      .bookingWidget03 .box form .bookingBtn {
        width: 100%; }

  .bookingBox {
    width: auto;
    margin-top: 16px; }
    .bookingBox a {
      color: #fff; } }
/* Small devices (landscape phones, less than 768px) 手机端横屏 */
@media (max-width: 768px) {
  .bookingWidget03 .box {
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    padding: 24px 24px 32px; }
    .bookingWidget03 .box form {
      width: 100%; }
      .bookingWidget03 .box form .bookinDdatePicker {
        width: 100%;
        margin-right: 0; }
        .bookingWidget03 .box form .bookinDdatePicker .bookingDateInput {
          font-size: 1.1em; }
      .bookingWidget03 .box form .bookingRoomPicker {
        width: 48%;
        margin-right: 0;
        float: left;
        margin-top: 16px; }
      .bookingWidget03 .box form .bookingGuestPicker {
        width: 48%;
        float: right;
        margin-right: 0;
        margin-top: 16px; }
      .bookingWidget03 .box form .bookingCode {
        width: 100%;
        float: right;
        margin-right: 0;
        margin-top: 16px; }
      .bookingWidget03 .box form .bookingBtn {
        width: 100%; } }
/* Extra small devices (portrait phones, less than 576px) 手机端竖屏 */
@media (max-width: 576px) {
  .bookingWidget03 .box {
    max-width: 100%;
    width: 100%;
    box-sizing: border-box; }
    .bookingWidget03 .box form {
      width: 100%; }
      .bookingWidget03 .box form .bookinDdatePicker {
        width: 100%;
        margin-right: 0; }
        .bookingWidget03 .box form .bookinDdatePicker .bookingDateInput {
          font-size: 1.1em; }
      .bookingWidget03 .box form .bookingRoomPicker {
        width: 100%;
        margin-right: 0;
        float: left;
        margin-top: 16px; }
      .bookingWidget03 .box form .bookingGuestPicker {
        width: 100%;
        float: right;
        margin-right: 0;
        margin-top: 16px; }
      .bookingWidget03 .box form .bookingCode {
        width: 100%;
        float: right;
        margin-right: 0;
        margin-top: 16px; }
      .bookingWidget03 .box form .bookingBtn {
        width: 100%; } }
/* Extra small devices (portrait phones, less than 320px) 手机端竖屏 */
@media (max-width: 320px) {
  .bookingWidget03 .box {
    max-width: 100%;
    width: 100%;
    box-sizing: border-box; }
    .bookingWidget03 .box form {
      width: 100%; }
      .bookingWidget03 .box form .bookinDdatePicker {
        width: 100%;
        margin-right: 0; }
        .bookingWidget03 .box form .bookinDdatePicker .calendarIcon {
          right: 8px; }
      .bookingWidget03 .box form .bookingRoomPicker i {
        right: 8px; }
      .bookingWidget03 .box form .bookingGuestPicker i {
        right: 8px; } }

/*# sourceMappingURL=bookingWidget03.css.map */
