* { box-sizing: border-box; margin: 0; padding: 0; }
body { background-color: #fafbfd; font-family: "PingFang SC", "Lantinghei SC", "Microsoft YaHei", sans-serif; color: #2e302e; overflow-x: hidden; }
a { text-decoration: none; color: inherit; }
.experiencewrap { max-width: 800px; margin: 0 auto; padding: 0 15px; }
.experiencetopbar { background: #fdfdfd; border-bottom: 1px solid #ebdcb9; font-size: 13px; line-height: 32px; height: 32px; color: #5d4037; }
.experiencetopbar .experiencewrap { display: flex; justify-content: space-between; }
.experiencesep { margin: 0 6px; color: #d7ccc8; }
.experienceheader { background: #ffffff; padding: 25px 0; border-bottom: 1px solid #ebdcb9; text-align: center; }
.experiencelogo img { height: 42px; max-width: 220px; object-fit: contain; display: block; margin: 0 auto 15px auto; }
.experiencesearchform { display: flex; max-width: 320px; margin: 0 auto; border: 1px solid #ffb300; border-radius: 20px; overflow: hidden; background: #fff; }
.experiencesearchinput { flex: 1; border: none; padding: 0 12px; height: 32px; outline: none; font-size: 12px; color: #3e2723; }
.experiencesearchbtn { background: #ffb300; color: #ffffff; border: none; padding: 0 16px; height: 32px; cursor: pointer; font-size: 12px; font-weight: bold; }
.experiencenavbar { background: #ffffff; height: 44px; border-bottom: 1px solid #ebdcb9; }
.experiencenavflex { display: flex; align-items: center; justify-content: center; gap: 4px; overflow-x: auto; white-space: nowrap; }
.experiencenavitem { color: #5d4037; padding: 0 18px; line-height: 44px; height: 44px; font-size: 14px; font-weight: bold; display: inline-block; transition: color 0.2s, border-bottom 0.2s; border-bottom: 3px solid transparent; }
.experiencenavitem:hover, .experiencenavitem.active { color: #ffa000; border-bottom-color: #ffa000; }
.experiencemain { margin: 30px auto; }
.experiencebanner { position: relative; border-radius: 6px; overflow: hidden; border: 1px solid #ebdcb9; margin-bottom: 25px; height: 220px; }
.experiencebanner img { width: 100%; height: 100%; object-fit: cover; }
.experiencebannerinfo { position: absolute; bottom: 0; left: 0; right: 0; background: linear-gradient(transparent, rgba(0,0,0,0.8)); color: #fff; padding: 20px; text-align: center; }
.experiencebannertitle { font-size: 18px; font-weight: bold; margin-bottom: 4px; letter-spacing: 1px; }
.experiencebannersub { font-size: 12px; opacity: 0.85; }
.experiencesec { background: #ffffff; border-radius: 8px; border: 1px solid #ebdcb9; padding: 25px; margin-bottom: 25px; }
.experiencerow { border-bottom: 1px solid #f2e6d9; padding-bottom: 25px; margin-bottom: 25px; text-align: center; }
.experiencerow:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.experiencetitle { font-size: 18px; font-weight: bold; color: #3e2723; margin-bottom: 8px; line-height: 1.4; }
.experiencetitle a:hover { color: #ffa000; }
.experiencemeta { font-size: 12px; color: #8d6e63; margin-bottom: 15px; display: flex; justify-content: center; gap: 15px; }
.experiencebadge { background: #f0f7ff; color: #00796b; padding: 1px 6px; border-radius: 3px; font-weight: bold; }
.experienceprice { color: #b71c1c; font-weight: bold; }
.experiencedesc { font-size: 14px; color: #555; line-height: 1.8; margin-bottom: 20px; text-align: left; }
.experiencebtn { display: inline-block; background: #ffa000; color: #ffffff; font-size: 13px; font-weight: bold; padding: 8px 24px; border-radius: 4px; transition: background 0.2s; }
.experiencebtn:hover { background: #e65100; color: #ffffff; }
.experiencecardbox { background: #ffffff; border-radius: 8px; border: 1px solid #ebdcb9; padding: 30px; max-width: 650px; margin: 0 auto; }
.experiencefooter { background: #ffffff; border-top: 1px solid #ebdcb9; padding: 25px 0; text-align: center; color: #6d4c41; font-size: 13px; margin-top: 40px; }
.experiencefooter a { color: #3e2723; margin-bottom: 6px; display: inline-block; }
.experiencefooter p { color: #8d6e63; font-size: 12px; margin-top: 4px; }
