/* 基础样式重置 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Microsoft YaHei', Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f5f5f5;
}

.wrapper {
    font-size: 14px;
    line-height: 24px;
    color: #666;
}


.fl { float: left; }
.fr { float: right; }

.clearfix:after {
    content: " ";
    clear: both;
    display: block;
}

.clearfix {
    zoom: 1;
}

.detail-wrap {
    width: 1000px;
    margin: 0 auto;
}

.col-main {
    width: 700px;
    float: left;
    margin-bottom: 80px;
}

.comflex {
    display: flex;
    width: 1150px;
    margin: 0 auto;
}

a {
    color: #ff9d00;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    color: #ff8a00;
    text-decoration: underline;
}

img {
    border: 0;
    vertical-align: middle;
}

ul, li, dl, dt {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* 面包屑导航 */
.crumb {
    height: 24px;
    padding: 25px 0 18px;
    overflow: hidden;
    font-size: 14px;
    color: #666;
}

.crumb a {
    color: #ff9d00;
    cursor: inherit;
}

/* 问题详情区域 */
.q-detail {
    margin-top: 24px;
}

.q-content {
    margin-bottom: 20px;
}

.q-title {
    line-height: 30px;
}

.q-title h1 {
    display: inline;
    font-size: 22px;
    color: #333;
    font-weight: bold;
}

.q-title .location {
    font-size: 22px;
    color: #ff9d00;
    font-weight: bold;
    margin-right: 2px;
}

.q-title h1 * {
    display: inline;
}

.q-desc {
    margin-top: 10px;
    font-size: 16px;
    color: #666;
}

.q-info1 {
    margin-top: 16px;
}

.q-info1 .q-tags {
    width: 560px;
}

.q-info1 .q-tags a {
    display: block;
    float: left;
    margin: 0 10px 5px 0;
    padding: 0 15px;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    font-size: 12px;
    line-height: 20px;
    white-space: nowrap;
}

.q-info1 .q-tags a.a-tag1 {
    color: #fff;
    background-color: #0e90d2;
}

.q-info1 .q-tags a:hover {
    background-color: #ffa800;
    border-color: #ffa800;
    color: #fff;
    text-decoration: none;
}

.q-info1 .pub-bar {
    line-height: 22px;
}

.pub-bar a {
    color: #666;
    font-size: 12px;
}

.pub-bar a:hover {
    color: #ff9d00;
}

.q-info1 .pub-bar .photo img {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    margin-right: 6px;
}

.pub-bar .name {
    margin-right: 10px;
    font-size: 12px;
}

.q-operate {
    padding-top: 18px;
    height: 36px;
    border-top: 1px solid #e5e5e5;
}

.q-operate .btn-atten {
    display: inline-block;
    padding: 0 18px;
    height: 34px;
    border: 1px solid #ff9d00;
    border-radius: 4px;
    font-size: 16px;
    line-height: 34px;
    text-align: center;
    color: #ff9d00;
    margin-right: 16px;
}

.q-operate .btn-atten:hover {
    background-color: #ff9d00;
    text-decoration: none;
    color: #fff;
}

/* 回答区域 */
.answer-wrap {
    margin-top: 20px;
}

.answer-item {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    position: relative;
}

.answer-item .answer-side {
    width: 60px;
    height: 48px;
    margin: 0;
    position: relative;
    text-align: center;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 3px 1px rgba(0,0,0,.08), inset 0 -5px 3px rgba(0,0,0,.06);
}

.answer-item .answer-side .btn-ding {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    line-height: 1;
    color: #ff9d00;
    text-align: center;
    height: 100%;
    width: 100%;
}

.answer-item .answer-side .btn-ding i {
    display: block;
    width: 24px;
    height: 24px;
    margin: 0 auto 4px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ff9d00'%3E%3Cpath d='M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z'/%3E%3C/svg%3E") no-repeat center center;
    background-size: contain;
}

