*,
html,
body {
  margin: 0;
  padding: 0;
}

ul,
li {
  list-style: none;
}

a {
  text-decoration: none;
}

.container {
}

.wrapper {
  width: 1400px;
  margin: 50px auto 100px;
}

.wrapper-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #bf0008;
}

.wrapper-title .l {
  position: relative;
  font-size: 40px;
  color: #1d2088;
  font-weight: 700;
}

.wrapper-title .l .line {
  position: absolute;
  left: 0;
  bottom: -12px;
  width: 160px;
  height: 3px;
  background-color: #1d2088 !important;
}

.wrapper-title .r {
  height: 40px;
  font-size: 0px;
  position: relative;
}

.wrapper-title .r label {
  position: relative;
}

.wrapper-title .r .search-icon {
  position: absolute;
  width: 20px;
  height: 20px;
  margin: 10px;
}

.wrapper-title .r input {
  width: 298px;
  outline: none;
  padding-left: 40px;
  border: 0.5px solid rgba(191, 0, 8, 1);
  height: 40px;
  box-sizing: border-box;
  font-size: 14px;
  color: #9197a3;
  line-height: 18px;
  font-weight: 400;
}

.wrapper-title .r button {
  background-color: #bf0008;
  outline: none;
  border: none;
  color: #ffffff;
  text-align: center;
  font-weight: 400;
  width: 80px;
  height: 40px;
  cursor: pointer;
  vertical-align: bottom;
}

.wrapper-content {
  margin-top: 28px;
}

.fund-type {
  color: #333333;
  margin-bottom: 20px;
  position: relative;
  font-size: 18px;
}

.fund-type .inline {
  display: inline-block;
}

.fund-type .left {
  width: 90px;
  color: #333333 !important;
  font-size: 18px !important;
  font-weight: 400 !important;
}

.fund-manager .left::after {
  content: '按姓名笔画排序';
  position: absolute;
  top: 40px;
  left: 0px;
  font-size: 12px;
  color: #666666;
}

.fund-type .center {
  width: 86px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  cursor: pointer;
  border-top: 0px !important;
}

.fund-type .center > span {
  display: block;
}

.pos {
  position: relative;
}

.pad-l-9 {
  padding-right: 9px;
}

.rate {
  padding: 0px 21px;
  line-height: 36px;
  display: inline-block;
}

.rate > button {
  color: #bf0008;
  font-weight: 400;
  outline: none;
  border: none;
  font-size: 18px;
  background-color: transparent;
}

.triangle-down {
  width: 0;
  height: 0;
  border-top: 5px solid #bf0008;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  position: absolute;
  top: 16px;
  right: 12px;
}

.fund-type .right {
  width: calc(1400px - 187px);
  vertical-align: top;
}

.fund-type .right span {
  padding: 6px 25px;
  cursor: pointer;
  word-break: keep-all;
  display: inline-block;
  min-width: 64px;
  margin-bottom: 10px;
  color: #333333;
  font-size: 18px !important;
  font-weight: normal !important;
}

.fund-type .fund-type-active {
  color: #bf0008 !important;
  text-align: center;
  font-weight: 400;
  background: rgba(230, 63, 33, 0.05);
}

.show {
  width: 720px;
  height: 274px;
  background-color: #fff;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
  position: absolute;
  display: none;
}

.show::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 7px solid #fff;
  left: -6px;
  top: 12px;
}

.show .text {
  font-size: 16px;
  color: #333333;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 400;
  margin-left: 20px;
  margin-top: 20px;
  position: relative;
  text-align: left;
}

.show .text::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 14px;
  top: 6px;
  left: -8px;
  background-color: #bf0008;
}

.show-list-value {
  margin-left: 20px;
  text-align: left;
}

.show-list-value button {
  outline: none;
  border: none;
  font-size: 18px;
  font-weight: 400;
  margin-top: 12px;
  display: inline-block;
  padding: 6px 16px;
  word-break: keep-all;
  cursor: pointer;
  background-color: #fff;
}

.set-default-class {
  font-size: 12px;
  color: #1d2088;
  line-height: 24px;
  font-weight: 400;
  margin-left: 14px;
  cursor: pointer;
  display: none;
}

.rate-active {
  background-color: #bf0008 !important;
}

.rate-active > button {
  color: #fff !important;
}

