.thfund-fund-table-wrapper{
  border:1px solid rgba(229,229,229,1);
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 60px;
}
.thfund-fund-table-wrapper section,.thfund-fund-table-wrapper .container{
  width: 1198px;
}
#fund_search_text{
  position: absolute;
  right: 0px;
  top: 4px;
  border-radius: 4px;
  background:rgba(246,246,246,1);
  width:276px;
  height:32px;
}
.thfund-fund-table-wrapper #fundlist .filer-type-all{
  padding: 0px 10px 0px 10px;
}
.thfund-fund-table-wrapper #fundlist .bg-color-red{
  background-color: #cc2e33 !important;
  border-radius: 4px !important;
  color: white !important;
}

.thfund-fund-table-wrapper .thfund-table .sortable{
  padding-top: 1px;
}


.thfund-table{
  width: 1198px;
}
.thfund-table thead tr{
  background:rgba(251,240,240,1);
  height: 40px;
}
.thfund-table thead tr th,.thfund-table tbody tr td{
  text-align: center;
  font-weight:400;
}
.thfund-table tbody tr{
  border-bottom: 1px solid rgba(241,241,241,1);
}
.thfund-table tbody tr:last-child{
  border-bottom: none;
}
.thfund-table tbody tr td:first-child a{
  color: #333333;
}
.thfund-table .font-red{
  color:#FF0A0A;
}
.thfund-table .font-green{
  color:#69b873;
}
.thfund-table .btn-list-buy:hover, .thfund-table .btn-list-fixinvest:hover{
  box-shadow: none;
}
.thfund-table .btn-list-buy{
  width:34px;
  height:18px;
  background:rgba(230,0,18,1);
  border-radius:2px;
  color: white;
  padding: 0px;
  border: none;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  min-width: 34px;
}
.thfund-table .btn-list-buy.btn.disabled{
  opacity: 1;
  background-color: #999;
}
.thfund-table .btn-list-fixinvest{
  width:34px;
  height:18px;
  border-radius:2px;
  color: rgba(230,0,18,1);
  padding: 0px;
  border: 1px solid rgba(230,0,18,1);
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  margin-left: 3px;
  min-width: 34px;
}
.thfund-table .btn-list-fixinvest.btn.disabled{
  opacity: 1;
  border: 1px solid #999;
  color: #999;
}
.thfund-table .bg-color-red{
  background-color: rgba(204,46,51,1) !important;
}
.thfund-fund-table-wrapper .sort-table-box > thead > tr > th > .asc{
  background-image: url(/sites/all/themes/thfund/images/thfund-table-sort-icon-up.png);
}
.thfund-fund-table-wrapper .sort-table-box > thead > tr > th > .desc{
  background-image: url(/sites/all/themes/thfund/images/thfund-table-sort-icon-down.png);
}
.thfund-fund-table-wrapper #search_start{
  background-color: #CC2E33;
  width: 48px;
  height: 32px;
  /* display: flex; */
  /* align-items: center;
  justify-content: center;
  position: absolute; */
  top: 4px;
  border-radius: 0px 4px 4px 0px;
}
#search_start img{
  position: absolute;
  left:50%;
  top:50%;
  transform: translate(-50%,-50%);
}
.thfund-fund-table-wrapper #fundlist .filer-type-name{
  border: 1px solid rgba(255,255,255,0);
  min-width: 100px;
  height: 26px;
  line-height: 23px;
  font-size: 14px;
  margin-right: 24px;
  color: #666;
}
.thfund-fund-table-wrapper #fundlist .filer-type-name:hover{
  border:1px solid #CC2E33;
  border-radius: 4px;
  color: #CC2E33;
  text-decoration: none;
  background-color: white;
}
.thfund-fund-table-wrapper #fundlist .container {
  padding-left: 30px;
  padding-right: 30px;
}
.thfund-fund-table-wrapper #fundlist .fundlist-search-wrapper{
  padding-right: 0px;
  border-bottom: 1px solid rgba(241,241,241,1);
  padding-bottom: 10px;
}
.thfund-fund-table-wrapper #fundlist .filer-type{
  height: auto;
}
.thfund-fund-table-wrapper #fundlist .fundlist-search-wrapper strong{
  font-size: 20px;
  font-weight: bold;
  width: auto;
}
#fund_search_text::-webkit-input-placeholder{
  color:#999;
}
#fund_search_text::-moz-placeholder{   /* Mozilla Firefox 19+ */
  color:#999;
}
#fund_search_text:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
  color:#999;
}
#fund_search_text:-ms-input-placeholder{  /* Internet Explorer 10-11 */
  color:#999;
}
.thfund-fund-table-wrapper .pagination{
  margin-bottom: 15px;
}
.thfund-fund-table-wrapper #fundlist .container .filer-cat{
  font-size: 14px;
  color: #333;
  /* font-weight: 700; */
}
.thfund-fund-table-wrapper #fundlist .container .filer-cat:nth-child(1){
  margin-top: -3px;
}
.thfund-fund-table-wrapper #fundlist .container .filer-cat:nth-child(2){
  /*margin-top: 10px;*/
}
.thfund-fund-table-wrapper #fundlist .thfund-fund-type{
  /* display: flex;
  display: -webkit-flex; */
  position: relative;
}
.thfund-fund-table-wrapper #fundlist .thfund-fund-type p{
  margin-top: 10px;
}
.fund_types_more_btn{
  width: 150px;
  display: flex;
  display: -webkit-flex;
  align-items: baseline;
  padding-top: 10px;
  cursor: pointer;
  color: #CC2E33;
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 14px;
}
.fund_types_more_btn_icon{
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 0;
  border-color: #CC2E33 transparent transparent;  
}
#pre_ellipsis,#next_ellipsis{
  cursor: not-allowed;
}
#pre_ellipsis:hover,#next_ellipsis:hover{
  background-color: #fafafa;
  color: #666;
  border-color: #f3f3f3;
}
.thfund-fund-recommend-pickup-expand{
  margin-top: 17px;
  cursor: pointer;
  position: absolute;
  width: inherit;
}
.thfund-fund-recommend-pickup-expand img{
  margin: auto;
  width: 24px;
  height: 14px;
}
.thfund-fund-table-wrapper .fund-tag{
  max-width: 300px;
  margin-top: 0px !important;
}
.thfund-fund-table-wrapper .fund-tag span{
  padding-left: 5px;
  padding-right: 5px;
  /*height: 16px;*/
  border: 1px solid #FEAB6C;
  border-radius: 4px;
  margin-right: 5px;
  color: #FEAB6C;
  font-weight: normal;
  float: left;
  line-height: normal;
  margin-bottom: 4px;
}
.font-size-16{
  font-size: 16px;
}
.thfund-fund-table-wrapper .newFundTag{
  background-color: #E60012;
  border-radius: 3px;
  color: white;
  margin-left: 5px;
  font-size: 12px;
  padding: 1px 2px;
  vertical-align: middle;
}
.thfund-fund-table-wrapper .newFundBtn{
  background-color: #E60012;
  width:56px;
  height:20px;
  border-radius:2px;
  display: inline-block;
  text-align: center;
  color: white;
  line-height: 20px;
  margin-right: 10px;
  padding-top: 1px;
}
.thfund-fund-table-wrapper .newFundBtn:hover{
  text-decoration: none;
}
.thfund-fund-table-wrapper .incomeUnit-Tips{
  text-decoration: underline;
  position: relative;
}
.thfund-fund-table-wrapper .incomeUnit-Tips:hover .incomeUnit-Tips-pop{
  display: block;
}
.thfund-fund-table-wrapper .incomeUnit-Tips-pop{
  position: absolute;
  color: #666666;
  background-color: white;
  box-shadow:1px 2px 8px 0px rgba(0, 0, 0, 0.2);
  border-radius:4px;
  padding: 8px;
  bottom: 35px;
  left: -8px;
  width: 164px;
  font-size: 12px;
  line-height: normal;
  text-align: left;
  word-wrap: break-word;
  display: none;
}
.thfund-fund-table-wrapper .incomeUnit-Tips-triangle{
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4px 0;
  border-color: #FFFFFF transparent transparent;
  position: absolute;
  bottom: -6px;
  left: 30%; 
}