.section_main {
    width: 100%;
    height: 5.6rem;
    background-image: url(../img/zu28507.png);
    background-size: cover;
    padding-top: 1.7rem;
  }
  .main_title {
    font-size: 0.45rem;
    color: #DE892B;
  }
  .main_text {
    margin-top: 0.35rem;
  }
  .main_text_p1 {
    width: 6.81rem;
    font-weight: 300;
    font-size: 0.25rem;
    color: #808080;
    line-height: 0.5rem;
  }
  .Talent_list {
    margin-top: 0.58rem;
  }
  .Talent_con a {
    padding: 0.1rem 0.38rem;
    width: fit-content;
    border: 0.01rem solid #847973;
    font-family: 'Roboto';
    font-weight: bold;
    font-size: 0.25rem;
    color: #847973;
    margin-right: 0.15rem;
    border-radius: 0.28rem;
    transition: all 0.3s;
    cursor: pointer;
    color: #4D4D4D;
  }
  .Tacent {
    display: flex;
  }
  .active_a a{
    background: #847973;
    background: #DE892B;
    border: 0.01rem solid #DE892B;
    color: #F2F2F2;
  }
  .Talent_main_box {
    margin-top: 0.59rem;
    margin-bottom: 0.7rem;
  }
  
  .Talent_flex1 {
    display: flex;
    padding: 0.45rem 1.1rem;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-top: 0.01rem solid #707070;
  }
  .Talent_flex1:first-child{
      border-top: none;
  }
  .cflex_p {
    font-weight: 400;
    font-size: 0.25rem;
    color: #505050;
  }
  .content {
    display: none;
  }
  .active {
    display: block;
  }
   @media only screen and (max-width: 768px) {
       .section_main{
           padding-left: 0.2rem !important;
           background-image: url(../img/mmmm.png) !important;
       }
       .center_box{
           padding-left: 0.2rem !important;
       }
       .main_title{
           font-size: 0.32rem;
       }
       .main_text_p1{
           color: #808080;
           font-size: 0.22rem;
           width: 3.85rem;
       }
       .Talent_flex1{
               border-top: 0.01rem solid #D1D1D1;
           padding: 0.49rem 0.49rem;
       }
       .cflex_p{
           font-weight: normal;
font-size: 0.19rem;
color: #4D4D4D;
line-height: 0.4rem;
       }
       .Talent_con a{
           font-size: 0.22rem;
           margin-right: 0.38rem;
       }
       .Talent_list{
            padding-bottom: 1.16rem;
       }
   }