.answer-item .answer-side .btn-ding:hover i {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ff8a00'%3E%3Cpath d='M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z'/%3E%3C/svg%3E") no-repeat center center;
    background-size: contain;
    width: 24px;
    height: 24px;
}

.answer-item .answer-info {
    height: 48px;
    margin-bottom: 12px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.user-bar {
    line-height: 20px;
    display: flex;
    align-items: center;
    flex: 1;
    margin-right: 20px;
}

.user-bar .avatar {
    margin-right: 10px;
    display: inline-block !important;
    width: 48px !important;
    height: 48px !important;
    border-radius: 50% !important;
    overflow: hidden;
    flex-shrink: 0;
    background: #fff;
}

.user-bar .avatar img {
    width: 48px !important;
    height: 48px !important;
    object-fit: cover;
    display: block;
    border-radius: 50% !important;
    flex-shrink: 0;
}

.user-bar .name {
    margin-right: 5px;
    font-size: 15px;
    font-weight: bold;
    color: #333;
    flex-shrink: 0;
}

.user-bar .name:hover {
    color: #ff9d00;
    text-decoration: none;
}

.user-bar .level {
    font-size: 12px;
    color: #ef523d;
    flex-shrink: 0;
}

.answer-item .answer-content {
    text-align: justify;
    word-break: break-all;
    font-size: 15px;
    color: #444;
    line-height: 28px;
}

.answer-item .answer-content p {
    margin-bottom: 10px;
}

.dj-content p {
    margin-bottom: 10px;
    line-height: 1.8;
}

.dj-content img {
    max-width: 100%;
}

.dj-content .kefuName,
.dj-content .kefuSex {
    color: rgb(216, 27, 67);
    font-style: normal;
}

.dj-content .hYgljsOz {
    color: rgb(216, 27, 67);
    font-weight: bold;
}

.dj-contentimg {
    max-width: 100%;
    margin-bottom: 8px;
}

/* 评论区 */
.comment-wrap {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e5e5e5;
    position: relative;
}

.comment-list {
    margin: 0;
}

.comment-item {
    padding: 12px 0;
    border-bottom: 1px solid #f0f0f0;
    line-height: 1.6;
}

.comment-list li:last-child {
    border-bottom: 0;
}

.comment-item .comment-user {
    margin: 0;
    float: left;
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    min-height: 36px !important;
    max-width: 36px !important;
    max-height: 36px !important;
    flex-shrink: 0;
}

.comment-item .comment-user img {
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    min-height: 36px !important;
    max-width: 36px !important;
    max-height: 36px !important;
    border-radius: 50% !important;
    object-fit: cover;
    display: block;
    flex-shrink: 0;
}

.comment-item dl {
    font-size: 13px;
    margin-left: 46px;
}

.comment-item dl dt {
    font-size: 14px;
    line-height: 1.6;
}

.comment-item dl dt .name,
.comment-item dl dt .level {
    display: inline-block;
    vertical-align: middle;
}

.comment-item dl dt p {
    display: block;
    margin-top: 6px;
    line-height: 1.6;
}

.comment-item dl .name {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    margin-right: 8px;
}

.comment-item dl .level {
    color: #ef523d;
    font-size: 12px;
    background: #fff5f5;
    padding: 2px 6px;
    border-radius: 3px;
}

.comment-item .pub-time {
    float: none;
    font-size: 12px;
    color: #999;
    margin-top: 8px;
    display: block;
}

/* 评论输入区 */
.dj-commentAll {
    margin-top: 10px;
}

.reviewArea {
    display: flex;
    align-items: center;
    gap: 10px;
}

.flex-text-wrap {
    flex: 1;
    position: relative;
}

.flex-text-wrap .content {
    width: 100%;
    min-height: 40px;
    padding: 10px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    font-size: 14px;
    resize: none;
    outline: none;
}

.flex-text-wrap .content:focus {
    outline: 0;
    box-shadow: 0 0 3px #ff9d00;
    border-color: #ff9d00;
}

.dj-plBtn {
    display: inline-block;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    background-color: #ff9d00;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
}

.dj-plBtn:hover {
    background-color: #ff8a00;
    text-decoration: none;
}

/* 右侧边栏 */
.dj-pcright-bar {
    position: sticky !important;
    top: -150px;
    z-index: 999;
    width: 280px !important;
    overflow: hidden;
    height: 100%;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    box-shadow: 0 0 20px 0 #8b8bb736 !important;
}

@media screen and (max-width: 1600px) {
    .dj-rightlistbg {
        display: none !important;
    }
}

/* ========== index.html 专用样式 ========== */

/* 头部区域 */
.header {
    padding: 40px 0;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 30px;
}

.main-title {
    font-size: 24px;
    color: #333;
    margin-bottom: 10px;
    line-height: 1.4;
}

.sub-title {
    font-size: 16px;
    color: #666;
    margin-bottom: 20px;
}

.stats {
    font-size: 14px;
    color: #999;
}

.stats .dot {
    margin: 0 10px;
}

.main-content {
    max-width: 900px;
    margin: 0 auto;
}

/* 回答卡片 */
.answer-card {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.answer-header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}

.user-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 15px;
}

