@charset "UTF-8";
/*  Extra large devices (large desktops) 大屏桌面端 */
/*  Extra large devices (large desktops) 大屏桌面端 */
.headerWidget14 {
  font-size: 0.875rem;
  position: relative;
  color: #fff; }
  .headerWidget14 li {
    list-style: none; }
  .headerWidget14 a {
    text-decoration: none; }
  .headerWidget14 .navUser {
    display: none;
    font-size: 34px;
    position: absolute;
    z-index: 1;
    right: 40px;
    margin-top: 2px; }
  .headerWidget14 .navigator {
    width: -webkit-fill-available;
    position: absolute;
    z-index: 9;
    animation: mymove 5s infinite;
    width: 100%; }
  .headerWidget14 .navigatorBox {
    padding: 24px 54px; }
  .headerWidget14 .navFixed {
    background-color: #fff;
    position: fixed;
    top: 0;
    transition: all .2s ease-in-out;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.15); }
    .headerWidget14 .navFixed .navigatorBox {
      padding: 16px 54px; }
    .headerWidget14 .navFixed .logo {
      position: relative; }
      .headerWidget14 .navFixed .logo img {
        max-height: 64px;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%); }
      .headerWidget14 .navFixed .logo .pcLogo {
        display: none; }
      .headerWidget14 .navFixed .logo .mobileLogo {
        display: inline-block; }
    .headerWidget14 .navFixed .rightPart {
      top: 12px; }
      .headerWidget14 .navFixed .rightPart .topNavBarDropdown a {
        color: #fff; }
    .headerWidget14 .navFixed .rightPartBot {
      opacity: 1; }
      .headerWidget14 .navFixed .rightPartBot .date-box {
        color: #000; }
        .headerWidget14 .navFixed .rightPartBot .date-box .date-text {
          font-weight: bold;
          opacity: 0.5; }
        .headerWidget14 .navFixed .rightPartBot .date-box .calendar-icon {
          fill: rgba(0, 0, 0, 0.5); }
      .headerWidget14 .navFixed .rightPartBot .bookingBox a {
        color: #fff;
        opacity: 1; }
  .headerWidget14 .navBurger {
    cursor: pointer;
    margin-top: 20px;
    position: absolute;
    z-index: 1; }
    .headerWidget14 .navBurger svg {
      width: 40px;
      height: 30px;
      fill: #fff; }
  .headerWidget14 .logo {
    text-align: center;
    min-height: 68px; }
    .headerWidget14 .logo img {
      max-height: 100px;
      max-width: 300px; }
    .headerWidget14 .logo .mobileLogo {
      display: none; }
  .headerWidget14 .shut {
    margin: 40px 16px 16px 62px;
    display: inline-block;
    cursor: pointer; }
    .headerWidget14 .shut svg {
      width: 24px;
      height: 24px; }
  .headerWidget14 .nav {
    background: rgba(0, 0, 0, 0.8);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.8) 70px, rgba(0, 0, 0, 0) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(70px, rgba(0, 0, 0, 0.8)), color-stop(100%, rgba(0, 0, 0, 0)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.8) 70px, rgba(0, 0, 0, 0) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0.8) 70px, rgba(0, 0, 0, 0) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.8) 70px, rgba(0, 0, 0, 0) 100%);
    /* IE10+ */
    background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 70px, rgba(0, 0, 0, 0) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
    /* IE6-9 */
    width: 380px;
    height: 100%;
    position: fixed;
    top: 0;
    left: -380px;
    z-index: 10;
    opacity: 0;
    transition: all 0.3s;
    box-sizing: border-box; }
    .headerWidget14 .nav .navOverflow {
      margin-bottom: 150px;
      height: calc(100% - 160px); }
    .headerWidget14 .nav ul {
      overflow-y: auto;
      height: 100%;
      width: auto;
      max-width: 220px;
      margin-left: 88px;
      padding-left: 30px; }
    .headerWidget14 .nav li {
      line-height: 32px;
      text-align: left;
      white-space: nowrap;
      margin-bottom: 2px; }
      .headerWidget14 .nav li a::before {
        content: '';
        position: absolute;
        bottom: -16px;
        left: -20px;
        width: 0px;
        height: 16px;
        border-left: 1px dashed rgba(255, 255, 255, 0.5); }
      .headerWidget14 .nav li a::after {
        content: '';
        position: absolute;
        top: 7px;
        left: -22px;
        width: 4px;
        height: 4px;
        background: rgba(255, 255, 255, 0.6);
        border-radius: 50%;
        transition: all .3s ease-in-out; }
    .headerWidget14 .nav .navMenuItem:last-of-type a::before {
      display: none; }
    .headerWidget14 .nav a {
      position: relative;
      color: #fff;
      opacity: 0.6; }
    .headerWidget14 .nav .activeItem a {
      color: #fff;
      opacity: 1; }
      .headerWidget14 .nav .activeItem a::after {
        top: 5px;
        left: -23px;
        width: 8px;
        height: 8px;
        background: #ffffff; }
    .headerWidget14 .nav .share {
      font-size: 1.25rem;
      width: 100%;
      text-align: center;
      padding: 24px 0;
      margin-left: -40px;
      position: absolute;
      bottom: 0; }
      .headerWidget14 .nav .share p {
        display: inline-block; }
      .headerWidget14 .nav .share a {
        color: #fff;
        padding: 0 12px; }
  .headerWidget14 .nav.active {
    left: 0;
    opacity: 1; }
  .headerWidget14 .rightPart {
    font-size: 12px;
    position: absolute;
    right: 54px;
    top: 20px;
    text-align: right; }
    .headerWidget14 .rightPart .shut {
      display: none; }
    .headerWidget14 .rightPart li {
      float: left; }
      .headerWidget14 .rightPart li li {
        float: none;
        padding-left: 0;
        text-align: center; }
    .headerWidget14 .rightPart a {
      color: #fff;
      font-weight: bolder;
      display: block; }
  .headerWidget14 .member {
    opacity: .8;
    content: " ";
    display: inline-block;
    position: relative;
    z-index: 3; }
    .headerWidget14 .member li {
      cursor: pointer;
      padding-left: 16px; }
      .headerWidget14 .member li:nth-child(1), .headerWidget14 .member li:nth-child(2) {
        padding-left: 0; }
      .headerWidget14 .member li .memberLogin::after {
        content: '|';
        opacity: 0.6;
        margin: 0 8px; }
      .headerWidget14 .member li .fa {
        padding-right: 2px; }
      .headerWidget14 .member li .fa-angle-right {
        display: none; }
    .headerWidget14 .member #loginOffline .vip-btn span {
      padding-left: 24px;
      display: inline-block;
      background: url(../images/icon_member.png) no-repeat 5px center;
      background-size: 13px 10px;
      margin-left: 8px; }
    .headerWidget14 .member .dropdown-menu {
      display: none;
      background-color: rgba(0, 0, 0, 0.7);
      width: auto;
      text-align: left;
      line-height: 30px;
      padding: 16px;
      position: absolute; }
      .headerWidget14 .member .dropdown-menu span {
        display: block;
        margin-left: 0; }
    .headerWidget14 .member #loginOffline {
      display: none; }
    .headerWidget14 .member .topNavBarDropdown {
      cursor: pointer;
      position: relative;
      outline: none;
      font-weight: bolder; }
      .headerWidget14 .member .topNavBarDropdown:hover .dropdownList {
        display: block; }
      .headerWidget14 .member .topNavBarDropdown .fa-angle-down {
        padding-left: 4px;
        padding-right: 0; }
    .headerWidget14 .member .dropdownList {
      position: absolute;
      left: 50%;
      padding: 6px 8px;
      display: none;
      transform: translateX(-50%);
      background: rgba(0, 0, 0, 0.6);
      z-index: 1;
      text-align: center; }
      .headerWidget14 .member .dropdownList li {
        float: none;
        margin-left: 0px;
        padding: 2px 16px;
        text-align: center;
        white-space: nowrap; }
  .headerWidget14 .rightPartBot {
    font-size: 1rem;
    font-weight: bolder;
    text-align: left;
    margin-top: 8px;
    position: relative;
    z-index: 2; }
    .headerWidget14 .rightPartBot .date-box {
      position: relative;
      box-sizing: border-box;
      width: 170px;
      height: 34px;
      margin-right: 8px;
      padding: 9px 10px;
      background: rgba(255, 255, 255, 0.26);
      transition: all .3s ease-in-out;
      cursor: pointer;
      font-size: 12px;
      border-radius: 4px; }
      .headerWidget14 .rightPartBot .date-box .calendar-icon {
        fill: rgba(255, 255, 255, 0.9); }
      .headerWidget14 .rightPartBot .date-box .date-text {
        position: absolute;
        top: 50%;
        left: 36px;
        transform: translateY(-50%);
        font-weight: bold;
        opacity: 1; }
    .headerWidget14 .rightPartBot .bookingBox {
      font-size: 15px;
      background-color: rgba(255, 255, 255, 0.22);
      width: auto;
      border-radius: 4px;
      text-align: center;
      height: 34px;
      line-height: 34px;
      padding: 0px 16px;
      cursor: pointer; }
      .headerWidget14 .rightPartBot .bookingBox:hover {
        background-color: rgba(255, 255, 255, 0.27); }
    .headerWidget14 .rightPartBot .bookingBtn {
      opacity: 0.7; }
  .headerWidget14 .headerContainer {
    position: relative;
    overflow: hidden; }
    .headerWidget14 .headerContainer .swiper-slide img {
      display: block; }
    .headerWidget14 .headerContainer .maskIayer {
      position: absolute;
      z-index: 1;
      top: 0px;
      left: 0px;
      pointer-events: none;
      width: 100%;
      height: 140px;
      background: rgba(0, 0, 0, 0.6);
      /* Old browsers */
      background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
      /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.6)), color-stop(100%, rgba(0, 0, 0, 0)));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
      /* Opera 11.10+ */
      background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
      /* IE10+ */
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
      /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
      /* IE6-9 */ }
    .headerWidget14 .headerContainer .swiper-next, .headerWidget14 .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;
      cursor: pointer; }
    .headerWidget14 .headerContainer .swiper-prev {
      left: 0; }
    .headerWidget14 .headerContainer .swiper-next {
      right: 0; }
    .headerWidget14 .headerContainer .description {
      text-align: center;
      position: absolute;
      top: 64%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 2;
      text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5); }
      .headerWidget14 .headerContainer .description h2 {
        font-size: 44px;
        font-weight: initial; }
      .headerWidget14 .headerContainer .description p {
        font-size: 18px; }

