.ellipsis-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}
.ellipsis-3 {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-line-clamp: 3;
  -moz-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.more {
  border: 1px solid #e5e5e5;
  padding: 15px 20px;
  display: inline-block;
  width: 120px;
  text-align: center;
  font-size: 14px;
  color: #999;
}
.link-row {
  font-size: 12px;
  color: #333;
  height: 34px;
  line-height: 34px;
}
.link-row a {
  font-size: 14px;
  color: #333;
}
.pb-parts-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.pb-parts-header.pb-parts-header-line {
  border-bottom: 1px solid #dedede;
  margin-bottom: 20px;
}
.pb-parts-header.pb-parts-header-icon .pb-parts-header-left {
  padding: 0 0 0 30px;
}
.pb-parts-header.pb-parts-header-icon .pb-parts-header-left img {
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translate(0, -50%);
}
.pb-parts-header .pb-parts-header-left {
  position: relative;
}
.pb-parts-header .pb-parts-header-left .pb-parts-header-title {
  font-size: 28px;
  font-weight: bold;
  color: #333;
  margin-right: 14px;
  height: 60px;
  line-height: 60px;
}
.pb-parts-header .pb-parts-header-left .pb-parts-header-tips {
  font-size: 14px;
  color: #999;
}
.pb-parts-header .pb-parts-header-right {
  height: 60px;
  line-height: 60px;
  color: #333;
  font-size: 14px;
}
.pb-parts-header .pb-parts-header-right:hover {
  color: #cc1000;
}
.pb-parts-header.pb-parts-header-line {
  border-bottom: 1px solid #e5e5e5;
}
.pb-parts-header.pb-parts-header-line .pb-parts-header-title {
  font-size: 24px;
}
.pb-parts-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
.pb-parts-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.pb-parts-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}
.pb-page-title {
  font-size: 18px;
  color: #333;
  font-weight: bolder;
  padding-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.pb-page-title h1 {
  font-size: 18px;
  color: #333;
}
.pb-page-title em {
  font-size: 16px;
  color: #eedddd;
  font-weight: bold;
  transform: skewX(-10deg);
}
.side-navs-child {
  width: 200px;
  box-sizing: border-box;
  border-left: 1px solid #fee5e5;
  border-right: 1px solid #fee5e5;
}
.side-navs-child .side-navs-child-item {
  background-color: #fff;
  position: relative;
  border-top: 1px solid #fee5e5;
  display: inline-block;
  width: 100%;
}
.side-navs-child .side-navs-child-item:last-child {
  border-bottom: 1px solid #fee5e5;
}
.side-navs-child .side-navs-child-item span {
  height: 50px;
  line-height: 50px;
  padding-left: 54px;
  font-size: 16px;
  color: #333;
}
.side-navs-child .side-navs-child-item-active,
.side-navs-child .side-navs-child-item:hover {
  background-color: #cc1000;
}
.side-navs-child .side-navs-child-item-active::before,
.side-navs-child .side-navs-child-item:hover::before {
  content: '>';
  color: #fff4c6;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translate(0, -50%);
}
.side-navs-child .side-navs-child-item-active span,
.side-navs-child .side-navs-child-item:hover span {
  color: #fff4c6;
}
.side-navs .side-navs-item {
  height: 30px;
  line-height: 30px;
  background-color: #cc1000;
  padding-left: 26px;
  width: 200px;
  box-sizing: border-box;
  cursor: auto;
  color: #fff4c6;
  border-left: 1px solid #cc1000;
  border-right: 1px solid #cc1000;
}
.side-navs .side-navs-child .side-navs-child-item {
  border-top: none;
}
.side-navs .side-navs-child .side-navs-child-item a {
  height: 30px;
  line-height: 30px;
}
.info-block .info-block-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 8px;
  color: #333;
}
.info-block .info-block-tips {
  font-size: 14px;
  color: #999;
  margin-bottom: 24px;
}
.info-block .info-block-content {
  font-size: 16px;
  line-height: 2em;
  color: #666;
  margin-bottom: 24px;
}
.info-block .info-block-content p img {
  width: 100%;
}
.simple-info-block {
  width: 100%;
}
.simple-info-block .simple-info-block-title {
  font-size: 16px;
  color: #333;
  margin-bottom: 30px;
  line-height: 1.5em;
}
.simple-info-block .simple-info-block-title:hover {
  color: #cc1000;
}
.simple-info-block .simple-info-block-content {
  color: #666;
  font-size: 14px;
  width: 100%;
  line-height: 2em;
}
.simple-info-block .simple-info-block-tips {
  margin-top: 14px;
  font-size: 14px;
  color: #666;
}
.pic-title-label-block img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}
.pic-title-label-block .pic-title-label-block-title {
  font-size: 16px;
  padding: 20px 0;
  color: #333;
  font-weight: bold;
  display: inline-block;
  line-height: 1.5em;
}
.pic-title-label-block .pic-title-label-block-title:hover {
  color: #cc1000;
}
.pic-title-label-block .pic-title-label-block-time {
  font-size: 12px;
  color: #666;
}
.pic-info-block {
  display: flex;
  justify-content: space-between;
  width: 580px;
}
.pic-info-block:hover .pic-info-block-right .pic-info-block-title {
  color: #cc1000;
}
.pic-info-block .pic-info-block-left {
  margin-right: 20px;
}
.pic-info-block .pic-info-block-left img {
  width: 75px;
  height: 75px;
}
.pic-info-block .pic-info-block-right {
  width: calc(100% - 95px);
}
.pic-info-block .pic-info-block-right .pic-info-block-title {
  font-size: 16px;
  color: #333;
  margin-bottom: 14px;
}
.pic-info-block .pic-info-block-right .pic-info-block-content {
  color: #666;
  font-size: 14px;
  line-height: 2em;
}
.pic-info-block .pic-info-block-right .pic-info-block-tips {
  margin-top: 14px;
  font-size: 14px;
  color: #666;
}
.news-block {
  display: flex;
  padding: 0 0 15px;
  margin-bottom: 30px;
  border-bottom: 1px dashed #e5e5e5;
  gap: 8px;
}
.news-block:hover .news-block-body .news-block-header .news-block-header-left {
  color: #cc1000;
}
.news-block .news-block-pic img {
  width: 120px;
  height: 90px;
}
.news-block .news-block-body {
  min-height: 86px;
  flex: 1;
}
.news-block .news-block-body .news-block-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.news-block .news-block-body .news-block-header .news-block-header-left {
  color: #333;
  font-size: 16px;
  line-height: 1.5em;
}
.news-block .news-block-body .news-block-header .news-block-header-right {
  color: #555;
  font-size: 12px;
  cursor: default;
}
.news-block .news-block-body .news-block-content {
  color: #555;
  font-size: 14px;
  line-height: 1.5em;
}
.pagination-container {
  display: flex;
  justify-content: center;
  margin: 20px 0;
  font-family: Arial, sans-serif;
}
.pagination {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.page-item {
  margin: 0 5px;
}
.page-link {
  display: block;
  padding: 8px 12px;
  text-decoration: none;
  color: #333;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.3s;
}
.page-link:hover {
  background-color: rgba(191, 13, 11, 0.6);
  color: #fff;
}
.page-item.active .page-link {
  background-color: #bf0d0b;
  color: white;
  border-color: #bf0d0b;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.page-info {
  margin: 0 15px;
  display: flex;
  align-items: center;
}
.pb-header-bg {
  background-color: #f4f1e8;
}
.pb-header {
  display: flex;
  height: 90px;
  justify-content: space-between;
}
.pb-header .pb-header-left {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 30px;
}
.pb-header .pb-header-right .pb-header-navs {
  display: flex;
  height: 90px;
}
.pb-header .pb-header-right .pb-header-navs .pb-header-navs-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
  flex-direction: column;
  flex: 0 0 100px;
  width: 100px;
}
.pb-header .pb-header-right .pb-header-navs .pb-header-navs-item:first-child .pb-header-navs-item-label {
  font-size: 26px;
}
.pb-header .pb-header-right .pb-header-navs .pb-header-navs-item .pb-header-navs-item-label {
  color: #312f2f;
  font-size: 16px;
  margin-bottom: 6px;
}
.pb-header .pb-header-right .pb-header-navs .pb-header-navs-item .pb-header-navs-item-tips {
  font-size: 13px;
  color: #987f7f;
}
.pb-header .pb-header-right .pb-header-navs .pb-header-navs-item-active,
.pb-header .pb-header-right .pb-header-navs .pb-header-navs-item:hover {
  background-color: #cc1000;
}
.pb-header .pb-header-right .pb-header-navs .pb-header-navs-item-active .pb-header-navs-item-label,
.pb-header .pb-header-right .pb-header-navs .pb-header-navs-item:hover .pb-header-navs-item-label {
  color: #fff4c6;
}
.pb-header .pb-header-right .pb-header-navs .pb-header-navs-item-active .pb-header-navs-item-tips,
.pb-header .pb-header-right .pb-header-navs .pb-header-navs-item:hover .pb-header-navs-item-tips {
  font-size: 13px;
  color: #fff4c6;
}
.pb-footer-bg {
  padding-top: 20px;
  border-top: 1px dashed #e5e5e5;
}
.pb-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pb-footer .pb-footer-left .pb-footer-pic {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.pb-footer .pb-footer-left .pb-footer-pic .logo {
  height: 60px;
}
.pb-footer .pb-footer-left .pb-footer-text {
  margin-bottom: 20px;
}
.pb-footer .pb-footer-left .pb-footer-text span {
  font-size: 14px;
  color: #333;
  margin-right: 30px;
}
.pb-footer .pb-footer-right {
  display: flex;
}
.pb-footer .pb-footer-right .pb-footer-code {
  margin-right: 10px;
}
.pb-footer .pb-footer-right .pb-footer-code img {
  width: 150px;
  height: 150px;
}
.pb-footer .pb-footer-right p {
  font-size: 16px;
  line-height: 1.6em;
  font-weight: bold;
}
.pb-footer .pb-footer-right p span {
  color: #cc1000;
}
.pb-copyright-bg {
  background-color: #e7e7e7;
}
.pb-copyright {
  font-size: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pb-copyright-left {
  color: #333;
  height: 45px;
  line-height: 45px;
}
.pb-copyright-left a {
  color: #666;
  margin-right: 14px;
}
.pb-copyright-right a {
  font-size: 12px;
  color: #666;
}
.pb-swiper-container {
  width: 100%;
  min-width: 1200px;
  overflow: hidden;
  background-color: #f5f5f5;
  position: relative;
}
.pb-swiper-container:hover .pb-swiper-button-prev,
.pb-swiper-container:hover .pb-swiper-button-next {
  display: block;
}
.pb-swiper-container .pb-swiper .pb-swiper-wrapper .pb-swiper-slide {
  display: inline-block;
  width: 100%;
  height: 262px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.pb-swiper-container .pb-swiper-button-prev,
.pb-swiper-container .pb-swiper-button-next {
  display: none;
  width: 52px;
  height: 89px;
  position: absolute;
  top: 50%;
  background-repeat: no-repeat;
  z-index: 9;
  transform: translate(0, -50%);
  cursor: pointer;
}
.pb-swiper-container .pb-swiper-button-prev {
  left: 50px;
}
.pb-swiper-container .pb-swiper-button-next {
  right: 50px;
}
.pb-swiper-footer-bg {
  background-color: #f4f1e8;
}
.pb-swiper-footer {
  display: flex;
  justify-content: space-between;
  height: 60px;
  line-height: 60px;
  align-items: center;
  position: relative;
  color: #cc1000;
}
.pb-swiper-footer .swiper-pagination {
  bottom: 0;
}
.pb-swiper-footer .pb-swiper-footer-left,
.pb-swiper-footer .pb-swiper-footer-right {
  display: flex;
  align-items: center;
}
.pb-swiper-footer .pb-swiper-footer-left img,
.pb-swiper-footer .pb-swiper-footer-right img {
  width: 28px;
  height: 28px;
}
.pb-swiper-home.pb-swiper-container .pb-swiper .pb-swiper-wrapper .pb-swiper-slide {
  height: 483px;
}
#shijing .pb-swiper-home.pb-swiper-container .pb-swiper .pb-swiper-wrapper .pb-swiper-slide {
  height: auto;
}
/* 自定义下拉框容器 */
.custom-dropdown {
  position: relative;
  width: 100px;
  margin: 20px 0;
}
.custom-dropdown .dropdown-toggle {
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #fff;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.custom-dropdown .dropdown-toggle:hover {
  border-color: #999;
}
.custom-dropdown .dropdown-toggle.active {
  border-color: #e5e5e5;
  box-shadow: 0 0 0 2px rgba(191, 13, 11, 0.2);
}
.custom-dropdown .dropdown-toggle .arrow {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #666;
  transition: transform 0.3s ease;
}
.custom-dropdown .dropdown-toggle .arrow.up {
  transform: rotate(180deg);
}
.custom-dropdown .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 300px;
  overflow-y: auto;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  display: none;
  margin-top: 5px;
}
.custom-dropdown .dropdown-menu.show {
  display: block;
}
.custom-dropdown .dropdown-menu .dropdown-item {
  padding: 12px 15px;
  cursor: pointer;
  transition: background-color 0.2s;
}
.custom-dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #f5f5f5;
}
.custom-dropdown .dropdown-menu .dropdown-item.selected {
  background-color: #e8f5e9;
  color: #cc1000;
  font-weight: bold;
}
.custom-dropdown .dropdown-menu .dropdown-item.multiselect {
  display: flex;
  align-items: center;
}
.custom-dropdown .dropdown-menu .dropdown-item.multiselect.selected .checkmark {
  background-color: #e5e5e5;
  border-color: #e5e5e5;
}
.custom-dropdown .dropdown-menu .dropdown-item.multiselect.selected .checkmark::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 2px;
  width: 4px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.custom-dropdown .dropdown-menu .dropdown-item .checkmark {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-right: 10px;
  position: relative;
}
.custom-dropdown .dropdown-menu .search-box {
  padding: 10px 15px;
  border-bottom: 1px solid #eee;
}
.custom-dropdown .dropdown-menu .search-box input {
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #ddd;
  border-radius: 3px;
}
.custom-dropdown.disabled .dropdown-toggle {
  background-color: #f5f5f5;
  cursor: not-allowed;
  color: #999;
}
.jobs-table {
  border: 1px solid #e5e5e5;
  margin-bottom: 40px;
  font-size: 16px;
}
.jobs-table:last-child {
  margin-bottom: 0;
}
.jobs-table .jobs-table-row {
  display: flex;
  border-bottom: 1px solid #e5e5e5;
}
.jobs-table .jobs-table-row:first-child {
  background-color: #cc1000;
  color: #fff;
}
.jobs-table .jobs-table-row:first-child .jobs-table-col {
  border-right-color: #cc1000;
}
.jobs-table .jobs-table-row:last-child {
  border-bottom-width: 0;
}
.jobs-table .jobs-table-row .jobs-table-col {
  flex: 1;
  padding: 10px;
  border-right: 1px solid #e5e5e5;
  font-size: 16px;
  line-height: 1.5em;
}
.jobs-table .jobs-table-row .jobs-table-col:last-child {
  border-right-width: 0;
}
.jobs-table .jobs-table-row .jobs-table-col.jobs-table-w-80 {
  flex: 0 0 80px;
  width: 80px;
}
.jobs-table .jobs-table-row .jobs-table-col p {
  font-size: 16px;
}
.jobs-table .jobs-table-row.jobs-table-show-more {
  height: 100%;
  padding-bottom: 40px;
  position: relative;
}
.jobs-table .jobs-table-row.jobs-table-show-more .toggle-button {
  background-color: #eee;
  color: #cc1000;
  text-align: center;
  height: 40px;
  line-height: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.jobs-table .jobs-table-row.jobs-table-hien-more {
  height: 150px;
  overflow: hidden;
  position: relative;
}
.jobs-table .jobs-table-row.jobs-table-hien-more .toggle-button {
  background-color: #eee;
  color: #cc1000;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
}
a {
  text-decoration: none;
}
b {
  font-weight: bold;
}
.height-20 {
  width: 100%;
  height: 20px;
}
.height-30 {
  width: 100%;
  height: 30px;
}
.height-40 {
  width: 100%;
  height: 40px;
}
.height-60 {
  width: 100%;
  height: 60px;
}
.margin-bottom-10 {
  margin-bottom: 10px;
}
.margin-bottom-20 {
  margin-bottom: 20px;
}
.margin-bottom-30 {
  margin-bottom: 30px;
}
.margin-bottom-60 {
  margin-bottom: 60px;
}
.margin-bottom-80 {
  margin-bottom: 80px;
}
.bg {
  background-color: #f7f7f7;
  padding: 60px 0;
}
.pb-pc-wrapper {
  width: 1200px;
  margin: 0 auto;
}
.logo img {
  width: 176px;
  height: 59px;
}
.flex-column-between {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.pb-pc-content {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
.pb-pc-content .pb-pc-content-left {
  flex: 0 0 200px;
  width: 200px;
}
.pb-pc-content .pb-pc-content-right {
  flex: 0 0 950px;
  width: 950px;
}
.renting-block {
  display: flex;
  gap: 30px;
  justify-content: flex-start;
  min-height: 230px;
}
.renting-block .renting-block-left {
  font-size: 0;
  position: relative;
}
.renting-block .renting-block-left img {
  width: 320px;
  height: 100%;
  object-fit: cover;
}
.renting-block .renting-block-left .renting-block-hot {
  position: absolute;
  left: 0;
  top: 0;
  width: 66px;
  height: 66px;
}
.renting-block .renting-block-right {
  flex: 1;
  border: 1px solid #e5e5e5;
}
.renting-block .renting-block-right .renting-block-header {
  background-color: #f4f4f4;
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
}
.renting-block .renting-block-right .renting-block-header .renting-block-header-left {
  height: 28px;
  line-height: 28px;
  color: #cc1000;
}
.renting-block .renting-block-right .renting-block-header .renting-block-header-right {
  height: 28px;
  line-height: 28px;
  color: #333;
}
.renting-block .renting-block-right .renting-block-body {
  padding: 10px;
  min-height: 199px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
}
.renting-block .renting-block-right .renting-block-body .renting-block-table .renting-block-table-row {
  border-left: 1px dashed #e5e5e5;
  border-right: 1px dashed #e5e5e5;
  border-top: 1px dashed #e5e5e5;
  display: flex;
  justify-content: flex-start;
}
.renting-block .renting-block-right .renting-block-body .renting-block-table .renting-block-table-row:last-child {
  border-bottom: 1px dashed #e5e5e5;
}
.renting-block .renting-block-right .renting-block-body .renting-block-table .renting-block-table-row:last-child .renting-block-table-col {
  color: #09f;
  font-size: 14px;
}
.renting-block .renting-block-right .renting-block-body .renting-block-table .renting-block-table-row .renting-block-table-col {
  min-height: 40px;
  line-height: 1.5em;
  border-right: 1px dashed #e5e5e5;
  text-align: center;
  font-size: 16px;
  color: #333;
  box-sizing: border-box;
  padding: 10px;
}
.renting-block .renting-block-right .renting-block-body .renting-block-table .renting-block-table-row .renting-block-table-col:first-child {
  flex: 0 0 140px;
  width: 140px;
}
.renting-block .renting-block-right .renting-block-body .renting-block-table .renting-block-table-row .renting-block-table-col:nth-child(2) {
  flex: 0 0 150px;
  width: 150px;
}
.renting-block .renting-block-right .renting-block-body .renting-block-table .renting-block-table-row .renting-block-table-col:last-child {
  flex: 1;
  border-right: none;
}
.renting-block .renting-block-right .renting-block-body .renting-block-content {
  font-size: 13px;
  color: #666;
  line-height: 1.5em;
  text-indent: 2em;
  padding: 20px 0 30px;
}
.renting-block .renting-block-right .renting-block-body .renting-block-details {
  text-align: center;
  background-color: #35a1e9;
  color: #fff;
  height: 24px;
  line-height: 24px;
  display: inline-block;
  width: 80px;
  font-size: 12px;
}
.pb-crumbs-row {
  color: #666;
  font-size: 14px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
.pb-crumbs-row a {
  color: #cc1000;
}
.pb-crumbs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  border: 1px solid #e5e5e5;
}
.pb-crumbs-left .pb-crumbs-title {
  font-size: 34px;
  color: #cc1000;
  margin-bottom: 8px;
}
.pb-crumbs-left .pb-crumbs-subtitle {
  font-size: 30px;
  color: #b3b3b3;
}
.pb-crumbs-right {
  color: #666;
  font-size: 14px;
}
.pb-crumbs-right a {
  color: #cc1000;
}
.pb-details-title {
  font-size: 26px;
  height: 77px;
  line-height: 77px;
  color: #cc1000;
}
.blurb-block {
  display: flex;
  gap: 30px;
}
.blurb-block .blurb-block-left img {
  width: 310px;
  height: 190px;
}
.blurb-block .blurb-block-right .blurb-block-title {
  font-size: 22px;
  color: #cc1000;
  margin-bottom: 20px;
}
.blurb-block .blurb-block-right .blurb-block-content {
  font-size: 16px;
  text-indent: 2em;
  color: #000;
  line-height: 2em;
}
.renting-info {
  border-left: 4px solid #cc1000;
  padding: 10px 20px;
  line-height: 44px;
  color: #333;
  font-size: 22px;
}
.company-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  padding: 20px;
  background-color: #e9f2ef;
  border-radius: 8px;
}
.company-block .company-block-left {
  flex: 1;
}
.company-block .company-block-left .company-block-title {
  color: #cc1000;
  font-size: 30px;
  letter-spacing: 4px;
  margin-bottom: 20px;
}
.company-block .company-block-left p {
  font-size: 20px;
  box-sizing: border-box;
  padding: 10px 0;
}
.company-block .company-block-right {
  font-size: 0;
  display: inline-block;
  height: 100%;
}
.company-block .company-block-right img {
  width: 430px;
  height: 220px;
  border-radius: 8px;
  border: 3px solid #fff;
}
.phone-block {
  background-color: #cc1000;
  border-radius: 8px;
  padding: 20px;
  font-size: 30px;
  color: #fff;
  display: flex;
  align-items: center;
}
#content h2 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
#content p {
  font-size: 16px;
  color: #333;
  line-height: 2em;
}
#content p img {
  width: 100%;
}
#content p strong {
  font-weight: bolder;
}
#content p.toggle-button {
  color: #cc1000;
}
#gaikuang p,
#xinxi p {
  font-size: 16px;
  color: #333;
  line-height: 2em;
}
#gaikuang table tr td,
#xinxi table tr td {
  border-width: 0;
  padding: 10px;
}
#gaikuang table tr td:first-child,
#xinxi table tr td:first-child {
  width: 120px;
  text-align: center;
}
.details-title {
  font-size: 24px;
  height: 77px;
  font-weight: bold;
  color: #cc1000;
  display: flex;
  align-items: center;
  padding-left: 50px;
  background-image: url(/template/pc/images/img_033.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  justify-content: space-between;
}
.details-title.details-title-no-bg {
  padding-left: 0;
  background-image: none;
  color: #333;
}
.details-time {
  font-size: 14px;
  padding-bottom: 30px;
  color: #666;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 30px;
}
.pb-parts-header .pb-parts-header-left a {
  color: #333;
  margin-left: 20px;
  font-size: 16px;
}
.pb-parts-header .pb-parts-header-left a:hover {
  color: #cc1000;
}
h1 {
  display: block;
  font-size: 2em;
  margin-block-start: 0.67em;
  margin-block-end: 0.67em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  unicode-bidi: isolate;
}
h2 {
  display: block;
  font-size: 1.5em;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  unicode-bidi: isolate;
}
h3 {
  display: block;
  font-size: 1.17em;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  unicode-bidi: isolate;
}
h4 {
  display: block;
  margin-block-start: 1.33em;
  margin-block-end: 1.33em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  unicode-bidi: isolate;
}
h5 {
  display: block;
  font-size: 0.83em;
  margin-block-start: 1.67em;
  margin-block-end: 1.67em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  unicode-bidi: isolate;
}
h6 {
  display: block;
  font-size: 0.67em;
  margin-block-start: 2.33em;
  margin-block-end: 2.33em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  unicode-bidi: isolate;
}
strong {
  font-weight: bolder;
}
small {
  font-size: smaller;
}
.pb-city {
  padding: 20px 0;
}
.pb-city label {
  margin-right: 20px;
  color: #666;
}
.pb-city .pb-city-body {
  display: inline-block;
}
.details-footer {
  border-top: 1px dashed #eee;
  border-bottom: 1px dashed #eee;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}
.details-footer .details-footer-left {
  width: 100%;
  overflow: hidden;
  padding: 10px 0;
  box-sizing: border-box;
}
.details-footer .details-footer-left p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.details-footer .details-footer-left p a {
  color: #666;
  margin-left: 20px;
}
.details-footer .details-footer-left p a:hover {
  color: #0086ff;
}
.details-footer .details-footer-right {
  width: 100%;
  overflow: hidden;
  padding: 10px 0;
  box-sizing: border-box;
}
.details-footer .details-footer-right p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.details-footer .details-footer-right p a {
  color: #666;
  margin-left: 20px;
}
.details-footer .details-footer-right p a:hover {
  color: #0086ff;
}
.pb-tabs {
  border: 1px dashed #ddd;
  font-size: 0;
}
.pb-tabs .pb-tabs-item {
  display: inline-block;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  padding: 0 30px;
  border-right: 1px dashed #ddd;
  color: #999;
}
.pb-tabs .pb-tabs-item:hover,
.pb-tabs .pb-tabs-item-active {
  color: #fff;
  background-color: #cc1000;
}
.img-block {
  width: 100%;
  font-size: 0;
}
.img-block img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}
.img-block p {
  background-color: rgba(0, 0, 0, 0.03);
  color: #333;
  width: 100%;
  padding: 20px 15px;
  font-size: 16px;
  line-height: 1.5em;
  box-sizing: border-box;
}
.img-block p:hover {
  color: #cc1000;
}
.wave-text span {
  display: inline-block;
  animation: wave 2s ease-in-out infinite;
}
@keyframes wave {
  0%,
  40% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
/* 为每个字母设置不同的动画延迟 */
span:nth-child(1) {
  animation-delay: 0.05s;
}
span:nth-child(2) {
  animation-delay: 0.1s;
}
span:nth-child(3) {
  animation-delay: 0.15s;
}
span:nth-child(4) {
  animation-delay: 0.2s;
}
span:nth-child(5) {
  animation-delay: 0.25s;
}
span:nth-child(6) {
  animation-delay: 0.3s;
}
span:nth-child(7) {
  animation-delay: 0.35s;
}
span:nth-child(8) {
  animation-delay: 0.4s;
}
span:nth-child(9) {
  animation-delay: 0.45s;
}
span:nth-child(10) {
  animation-delay: 0.5s;
}
span:nth-child(11) {
  animation-delay: 0.55s;
}
span:nth-child(12) {
  animation-delay: 0.6s;
}
span:nth-child(13) {
  animation-delay: 0.65s;
}
span:nth-child(14) {
  animation-delay: 0.7s;
}
span:nth-child(15) {
  animation-delay: 0.75s;
}
span:nth-child(16) {
  animation-delay: 0.8s;
}
span:nth-child(17) {
  animation-delay: 0.85s;
}
span:nth-child(18) {
  animation-delay: 0.9s;
}
span:nth-child(19) {
  animation-delay: 0.95s;
}
span:nth-child(20) {
  animation-delay: 1s;
}
