.smart-panel-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: auto;
  position: relative;
  background: url("../img/bg.png") no-repeat #fff;
  background-size: 100%;

}

.smart-panel-inner-wrapper {
  padding: 16px 0 10px 0;
  display: flex;
  flex-direction: column;
  height: 100%;
  flex-grow: 1;
  flex-shrink: 1;
}

.smart-panel-header {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  padding: 0 10px 0 10px;
}

.smart-panel-header.hidden {
  display: none;
}

.smart-panel-header-arrow {
  width: 10px;
  height: 10px;
  transition: transform .2s linear;
}

.smart-panel-header-content {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}

.smart-panel-header-content-tips {
  border: 1px solid #5582F3;
  border-radius: 50%;
  width: 14px;
  display: inline-block;
  text-align: center;
  color: blue;
  font-size: 10px;
  margin-top: 3px;
  margin-left: 4px;
  cursor: pointer;
}

.ssc .smart-panel-header-content {
  flex-direction: row;
  justify-content: start;
}

.ssc .smart-panel-header-content-suggest-title {
  font-size: 16px;
  color: #5582F3;
  letter-spacing: 0;
  font-weight: 400;
}

.ssc .smart-panel-header-content-suggest-detail {
  font-size: 16px;
  color: #111111;
  letter-spacing: 0;
  font-weight: 700;
}

.ssc .smart-panel-header-content-suggest-detail.red {
  color: #FB2323;
}

.ssc .smart-panel-header-content-suggest-detail.blue {
  color: #5582F3;
}

.ssc .smart-panel-header-content {
  flex-shrink: 1;
  flex-grow: 1;
}

.smart-panel-header-desc {
  margin-left: 10px;
}

.smart-panel-header-refresh {
  width: 16px;
  height: 16px;
  cursor: pointer;
  position: absolute;
}

.ssc .smart-panel-header-refreshdev,
.ssc .smart-panel-header-attachment, 
.ssc .smart-panel-header-continue-ask, 
.ssc .smart-panel-header-go-back{
  width: 16px;
  height: 16px;
  cursor: pointer;
  position: unset;
  right: unset;
  margin-right: 8px;
  flex-shrink: 0;
  flex-grow: 0;
}

.ssc .smart-panel-header-attachment, 
.ssc .smart-panel-header-continue-ask, 
.ssc .smart-panel-header-go-back,
.ssc .smart-panel-header-refreshdev {
  position: relative;
}

.ssc .smart-panel-header-attachment img,
.ssc .smart-panel-header-continue-ask img,
.ssc .smart-panel-header-go-back img ,
.ssc .smart-panel-header-refreshdev img{
  width: 16px;
  height: 16px;
}

.ssc .smart-panel-header-attachment:hover .smart-panel-header-attachment-popover,
.ssc .smart-panel-header-continue-ask:hover .smart-panel-header-attachment-popover,
.ssc .smart-panel-header-go-back:hover .smart-panel-header-attachment-popover,
.ssc .smart-panel-header-refreshdev:hover .smart-panel-header-attachment-popover{
  display: block;
}

.ssc .smart-panel-header-attachment-popover {
  background: #FFFFFF;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
  padding: 8px 12px;
  font-size: 12px;
  color: #212121;
  letter-spacing: 0;
  line-height: 18px;
  font-weight: 400;
  position: absolute;
  bottom: -44px;
  right: -16px;
  text-wrap: nowrap;
  display: none;
}

.ssc .smart-panel-header-attachment-popover:before {
  content: '';
  display: block;
  border: 8px solid #FFF;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent;
  position: absolute;
  top: -6px;
  right: 18px;
}

.ssc .smart-panel-header-status-filter {
  display: flex;
  flex-direction: row;
  border: 1px solid rgba(221, 224, 229, 1);
  margin: 0 10px 10px 10px;
}

.ssc .smart-panel-header-status-filter-item {
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  flex-direction: column;
  text-align: center;
  background: #E9EFFA;
  cursor: pointer;
  width: 0;
}

