.i-product .title {
    min-height: auto;
}
.i-product .desc {
    min-height: 4rem;
}
.index .i-why .desc {
    line-height: 2;
}

@media screen and (max-width: 768px) {
    header .header-right .langBtn {
        font-size: 16px;
        padding: 8px;
    }
    .moreBtn {
        font-size: 14px;
    }
    .moreBtn2 {
        font-size: 14px;
        padding: 10px 15px;
    }
    .index .i-solution .top .title {
        font-size: 22px;
    }
}