.user-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.user-info {
    flex: 1;
}

.user-name-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 5px;
}

.user-name {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.user-level {
    font-size: 12px;
    color: #ef523d;
    background: #fff5f5;
    padding: 2px 8px;
    border-radius: 3px;
}

.user-badge {
    font-size: 12px;
    color: #ff9d00;
    background: #fff8f0;
    padding: 2px 8px;
    border-radius: 3px;
    display: inline-block;
}

.answer-time {
    font-size: 12px;
    color: #999;
}

.answer-content {
    font-size: 15px;
    line-height: 1.8;
    color: #444;
}

.answer-content p {
    margin-bottom: 15px;
}

.highlight-price {
    color: #ff9d00;
    font-size: 18px;
    font-weight: bold;
}

/* 图片网格 */
.image-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin: 20px 0;
}

.grid-image {
    aspect-ratio: 1;
    border-radius: 8px;
    overflow: hidden;
    background: #f5f5f5;
}

.grid-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 章节标题 */
.section-title {
    font-size: 18px;
    color: #333;
    margin: 25px 0 15px;
    padding-left: 10px;
    border-left: 4px solid #ff9d00;
}

/* 景点列表 */
.spot-list {
    margin: 20px 0;
}

.spot-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    padding: 15px;
    background: #f9f9f9;
    border-radius: 8px;
}

.spot-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background: #ff9d00;
    color: #fff;
    border-radius: 50%;
    font-weight: bold;
    margin-right: 15px;
    flex-shrink: 0;
}

.spot-content {
    flex: 1;
    font-size: 14px;
    line-height: 1.6;
}

/* 联系卡片 */
.contact-card {
    background: linear-gradient(135deg, #fff8f0 0%, #fff 100%);
    border: 2px solid #ff9d00;
    border-radius: 12px;
    padding: 25px;
    margin: 25px 0;
    text-align: center;
}

.contact-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 15px;
}

.contact-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
}

.contact-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact-label {
    font-size: 14px;
    color: #666;
}

.wechat-id {
    font-size: 20px;
    color: #ff9d00;
    font-weight: bold;
    font-family: monospace;
}

.contact-desc {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
}

.copy-btn {
    background: #ff9d00;
    color: #fff;
    border: none;
    padding: 10px 25px;
    border-radius: 25px;
    font-size: 14px;
    cursor: pointer;
}

.copy-btn:hover {
    background: #ff8a00;
}

.qr-code {
    margin: 20px auto;
    width: 150px;
    height: 150px;
    background: #f5f5f5;
    border-radius: 8px;
}

.qr-code img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.contact-tip {
    font-size: 12px;
    color: #999;
    margin-top: 15px;
}

/* 行程列表 */
.itinerary-list {
    margin: 20px 0;
}