.ssc .smart-panel-header-status-filter-item.selected {
  background: var(--theme-color);
}

.ssc .smart-panel-header-status-filter-item:not(:last-of-type) {
  border-right: 1px solid rgba(221, 224, 229, 1);
}

.ssc .smart-panel-header-status-filter-label {
  font-size: 10px;
  color: #212121;
  letter-spacing: 0;
  font-weight: 400;
  margin-top: 7px;
}

.ssc .smart-panel-header-status-filter-value {
  font-size: 14px;
  color: #212121;
  letter-spacing: 0;
  text-align: center;
  font-weight: 600;
  margin-top: 4px;
  margin-bottom: 6px;
}

.ssc .smart-panel-header-status-filter-item.selected .smart-panel-header-status-filter-label,
.ssc .smart-panel-header-status-filter-item.selected .smart-panel-header-status-filter-value {
  color: #fff;
}

.ssc .smart-panel-header-ai-filter {
  margin: 0 10px 10px 10px;
  vertical-align: middle;
}

.ssc .smart-panel-header-ai-filter input,
.ssc .smart-panel-header-ai-filter img,
.ssc .smart-panel-header-ai-filter svg,
.ssc .smart-panel-header-ai-filter span {
  vertical-align: middle;
  display: inline-block;
}

.ssc .smart-panel-header-ai-filter span {
  vertical-align: middle;
  display: inline;
}

.ssc .smart-panel-header-ai-filter input {
  margin-right: 6px;
}

.ssc .smart-panel-header-ai-filter img,
.ssc .smart-panel-header-ai-filter svg {
  width: 14px;
  height: 14px;
}

.ssc .smart-panel-header-ai-filter > label {
  position: relative;
}

.ssc .smart-panel-header-ai-filter > label input[type=checkbox] {
  visibility: hidden;
}

.ssc .smart-panel-header-ai-filter > label:before {
  content: '';
  cursor: pointer;
  position: absolute;
  width: 14px;
  height: 14px;
  top: 0;
  left: 0;
  background: #ffffff;
  border: 1px solid #D9D9D9;;
  border-radius: 1px;
}

.ssc .smart-panel-header-ai-filter > label.checked:before {
  background: var(--theme-color);
  border: none;
}

.ssc .smart-panel-header-ai-filter > label.checked:after {
  opacity: 1; /*修改为0*/
  content: '';
  position: absolute;
  width: 10px;
  height: 6px;
  background: transparent;
  top: 2px;
  left: 2px;
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  cursor: pointer;

  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}


.smart-panel-body {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 100%;
  flex-grow: 1;
  flex-shrink: 1;
  overflow: auto;
  padding: 0 10px 0 10px;
}

.ssc .smart-panel-header-status-filter.hidden {
  display: none;
}

.ssc .smart-panel-header-ai-filter.hidden {
  display: none;
}

.ssc .smart-panel-body.hidden {
  display: none;
}

.smart-panel-successRowDomList {
  background: rgba(248, 248, 248, 1);
}

.smart-panel-mobile-popover {
  background: rgba(248, 249, 251, 1);
  margin: 0 10px;
  /* padding: 0 8px; */
}

.smart-panel-dialog {

  box-sizing: border-box;
  width: 100%;
  border: 1px solid #eee;
  flex-shrink: 0;
  /* padding:13px 10px 16px 10px; */
  display: flex;
  flex-direction: column;
  font-size: 12px;
  margin-bottom: 10px;
  padding: 13px 0 16px 0;
}

.smart-panel-news > .smart-panel-body-item-url:hover,
.smart-panel-timeline > .smart-panel-body-item-timeline:hover {
  cursor: pointer;
  background: rgba(69, 152, 240, .2);

}

.smart-panel-timeline > .smart-panel-body-item-timeline:hover > img {
  visibility: visible;
}

.smart-panel-news > .smart-panel-body-item-row:hover > a {
  color: #4570D3 !important;
}

.smart-panel-body-item {
  cursor: pointer;
  margin-top: 8px;
}

