.NeiBanner_sub>.title {
    position: absolute;
    top: 35%;
    left: 30%;
    width: calc(40vw);
    color: #fff;
    text-shadow: 0 0px 5px #333;
}

.NeiBanner_sub>.title>h2 {
    text-align: justify;
    text-align-last: justify;
    font-size: 60px;
    margin-bottom: 30px;
}

.NeiBanner_sub>.fangan {
    position: absolute;
    bottom: -10%;
    left: 22%;
    width: calc(60vw);
    display: flex;
    justify-content: space-between;
}

.NeiBanner_sub>.fangan>div {
    font-weight: bold;
    text-align: center;
    line-height: 80px;
    border-radius: 10px;
    background: #fff;
    width: 20%;
    height: 80px;
    box-shadow: 0 0 10px #ccc;
}