﻿:root {
  --theme-color: #d43d3d;
  --theme-color-light: #c94a4a;
  --swiper-theme-color: #d43d3d;
}

body {
  min-width: 1240px;
}

h2 {
  font-size: 28px;
}

a {
  color: inherit;
  text-decoration: none;
}

p {
  margin: 0;
}

.page-content--detail .breadcrumb {
  border-bottom: none;
  padding: 0 20px;
  background-color: #f9f9f9;
}

.cq-btn--primary.is-plain {
  background-color: #fff;
}

.cq-tabs--nav:after {
  height: 1px;
  background-color: #d43d3d;
}

.cq-tabs--content {
  min-height: 320px;
}

.cq-tabs--content p.more {
  text-align: right;
}

.cq-tabs--content p.more .more-link {
  font-size: 14px;
  color: #d43d3d;
}

.cq-tabs--item {
  position: relative;
}

.cq-tabs--item .cq-btn {
  font-size: 16px;
  font-weight: bold;
  background-color: transparent;
}

.cq-tabs--item::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 30px;
  height: 3px;
  background-color: #d43d3d;
  transform: translateX(-50%);
  opacity: 0;
}

.cq-tabs--item.is-active::after {
  opacity: 1;
}

.cq-tabs--item.is-active .cq-btn {
  color: #d43d3d;
}

.cq-article--title {
  line-height: 1.7;
  font-weight: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.cq-article--content {
  padding: 5px 15px;
}

.cq-article--four .cq-article--item:last-child {
  border-bottom: none;
}
