.index-service-menu {
    width: 100%;
    display: flex;
    padding: 0;
    justify-content: space-between;
    overflow-x: auto;
}

.index-service-menu li {
    list-style: none;
    width: auto;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
}

.index-service-menu li i {
    width: 60px;
    height: 60px;
    font-size: 40px;
    color: #07C160;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index-service-menu li div {
    flex: 1;
}

.index-service-menu li div span {
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    white-space: nowrap;
}

.index-service-menu li div p {
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    margin: 0;
    white-space: nowrap;
}

.bab_home_box2 {
    padding: 0;
}

.bab_home_box2_nav {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto 70px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow-x: scroll;
}

.bab_home_box2_nav_box {
    width: 150px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bab_home_box2_nav_box i{
    width: 85px;
    height: 85px;
    display: flex;
    background-color: #f1fdf1;
    color: #07C160;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    font-size: 40px;
}

.bab_home_box2_nav_box_title {
    font-size: 18px;
    margin: 10px 0;
}

.bab_home_box2_nav_box_text {
    font-size: 14px;
    line-height: 27px;
    color: #666666;
    white-space: nowrap;
}

.bab_home_box2_nav_line {
    flex-shrink: 0;
    width: 84px;
    height: 1px;
    background: #25c159;
    margin-bottom: 100px;
}

.bab_home_box2_btn {
    width: 250px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: #18c355;
    border-radius: 25px;
    font-size: 18px;
    color: #ffffff;
    margin: 0 auto;
    animation: btnScale 6s cubic-bezier(.1,.2,.9,1) infinite;
    cursor: pointer;
}
