* { box-sizing: border-box; margin: 0; padding: 0; }
body { background-color: #fafbfc; font-family: "PingFang SC", "Lantinghei SC", "Microsoft YaHei", sans-serif; color: #2c3e50; overflow-x: hidden; }
a { text-decoration: none; color: inherit; }
.hotelwrap { max-width: 1200px; margin: 0 auto; padding: 0 15px; }
.hoteltopbar { background: #ffffff; border-bottom: 1px solid #ebdcb9; font-size: 13px; line-height: 32px; height: 32px; color: #7f8c8d; }
.hoteltopbar .hotelwrap { display: flex; justify-content: space-between; }
.hotelsep { margin: 0 6px; color: #ccd6dd; }
.hotelheader { background: #ffffff; padding: 18px 0; border-bottom: 1px solid #ebdcb9; }
.hotelheadflex { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.hotellogo img { height: 42px; max-width: 200px; object-fit: contain; display: block; }
.hotelsearchform { display: flex; flex: 1; max-width: 450px; border: 2px solid #ff6f00; border-radius: 4px; overflow: hidden; }
.hotelsearchinput { flex: 1; border: none; padding: 0 14px; height: 34px; outline: none; font-size: 13px; color: #333; }
.hotelsearchbtn { background: #ff6f00; color: #ffffff; border: none; padding: 0 18px; height: 34px; cursor: pointer; font-size: 13px; font-weight: bold; }
.hotelnavbar { background: #ff6f00; height: 44px; }
.hotelnavflex { display: flex; align-items: center; gap: 2px; overflow-x: auto; white-space: nowrap; }
.hotelnavitem { color: #ffffff; padding: 0 18px; line-height: 44px; height: 44px; font-size: 14px; font-weight: bold; display: inline-block; transition: background 0.2s; }
.hotelnavitem:hover, .hotelnavitem.active { background: #e65100; }
.hotelmain { margin: 25px auto; }
.hotelbanner img { width: 100%; height: 220px; object-fit: cover; border-radius: 6px; border: 1px solid #ebdcb9; margin-bottom: 20px; }
.hotelsec { background: #ffffff; border-radius: 8px; border: 1px solid #ebdcb9; padding: 18px; margin-bottom: 25px; }
.hotelsectitle { display: flex; justify-content: space-between; align-items: center; border-bottom: 2px solid #ff6f00; padding-bottom: 8px; margin-bottom: 15px; }
.hotelsectitle span { font-size: 15px; font-weight: bold; color: #ff6f00; }
.hotelmore { font-size: 12px; color: #7f8c8d; }
.hotelmore:hover { color: #ff6f00; }
.hotelgrid3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
@media (max-width: 768px) { .hotelgrid3 { grid-template-columns: 1fr; } }
.hotelcard { background: #ffffff; border: 1px solid #f0f3f6; border-radius: 6px; overflow: hidden; display: flex; flex-direction: column; justify-content: space-between; transition: transform 0.2s, border-color 0.2s; padding: 10px; }
.hotelcard:hover { transform: translateY(-3px); border-color: #ff6f00; }
.hotelimgbox { width: 100%; height: 130px; overflow: hidden; background: #fafafa; border-radius: 4px; margin-bottom: 8px; display: flex; align-items: center; justify-content: center; border: 1px solid #ebdcb9; }
.hotelimgbox img { max-width: 100%; max-height: 120px; object-fit: contain; }
.hotelimgbox.portrait img { width: 100%; height: 100%; object-fit: cover; }
.hoteltitle { font-size: 13px; font-weight: bold; color: #2c3e50; margin-bottom: 6px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; text-align: center; }
.hotelprice { color: #e53e3e; font-size: 14px; font-weight: bold; text-align: center; }
.hotelsec2col { display: grid; grid-template-columns: 1fr 340px; gap: 20px; margin-bottom: 25px; }
@media (max-width: 992px) { .hotelsec2col { grid-template-columns: 1fr; } }
.hotelcolumnbox { background: #ffffff; border-radius: 8px; border: 1px solid #ebdcb9; padding: 15px; }
.hotelcolhead { font-size: 14px; font-weight: bold; color: #ff6f00; border-bottom: 2px solid #ff6f00; padding-bottom: 8px; margin-bottom: 12px; }
.hotelbulletlist { list-style: none; }
.hotelbulletitem { font-size: 12px; color: #4a5568; padding: 5px 0; border-bottom: 1px dashed #f0f3f6; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.hotelbulletitem a:hover { color: #ff6f00; text-decoration: underline; }
.hotelheromix { display: flex; flex-direction: column; gap: 10px; }
.hotelrowitem { display: flex; gap: 12px; align-items: center; background: #fafafa; padding: 8px; border-radius: 6px; border: 1px solid #eee; }
.hotelrowimg { width: 44px; height: 44px; object-fit: cover; border-radius: 4px; flex-shrink: 0; }
.hotelrowinfo { flex: 1; overflow: hidden; }
.hotelrowtitle { font-size: 12px; font-weight: bold; color: #333; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; margin-bottom: 2px; }
.hotelrowprice { color: #e53e3e; font-size: 13px; font-weight: bold; }
.hotelrowbtn { display: inline-block; background: #ff6f00; color: #fff; font-size: 10px; padding: 2px 8px; border-radius: 8px; float: right; margin-top: -18px; }
.hotelpills { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 15px; }
.hotelpillitem { padding: 10px; border-radius: 4px; text-align: center; color: #ffffff; font-size: 11px; font-weight: bold; }
.hotelcardbox { background: #ffffff; border-radius: 8px; border: 1px solid #ebdcb9; padding: 30px; max-width: 650px; margin: 0 auto; }
.hotelfooter { background: #222222; color: #888888; padding: 25px 0; text-align: center; font-size: 13px; margin-top: 40px; border-top: 2px solid #ff6f00; }
.hotelfooter a { color: #edf2f7; margin-bottom: 6px; display: inline-block; }
.hotelfooter p { color: #718096; font-size: 12px; margin-top: 4px; }