.smart-panel-body-item-row {
  /* padding-top:12px; */
  padding: 12px 10px 6px 10px;
}

.smart-panel-body-item-row {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
}

.smart-panel-body-item-successrow:first-child > img {
  visibility: visible !important;
}

.smart-panel-body-item-successrow_nofirst_show {
  display: flex;
}

.smart-panel-body-item-successrow_nofirst_hide {
  display: none;
}

.success_arrow_notexpend {
  cursor: pointer;
  transition: all .2s ease-out;
}

.success_arrow_rotate_notexpend {
  transform: rotate(180deg);
}

.success_arrow_expend {
  cursor: pointer;
  transition: all .2s ease-out;
  transform: rotate(180deg);
}

.success_arrow_rotate_expend {
  transform: rotate(0deg);
}

.smart-panel-body-item-timeline {
  height: 26px !important;
  padding: 0 10px !important;
}

.smart-panel-body-item-timeline > .smart-panel-body-item-name img {
  width: 16px;
  height: 16px;
}

.smart-panel-body-item-timeline > .smart-panel-body-item-name,
.smart-panel-body-item-timeline > .smart-panel-body-item-desc {
  height: 100%;
}

.smart-panel-body-item-url > .smart-panel-body-item-name {

}

.smart-panel-icon {
  width: 24px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.smart-panel-icon img[haspopover=true]:hover {
  transform: scale(1.2);
}


.smart-panel-body-item-title {
  display: flex;
  justify-content: space-between;
  color: #333;
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: bold;
  padding: 0 10px 0 10px;
}

.smart-panel-body-item-resultentry {
  font-weight: normal;
  color: #f09415;
  cursor: pointer;
}

.smart-panel-body-item-name {
  display: inline-flex;
  width: 100%;
  color: #666;
  text-overflow: ellipsis;
  overflow: hidden;
  /*  white-space: nowrap; */
  align-items: center;

}

.smart-panel-body-item-desc {
  display: inline-flex;
  width: 100%;
  text-align: right;
  color: #333;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  align-items: center;
}

.smart-panel-body-item-row img {
  width: 14px;
  height: 14px;
}

.smart-panel-body-item span.item-left {
  color: red;
}

/* 弹气泡 */
.smart-panel-popover {
  position: fixed;
  z-index: 1101;
  min-width: 60px;
  background-color: #fff;
  min-height: 20px;
  display: none;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
  /* padding:4px 16px 16px 16px; */
  font-size: 12px;
}

/*.smart-panel-popover::after{*/
/*    content:'';*/
/*    position: absolute;*/
/*    bottom:0;*/
/*    right:10px;*/
/*    border-bottom:8px border #fff;*/
/*    border-left:8px border transparent;*/
/*    border-right: 8px border transparent;*/

/*}*/
.smart-mobile-popover-row, .smart-popover-row {
  width: 100%;
  display: inline-flex;
}

.smart-mobile-popover-row {
  margin-top: 8px;
  margin-bottom: 8px;
}

.smart-popover-row {
  padding: 8px 16px;
}

.smart-mobile-popover-row {
  padding: 0 8px;
}

.smart-panel-body-row-item {
  position: relative;
  /* overflow: hidden;*/
  /* text-overflow: ellipsis;*/
  /* white-space: nowrap;*/
}

.smart-panel-item-link {
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  white-space: normal;
}

.smart-panel-item-link > a {
  color: #666;
}

/* .smart-panel-item-link:hover{
    color:#4570D3;
} */

.ball,
.ball1,
.ball2,
.ball3 {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #13BBAD;
  position: relative;
  margin-right: 4px;
}

.ball::before {
  content: '';
  position: absolute;
  left: 2px;
  top: 0;
  width: 2px;
  height: 12px;
  background: #13BBAD;
}

.ball::after {
  content: '';
  position: absolute;
  left: 2px;
  bottom: 0;
  width: 2px;
  height: 12px;
  background: #13BBAD;
}

.ball1::after {
  height: 0;
}

.ball3::before {
  height: 0;
}

.time {
  line-height: 18px;
}

.timeline {
  width: 16px;
  height: 100%;
  position: relative;
}

.timeline-ball {
  position: absolute;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #13BBAD;
  left: 50%;
  margin-left: -3px;
  top: 50%;
  margin-top: -3px;
}

.timeline:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 50%;
  height: 16px;
  background: #13BBAD;
  width: 2px;
  margin-left: -1px;
}

