.ideaContent01{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin:76px 0;
  }
  .ideaContent01Card{
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #FFFFFF;
    width: 336px;
    height: 293px;
    border-radius: 8px;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.08);
    margin: 0 28.5px;
  }
  .ideaContent01Card:hover {
    background-color: #FBD100;
  }
  
  .ideaContent01Card:hover .ideaContent01CardTitle,
  .ideaContent01Card:hover .ideaContent01CardText {
    color: #fff;
  }
  .ideaContent01CardImg{
    width: 80px;
    height: 80px;
    overflow: hidden;
    margin-top: 50px;
  }
  .ideaContent01CardImg img{
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .ideaContent01CardTitle{
    width: fit-content;
    height: 40px;
    font-family: PingFangSC-Medium;
    font-size: 28px;
    color: #151F41;
    letter-spacing: 0;
    text-align: center;
    font-weight: 500;
    margin-top: 27px;
  }
  .ideaContent01CardText{
    width: fit-content;
    height: 22px;
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #151F41;
    letter-spacing: 0;
    font-weight: 400;
    margin-top: 15px;
  }
  .ideaContent02{
    width: 100%;
    height: auto;
    background-image: url('/static/images/idea_contentBg.jpg');
    background-size: cover;
    background-position: center; 
    background-repeat: no-repeat; 
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .ideaContentTitle{
    width: fit-content;
    height: 50px;
    font-family: PingFangSC-Semibold;
    font-size: 36px;
    color: #343434;
    letter-spacing: 0;
    text-align: center;
    font-weight: 600;
    margin-top: 56px;
    margin-bottom: 56px;
  }
  .ideaContent02Card{
    width: 517px;
    height: 178px;
    display: flex;
    background: #FFFFFF;
    border-radius: 8px;
    align-items: center;
  }
  .ideaContent02CardList:last-child{
    margin-bottom:103px;
  }
  .ideaContent02CardList{
    display: grid;
    grid-template-columns: repeat(2,517px);
    justify-content: center;
    gap:40px;
    margin-bottom: 40px;
  }
  .ideaContent02CardImg{
    width: 80px;
    height: 80px;
    overflow: hidden;
    margin-left: 32px;
  }
  .ideaContent02CardImg img{
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .ideaContent02CardTitle{
    font-family: PingFangSC-Medium;
    font-size: 24px;
    color: #151F41;
    letter-spacing: 0;
    font-weight: 500;
    width: fit-content;
    height: 33px;
    margin-bottom: 13px;
  }
  .ideaContent02CardText{
    width: fit-content;
    height: 78px;
  }
  .ideaContent02CardText div{
    font-family: PingFangSC-Light;
    font-size: 15px;
    color: #4D4D4D;
    letter-spacing: 0;
    line-height: 26px;
    font-weight: 200;
  }
  .ideaContent02CardInfo{
    margin-left: 32px;
  }
  .ideaContent03{
    width: 100%;
    height: auto;
  }
  .ideaContent03{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .wheatLeft,.wheatRight{
    width: 28px;
    height: 28px;
    overflow: hidden;
  }
  .wheatLeft img,.wheatRight img{
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .ideaContent03Card{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 50px;
  }
  .ideaContent03CardHeader{
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 182px;
    margin-bottom: 29px;
  }
  .ideaContent03CardTitle{
    width: fit-content;
    height: 37px;
    font-family: PingFangSC-Semibold;
    font-size: 32px;
    color: #151F41;
    letter-spacing: 0;
    text-align: center;
    line-height: 36px;
    font-weight: 600;
  }
  .ideaContent03CardText{
    font-family: PingFangSC-Regular;
    font-size: 18px;
    color: #4D4D4D;
    letter-spacing: 0;
    text-align: center;
    line-height: 26px;
    font-weight: 400;
    height: 26px;
  }
  .ideaContent03CardList{
    display: flex;
    margin-bottom:105px;
  }
  @media(max-width:1100px){
    .ideaContent03Card{padding:0 30px;}
    .ideaContent02CardText{height:auto;}
    .ideaContent02Card{width:360px;height:auto;}
    .ideaContent02CardList{grid-template-columns: repeat(2,360px);;}
  }
  @media(max-width:990px){
    .ideaContent01,.ideaContent03CardList{flex-direction:column;}
    .ideaContent02CardList{grid-template-columns: repeat(1,360px);;}
    .ideaContent01Card{margin-bottom:20px;}
    .contact-content-1{
      margin-left:-70px !important;
    }
    .ideaContent02CardList>.ideaContent02Card:nth-child(1){margin-bottom:40px;}
    
    .ideaContent02CardInfo{padding:8%;}
    
    .ideaContent03Card{margin-bottom:40px;}
  }