@charset "UTF-8";
/*  Extra large devices (large desktops) 大屏桌面端 */
.headerWidget01 .swiper-container {
  z-index: 0; }
.headerWidget01 .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: 20%;
  max-height: 80%;
  overflow-y: scroll;
  margin-left: -152px;
  z-index: 99; }
  .headerWidget01 .oneBooking .members .shut {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 20px;
    height: 20px;
    background: url(../image/shut.png) no-repeat center center;
    cursor: pointer;
    background-size: 20px 20px; }
  .headerWidget01 .oneBooking .members li {
    font-weight: bold;
    list-style: none;
    margin-bottom: 8px;
    position: relative; }
    .headerWidget01 .oneBooking .members li label {
      height: 34px;
      line-height: 34px;
      width: 100%;
      display: block;
      color: #666666; }
    .headerWidget01 .oneBooking .members li .formControl {
      font-size: 1em;
      text-indent: 1em;
      display: block;
      width: 100%;
      height: 34px;
      line-height: 34px;
      background-color: #fff;
      color: #666666;
      outline: none; }
    .headerWidget01 .oneBooking .members li .login, .headerWidget01 .oneBooking .members li .registerBtn, .headerWidget01 .oneBooking .members li .confirm-btn {
      color: #fff;
      text-decoration: none;
      border-radius: 2px;
      width: 100%;
      height: 38px;
      text-align: center;
      line-height: 38px;
      margin-top: 16px;
      display: block; }
    .headerWidget01 .oneBooking .members li .formControlFeedback {
      font-size: 0.857em;
      color: #D0021B;
      font-weight: normal;
      width: auto;
      height: auto;
      text-align: left;
      line-height: 18px; }
    .headerWidget01 .oneBooking .members li .formControlFeedbackBtn {
      top: 36px; }
    .headerWidget01 .oneBooking .members li .verificationBox {
      display: block;
      width: 77px;
      text-align: center;
      font-size: 0.857em;
      color: #fff;
      line-height: 36px;
      position: absolute;
      right: -2px;
      bottom: 0px; }
      .headerWidget01 .oneBooking .members li .verificationBox:hover {
        cursor: pointer; }
    .headerWidget01 .oneBooking .members li .registerBtn {
      margin-top: 16px; }
    .headerWidget01 .oneBooking .members li .return-btn {
      text-decoration: none; }
    .headerWidget01 .oneBooking .members li .ForeignerTextBtn {
      font-size: 0.857em;
      text-align: center;
      display: block;
      text-decoration: none;
      font-weight: normal; }
  .headerWidget01 .oneBooking .members .vipPasswordLi {
    cursor: pointer;
    text-align: center;
    font-weight: normal;
    font-size: 0.857em;
    margin-bottom: 0;
    text-decoration: none; }
  .headerWidget01 .oneBooking .members .forgetDiv {
    display: none; }
  .headerWidget01 .oneBooking .members .agreeText {
    font-size: 0.857em;
    color: #666666;
    font-weight: normal;
    margin-top: 16px;
    line-height: 16px; }
  .headerWidget01 .oneBooking .members .foreignerDiv {
    font-size: 0.857em;
    color: #666666; }
    .headerWidget01 .oneBooking .members .foreignerDiv p {
      font-weight: normal;
      padding-top: 10px;
      line-height: 1.46;
      margin-bottom: 24px; }
  .headerWidget01 .oneBooking .members .resetSuccessDiv .iconSuccess, .headerWidget01 .oneBooking .members .registerSuccessDiv .iconSuccess {
    width: 95px;
    height: 95px;
    display: block;
    background: url(../image/icon_choose.png) no-repeat center center;
    background-size: 95px 95px;
    margin: 26px auto 7px; }
  .headerWidget01 .oneBooking .members .resetSuccessDiv P, .headerWidget01 .oneBooking .members .registerSuccessDiv P {
    height: 24px;
    text-align: center; }
    .headerWidget01 .oneBooking .members .resetSuccessDiv P span, .headerWidget01 .oneBooking .members .registerSuccessDiv P span {
      color: #D9002B; }
  .headerWidget01 .oneBooking .members .resetSuccessDiv cite, .headerWidget01 .oneBooking .members .registerSuccessDiv cite {
    font-style: normal;
    text-align: center;
    display: block; }
.headerWidget01 .oneBooking .dropdown-menu {
  right: 70px; }
.headerWidget01 .navBar {
  height: 88px;
  position: relative;
  z-index: 9;
  position: fixed;
  width: 100%;
  top: 0; }
  .headerWidget01 .navBar .wrapper {
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
    height: 88px; }
    .headerWidget01 .navBar .wrapper .navMenu .navSubMenu {
      overflow: hidden; }
      .headerWidget01 .navBar .wrapper .navMenu .navSubMenu a {
        display: inline-block;
        width: 100%;
        box-sizing: border-box; }
  .headerWidget01 .navBar .topNavBar {
    font-size: 0.857em;
    position: absolute;
    list-style: none;
    z-index: 10;
    right: 0;
    top: 16px; }
    .headerWidget01 .navBar .topNavBar li {
      float: left;
      line-height: 1;
      border-right-width: 1px;
      border-right-style: solid;
      padding: 0 16px; }
      .headerWidget01 .navBar .topNavBar li .btn-login-wrap {
        position: relative; }
        .headerWidget01 .navBar .topNavBar li .btn-login-wrap .vip-btn span {
          padding-left: 24px;
          display: inline-block;
          background: url(../image/icon_member.png) no-repeat 5px center;
          background-size: 13px 10px;
          margin-left: 8px; }
        .headerWidget01 .navBar .topNavBar li .btn-login-wrap .dropdown-menu {
          display: none;
          width: 100%;
          padding: 8px 0;
          position: absolute;
          top: 100%; }
          .headerWidget01 .navBar .topNavBar li .btn-login-wrap .dropdown-menu li {
            font-size: 0.857em;
            padding: 8px 16px;
            font-weight: normal;
            border: 0px;
            text-align: center;
            list-style: none;
            float: none;
            display: block;
            cursor: pointer; }
          .headerWidget01 .navBar .topNavBar li .btn-login-wrap .dropdown-menu .integral {
            text-align: left;
            height: 52px !important; }
            .headerWidget01 .navBar .topNavBar li .btn-login-wrap .dropdown-menu .integral span {
              display: block;
              text-align: left;
              line-height: 24px;
              font-weight: normal;
              display: block; }
              .headerWidget01 .navBar .topNavBar li .btn-login-wrap .dropdown-menu .integral span cite {
                font-style: normal; }
    .headerWidget01 .navBar .topNavBar li:last-child {
      border-right: none; }
    .headerWidget01 .navBar .topNavBar li a {
      text-decoration: none;
      cursor: pointer; }
    .headerWidget01 .navBar .topNavBar .tpwthwidt div div {
      line-height: 1.67; }
    .headerWidget01 .navBar .topNavBar .tpwidget_title_hook, .headerWidget01 .navBar .topNavBar .tpwidget_text_hook {
      font-size: 12px;
      margin: 0 4px !important;
      vertical-align: top;
      line-height: 1 !important; }
    .headerWidget01 .navBar .topNavBar .tpwidget_icon_hook {
      width: 12px !important;
      height: 12px !important;
      top: 0 !important;
      background-size: 12px 12px !important;
      line-height: 1 !important; }
    .headerWidget01 .navBar .topNavBar .tpwidget_alarm_hook {
      display: none; }
    .headerWidget01 .navBar .topNavBar .topNavBarDropdown {
      outline: none;
      position: relative;
      cursor: pointer; }
      .headerWidget01 .navBar .topNavBar .topNavBarDropdown .dropdownList {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        list-style: none;
        padding: 8px 0;
        display: none;
        -webkit-border-radius: 0 0 2px 2px;
        -moz-border-radius: 0 0 2px 2px;
        -ms-border-radius: 0 0 2px 2px;
        border-radius: 0 0 2px 2px; }
        .headerWidget01 .navBar .topNavBar .topNavBarDropdown .dropdownList .dropdownListItem {
          float: none;
          padding: 0;
          border-right: none; }
        .headerWidget01 .navBar .topNavBar .topNavBarDropdown .dropdownList li a {
          display: block;
          text-decoration: none;
          padding: 8px 16px; }
  .headerWidget01 .navBar .hotelLogo {
    height: 88px;
    float: left;
    margin-left: 16px; }
    .headerWidget01 .navBar .hotelLogo img {
      height: 56px;
      margin-top: 16px; }
  .headerWidget01 .navBar .navBurger {
    display: none; }
  .headerWidget01 .navBar .navUser {
    display: none; }
  .headerWidget01 .navBar .navMenu {
    position: absolute;
    right: 0;
    bottom: 16px;
    list-style: none; }
    .headerWidget01 .navBar .navMenu .navMenuItem {
      float: left;
      position: relative;
      font-size: 1em;
      font-weight: bold; }
      .headerWidget01 .navBar .navMenu .navMenuItem a {
        text-decoration: none;
        color: rgba(255, 255, 255, 0.8);
        padding: 0 16px;
        display: block;
        max-width: 10em;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
      .headerWidget01 .navBar .navMenu .navMenuItem a:hover {
        color: #ffffff; }
  .headerWidget01 .navBar .navSubMenu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    font-size: 1em;
    list-style: none;
    padding: 8px 0;
    -webkit-border-radius: 0 0 2px 2px;
    -moz-border-radius: 0 0 2px 2px;
    -ms-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px; }
    .headerWidget01 .navBar .navSubMenu li {
      padding: 8px 0; }
      .headerWidget01 .navBar .navSubMenu li a {
        font-weight: normal;
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
  .headerWidget01 .navBar .navMenuItem:last-child .navSubMenu {
    text-align: right;
    left: auto;
    right: 0; }
.headerWidget01 .headerContainer {
  margin-top: 88px;
  position: relative; }
  .headerWidget01 .headerContainer .swiper-wrapper img {
    display: block; }
  .headerWidget01 .headerContainer .swiper-next, .headerWidget01 .headerContainer .swiper-prev {
    font-size: 2.571em;
    color: #ffffff;
    background: none;
    width: 42px;
    height: 96px;
    margin-top: -48px;
    position: absolute;
    top: 50%;
    z-index: 2;
    text-align: center;
    line-height: 96px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer; }
  .headerWidget01 .headerContainer .swiper-next:hover, .headerWidget01 .headerContainer .swiper-prev:hover {
    background: rgba(0, 0, 0, 0.2); }
  .headerWidget01 .headerContainer .swiper-next {
    right: 16px; }
  .headerWidget01 .headerContainer .swiper-prev {
    left: 16px; }
  .headerWidget01 .headerContainer .heroHeadingBox {
    position: absolute;
    top: 50%;
    width: 100%;
    height: auto; }
  .headerWidget01 .headerContainer .heroHeading {
    text-align: center;
    color: #ffffff;
    font-size: 2.286em;
    max-width: 50%;
    margin: 0 auto 12px;
    line-height: 1.2;
    letter-spacing: 0.02em;
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.2); }
  .headerWidget01 .headerContainer .subHeroHeading {
    text-align: center;
    color: #ffffff;
    font-size: 1.143em;
    max-width: 960px;
    margin: 0 auto;
    line-height: 1.2;
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.2); }
.headerWidget01 .bookingWidget {
  height: 88px;
  background: #ffffff;
  width: 800px;
  margin: 72px auto 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 2px 0 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 0 20px rgba(0, 0, 0, 0.1); }
  .headerWidget01 .bookingWidget .bookinDdatePicker {
    float: left;
    height: 88px;
    width: 336px;
    position: relative; }
    .headerWidget01 .bookingWidget .bookinDdatePicker .checkInDateLabel {
      font-size: 0.857em;
      color: #999999;
      position: absolute;
      left: 20px;
      top: 16px; }
    .headerWidget01 .bookingWidget .bookinDdatePicker .checkOutDateLabel {
      font-size: 0.857em;
      color: #999999;
      position: absolute;
      left: 196px;
      top: 16px; }
    .headerWidget01 .bookingWidget .bookinDdatePicker .calendarIcon {
      font-size: 1.714em;
      position: absolute;
      left: 20px;
      top: 42px; }
    .headerWidget01 .bookingWidget .bookinDdatePicker #bookingDateInput {
      font-size: 1.143em;
      font-weight: bold;
      line-height: 26px;
      position: absolute;
      left: 58px;
      width: 262px;
      top: 42px;
      border: none;
      outline: none;
      cursor: pointer;
      appearance: none;
      -moz-appearance: none;
      -webkit-appearance: none; }
  .headerWidget01 .bookingWidget .bookingRoomPicker {
    position: relative;
    float: left;
    height: 88px;
    width: 28px;
    padding: 0 20px 0 56px;
    border-left: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee; }
    .headerWidget01 .bookingWidget .bookingRoomPicker .roomNomLabel {
      font-size: 0.857em;
      color: #999999;
      position: absolute;
      left: 20px;
      top: 16px; }
    .headerWidget01 .bookingWidget .bookingRoomPicker .roomIcon {
      font-size: 1.714em;
      position: absolute;
      left: 20px;
      top: 42px; }
    .headerWidget01 .bookingWidget .bookingRoomPicker .bookingSelect {
      appearance: none;
      -moz-appearance: none;
      -webkit-appearance: none;
      border: none;
      position: absolute;
      top: 42px;
      font-size: 1.143em;
      font-weight: bold;
      line-height: 26px;
      height: 26px;
      outline: none;
      width: 28px;
      background: none;
      cursor: pointer;
      text-align: left; }
  .headerWidget01 .bookingWidget .bookingGuestPicker {
    position: relative;
    float: left;
    height: 88px;
    width: 28px;
    padding: 0 20px 0 56px; }
    .headerWidget01 .bookingWidget .bookingGuestPicker .guestNomLabel {
      font-size: 0.857em;
      color: #999999;
      position: absolute;
      left: 20px;
      top: 16px; }
    .headerWidget01 .bookingWidget .bookingGuestPicker .guestIcon {
      font-size: 1.714em;
      position: absolute;
      left: 20px;
      top: 42px; }
    .headerWidget01 .bookingWidget .bookingGuestPicker .bookingSelect {
      appearance: none;
      -moz-appearance: none;
      -webkit-appearance: none;
      border: none;
      position: absolute;
      top: 42px;
      font-size: 1.143em;
      font-weight: bold;
      line-height: 26px;
      height: 26px;
      outline: none;
      width: 28px;
      text-align: center;
      background: none;
      cursor: pointer;
      text-align: left; }
  .headerWidget01 .bookingWidget .bookingCode {
    position: relative;
    float: left;
    height: 88px;
    width: 88px;
    padding: 0  20px;
    border-left: 1px solid #eeeeee; }
    .headerWidget01 .bookingWidget .bookingCode .codeLabel {
      font-size: 0.857em;
      color: #999999;
      position: absolute;
      left: 20px;
      top: 16px; }
    .headerWidget01 .bookingWidget .bookingCode .bookingCodeInput {
      font-size: 1.143em;
      font-weight: bold;
      line-height: 26px;
      position: absolute;
      left: 20px;
      width: 88px;
      top: 42px;
      border: none;
      border-bottom: 1px solid #eeeeee;
      outline: none;
      appearance: none;
      -moz-appearance: none;
      -webkit-appearance: none; }
    .headerWidget01 .bookingWidget .bookingCode .bookingCodeInput:focus {
      border-bottom: 1px solid #999999; }
  .headerWidget01 .bookingWidget .bookingButton {
    position: relative;
    color: #ffffff;
    float: left;
    height: 88px;
    line-height: 88px;
    width: 125px;
    display: block;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
    font-size: 1.143em;
    font-weight: bold;
    outline: none;
    cursor: pointer;
    text-align: center;
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    -ms-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0; }
  .headerWidget01 .bookingWidget .iconIndicate {
    top: 48px;
    color: #999999;
    right: 16px;
    position: absolute; }
  .headerWidget01 .bookingWidget .datepicker {
    z-index: 3; }
  .headerWidget01 .bookingWidget .datepicker__month-button {
    color: #ffffff; }
  .headerWidget01 .bookingWidget .datepicker__month-day--selected {
    color: #ffffff; }
  .headerWidget01 .bookingWidget .datepicker__month-day--hovering {
    color: #ffffff; }
  .headerWidget01 .bookingWidget .datepicker__month-day--today {
    background-color: #cccccc; }
  .headerWidget01 .bookingWidget .datepicker__month-day--first-day-selected,
  .headerWidget01 .bookingWidget .datepicker__month-day--last-day-selected {
    color: #ffffff; }

/* Large devices (desktops, less than 1200px) 普通桌面端 */
@media (max-width: 1200px) {
  .headerWidget01 {
    height: auto; }
    .headerWidget01 .headerContainer .swiper-next, .headerWidget01 .headerContainer .swiper-prev {
      display: none; } }
/* Medium devices (tablets, less than 992px) 平板端 */
@media (max-width: 992px) {
  .headerWidget01 .navBar {
    height: 64px; }
    .headerWidget01 .navBar .wrapper {
      height: 64px; }
    .headerWidget01 .navBar .navBurger {
      display: block;
      font-size: 1.714em;
      position: absolute;
      line-height: 32px;
      padding: 16px;
      left: 0; }
    .headerWidget01 .navBar .navUser {
      display: block;
      font-size: 1.714em;
      position: absolute;
      line-height: 32px;
      padding: 16px;
      right: 0; }
    .headerWidget01 .navBar .hotelLogo {
      margin-left: 56px;
      height: 64px; }
      .headerWidget01 .navBar .hotelLogo img {
        height: 36px;
        margin-top: 14px; }
    .headerWidget01 .navBar .topNavBar {
      position: fixed;
      border-top-color: rgba(255, 255, 255, 0.05);
      overflow: hidden;
      border-top-style: solid;
      border-top-width: 1px;
      display: none;
      justify-content: center;
      right: 0;
      top: 64px;
      bottom: 0;
      height: auto;
      overflow-y: auto;
      width: 100%;
      max-width: 280px;
      line-height: 40px; }
      .headerWidget01 .navBar .topNavBar li {
        text-align: center;
        width: 100%;
        padding: 16px 0;
        border: none; }
        .headerWidget01 .navBar .topNavBar li a {
          max-width: none; }
        .headerWidget01 .navBar .topNavBar li .btn-login-wrap .dropdown-menu {
          opacity: 1 !important;
          display: block !important;
          width: auto;
          padding-bottom: 0px;
          position: relative;
          top: 0px; }
          .headerWidget01 .navBar .topNavBar li .btn-login-wrap .dropdown-menu li {
            margin: 0px;
            padding: 10px 0px; }
          .headerWidget01 .navBar .topNavBar li .btn-login-wrap .dropdown-menu .integral span {
            text-align: center; }
    .headerWidget01 .navBar .navMenu {
      position: fixed;
      border-top-color: rgba(255, 255, 255, 0.05);
      overflow: hidden;
      border-top-style: solid;
      border-top-width: 1px;
      display: none;
      justify-content: center;
      left: 0;
      top: 64px;
      bottom: 0;
      height: auto;
      overflow-y: auto;
      width: 100%;
      max-width: 480px;
      line-height: 40px; }
      .headerWidget01 .navBar .navMenu .navMenuItem {
        text-align: center;
        width: 100%;
        float: none; }
        .headerWidget01 .navBar .navMenu .navMenuItem a {
          max-width: none; }
    .headerWidget01 .navBar .navSubMenu {
      position: relative; }
      .headerWidget01 .navBar .navSubMenu li {
        line-height: 32px; }
    .headerWidget01 .navBar .navMenuItem:last-child .navSubMenu {
      text-align: left;
      left: 0;
      right: auto; }
  .headerWidget01 .bookingWidget {
    width: 768px; }
    .headerWidget01 .bookingWidget .bookinDdatePicker {
      width: 316px; }
      .headerWidget01 .bookingWidget .bookinDdatePicker #bookingDateInput {
        left: 52px; }
    .headerWidget01 .bookingWidget .bookingRoomPicker {
      padding: 0 20px 0 50px; }
    .headerWidget01 .bookingWidget .bookingGuestPicker {
      padding: 0 20px 0 50px; }
  .headerWidget01 .headerContainer {
    margin-top: 64px; }
    .headerWidget01 .headerContainer .heroHeadingBox {
      margin-top: 50px !important;
      top: 0; }
    .headerWidget01 .headerContainer .heroHeading {
      font-size: 1.571em;
      max-width: 90%; }
    .headerWidget01 .headerContainer .subHeroHeading {
      font-size: 1em;
      max-width: 90%; }
    .headerWidget01 .headerContainer .bookingWidget {
      margin-top: 36px; } }
/* Small devices (landscape phones, less than 768px) 手机端横屏 */
@media (max-width: 768px) {
  .headerWidget01 .oneBooking .members {
    padding: 16px 16px;
    margin-left: -144px;
    top: 10%; }
  .headerWidget01 .headerContainer {
    padding-bottom: 16px; }
    .headerWidget01 .headerContainer .heroHeadingBox {
      position: relative; }
    .headerWidget01 .headerContainer .heroHeadingBox {
      margin-top: 16px !important;
      top: 0; }
    .headerWidget01 .headerContainer .heroHeading {
      font-size: 1.286em;
      max-width: 90%;
      margin-bottom: 8px;
      text-shadow: none; }
    .headerWidget01 .headerContainer .subHeroHeading {
      font-size: 1em;
      max-width: 90%;
      text-shadow: none; }
    .headerWidget01 .headerContainer .bookingWidget {
      margin-top: 16px; }
  .headerWidget01 .bookingWidget {
    height: auto;
    width: 90%;
    padding: 12px;
    min-width: 280px; }
    .headerWidget01 .bookingWidget .bookinDdatePicker {
      float: none;
      height: 64px;
      width: 100%;
      border-bottom: 1px solid #eeeeee; }
      .headerWidget01 .bookingWidget .bookinDdatePicker .checkInDateLabel {
        left: 0px;
        top: 0; }
      .headerWidget01 .bookingWidget .bookinDdatePicker .checkOutDateLabel {
        top: 0;
        left: 50%;
        margin-left: 20px; }
      .headerWidget01 .bookingWidget .bookinDdatePicker .calendarIcon {
        font-size: 1.429em;
        left: 0;
        top: 28px;
        z-index: 2; }
      .headerWidget01 .bookingWidget .bookinDdatePicker #bookingDateInput {
        font-size: 1em;
        line-height: 36px;
        left: 0;
        text-align: center;
        top: 20px;
        width: 100%;
        background-size: 9px 5px; }
      .headerWidget01 .bookingWidget .bookinDdatePicker .iconIndicate {
        top: 30px;
        right: 0; }
    .headerWidget01 .bookingWidget .bookingRoomPicker {
      height: 64px;
      width: 50%;
      padding: 0;
      margin-left: 0;
      margin-top: 12px;
      border-left: none;
      border-right: none; }
      .headerWidget01 .bookingWidget .bookingRoomPicker .roomNomLabel {
        left: 0;
        top: 0; }
      .headerWidget01 .bookingWidget .bookingRoomPicker .roomIcon {
        font-size: 1.429em;
        left: 0;
        top: 28px;
        z-index: 2; }
      .headerWidget01 .bookingWidget .bookingRoomPicker .bookingSelect {
        position: absolute;
        top: 20px;
        left: 40px;
        font-size: 1em;
        line-height: 36px;
        height: 36px;
        background-size: 9px 5px; }
      .headerWidget01 .bookingWidget .bookingRoomPicker .iconIndicate {
        top: 30px;
        left: 60px;
        right: auto; }
    .headerWidget01 .bookingWidget .bookingGuestPicker {
      height: 64px;
      margin-top: 12px;
      margin-left: 20px; }
      .headerWidget01 .bookingWidget .bookingGuestPicker .guestNomLabel {
        left: 0;
        top: 0; }
      .headerWidget01 .bookingWidget .bookingGuestPicker .guestIcon {
        font-size: 1.429em;
        left: 0;
        top: 28px;
        z-index: 2; }
      .headerWidget01 .bookingWidget .bookingGuestPicker .bookingSelect {
        position: absolute;
        top: 20px;
        left: 40px;
        font-size: 1em;
        height: 36px;
        line-height: 36px; }
      .headerWidget01 .bookingWidget .bookingGuestPicker .iconIndicate {
        top: 30px;
        left: 60px;
        right: auto; }
    .headerWidget01 .bookingWidget .bookingCode {
      float: none;
      height: 64px;
      width: 100%;
      clear: both;
      padding: 0;
      margin: 0 0 12px;
      border: none;
      border-top: 1px solid #eeeeee; }
      .headerWidget01 .bookingWidget .bookingCode .codeLabel {
        left: 0;
        top: 12px; }
      .headerWidget01 .bookingWidget .bookingCode .bookingCodeInput {
        font-size: 1em;
        left: 0;
        width: 100%;
        top: 36px;
        border: none;
        border-bottom: 1px solid #eeeeee; }
    .headerWidget01 .bookingWidget .bookingButton {
      float: none;
      height: 44px;
      line-height: 44px;
      width: 100%;
      font-size: 1em;
      font-weight: bold;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      border-radius: 2px; } }
/* Extra small devices (portrait phones, less than 576px) 手机端竖屏 */
@media (max-width: 576px) {
  .headerWidget01 .oneBooking .members {
    padding: 4%;
    margin-left: 0;
    left: 1%;
    width: 90%;
    top: 10%; }
  .headerWidget01 .headerContainer .heroHeadingBox {
    margin-top: 12px !important; }
  .headerWidget01 .headerContainer .heroHeading {
    font-size: 1.143em; }
  .headerWidget01 .headerContainer .subHeroHeading {
    font-size: 0.857em; }
  .headerWidget01 .bookingWidget {
    height: auto;
    width: 90%;
    padding: 12px;
    min-width: 280px;
    margin: 32px auto 0; }
    .headerWidget01 .bookingWidget .bookinDdatePicker {
      float: none;
      height: 52px;
      width: 100%; }
      .headerWidget01 .bookingWidget .bookinDdatePicker .checkInDateLabel {
        left: 0px;
        top: 0; }
      .headerWidget01 .bookingWidget .bookinDdatePicker .calendarIcon {
        font-size: 1.143em;
        left: 0px;
        top: 22px; }
      .headerWidget01 .bookingWidget .bookinDdatePicker #bookingDateInput {
        line-height: 16px;
        top: 22px; }
      .headerWidget01 .bookingWidget .bookinDdatePicker .iconIndicate {
        top: 24px;
        right: 0; }
    .headerWidget01 .bookingWidget .bookingRoomPicker {
      height: 52px; }
      .headerWidget01 .bookingWidget .bookingRoomPicker .roomIcon {
        font-size: 1.143em;
        left: 0px;
        top: 22px; }
      .headerWidget01 .bookingWidget .bookingRoomPicker .bookingSelect {
        line-height: 22px;
        height: 22px;
        top: 20px; }
      .headerWidget01 .bookingWidget .bookingRoomPicker .iconIndicate {
        top: 24px;
        right: 0; }
    .headerWidget01 .bookingWidget .bookingGuestPicker {
      height: 52px; }
      .headerWidget01 .bookingWidget .bookingGuestPicker .guestIcon {
        font-size: 1.143em;
        left: 0px;
        top: 22px; }
      .headerWidget01 .bookingWidget .bookingGuestPicker .bookingSelect {
        line-height: 22px;
        height: 22px;
        top: 20px; }
      .headerWidget01 .bookingWidget .bookingGuestPicker .iconIndicate {
        top: 24px;
        right: 0; }
    .headerWidget01 .bookingWidget .bookingCode {
      height: 60px; }
      .headerWidget01 .bookingWidget .bookingCode .bookingCodeInput {
        font-size: 1em;
        left: 0;
        width: 100%;
        top: 32px;
        border: none;
        border-bottom: 1px solid #eeeeee; } }

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