/* .timeline1:before{
    height:0 !important;
} */
/* .timeline:nth-child(1)::before{
    height: 0 !important;
} */
.timelineFirst::before {
  height: 0 !important;
}

.timelineLastest:after {
  height: 0 !important;
}

.timeline:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  height: 16px;
  background: #13BBAD;
  width: 2px;
  margin-left: -1px;
}

.mobiletimeline {
  width: 16px;
  height: 32px;
  position: relative;
  background: #fff;
}

.mobiletimelineitem {
  margin-left: -1px;
  position: absolute;
  left: 50%;
  height: 32px;
  width: 2px;
  background: #13BBAD;
}

.smart-panel-carousel {
  position: relative;
  padding: 10px 10px 4px 10px;
  width: 100%;
}

.smart-panel-carousel-previous {
  position: absolute;
  left: 0px;
  top: 50%;
  /* background-image:(../img/turnpage.png); */
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  z-index: 1101;
}

.smart-panel-carousel-next {
  position: absolute;
  right: 0px;
  top: 50%;
  /* background-image:(../img/turnpage.png); */
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  transform: rotate(180deg);
  z-index: 1101;
}

.smart-panel-carousel-previous-active {
  /* background-image:url(../img/turnpage_active.png); */
  transform: rotate(180deg);
}

.smart-panel-carousel-next-active {
  /* background-image:url(../img/turnpage_active.png); */
}

.smart-panel-carousel-pagewapper {
  position: relative;
}

.smart-panel-carousel-page {
  position: absolute;
  left: 0px;
  top: 0px;
}

.smart-panel-carousel-pagenum {
  list-style: none;
  width: 8px;
  height: 8px;
  background: #E2E7EF;
  border-radius: 50%;
  display: inline-block;
}

.smart-panel-carousel-pagenum-active {
  background: #4B81EF;
}

