.flex-jcsb-aic {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flex-jc-sb {
  display: flex;
  justify-content: space-between;
}
.qfzx-detail {
  background: #f2f6ff;
}
.qfzx-detail .terraceDynamic {
  width: 1200px;
  margin: 0 auto;
}

.qfzx-detail .terraceDynamic .left {
  background-color: #fff;
  width: 860px;
  padding: 32px 0 0;
  margin-bottom: 64px;
  box-sizing: border-box;
}
.qfzx-detail .terraceDynamic .content-box {
  font-size: 14px;
  color: #555555;
  line-height: 24px;
  padding: 0 40px;
}
.qfzx-detail .terraceDynamic .author {
  padding: 0 40px 24px;
  border-bottom: 1px solid #d8d8d835;
  margin-bottom: 24px;
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
}
.qfzx-detail .terraceDynamic .left .title {
  padding: 0 40px;
}
.qfzx-detail .terraceDynamic .right {
  width: 320px;
}
.index-indication {
  display: flex;
  width: 796px;
  height: 108px;
  border: 1px solid #f0f0f0;
  margin: 40px 32px;
}
.index-indication .pre,
.index-indication .next {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 0 24px;
  gap: 16px;
}
.index-indication .next {
  justify-content: space-between;
}
.index-indication .pre img,
.index-indication .next img {
  width: 30px;
  height: 30px;
}
.index-indication .pre .indication-info p,
.index-indication .next .indication-info p {
  font-size: 14px;
  color: #999999;
  margin-bottom: 14px;
}

.index-indication .pre .indication-info h3,
.index-indication .next .indication-info h3 {
  font-size: 18px;
  color: #333333;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}

.index-indication .pre .indication-info h3:hover,
.index-indication .next .indication-info h3:hover {
  color: #4974f5;
}
.index-indication .center {
  width: 104px;
  height: 108px;
  border: 1px solid #eaeaea;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: none;
  border-bottom: none;
}
.index-indication .center .meun {
  width: 24px;
  height: 24px;
}
/* 相关推荐 */
.recom {
  display: flex;
  margin: 40px 32px 48px;
}
.recom h4 {
  font-size: 18px;
  color: #333333;
  margin-right: 24px;
}
.recom-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 24px;
  row-gap: 12px;
}
.recom-content a {
  display: inline-block;
  width: 260px;
  font-size: 14px;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.recom-content a:hover {
  color: #4974f5;
}
/* 面包屑 */
.breadcrumb {
  height: 48px;
  line-height: 48px;
  display: flex;
  align-items: center;
  color: #999999;
  font-size: 14px;
}
.breadcrumb a {
  color: #999999;
  margin: 0 4px;
}
.breadcrumb a:last-of-type {
  color: #666666;
}
.breadcrumb a:hover {
  color: #4974f5;
}
/* 每日top */
.right-box > .every-day {
  overflow: hidden;
  background: #fff;
  padding: 10px 20px;
}

.right-box > .every-day > .article {
  display: flex;
  align-items: flex-start;
  padding-bottom: 20px;
}

.right-box > .every-day > .article:nth-child(2) .index {
  color: #eb0f2e;
  font-weight: 500;
}

.right-box > .every-day > .article:nth-child(3) .index {
  color: #ff3551;
  font-weight: 500;
}

.right-box > .every-day > .article:nth-child(4) .index {
  color: #ffc27f;
  font-weight: 500;
}

.right-box > .every-day > .article:nth-child(5) .index {
  color: #666;
  font-weight: 500;
}

.right-box > .every-day > .article .index {
  line-height: 1;
  width: 20px;
  text-align: left;
  font-size: 15px;
  font-weight: 500;
  color: #999;
}

.right-box > .every-day > .article .right {
  flex: 1;
}

.right-box > .every-day > .article .title {
  width: 256px;
  line-height: 1;
  flex: 1;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.right-box > .every-day > .article .title:hover {
  cursor: pointer;
  color: #4974f5;
}

.right-box > .every-day > .article .time {
  margin-top: 10px;
  font-size: 12px;
  font-weight: 400;
  color: #999;
  line-height: 12px;
}

.right-box > .every-day > .article .time .el-icon-time {
  margin-right: 4px;
}

.right-box .head-title {
  height: 60px;
  display: flex;
  align-items: center;
  padding: 16px 20px;
  position: relative;
  border-bottom: 1px solid #e5e5e5;
  font-size: 18px;
  font-weight: 500;
  color: #333;
  margin-bottom: 21px;
}

.right-box .head-title:after {
  content: "";
  width: 3px;
  height: 16px;
  background: #4974f5;
  position: absolute;
  left: 2px;
  top: 50%;
  bottom: 50%;
  transform: translate(-50%, -50%);
}

.right-box .head-title .icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 8px;
  background: url(https://cdn.shupian.cn/sp-pt/wap/images/fp0gt2lp6p40000.png) no-repeat;
  background-size: cover;
}

.right-box .guess-like {
  padding: 10px 20px 20px;
  background-color: #fff;
  margin-top: 20px;
}

.right-box .guess-like .head-title {
  display: flex;
  justify-content: space-between;
}

.right-box .guess-like .sp-el-button {
  color: #999;
}

.right-box .planner-list .head-title {
  font-size: 16px;
  padding: 16px 0 0 12px;
  border: none;
}

.right-box .planner-list .head-title:after {
  content: "";
  width: 3px;
  height: 16px;
  background: #4974f5;
  position: absolute;
  left: 2px;
  top: 50%;
  bottom: 50%;
  transform: translate(0);
}

.right-box .planner-list .planner-item-box {
  margin-bottom: 12px;
}

.right-box .product-card2-container {
  width: 278px;
  box-sizing: border-box;
}

.right-box .product-card2-container .card-main {
  width: 264px;
  height: 187px;
}

.right-box .custom-skeleton .el-skeleton.is-animated .el-skeleton__item {
  background: linear-gradient(90deg, #fff 25%, #fafafa 37%, #fff 63%);
  background-size: 400% 100%;
  animation: el-skeleton-loading 1.4s ease infinite;
}

.right-box .qfzx-planner-skeleton {
  width: 320px !important;
  height: 187px !important;
  padding: 20px !important;
}

.right-box .qfzx-planner-skeleton .bottom > .el-skeleton__item {
  height: 74px !important;
}

.right-box .goods-list-item:hover {
  border-radius: 4px;
  border: 1px solid #4974f5;
  box-sizing: border-box;
}
