/* 签证咨询：百科 / 资讯 / 问题 三栏列表页 */

.visa-consult-page {
  background: #f0f2f5;
}

.visa-consult-page .visa-page.vz-page {
  background: transparent;
  box-shadow: none;
  margin-top: 12px;
  margin-bottom: 40px;
  padding: 8px 0 32px;
}

.vz-breadcrumb {
  font-size: 13px;
  color: #888;
  margin-bottom: 14px;
}

.vz-breadcrumb a {
  color: #666;
}

.vz-breadcrumb a:hover {
  color: var(--visa-blue) !important;
}

/* 三栏：左+中合并为一块，右侧独立 */
.vz-layout {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.vz-body {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: stretch;
  background: #fff;
  border: 1px solid #e6ebf2;
  border-radius: 6px;
  overflow: hidden;
}

.vz-left {
  width: 220px;
  flex-shrink: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 12px 10px 12px 12px;
  box-sizing: border-box;
}

.vz-main {
  flex: 1;
  min-width: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 16px 18px 20px;
  box-sizing: border-box;
}

.vz-right {
  width: 280px;
  flex-shrink: 0;
}

/* A-Z 整块一体（5 列，无 V；有国家蓝字，无国家灰字） */
.vz-az {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  margin-bottom: 10px;
  border: 1px solid #d8e2f0;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  box-sizing: border-box;
}

.vz-az a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  background: #fff;
  color: var(--visa-blue) !important;
  font-size: 14px;
  font-weight: 600;
  border: 0;
  border-right: 1px solid #e8eef6;
  border-bottom: 1px solid #e8eef6;
  border-radius: 0;
  box-sizing: border-box;
  text-decoration: none !important;
}

/* 每行最后一格去掉右边线 */
.vz-az a:nth-child(5n) {
  border-right: 0;
}

body.visa-home .vz-az a:hover,
body.visa-home .vz-az a:focus {
  background: #f3f7fd !important;
  color: var(--visa-blue) !important;
}

body.visa-home .vz-az a.is-active,
body.visa-home .vz-az a.is-active:hover,
body.visa-home .vz-az a.is-active:focus {
  background: var(--visa-blue) !important;
  color: #fff !important;
}

/* 无国家的字母：灰色不可点 */
body.visa-home .vz-az a.is-empty,
body.visa-home .vz-az a.is-empty:hover,
body.visa-home .vz-az a.is-empty:focus,
body.visa-home .vz-az a.is-empty.is-active {
  background: #fff !important;
  color: #c5cad3 !important;
  cursor: default;
}

/* 国家列表：整块限高滚动；点击字母滚到对应分组顶 */
.vz-country-list {
  position: relative;
  max-height: 480px;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid #e6ebf2;
  border-radius: 2px;
  background: #fff;
}

.vz-letter-block.is-curr > h4 {
  background: #e8f1ff;
  color: var(--visa-blue);
}

.vz-letter-block {
  margin: 0;
}

.vz-letter-block + .vz-letter-block {
  border-top: 1px solid #eef1f5;
}

.vz-letter-block h4 {
  margin: 0;
  padding: 8px 10px;
  font-size: 24px; /* 原 16px，再大 0.5 倍 */
  color: var(--visa-blue);
  font-weight: 700;
  line-height: 1.2;
  background: #f2f4f7;
  border: 0;
}

.vz-letter-block h4::before,
.vz-letter-block h4::after {
  content: none !important;
  display: none !important;
}

.vz-letter-block ul {
  margin: 0;
  padding: 4px 8px 8px;
  list-style: none;
  background: #fff;
}

.vz-letter-block li a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px 2px;
  font-size: 15px;
  line-height: 1.3;
  color: #444;
}

.vz-letter-block li a:hover {
  color: var(--visa-blue) !important;
}

.vz-letter-block img {
  width: 22px;
  height: 16px;
  object-fit: cover;
  border-radius: 2px;
  flex-shrink: 0;
}

/* Banner / 轮播 */
.vz-banner-wrap {
  margin-bottom: 14px;
}

