@import "common/var";

.py_card {
  position: relative;
  text-align: center;
  height: 115px;
  /*padding-left: 40px;*/
  /*box-shadow: 0 0 5px -4px #c9d0d7 !important;*/
}
.prec-icon {
  display: inline-block;
  position: relative;
  top: 2px;
  margin-right: 5px;
  height: 14px;
  width: 14px;
  cursor: pointer;
}

.prec-icon img {
  width: 100%;
  height: 100%;
}
.count {
  color: #212f5c;
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
}
.rate {
  color: #212f5c;
  font-size: 12px;
  font-weight: 400;
  margin-top: -10px;
}
.rate .up {
  color: #ff8a8a;
}
.rate .down {
  color: #64c8bc;
}
.name {
  color: #2d3a66;
  font-size: 14px;
  font-weight: 400;
  line-height: 15px;
}
.iconName {
  font-size: 12px;
  vertical-align: middle;
  margin-right: 9px;
}
.header {
  overflow: hidden;
  line-height: 40px;
  height: 40px;
  padding-left: 10px;
  color: #061649;
  font-size: 16px;
}
.border-bottom {
  border-bottom: 4px solid #fff;
}
.display-data-active {
  background: url("#{$--image-path}/background/panel-media.png") center no-repeat;
  background-size: cover;
}
.display-data-active .py-card {
  background-color: transparent;
}
.display-data-active .name,
.display-data-active .count {
  color: #fff;
}

.iconShowHide {
  height: 12px;
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
}
.hide {
  max-height: 140px;
  overflow: hidden;
}
.show {
  height: auto;
}
.statusButton {
  float: right;
  /* margin-bottom: 10px;
  font-size: 12px;
  background-color: #fff;
  color: #0e1e4f;
  padding: 8px !important;
  margin-right: 20px;
  border: 0.5px solid #edf0f1; */
}
.iconxiajiang:before {
  color: #64c8bc;
  margin-right: 8px;
}
