.baikeDetail {
  margin-bottom: 50px;
}
.curWrap {
  background-color: #faf8f5;
  border-radius: 1.25rem;
  padding: 2.4rem 2.5rem;
}
.article-header {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #e6e4e1;
}
.article-header .article-title {
  font-size: 1.88rem;
  font-weight: 700;
  color: #000000;
  margin-bottom: 1.56rem;
}
.article-header .article-meta {
  font-size: 0.75rem;
  color: #000;
}
.article-content {
  font-size: 1rem;
  color: #000000;
  margin-bottom: 2rem;
}
.article-content table {
  margin-bottom: 10px;
  border-collapse: collapse;
  display: table;
}
.article-content table tbody {
  display: table-row-group;
  vertical-align: middle;
  border-color: inherit;
}
.article-content table tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}
.article-content table tr td,
.article-content table tr th {
  padding: 5px 10px;
  border: 1px solid #DDD;
}
.article-content p {
  margin-bottom: 1rem;
}
.article-content .section-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #212529;
  margin: 2rem 0 1rem;
}
.article-content .custom-list {
  list-style: none;
  padding-left: 0;
}
.article-content .custom-list li {
  margin-bottom: 0.75rem;
  padding-left: 1.25rem;
  position: relative;
}
.article-content .custom-list li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: #e6cf5c;
}
.bottom-recommend .recommend-item {
  color: #000000;
  border-radius: 20px;
  padding: 20px;
  border: solid 1px #ededed;
  text-decoration: none;
  display: flex;
  align-items: center;
  height: 100%;
}
.bottom-recommend .recommend-item:hover {
  color: #e6cf5c;
}
.bottom-recommend .recommend-item:hover .icon-left,
.bottom-recommend .recommend-item:hover .icon-right {
  transform: translateX(-3px);
}
.bottom-recommend .recommend-item .itmeWrap {
  position: relative;
}
.bottom-recommend .recommend-item .icon-left {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url('../images/icon-left.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 10px;
  vertical-align: middle;
}
.bottom-recommend .recommend-item .icon-right {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url('../images/icon-right.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 10px;
  vertical-align: middle;
}
.bottom-recommend .recommend-item .curtitle {
  font-size: 1.13rem;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
}
.bottom-recommend .recommend-item .recommend-meta {
  font-size: 0.75rem;
  color: #000;
  margin-top: 0.25rem;
}
.bottom-recommend .recommend-item .recommend-meta.pl-30 {
  padding-left: 30px;
}
.bottom-recommend .recommend-item .recommend-meta > span {
  color: #999999;
  padding: 0 0.625rem;
}
.sidebar-fixed-width .sidebar-widget {
  margin-bottom: 2rem;
}
.sidebar-fixed-width .sidebar-widget .widget-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.88rem;
  font-weight: 600;
  color: #000000;
  margin-bottom: 1.88rem;
}
.sidebar-fixed-width .sidebar-widget .widget-title .top5 {
  color: #e6cf5c;
  font-size: 1.88rem;
  font-weight: 400;
}
.sidebar-fixed-width .sidebar-widget .hot-article-item img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  border-radius: 20px;
}
.sidebar-fixed-width .sidebar-widget .hot-article-list .list-group-item {
  border: none;
  padding: 0.8rem 0;
  font-size: 1rem;
  color: #000;
  background-color: transparent;
  border-bottom: 1px solid #ededed;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.sidebar-fixed-width .sidebar-widget .hot-article-list .list-group-item span {
  flex: 1;
  margin-right: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.sidebar-fixed-width .sidebar-widget .hot-article-list .list-group-item::before {
  content: attr(data-index);
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  line-height: 18px;
  text-align: center;
  background-color: #e6cf5c;
  color: #000000;
  border-radius: 50%;
  font-size: 0.75rem;
  margin-right: 0.5rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sidebar-fixed-width .sidebar-widget .hot-article-list .list-group-item .arrow-icon {
  color: #b4b4b4;
  font-size: 14px;
  transition: transform 0.3s ease;
  flex-shrink: 0;
  font-style: normal;
}
.sidebar-fixed-width .sidebar-widget .hot-article-list .list-group-item:hover {
  color: #d4af37;
}
.sidebar-fixed-width .sidebar-widget .hot-article-list .list-group-item:hover .arrow-icon {
  color: #d4af37;
  transform: translateX(5px);
}
@media (min-width: 768px) {
  .baikeDetail {
    padding-top: 2.5rem;
  }
  .col-lg-left {
    width: 66.66% !important;
    flex: 0 0 66.66% !important;
    max-width: 66.66% !important;
    padding-left: 15px;
    padding-right: 35px;
  }
  .sidebar-fixed-width {
    width: 33.33% !important;
    flex: 0 0 33.33% !important;
    max-width: 33.33% !important;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767.98px) {
  .baikeDetail {
    padding-top: 1.5rem;
  }
  .baikeDetail .article-content {
    max-width: calc(100vw - 4.6rem);
  }
  .col-lg-left {
    padding-left: 1.15rem;
    padding-right: 1.15rem;
  }
  .col-lg-left .curWrap {
    padding: 1.6rem 1.15rem;
  }
  .col-lg-left .curWrap .article-header {
    padding-bottom: 1.12rem;
    margin-bottom: 1.3rem;
  }
  .col-lg-left .curWrap .article-header .article-title {
    font-size: 1.38rem;
    margin-bottom: 1.36rem;
  }
  .col-lg-left .curWrap .article-header .article-meta {
    font-size: 0.77rem;
  }
  .col-lg-left .curWrap .article-content {
    font-size: 0.92rem;
    margin-bottom: 0;
  }
  .col-lg-left .bottom-recommend {
    margin-top: 1.15rem !important;
  }
  .col-lg-left .bottom-recommend .colMd-left {
    margin-bottom: 1.15rem;
  }
  .col-lg-left .bottom-recommend .recommend-item {
    padding: 0.9rem 1.23rem;
    border-radius: 1rem;
  }
  .col-lg-left .bottom-recommend .recommend-item .curtitle {
    width: 7rem;
  }
  .col-lg-left .bottom-recommend .recommend-item .icon-left {
    width: 1.54rem;
    height: 1.54rem;
  }
  .sidebar-fixed-width {
    margin-top: 1.12rem;
  }
  .sidebar-fixed-width .sidebar-widget {
    padding: 0 0.3rem;
  }
  .sidebar-fixed-width .sidebar-widget .widget-title {
    font-size: 1.38rem;
    margin-bottom: 1.54rem;
  }
  .sidebar-fixed-width .sidebar-widget .widget-title .top5 {
    font-size: 1.38rem;
  }
  .sidebar-fixed-width .sidebar-widget .hot-article-item img {
    border-radius: 1rem !important;
  }
}
