.tp_bg_top {
    background: url(../images/other/i9.png) no-repeat center / cover;
    padding: calc((75 / 16) * 1%) 0 calc((197 / 16) * 1%);
    position: relative;
    margin-bottom: calc((150 / 68) * 1%)
}

.tp_bg_top .title {
    font-family: Poppins;
    font-size: 40px;
    color: #ffffff;
    line-height: 1
}

.tp_bg_top .list {
    width: calc(100% - 293px * 2);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 30px;
    z-index: 9
}

.tp_bg_top .list .z_btns {
    margin-top: 0;
    margin-left: 30px;
    zoom: 1 !important
}

.tp_bg_top .list .z_btns .item {
    border: 0;
    width: 100% !important;
    padding: 0 26px;
    line-height: 50px
}

.z_tp_item {
    background: #e8f6fd;
    border-radius: 10px;
    position: relative;
    flex: 1
}

.z_tp_item:not(:first-child) {
    margin-left: 30px
}

.z_tp_item.active .btn {
    transform: rotate(180deg)
}

.z_tp_item .btn {
    position: absolute;
    right: 20px;
    top: 19px;
    width: 19px;
    height: 12px;
    background: url(../images/other/i10.png) no-repeat center / cover;
    transition: all .3s ease
}

.z_tp_item .fir{
    text-transform: capitalize;
}

.z_tp_item .fir,
.z_tp_item li {
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #666666
}

.z_tp_item ul {
    display: none
}

.z_tp_item li {
    line-height: 46px
}

.z_tp_item li:hover {
    background: var(--color-main);
    color: #fff
}

.z_tp_item li:not(:first-child) {
    border-top: 1px solid #ffffff
}

.jb_des {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px
}

.jb_des li {
    font-weight: 400;
    font-size: 18px;
    color: #666;
    line-height: 36px
}

.jb_des li:not(:first-child)::before {
    content: "|";
    margin: 0 20px
}

.jb_des li span {
    color: var(--color-main)
}

@media screen and (max-width:1366px) {
    .tp_bg_top .list {
        width: 100%
    }
}

@media screen and (max-width:950px) {
    .tp_bg_top {
        padding: 50px 0 300px
    }

    .tp_bg_top .list {
        flex-direction: column;
        align-items: center;
        justify-content: unset
    }

    .tp_bg_top .list .z_btns {
        margin: 15px 0 0
    }

    .z_tp_item {
        width: 80%;
        margin: 15px auto 0 !important
    }

    .jb_des li:not(:first-child)::before {
        content: unset
    }
}