.saas-modpage {
    width: 1280px;
    margin: 0 auto;
    padding: 100px 30px 0;
}

.saas-modpage h1 {
    margin: 0;
    padding-bottom: 12px;
    font-family: PingFang-SC-Regular, sans-serif;
    font-size: 24px;
    line-height: 33px;
    color: #333;
    text-align: left;
    border-bottom: 1px solid #E5E5E5;
}

.work-box {
    padding-bottom: 8px;
    border-bottom: 1px solid #E5E5E5;
}

.work-box-con {
    text-align: left;
    font-size: 0;
}

.work-box:last-child {
    padding-bottom: 44px;
    border-bottom: none;
}

.work-box h3 {
    margin: 24px 0 20px;
    padding-left: 6px;
    font-family: PingFang-SC-Regular, sans-serif;
    font-size: 20px;
    text-align: left;
    color: #333;
    border-left: 8px solid #38F;
}

.work-box a {
    position: relative;
    display: inline-block;
    width: 293px;
    height: 170px;
    margin-right: 16px;
    margin-bottom: 16px;
    padding-top: 40px;
    text-align: center;
    transition: .3s;
}

.work-box a .box-con-mod {
    transition: .3s;
}

.work-box a:nth-child(4n) {
    margin-right: 0;
}

.work-box a:hover {
    transform: translateY(-5px);
}

.work-box a:hover .box-con-mod {
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .2);
}

.work-box a:hover .box-con-name {
    color: #38F;
}

.box-con-mod {
    padding-top: 56px;
    height: 100%;
    background-color: #FFF;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1);
}

.box-con-img {
    position: absolute;
    top: 0;
    left: 107px;
    width: 80px;
}

.box-con-name {
    font-size: 16px;
    line-height: 22px;
    color: #333;
}

.box-con-num {
    margin-top: 8px;
    font-size: 14px;
    line-height: 20px;
    color: #999;
}