.itinerary-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 12px;
    padding: 12px;
    background: #f9f9f9;
    border-radius: 6px;
}

.day-badge {
    background: #ff9d00;
    color: #fff;
    padding: 4px 12px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: bold;
    margin-right: 10px;
    flex-shrink: 0;
}

.itinerary-text {
    flex: 1;
    font-size: 14px;
    line-height: 1.6;
}

.itinerary-note {
    font-size: 14px;
    color: #666;
    margin-top: 15px;
    padding: 10px;
    background: #fff8f0;
    border-radius: 6px;
}

/* 每日详情 */
.day-detail {
    margin: 25px 0;
    padding: 20px;
    background: #f9f9f9;
    border-radius: 8px;
}

.day-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.day-number {
    background: #ff9d00;
    color: #fff;
    padding: 6px 15px;
    border-radius: 4px;
    font-weight: bold;
}

.day-title {
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

.day-subtitle {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
}

.day-image {
    width: 100%;
    height: 300px;
    background: #f5f5f5;
    border-radius: 8px;
    margin: 15px 0;
}

.day-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.day-image-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin: 15px 0;
}

.day-grid-item {
    height: 200px;
    background: #f5f5f5;
    border-radius: 8px;
    overflow: hidden;
}

.day-grid-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 费用说明 */
.cost-section {
    background: #fff8f0;
    border: 1px solid #ffecd0;
    border-radius: 8px;
    padding: 20px;
    margin: 25px 0;
}

.cost-highlight {
    color: #ff9d00;
    font-size: 16px;
    font-weight: bold;
}

.cost-list {
    margin: 15px 0;
}

.cost-list li {
    padding: 10px 0;
    border-bottom: 1px dashed #ffecd0;
    font-size: 14px;
    line-height: 1.6;
}

.cost-list li:last-child {
    border-bottom: none;
}

.cost-icon {
    display: inline-block;
    background: #ff9d00;
    color: #fff;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 12px;
    margin-right: 8px;
}

.highlight-text {
    color: #ff9d00;
    font-weight: bold;
}

/* 美食推荐 */
.food-section {
    margin: 25px 0;
}

.food-images {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin: 15px 0;
}

.food-image {
    height: 150px;
    background: #f5f5f5;
    border-radius: 8px;
    overflow: hidden;
}

.food-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 为什么选择 */
.why-section {
    margin: 25px 0;
}

.why-intro {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
}

.why-list {
    margin: 15px 0;
}

.why-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    padding: 15px;
    background: #f9f9f9;
    border-radius: 8px;
}

.why-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    background: #ff9d00;
    color: #fff;
    border-radius: 50%;
    font-weight: bold;
    margin-right: 15px;
    flex-shrink: 0;
    font-size: 14px;
}

.why-item p {
    flex: 1;
    font-size: 14px;
    line-height: 1.6;
}

/* 总结区域 */
.summary-section {
    margin: 25px 0;
}

.summary-contact {
    text-align: left;
}

.wechat-box {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 15px 0;
    padding: 15px;
    background: #fff;
    border-radius: 8px;
}

.wechat-label {
    font-size: 14px;
    color: #666;
}

.copy-btn-small {
    background: #ff9d00;
    color: #fff;
    border: none;
    padding: 5px 15px;
    border-radius: 4px;
    font-size: 12px;
    cursor: pointer;
}

.copy-btn-small:hover {
    background: #ff8a00;
}

.contact-note {
    font-size: 13px;
    color: #666;
    margin: 10px 0;
}

.phone-box {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}

.phone-label {
    font-size: 14px;
    color: #666;
}

.phone-number {
    font-size: 16px;
    color: #ff9d00;
    font-weight: bold;
    font-family: monospace;
}

/* 回答底部 */
.answer-footer {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid #e5e5e5;
    display: flex;
    gap: 15px;
    font-size: 12px;
    color: #999;
}

.footer-time,
.footer-location {
    color: #999;
}

