@import 'imports/reco.css';
@import 'imports/contact.css';

.rt-content__container .rt-content {
  width: 1220px;
}

.rt-brands__container {
  width: 1200px;
  height: auto;
  overflow: hidden;
  background-color: var(--color-f6);
  border-radius: 8px;
  margin: 20px auto 0;
  padding: 10px 0;
}

.rt-brands__container ul {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.rt-brands__container ul li {
  width: 100px;
  height: 46px;
  float: left;
}

.rt-brands__container ul li a {
  width: 100px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  font-size: 14px;
  text-decoration: none;
  display: block;
  color: var(--color-2e);
}

.rt-brands__container ul li .rt-active {
  font-weight: bold;
  color: var(--primary);
}

/* prod */
.rt-prod__container {
  height: auto;
  overflow: hidden;
  margin: 40px 0;
  position: relative;
}

.rt-prod__container h2 {
  width: 1200px;
  height: 64px;
  line-height: 64px;
  font-size: 32px;
  font-weight: normal;
  color: var(--primary);
  margin: 0 auto;
}

.rt-prod__container ul {
  width: 1200px;
  height: auto;
  overflow: hidden;
  padding: 10px;
}

.rt-prod__container ul li {
  width: 224px;
  box-shadow: var(--box-shadow);
  border-radius: 5px;
  float: left;
  margin: 20px 20px 0 0;
}

.rt-prod__container ul li:nth-child(5n + 0) {
  margin-right: 0;
}

.rt-prod__container ul li:hover {
  box-shadow: var(--primary-box-shadow);
}

.rt-prod__container ul li a {
  display: block;
  text-decoration: none;
}

.rt-prod__container ul li a img {
  width: 100%;
  display: block;
  border-radius: 5px 5px 0 0;
}

.rt-prod__container ul li a strong,
.rt-prod__container ul li a span {
  height: 36px;
  text-align: center;
  display: block;
}

.rt-prod__container ul li a strong {
  line-height: 42px;
  font-size: 16px;
  color: var(--primary);
}

.rt-prod__container ul li a span {
  font-size: 14px;
  color: var(--black);
}

/* 详情 */
.rt-det__container {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.rt-det__container .rt-main__container {
  width: 860px;
  height: auto;
  overflow: hidden;
  float: left;
}

.rt-det__container h1 {
  height: 46px;
  line-height: 46px;
  font-size: 28px;
  font-weight: bold;
  margin: 15px 0 0;
}

.rt-det__container .rt-props {
  height: 40px;
  line-height: 40px;
}

.rt-det__container .rt-props span {
  font-size: 14px;
  color: var(--color-68);
  margin-right: 20px;
}

.rt-det__container .rt-props strong {
  font-size: 14px;
  color: var(--primary);
}

.rt-det__container .rt-main__container h2 {
  height: 30px;
  line-height: 30px;
  font-size: 22px;
  font-weight: normal;
  margin: 40px 0 0;
}

.rt-det__container .rt-main__container .rt-pngs {
  width: 860px;
  height: auto;
  overflow: hidden;
}

.rt-det__container .rt-main__container .rt-pngs .rt-png {
  width: 418px;
  height: 418px;
  float: left;
  margin: 20px 20px 0 0;
  border: 1px solid var(--color-ec);
}

.rt-det__container .rt-main__container .rt-pngs .rt-png:nth-child(2n + 0) {
  margin-right: 0;
}

.rt-det__container .rt-main__container .rt-text {
  line-height: 24px;
  height: auto;
  overflow: hidden;
  color: var(--color-68);
  margin-top: 20px;
}
