﻿.dj-flex {
  display: flex;
}
.dj-pcright-main{
    position: sticky !important;
    top: -200px;
    z-index: 999;
    height: 100%;
    overflow: hidden;
    background-color: #fff;
}
.dj-pcright-bar {
  position: sticky !important ;
  top: -150px;
  z-index: 999;
  width: 280px !important;
  overflow: hidden;
  height: 100%;
  background-color: #fff;
}
.dj-pcright-bar .swiper {
  height: 200px;
  width: 100%;
}
.dj-pcright-bar .dj-rightlistbg {
  height: 200px;
  width: 100%;
  position: relative;
  border-radius: 6px;
}
.dj-pcright-bar .dj-rgtop {
  margin-bottom: 20px;
  margin-bottom: 20px;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  background: #fff;
  border-radius: 2px;
  padding-bottom: 20px;
}
.dj-pcright-bar .dj-swover {
  overflow: hidden;
}
.dj-pcright-bar .swimg {
  height: 200px;
  width: 100%;
}
.dj-pcright-bar .dj-tagbox {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  line-height: 28px;
  padding: 0px 15px 0px 6px;
  border-bottom-right-radius: 14px;
  border-top-right-radius: 14px;
  background: #ff5722;
  text-align: left;
  margin-top: 20px;
  height: 28px;
}
.dj-pcright-bar .dj-tagbox span{
  margin-right: 5px;
}
.dj-pcright-bar .dj-rtinfo {
  font-weight: bold;
  line-height: 1.5;
  padding-left: 10px;
  margin: 10px 0;
}
.dj-pcright-bar .dj-rtinfo *{
 text-align: left;
}
.dj-pcright-bar .dj-rtcan {
  font-size: 12px;
  color: #959595;
  align-items: center;
  padding: 0 20px;
  text-align: left;
  height: 40px;
  line-height: 45px;
}
.dj-pcright-bar .dj-rtcanimg {
  width: 28px;
  height: 28px;
  margin-left: -14px;
  border-radius: 50%;
}
.dj-pcright-bar .rightSideways {
  padding-bottom: 25px;
}
@media screen and (max-width: 1600px) {
  .dj-rightlistbg {
    display: none !important;
  }
}
.dj-pcright-bar .mabox {
  background: #fff;
  padding:15px;
}
.dj-pcright-bar .codetitle{
    text-align: center;
    font-size: 16px;
    margin-bottom: 10px;
    overflow: hidden;
    /* text-overflow: ellipsis;
    white-space: nowrap; */
}
.dj-pcright-bar .Card-section {
  padding: 0px;
}
.dj-pcright-bar .Card-header{
align-items: center;
  border-bottom: 1px solid #e9e9e9;
  border-top: 1px solid #e9e9e9;
  box-sizing: border-box;
  display: flex;
  height: 40px;
  justify-content: space-between;
  padding: 0 10px;
  font-weight: 600;
}
.dj-pcright-bar .SimilarQuestions-item {
  padding: 0 10px;
  display: flex;
  justify-content: space-between;
  line-height: 30px;
}
.dj-pcright-bar .SimilarQuestions-item .linktitls{
color: #001737;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.dj-pcright-bar .SimilarQuestions-item .huidanuber{
  text-align: center;
  color: #808595;
  font-size: 12px;
}
.SimilarQuestions-item .huidanuber:nth-child(1){color: #f33;font-weight: bold;}
.SimilarQuestions-item .huidanuber:nth-child(2),
.SimilarQuestions-item .huidanuber:nth-child(3){color: #f80;font-weight: bold;}

.swiper-button-next,
.swiper-button-prev {
  display: none;
}
.swiper:hover .swiper-button-next,
.swiper:hover .swiper-button-prev {display: block;}