.smart-panel-wrapper ol {
  display: inline-block;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

.smart-panel-carousel-next img, .smart-panel-carousel-previous img {
  transform: translateY(-50%);
  top: 50%;
  position: relative;
}

.smart-panel-tablelinewrapper {
  padding: 10px;
}

.smart-panel-tablelinestatus {
  display: flex;
}

.smart-panel-tablelinemore {
  display: flex;
  padding-top: 4px;
  padding-bottom: 4px;
}

.smart-panel-tablelinemore-title {
  margin-left: auto;
  margin-right: auto;
  color: #98A1A8;
  cursor: pointer;
}

.smart-panel-tablelinemore-popovertitle {
  color: #333333;
  font-size: 18px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 10px;
  border-bottom: 1px solid #cccccc;
}

.smart-panel-tablelinemore-popover {
  min-width: 300px;
  padding: 20px;
}

.smart-panel-chat {
  padding-right: 20px;
  background-image: url(../img/chat.png);
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: top;
  background-size: auto 100%;
}

.smart-panel-tablewrapper {
  margin-left: 10px;
  margin-right: 10px;
}

.smart-panel-tabletitlewrapper {
  display: flex;
  background-color: #F3F3F3;
  border-bottom: 1px solid #ccc;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-right: 8px
}

.smart-panel-tabletitle {
  color: #333;
  padding-left: 4px;
  padding-right: 4px;
  text-align: center;
}

.smart-panel-tabletitlesplite {
  border-left: 1px solid #ccc;
}

.smart-panel-tabledatawrapper {
  max-height: 145px;
  overflow: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
}

.smart-panel-tabledatarow {
  border-bottom: 1px solid #ccc;
  padding-top: 6px;
  padding-bottom: 6px;
  min-width: 24px;
  display: flex;
}

.smart-panel-cellwidth1 {
  min-width: 24px;
  width: 100%;
}

.smart-panel-cellwidth2 {
  min-width: 24px;
  width: 50%;
}

.smart-panel-cellwidth3 {
  min-width: 24px;
  width: 33%;
}

.smart-panel-cellwidth4 {
  min-width: 24px;
  width: 25%;
}

.smart-panel-cellwidth5 {
  min-width: 24px;
  width: 20%;
}

.smart-panel-tabledatacardrow {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
}

.smart-panel-tabledatacardtitle {
  width: 50%;
  text-align: left;
  color: #666;
}

.smart-panel-tabledatacarddata {
  width: 50%;
  text-align: right;
  color: #666;
}

.smart-panel-tablecell {
  text-align: center;
}


.smart-panel-riskcardvalue-blue {
  width: 100%;
  display: flex;
  padding-left: 12px;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #5582F3;
  font-weight: 500;
}

.smart-panel-riskcardvalue {
  width: 100%;
  display: flex;
  padding-left: 12px;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #00B8E4;
  font-weight: 500;
}

.smart-panel-riskcardcontainer {
  width: 100%;
  color: #666;
  display: flex;
  padding-left: 12px;
  padding-top: 8px;
}

.smart-panel-riskcardvalueleft {
  width: 50%;
  text-align: left;
  color: #666;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 20px;
  ont-weight: 400;
  font-family: MicrosoftYaHei;
}

.smart-panel-riskcardvalueright {
  width: 50%;
  padding-right: 12px;
  font-family: MicrosoftYaHei;
  font-size: 12px;
  color: #333;
  letter-spacing: 0;
  text-align: right;
  line-height: 20px;
  font-weight: 400;
  table-layout: fixed;
  word-break: break-all;
}

.smart-panel-tabledatacardrow-risk-blue {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  background-color: rgba(85, 130, 243, 0.1);
  border-radius: 4px;
}

.smart-panel-tabledatacardrow-risk {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  background-color: rgba(0, 184, 228, 0.1);
  border-radius: 4px;
}

.smart-panel-statistic-risk-hide {
  display: none;
}

.smart-panel-statistic-risk-show {
  display: block;
}

.smart-panel-statistic-risk {
  display: block;
}

.smart-panel-risk-check {
  padding-left: 4px;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #5582F3;
  letter-spacing: 0;
  font-weight: 400;
}

.smart-panel-risk-image {
  justify-content: center;
  align-items: center;
  display: flex;
}

.smart-panel-body-item-table-view {
  float: right;
  margin-right: 10px;
  position: absolute;
  right: 10px;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #5582F3;
  text-align: right;
  line-height: 16px;
  font-weight: 400;
}

.smart-panel-tabled-risk-check {
  background-color: #FFF;
  display: flex;
  height: 42px;
  justify-content: center;
  align-items: center;
}

.smart-panel-tabled-risk-check-hide {
  background-color: #FFF;
  display: flex;
  height: 42px;
  display: none;
}

.smart-panel-icon-risk-blue {
  width: 12px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  height: 12px;
  background-color: #5582F3;
  border-radius: 6px;
  margin-right: 8px;
}


.smart-panel-icon-risk {
  width: 8px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  height: 8px;
  background-color: #00B8E4;
  border-radius: 4px;
  margin-right: 8px;
}

.smart-panel-body-row-item-risk {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 400;
}


.smart-panel-body-item-slide-header {
  display: flex;
  width: 100%;
}

.smart-panel-body-item-slide-header img {
  width: 14px;
  height: 14px;
}

.smart-panel-body-item-slide-header-title {
  flex-grow: 1;
  flex-shrink: 1;
  color: #666;
}

.smart-panel-body-item-slide-content-box {
  padding-left: 24px;
  padding-right: 10px;
  color: #666;
}

.smart-panel-body-item-slide-content-title {
  padding-bottom: 4px;
  margin-top: 8px;
  padding-top: 8px;
  font-weight: bolder;
  border-top: 1px solid #EFEFEF;
}

.smart-panel-body-item-slide-content-text {
  padding-bottom: 4px;
  margin-top: 4px;
}

.smart-panel-body-item-row-slide {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: stretch;
  padding: 12px 10px 6px 10px
}

.smart-panel-body-item-row-slide-icon-arrow img {
  transition: transform .2s linear;
}

.smart-panel-body-item-row-slide-icon-arrow img.up {
  transform: rotate(180deg);
}

.smart-panel-body-item-slide-content-box.hidden {
  display: none;
}

.smart-panel-popover .header {
  flex-direction: row;
  align-items: center;
  background: #e5e5e5;
  display: none;
}

.smart-panel-popover[data-long-show=true] .header {
  display: flex;
}

.smart-panel-popover .header .drag-area {
  flex-grow: 1;
  flex-shrink: 1;
  height: 24px;
}

.smart-panel-popover .header .drag-area {
  cursor: grab;
}

.smart-panel-popover .header .btn-close {
  width: 16px;
  height: 16px;
  flex-grow: 0;
  flex-shrink: 0;
  background-image: url('../img/close.png');
  background-size: 16px auto;
  margin-left: 8px;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 8px;
  transition: transform .2s linear;
}

/* 下拉标题、箭头样式修正，保持统一 */
.smart-panel-successRowDomList .smart-panel-body-item-name {
  flex-grow: 1;
  flex-shrink: 1;
}

.smart-panel-successRowDomList .smart-panel-body-item-successrow > img {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}

/* 数据统计*/
.smart-panel-statistic .smart-panel-tablewrapper .smart-panel-table-item {
  flex-grow: 1;
  flex-shrink: 0;
  width: 100px;
  padding: 6px 0;
  word-break: break-all;
}

.smart-panel-statistic .smart-panel-tablewrapper .smart-panel-table-item:nth-of-type(1) {
  position: sticky;
  left: 0;
  z-index: 1;
}

.smart-panel-statistic .smart-panel-tablewrapper .smart-panel-tabletitlewrapper .smart-panel-table-item {
  background-color: #F3F3F3;
}

.smart-panel-statistic .smart-panel-tablewrapper .smart-panel-tabledatawrapper .smart-panel-table-item {
  background: white;
}

.smart-panel-statistic .smart-panel-tabletitlewrapper {
  overflow: auto;
  width: 100%;
}

.smart-panel-statistic .smart-panel-tabletitlewrapper::-webkit-scrollbar {
  display: none;
}

.smart-panel-statistic .smart-panel-tabledatawrapper {
  overflow: auto;
  width: 100%;
}

.smart-panel-statistic .smart-panel-tabledatarow {
  padding: 0;
  min-width: 100%;
  flex-grow: 0;
  flex-shrink: 0;
}

.cursorswitchBtn {
  cursor: pointer;
  height: 16px !important;
  width: 16px !important;
  transform: rotate(90deg);
}

.cursorswitchBtn-right {
  transform: rotate(90deg) scaleY(-1);
}

.ssc .smart-panel-attachment-body {
  /*padding: 0 10px;*/
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 1;
  overflow: auto;
}

.ssc .smart-panel-attachment-body.hidden {
  display: none;
}

.ssc .smart-panel-attachment-body .money {
  color: #ff6621;
}

.ssc .smart-panel-attachment-title {
  display: flex;
  flex-direction: row;
  margin: 13px 10px 10px;
  flex-grow: 0;
  flex-shrink: 0;
}

.ssc .smart-panel-attachment-title:before {
  content: '';
  display: inline-block;
  background: var(--theme-color);
  width: 4px;
  height: 17px;
  margin-right: 6px;
  flex-shrink: 0;
  flex-grow: 0;
}

.ssc .smart-panel-attachment-title-name {
  font-size: 16px;
  color: #212121;
  letter-spacing: 0;
  font-weight: 600;
  flex-shrink: 1;
  flex-grow: 1;
}

.ssc .smart-panel-attachment-title-op {
  font-size: 12px;
  color: var(--theme-color);
  cursor: pointer;
}

.ssc .smart-panel-attachment-title-op:hover {
  color: var(--primary-color-level2);
}

.ssc .smart-panel-attachment-list {
  flex-shrink: 1;
  flex-grow: 1;
  overflow: auto;
  padding: 0 10px;
}

.ssc .smart-panel-attachment-list-item {
  margin-bottom: 12px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.05);
}

