.banner{
    background: linear-gradient(98deg, #A47052 1%, #D5A971 101%), #F6F6F6;
    width: 100%;
    display: flex;
    justify-content: center;
    color: #FFFFFF;
    min-height: 246px;
    position: relative;
}
.banner::before{
    position: absolute;
    content: '';
    inset: 0;
    background: url(../img/softwareBanner.png) no-repeat;
    background-size: 50% auto;
    background-position: 0px 0px;
}
.banner .wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;   
    padding-top: 50px;
}
.banner .wrap>div:first-of-type{
    font-size: 48px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0em;
    color: #FFFFFF;
    position: relative;
}
.banner .wrap>div:first-of-type::before{
    position: absolute;
    content: '';
    top: -20px;
    width: 56px;
    height: 8px;
    background: #FFFFFF;
}
.banner .wrap>div:last-of-type{
    font-size: 24px;
    font-weight: 600;
    line-height: 44px;
    text-align: right;
    text-transform: uppercase;
    color: #E2E2E2;
    display: flex;
    align-items: center;
    gap: 12px;
}
.banner .wrap>div:last-of-type>img{
    width: 23px;
    height: 16px;
}
.software{
    width: 100%;
    height: 528px;
    display: flex;
    justify-content: center;
}
.software .wrap{
    display: flex;
    justify-content: space-between;
}
.software .left{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.software .left .title{
    font-size: 28px;
    font-weight: bold;
    line-height: 28px;
    letter-spacing: 0.06em;
    color: #424242;
    position: relative;
}
.software .left .title::after{
    position: absolute;
    content: '';
    left: 0;
    bottom: -18px;
    width: 48px;
    height: 6px;
    background: #424242;
}
.software .left .list{
    display: flex;
    margin-top: 139px;
    gap: 36px;
}
.software .left .list .item{
    display: flex;
    flex-direction: column;
    cursor: pointer;
}
.software .left .list .item>div:first-of-type>img{
    width: 116px;
    height: 116px;
    border-radius: 16px;
}
.software .left .list .item>div:last-of-type{
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
    letter-spacing: 0.06em;
    color: #424242;
}
.software .left .list .item>div:last-of-type>span{
    font-size: 12px;
    font-weight: normal;
    line-height: 12px;
    letter-spacing: 0.06em;
    margin-top: 6px;
}
.software .right{
    height: 100%;
    width: 65%;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.software .right img{
    width: 866px;
    height: 638px;
}