.vz-banner-slider {
  position: relative;
  height: 250px;
  border-radius: 6px;
  overflow: hidden;
  background: linear-gradient(120deg, #1a6fd4 0%, #0a3a7a 100%);
}

.vz-banner-slider .vz-banner {
  position: absolute;
  inset: 0;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .45s ease, visibility .45s ease;
  z-index: 0;
  border-radius: 0;
}

.vz-banner-slider .vz-banner.is-active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.vz-banner {
  position: relative;
  display: block;
  height: 250px;
  border-radius: 6px;
  overflow: hidden;
  background: linear-gradient(120deg, #1a6fd4 0%, #0a3a7a 100%);
}

.vz-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.vz-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 180, 40, .85) 0%, rgba(255, 180, 40, .15) 55%, transparent 100%);
  pointer-events: none;
}

.vz-banner-title {
  position: absolute;
  left: 20px;
  bottom: 22px;
  right: 20px;
  z-index: 1;
  color: #fff;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.35;
  text-shadow: 0 1px 3px rgba(0, 0, 0, .25);
}

.vz-banner-empty .vz-banner-title {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
}

.vz-banner-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 16px;
  z-index: 2;
  display: flex;
  justify-content: center;
  gap: 6px;
  pointer-events: none;
}

.vz-banner-dots button {
  pointer-events: auto;
  width: 28px;
  height: 4px;
  padding: 0;
  border: 0;
  border-radius: 2px;
  background: rgba(255, 255, 255, .45);
  cursor: pointer;
  transition: background .2s ease, width .2s ease;
}

.vz-banner-dots button.is-active {
  background: #fff;
  width: 36px;
}

/* Tabs */
.vz-tabs {
  display: flex;
  gap: 0;
  border-bottom: 1px solid #e8edf3;
  margin-bottom: 8px;
}

.vz-tabs a {
  padding: 10px 18px;
  font-size: 15px;
  color: #555;
  position: relative;
}

.vz-tabs a.curr {
  color: var(--visa-blue) !important;
  font-weight: 700;
}

.vz-tabs a.curr::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1px;
  transform: translateX(-50%);
  width: 28px;
  height: 3px;
  background: var(--visa-blue);
  border-radius: 2px 2px 0 0;
}

/* 文章列表 */
.vz-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.vz-item {
  padding: 16px 4px;
  border-bottom: 1px solid #f0f2f5;
}

.vz-item:last-child {
  border-bottom: 0;
}

.vz-item-title {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #222;
  line-height: 1.45;
  margin-bottom: 8px;
}

.vz-item-title:hover {
  color: var(--visa-blue) !important;
}

.vz-item-desc {
  margin: 0 0 10px;
  font-size: 13px;
  color: #888;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.vz-item-meta {
  display: flex;
  gap: 16px;
  font-size: 12px;
  color: #aaa;
}

.vz-views::before {
  content: "◎ ";
}

.vz-pages {
  padding: 18px 0 4px;
  text-align: center;
}

.vz-pages a,
.vz-pages b,
.vz-pages span {
  display: inline-block;
  min-width: 30px;
  height: 30px;
  line-height: 30px;
  margin: 0 2px;
  padding: 0 6px;
  border: 1px solid #e0e6ef;
  border-radius: 3px;
  background: #fff;
  color: #555;
  font-size: 13px;
  box-sizing: border-box;
}

.vz-pages b {
  background: var(--visa-blue);
  border-color: var(--visa-blue);
  color: #fff !important;
}

.vz-agg-pager a {
  display: inline-block;
  min-width: 30px;
  height: 30px;
  line-height: 30px;
  margin: 0 2px;
  padding: 0 6px;
  border: 1px solid #e0e6ef;
  border-radius: 3px;
  background: #fff;
  color: #555 !important;
  font-size: 13px;
  text-decoration: none !important;
  box-sizing: border-box;
}

.vz-agg-pager a.curr {
  background: var(--visa-blue);
  border-color: var(--visa-blue);
  color: #fff !important;
}

/* 右栏盒子 */
.vz-box {
  background: #fff;
  border: 1px solid #e6ebf2;
  border-radius: 6px;
  padding: 14px;
  margin-bottom: 14px;
  box-sizing: border-box;
}

