.financialProducts_kv .text {
    position: absolute;
    top: 111px;
    left: 14%;
  }
  .financialProducts_kv .banner_conrnt {
    position: relative;
    top: 87px;
    left: 206px;
    color: #FFFFFF;
  }
  .financialProducts_kv .banner_conrnt .ba_code {
    font-size: 16px;
    line-height: 20px;
  }
  .financialProducts_kv .banner_conrnt .na_title {
    margin-top: 5px;
    font-size: 18px;
    font-weight: 600;
    line-height: 35px;
  }
  .financialProducts_kv .banner_conrnt div {
    margin-top: 10px;
  }
  .financialProducts_kv .banner_conrnt div span {
    display: inline-block;
    line-height: 20px;
    height: 20px;
    padding: 0 5px;
    text-align: center;
  }
  .financialProducts_kv .banner_conrnt div .ba_tipsone {
    background: #4171ff;
  }
  .financialProducts_kv .banner_conrnt div .ba_tipstwo {
    border: 1px solid #4171ff;
  }
  .container_fian {
    width: 1328px;
    margin: 0 auto 100px;
    background: #FFFFFF;
  }
  .container_fian .navigation {
    line-height: 48px;
  }
  .container_fian .navigation span {
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    line-height: 21px;
    text-align: left;
    font-style: normal;
  }
  .container_fian .navigation .pointer {
    color: rgba(51, 51, 51, 0.5) !important;
  }
  .container_fian .main_body {
    padding-top: 40px;
    display: flex;
  }
  .container_fian .main_body .main_left {
    width: 230px;
    margin-right: 40px;
    height: 585px;
    overflow: hidden;
    position: relative;
  }
  .container_fian .main_body .main_left div {
    width: 230px;
    height: 58px;
    background: #F6F6F6;
    line-height: 58px;
    padding-left: 24px;
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    font-style: normal;
    cursor: pointer;
  }
  .container_fian .main_body .main_left .active {
    background: linear-gradient(
      270deg,
      rgba(2, 74, 194, 0) 0%,
      rgba(28, 116, 226, 0.2) 100%
    );
    color: #003cc8;
    font-weight: bold;
  }
  .container_fian .main_body .main_left .active a {
    color: #FFFFFF;
  }
  .container_fian .main_body .show_more{
    position: absolute;
    bottom: 0;
    text-align: center;
    padding: 0;
    line-height: 16px !important;
    color: #003cc8 !important;
  }
  .container_fian .main_body .pack_up_more{
    transform: rotate(-90deg) !important;
  }
  .container_fian .main_body .main_right {
    width: calc(100% - 270px);
  }
  .container_fian .main_body .main_right .main_title {
    width: 100%;
    line-height: 23px;
    padding-left: 15px;
    position: relative;
    font-size: 22px;
    color: #000000;
  }
  .container_fian .main_body .main_right .main_title::before {
    display: block;
    content: "";
    position: absolute;
    background: #003CC8;
    width: 4px;
    height: 23px;
    left: 0;
    top: 0;
  }
  .container_fian .main_body .main_right .product_overview {
    margin:25px 0 21px;
  }
  .container_fian .main_body .main_right .product_overview .product_profit {
    display: flex;
    align-items: center;
    height: 84px;
    background: rgba(0, 60, 200, 0.04);
    border: 1px solid rgba(222, 222, 222, 0.5);
    padding-left: 40px;
    margin-top: 38px;
  }
  .container_fian .main_body .main_right .product_overview .product_profit img {
    width: 32px;
  }
  .container_fian .main_body .main_right .product_overview .product_profit .fit_title {
    display: inline-block;
    width: 200px;
    height: 24px;
    border-right: 1px solid #D8D8D8;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    font-style: normal;
    text-align: center;
  }
  .container_fian .main_body .main_right .product_overview .product_profit .fit_number {
    margin-left: 24px;
    font-weight: 400;
    font-size: 18px;
    color: #BF844A;
    font-style: normal;
  }
  .container_fian .main_body .main_right .product_overview .product_profit .fit_time {
    margin-left: 24px;
    font-weight: 400;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.4);
    font-style: normal;
  }
  .container_fian .main_body .main_right .unit_worth .pagination {
    margin-top: 17px;
    text-align: right;
  }
  .container_fian .main_body .main_right .custom-table .el-table__row {
    height: 64px;
    font-size: 16px;
    color: #000000;
  }
  .container_fian .main_body .main_right .custom-table .cell {
    padding-left: 40px;
  }
  .container_fian .main_body .main_right .annual_income {
    margin-top: 50px;
  }
  
  .node_list {
    width: 100%;
    min-height:448px;
    position: relative;
  }
  .node_list .node_list_info {
    height: 56px;
    background: #ffffff;
    border-bottom: 1px solid #fafafa;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
    cursor: pointer;
    color: #333333;
  }
  .node_list .node_list_info:nth-child(2n) {
    background: #fafafa;
  }
  .node_list .active_list_info {
    color: #003cc8;
  }
  .node_list .node_list_empty_info{
      height:410px;
      width:100%;
      display:flex;
      justify-content: center;
      align-items: center;
      color: #909399;
    border-top:1px soild #EBEEF5;
    border-bottom:1px soild #EBEEF5;
  }
  .pagination {
    width: 100%;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  
  .node_list::after{
   width:100%;
   height:1px;
   background-color:#000;	
  }
  .node_list::after, .node_list::before{
  content: '';
      position: absolute;
      background-color: #EBEEF5;
      z-index: 1;
  }
  /*# sourceMappingURL=fiancialDetails.css.map */
  