@charset "utf-8";
/* ==========================================================================
   宁波保税区永裕贸易有限公司 - 官网样式表
   风格：经典企业站 / 酒红主色 #BB0305 / 白底大图
   说明：单文件样式表，无任何外部依赖（字体、图标、图片均本地）
   ========================================================================== */

/* ------------------------------ 变量 ------------------------------ */
:root {
  --wine: #8E1418;
  --wine-2: #BB0305;
  --wine-deep: #6B0D10;
  --wine-light: #A8202A;
  --gold: #C6A15B;
  --ink: #1D1D1F;
  --text: #3C3C3E;
  --gray: #76767B;
  --line: #E9E3DD;
  --bg-soft: #FAF7F4;
  --white: #FFFFFF;
  --container: 1200px;
  --shadow: 0 6px 26px rgba(29, 29, 31, .08);
  --shadow-hover: 0 14px 36px rgba(142, 20, 24, .16);
}

/* ------------------------------ 基础 ------------------------------ */
* { box-sizing: border-box; margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; }
body {
  font-family: "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", "Source Han Sans CN", "WenQuanYi Micro Hei", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.85;
  color: var(--text);
  background: var(--white);
  overflow-x: hidden;
}
img { max-width: 100%; display: block; border: 0; }
a { color: inherit; text-decoration: none; transition: color .25s ease, background-color .25s ease; }
ul, ol { list-style: none; }
h1, h2, h3, h4, h5 { font-weight: 700; color: var(--ink); line-height: 1.4; }
input, textarea, button, select { font-family: inherit; font-size: inherit; outline: none; }
button { cursor: pointer; border: 0; background: none; }
table { border-collapse: collapse; width: 100%; }

.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 20px; }
.txt-red { color: var(--wine-2); }
.center { text-align: center; }