.footer-action {
    color: #ff9d00;
    cursor: pointer;
}

.footer-action:hover {
    text-decoration: underline;
}

/* 评论区 */
.comments-section {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e5e5e5;
}

.comments-toggle {
    font-size: 14px;
    color: #999;
    margin-bottom: 15px;
    cursor: pointer;
}

.comment-item {
    padding: 15px 0;
    border-bottom: 1px solid #f0f0f0;
}

.comment-item:last-child {
    border-bottom: none;
}

.comment-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.comment-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
}

.comment-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.comment-user-info {
    flex: 1;
}

.comment-user-name {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    margin-right: 8px;
}

.comment-user-level {
    font-size: 12px;
    color: #ef523d;
    background: #fff5f5;
    padding: 2px 6px;
    border-radius: 3px;
}

.comment-likes {
    font-size: 12px;
    color: #ff9d00;
}

.comment-time {
    font-size: 12px;
    color: #999;
    margin-bottom: 10px;
}

.comment-content {
    font-size: 14px;
    line-height: 1.6;
    color: #444;
    margin-bottom: 10px;
}

.comment-reply-to {
    font-size: 13px;
    color: #666;
    margin-bottom: 8px;
}

.comment-reply-btn {
    font-size: 12px;
    color: #ff9d00;
    cursor: pointer;
}

.comment-reply-btn:hover {
    text-decoration: underline;
}

.reply-btn-container {
    text-align: right;
    margin-top: 10px;
}

.reply-comment {
    padding-left: 50px;
    background: #f9f9f9;
    margin: 10px 0;
    padding: 15px;
    border-radius: 8px;
}

.comment-hotel-images {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin: 10px 0;
}

.hotel-image {
    height: 120px;
    background: #f5f5f5;
    border-radius: 6px;
    overflow: hidden;
}

.hotel-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wechat-inline {
    color: rgb(216, 27, 67);
    font-weight: bold;
    font-family: monospace;
}

/* 提示区域 */
.tips-section {
    background: #fff8f0;
    border: 1px solid #ffecd0;
    border-radius: 8px;
    padding: 20px;
    margin: 20px 0;
}

.tips-title {
    font-size: 16px;
    color: #333;
    margin-bottom: 15px;
    font-weight: bold;
}

.tip-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 1.6;
}

.tip-number {
    display: inline-block;
    background: #ff9d00;
    color: #fff;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    text-align: center;
    line-height: 22px;
    margin-right: 10px;
    flex-shrink: 0;
    font-size: 12px;
}

/* 特色区域 */
.features-section {
    margin: 20px 0;
}

.features-title {
    font-size: 16px;
    color: #333;
    margin-bottom: 15px;
    font-weight: bold;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 12px;
    padding: 12px;
    background: #f9f9f9;
    border-radius: 6px;
}

.feature-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    background: #ff9d00;
    color: #fff;
    border-radius: 50%;
    margin-right: 12px;
    flex-shrink: 0;
    font-weight: bold;
    font-size: 13px;
}

.feature-content {
    flex: 1;
    font-size: 14px;
    line-height: 1.6;
}

/* 内联联系 */
.contact-inline {
    background: #fff8f0;
    border: 1px solid #ffecd0;
    border-radius: 8px;
    padding: 15px 20px;
    margin: 20px 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.contact-inline span {
    font-size: 14px;
    color: #666;
}

.copy-btn-inline {
    background: #ff9d00;
    color: #fff;
    border: none;
    padding: 5px 12px;
    border-radius: 4px;
    font-size: 12px;
    cursor: pointer;
}

.copy-btn-inline:hover {
    background: #ff8a00;
}

.contact-hint {
    font-size: 12px;
    color: #999;
}

/* 评论食物图片 */
.comment-food-images {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin: 10px 0;
}

.food-thumb {
    height: 100px;
    background: #f5f5f5;
    border-radius: 6px;
    overflow: hidden;
}

.food-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 底部 */
.footer {
    text-align: center;
    padding: 30px 0;
    border-top: 1px solid #e5e5e5;
    margin-top: 50px;
}

.copyright,
.footer-notice,
.footer-privacy {
    font-size: 12px;
    color: #999;
    margin-bottom: 5px;
}

/* Toast 提示 */
.toast {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 15px 30px;
    border-radius: 8px;
    font-size: 14px;
    z-index: 9999;
    display: none;
}

.toast.show {
    display: block;
}

/* 返回顶部 */
.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 40px;
    height: 40px;
    background: #ff9d00;
    color: #fff;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.back-to-top.show {
    display: flex;
}