.ssc .smart-panel-attachment-list-item-name {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 4px;
  min-height: 44px;
  cursor: pointer;
  padding: 0 0 0 10px;
  background-image: linear-gradient(0deg, #ffffff 0%, #e0eeff 100%);
  border: 1px solid #ffffff;
  box-shadow: 0 2px 6px 0 rgba(0, 88, 188, 0.12);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 12px;
  color: #212121;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 400;
}
.ssc .smart-panel-attachment-list-item-namenoclick {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 4px;
  min-height: 44px;
  cursor: pointer;
  padding: 0 0 0 10px;
  background-image: linear-gradient(0deg, #ffffff 0%, #e0eeff 100%);
  border: 1px solid #ffffff;
  box-shadow: 0 2px 6px 0 rgba(0, 88, 188, 0.12);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 12px;
  color: #212121;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 400;
}

.ssc .smart-panel-attachment-list-item-name:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url('../img/triangle.png') center no-repeat;
  background-size: 100%;
  margin-right: 2px;
  transition: transform 0.5s ease-in-out
}

.ssc .expanded .smart-panel-attachment-list-item-name:before {
  transform: rotate(90deg);
}
.ssc .smart-panel-attachment-list-item-namenoclick a:hover{
	text-decoration: underline;
}

.ssc .smart-panel-attachment-list-item-name a:hover {
  text-decoration: underline;
}

.ssc .smart-panel-attachment-content-list {
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.05);
}