.vz-box-title {
  margin: 0 0 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eceff3;
  font-size: 16px;
  font-weight: 700;
  color: #222;
  line-height: 1.2;
}

.vz-tools {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.vz-tool {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 96px;
  height: auto;
  border-radius: 8px;
  color: #fff !important;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  padding: 14px 8px 12px;
  box-sizing: border-box;
  line-height: 1.35;
  transition: opacity .15s ease, transform .15s ease;
}

.vz-tool:hover {
  opacity: .92;
  color: #fff !important;
}

.vz-tool i {
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 0;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  flex-shrink: 0;
  /* 桌面导出图标为白线+黑底：在彩色按钮上消掉黑底 */
  mix-blend-mode: screen;
}

.vz-tool span {
  display: block;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
}

.vz-tool.t1 { background: #2f7bf6; }
.vz-tool.t2 { background: #f0a020; }
.vz-tool.t3 { background: #22c55e; }
.vz-tool.t4 { background: #22bdd8; }

.vz-tool.t1 i { background-image: url("../images/tools/tool-assess.png"); }
.vz-tool.t2 i { background-image: url("../images/tools/tool-download.png"); }
.vz-tool.t3 i { background-image: url("../images/tools/tool-progress.png"); }
.vz-tool.t4 i { background-image: url("../images/tools/tool-urgent.png"); }

/* 热门国家：拼音搜索下拉（对齐申请页） */
.vz-hot-box {
  overflow: visible;
  position: relative;
  z-index: 5;
}

.vz-hot-search {
  position: relative;
  margin-bottom: 10px;
  z-index: 20;
}

.vz-hot-search-box {
  display: flex;
  align-items: center;
  width: 100%;
  height: 34px;
  padding: 0 10px;
  border: 1px solid #d8dee8;
  border-radius: 4px;
  background: #fff;
  box-sizing: border-box;
  transition: border-color .15s ease, box-shadow .15s ease;
}

.vz-hot-search.is-open .vz-hot-search-box,
.vz-hot-search-box:focus-within {
  border-color: var(--visa-blue);
  box-shadow: 0 0 0 2px rgba(26, 111, 212, .12);
}

.vz-hot-search-ico {
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  margin-right: 8px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%99a3b3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='M20 20l-3-3'/%3E%3C/svg%3E") center / contain no-repeat;
}

.vz-hot-search input {
  flex: 1;
  width: auto;
  min-width: 0;
  height: 100%;
  padding: 0;
  border: 0;
  border-radius: 0;
  font-size: 13px;
  color: #333;
  background: transparent;
  box-sizing: border-box;
  outline: none;
}

.vz-hot-search input::placeholder {
  color: #a0a8b5;
}

.vz-hot-search-drop {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  width: 520px;
  max-width: min(520px, 92vw);
  background: #fff;
  border: 1px solid #e6ebf2;
  border-radius: 6px;
  box-shadow: 0 8px 28px rgba(20, 40, 80, .12);
  box-sizing: border-box;
  z-index: 40;
}

.vz-hot-search-drop::before {
  content: "";
  position: absolute;
  top: -7px;
  right: 48px;
  width: 12px;
  height: 12px;
  background: #f5f7fa;
  border-left: 1px solid #e6ebf2;
  border-top: 1px solid #e6ebf2;
  transform: rotate(45deg);
}

.vz-hot-search-drop-tip {
  padding: 8px 14px;
  background: #f5f7fa;
  border-radius: 6px 6px 0 0;
  font-size: 12px;
  color: #999;
  line-height: 1.4;
}

.vz-hot-search-letter-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  padding: 0 8px;
  border-bottom: 1px solid #eef1f5;
}

.vz-hot-search-letter-tabs a {
  position: relative;
  padding: 10px 12px;
  font-size: 13px;
  color: #555 !important;
  white-space: nowrap;
}

.vz-hot-search-letter-tabs a.curr {
  color: var(--visa-blue) !important;
  font-weight: 600;
}

.vz-hot-search-letter-tabs a.curr::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 28px;
  height: 2px;
  background: var(--visa-blue);
  border-radius: 1px;
}

.vz-hot-search-drop-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 4px 6px;
  padding: 12px 10px 14px;
  max-height: 280px;
  overflow-y: auto;
}

.vz-hot-search-drop-list a {
  display: block;
  padding: 6px 4px;
  text-align: center;
  font-size: 13px;
  color: #333 !important;
  border-radius: 3px;
  line-height: 1.35;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.vz-hot-search-drop-list a:hover {
  background: #f0f5ff;
  color: var(--visa-blue) !important;
}

.vz-hot-search-drop-empty {
  grid-column: 1 / -1;
  padding: 24px 12px;
  text-align: center;
  color: #999;
  font-size: 13px;
}

.vz-hot-countries {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.vz-hot-countries a {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #444;
}

.vz-hot-countries a:hover {
  color: var(--visa-blue) !important;
}

.vz-hot-countries img {
  width: 20px;
  height: 14px;
  object-fit: cover;
  border-radius: 1px;
}

.vz-hot-countries li.is-hide {
  display: none;
}

.vz-prod-list,
.vz-dl-list,
.vz-qa-list,
.vz-link-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.vz-prod a {
  display: flex;
  gap: 10px;
  padding: 8px 0;
  border-bottom: 1px solid #f3f5f8;
  align-items: center;
}

.vz-prod:last-child a {
  border-bottom: 0;
}

.vz-prod-pic {
  width: 48px;
  height: 48px;
  border-radius: 4px;
  overflow: hidden;
  background: #eef2f7;
  flex-shrink: 0;
}

.vz-prod-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.vz-prod-body strong {
  display: block;
  font-size: 13px;
  color: #333;
  line-height: 1.4;
  font-weight: 600;
}

.vz-prod-body em {
  display: block;
  margin-top: 4px;
  font-style: normal;
  color: #e53935;
  font-size: 13px;
  font-weight: 700;
}

.vz-mini-tabs {
  display: flex;
  gap: 0;
  margin: -4px 0 10px;
  border-bottom: 1px solid #eef1f5;
}

.vz-mini-tabs a {
  padding: 8px 10px;
  font-size: 13px;
  color: #666;
  position: relative;
}

.vz-mini-tabs a.curr {
  color: var(--visa-blue) !important;
  font-weight: 700;
}

.vz-mini-tabs a.curr::after {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: -1px;
  height: 2px;
  background: var(--visa-blue);
}

.vz-link-list {
  display: none;
}

.vz-link-list.curr {
  display: block;
}

.vz-link-list li,
.vz-qa-list li {
  padding: 6px 0;
  border-bottom: 1px dashed #f0f2f5;
}

.vz-link-list li:last-child,
.vz-qa-list li:last-child {
  border-bottom: 0;
}

.vz-link-list a,
.vz-qa-list a,
.vz-dl-list a span {
  font-size: 13px;
  color: #555;
  line-height: 1.45;
}

.vz-link-list a:hover,
.vz-qa-list a:hover {
  color: var(--visa-blue) !important;
}

.vz-dl-list li,
.vz-qa-list li {
  padding: 6px 0;
  border-bottom: 1px dashed #f0f2f5;
}

.vz-dl-list li:last-child,
.vz-qa-list li:last-child {
  border-bottom: 0;
}

.vz-dl-list a,
.vz-qa-list a {
  font-size: 13px;
  color: #555;
  line-height: 1.45;
}

.vz-dl-list a:hover,
.vz-qa-list a:hover {
  color: var(--visa-blue) !important;
}

.vz-dl-list .d,
.vz-qa-list .d,
.vz-link-list .d,
.vz-link-list .tag {
  display: none;
}

.vz-qa-list a::before {
  content: "?";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  margin-right: 6px;
  border-radius: 50%;
  background: #e8f1ff;
  color: var(--visa-blue);
  font-size: 11px;
  font-weight: 700;
  vertical-align: middle;
}

.vz-dl-list a::after {
  content: "下载";
  float: right;
  font-size: 12px;
  color: #e53935;
  border: 1px solid #e53935;
  border-radius: 3px;
  padding: 1px 6px;
  margin-left: 8px;
}

@media (max-width: 1100px) {
  .vz-left {
    width: 200px;
  }
  .vz-right {
    width: 240px;
  }
}

@media (max-width: 992px) {
  .vz-layout {
    flex-direction: column;
    gap: 12px;
  }

  .vz-body {
    flex-direction: column;
  }

  .vz-left,
  .vz-main,
  .vz-right {
    width: 100%;
  }

  .vz-country-list {
    max-height: 240px;
  }

  .vz-hot-countries {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* ---------- 材料下载列表 ---------- */
.vz-mat-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.vz-mat-item {
  padding: 18px 4px 16px;
  border-bottom: 1px solid #f0f2f5;
}

.vz-mat-item:last-child {
  border-bottom: 0;
}

.vz-mat-title {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #222;
  line-height: 1.45;
  margin-bottom: 8px;
}

.vz-mat-title:hover {
  color: var(--visa-blue, #1a6fd4) !important;
}

.vz-mat-desc {
  margin: 0 0 12px;
  font-size: 13px;
  color: #888;
  line-height: 1.65;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.vz-mat-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.vz-mat-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 18px;
  font-size: 12px;
  color: #aaa;
  line-height: 1.4;
}

.vz-mat-dl {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 30px;
  padding: 0 14px;
  border: 1px solid #e53935;
  border-radius: 3px;
  color: #e53935 !important;
  font-size: 13px;
  background: #fff;
  white-space: nowrap;
  box-sizing: border-box;
  flex-shrink: 0;
}

.vz-mat-dl:hover {
  background: #e53935;
  color: #fff !important;
}

.vz-mat-dl i {
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 1.5px solid currentColor;
  border-radius: 2px;
  position: relative;
  box-sizing: border-box;
}

.vz-mat-dl i::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 1px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid currentColor;
  transform: translateX(-50%);
}

@media (max-width: 640px) {
  .vz-mat-foot {
    align-items: flex-start;
  }

  .vz-mat-dl {
    margin-left: auto;
  }
}

/* ---------- 签证问答：问 / 答 列表 ---------- */
.vz-qa-feed {
  margin: 0;
  padding: 0;
  list-style: none;
}

.vz-qa-item {
  padding: 18px 4px;
  border-bottom: 1px solid #f0f2f5;
}

.vz-qa-item:last-child {
  border-bottom: 0;
}

.vz-qa-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border-radius: 4px;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  color: #fff !important;
  line-height: 1;
}

.vz-qa-icon.q {
  background: var(--visa-blue, #1a6fd4);
}

.vz-qa-icon.a {
  background: #f5a623;
}

.vz-qa-q {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;
  text-decoration: none;
}

.vz-qa-q-text {
  flex: 1;
  font-size: 16px;
  font-weight: 700;
  color: #222;
  line-height: 1.45;
}

.vz-qa-q:hover .vz-qa-q-text {
  color: var(--visa-blue, #1a6fd4) !important;
}

.vz-qa-a {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;
}

.vz-qa-a-text {
  flex: 1;
  margin: 0;
  font-size: 13px;
  color: #888;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.visa-qa-page .vz-qa-item .vz-item-meta {
  padding-left: 32px;
}

@media (max-width: 640px) {
  .vz-tabs {
    overflow-x: auto;
    flex-wrap: nowrap;
  }

  .vz-tabs a {
    flex-shrink: 0;
    padding: 10px 14px;
    font-size: 14px;
  }

  .vz-banner,
  .vz-banner-slider {
    height: 135px;
  }

  .vz-banner-title {
    font-size: 16px;
    left: 12px;
    bottom: 14px;
  }

  .vz-banner-dots {
    bottom: 10px;
  }

  .vz-hot-countries {
    grid-template-columns: repeat(3, 1fr);
  }

  .vz-hot-search-drop {
    width: calc(100vw - 24px);
    right: -8px;
  }

  .vz-hot-search-drop-list {
    grid-template-columns: repeat(3, 1fr);
  }

  .visa-qa-page .vz-qa-item .vz-item-meta {
    padding-left: 0;
  }
}
