.table-box {
  margin-top: 0px;
}
.table-box .title-box {
  color: #666;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #E6E6E6;
  height: 50px;
}
.table-box .title-box .name {
  font-size: 18px;
  color: #DA251D;
  font-weight: bold;
  text-align: center;
  line-height: 45px;
  border-bottom: 3px solid #da251d;
}
.table-box .title-box .right-box {
  display: flex;
  align-items: center;
}
.table-box .title-box .right-box .time {
  font-size: 14px;
  color: #999999;
}
.table-box .title-box .right-box .search-box {
  display: inline-block;
  margin-top: 0;
  margin-right: 15px;
  padding-left: 2px;
  width: 134px;
  height: 32px;
  font-size: 0;
  border: 2px solid #e6e6e6;
  border-radius: 20.5px;
  overflow: hidden;
  position: relative;
}
.table-box .title-box .right-box .search-box input {
  padding: 5px 8px;
  width: 92px;
  height: 28px;
  font-size: 14px;
  border-left: 0;
  border-right: 2px solid #e6e6e6;
  border-top: 0;
  border-bottom: 0;
}
.table-box .title-box .right-box .search-box .search-btn {
  right: 11px;
  margin-top: -11px;
  width: 18px;
  display: inline-block;
  position: absolute;
  top: 50%;
  height: 20px;
  background: url(../images/search_icon_gray.png) center center no-repeat;
  background-size: contain;
  cursor: pointer;
  border: 0;
}
.table-box #more-table {
  font-size: 14px;
}
.table-box #more-table tbody td {
  padding: 5px 10px !important;
}
.table-box #more-table .stock-name {
  font-size: 14px;
  color: #2A5EAC;
}
.table-box #more-table .stock-code {
  font-size: 12px;
  color: #999999;
}
.table-box #more-table .sort-head {
  position: relative;
  cursor: pointer;
  font-size: 14px !important;
  width: 15px;
  height: 20px;
}
.table-box #more-table .sort-head .sort-head-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.table-box #more-table .sort-head .sort-head-box .name-box .mark-icon {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-left: 4px;
  transform: translateY(2px);
  background: url(../images/new-data/mark_icon.png) left no-repeat;
  background-size: 13px auto;
}
.table-box #more-table .sort-head .sort-head-box .sort-icon {
  width: 8px;
  height: 20px;
  margin-left: 4px;
  display: flex;
  justify-content: center;
  flex-shrink: 0;
}
.table-box #more-table .sort-head .sort-head-box .sort-icon.default {
  background: url(../images/new-data/default_sort.png) right center no-repeat;
  background-size: 8px auto;
}
.table-box #more-table .sort-head .sort-head-box .sort-icon.up {
  background: url(../images/new-data/up_sort.png) right center no-repeat;
  background-size: 8px auto;
}
.table-box #more-table .sort-head .sort-head-box .sort-icon.down {
  background: url(../images/new-data/down_sort.png) right center no-repeat;
  background-size: 8px auto;
}
.table-box .mark-popu {
  background-color: #fff;
  width: 200px;
  position: absolute;
  padding: 12px 16px;
  box-shadow: 0px 0px 12px 0px #dcdcdc;
  border-radius: 6px;
  font-size: 13px;
  line-height: 18px;
  z-index: 999;
  display: none;
  border-color: #efefef;
}
