/* WiFi Detail Page */
.wd-wrap { width: 1200px; margin: 0 auto; font-family: "Microsoft YaHei", sans-serif; }

/* Breadcrumb */
.wd-breadcrumb { padding: 14px 0; font-size: 13px; color: #999; }
.wd-breadcrumb a { color: #666; text-decoration: none; }
.wd-breadcrumb a:hover { color: #1a73e8; }
.wd-breadcrumb .sep { margin: 0 6px; color: #ccc; }

/* Header Card */
.wd-header { background: #fff; border-radius: 10px; box-shadow: 0 2px 8px rgba(0,0,0,.06); padding: 28px; margin-bottom: 20px; }
.wd-header:after { content: ''; display: table; clear: both; }
.wd-title { font-size: 22px; color: #333; font-weight: 700; margin: 0 0 22px; line-height: 1.4; }
.wd-gallery { float: left; width: 480px; }
.wd-gallery-img { border-radius: 8px; overflow: hidden; border: 1px solid #f0f0f0; }
.wd-gallery-img img { display: block; width: 480px; height: 310px; }

.wd-info { margin-left: 512px; }
.wd-meta { margin: 0; padding: 0; }
.wd-meta-row { overflow: hidden; zoom: 1; padding: 10px 0; border-bottom: 1px solid #f5f5f5; font-size: 14px; }
.wd-meta-label { float: left; width: 80px; color: #999; }
.wd-meta-value { overflow: hidden; zoom: 1; color: #333; }
.wd-meta-value em { font-style: normal; color: #ff5a00; font-weight: 700; font-size: 20px; }
.wd-meta-value .unit { font-size: 13px; color: #999; margin-left: 2px; }

/* Booking Area */
.wd-booking { background: #f8f9fb; border-radius: 8px; padding: 18px; margin-top: 16px; }
.wd-booking-title { font-size: 14px; color: #333; font-weight: 700; margin: 0 0 14px; padding-bottom: 10px; border-bottom: 1px solid #eee; }
.wd-booking-row { overflow: hidden; zoom: 1; margin-bottom: 12px; }
.wd-booking-label { float: left; width: 72px; line-height: 34px; font-size: 13px; color: #666; }
.wd-booking-field { margin-left: 72px; }
.wd-booking-field input[type="date"],
.wd-booking-field select { width: 100%; height: 34px; border: 1px solid #ddd; border-radius: 4px; padding: 0 10px; font-size: 13px; box-sizing: border-box; }
.wd-booking-field input[type="date"]:focus,
.wd-booking-field select:focus { border-color: #1a73e8; outline: none; }
.wd-booking-half { overflow: hidden; zoom: 1; }
.wd-booking-half .wd-booking-col { float: left; width: 48%; }
.wd-booking-half .wd-booking-col + .wd-booking-col { margin-left: 4%; }

.wd-booking-action { overflow: hidden; zoom: 1; margin-top: 18px; padding-top: 16px; border-top: 1px solid #eee; }
.wd-price-box { float: left; line-height: 44px; }
.wd-price-label { font-size: 13px; color: #999; }
.wd-price-num { font-size: 28px; color: #ff5a00; font-weight: 700; font-family: Arial, sans-serif; }
.wd-price-unit { font-size: 13px; color: #ff5a00; }
.wd-btn-book { float: right; display: inline-block; background: linear-gradient(135deg, #ff6b35, #ff5a00); color: #fff; padding: 0 36px; height: 44px; line-height: 44px; font-size: 16px; font-weight: 700; border-radius: 6px; text-decoration: none; border: none; cursor: pointer; }
.wd-btn-book:hover { background: linear-gradient(135deg, #e55c00, #e04e00); color: #fff; text-decoration: none; }

/* Main + Sidebar Layout */
.wd-main-layout { overflow: hidden; zoom: 1; margin-bottom: 30px; }
.wd-main { float: left; width: 910px; }
.wd-sidebar { float: right; width: 270px; }

/* Section/Panel */
.wd-section { background: #fff; border-radius: 10px; box-shadow: 0 2px 8px rgba(0,0,0,.06); margin-bottom: 16px; overflow: hidden; }
.wd-section-hd { padding: 16px 20px; border-bottom: 1px solid #f0f0f0; background: #fafbfc; }
.wd-section-hd h3 { margin: 0; font-size: 16px; color: #333; font-weight: 700; padding-left: 12px; border-left: 3px solid #1a73e8; }
.wd-section-bd { padding: 20px; }

/* FAQ */
.wd-faq-item { margin-bottom: 16px; }
.wd-faq-item:last-child { margin-bottom: 0; }
.wd-faq-q { font-size: 14px; color: #333; font-weight: 700; margin: 0 0 6px; line-height: 1.6; }
.wd-faq-a { font-size: 13px; color: #666; line-height: 1.8; }

/* Counter Table */
.wd-counter-table { width: 100%; border-collapse: collapse; }
.wd-counter-table th { background: #f5f7fa; color: #666; font-size: 13px; font-weight: 700; padding: 10px 12px; text-align: center; border-bottom: 2px solid #e8e8e8; }
.wd-counter-table td { padding: 10px 12px; font-size: 13px; color: #555; border-bottom: 1px solid #f0f0f0; }
.wd-counter-table tr:hover td { background: #fafbfc; }

/* Product List */
.wd-product-list { overflow: hidden; zoom: 1; margin: 16px 0; }
.wd-product-item { float: left; width: 25%; text-align: center; }
.wd-product-item span { display: block; margin-top: 8px; font-size: 13px; color: #666; }
.wd-product-note { color: #999; font-size: 12px; margin-top: 10px; }

/* Usage */
.wd-usage-img { text-align: center; }
.wd-usage-img img { max-width: 100%; }

/* Sidebar - Like */
.wd-side-card { background: #fff; border-radius: 10px; box-shadow: 0 2px 8px rgba(0,0,0,.06); overflow: hidden; }
.wd-side-hd { padding: 14px 16px; border-bottom: 1px solid #f0f0f0; background: #fafbfc; }
.wd-side-hd h4 { margin: 0; font-size: 15px; color: #333; font-weight: 700; padding-left: 10px; border-left: 3px solid #ff5a00; }
.wd-side-bd { padding: 14px; }

.wd-like-top { overflow: hidden; zoom: 1; padding-bottom: 12px; margin-bottom: 12px; border-bottom: 1px solid #f0f0f0; }
.wd-like-top-img { float: left; margin-right: 10px; border-radius: 4px; overflow: hidden; }
.wd-like-top-img img { display: block; }
.wd-like-top-info { overflow: hidden; zoom: 1; }
.wd-like-top-info a { color: #333; font-size: 13px; text-decoration: none; line-height: 18px; display: block; margin-bottom: 6px; }
.wd-like-top-info a:hover { color: #1a73e8; }

.wd-like-list { margin: 0; padding: 0; }
.wd-like-list li { list-style: none; padding: 10px 0; border-bottom: 1px dotted #f0f0f0; }
.wd-like-list li:last-child { border-bottom: none; }
.wd-like-list li a { color: #333; font-size: 13px; text-decoration: none; line-height: 1.5; }
.wd-like-list li a:hover { color: #1a73e8; }
.wd-like-meta { overflow: hidden; zoom: 1; margin-top: 4px; }
.wd-like-days { float: left; color: #999; font-size: 12px; }
.wd-like-price { float: right; color: #ff5a00; font-size: 12px; }
.wd-like-price em { font-style: normal; font-size: 14px; font-weight: 700; }
