@charset "utf-8";
/* CSS Document */

/*容器右侧*/

.guide-profile {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #f0f0f0;
}

.guide-avatar-wrapper {
  position: relative;
  width: 72px;
  height: 72px;
  margin: 0 auto 16px;
}

.guide-avatar {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.verified-badge {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 20px;
  height: 20px;
  background: #0066dd;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  border: 2px solid #fff;
}

.guide-name {
  font-size: 20px;
  font-weight: 600;
  color: #1d1d1f;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.guide-name-highlight {
    color: #ff3b30;
}

.guide-tag {
  font-size: 12px;
  background: #fff4e5;
  color: #ff9500;
  padding: 2px 8px;
  border-radius: 12px;
  font-weight: 500;
}

.guide-motto {
  color: #666;
  font-size: 14px;
  font-style: italic;
}

.contact-section h4 {
  font-size: 16px;
  font-weight: 600;
  color: #1d1d1f;
  margin-bottom: 12px;
}

.qr-code {
  width: 100%;
  height: auto;
  max-width: 200px;
  border-radius: 8px;
}

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

.response-time {
  font-size: 12px;
  color: #999;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.comments-section {
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px solid rgba(226, 232, 240, 0.8);
}

.comments-section h3 {
  font-size: 24px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 30px;
}

.comment {
  display: flex;
  gap: 16px;
  margin: 24px 0;
}

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

.message-alternative {
    margin-top: 12px;
    padding-top: 16px;
    border-top: 1px solid #f0f0f0;
}

.message-tip {
    font-size: 12px;
    color: #666;
    line-height: 1.6;
    margin-top: 12px;
    padding: 0 8px;
}
/*容器右侧end*/
@media (max-width: 768px) {
    .sidebar { display: none; }
  }

/*侧边*/
.sticky-content {
    padding: 20px 10px 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    text-align:left;
    }

/* 客服顾问样式 */
.kfgw {
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
}
.kfgw:hover { transform: translateY(-5px); }
.kfgw header {
    border-left: 4px solid #12c0ec;
    padding: 12px 15px;
    background: linear-gradient(to right, #f8fdff, #fff);
}
.kfgw header h5 { font-size: 18px; color: #2c3e50; font-weight: 600; }
.kfgw .thumb { width: 100%; height: 200px; object-fit: cover; display: block; }
.kfgw footer { padding: 20px 15px; position: relative; text-align: center; }
.kfgw .level {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 18px;
    padding: 5px 12px;
    background-color: #00b0dd;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    box-shadow: 0 3px 10px rgba(0, 176, 221, 0.3);
}
.kfgw .tit { display: block; padding: 20px 0 10px; color: #2c3e50; font-size: 14px; font-weight: bold; font-style: italic; }
.kfgw .intro { color: #666; line-height: 1.6; font-size: 14px; margin-top: 10px; text-align: justify; }
@media (max-width: 1024px) {
    .kfgw .level { font-size: 12px; }
  }
        
/* 西藏天气样式 */
.xztq {
    background-color: #fff;
    border-radius: 8px;
    text-align: center;
    padding: 30px 20px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
    background: linear-gradient(135deg, #e6f7ff 0%, #fafdfe 100%);
}
.xztq:hover { transform: translateY(-5px); }        
.xztq::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(to right, #00b0dd, #63d9f7);
}
.xztq h5 { font-size: 18px; color: #2c3e50; margin-bottom: 15px; position: relative; z-index: 2; }
.xztq p { margin: 15px 0; color: #5a6a7d; line-height: 1.6; font-size: 15px; position: relative; z-index: 2; }
.xztq .btna { position: relative; z-index: 2; margin-top: 10px; }
        
/* 定制旅行样式 */
.dzlx {
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
}
.dzlx:hover { transform: translateY(-5px); }
.dzlx header {
    border-left: 4px solid #00b0dd;
    padding: 15px;
    background: linear-gradient(to right, #e6f7ff 0%, #f5f0ee);
}
.dzlx header h5 { font-size: 18px; color: #2c3e50; font-weight: 600; }
.dzlx ul { padding: 10px 0; }
.dzlx li {
    padding: 20px 10px 20px 80px;
    border-bottom: 1px solid #eee;
    position: relative;
    transition: background-color 0.3s;
}
.dzlx li:hover { background-color: #f9fbfd; }
.dzlx li:last-child { border-bottom: none; }
.dzlx li .fa {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 32px;
    color: #00b0dd;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e6f7ff;
    border-radius: 50%;
}
.dzlx li strong { display: block; font-size: 16px; color: #2c3e50; margin-bottom: 5px; font-weight: 600; }
.dzlx li p { color: #666; font-size: 14px; line-height: 1.5; }
.dzlx footer { padding: 10px 20px 20px; text-align: center; background-color: #f8fdff; }
        
/* 按钮样式 */
.btna {
    display: inline-block;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    border: 1px solid transparent;
    padding: 12px 30px;
    line-height: 1.5;
    font-size: 15px;
    border-radius: 50px;
    transition: all 0.3s ease;
    text-decoration: none;
}
.btnb {
    color: #fff;
    background: linear-gradient(to right, #00b0dd, #12c0ec);
    box-shadow: 0 4px 12px rgba(18, 192, 236, 0.3);
}
.btnb:hover {
    background: linear-gradient(to right, #12c0ec, #00b0dd);
    box-shadow: 0 6px 15px rgba(18, 192, 236, 0.4);
    transform: translateY(-2px);
}

/*--品牌优势--*/
.ys-lt {margin-top: 0px;overflow: hidden;}
.ys-lt .qzBox{padding:10px 0 0 0;background:#fff}
.ys-lt .qzBox h2{height:24px;color:#3C3C3C;font-weight:bold;font:700 16px/24px "微软雅黑", Arial, "宋体";position:relative}
.ys-lt .qzBox .icon01{text-indent:12px;margin-bottom: 8px;}
.ys-lt .qzBox a.more{display:block;background:url(../images/mysy/icon-add.png) no-repeat;background-size: 15px 15px;width:21px;height:20px;text-indent:-9999px;position:absolute;right:6px;top:5px;}
.ys-lt .qzBox a.more:hover{background:url(../images/mysy/icon-add-on.png) no-repeat;background-size: 18px 18px;}
.n_k{padding:10px 0 0 8px;border-top:1px solid #E5E5E5;}
.n_k dl{line-height:20px;width:100%}
.n_k dl dt{width:25px;height:26px;background:url(../images/mysy/n_icon.png) no-repeat;float:left;margin-right:6px}
.n_k dl .jb{background-position:0 0}
.n_k dl .dt{background-position:0 -39px}
.n_k dl .sb{background-position:0 -78px}
.n_k dl .yg{background-position:0 -117px}
.n_k dl dd{width:98%;padding:0 0 10px 30px;color:#555;}
.n_k dl dd span{display:block;font-size:16px;color:#29aae6;line-height:30px;font-family: "Microsoft YaHei",Arial,simsun,sans-serif;}