.guide-link {
  display: block;
  line-height: 0;
  z-index: 999;
}

.guide-top {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: nowrap;
  margin-bottom: 30px;
}

.guide-phone {
  display: block;
  width: 82px;
  min-width: 82px;
  max-width: 82px;
  height: 260px;
  margin-right: 10px;
  border-radius: 8px 0 0 8px;
  background: linear-gradient(180deg, #e94b4b 0%, #c33b3b 100%);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  color: #fff;
  text-decoration: none;
  overflow: hidden;
  position: relative;
  z-index: 999;
  flex-shrink: 0;
}

.guide-phone-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 12px 0;
  box-sizing: border-box;
}

.guide-phone-icon {
  width: 24px;
  height: 24px;
  margin-bottom: 8px;
  background: #fff;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M6.62 10.79c1.06 2.27 2.58 4.22 4.42 5.78l1.45-1.45a.77.77 0 01.84-.17c1.14.45 2.38.7 3.67.7.34 0 .62.28.62.62v2.29a.62.62 0 01-.62.62C9.8 19 4 13.2 4 6.12A.62.62 0 014.62 5.5h2.29c.34 0 .62.28.62.62 0 1.29.25 2.53.7 3.67a.77.77 0 01-.17.84L6.62 10.79z'/%3E%3C/svg%3E") no-repeat center / contain;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M6.62 10.79c1.06 2.27 2.58 4.22 4.42 5.78l1.45-1.45a.77.77 0 01.84-.17c1.14.45 2.38.7 3.67.7.34 0 .62.28.62.62v2.29a.62.62 0 01-.62.62C9.8 19 4 13.2 4 6.12A.62.62 0 014.62 5.5h2.29c.34 0 .62.28.62.62 0 1.29.25 2.53.7 3.67a.77.77 0 01-.17.84L6.62 10.79z'/%3E%3C/svg%3E") no-repeat center / contain;
}

.guide-phone-text {
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 3px;
  line-height: 1;
  color: #fff;
  margin: 2px 0;
}

.guide-phone-number {
  display: block;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  font-size: 11px;
  color: #fff;
  letter-spacing: 1px;
  line-height: 1;
  margin: 2px 0;
  white-space: nowrap;
}

.guide{
  position: fixed;
  right: 0;
  bottom: 5%;
  z-index: 100;
  display: flex;
  align-items: flex-start;
}
.guide .code {
	  width:220px;
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.1);
  padding: 12px 12px 14px;
  box-sizing: border-box;
  margin-right: 11px;
}
.guide .code .t {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 12px;
  text-align: center;
}
.guide .code .img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.guide .code .tips {
  margin-top: 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 14px;
}
.guide .code .tips .tip {
  font-size: 14px;
  color: #333333;
  margin-bottom: 5px;
  &:last-child {
      margin-bottom: 0;
  }
}
.guide .code .tel {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  border-top: 1px dotted pink;
  padding-top: 14px;
}
.guide-container{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.guide-img-guide{
    width: 82px;
    height: 218px;
    margin-bottom: 30px;
    cursor: pointer;
}

.guide-code {
    position: relative;
    margin-bottom: 2px;
}

.guide-img-code{
    display: block;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.guide-code-popup {
    display: none;
    position: absolute;
    right: calc(100% + 8px);
    top: 50%;
    transform: translateY(-50%);
    padding: 10px;
    background: #fff;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
    margin-right: 10px;
    z-index: 1000;  
}

.guide-code-popup::before {
    content: "";
    position: absolute;
    right: -8px;
    top: 0;
    width: 8px;
    height: 100%;
}

.guide-code-popup::after {
    content: "";
    position: absolute;
    right: -8px;
    top: 50%;
    transform: translateY(-50%);
    border-width: 8px 0 8px 8px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
}

.guide-code-popup img {
    display: block;
    width: 140px;
    height: 140px;
}

.guide-code:hover .guide-code-popup {
    display: block;
}

.guide-img-up{
    width: 40px;
    height: 40px;
    cursor: pointer;
}

/* 标签头 */
.guide .code .tabs {
  display: flex;
  justify-content: space-around;
  margin-bottom: 12px;
}
.guide .code .tabs .t {
  margin-bottom: 0;          /* 覆盖原有 .t 的 margin-bottom: 12px */
  cursor: pointer;
  padding-bottom: 4px;
  color: #999999;
  border-bottom: 2px solid transparent;
}
.guide .code .tabs .t.active {
  color: #333333;
  border-bottom-color: #e94b4b;
}

/* 面板切换 */
.guide .code .code-panel { display: none; }
.guide .code .code-panel.active { display: block; }