.content {
    background-color: #F2F2F2;
    padding-bottom: 64px;
}

.hotGenealogy {
    margin-left: 0 !important;
    height: fit-content;
}


.page-info{
    bottom: -165px !important;
}

.hotGenealogy .hotList {
    padding: 0 !important;
}

.hotGenealogy .hotList .hotItem {
    padding: 25px 20px 25px 36px !important;
    margin-bottom: 0 !important;
    transition: All 1s ease;
    overflow: hidden;
}

.hotGenealogy .hotList .hotItem:hover {
    background: rgba(120, 51, 30, 0.1);
    color: rgba(120, 51, 30, 1);
    transition: All 1s ease;
}

.itemactive {
    background: rgba(120, 51, 30, 0.1);
    color: rgba(120, 51, 30, 1);
    transition: All 1s ease;
}

.hotGenealogy .hotList .hotItem .itemactive:last-child {
    background: rgba(120, 51, 30, 0.1);
    color: rgba(120, 51, 30, 1);
    transition: All 1s ease;
    border-radius: 0 0 10px 10px;
}

.hotGenealogy .hotList .hotItem:last-child:hover {
    background: rgba(120, 51, 30, 0.1);
    color: rgba(120, 51, 30, 1);
    transition: All 1s ease;
    border-radius: 0 0 10px 10px;

}


.helpContent {
    margin: 64px auto;
    margin-bottom: 100px;
}

.helpTabs {
    display: flex;
    justify-content: flex-start;
}

.helpTabs .tabItem {
    margin-right: 80px;
    font-size: 40px;
    font-weight: 900;
    letter-spacing: 0px;
    line-height: 57.48px;
    color: rgba(51, 51, 51, 0.4);
    cursor: pointer;
    position: relative;
}

.helpTabs .tabCurr {
    color: rgba(51, 51, 51, 1);
}

.helpTabs .tabCurr:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -24px;
    width: 61px;
    height: 2px;
    background-color: rgba(51, 51, 51, 1);
}

.hotGenealogy_app {
    display: none;
}

.helpList {
    margin-left: 24px;
    width: 100%;
    background-color: #ffffff;
    padding: 40px;
    box-sizing: border-box;
    padding-bottom: 0;
    border-radius: 10px;
    height: fit-content;
    position: relative;
}

.helpList .helpItem {
    width: 100%;
    padding-bottom: 40px;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(51, 51, 51, 0.1);
    cursor: pointer;
    margin-bottom: 40px;
}

.helpList .helpItem:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.last-help-item {
    margin-bottom: 0 !important;
    border: none !important;
}

