@charset "UTF-8";
.equity_comparison_dialog {
  width: 700px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 4px 18px 0px rgba(204, 204, 204, 0.76);
          box-shadow: 0px 4px 18px 0px rgba(204, 204, 204, 0.76);
  border-radius: 10px;
  position: fixed;
  z-index: 11;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 20px 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*修改默认滚动条样式*/
}
.equity_comparison_dialog .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
  border: none;
}
.equity_comparison_dialog .title h5 {
  font-size: 18px;
  color: #666666;
  line-height: 18px;
  display: block;
}
.equity_comparison_dialog .close {
  background: url("../../image/activity/close.png");
  width: 12px;
  height: 12px;
  line-height: 18px;
  cursor: pointer;
  overflow: hidden;
  display: block;
}
.equity_comparison_dialog .close:hover {
  background: url("../../image/activity/close_h.png");
}
.equity_comparison_dialog .content {
  height: 431px;
  overflow: auto;
}
.equity_comparison_dialog .content table {
  border-collapse: collapse;
}
.equity_comparison_dialog .content table thead {
  height: 47px;
  line-height: 47px;
  background-color: #eeeeee;
  color: #333333;
  font-size: 15px;
}
.equity_comparison_dialog .content table thead th.equity_name {
  width: 440px;
}
.equity_comparison_dialog .content table thead th.member {
  width: 200px;
}
.equity_comparison_dialog .content table th,
.equity_comparison_dialog .content table td {
  height: 52px;
  border: 1px solid #ffffff;
}
.equity_comparison_dialog .content table tr:nth-child(odd) td {
  background: #f9f9f9;
}
.equity_comparison_dialog .content table tr:nth-child(even) td {
  background: #f6f8ff;
}
.equity_comparison_dialog .content table .tbody_title td {
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  height: 52px;
  color: #333333;
  background-color: white !important;
}
.equity_comparison_dialog .content table .tbody_title td img {
  width: 19px;
  height: 20px;
  margin-top: -15px;
}
.equity_comparison_dialog .content table .tbody_title td .no_box {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  margin-left: 10px;
  letter-spacing: 0px;
  color: #999999;
}
.equity_comparison_dialog .content table td {
  text-align: center;
  background: #f9f9f9;
  vertical-align: middle;
  font-size: 14px;
  color: #333333;
  line-height: 14px;
}
.equity_comparison_dialog .content table td:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 22px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.equity_comparison_dialog .content table td:first-child .text {
  color: #999999;
  font-size: 12px;
  text-align: left;
  margin-left: 12px;
}
.equity_comparison_dialog .content table td:first-child .text p {
  color: #333333;
  font-size: 14px;
  margin-bottom: 4px;
}
.equity_comparison_dialog .content table td:last-child p {
  padding: 0 20px;
  line-height: 20px;
}
.equity_comparison_dialog .content table td img {
  width: 29px;
  height: 20px;
  background-size: 100% 100%;
}
.equity_comparison_dialog .content table td img.dialog_icon {
  width: 30px;
  height: 30px;
}
.equity_comparison_dialog .content table td img.false {
  width: 21px;
  height: 21px;
}
.equity_comparison_dialog .not_logged {
  height: auto;
  overflow: auto;
}
.equity_comparison_dialog .not_logged table {
  border-collapse: collapse;
}
.equity_comparison_dialog .not_logged table thead {
  height: 47px;
  line-height: 47px;
  background-color: #eeeeee;
  color: #333333;
  font-size: 15px;
}
.equity_comparison_dialog .not_logged table thead th.equity_name {
  width: 417px;
}
.equity_comparison_dialog .not_logged table th,
.equity_comparison_dialog .not_logged table td {
  border: 1px solid #ffffff;
  height: 52px;
}
.equity_comparison_dialog .not_logged table td {
  text-align: center;
  background: #f9f9f9;
  vertical-align: middle;
  font-size: 14px;
  height: 52px;
}
.equity_comparison_dialog .content::-webkit-scrollbar {
  width: 5px;
  height: 10px;
}
.equity_comparison_dialog .content::-webkit-scrollbar-track {
  background: #efefef;
  border-radius: 2px;
}
.equity_comparison_dialog .content::-webkit-scrollbar-thumb {
  background: #bfbfbf;
  border-radius: 10px;
}
.equity_comparison_dialog .content::-webkit-scrollbar-thumb:hover {
  background: #bfbfbf;
}
.equity_comparison_dialog .content::-webkit-scrollbar-corner {
  background: #179a16;
}