.back-to-top:hover {
    background: #ff8a00;
}

/* 工具类 */
.dj-hide,
.sf-hidden {
    display: none;
}

.lazyload {
    background: #f5f5f5;
}

.ico_phone {
    display: inline-block;
    width: 12px;
    height: 16px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ff9d00'%3E%3Cpath d='M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z'/%3E%3C/svg%3E") no-repeat;
}

/* 响应式设计 */
@media screen and (max-width: 1200px) {
    .comflex {
        width: 100%;
        padding: 0 20px;
    }
    
    .detail-wrap {
        width: 100%;
        padding: 0 20px;
    }
    
    .col-main {
        width: 100%;
        float: none;
    }
}

@media screen and (max-width: 768px) {
    body {
        min-width: auto;
    }
    
    .header {
        padding: 20px 15px;
    }
    
    .main-title {
        font-size: 18px;
    }
    
    .sub-title {
        font-size: 14px;
    }
    
    .answer-card {
        padding: 20px 15px;
    }
    
    .image-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .food-images {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* ==================== 语言切换按钮 ==================== */
.language-switcher {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1000;
}

.lang-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 20px;
    cursor: pointer;
    font-size: 13px;
    color: #666;
    transition: all 0.3s;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.lang-btn:hover {
    border-color: #ff9d00;
    color: #ff9d00;
    box-shadow: 0 4px 12px rgba(255,157,0,0.15);
}

.lang-btn svg {
    width: 16px;
    height: 16px;
}

.lang-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 8px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.15);
    min-width: 140px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s;
    z-index: 1001;
}

.lang-dropdown.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.lang-option {
    padding: 10px 16px;
    cursor: pointer;
    font-size: 13px;
    color: #666;
    transition: all 0.2s;
}

.lang-option:first-child {
    border-radius: 8px 8px 0 0;
}

.lang-option:last-child {
    border-radius: 0 0 8px 8px;
}

.lang-option:hover {
    background: #fff8f0;
    color: #ff9d00;
}

/* ==================== 用户信息弹出框 ==================== */
.user-info-popup {
    position: absolute;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.15);
    z-index: 1000;
    min-width: 150px;
    text-align: center;
    animation: fadeIn 0.2s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.popup-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 10px;
}

.popup-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.popup-username {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    margin-bottom: 5px;
}

.popup-level {
    font-size: 12px;
    color: #ef523d;
    background: #fff5f5;
    padding: 2px 8px;
    border-radius: 3px;
    display: inline-block;
}

/* ==================== 点赞和关注按钮样式 ==================== */
.itzjj-likeButton.liked {
    color: #ff9d00;
}

.itzjj-likeButton.liked .dj-zan {
    color: #ff9d00;
}

.itzjj-followButton-active {
    background: #ff9d00 !important;
    color: #fff !important;
}

.view-count {
    margin-left: 5px;
    color: #999;
    font-size: 12px;
}

/* ==================== 右侧边栏图片窗口 ==================== */
.right-sidebar {
    position: fixed;
    top: 100px;
    right: 20px;
    width: 320px;
    z-index: 999;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    overflow: hidden;
}

.sidebar-image-container {
    display: flex;
    flex-direction: column;
}

