﻿body, html { height: 100%; -webkit-tap-highlight-color: transparent; background-color: rgba(241,242,247,255); font-size: 14px; }
.swiper-container { width: 100%; }
    .swiper-container img { display: block; width: 100%; }
    .swiper-container .swiper-lable h1 { position: absolute; left: 30px; bottom: 20px; z-index: 2; font-size: 1.2rem; color: #fff; }
.weui-tab { max-width: 640px; margin: 0 auto; background-color:#fefefe;}
footer { text-align: center; font-size: 14px; padding: 20px; }

    footer a { color: #999; text-decoration: none; }

.mt0 { margin-top: 0; }
ul, li { margin: 0; padding: 0; }
.booking-date-panel { list-style: none; width: 100%; display: flex }
    .booking-date-panel li { display: inline-block; flex: 1; text-align: center; color: rgba(143,145,156,225); line-height: 32px; }
        .booking-date-panel li span { font-size: 16px; font-weight: 600; color: rgba(89,107,144,225) }
        .booking-date-panel li:first-child { text-align: left; }
        .booking-date-panel li:last-child { text-align: right; }
