.main {
    position: relative;
    padding-top: 80px;
    background-color: #edf0f3;
}
.main::after {    
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    content: '';
    width: 100%;
    max-width: 1920px;
    height: 260px;
    margin: 0 auto;
    background-image: url(../images/softbg.jpg);
    background-size: 100%;
    background-position: left bottom;
}
.main-wrap-box {
    position: relative;
    z-index: 1;
}
.main-wrap-tit {
    display: flex;
    padding: 40px 30px 15px 30px;
    font-size: 32px;
    text-align: left;
}
.main-wrap-tit-ch {
    font-weight: bold;
}
.main-wrap-tit-ch {
    color: var(--white-op8);
}
.main-wrap-tit-en {
    position: relative;
    top: 10px;
    left: -161px;
    font-size: 45px;
    color: var(--white-op3);
}
.main-wrap-con {
    padding: 30px;
    background-color: #edf0f3;
}
.main-wrap-con .soft-con {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 50px;
    width: 100%;
    border-bottom: 1px solid #f3f3f3;
}
.main-wrap-con .soft-con:nth-last-of-type(1){
    border: none;
}
.soft-box {
    flex: 0 0 365px;
    display: flex;
    flex-direction: column;
    margin: 20px;
    height: 470px;
    /* border: 1px solid #f1f1f1; */
    background-color: #ffffff;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
}
/* .soft-box:hover {
    background-color: #f9f9f9;
} */
.soft-box:hover .hoverScale {
    transform: scale(1.3);
}
.soft-t {
    margin-top: 10px;
    margin-bottom: 40px;
    font-size: 26px;
    text-align: center;
    line-height: 40px;
    font-weight: bold;
}
.soft-img {    
    height: 200px;
    overflow: hidden;
}
.soft-img img {
    width: 100%;
}
.soft-info {
    flex: 1;
    position: relative;
    padding: 20px 20px 40px 20px;
}
.soft-tit {
    font-size: 20px;
    line-height: 40px;
    font-weight: 600;
}
.soft-des {
    color: var(--black-9);
    font-size: 14px;
    line-height: 22px;
}