.sidebar-header {
    background: linear-gradient(135deg, #ff9d00 0%, #ff8a00 100%);
    padding: 15px 20px;
    color: #fff;
}

.sidebar-title {
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.sidebar-content {
    padding: 20px;
}

.sidebar-image-block {
    margin-bottom: 20px;
}

.image-placeholder {
    position: relative;
    border-radius: 8px;
    padding: 30px 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    overflow: hidden;
    min-height: 200px;
}

.image-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2;
    border-radius: 8px;
}

.placeholder-text {
    position: relative;
    z-index: 3;
    font-size: 14px;
    color: #fff;
    line-height: 1.6;
    text-align: center;
    font-weight: 500;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.sidebar-stats {
    margin-bottom: 20px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 8px;
}

.stat-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #666;
    font-size: 14px;
}

.stat-item svg {
    color: #ff9d00;
}

.sidebar-qrcode {
    margin-bottom: 20px;
    text-align: center;
}

.qrcode-placeholder {
    background: #fff;
    border: 2px dashed #e5e5e5;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    width: 100%;          /* 父容器宽度自适应，但需确保外部容器有明确宽度 */
    max-width: 300px;     /* 可选，限制最大宽度 */
    margin: 0 auto;       /* 居中 */
    padding: 20px;        /* 给内边距，避免内容贴边 */
    box-sizing: border-box;
}

.qrcode-img {
    width: 100%;          /* 填满父容器宽度 */
    height: auto;         /* 高度自动，保持比例 */
    max-height: 250px;    /* 限制最大高度，避免过高 */
    object-fit: cover;    /* 填满容器，会裁剪图片，但保证无留白 */
    display: block;
}

.sidebar-contact {
    border-top: 1px solid #e5e5e5;
    padding-top: 20px;
}

.contact-info-block {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
}

.contact-avatar-small {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    overflow: hidden;
    background: none !important;
}

.contact-avatar-small img,
.contact-avatar-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    display: block !important;
    background: none !important;
}

.contact-details {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1;
}