.rate-active .triangle-down {
  width: 0;
  height: 0;
  border-bottom: 5px solid #fff;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: none;
  position: absolute;
  top: 16px;
  right: 12px;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

.datas-table {
  margin-top: 40px;
}

.datas-table thead th {
  height: 50px;
  background: #f2f4f6;
  text-align: center;
  font-size: 16px;
  color: #333333;
  font-weight: 400;
}

.datas-table tbody tr {
  height: 87px;
  border-bottom: 1px solid rgba(161, 166, 176, 0.5);
}

.datas-table tbody tr:nth-child(2n) {
  background-color: rgba(231, 238, 246, 0.24);
}

.datas-table tbody tr:hover {
  background-color: rgba(191, 0, 8, 0.02);
}

.datas-table tbody tr:hover a {
  color: #bf0008;
}

.datas-table tbody td {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
}

.datas-table .fund-name {
  font-size: 20px;
  color: #333333;
  font-weight: 400;
}

.datas-table .fund-code {
  margin-top: 6px;
  font-size: 16px;
  color: #8d9198;
  line-height: 22px;
  font-weight: 400;
}

.latest-net-worth {
  font-size: 18px;
  color: #333333;
  font-weight: 400;
}

.fund-date {
  margin-top: 7px;
  font-size: 14px;
  color: #9197a3;
  line-height: 22px;
  font-weight: 400;
}

.cumulative-net-worth {
  font-size: 18px;
  color: #333333;
  font-weight: 400;
}

.red {
  color: #bf0008;
}

.red.green {
  color: #0d9e64;
}

.default {
  color: #8d9198;
}

.value {
  font-size: 12px;
  color: #9197a3;
  font-weight: 400;
  text-decoration: line-through;
}

.xs-value {
  font-size: 16px;
  color: #333333;
  font-weight: 400;
}

.badge {
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  font-size: 18px;
  color: #bf0008;
  text-align: center;
  font-weight: 400;
  background-color: rgba(191, 0, 8, 0.08);
  border-radius: 2px;
  vertical-align: sub;
  margin-left: 10px;
  position: relative;
  cursor: pointer;
  margin-top: 7px;
}

.badge .limittips {
  display: none;
  position: absolute;
  left: 40px;
  top: -16px;
  height: 40px;
  text-align: center;
  white-space: nowrap;
  padding: 10px 15px;
  border: 1px solid rgb(191, 0, 8, 0.5);
  border-radius: 2px;
  background: #ffffff;
  box-shadow: 0px 2px 4px 0px rgb(191, 0, 8, 0.09);
}

.badge .tipssquare {
  display: none;
  position: absolute;
  left: 35px;
  top: 10px;
  background: #ffffff;
  z-index: 9999;
  height: 10px;
  width: 10px;
  border-left: 1px solid rgb(191, 0, 8, 0.5);
  border-bottom: 1px solid rgb(191, 0, 8, 0.5);
  transform: rotate(45deg);
}

.badge:hover .limittips {
  display: block;
}

.badge:hover .tipssquare {
  display: block;
}

.badge .limittips .tipsname {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 20px;
  color: rgba(145, 151, 163, 1);
  font-family: "PingFangSC";
}

.badge .limittips .tipsje {
  height: 20px;
  line-height: 20px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0px;
  white-space: nowrap;
  color: rgba(51, 51, 51, 1);
}

.action {
  text-align: left;
  display: flex;
  justify-content: left;
}
.action .limit {
  width: 28px;
  height: 28px;
  line-height: 28px;
  font-size: 18px;
  color: #bf0008;
  text-align: center;
  font-weight: 400;
  background-color: rgba(191, 0, 8, 0.08);
  border-radius: 2px;
  margin-left: 15px;
  margin-top: 7px;
  position: relative;
  cursor: pointer;
}
.action img {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

.m-sort-icon,
.headerSortUp,
.headerSortDown {
  display: inline-block;
  width: 20px;
  height: 12px;
  vertical-align: middle;
  cursor: pointer;
  background: url(../assets/sort-icon1.png) no-repeat 7px center;
}

.headerSortUp {
  background: url(../assets/sort-icon2.png) no-repeat 7px center;
}

.headerSortDown {
  background: url(../assets/sort-icon3.png) no-repeat 7px center;
}

.td-class {
  padding-left: 39px;
  text-align: left !important;
}

.old {
  font-family: MicrosoftYaHei;
  font-size: 12px;
  color: #9197a3;
  font-weight: 400;
  text-decoration: line-through;
}
#shijian{
  text-align: left;

  justify-content: left;
}


@media (max-width: 1700px) {
  .badge .tipssquare {
    right: 8px;
    left: auto !important;
    top: 45px !important;
    z-index: 999;
    transform: rotate(135deg);
  }

  .badge .limittips {
    right: -6px;
    left: auto !important;
    top: 50px !important;
    z-index: 99;
  }
}