.tabbar_out {
    background-color: rgba(245, 245, 247, 1);
  }

  .tabbar {
    width: 1200px;
    margin: 0 auto;
    /* background-color: #1ABC95; */
    margin-top: 41px;
    height: 454px;
    /* background: #CEEDE7;
    background: #F9F9F9; */

    /* background-color: rgba(110, 231, 203, 1); */
    background-color: rgba(245, 245, 247, 1);
  }

  /* .tabbar {
    height: 289px;
    background: #CEEDE7;
    background: #F9F9F9;
  } */

  .tabbar .tabbar_top {
    position: relative;
    top: 23px;
    /* left: 20px; */
    width: 100%;
    height: 80px;

  }

  .tabbar .tabbar_down {
    position: relative;
    width: 100%;
    /* height: 100%; */
  }

  .tabbar .tabbar_down .title {
    font-size: 20px;
    color: black;
    /* text-align: left; */
    font-weight: 500;
  }

  .tabbar .tabbar_down .id_title {
    font-size: 20px;
    color: black;
    /* text-align: left; */
    font-weight: 500;
    color: red;
  }

  .tabbar .tabbar_down .detailTitle {
    font-size: 16px;
    color: black;
    margin-top: 16px;
    color: rgba(0, 0, 0, 0.6);

  }


  .tabbar .tabbar_top .tabbar_top_selecte {
    /* background-color: rebeccapurple; */
    width: 250px;
    margin-right: 25px;
    font-weight: 500;
  }

  .tabbar .tabbar_top .tabbar_top_selecte span {

    font-size: 16px;
    color: #333333;
    letter-spacing: 0;
    text-align: right;
  }
