.left_bubble_wrapper .left_bubble_content_graph {
  padding: unset;
  border-radius: 16px;
  overflow: hidden;
}
.left_bubble_wrapper .ans-inner {
  white-space: unset;
  padding: unset;
}
.atlas-text {
  position: relative;
  margin-top: 12px;
}
.atlas-title{
  font-size: 16px;
  float: right;
  font-weight: 400;
  padding: 2px 7px 14px 28px;
  display: inline-block;
  color: #ffffff;
  background-image: url('../img/graph-title.svg');
}
.atlas-content{
  min-height: 50px;
  border-top-left-radius: 10px;
  width: 100%;
  padding: 0 14px;
  position: relative;
}
.atlas-result-name {
  font-size: 16px;
  color: #303D54;
  display: inline-block;
  font-weight: bold;
  margin-bottom: 12px;
}
.atlas-prop-label::before{
  content: '';
  width: 2px;
  height: 10px;
  background: #0569ff;
  display: inline-block;
  left: 8px;
  border-radius: 4px;
  margin-right: 5px;
}
.atlas-prop-value {
  margin-left: 12px;
}
.atlas-prop {
  color: #303D54;
  font-size: 14px;
  margin-bottom: 8px;
}
/* .znc-font-height{
  display: none !important;
} */
.logo-development{
  display: none !important;
  width: 400px;
}
.graph-tip {
  font-size: 12px;
  margin-bottom: 8px;
  color: #8d9fb3;
}
.relation-graph {
  margin: 11px 0;
}
.relation-graph-title {
  margin-right: 16px;
  font-size: 14px;
  color: #8d9fb3;
}
.graph-type {
  font-size: 12px;
  padding: 4px 8px;
  background-color: rgba(5, 105, 255, 0.1);
  border-radius: 32px;
  display: inline-block;
  color: #0569ff;
  margin-right: 8px;
  border: 1px solid rgba(5, 105, 255, 0.4);
  cursor: pointer;
}
.graph-type-choose {
  background: #056cff;
  color: #ffffff;
}
.atlas-wrap .answer_evaluate {
  padding: 16px 32px;
  width: unset;
}
.zoom-chart-unShow {
  height: 0;
  overflow: hidden;
}
.graph-tip-unShow {
  display: none;
}
.graph-basis-reason {
  font-size: 12px;
  color: #8d9fb3;
  margin-top: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid #F1F2F5;
}
.knowledge_content .show-graph-basis-reason {
  margin-top: unset;
}
.graph-basis-reason-value {
  margin-left: 12px;
}

.graph-operation {
  padding: 8px 217px 8px 238px;
  font-size: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.9) 41%, #ffffff 100%);
  opacity: 1;
  color: #8d9fb3;
}

.graph-operation-text {
  margin-right: 8px;
  font-size: 14px;
  color: #0569FF;
  letter-spacing: 1px;
  margin-right: 4px;
  flex-shrink: 0;
}

.graph-unfold {
  position: absolute;
  bottom: 0;
}
.knowledge_content_hidden {
  max-height: 412px;
  position: relative;
  overflow: hidden;
}
.graph-operation-unShow {
  display: none;
}
.graph-operation-text-icon {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.atlas-content .not-more-knowledge {
  border: unset;
}

.graph-operation-img {
  transform: rotate(0);
}

.graph-operation-img-collapse {
  transform: rotate(180deg);
  transition: all .3s ease;
}

.border-corner {
  display: none;
}

.border-corner-show {
  display: inline-block;
}

.border-corner-unShow {
  display: none;
}
