@charset "UTF-8";
.header {
  width: 100%;
}
.header .header-bg {
  padding: 0.9rem 0;
}
.header .header-bg .navbar-toggler {
  border: none;
}
.header .header-bg .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.header .header-bg .navbar-toggler:focus {
  box-shadow: none;
}
.header .header-bg .navbar-nav .nav-item {
  padding: 10px 15px;
}
.header .header-bg .navbar-nav .nav-item .nav-link {
  color: #ffffff;
  font-size: 16px;
  padding: 0;
  padding-bottom: 2px;
  position: relative;
  display: inline-block;
}
.header .header-bg .navbar-nav .nav-item .nav-link .user {
  display: inline-flex;
  align-items: center;
}
.header .header-bg .navbar-nav .nav-item .nav-link .user .avatar {
  height: 25px;
  width: 25px;
}
.header .header-bg .navbar-nav .nav-item .nav-link .user .avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.header .header-bg .navbar-nav .nav-item .nav-link .user .username {
  width: auto; /* 初始100px */
  white-space: nowrap; /* 禁止换行 */
  overflow: hidden; /* 隐藏溢出内容 */
  text-overflow: ellipsis; /* 溢出部分用省略号表示 */
}
.header .header-bg .navbar-nav .nav-item .dropdown-menu {
  background: #ffffff;
  border: none;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  padding: 8px 0;
  min-width: 220px;
}
.header .header-bg .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  color: #333333;
  display: inline-flex;
  flex-direction: column;
  align-items: start;
  padding: 10px 16px;
  font-size: 14px;
  transition: all 0.2s ease;
}
@media (min-width: 768px) {
  .header .header-bg .navbar-nav .nav-item.dropdown {
    position: relative;
  }
  .header .header-bg .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
    display: block !important;
    margin-top: 0;
    position: absolute;
    top: 100%;
    left: auto;
    right: 0;
  }
}
.header .header-bg .navbar-nav .nav-item .dropdown-item:hover,
.header .header-bg .navbar-nav .nav-item .dropdown-item:focus {
  text-decoration: none;
  background-color: #f5f7fa;
  color: #005dff;
}
.header .header-bg .navbar-nav .nav-item .my-dropdown {
  min-width: 240px;
}
.header .header-bg .navbar-nav .nav-item .my-dropdown .not-auth {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
}
.header .header-bg .navbar-nav .nav-item .my-dropdown .not-auth i {
  font-size: 16px;
  color: #ff9800;
}
.header .header-bg .navbar-nav .nav-item .my-dropdown .not-auth > span:not(.not-auth-link) {
  margin-left: 10px;
  font-size: 14px;
  color: #666666;
}
.header .header-bg .navbar-nav .nav-item .my-dropdown .not-auth > a,
.header .header-bg .navbar-nav .nav-item .my-dropdown .not-auth > .not-auth-link {
  margin-left: auto;
  font-size: 14px;
  color: #005dff;
}
.header .header-bg .navbar-nav .nav-item .my-dropdown .user-id-row > .user-id-copy-btn {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 2px 10px;
  font-size: 12px;
  font-weight: 500;
  color: #005dff;
  background: #f0f6ff;
  border: 1px solid #d6e6ff;
  border-radius: 999px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease;
}
.header .header-bg .navbar-nav .nav-item .my-dropdown .user-id-row > .user-id-copy-btn:hover {
  color: #ffffff;
  background: #005dff;
  border-color: #005dff;
  text-decoration: none;
}
.header .header-bg .navbar-nav .nav-item .my-dropdown .user-id-row > .user-id-copy-btn i {
  font-size: 14px;
}
.header .header-bg .navbar-nav .nav-item .my-dropdown .auth {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
}
.header .header-bg .navbar-nav .nav-item .my-dropdown .auth i {
  font-size: 16px;
  color: #198754;
}
.header .header-bg .navbar-nav .nav-item .my-dropdown .auth span {
  margin-left: 10px;
  font-size: 14px;
  color: #198754;
}
.header .header-bg .navbar-nav .nav-item .my-dropdown .auth > a {
  margin-left: auto;
  font-size: 14px;
  color: #005dff;
}
.header .header-bg .navbar-nav .nav-item .my-dropdown .money {
  width: 100%;
  gap: 0;
  color: #333333;
}
.header .header-bg .navbar-nav .nav-item .my-dropdown .money:hover {
  color: #005dff;
}
.header .header-bg .navbar-nav .nav-item .my-dropdown .money > img {
  margin-right: 8px;
}
.header .header-bg .navbar-nav .nav-item .my-dropdown .money > .money-label {
  flex: 0 0 auto;
  white-space: nowrap;
}
.header .header-bg .navbar-nav .nav-item .my-dropdown .money > .recharge-btn {
  margin-left: auto;
  color: #ffffff;
  background: linear-gradient(135deg, #005dff 0%, #0044cc 100%);
  font-size: 12px;
  padding: 1px 10px;
  border-radius: 4px;
  white-space: nowrap;
  line-height: 1.6;
}
.header .header-bg .navbar-nav .nav-item .my-dropdown .money > .money-amount {
  margin-left: 8px;
  color: #005dff;
  font-weight: 600;
  white-space: nowrap;
}
.header .header-bg .navbar-nav .nav-item .my-dropdown .dropdown-item {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 0;
}
.header .header-bg .navbar-nav .nav-item .my-dropdown .dropdown-item img {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.header .header-bg .navbar-nav .nav-item .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  /* 宽度和文字一样宽 */
  height: 2px;
  background-color: #ffffff;
  transform: scaleX(0);
  /* 初始缩放为0 */
  transform-origin: center;
  /* 从中间开始展开 */
  transition: transform 0.3s ease;
}
.header .header-bg .navbar-nav .nav-item .nav-link:hover::after {
  transform: scaleX(1);
  /* 展开到100%宽度 */
}
.header .header-bg .navbar-nav .nav-item .nav-link.active::after {
  transform: scaleX(1);
  /* 直接展开 */
  transition: none;
  /* 关键：去掉过渡动画 */
}
.header .menu-open {
  background-color: rgb(0, 93, 255) !important;
}
.header .scroll-open {
  background-color: rgb(0, 93, 255) !important;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.header .scroll-fixed {
  background-color: rgb(0, 93, 255) !important;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

/* 顶部合规使用提醒(全宽,跨 .product 容器) */
.product-warning {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 16px 8px 22px;
  padding: 13px 18px;
  background: linear-gradient(90deg, #fff7f5 0%, #fffaf9 100%);
  border: 1px solid #ffe0dc;
  border-radius: 10px;
  box-shadow: 0 6px 20px rgba(153, 27, 27, 0.05);
}
.product-warning .product-warning-icon {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #dc2626;
  background: #fee8e5;
  border-radius: 50%;
}
.product-warning .product-warning-icon i {
  font-size: 17px;
}
.product-warning .product-warning-content {
  min-width: 0;
  flex: 1;
}
.product-warning .product-warning-title {
  margin-bottom: 3px;
  color: #8f1d1d;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
}
.product-warning .product-warning-text {
  color: #70403d;
  font-size: 13px;
  line-height: 1.65;
}
.product-warning .product-warning-text strong {
  color: #a8221d;
  font-weight: 600;
}

@media (max-width: 768px) {
  .product-warning {
    align-items: flex-start;
    gap: 10px;
    margin: 12px 4px 18px;
    padding: 12px;
  }
  .product-warning .product-warning-icon {
    width: 32px;
    height: 32px;
  }
  .product-warning .product-warning-icon i {
    font-size: 15px;
  }
  .product-warning .product-warning-title {
    font-size: 14px;
  }
  .product-warning .product-warning-text {
    font-size: 13px;
    line-height: 1.6;
  }
}
.product {
  margin-top: 40px;
}
.product .product_remark {
  font-size: 16px;
  color: #283f58;
  margin-top: 5px;
}
.product .product-type {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (max-width: 630px) {
  .product .product-type {
    padding: 10px 5px;
  }
}
.product .product-type .menu {
  display: inline-flex;
  background: #ffffff;
  padding: 10px;
  border-radius: 10px;
}
.product .product-type .menu a {
  background: #ffffff;
  color: #283f58;
  border-radius: 10px;
  padding: 15px 60px;
  font-size: 20px;
  font-weight: bold;
  margin: 0 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 790px) and (max-width: 960px) {
  .product .product-type .menu a {
    padding: 15px 30px;
  }
}
@media (min-width: 630px) and (max-width: 790px) {
  .product .product-type .menu a {
    padding: 15px 10px;
  }
}
@media (max-width: 630px) {
  .product .product-type .menu a {
    padding: 15px 5px;
    margin: 0 1px;
    font-size: 16px;
  }
}
.product .product-type .menu a:hover {
  background: #ecf5ff;
  color: #283f58;
}
.product .product-type .menu a.active {
  background: #005eff;
  color: #ffffff;
}
.product .product-type .menu a.active :hover {
  background: #005eff;
  color: #ffffff;
}
.product .product-more {
  display: block;
  text-align: center;
  margin-top: 20px;
}
.product .product-more a {
  text-decoration: none;
  color: #2968ff;
  display: inline-flex;
  align-items: center;
  font-size: 16px;
}
.product .product-more a i {
  margin-left: 2px;
}
.product .product-more a:hover {
  text-decoration: underline;
}
.product .row {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .product .col:nth-last-child(2) {
    display: none;
  }
  .product .col:last-child {
    display: none;
  }
}
@media (min-width: 576px) {
  .product .col {
    width: 49%;
  }
}
@media (min-width: 992px) {
  .product .col {
    width: 32%;
  }
}
@media (min-width: 1200px) {
  .product .col:nth-last-child(2) {
    display: block;
  }
  .product .col:last-child {
    display: block;
  }
  .product .col {
    width: 24%;
  }
}
@media (max-width: 576px) {
  .product .row {
    padding: 0 10px;
  }
  .product .row .col {
    width: 100%;
  }
}
.product .col {
  padding: 0;
}
.product .col .box {
  margin-top: 30px;
  background: #f2f8fd;
  background-image: url(/styles/images/product-bg.png);
  border: 1px solid rgb(255, 255, 255);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  background-repeat: no-repeat;
  background-position: right top; /* 靠右顶部 */
  background-size: 100% auto;
  padding: 0 !important;
}
.product .col .box .sale {
  text-align: right;
  width: 100%;
  height: 34px;
  display: block;
}
.product .col .box .sale span {
  width: 110px;
  height: 34px;
  background-image: url(/styles/images/product-sale.png);
  background-repeat: no-repeat;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-left: 15px;
  font-size: 14px;
  color: #ffffff;
}
.product .col .box .box-pd {
  padding: 0 10px;
}
.product .col .box .box-pd .title {
  margin-top: 10px;
  font-size: 20px;
  color: #283f58;
  font-weight: bold;
}
.product .col .box .box-pd .remark {
  color: #8b949f;
  font-size: 14px;
  margin-top: 10px;
}
.product .col .box .box-pd .line {
  height: 1px;
  border: 1px solid #e2e4e9;
  margin-top: 10px;
}
.product .col .box .box-pd .config {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}
.product .col .box .box-pd .config .tag {
  overflow-wrap: break-word;
  color: rgb(147, 155, 166);
  font-size: 16px;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  width: 40%;
}
.product .col .box .box-pd .config .val {
  overflow-wrap: break-word;
  color: rgb(40, 63, 88);
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  white-space: nowrap;
  width: 60%;
  display: -webkit-box; /* 将对象作为弹性伸缩盒子模型显示 */
  -webkit-box-orient: vertical; /* 设置或检索伸缩盒对象的子元素的排列方式为垂直 */
  -webkit-line-clamp: 1; /* 限制在一个块元素显示的文本的行数 */
  overflow: hidden; /* 超出部分隐藏 */
  text-overflow: ellipsis;
}
.product .col .box .box-pd .line1 {
  height: 1px;
  border-bottom: 1px solid #ffffff;
  margin-top: 10px;
}
.product .col .box .box-pd .product-alert {
  display: flex;
  align-items: center;
  margin: 20px 0;
  height: 31px;
}
.product .col .box .box-pd .product-alert span {
  display: inline-block;
  background: #f9f2ed;
  border-radius: 5px;
  padding: 5px 10px;
  color: rgb(233, 27, 27);
  font-size: 14px;
  margin: 0 6px;
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .product .col .box .box-pd .product-alert span {
    margin: 0 2px;
  }
}
@media (min-width: 576px) and (max-width: 700px) {
  .product .col .box .box-pd .product-alert span {
    margin: 0 2px;
    font-size: 13px;
  }
}
.product .col .box .box-pd .price {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product .col .box .box-pd .price .number {
  color: rgb(233, 27, 27);
  font-size: 30px;
  font-weight: bold;
  text-align: left;
}
.product .col .box .box-pd .price .other {
  width: 100%;
  padding-left: 8px;
}
.product .col .box .box-pd .price .other .unit {
  color: rgb(147, 155, 166);
  font-size: 14px;
}
.product .col .box .box-pd .price .other .old_price {
  color: rgb(147, 155, 166);
  font-size: 14px;
  text-decoration: line-through;
  margin-top: 5px;
}
.product .col .box .box-pd .other_price {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.product .col .box .box-pd .other_price span {
  color: rgb(40, 63, 88);
  font-size: 16px;
  font-weight: bold;
  padding: 0 15px;
}
.product .col .box .box-pd .other_price span i {
  font-style: normal;
  color: rgb(147, 155, 166);
  font-size: 14px;
  font-weight: normal;
  padding-left: 5px;
}
.product .col .box .buy {
  margin-top: 20px;
}
.product .col .box .buy a {
  display: inline-block;
  background: linear-gradient(135deg, #0096ff, #005dff);
  height: 50px;
  line-height: 50px;
  text-align: center;
  width: 100%;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 2px;
}
.product .col .box:hover {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  box-shadow: 0 0 10px 4px #cdd1d8;
  transform: translateY(-4px);
  transition: 0.2s;
}

.footer {
  margin: 0;
  padding: 0;
  margin-top: 50px;
  color: #ffffff;
}
.footer .assure {
  background: #07162d;
  padding-bottom: 20px;
}
.footer .assure .row .col {
  margin-top: 20px;
  font-size: 18px;
}
@media (max-width: 720px) {
  .footer .assure .row .col {
    font-size: 16px;
  }
}
.footer .assure .row .col img {
  margin-right: 5px;
}
.footer .more {
  background: #0a1a33;
  padding-top: 30px;
  padding-bottom: 20px;
}
.footer .more a {
  text-decoration: none;
}
.footer .more .content {
  display: flex;
}
.footer .more .content .contact {
  flex: 0 0 500px;
  width: 500px;
}
.footer .more .content .contact .company {
  margin-top: 20px;
  font-size: 16px;
  margin-bottom: 40px;
}
.footer .more .content .contact .item {
  padding: 5px 0;
}
.footer .more .content .contact .code {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
}
.footer .more .content .contact .code img {
  width: 106px;
  height: 106px;
}
.footer .more .content .contact .code span {
  display: inline-block;
  width: 106px;
  text-align: center;
  margin-top: 10px;
}
.footer .more .content .other {
  flex-grow: 1;
}
.footer .more .content .other .box {
  display: flex;
}
.footer .more .content .other .box.footer-link-columns .item {
  width: 20%;
  padding-left: 16px;
}
.footer .more .content .other .box .item {
  width: 25%;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
}
.footer .more .content .other .box .item .title {
  font-size: 18px;
  margin-bottom: 10px;
}
.footer .more .content .other .box .item a {
  color: #8f8d8d;
  padding: 5px 0;
}
.footer .more .content .other .box .item a:hover {
  color: #ffffff;
}
.footer .more .content .other .line {
  height: 1px;
  border-bottom: 1px solid #3f3f3f;
}
.footer .more .content .other .fast {
  display: flex;
  padding: 20px 0;
}
.footer .more .content .other .fast .item {
  color: #ffffff;
  margin-right: 40px;
  display: inline-flex;
  align-items: center;
}
.footer .more .content .other .fast .item img {
  width: 16px;
  height: 15px;
  margin-right: 5px;
}
.footer .more .content .other .icp {
  display: flex;
  padding: 20px 0;
}
.footer .more .content .other .icp .item {
  color: #ffffff;
  margin-right: 30px;
  display: inline-flex;
  align-items: center;
  font-size: 16px;
}
.footer .more .content .other .icp .item img {
  margin-right: 5px;
}
.footer .more .content .other .channel-partners {
  min-height: 58px;
  padding: 14px 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: #0d223f;
  display: flex;
  align-items: center;
  color: #ffffff;
}
.footer .more .content .other .channel-partners .channel-partners__title {
  flex: 0 0 auto;
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  color: #e8f0fc;
  font-size: 15px;
  font-weight: 600;
  white-space: nowrap;
}
.footer .more .content .other .channel-partners .channel-partners__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 24px;
}
.footer .more .content .other .channel-partners .channel-partners__item {
  color: #aebed5;
  font-size: 14px;
  line-height: 1.7;
}
.footer .more .content .other .channel-partners a.channel-partners__item {
  transition: color 0.2s ease;
}
.footer .more .content .other .channel-partners a.channel-partners__item:hover,
.footer .more .content .other .channel-partners a.channel-partners__item:focus-visible {
  color: #ffffff;
}
@media (max-width: 1500px) {
  .footer .more .content .other .icp {
    flex-direction: column;
  }
  .footer .more .content .other .icp .item {
    padding: 5px 0;
    margin-right: 0;
  }
}
@media (max-width: 1100px) {
  .footer .more .content {
    flex-wrap: wrap;
  }
  .footer .more .content .other {
    display: block;
    flex: 0 0 100%;
    width: 100%;
  }
  .footer .more .content .other .footer-link-columns,
  .footer .more .content .other .line,
  .footer .more .content .other .fast,
  .footer .more .content .other .icp {
    display: none;
  }
  .footer .more .content .other .channel-partners {
    margin-top: 24px;
  }
  .footer .more .content .contact {
    flex: 0 0 100%;
    width: 100%;
  }
}
@media (max-width: 720px) {
  .footer .more .content .other .channel-partners {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    padding: 14px 16px;
  }
  .footer .more .content .other .channel-partners__title {
    margin-right: 0;
    padding-right: 0;
    padding-bottom: 9px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }
}

.banner {
  width: 100%;
  height: 300px;
}
.banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.banner + .product {
  margin-top: 0;
}

.product .product-type {
  position: relative;
  z-index: 2;
  width: calc(100% + 24px);
  margin: 0 -12px;
  padding: 0;
  overflow: hidden;
  border: 1px solid #e3e9f2;
  border-top: 0;
  border-radius: 0 0 14px 14px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(15, 42, 76, 0.08);
}
.product .product-type .menu {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(0, 1fr);
  width: 100%;
  padding: 0;
  overflow: hidden;
  border-radius: inherit;
  background: transparent;
}
.product .product-type .menu a {
  position: relative;
  min-width: 0;
  min-height: 60px;
  margin: 0;
  padding: 0 20px;
  border-radius: 0;
  background: transparent;
  color: #334863;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}
.product .product-type .menu a + a {
  border-left: 1px solid #edf1f6;
}
.product .product-type .menu a:hover {
  background: #f6f9ff;
  color: #005dff;
  transform: translateY(-1px);
}
.product .product-type .menu a:focus-visible {
  z-index: 1;
  outline: 2px solid rgba(0, 93, 255, 0.5);
  outline-offset: -3px;
}
.product .product-type .menu a.active {
  background: linear-gradient(180deg, #f7faff 0%, #eef5ff 100%);
  color: #005dff;
}
.product .product-type .menu a.active::after {
  position: absolute;
  right: 22%;
  bottom: 0;
  left: 22%;
  height: 3px;
  border-radius: 3px 3px 0 0;
  background: #005dff;
  content: "";
}
.product .col .box {
  margin-top: 22px;
}

@media (max-width: 630px) {
  .product .product-type {
    padding: 0;
    border-radius: 0 0 10px 10px;
  }
  .product .product-type .menu a {
    min-height: 52px;
    margin: 0;
    padding: 0 8px;
    font-size: 15px;
  }
  .product .col .box {
    margin-top: 16px;
  }
}
.product-topic-inline {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 34px;
  padding: 20px 0;
  border-top: 1px solid #dfe7f2;
  color: #6d7f96;
  font-size: 14px;
}
.product-topic-inline span {
  color: #102a4c;
  font-weight: 600;
}
.product-topic-inline a {
  color: #0867f2;
  font-weight: 600;
  text-decoration: none;
}
.product-topic-inline a:hover {
  color: #034eb8;
  text-decoration: underline;
}

@media (max-width: 575px) {
  .product-topic-inline {
    justify-content: flex-start;
    padding-right: 10px;
    padding-left: 10px;
  }
  .product-topic-inline span {
    width: 100%;
  }
}

/*# sourceMappingURL=product.css.map */