.ssc .smart-panel-attachment-content-list-item {
  box-sizing: border-box;
  padding: 12px;
  position: relative;
  background-size: 10px 1px;
  background-position-y: bottom;
  border-radius: 4px;
  background: #ffffff;
}

.ssc .smart-panel-attachment-content-list-item:last-of-type {
  border: 0;
  border-radius: 4px;
  background-image: unset;
}

.ssc .smart-panel-attachment-content-list-item-name {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #212121;
  letter-spacing: 0;
  font-weight: 600;
  padding: 0 12px 4px 0;
}

.ssc .smart-panel-attachment-content-list-item-name:before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 16px;
  background-color: var(--theme-color);
  margin-right: 6px;
}

.ssc .smart-panel-attachment-content-list-item-desc {
  padding: 4px 12px 12px;
  background: #f8faff;
  font-size: 12px;
  color: #666666;
  letter-spacing: 0;
  line-height: 18px;
  font-weight: 400;
}

.ssc .smart-panel-attachment-bottom {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-top: 16px;
}

.ssc .smart-panel-attachment-btn {
  background: #FFFFFF;
  border: 1px solid rgba(217, 217, 217, 1);
  border-radius: 2px;
  font-size: 12px;
  color: #212121;
  letter-spacing: 0;
  text-align: center;
  line-height: 18px;
  font-weight: 400;
  padding: 3px 8px;
  min-width: 60px;
  cursor: pointer;
}

.ssc .smart-panel-attachment-btn:hover {
  border-color: var(--theme-color);
  color: var(--theme-color)
}

.ssc .smart-panel-attachment-btn + .smart-panel-attachment-btn {
  margin-left: 8px;
}

.ssc .smart-panel-message {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 80px 0;
}

.ssc .smart-panel-message.hidden {
  display: none;
}

.ssc .smart-panel-message-img {
  width: 108px;
}

.ssc .smart-panel-message-desc {
  font-size: 12px;
  color: #212121;
  letter-spacing: 0;
  text-align: center;
  line-height: 18px;
  font-weight: 400;
  margin-top: 12px;
}