body {
  background-color: #fff; }

.page {
  position: absolute;
  width: 100%;
  left: 0%;
  top: 0%;
  bottom: 0%;
  z-index: 100; }

.header {
  position: relative;
  background-color: #FFF; }
  .header .position {
    font-size: 14px;
    margin-left: 20px; }
  .header .logo {
    position: absolute;
    width: 81px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
  .header .options {
    margin-right: 10px; }
    .header .options a {
      height: 50px;
      padding: 0px 10px; }
      .header .options a i {
        font-size: 14px; }

.select-city {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  visibility: hidden; }
  .select-city .select-city-mask, .select-city .select-city-box {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    transition: all 0.3s ease; }
  .select-city .select-city-mask {
    background-color: #000;
    opacity: 0;
    z-index: 500; }
  .select-city .select-city-box {
    z-index: 1000;
    background-color: #FFF;
    transform: translateX(100%); }
    .select-city .select-city-box .select-city-header {
      height: 50px; }
      .select-city .select-city-box .select-city-header p {
        font-size: 14px;
        margin-left: 20px; }
      .select-city .select-city-box .select-city-header a {
        height: 100%;
        padding: 0px 14px; }
        .select-city .select-city-box .select-city-header a i {
          font-size: 18px;
          color: #666; }
    .select-city .select-city-box .select-city-search {
      position: relative;
      z-index: 100;
      margin: 0px 20px;
      height: 60px;
      line-height: 60px;
      background-color: #fff6f8;
      box-sizing: border-box; }
      .select-city .select-city-box .select-city-search i {
        font-size: 16px; }
      .select-city .select-city-box .select-city-search p {
        font-size: 14px;
        line-height: 16px; }
      .select-city .select-city-box .select-city-search .select-city-search-button {
        height: 100%;
        padding: 0px 20px; }
    .select-city .select-city-box .select-city-search-input {
      position: relative;
      z-index: 50;
      width: calc(100% - 80px);
      max-width: 300px;
      height: 40px;
      line-height: 40px;
      box-sizing: border-box;
      overflow: hidden;
      border: 1px solid #95d3f4;
      margin-top: -90px;
      transition: all 0.3s ease; }
      .select-city .select-city-box .select-city-search-input i {
        font-size: 14px;
        color: #666;
        margin: 0px 10px; }
      .select-city .select-city-box .select-city-search-input input {
        height: 40px;
        flex: 1;
        font-size: 14px; }
    .select-city .select-city-box .select-city-bottom {
      position: absolute;
      left: 0%;
      top: 110px;
      right: 0%;
      bottom: 0%;
      transition: all 0.3s ease;
      overflow: hidden; }
    .select-city .select-city-box .select-city-list {
      margin: 20px;
      margin-bottom: 40px;
      text-align: center; }
      .select-city .select-city-box .select-city-list h1 {
        font-size: 16px; }
      .select-city .select-city-box .select-city-list ul::after {
        content: ' ';
        width: 33%;
        height: 0px; }
      .select-city .select-city-box .select-city-list ul li {
        width: 33%;
        margin-top: 10px; }
        .select-city .select-city-box .select-city-list ul li a {
          padding: 5px 20px;
          border: 1px solid #bbb; }
          .select-city .select-city-box .select-city-list ul li a p {
            font-size: 13px; }
  .select-city .select-city-search-input-show .select-city-search-input {
    margin-top: 0px !important; }
  .select-city .select-city-search-input-show .select-city-bottom {
    top: 170px; }

.select-city-show {
  visibility: visible; }
  .select-city-show .select-city-mask {
    opacity: 0.7; }
  .select-city-show .select-city-box {
    transform: translateX(0%); }

.hotel-banner {
  width: 100%;
  padding: 2%;
  box-sizing: border-box; }
  .hotel-banner img {
    width: 32%; }

.base-box {
  padding: 2%; }
  .base-box h1 {
    font-size: 16px;
    color: #ff608d; }
  .base-box .base-content a {
    display: block;
    width: 30%;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    text-align: center;
    border: 1px solid #666;
    margin-top: 10px;
    transition: all 0.3s ease; }
  .base-box .base-content .active {
    background-color: #ff608d;
    color: #FFF;
    border-color: #ff608d; }

.main-button {
  margin: 30px 10px; }
  .main-button button {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    background-color: #ff608d; }

.submit-phone {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  visibility: hidden; }
  .submit-phone .submit-phone-mask, .submit-phone .submit-phone-box {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    transition: all 0.3s ease; }
  .submit-phone .submit-phone-mask {
    background-color: #000;
    opacity: 0;
    z-index: 500; }
  .submit-phone .submit-phone-box {
    z-index: 1000;
    background-color: #FFF;
    transform: translateX(100%);
    overflow: hidden; }
    .submit-phone .submit-phone-box .submit-phone-header {
      position: relative;
      width: 100%;
      height: 50px;
      line-height: 50px;
      text-align: center;
      box-shadow: 0px 0px 5px #bbb; }
      .submit-phone .submit-phone-box .submit-phone-header h1 {
        font-size: 16px;
        color: #666; }
      .submit-phone .submit-phone-box .submit-phone-header a {
        position: absolute;
        right: 0%;
        top: 50%;
        color: #ff608d;
        font-size: 14px;
        transform: translateY(-50%);
        padding: 0% 4%; }
    .submit-phone .submit-phone-box .submit-phone-main {
      padding: 35px 10%; }
      .submit-phone .submit-phone-box .submit-phone-main h1 {
        color: #333;
        font-size: 15px; }
        .submit-phone .submit-phone-box .submit-phone-main h1 span {
          color: #ff608d; }
      .submit-phone .submit-phone-box .submit-phone-main input {
        border: 1px solid #e5e5e5;
        font-size: 14px;
        height: 40px;
        width: 100%;
        border-radius: 5px;
        box-sizing: border-box;
        position: relative;
        z-index: 1;
        text-align: center;
        transition: all 0.3s ease;
        color: #ff608d; }
        .submit-phone .submit-phone-box .submit-phone-main input:focus {
          border-color: #ff608d; }
      .submit-phone .submit-phone-box .submit-phone-main button {
        background-color: #ff608e;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        color: #fff;
        border-radius: 3px;
        border: 0 none;
        display: block;
        width: 100%; }
    .submit-phone .submit-phone-box .submit-phone-info {
      padding: 0px 10%;
      font-size: 12px;
      line-height: 28px; }
      .submit-phone .submit-phone-box .submit-phone-info h1 {
        color: #666; }
      .submit-phone .submit-phone-box .submit-phone-info p {
        position: relative;
        color: #999;
        padding-left: 10px; }
        .submit-phone .submit-phone-box .submit-phone-info p::before {
          content: '*';
          position: absolute;
          left: 0%;
          top: 3px; }

.submit-phone-show {
  visibility: visible; }
  .submit-phone-show .submit-phone-mask {
    opacity: 0.7; }
  .submit-phone-show .submit-phone-box {
    transform: translateX(0%); }
