.serve-banner {
    width: 100%;
    height: 600px;
    background: url('../images/direct-seeding-banner.png') center no-repeat;
    background-size: contain;
}


.serve-text {
    width: 720px;
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 29px;
    margin-top: 50px;
}

.expound-text {
    max-width: 720px;
    font-weight: 900;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 29px;
    margin-top: 18px;
    display: inline-block;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
}

.private-traffic {
    background-color: #FFFFFF;
    padding: 90px 0 60px 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}

.advantage-img01 {
    width: 620px;
    height: 420px;
    object-fit: cover;
}

.advantage-img02 {
    width: 620px;
    height: 420px;
    object-fit: cover;
    margin-left: 30px;
}

.private-title {
    display: flex;
    flex-wrap: nowrap;
}

.private-title p {
    font-weight: 700;
    font-size: 28px;
    color: #0256FF;
    line-height: 37px;
}

.private-title h4 {
    font-weight: 700;
    font-size: 28px;
    color: #333333;
    line-height: 37px;
}

.private-content {
    margin-left: 75px;
}

.segmentation-box {
    margin-top: 21px;
    position: relative;
}

.segmentation {
    width: 530px;
    height: 2px;
    background: #EBEBEB;
}

.segmentation-line {
    width: 40px;
    height: 4px;
    background: #333333;
    margin-top: -3px;
}

.merit-title-content {
    display: flex;
    flex-wrap: nowrap;
    margin-top: 30px;
    align-items: center;
}

.merit-icon {
    width: 26px;
    height: 24px;
}

.merit-title-content h4 {
    font-weight: 700;
    font-size: 22px;
    color: #333333;
    line-height: 36px;
    margin-left: 10px;
}

.merit-title {
    font-size: 20px;
    color: #999999;
    line-height: 30px;
    margin-top: 10px;
    width: 530px;
}

.merit-title-all {
    font-size: 20px;
    color: #999999;
    line-height: 30px;
    margin-top: 10px;
    width: 595px;
}

.consult-but {
    width: 290px;
    height: 70px;
    background: linear-gradient(180deg, #646CFF 0%, #7040FF 100%);
    border-radius: 58px;
    margin: auto;
    text-align: center;
    line-height: 70px;
    font-weight: 700;
    font-size: 22px;
    color: #FFFFFF;
}

.flow-content {
    width: 100%;
    height: 434px;
    background: linear-gradient(180deg, #627CFF 0%, #2054FF 100%);
    margin-top: 90px;
}

.flow-title {
    font-weight: 700;
    font-size: 32px;
    color: #FFFFFF;
    line-height: 42px;
    text-align: center;
    padding-top: 90px;
}

.icon-box {
    width: 112px;
    height: 112px;
    border-radius: 30px;
    background: #FFFFFF;
    margin-left: 16px;
}

.icon-box img {
    width: 52px;
    height: 52px;
    margin-left: 50%;
    margin-top: 50%;
    transform: translate(-50%, -50%);
}

.flow-text {
    width: 144px;
    font-weight: 700;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 26px;
    text-align: center;
    margin-top: 14px;
}

.flow-box {
   margin: 60px 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}

.flow-box li {
    margin-right: 56px;
}

.arrows-icon {
    width: 30px;
    height: 28.5px;
    margin-top: 45px;
}

.applicable-title {
    font-weight: 700;
    font-size: 32px;
    color: #333333;
    line-height: 42px;
    text-align: center;
}

.applicable-scene {
    padding-top: 60px;
    background: linear-gradient(270deg, #EDF2FF 0%, #F5F4FF 100%);
}

.applicable-type {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-top: 53px;
}

.applicable-type li {
    /* margin-right: 88px; */
    margin-right: 84px;
    margin-bottom: 35px;
    position: relative;
    transition: all .5s;
    border-radius: 10px;
}

.applicable-type li::after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 50%;
    z-index: 1;
    transform: translateX(-50%);
    width: 146px;
    height: 195px;
    background: rgba(59, 160, 255, 0.67);
    border-radius: 10px;
    filter: blur(20px);
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.applicable-type li:nth-child(6n) {
    margin-right: 0;
}

.applicable-type li:hover::after {
    opacity: 1;
}

.applicable-type li:hover {
    transform: translateY(-14px);
}

.scene-img {
    width: 160px;
    height: 200px;
    border-radius: 10px;
    position: relative;
    z-index: 9;
}

.scene-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    height: 40px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    border-radius: 0 0 10px 10px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
}

.applicable-box {
    width: 1400px;
    margin: 0 auto;
}

.applicable-but {
    margin-top: 15px;
    padding-bottom: 90px;
}

.serve-title-img {
    width: 564px;
    height: 88px;
    background: url('../images/serve-title-img.png') center no-repeat;
    background-size: cover;
}

.serve-content {
     width: 1300px;
     margin: 0 auto;
     padding-top: 177px;
}