.main-wrapper {
    padding-bottom: 355px;
    position: relative;
    background-color: #FFFFFF;
}
.banner {
    background: url('../images/detail_banner.png');
    background-size: 100% 100%;
}
.case-info {
    margin: 100px 0;
    display: flex;
}
.info-left {
    width: 0;
    flex: 1 0 auto;
}
.info-left h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}
.info-left h3::after {
    content: '';
    width: 40px;
    height: 6px;
    margin: 8px 0 16px;
    background-color: #1D78F4;
    display: block;
}
.info-left p {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}
.info-right {
    width: 740px;
    height: 414px;
    margin-left: 16px;
    flex: 0 0 auto;
}
.info-right-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section-item {
    margin-bottom: 48px;
}
.section-item-title {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}
.section-item-title::after {
    content: '';
    width: 40px;
    height: 6px;
    margin: 8px 0 16px;
    background-color: #1D78F4;
    display: block;
}
.section-item-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}
.more-info {
    width: 100%;
    height: 303px;
    padding: 60px 0 0 372px;
    background: url('../images/footer.png');
    background-size: 100% 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #F1F1F1;
}
.more-info p {
    font-size: 30px;
    font-weight: 500;
    line-height: 36px;
}
.more-info span {
    width: 870px;
    padding: 16px 0 32px;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    display: block;
}
.more-info a {
    width: 120px;
    height: 37px;
    border-radius: 6px;
    background-color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    line-height: 37px;
    color: #333333;
    display: block;
}