.case_box{
    display: flex;
    justify-content: space-between;
}
.seat{
    width: 76px;
}
.img_div img:first-child{
    width: 440px;
    height: 440px;
    margin-bottom: 50px;
}
.img_div{
    font-family: PingFang SC;
    font-weight: 600;
    font-size: 18px;
    color: #333333;
    text-align: center;
    position: relative;
    flex-shrink: 0;
}
.img_div p{
    position: relative;
    z-index: 1;
}
.img_div .rise{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 440px;
    height: 130px;
}
.case_box .info_box_top{
    background: #F0F2F6;
    border-radius: 54px;
    padding: 0 11px 22px;
}
.info_box_top_content{
    background: #fff;
    padding: 20px 35px 18px;
    min-height: 400px;
    border-top: 2px solid #F6F7F8;
}
.info_box_top_content >div{
    font-family: PingFang SC;
    font-weight: 600;
    font-size: 28px;
    color: #333333;
    margin-bottom: 20px;
}
.info_box_top_content > p{
    display: flex;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 34px;
}
.dian{
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #005BF9;
    margin: 16px 10px 0;
    flex-shrink: 0;
}
.info_box_bottom{
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
}
.info_box_bottom_li{
    width: 50%;
    display: flex;
    align-items: center;
}
.info_box_bottom_li div{
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
    box-shadow: 4px 4px #F6F7F8;
    font-family: DIN Alternate;
    font-weight: bold;
    font-size: 18px;
    color: #005BF9;
}
.info_box_bottom_li div span{
    font-size: 12px;
}
.info_box_bottom_li img{
    width: 66px;
    height: 66px;
}
.industry .li{
    width: 31.7%;
    padding: 60px 35px;
}
.industry .li img{
    width: 155px;
    height: 179px;
}
.industry .li > div > div{
    margin: 20px 0;
}
.programme .li{
    width: 48.2%;
    background: #fff;
    margin-bottom: 38px;
    display: flex;
    align-items: center;
    border-radius: 8px;
    padding: 13px 0;
    font-family: PingFang SC;
    font-weight: 600;
    font-size: 20px;
    color: #000000;
    line-height: 30px;
}
.programme .li >div{
    text-align: left;
}
.programme .li img{
    width: 80px;
    height: 100px;
    margin: 0 26px;
}
.programme .li p{
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #54627C;
    line-height: 24px;
    margin-top: 20px;
}
.programme .li:nth-last-child(-n+2){
    margin-bottom: 0;
}
.worth .li {
    position: relative;
    overflow: hidden;
}
.worth .li .top_border{
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    height: 7px;
    width: 100%;
    background-image: linear-gradient(to right, #9EBFFD, #3676FE);
}
.img_ul .img_li div img{
  width:28px;
}