@media (min-height: 600px) {
  .headerWidget14 .nav ul {
    height: auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%); } }
/* Large devices (desktops, less than 1200px) 普通桌面端 */
@media (max-width: 1200px) {
  .headerWidget14 .navFixed .navigatorBox {
    padding-left: 40px;
    padding-right: 40px; } }
/* Medium devices (tablets, less than 992px) 平板端 */
@media (max-width: 992px) {
  .headerWidget14 .navigatorBox {
    padding: 24px 40px; }
  .headerWidget14 .navUser {
    display: block; }
  .headerWidget14 .nav {
    background: rgba(0, 0, 0, 0.9);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.9) 100%, rgba(0, 0, 0, 0.9) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(100%, rgba(0, 0, 0, 0.9)), color-stop(100%, rgba(0, 0, 0, 0.9)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.9) 100%, rgba(0, 0, 0, 0.9) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0.9) 100%, rgba(0, 0, 0, 0.9) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.9) 100%, rgba(0, 0, 0, 0.9) 100%);
    /* IE10+ */
    background: linear-gradient(to right, rgba(0, 0, 0, 0.9) 100%, rgba(0, 0, 0, 0.9) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
    /* IE6-9 */
    width: 100%;
    left: -100%; }
    .headerWidget14 .nav ul {
      max-width: 100%; }
    .headerWidget14 .nav .share {
      margin-left: 0; }
  .headerWidget14 .shut {
    margin: 32px 16px 16px 32px !important; }
  .headerWidget14 .rightPart {
    top: 0 !important;
    color: #fff;
    background: rgba(0, 0, 0, 0.9);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.9) 100%, rgba(0, 0, 0, 0.9) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(100%, rgba(0, 0, 0, 0.9)), color-stop(100%, rgba(0, 0, 0, 0.9)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.9) 100%, rgba(0, 0, 0, 0.9) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0.9) 100%, rgba(0, 0, 0, 0.9) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.9) 100%, rgba(0, 0, 0, 0.9) 100%);
    /* IE10+ */
    background: linear-gradient(to right, rgba(0, 0, 0, 0.9) 100%, rgba(0, 0, 0, 0.9) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
    /* IE6-9 */
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 9;
    opacity: 0;
    transition: right .3s; }
    .headerWidget14 .rightPart .shut {
      display: inline-block; }
    .headerWidget14 .rightPart li {
      line-height: 42px;
      float: none;
      width: 100%; }
      .headerWidget14 .rightPart li .memberLogin::after {
        content: '';
        margin: 0; }
      .headerWidget14 .rightPart li li {
        position: relative;
        padding: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        text-align: left; }
        .headerWidget14 .rightPart li li .fa {
          position: absolute;
          top: 15px;
          left: -20px;
          display: block; }
        .headerWidget14 .rightPart li li .fa-angle-right {
          font-size: 16px;
          left: auto !important;
          right: 0; }
      .headerWidget14 .rightPart li .integral {
        padding-bottom: 8px; }
        .headerWidget14 .rightPart li .integral span {
          line-height: 28px; }
    .headerWidget14 .rightPart .bookingBox {
      width: auto;
      margin-top: 16px; }
      .headerWidget14 .rightPart .bookingBox a {
        color: #fff; }
    .headerWidget14 .rightPart a {
      color: #fff; }
  .headerWidget14 .rightPart.active {
    right: 0;
    opacity: 1; }
  .headerWidget14 .member {
    display: block;
    text-align: left;
    width: calc(100vw - 102px);
    position: absolute;
    right: 0;
    padding-right: 40px; }
    .headerWidget14 .member > li {
      position: relative;
      padding: 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
      .headerWidget14 .member > li .fa-user-circle {
        display: none; }
      .headerWidget14 .member > li .fa {
        position: absolute;
        top: 15px;
        left: -20px; }
      .headerWidget14 .member > li .fa-angle-down {
        display: none; }
      .headerWidget14 .member > li .fa-angle-right {
        font-size: 16px;
        left: auto;
        right: 0;
        display: block; }
    .headerWidget14 .member .dropdownList {
      background: none;
      width: 100%;
      padding: 0;
      position: relative;
      left: 0;
      transform: translateX(0%); }
      .headerWidget14 .member .dropdownList li {
        padding: 0;
        text-align: left;
        line-height: 32px; }
    .headerWidget14 .member .dropdown-menu {
      position: relative;
      background: none;
      text-align: center;
      display: block !important;
      padding: 0;
      opacity: 1 !important; }
    .headerWidget14 .member .integral cite {
      font-style: initial; }
  .headerWidget14 .headerContainer .description {
    width: 100%;
    left: 0%;
    transform: translate(0%, -50%);
    text-align: center; }
    .headerWidget14 .headerContainer .description h2 {
      font-size: 2.5rem; }
  .headerWidget14 .rightPartBot {
    display: none;
    padding: 0px 24px; }
    .headerWidget14 .rightPartBot .topNavBarDropdown {
      font-size: .875rem;
      font-weight: lighter;
      text-align: center; }
      .headerWidget14 .rightPartBot .topNavBarDropdown span {
        line-height: 32px; }
    .headerWidget14 .rightPartBot .dropdownList {
      background: none;
      padding-top: 0;
      position: relative;
      left: 0; }
  .headerWidget14 .navFixed .rightPart a {
    color: #fff; }
  .headerWidget14 .navFixed .rightPart .topNavBarDropdown span {
    color: #fff; } }
/* Small devices (landscape phones, less than 768px) 手机端横屏 */
@media (max-width: 768px) {
  .headerWidget14 .logo {
    min-height: 64px; }
    .headerWidget14 .logo img {
      max-width: 190px;
      max-height: 80px; }
  .headerWidget14 .navigatorBox {
    position: relative;
    min-height: 64px;
    padding: 16px 24px; }
  .headerWidget14 .navBurger {
    margin-top: 16px;
    left: 24px; }
    .headerWidget14 .navBurger svg {
      width: 26px; }
  .headerWidget14 .navBarIcon {
    font-size: 28px;
    margin-top: 8px;
    right: 24px; }
  .headerWidget14 .headerContainer .swiper-slide {
    overflow: hidden; }
    .headerWidget14 .headerContainer .swiper-slide img {
      min-width: 800px;
      position: relative;
      left: 50%;
      transform: translate(-50%, 0%); }
  .headerWidget14 .headerContainer .description p {
    font-size: 1.125rem; }
  .headerWidget14 .headerContainer .description h2 {
    font-size: 2rem; }
  .headerWidget14 .headerContainer .maskIayer {
    height: 130px; }
  .headerWidget14 .navFixed .navigatorBox {
    padding: 8px 24px; }
  .headerWidget14 .navFixed .navBurger {
    margin-top: 20px; }
  .headerWidget14 .navFixed .navBarIcon {
    margin-top: 10px; }
  .headerWidget14 .navFixed .logo img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); } }
/* Extra small devices (portrait phones, less than 576px) 手机端竖屏 */
@media (max-width: 420px) {
  .headerWidget14 .logo {
    min-height: 60px; }
    .headerWidget14 .logo img {
      max-width: 180px; }
    .headerWidget14 .logo .mobileLogo {
      max-width: 140px; }
  .headerWidget14 .navBurger svg {
    width: 26px; }
  .headerWidget14 .nav .share p {
    display: block; }
    .headerWidget14 .nav .share p a {
      display: inline-block;
      padding: 0px;
      width: 20%; }
  .headerWidget14 .shut {
    margin-left: 24px !important; }
  .headerWidget14 .rightPart .shut {
    margin-right: 28px !important; }
  .headerWidget14 .navBarIcon {
    font-size: 26px; }
  .headerWidget14 .headerContainer .description p {
    font-size: 1.1rem; }
  .headerWidget14 .headerContainer .description h2 {
    font-size: 1.8rem; }
  .headerWidget14 .headerContainer .maskIayer {
    height: 110px; } }
@media (max-width: 360px) {
  .headerWidget14 .logo img {
    max-width: 54%; } }

/*# sourceMappingURL=headerWidget14.css.map */
