/* vipkei.com PC 公共左侧栏样式
 * source: templets/default/left.htm
 * version: 20260612-p1s5-sidebars
 */

/* =========================================================
   vipkei.com PC 公共左侧栏
   Scope: .vk-pc-sidebar
   保留旧模板类名，统一栏目、知识、案例和联系方式样式
   ========================================================= */

.vk-pc-sidebar,
.vk-pc-sidebar *,
.vk-pc-sidebar *::before,
.vk-pc-sidebar *::after {
  box-sizing: border-box;
}

.vk-pc-sidebar {
  float: left;
  width: 300px;
  min-width: 0;
  margin: 0;
  color: #555555;
  font-family: "Microsoft YaHei", "PingFang SC", "Helvetica Neue", Arial, sans-serif;
}

.vk-pc-sidebar .box_left {
  float: none;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  height: auto;
  margin: 0 0 30px;
  overflow: visible;
}

.vk-pc-sidebar .vk-side-section,
.vk-pc-sidebar .mode2,
.vk-pc-sidebar .mode3,
.vk-pc-sidebar .mode3 .menu {
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.vk-pc-sidebar .mode2 {
  padding-top: 18px;
}

/* 栏目标题与模块标题 */
.vk-pc-sidebar .mode3 .menu .bt,
.vk-pc-sidebar .box_title {
  display: flex;
  width: 100%;
  height: 52px;
  min-height: 52px;
  margin: 0;
  padding: 0 15px;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  border-radius: 3px 3px 0 0;
  background: #30B7EF;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
}

.vk-pc-sidebar .box_title .title_tl {
  min-width: 0;
  overflow: hidden;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vk-pc-sidebar .vk-side-more {
  flex: 0 0 auto;
  margin-left: 10px;
  color: rgba(255, 255, 255, .92);
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
}

.vk-pc-sidebar .vk-side-more:hover,
.vk-pc-sidebar .vk-side-more:focus-visible {
  color: #FFFFFF;
  text-decoration: underline;
}

/* 当前栏目导航 */
.vk-pc-sidebar .menu_list {
  width: 100%;
  margin: 0;
  padding: 6px 0 0;
}

.vk-pc-sidebar .menu_head {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  min-height: 42px;
  margin: 0 0 6px;
  padding: 0;
  overflow: hidden;
  border: 1px solid #E3E8EB;
  border-radius: 2px;
  background: #F5F7F8;
  color: #333333;
  line-height: normal;
  text-indent: 0;
  transition: border-color .18s ease, background-color .18s ease;
}

.vk-pc-sidebar .menu_head::after {
  content: "›";
  position: absolute;
  top: 50%;
  right: 14px;
  color: #9AA5AB;
  font-size: 18px;
  line-height: 1;
  transform: translateY(-52%);
}

.vk-pc-sidebar .menu_head a {
  display: flex;
  width: 100%;
  height: auto;
  min-height: 42px;
  margin: 0;
  padding: 9px 38px 9px 14px;
  align-items: center;
  overflow: hidden;
  color: #333333;
  font-size: 14px;
  line-height: 1.55;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vk-pc-sidebar .menu_head:hover,
.vk-pc-sidebar .menu_head:focus-within {
  border-color: #B9DDEA;
  background: #EEF9FD;
}

.vk-pc-sidebar .menu_head:hover a,
.vk-pc-sidebar .menu_head:focus-within a {
  color: #168FBD;
}

.vk-pc-sidebar .menu_head.current {
  border-color: #9ED8ED;
  background: #EAF7FC;
}

.vk-pc-sidebar .menu_head.current::after,
.vk-pc-sidebar .menu_head.current a {
  color: #168FBD;
}

.vk-pc-sidebar .menu_head.current a {
  font-weight: 700;
}

/* 标签知识 */
.vk-pc-sidebar .hots_news {
  width: 100%;
  padding: 6px 14px 0;
  border: 1px solid #E3E8EB;
  border-top: 0;
  border-radius: 0 0 3px 3px;
  background: #FFFFFF;
}

.vk-pc-sidebar .hots_news ul,
.vk-pc-sidebar .hots_tact ul {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.vk-pc-sidebar .hots_news li {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 39px;
  margin: 0;
  padding: 9px 0 9px 13px;
  overflow: hidden;
  border-bottom: 1px dashed #DDE3E6;
  line-height: 1.55;
  white-space: normal;
}

.vk-pc-sidebar .hots_news li:last-child {
  border-bottom: 0;
}

.vk-pc-sidebar .hots_news li::before {
  content: "";
  position: absolute;
  top: 17px;
  left: 1px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #30B7EF;
}

.vk-pc-sidebar .hots_news a {
  display: -webkit-box;
  overflow: hidden;
  color: #444444;
  font-size: 13px;
  line-height: 1.55;
  text-decoration: none;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.vk-pc-sidebar .hots_news a:hover,
.vk-pc-sidebar .hots_news a:focus-visible {
  color: #168FBD;
}

/* 合作案例 */
.vk-pc-sidebar .left-partners {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 8px;
  width: 100%;
  margin: 0;
  padding: 10px;
  border: 1px solid #E3E8EB;
  border-top: 0;
  border-radius: 0 0 3px 3px;
  background: #F8FAFB;
}

.vk-pc-sidebar .lp-item {
  display: flex;
  width: 100%;
  min-width: 0;
  min-height: 62px;
  margin: 0;
  padding: 6px;
  align-items: center;
  gap: 9px;
  overflow: hidden;
  border: 1px solid #E1E7EA;
  border-radius: 3px;
  background: #FFFFFF;
  color: #333333;
  text-decoration: none;
  transition: border-color .18s ease, box-shadow .18s ease;
}

.vk-pc-sidebar .lp-item:hover,
.vk-pc-sidebar .lp-item:focus-visible {
  border-color: #B9DDEA;
  box-shadow: 0 3px 10px rgba(20, 48, 74, .07);
  color: #168FBD;
}

.vk-pc-sidebar .lp-item img {
  display: block;
  flex: 0 0 68px;
  width: 68px;
  height: 51px;
  max-width: 68px;
  margin: 0;
  object-fit: cover;
  object-position: center;
  border: 0;
  border-radius: 2px;
  background: #FFFFFF;
}

.vk-pc-sidebar .lp-item img.is-fallback {
  object-fit: contain;
}

.vk-pc-sidebar .lp-name {
  display: -webkit-box;
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  color: inherit;
  font-size: 13px;
  line-height: 1.5;
  overflow-wrap: anywhere;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/* 联系方式 */
.vk-pc-sidebar .hots_tact {
  width: 100%;
  padding: 10px 14px 11px;
  border: 1px solid #E3E8EB;
  border-top: 0;
  border-radius: 0 0 3px 3px;
  background: #FFFFFF;
}

.vk-pc-sidebar .hots_tact li {
  position: relative;
  width: 100%;
  min-height: 31px;
  margin: 0;
  padding: 5px 0 5px 24px;
  color: #555555;
  font-size: 13px;
  line-height: 1.65;
  overflow-wrap: anywhere;
}

.vk-pc-sidebar .hots_tact li span {
  position: absolute;
  top: 5px;
  left: -4px;
  display: block;
  width: 22px;
  height: 22px;
}

.vk-pc-sidebar .hots_tact strong {
  color: #333333;
  font-weight: 700;
}

.vk-pc-sidebar .hots_tact a {
  color: #555555;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.vk-pc-sidebar .hots_tact a:hover,
.vk-pc-sidebar .hots_tact a:focus-visible {
  color: #168FBD;
  text-decoration: underline;
}

.vk-pc-sidebar a:focus-visible {
  outline: 2px solid rgba(48, 183, 239, .45);
  outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
  .vk-pc-sidebar .menu_head,
  .vk-pc-sidebar .lp-item {
    transition: none;
  }
}