.helpList .iteTop {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.helpList .iteTop .dian {
    width: 10px;
    height: 10px;
    background-color: rgba(120, 51, 30, 1);
    border-radius: 100%;
    flex-shrink: 0;
    margin-right: 24px;
}

.helpList .iteTop .itemTitle {
    width: 100%;
    font-size: var(--news-title-font-size);
    font-weight: 400;
    letter-spacing: 0;
    line-height: 42px;
    color: rgba(51, 51, 51, 1);
}

.helpList .iteTop .arrows {
    width: 32px;
    height: 32px;
    opacity: 0.4;
    transform: rotate(90deg);
    transition: rotate 0.3s ease-in-out;
}

.helpList .itemContent {
    padding-left: 34px;
    box-sizing: border-box;
    margin-top: 20px;
    font-size: var(--conten-font-size);
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 27px;
    color: rgba(51, 51, 51, 0.8);
    text-align: justify;
    display: none;
    /*height: 0;*/
}

.helpList .helpItem:hover .itemTitle {
    color: rgba(120, 51, 30, 1);
}

.helpList .helpItem:hover .itemContent {
    color: rgba(120, 51, 30, 1);
}

.helpList .helpItemCurr .iteTop .arrows {
    animation: fz 0.5s forwards;
}

.helpList .helpItemCurr .itemContent {
    display: flex;
}

@keyframes fz {
    from {
        transform: rotate(90deg);
    }
    to {
        transform: rotate(-90deg);
    }
}

/*! 1440 ~ 1680 */
@media all and (max-width: 1680px) {
    .content {
        padding-bottom: 60px;
    }


    .page-info{
        bottom: -160px !important;
    }

    .helpContent {
        margin: 60px auto;
        margin-bottom:100px;
    }

    .helpTabs .tabItem {
        margin-right: 75px;
        font-size: 36px;
        font-weight: 900;
        line-height: 50px;
    }

    .helpTabs .tabCurr:after {
        bottom: -22px;
        width: 55px;
        height: 2px;
    }

    .helpList .helpItem {

        padding-bottom: 36px;
        margin-bottom: 36px;
    }

    .helpList .iteTop .dian {
        width: 9px;
        height: 9px;
        margin-right: 22px;
    }

    .helpList .iteTop .itemTitle {
        line-height: 40px;
    }

    .helpList .iteTop .arrows {
        width: 30px;
        height: 30px;
    }

    .helpList .itemContent {
        padding-left: 31px;
        margin-top: 20px;
        line-height: 24px;
    }
}

/*! 1200 ~ 1440 */
@media all and (max-width: 1440px) {
    .content {
        padding-bottom: 50px;
    }

    .page-info{
        bottom: -150px !important;
    }


    .helpContent {
        margin: 50px auto;
        margin-bottom: 100px;
    }

    .helpTabs .tabItem {
        margin-right: 70px;
        font-size: 32px;
        font-weight: 900;
        line-height: 46px;
    }

    .helpTabs .tabCurr:after {
        bottom: -20px;
        width: 52px;
        height: 2px;
    }

    .helpList {
    }

    .helpList .helpItem {
        padding-bottom: 32px;
        margin-bottom: 32px;
    }

    .helpList .iteTop .dian {
        width: 8px;
        height: 8px;
        margin-right: 20px;
    }

    .helpList .iteTop .itemTitle {
        line-height: 36px;
    }

    .helpList .iteTop .arrows {
        width: 28px;
        height: 28px;
    }

    .helpList .itemContent {
        padding-left: 28px;
        margin-top: 18px;
        line-height: 22px;
    }
}

/*! 992 ~ 1200 */
@media all and (max-width: 1200px) {
    .content {
        padding-bottom: 40px;
    }

    .page-info{
        bottom: -150px !important;
    }


    .helpContent {
        margin: 40px auto;
        margin-bottom: 100px;
    }

    .helpTabs .tabItem {
        margin-right: 60px;
        font-size: 32px;
        font-weight: 900;
        line-height: 46px;
    }

    .helpTabs .tabCurr:after {
        bottom: -18px;
        width: 48px;
        height: 2px;
    }

    .helpList .helpItem {
        padding-bottom: 28px;
        margin-bottom: 28px;
    }

    .helpList .iteTop .dian {
        width: 7px;
        height: 7px;
        margin-right: 20px;
    }

    .helpList .iteTop .itemTitle {
        line-height: 32px;
    }

    .helpList .iteTop .arrows {
        width: 22px;
        height: 22px;
    }

    .helpList .itemContent {
        padding-left: 27px;
        margin-top: 16px;
        line-height: 20px;
    }
}

/*! <=991 手机端 */
@media all and (max-width: 991px) {
    .content {
        padding-bottom: 40px;
        min-height: calc(100vh - 440px) !important;
    }

    .helpContent {
        margin: 0px auto;
        padding: var(--mobile-content-padding);
    }

    .helpTabs {
        padding: 16px 12px;
        box-sizing: border-box;
    }

    .helpTabs .tabItem {
        margin-right: 40px;
        font-size: 20px;
        font-weight: 700;
        line-height: 28px;
    }

    .helpTabs .tabCurr:after {
        bottom: -14px;
        width: 40px;
        height: 2px;
        background: rgba(120, 51, 30, 1);
    }

    .helpList {
        margin-top: 0px;
        padding: 16px 12px;
        box-sizing: border-box;
        padding-bottom: 0;
        margin-bottom: 12px;
    }

    .helpList .helpItem {
        padding-bottom: 16px;
        margin-bottom: 16px;
    }

    .helpList .iteTop .dian {
        width: 4px;
        height: 4px;
        margin-right: 10px;
    }

    .page-info{
        bottom: -64px !important;
    }

    .helpList .iteTop .itemTitle {
        line-height: 24px;
        letter-spacing: 0px;
    }

    .helpList .iteTop .arrows {
        width: 12px;
        height: 12px;
    }

    .helpList .itemContent {
        padding-left: 14px;
        margin-top: 16px;
        line-height: 20px;
    }

    .helpList .helpItem:hover .itemTitle {
        color: rgba(51, 51, 51, 1);
    }

    .helpList .helpItem:hover .itemContent {
        color: rgba(51, 51, 51, 0.8);
    }

    .helpList {
        margin-left: 0;
    }

    .hotGenealogy {
        display: none;
    }

    .hotGenealogy_app {
        display: flex;
        flex: 1;
        align-items: center;
        flex-wrap: wrap;
        margin-bottom: 10px;
        border-radius: 10px;
    }

    .hotGenealogy_app .name {
        font-size: var(--news-title-font-size);
        margin-right: 15px;
        background: #fff;
        padding: 10px;
        border-radius: 10px;
    }

    .hotGenealogy_app .name:last-child {
        margin-right: 0;
    }

    .helpContent {
        flex-wrap: wrap;
    }
}
