@charset "UTF-8";

@import 'imports/contact.css';
@import 'imports/reco.css';

.rt-ind__container {
  width: 1200px;
  height: 36px;
  display: flex;
  margin: 50px 0;
}

.rt-ind__container .rt-indexes {
  margin: 0 auto;
  border-radius: 18px;
  background-color: var(--color-ec);
}

.rt-ind__container .rt-indexes button {
  width: 26px;
  height: 26px;
  line-height: 26px;
  font-size: 22px;
  text-transform: uppercase;
  border: 0;
  margin: 5px;
  padding: 0;
  cursor: pointer;
  background-color: var(--tran);
}

.rt-ind__container .rt-indexes .rt-active {
  color: var(--white);
  border-radius: 50%;
  background-color: var(--primary);
}

.rt-co__container {
  height: 64px;
  line-height: 64px;
  font-size: 14px;
  text-align: center;
}

.rt-co__container span {
  color: var(--primary);
  display: inline-block;
  position: relative;
}

.rt-co__container span::before,
.rt-co__container span::after {
  content: '';
  width: 100px;
  border-bottom: 1px solid var(--primary);
  position: absolute;
  top: 32px;
}

.rt-co__container span::before {
  right: 100px;
}

.rt-co__container span::after {
  left: 100px;
}

.rt-sh__container {
  width: 1200px;
  height: auto;
  overflow: hidden;
}

.rt-sh__container ul {
  height: auto;
  overflow: hidden;
}

.rt-sh__container ul li {
  width: 285px;
  height: auto;
  overflow: hidden;
  float: left;
  margin: 0 20px 20px 0;
}

.rt-sh__container ul li:nth-child(4n + 0) {
  margin-right: 0;
}

.rt-sh__container ul li .rt-cover {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.rt-sh__container ul li .rt-cover img {
  width: 100%;
  display: block;
  border-radius: 8px;
}

.rt-sh__container ul li h2 {
  height: 36px;
  line-height: 46px;
  font-size: 18px;
  color: var(--black);
  margin: 0;
}

.rt-sh__container ul li p {
  height: 40px;
  line-height: 20px;
  font-size: 14px;
  color: var(--color-68);
  margin: 0;
  padding-bottom: 10px;
}

.rt-sh__container ul li .rt-meta {
  height: 30px;
  text-align: center;
  margin: 15px 20px;
}

.rt-sh__container ul li .rt-meta a {
  width: 100px;
  height: 28px;
  line-height: 28px;
  text-decoration: none;
  text-align: center;
  font-size: 15px;
  color: var(--black);
  border: 1px solid var(--black);
  display: none;
}

.rt-sh__container ul li .rt-meta a:hover {
  color: var(--white);
  background-color: var(--black);
}

.rt-sh__container ul li:hover {
  border-radius: 8px;
  background-color: var(--primary);
}

.rt-sh__container ul li:hover .rt-cover img {
  border-radius: 0;
}

.rt-sh__container ul li:hover .rt-meta a {
  display: inline-block;
}

.rt-sh__container ul li:hover h2 {
  padding: 0 10px;
  color: var(--yellow-light);
}

.rt-sh__container ul li:hover p {
  padding: 0 10px 10px;
  color: var(--yellow-light);
}

/* 详情页面 */
.rt-det__container {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.rt-shop__container {
  width: 860px;
  height: auto;
  min-height: 400px;
  overflow: hidden;
  float: left;
}

.rt-shop__container h1 {
  height: 64px;
  line-height: 64px;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin: 0;
}

.rt-shop__container p {
  height: 60px;
  line-height: 46px;
  font-size: 15px;
  text-align: center;
  margin: 0;
}

.rt-shop__container .rt-pngs {
  height: auto;
  overflow: hidden;
  margin-bottom: 30px;
}

.rt-shop__container .rt-pngs .rt-png {
  width: 100%;
  display: block;
  margin-bottom: 20px;
  border-radius: 8px;
}

.rt-shop__container .rt-map {
  width: 860px;
  height: 400px;
  border-radius: 8px;
  background-color: var(--color-f6);
}
