/* hangye */
.khapps {
    width: 100%;
    height: 100%;
    position: relative;
    background: #FFFFFF;
}

.khapps .banner {
    width: 100%;
    position: relative;
    line-height: 0;
    aspect-ratio: 96 / 35;
}

.khapps .banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.khapps .banner-h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #F7F7F7;
    font-weight: bold;
    font-size: 55px;
    color: #FFFFFF;
    text-align: center;
    line-height: 55px;
    width: 100%;
    font-family: 'Montserrat';
}

.khapps .app-content {
    width: 1400px;
    margin: auto;
}

.khapps .app-text h3 {
    margin-top: 84px;
    margin-bottom: 72px;
    font-size: 55px;
    line-height: 55px;
    color: #000000;
    font-weight: 400;
    text-align: center;
    font-family: 'Montserrat';
}

.khapps .app-text p {
    font-weight: 300;
    font-size: 20px;
    color: #000000;
    margin-bottom: 30px;
    text-align: center;
    font-family: 'Montserrat';
}

.khapps .app-icon {
    margin-top: 86px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 94px;
}

.khapps .app-icon-item {
    width: 445px;
    height: 361px;
    background: #F5F5F5;
    border-radius: 10px 10px 10px 10px;
    padding: 30px 21px 0px 22px;
    text-align: center;
}

.khapps .app-icon-item img {
    width: 72px;
    height: 72px;
    margin-bottom: 36px;
}

.khapps .app-icon-item h5 {
    font-weight: 400;
    font-size: 40px;
    color: #009173;
    line-height: 40px;
    margin-bottom: 40px;
    font-family: 'Montserrat';
}

.khapps .app-icon-item p {
    font-weight: 300;
    font-size: 17px;
    color: #000000;
    line-height: 21px;
    font-family: 'Montserrat';
}

.khapps .app-type {
    width: 100%;
    position: relative;
    height: 750px;
    margin-bottom: 88px;
}

.khapps .app-type-header {
    width: 394px;
    height: 100%;
    background: linear-gradient(to RIGHT, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    border-radius: 10px 10px 10px 10px;
    padding: 92px 84px 92px 84px;
    z-index: 8;
    position: absolute;
    top: 0px;
    left: 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.khapps .app-type-header-item {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    cursor: pointer;
    position: relative;
}

.khapps .appspan1 {
    padding-left: 70px;
    font-weight: 400;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 20px;
    font-family: 'Montserrat';
}

.khapps .app-type-header-item:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 55%;
    left: 5px;
    width: 1px;
    height: calc(100% - 8px);
    background: #FFFFFF;
}

.khapps .appspan2 {
    width: 10px;
    height: 10px;
    border: 1px solid #FFFFFF;
    background: transparent;
    border-radius: 50%;
}

.khapps .atshow .appspan1 {
    color: rgba(255, 255, 255, 1) !important;
}

.khapps .atshow .appspan2 {
    background: #FFFFFF;
}

.khapps .app-type-img {
    width: 100%;
    height: 100%;
    z-index: 7;
    position: relative;
}

.khapps .app-type-img-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    border-radius: 10px;
    overflow: hidden;
}

.khapps .aishow {
    display: block !important;
}

.khapps .app-type-img-item a {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
}

.khapps .app-type-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.khapps .app-type-img h3 {
    font-family: 'Montserrat';
    font-weight: bold;
    font-size: 55px;
    color: #FFFFFF;
    line-height: 77px;
    margin-bottom: 58px;
}

.khapps .app-type-img p {
    margin-bottom: 86px;
    height: 62px;
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 31px;
    font-family: 'Montserrat';
}

.khapps .app-type-img button {
    width: 116px;
    height: 29px;
    background: #009173;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 300;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 20px;
    border: 1px solid #009173;
    margin: auto;
    cursor: pointer;
    font-family: 'Montserrat';
}

.app-type-img-text {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 538px;
    text-align: center;
    height: auto;
    transform: translate(-50%, -50%);
}

.tai {
    width: 100%;
    height: 296px;
    background: #F5F5F5;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.tai h3 {
    font-family: 'Montserrat';
    font-weight: bold;
    font-size: 40px;
    color: #000000;
    line-height: 40px;
    margin-bottom: 22px;
}

.tai a {
    font-family: 'Montserrat';
    width: auto;
    padding: 0 10px;
    height: 43px;
    background: #009173;
    border-radius: 10px;
    border: 1px solid #707070;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #009173;
    font-weight: 300;
    font-size: 17px;
    color: #FFFFFF;
    line-height: 31px;
}

@media (max-width: 1440px) {
    .khapps .app-content {
        width: 1140px;
    }

    .khapps .app-icon {
        justify-content: space-around;
        margin-top: 36px;
        margin-bottom: 94px;
    }

    .khapps .app-text h3 {
        font-size: 35px;
        margin-top: 54px;
        margin-bottom: 42px;
    }

    .khapps .app-type-img h3 {
        margin-bottom: 28px;
    }

    .khapps .app-type-img p {
        margin-bottom: 40px;
    }

    .khapps .app-type {
        height: 75vh;
        margin-bottom: 70px;
    }

    .khapps .app-icon-item img {
        width: 72px;
        height: 72px;
    }

    .khapps .app-icon-item {
        width: 345px;
        height: 361px;
        padding: 20px;
    }

    .khapps .app-type-header {
        padding: 20px 0px 0 40px;
        width: 324px;
    }

    .khapps .appspan1 {
        padding-left: 30px;
    }

    .khapps .app-text p {
        font-size: 18px;
        margin-bottom: 20px;
    }
}

@media (max-width:1140px) {
    .khapps .app-type-header-item:not(:last-child)::after {
        display: none;
    }

    .khapps .app-icon {
        margin-bottom: 44px;
    }

    .khapps .banner {
        height: 60vh;
    }

    .khapps .app-type-header {
        position: relative;
        background: none;
        width: 100%;
        padding: 10px;
        height: auto;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 10px;
    }

    .khapps .app-content {
        width: 95%;
    }

    .khapps .app-type-img-item a {
        height: 50vh;
    }

    .khapps .app-type-img h3 {
        margin-bottom: 28px;
    }

    .khapps .app-type-img p {
        margin-bottom: 38px;
    }

    .khapps .app-icon {
        flex-direction: column;
    }

    .khapps .app-icon-item {
        margin: 10px auto;
    }

    .khapps .app-icon-item h5 {
        font-size: 20px;
        line-height: 20px;
    }

    .khapps .app-icon-item {
        height: 300px;
    }

    .khapps .appspan1 {
        font-size: 13px;
        line-height: 15px;
        color: #000000;
        padding-left: 0;
    }

    .khapps .app-type-img-text {
        width: 80%;
    }

    .khapps .app-type-header-item:not(:last-child) {
        margin-bottom: 24px;
    }

    .khapps .app-type-header-item {
        width: 30%;
        height: 100%;
        box-sizing: border-box;
    }

    .khapps .appspan2 {
        padding-right: 20px;
        color: #009173 !important;
        display: none;
    }

    .khapps .atshow .appspan1,
    .khapps .atshow .appspan2 {
        color: #009173 !important;
    }

    .khapps .app-type {
        margin-bottom: 38px;
        height: auto;
    }

    .khapps .app-type-img {
        height: 50vh;
    }

    .khapps .tai h3 {
        text-align: center;
    }
}