.contact-name {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.contact-location {
    font-size: 12px;
    color: #999;
}

.contact-action {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.action-text {
    font-size: 14px;
    font-weight: bold;
    color: #ff9d00;
}
.action-sub {
    font-size: 12px;
    color: #999;
}

/* 响应式设计 - 小屏幕隐藏侧边栏 */
@media screen and (max-width: 1400px) {
    .right-sidebar {
        display: none;
    }
}

/* ==================== 评论输入区域 ==================== */
.comment-input-area {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #f5f5f5;
    padding: 8px;
    border-radius: 20px;
}

.comment-input {
    flex: 1;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 20px;
    font-size: 14px;
    outline: none;
}

.comment-input:focus {
    border-color: #4a90d9;
}

.publish-btn {
    padding: 8px 16px;
    background-color: #4a90d9;
    color: white;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.3s;
}

.publish-btn:hover {
    background-color: #357abd;
}

/* 评论回复按钮样式 */
.comment-reply-btn {
    margin-left: 10px;
    cursor: pointer;
    color: #4a90d9;
    font-size: 12px;
    transition: color 0.2s;
}

.comment-reply-btn:hover {
    color: #357abd;
}

.reply-btn-container {
    text-align: right;
    margin-top: 10px;
}

/* 评论区域 */
.comment-wrap {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #f0f0f0;
}

.comment-list {
    margin-bottom: 20px;
}

.comment-item {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f0f0f0;
}

.comment-item:last-child {
    border-bottom: none;
}

.comment-user {
    margin-bottom: 10px;
}

.comment-user .avatar {
    display: inline-block;
    margin-right: 10px;
}

.comment-user .avatar img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
}

.comment-item dl dt {
    font-size: 14px;
    line-height: 1.6;
}

.comment-item dl dt .name {
    font-weight: bold;
    color: #333;
    text-decoration: none;
    margin-right: 10px;
}

.comment-item dl dt .level {
    font-size: 12px;
    color: #999;
    text-decoration: none;
    margin-right: 10px;
}

.pub-time {
    font-size: 12px;
    color: #999;
    margin-top: 5px;
}

/* 评论输入区域 */
.dj-commentAll {
    margin-top: 20px;
    padding: 15px;
    background: #f9f9f9;
    border-radius: 8px;
}

.reviewArea {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.comment-input {
    flex: 1;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    resize: vertical;
    min-height: 80px;
    font-family: 'Microsoft YaHei', Arial, sans-serif;
    font-size: 14px;
}

.dj-plBtn {
    background: #4a90d9;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.3s ease;
}

.dj-plBtn:hover {
    background: #357abd;
}

/* 其他样式 */
.kefuQrcodeNew {
    text-align: center;
    margin: 20px auto;
    max-width: 150px;
}

.kefuQrcodeNew img {
    max-width: 150px;
    height: auto;
    border-radius: 8px;
    display: block;
    margin: 0 auto;
}

.hYgljsOz {
    font-weight: bold;
    color: #d81b43;
    font-size: 18px;
    display: block;
    margin: 10px 0;
    text-align: center;
}

.kefuName {
    color: #d81b43;
    font-weight: bold;
}

.kefuSex {
    font-weight: normal;
}

.pageSearchWord {
    font-style: italic;
    color: #666;
}

hr {
    border: none;
    border-top: 1px solid #f0f0f0;
    margin: 20px 0;
}

.wechat-id-container {
    text-align: center;
    margin: 10px 0;
}

.copy-btn-inline {
    background: #ff9d00;
    color: #fff;
    border: none;
    padding: 8px 20px;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    display: block;
    margin: 10px auto;
}

.copy-btn-inline:hover {
    background: #ff8a00;
}

.parent {
    text-align: center;
}

.parent p {
    text-align: center;
    margin: 10px 0;
}

/* 行程表格样式 */
.travel-itinerary {
    margin: 20px 0;
    padding: 15px;
    background-color: #f9f9f9;
    border-radius: 8px;
}

.travel-itinerary h3 {
    margin-bottom: 15px;
    color: #333;
}

.travel-itinerary ul {
    list-style: none;
}

.travel-itinerary li {
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
}

.travel-itinerary li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #4a90d9;
    font-size: 18px;
}

/* 强调文本样式 */
.emphasis {
    font-weight: bold;
    color: #333;
}

/* 价格样式 */
.price {
    color: #ff0000;
    font-weight: bold;
}

/* 标签样式 */
.tag {
    display: inline-block;
    padding: 2px 8px;
    margin-right: 5px;
    background-color: #f0f0f0;
    color: #666;
    border-radius: 10px;
    font-size: 12px;
}

/* 按钮样式 */
.btn {
    display: inline-block;
    padding: 8px 16px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.3s ease;
}

.btn-primary {
    background-color: #4a90d9;
    color: white;
}

.btn-primary:hover {
    background-color: #357abd;
}

.btn-secondary {
    background-color: #f0f0f0;
    color: #333;
}

.btn-secondary:hover {
    background-color: #e0e0e0;
}

/* 卡片样式 */
.card {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    padding: 20px;
    margin-bottom: 20px;
}

.card-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #333;
}

/* 列表样式 */
.list {
    list-style: none;
}

.list-item {
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
}

.list-item:last-child {
    border-bottom: none;
}

/* 图片样式 */
.img-responsive {
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 8px;
}

/* 文本样式 */
.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.text-muted {
    color: #999;
}

.text-primary {
    color: #4a90d9;
}

.text-danger {
    color: #ff0000;
}

.text-success {
    color: #28a745;
}

/* 间距样式 */
.mt-1 { margin-top: 10px; }
.mt-2 { margin-top: 20px; }
.mt-3 { margin-top: 30px; }

.copy-btn-inline {
    display: inline-block;
    padding: 2px 8px;
    font-size: 12px;
    border-radius: 4px;
    background-color: #4CAF50;
    color: #fff;
    border: none;
    cursor: pointer;
}