/* 通用按钮 */
.btn {
  display: inline-block;
  padding: 11px 30px;
  font-size: 14px;
  line-height: 1.4;
  border-radius: 2px;
  background: var(--wine-2);
  color: #fff;
  border: 1px solid var(--wine-2);
  transition: all .28s ease;
}
.btn:hover { background: var(--wine-deep); border-color: var(--wine-deep); color: #fff; transform: translateY(-1px); }
.btn--ghost { background: transparent; color: var(--wine-2); }
.btn--ghost:hover { background: var(--wine-2); color: #fff; }
.btn--light { background: transparent; color: #fff; border-color: rgba(255, 255, 255, .65); }
.btn--light:hover { background: #fff; color: var(--wine); border-color: #fff; }

/* 区块标题 */
.sec-head { text-align: center; margin-bottom: 44px; }
.sec-head__cn {
  font-size: 30px;
  letter-spacing: 2px;
  color: var(--ink);
  position: relative;
  display: inline-block;
  padding-bottom: 16px;
}
.sec-head__cn::after {
  content: "";
  position: absolute;
  left: 50%; bottom: 0;
  width: 46px; height: 3px;
  margin-left: -23px;
  background: var(--wine-2);
}
.sec-head__en { margin-top: 10px; font-size: 13px; letter-spacing: 3px; color: #A9A9AE; text-transform: uppercase; }
.sec-head--left { text-align: left; }
.sec-head--left .sec-head__cn::after { left: 0; margin-left: 0; }
.sec-head--light .sec-head__cn { color: #fff; }
.sec-head--light .sec-head__cn::after { background: var(--gold); }
.sec-head--light .sec-head__en { color: rgba(255, 255, 255, .5); }

.section { padding: 76px 0; }
.section--soft { background: var(--bg-soft); }
.section--tight { padding: 56px 0; }

/* ------------------------------ 顶部信息条 ------------------------------ */
.topbar {
  height: 36px;
  line-height: 36px;
  background: #2A2323;
  color: #B9B3AE;
  font-size: 12.5px;
}
.topbar__inner { display: flex; align-items: center; justify-content: space-between; }
.topbar a:hover { color: #fff; }
.topbar__tel strong { color: var(--gold); font-size: 14px; letter-spacing: .5px; }
.topbar__links span { margin-right: 18px; }

/* ------------------------------ 头部 ------------------------------ */
.header { background: #fff; border-bottom: 1px solid var(--line); }
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 96px;
  gap: 20px;
}
.logo { display: flex; align-items: center; gap: 14px; flex: 0 0 auto; }
.logo__mark { width: 68px; height: 62px; flex: 0 0 auto; }
.logo__mark svg,
.logo__mark img { width: 100%; height: 100%; display: block; object-fit: contain; }
.logo__text { display: flex; flex-direction: column; line-height: 1.2; }
.logo__text strong { font-size: 25px; letter-spacing: 3px; color: var(--wine); font-weight: 700; }
.logo__text em {
  font-style: normal;
  font-size: 11px;
  letter-spacing: 2.4px;
  color: #A9A9AE;
  margin-top: 5px;
  text-transform: uppercase;
}
.header__aside { display: flex; align-items: center; gap: 22px; }
.header__tel { text-align: right; line-height: 1.35; }
.header__tel span { display: block; font-size: 12px; color: var(--gray); letter-spacing: 1px; }
.header__tel strong { font-size: 24px; color: var(--wine-2); letter-spacing: .5px; font-weight: 700; }

/* ------------------------------ 主导航 ------------------------------ */
.nav { background: var(--wine); position: relative; z-index: 30; }
.nav__list { display: flex; align-items: stretch; }
.nav__item { flex: 1 1 0; max-width: 200px; }
.nav__item > a {
  display: block;
  height: 56px;
  line-height: 56px;
  text-align: center;
  font-size: 16px;
  color: rgba(255, 255, 255, .88);
  letter-spacing: 1.5px;
  position: relative;
}
.nav__item > a::after {
  content: "";
  position: absolute;
  left: 50%; bottom: 0;
  width: 0; height: 3px;
  background: var(--gold);
  transition: width .3s ease, left .3s ease;
}
.nav__item > a:hover { color: #fff; background: rgba(0, 0, 0, .14); }
.nav__item > a:hover::after,
.nav__item.is-active > a::after { width: 100%; left: 0; }
.nav__item.is-active > a { color: #fff; background: var(--wine-deep); font-weight: 700; }

.nav-toggle {
  display: none;
  width: 44px; height: 40px;
  border: 1px solid rgba(255, 255, 255, .4);
  border-radius: 2px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
}
.nav-toggle i { display: block; width: 20px; height: 2px; background: #fff; transition: .3s; }

/* ------------------------------ 首页轮播 ------------------------------ */
.slider { position: relative; overflow: hidden; background: #1b1414; }
.slider__viewport { position: relative; height: 630px; }
.slider__item {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity .9s ease;
}
.slider__item.is-active { opacity: 1; visibility: visible; }
.slider__pic { width: 100%; height: 100%; object-fit: cover; }
/* 图片上的渐变压暗层：数值越小图越亮。想完全去掉黑色层，把下面 background 整行注释掉即可 */
.slider__item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(20, 8, 8, .34) 0%, rgba(20, 8, 8, .10) 44%, rgba(20, 8, 8, 0) 74%);
  /* 档位参考：偏亮 = .26/.08/0 ；原值（偏暗）= .72/.34/.12 */
}
.slider__caption {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: var(--container);
  padding: 0 20px;
  transform: translate(-50%, -50%);
  z-index: 3;
  color: #fff;
}
.slider__caption > * { max-width: 620px; }
.slider__tag {
  display: inline-block;
  padding: 5px 14px;
  border: 1px solid rgba(255, 255, 255, .55);
  font-size: 12px;
  letter-spacing: 3px;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, .92);
}
.slider__title {
  font-size: 46px;
  line-height: 1.28;
  color: #fff;
  letter-spacing: 2px;
  margin-bottom: 16px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, .5), 0 2px 22px rgba(0, 0, 0, .45);
}
.slider__desc { font-size: 16px; color: rgba(255, 255, 255, .88); margin-bottom: 32px; letter-spacing: .5px; text-shadow: 0 1px 3px rgba(0, 0, 0, .5); }
.slider__btns { display: flex; gap: 14px; flex-wrap: wrap; }

.slider__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px; height: 78px;
  background: rgba(0, 0, 0, .26);
  color: #fff;
  font-size: 22px;
  z-index: 4;
  transition: background .3s;
  display: flex; align-items: center; justify-content: center;
}
.slider__arrow:hover { background: var(--wine-2); }
.slider__arrow--prev { left: 0; }
.slider__arrow--next { right: 0; }
.slider__dots {
  position: absolute;
  left: 50%;
  bottom: 26px;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 4;
}
.slider__dots button {
  width: 34px; height: 4px;
  background: rgba(255, 255, 255, .42);
  border-radius: 2px;
  transition: background .3s, width .3s;
}
.slider__dots button.is-active { background: var(--gold); width: 52px; }

/* ------------------------------ 快捷入口（首页数据条） ------------------------------ */
.quickbar { background: var(--wine-deep); color: #fff; }
.quickbar__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.quickbar__item {
  padding: 30px 24px 30px 74px;
  position: relative;
  border-right: 1px solid rgba(255, 255, 255, .12);
}
.quickbar__item:last-child { border-right: 0; }
.quickbar__item b { display: block; font-size: 30px; color: var(--gold); letter-spacing: 1px; font-weight: 700; }
.quickbar__item span { font-size: 13px; color: rgba(255, 255, 255, .74); }
.quickbar__ico {
  position: absolute;
  left: 24px; top: 50%;
  width: 34px; height: 34px;
  margin-top: -17px;
  opacity: .8;
}
.quickbar__ico svg { width: 100%; height: 100%; }

/* ------------------------------ 产品卡片 ------------------------------ */
.grid { display: grid; gap: 26px; }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--4 { grid-template-columns: repeat(4, 1fr); }
.grid--2 { grid-template-columns: repeat(2, 1fr); }

.pcard {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 2px;
  overflow: hidden;
  transition: box-shadow .3s ease, transform .3s ease, border-color .3s;
  display: flex;
  flex-direction: column;
}
.pcard:hover { box-shadow: var(--shadow-hover); transform: translateY(-4px); border-color: transparent; }
.pcard__pic {
  position: relative;
  padding-top: 108%;
  background: #FCFBFA;
  overflow: hidden;
}
.pcard__pic img {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: contain;
  padding: 18px 24px;
  transition: transform .5s ease;
}
.pcard:hover .pcard__pic img { transform: scale(1.06); }
.pcard__body { padding: 20px 20px 22px; text-align: center; flex: 1; display: flex; flex-direction: column; }
.pcard__brand { font-size: 12px; letter-spacing: 1.6px; color: var(--gold); text-transform: uppercase; }
.pcard__title {
  font-size: 16px;
  margin: 8px 0 10px;
  color: var(--ink);
  line-height: 1.5;
  min-height: 48px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.pcard:hover .pcard__title { color: var(--wine-2); }
.pcard__meta { font-size: 12.5px; color: var(--gray); margin-bottom: 14px; }
.pcard__more {
  margin-top: auto;
  display: inline-block;
  align-self: center;
  padding: 8px 26px;
  font-size: 13px;
  border: 1px solid var(--line);
  color: var(--gray);
  border-radius: 2px;
  transition: all .3s;
}
.pcard:hover .pcard__more { background: var(--wine-2); border-color: var(--wine-2); color: #fff; }

/* ------------------------------ 首页 关于我们 ------------------------------ */
.about { display: grid; grid-template-columns: 1.05fr 1fr; gap: 56px; align-items: center; }
.about__media { position: relative; }
.about__media img { width: 100%; height: 430px; object-fit: cover; border-radius: 2px; }
.about__badge {
  position: absolute;
  right: -22px; bottom: -22px;
  width: 156px; height: 156px;
  background: var(--wine-2);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1.35;
  box-shadow: 0 12px 30px rgba(142, 20, 24, .3);
}
.about__badge b { font-size: 40px; color: var(--gold); font-weight: 700; }
.about__badge span { font-size: 13px; letter-spacing: 1px; }
.about__text p { margin-bottom: 16px; color: var(--text); }
.about__list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 20px; margin: 24px 0 30px; }
.about__list li { position: relative; padding-left: 22px; color: var(--ink); font-size: 14px; }
.about__list li::before {
  content: "";
  position: absolute;
  left: 0; top: 9px;
  width: 8px; height: 8px;
  background: var(--wine-2);
  transform: rotate(45deg);
}
.about__sign { margin-top: 24px; padding-top: 20px; border-top: 1px dashed var(--line); font-size: 13px; color: var(--gray); }

/* ------------------------------ 首页 新闻 ------------------------------ */
.news-wrap { display: grid; grid-template-columns: 1.15fr 1fr; gap: 40px; align-items: start; }
.news-feature { position: relative; display: block; overflow: hidden; border-radius: 2px; }
.news-feature img { width: 100%; height: 400px; object-fit: cover; transition: transform .6s ease; }
.news-feature:hover img { transform: scale(1.05); }
.news-feature__box {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 60px 26px 24px;
  background: linear-gradient(0deg, rgba(20, 8, 8, .86), rgba(20, 8, 8, 0));
  color: #fff;
}
.news-feature__box em { font-style: normal; font-size: 12px; color: var(--gold); letter-spacing: 2px; }
.news-feature__box h3 { color: #fff; font-size: 20px; margin-top: 8px; line-height: 1.55; }
.news-feature__box p { font-size: 13px; color: rgba(255, 255, 255, .74); margin-top: 8px; }

.news-list li {
  display: flex;
  gap: 18px;
  padding: 20px 0;
  border-bottom: 1px dashed var(--line);
  align-items: center;
}
.news-list li:first-child { padding-top: 0; }
.news-list__date {
  flex: 0 0 74px;
  text-align: center;
  border: 1px solid var(--line);
  padding: 8px 0;
  line-height: 1.25;
  transition: all .3s;
}
.news-list__date b { display: block; font-size: 24px; color: var(--ink); }
.news-list__date span { font-size: 12px; color: var(--gray); }
.news-list li:hover .news-list__date { background: var(--wine-2); border-color: var(--wine-2); }
.news-list li:hover .news-list__date b,
.news-list li:hover .news-list__date span { color: #fff; }
.news-list__txt { flex: 1; min-width: 0; }
.news-list__txt h4 {
  font-size: 15.5px;
  line-height: 1.55;
  margin-bottom: 6px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-list li:hover h4 { color: var(--wine-2); }
.news-list__txt p { font-size: 13px; color: var(--gray); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.news-list__more { margin-top: 26px; }

/* ------------------------------ 服务/优势 ------------------------------ */
.adv { background: #2A2323; color: #fff; }
.adv__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; }
.adv__item { text-align: center; padding: 10px 8px; }
.adv__ico { width: 60px; height: 60px; margin: 0 auto 18px; }
.adv__ico svg { width: 100%; height: 100%; }
.adv__item h4 { color: #fff; font-size: 17px; margin-bottom: 10px; letter-spacing: 1px; }
.adv__item p { font-size: 13px; color: rgba(255, 255, 255, .62); line-height: 1.9; }

/* ------------------------------ 内页 Banner ------------------------------ */
.page-hero {
  position: relative;
  height: 300px;
  background-size: cover;
  background-position: center;
  background-color: #2A2323;
  display: flex;
  align-items: center;
}
.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(20, 8, 8, .78), rgba(20, 8, 8, .42));
}
.page-hero__inner { position: relative; z-index: 2; color: #fff; }
.page-hero__en { font-size: 13px; letter-spacing: 4px; color: var(--gold); text-transform: uppercase; }
.page-hero__cn { font-size: 36px; color: #fff; letter-spacing: 3px; margin: 8px 0 14px; }
.crumb { font-size: 13px; color: rgba(255, 255, 255, .7); }
.crumb a:hover { color: #fff; }
.crumb span { margin: 0 8px; color: rgba(255, 255, 255, .38); }

/* 各页 banner 配图 */
.page-hero--about { background-image: url(../images/hero-cellar.jpg); }
.page-hero--product { background-image: url(../images/hero-tasting.jpg); }
.page-hero--news { background-image: url(../images/news-4.jpg); }
.page-hero--service { background-image: url(../images/promo-center.jpg); }
.page-hero--contact { background-image: url(../images/about-building.jpg); }
.page-hero--detail { background-image: url(../images/hero-vineyard.jpg); }

/* ------------------------------ 内页 布局 ------------------------------ */
.layout { display: grid; grid-template-columns: 268px 1fr; gap: 44px; align-items: start; }

/* 侧栏 */
.side { border: 1px solid var(--line); }
.side__head {
  height: 62px;
  line-height: 62px;
  padding: 0 22px;
  background: var(--wine);
  color: #fff;
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: 700;
}
.side__menu li { border-top: 1px solid var(--line); }
.side__menu li:first-child { border-top: 0; }
.side__menu a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 22px;
  font-size: 15px;
  color: var(--ink);
}
.side__menu a::after { content: "›"; color: #C9C9CE; font-size: 18px; line-height: 1; }
.side__menu a:hover { background: var(--bg-soft); color: var(--wine-2); }
.side__menu li.is-active a { background: var(--bg-soft); color: var(--wine-2); font-weight: 700; box-shadow: inset 3px 0 0 var(--wine-2); }
.side__body { padding: 24px 22px 26px; }
.side__card { background: var(--bg-soft); padding: 24px 22px; margin-top: 26px; text-align: center; }
.side__card h4 { font-size: 15px; margin-bottom: 6px; }
.side__card p { font-size: 12.5px; color: var(--gray); margin-bottom: 14px; }
.side__card img { width: 130px; margin: 0 auto 10px; border: 6px solid #fff; box-shadow: var(--shadow); }
.side__tel { margin-top: 26px; background: var(--wine-deep); color: #fff; padding: 22px; text-align: center; }
.side__tel span { display: block; font-size: 12.5px; color: rgba(255, 255, 255, .7); }
.side__tel strong { display: block; font-size: 21px; color: var(--gold); letter-spacing: 1px; margin-top: 6px; }

/* 主区标题条 */
.main-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  padding-bottom: 16px;
  margin-bottom: 30px;
  gap: 16px;
  flex-wrap: wrap;
}
.main-head h2 { font-size: 24px; letter-spacing: 1px; position: relative; padding-left: 14px; }
.main-head h2::before {
  content: "";
  position: absolute;
  left: 0; top: 50%;
  width: 4px; height: 22px;
  margin-top: -11px;
  background: var(--wine-2);
}
.main-head p { font-size: 13px; color: var(--gray); }

/* 筛选标签 */
.filters { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 30px; }
.filters a {
  padding: 8px 22px;
  border: 1px solid var(--line);
  font-size: 14px;
  color: var(--text);
  border-radius: 2px;
}
.filters a:hover { border-color: var(--wine-2); color: var(--wine-2); }
.filters a.is-active { background: var(--wine-2); border-color: var(--wine-2); color: #fff; }

/* 分页 */
.pager { display: flex; justify-content: center; gap: 8px; margin-top: 44px; flex-wrap: wrap; }
.pager a, .pager span {
  min-width: 40px;
  height: 40px;
  line-height: 38px;
  padding: 0 14px;
  text-align: center;
  border: 1px solid var(--line);
  font-size: 14px;
  color: var(--text);
  border-radius: 2px;
}
.pager a:hover { border-color: var(--wine-2); color: var(--wine-2); }
.pager .is-active { background: var(--wine-2); border-color: var(--wine-2); color: #fff; }

/* 文章正文 */
.article__title { font-size: 26px; line-height: 1.5; margin-bottom: 18px; }
.article__meta {
  font-size: 13px;
  color: var(--gray);
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 30px;
}
.article__meta span { margin-right: 22px; }
.article__body { font-size: 15px; line-height: 2.1; color: #45454A; }
.article__body p { margin-bottom: 20px; text-align: justify; }
.article__body img { margin: 26px 0; border-radius: 2px; }
.article__body h3 { font-size: 18px; margin: 28px 0 14px; padding-left: 12px; border-left: 3px solid var(--wine-2); }
.article__quote {
  background: var(--bg-soft);
  border-left: 3px solid var(--wine-2);
  padding: 20px 24px;
  margin: 26px 0;
  font-size: 14.5px;
  color: var(--ink);
}
.article__foot {
  margin-top: 40px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  font-size: 14px;
}
.article__foot a:hover { color: var(--wine-2); }

/* 产品详情 */
.pd { display: grid; grid-template-columns: 460px 1fr; gap: 46px; align-items: start; }
.pd__gallery { border: 1px solid var(--line); background: #FCFBFA; padding: 30px; }
.pd__gallery img { width: 100%; height: 470px; object-fit: contain; }
.pd__thumbs { display: flex; gap: 10px; justify-content: center; margin-top: 18px; }
.pd__thumbs img {
  width: 68px; height: 68px;
  object-fit: contain;
  border: 1px solid var(--line);
  background: #fff;
  padding: 4px;
  cursor: pointer;
  transition: border-color .3s;
}
.pd__thumbs img:hover, .pd__thumbs img.is-active { border-color: var(--wine-2); }
.pd__title { font-size: 26px; line-height: 1.5; margin-bottom: 14px; }
.pd__sub { font-size: 14px; color: var(--gray); margin-bottom: 20px; }
.pd__price {
  background: var(--bg-soft);
  padding: 18px 22px;
  margin-bottom: 22px;
  display: flex;
  align-items: baseline;
  gap: 14px;
  flex-wrap: wrap;
}
.pd__price b { font-size: 30px; color: var(--wine-2); font-weight: 700; }
.pd__price span { font-size: 13px; color: var(--gray); }
.pd__spec { font-size: 14px; }
.pd__spec tr { border-bottom: 1px dashed var(--line); }
.pd__spec th {
  width: 108px;
  text-align: left;
  font-weight: 400;
  color: var(--gray);
  padding: 11px 0;
  vertical-align: top;
}
.pd__spec td { padding: 11px 0; color: var(--ink); }
.pd__tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 22px 0 26px; }
.pd__tags span {
  font-size: 12.5px;
  padding: 4px 12px;
  background: var(--bg-soft);
  color: var(--wine);
  border: 1px solid var(--line);
}
.pd__actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 8px; }

/* 参数表 */
.table-wrap { overflow-x: auto; margin: 26px 0; }
.dtable { min-width: 560px; font-size: 14px; }
.dtable th, .dtable td { border: 1px solid var(--line); padding: 13px 16px; text-align: left; }
.dtable thead th { background: var(--wine); color: #fff; font-weight: 700; letter-spacing: 1px; }
.dtable tbody tr:nth-child(even) { background: var(--bg-soft); }
.dtable tbody th { background: transparent; color: var(--gray); font-weight: 400; width: 150px; }

/* ------------------------------ 关于我们 ------------------------------ */
.about-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 46px; align-items: center; margin-bottom: 20px; }
.about-intro img { width: 100%; height: 400px; object-fit: cover; }
.about-intro__text h3 { font-size: 24px; margin-bottom: 8px; }
.about-intro__text em { font-style: normal; font-size: 12.5px; letter-spacing: 3px; color: var(--gold); text-transform: uppercase; }
.about-intro__text p { margin-top: 18px; text-align: justify; }

.honor-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.honor {
  border: 1px solid var(--line);
  padding: 28px 22px;
  text-align: center;
  transition: all .3s;
  background: #fff;
}
.honor:hover { border-color: var(--wine-2); box-shadow: var(--shadow); transform: translateY(-3px); }
.honor__ico { width: 46px; height: 46px; margin: 0 auto 14px; }
.honor__ico svg { width: 100%; height: 100%; }
.honor h4 { font-size: 15px; line-height: 1.6; margin-bottom: 6px; }
.honor p { font-size: 12.5px; color: var(--gray); }

/* 发展历程 */
.timeline { position: relative; padding-left: 30px; }
.timeline::before {
  content: "";
  position: absolute;
  left: 6px; top: 8px; bottom: 8px;
  width: 2px;
  background: linear-gradient(180deg, var(--wine-2), var(--line));
}
.timeline li { position: relative; padding: 0 0 30px 26px; }
.timeline li:last-child { padding-bottom: 0; }
.timeline li::before {
  content: "";
  position: absolute;
  left: -30px; top: 8px;
  width: 14px; height: 14px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid var(--wine-2);
}
.timeline b { display: block; font-size: 20px; color: var(--wine-2); letter-spacing: 1px; }
.timeline h4 { font-size: 16px; margin: 4px 0 6px; }
.timeline p { font-size: 13.5px; color: var(--gray); }

/* 价值理念 3 列 */
.values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.value {
  border: 1px solid var(--line);
  padding: 34px 28px;
  transition: all .3s;
}
.value:hover { background: var(--wine); border-color: var(--wine); color: rgba(255, 255, 255, .82); }
.value:hover h4 { color: #fff; }
.value:hover .value__num { color: var(--gold); }
.value:hover p { color: rgba(255, 255, 255, .78); }
.value__num { font-size: 34px; font-weight: 700; color: var(--line); letter-spacing: 1px; transition: color .3s; }
.value h4 { font-size: 18px; margin: 10px 0 12px; transition: color .3s; }
.value p { font-size: 13.5px; color: var(--gray); transition: color .3s; }

/* ------------------------------ 关于我们 · 企业宣传视频 ------------------------------ */
/* 尺寸与原 promo-center.jpg 完全一致：宽 100%（正文栏约 848px）、高 340px；
   视频源比例 1400:844，与原图相同，object-fit:cover 的裁切表现也和原图一模一样 */
.videobox {
  position: relative;
  background: #000;
  overflow: hidden;
}
.videobox__player {
  display: block;
  width: 100%;
  height: 340px;
  object-fit: cover;      /* 与原图一致：铺满裁切。若想完整显示不裁切，改成 contain */
  background: #000;
}

/* ------------------------------ 客户服务 ------------------------------ */
.svc-guide { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; }
.svc-qr {
  border: 1px solid var(--line);
  padding: 34px 30px;
  display: flex;
  gap: 26px;
  align-items: center;
  transition: all .3s;
  background: #fff;
}
.svc-qr:hover { border-color: var(--wine-2); box-shadow: var(--shadow); }
.svc-qr img {
  width: 150px; height: 150px;
  flex: 0 0 auto;
  object-fit: contain;
  border: 6px solid #fff;
  box-shadow: 0 4px 18px rgba(0, 0, 0, .1);
}
.svc-qr h3 { font-size: 19px; margin-bottom: 6px; }
.svc-qr em { font-style: normal; display: block; font-size: 12px; letter-spacing: 2px; color: var(--gold); text-transform: uppercase; margin-bottom: 10px; }
.svc-qr p { font-size: 13.5px; color: var(--gray); }

.svc-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 40px; }
.svc-step { background: var(--bg-soft); padding: 26px 22px; position: relative; }
.svc-step b {
  position: absolute;
  right: 18px; top: 12px;
  font-size: 34px;
  color: rgba(187, 3, 5, .1);
  font-weight: 700;
  line-height: 1;
}
.svc-step h4 { font-size: 15.5px; margin-bottom: 8px; }
.svc-step p { font-size: 13px; color: var(--gray); }
.svc-step__ico { width: 34px; height: 34px; margin-bottom: 12px; }
.svc-step__ico svg { width: 100%; height: 100%; }

/* 分公司 */
.branch__note { font-size: 13.5px; color: var(--gray); margin-bottom: 22px; }
.branch-list { display: grid; gap: 20px; }
.branch {
  display: grid;
  grid-template-columns: 300px 1fr;
  border: 1px solid var(--line);
  background: #fff;
  transition: all .3s;
}
.branch:hover { border-color: var(--wine-2); box-shadow: var(--shadow); }
.branch__name {
  background: var(--bg-soft);
  padding: 24px 22px;
  border-right: 1px solid var(--line);
}
.branch__name h3 { font-size: 16.5px; line-height: 1.6; margin-bottom: 10px; }
.branch__name span {
  display: inline-block;
  font-size: 11.5px;
  letter-spacing: 1px;
  color: #fff;
  background: var(--wine-2);
  padding: 2px 10px;
}
.branch__info { padding: 24px 26px; display: flex; flex-direction: column; gap: 12px; justify-content: center; }
.branch__row { display: flex; gap: 14px; font-size: 14px; }
.branch__row dt { flex: 0 0 66px; color: var(--gray); }
.branch__row dd { color: var(--ink); }
.branch__row dd a:hover { color: var(--wine-2); }

/* 地址表格（原站风格） */
.addr-table th, .addr-table td { border: 1px solid var(--line); padding: 15px 18px; font-size: 14px; }
.addr-table thead th { background: var(--wine); color: #fff; font-weight: 700; letter-spacing: 1px; text-align: left; }
.addr-table tbody th { background: var(--bg-soft); font-weight: 400; color: var(--ink); width: 300px; text-align: left; }
.addr-table tbody tr:hover td { background: #FDFBF9; }
.addr-table tbody tr:nth-child(even) th { background: #F5F1ED; }

/* ------------------------------ 联系我们 ------------------------------ */
.contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.ccard {
  border: 1px solid var(--line);
  padding: 34px 26px;
  text-align: center;
  transition: all .3s;
  background: #fff;
}
.ccard:hover { border-color: var(--wine-2); box-shadow: var(--shadow); transform: translateY(-3px); }
.ccard__ico { width: 50px; height: 50px; margin: 0 auto 16px; }
.ccard__ico svg { width: 100%; height: 100%; }
.ccard h4 { font-size: 16px; margin-bottom: 10px; }
.ccard p { font-size: 14px; color: var(--text); }
.ccard strong { color: var(--wine-2); font-size: 19px; letter-spacing: .5px; }

.contact-wrap { display: grid; grid-template-columns: 1fr 1.1fr; gap: 46px; align-items: start; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-item { margin-bottom: 18px; }
.form-item label { display: block; font-size: 13.5px; color: var(--ink); margin-bottom: 8px; }
.form-item label i { color: var(--wine-2); font-style: normal; margin-left: 3px; }
.form-item input, .form-item textarea, .form-item select {
  width: 100%;
  border: 1px solid var(--line);
  background: #FCFBFA;
  padding: 12px 14px;
  font-size: 14px;
  border-radius: 2px;
  transition: border-color .3s, background .3s;
}
.form-item input:focus, .form-item textarea:focus { border-color: var(--wine-2); background: #fff; }
.form-item textarea { height: 132px; resize: vertical; }
.form-tip { font-size: 12.5px; color: var(--gray); margin-top: 12px; }

/* 地图占位 */
.map-box {
  position: relative;
  border: 1px solid var(--line);
  background: #F1EDE8;
  height: 340px;
  overflow: hidden;
}
.map-box svg { width: 100%; height: 100%; display: block; }
.map-box__pin {
  position: absolute;
  left: 50%; top: 46%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.map-box__pin span {
  display: inline-block;
  background: var(--wine-2);
  color: #fff;
  font-size: 13px;
  padding: 7px 16px;
  border-radius: 2px;
  box-shadow: 0 8px 20px rgba(142, 20, 24, .28);
  white-space: nowrap;
}
.map-box__pin i {
  display: block;
  width: 2px; height: 26px;
  background: var(--wine-2);
  margin: 0 auto;
}
.map-meta { display: flex; gap: 22px; flex-wrap: wrap; margin-top: 18px; font-size: 13.5px; color: var(--gray); }
.map-meta b { color: var(--ink); font-weight: 400; }

/* ------------------------------ 页脚 ------------------------------ */
.foot { background: #2A2323; color: #A9A29C; padding-top: 62px; font-size: 13.5px; }
.foot__grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: 40px; padding-bottom: 46px; }
.foot h4 {
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 12px;
}
.foot h4::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 26px; height: 2px;
  background: var(--wine-2);
}
.foot__brand { display: flex; align-items: center; gap: 12px; margin-bottom: 20px; }
.foot__brand .logo__mark { width: 52px; height: 48px; }
.foot__brand strong { display: block; color: #fff; font-size: 19px; letter-spacing: 2px; }
.foot__brand em { font-style: normal; display: block; font-size: 10.5px; letter-spacing: 2px; color: #7E7770; text-transform: uppercase; }
.foot p { line-height: 2; }
.foot__links li { margin-bottom: 11px; }
.foot__links a:hover { color: #fff; padding-left: 5px; }
.foot__contact li { margin-bottom: 13px; padding-left: 24px; position: relative; line-height: 1.7; }
.foot__contact li::before {
  content: "";
  position: absolute;
  left: 0; top: 7px;
  width: 7px; height: 7px;
  border: 1px solid var(--gold);
  transform: rotate(45deg);
}
.foot__contact b { color: var(--gold); font-size: 15px; letter-spacing: .5px; }
.foot__qr { display: flex; gap: 18px; }
.foot__qr figure { text-align: center; }
.foot__qr img {
  width: 108px; height: 108px;
  object-fit: contain;
  background: #fff;
  padding: 5px;
  border-radius: 2px;
}
.foot__qr figcaption { font-size: 12px; color: #8C857E; margin-top: 8px; }
/* 酒类广告强制提示（显著标明） */
.foot__warn {
  margin-top: 30px;
  padding-top: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 16px;
  font-size: 13px;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, .58);
}
.foot__warn strong {
  color: var(--gold);
  font-weight: 700;
  letter-spacing: 2.5px;
  font-size: 14px;
}
.foot__warn span { position: relative; padding-left: 17px; }
.foot__warn span::before {
  content: "";
  position: absolute;
  left: 0; top: 50%;
  width: 5px; height: 5px;
  margin-top: -2.5px;
  background: rgba(255, 255, 255, .28);
  border-radius: 50%;
}
.foot__bottom {
  border-top: 1px solid rgba(255, 255, 255, .1);
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
  font-size: 12.5px;
  color: #8C857E;
}
.foot__bottom a:hover { color: #fff; }

/* 返回顶部 */
.gotop {
  position: fixed;
  right: 26px; bottom: 34px;
  width: 46px; height: 46px;
  background: var(--wine-2);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all .3s;
  z-index: 60;
  box-shadow: 0 8px 22px rgba(142, 20, 24, .3);
}
.gotop.is-show { opacity: 1; visibility: visible; transform: translateY(0); }
.gotop:hover { background: var(--wine-deep); }
.gotop svg { width: 20px; height: 20px; }

/* 轻提示 */
.toast {
  position: fixed;
  left: 50%; top: 40px;
  transform: translate(-50%, -16px);
  background: rgba(29, 29, 31, .92);
  color: #fff;
  padding: 12px 26px;
  font-size: 14px;
  border-radius: 2px;
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
  z-index: 200;
}
.toast.is-show { opacity: 1; visibility: visible; transform: translate(-50%, 0); }

/* ------------------------------ 响应式 ------------------------------ */
@media (max-width: 1200px) {
  .slider__viewport { height: 500px; }
  .slider__title { font-size: 38px; }
  .pd { grid-template-columns: 400px 1fr; gap: 34px; }
  .foot__grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .foot__grid .foot__col--qr { grid-column: 1 / -1; }
}

@media (max-width: 1024px) {
  .section { padding: 56px 0; }
  .header__inner { min-height: 80px; }
  .logo__mark { width: 52px; height: 48px; }
  .logo__text strong { font-size: 21px; }
  .header__tel strong { font-size: 20px; }
  .grid--4 { grid-template-columns: repeat(3, 1fr); }
  .layout { grid-template-columns: 1fr; gap: 34px; }
  .side { border: 0; }
  .side__menu { display: flex; flex-wrap: wrap; gap: 8px; }
  .side__menu li { border: 1px solid var(--line); }
  .side__menu a { padding: 9px 16px; }
  .side__menu a::after { display: none; }
  .side__card, .side__tel { display: none; }
  .about { grid-template-columns: 1fr; gap: 40px; }
  .about__media img { height: 340px; }
  .about__badge { right: 0; bottom: -18px; width: 132px; height: 132px; }
  .about__badge b { font-size: 32px; }
  .news-wrap { grid-template-columns: 1fr; gap: 30px; }
  .news-feature img { height: 320px; }
  .adv__grid { grid-template-columns: repeat(2, 1fr); }
  .pd { grid-template-columns: 1fr; }
  .pd__gallery img { height: 400px; }
  .about-intro { grid-template-columns: 1fr; gap: 30px; }
  .about-intro img { height: 320px; }
  .honor-grid { grid-template-columns: repeat(2, 1fr); }
  .values { grid-template-columns: 1fr; }
  .svc-guide { grid-template-columns: 1fr; }
  .svc-steps { grid-template-columns: repeat(2, 1fr); }
  .branch { grid-template-columns: 1fr; }
  .branch__name { border-right: 0; border-bottom: 1px solid var(--line); }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-wrap { grid-template-columns: 1fr; gap: 34px; }
  .quickbar__grid { grid-template-columns: repeat(2, 1fr); }
  .quickbar__item:nth-child(2n) { border-right: 0; }
  .quickbar__item:nth-child(n+3) { border-top: 1px solid rgba(255, 255, 255, .12); }
}

@media (max-width: 768px) {
  body { font-size: 13.5px; }
  .topbar { display: none; }
  .header__aside .header__tel { display: none; }
  .header__aside .btn { display: none; }
  .nav-toggle { display: flex; }
  .nav__list {
    display: none;
    flex-direction: column;
    position: absolute;
    left: 0; right: 0; top: 100%;
    background: var(--wine-deep);
  }
  .nav__list.is-open { display: flex; }
  .nav__item { max-width: none; flex: 1 1 auto; }
  .nav__item > a { text-align: left; padding-left: 20px; height: 50px; line-height: 50px; }
  .slider__viewport { height: 400px; }
  .slider__title { font-size: 26px; }
  .slider__desc { font-size: 14px; margin-bottom: 22px; }
  .slider__arrow { width: 38px; height: 58px; font-size: 18px; }
  .sec-head__cn { font-size: 23px; }
  .sec-head { margin-bottom: 32px; }
  .grid--3, .grid--4, .grid--2 { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .pcard__body { padding: 15px 13px 16px; }
  .pcard__title { font-size: 14.5px; min-height: 44px; }
  .page-hero { height: 220px; }
  .page-hero__cn { font-size: 26px; }
  .adv__grid { gap: 20px; }
  .quickbar__item { padding: 22px 16px 22px 62px; }
  .quickbar__item b { font-size: 24px; }
  .quickbar__ico { left: 18px; width: 28px; height: 28px; margin-top: -14px; }
  .pd__gallery { padding: 18px; }
  .pd__gallery img { height: 300px; }
  .pd__title { font-size: 21px; }
  .pd__price b { font-size: 24px; }
  .article__title { font-size: 20px; }
  .article__body { font-size: 14.5px; }
  .svc-qr { flex-direction: column; text-align: center; }
  .svc-steps { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .foot__grid { grid-template-columns: 1fr; gap: 30px; }
  .foot__bottom { justify-content: center; text-align: center; }
  .gotop { right: 16px; bottom: 20px; }
  .news-list__date { flex: 0 0 62px; }
  .news-list__date b { font-size: 20px; }
}

/* ------------------------------ 新闻列表页 ------------------------------ */
.nlist { display: grid; gap: 24px; }
.nitem {
  display: grid;
  grid-template-columns: 268px 1fr;
  border: 1px solid var(--line);
  background: #fff;
  overflow: hidden;
  transition: box-shadow .3s ease, transform .3s ease, border-color .3s;
}
.nitem:hover { box-shadow: var(--shadow-hover); transform: translateY(-3px); border-color: transparent; }
.nitem__pic { overflow: hidden; background: #F1EDE8; }
.nitem__pic img { width: 100%; height: 100%; min-height: 186px; object-fit: cover; transition: transform .6s ease; }
.nitem:hover .nitem__pic img { transform: scale(1.06); }
.nitem__body { padding: 24px 28px; display: flex; flex-direction: column; justify-content: center; }
.nitem__meta { font-size: 12.5px; color: var(--gray); margin-bottom: 10px; }
.nitem__meta em { font-style: normal; color: var(--wine-2); margin-right: 12px; letter-spacing: 1px; }
.nitem h3 {
  font-size: 18px;
  line-height: 1.55;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.nitem:hover h3 { color: var(--wine-2); }
.nitem p { font-size: 13.5px; color: var(--gray); margin-bottom: 14px; }
.nitem__more { font-size: 13px; color: var(--wine-2); }
.nitem__more::after { content: " →"; }

.honor__ico, .adv__ico, .ccard__ico, .svc-step__ico { display: block; }

/* 锚点定位偏移 */
html { scroll-behavior: smooth; scroll-padding-top: 30px; }

/* ------------------------------ 修正与增强 ------------------------------ */
/* 首页新闻列表：链接为 li 的唯一子元素，故弹性布局加在 a 上 */
.news-list li { display: block; }
.news-list li > a { display: flex; gap: 18px; align-items: center; }

/* 详情页：侧栏收窄，图/信息两栏更均衡 */
.layout--detail { grid-template-columns: 240px 1fr; }
.pd { grid-template-columns: 420px 1fr; gap: 38px; }

/* 地址表格在窄屏横向滚动 */
.addr-table { min-width: 700px; }

/* 页脚二维码略缩，避免四列挤压 */
.foot__qr img { width: 96px; height: 96px; }

@media (max-width: 1024px) {
  .layout--detail { grid-template-columns: 1fr; }
  .nitem { grid-template-columns: 210px 1fr; }
  .nitem__body { padding: 20px; }
}

@media (max-width: 768px) {
  .nitem { grid-template-columns: 1fr; }
  .nitem__pic img { min-height: 0; height: 180px; }
  .nitem h3 { font-size: 16px; }
  .nitem p { display: none; }
}

@media (max-width: 480px) {
  .grid--3, .grid--4, .grid--2 { grid-template-columns: 1fr; }
  .quickbar__grid { grid-template-columns: 1fr; }
  .quickbar__item { border-right: 0; border-top: 1px solid rgba(255, 255, 255, .12); }
  .quickbar__item:first-child { border-top: 0; }
  .honor-grid { grid-template-columns: 1fr; }
  .slider__viewport { height: 360px; }
  .slider__tag { display: none; }
}

/* ------------------------------ 荣誉资质 · 无缝滚动墙 ------------------------------ */
.honor-wall {
  --hcount: 4;   /* 可视区内一排显示几张（当前 4 张） */
  --hgap: 16px;  /* 图片之间的间距 */
  --hdur: 172s;  /* 滚完一整轮的时间，数值越小滚得越快 */
  margin-top: 2px;
}

.honor-row {
  position: relative;
  overflow: hidden;
  container-type: inline-size; /* 让图片宽度能按“行宽”计算，实现整 N 张占满一行 */
  padding: 6px 0;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 28px, #000 calc(100% - 28px), transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 28px, #000 calc(100% - 28px), transparent 100%);
}

.honor-track {
  display: flex;
  gap: var(--hgap);
  width: max-content;
  will-change: transform;
  animation: honor-roll-l var(--hdur) linear infinite;
}

.honor-row:hover .honor-track { animation-play-state: paused; }

@keyframes honor-roll-l {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(calc(-50% - var(--hgap) / 2), 0, 0); }
}

.honor-item {
  flex: 0 0 auto;
  display: block;
  width: 168px; /* 极老浏览器兜底，支持容器查询的浏览器以下面一行为准 */
  width: calc((100cqw - (var(--hcount) - 1) * var(--hgap)) / var(--hcount));
  aspect-ratio: 4 / 3;
  padding: 6px;
  background: #fff;
  border: 1px solid var(--line);
  transition: border-color .3s, box-shadow .3s;
}

.honor-item img { display: block; width: 100%; height: 100%; object-fit: contain; }
.honor-item:hover { border-color: var(--wine-2); box-shadow: var(--shadow); }

@media (max-width: 768px) {
  .honor-wall { --hcount: 3; --hgap: 12px; --hdur: 100s; }
  .honor-row {
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 18px, #000 calc(100% - 18px), transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0, #000 18px, #000 calc(100% - 18px), transparent 100%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .honor-track { animation: none; }
  .honor-row { overflow-x: auto; }
}

/* 荣誉资质大图预览 */
.honor-view {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  background: rgba(20, 12, 12, .78);
}

.honor-view.is-open { display: flex; }

.honor-view img {
  max-width: min(92vw, 900px);
  max-height: 86vh;
  padding: 8px;
  background: #fff;
}

.honor-view__close {
  position: absolute;
  top: 18px;
  right: 22px;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 50%;
  background: transparent;
  color: #fff;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

.honor-view__close:hover { background: rgba(255, 255, 255, .16); }
