.footerItem {
    width: 100%;
    height: 680px;
    overflow-x: hidden;
    overflow-y: auto;
    -ms-overflow-style: none; /* IE 10+ */
    scrollbar-width: none; /* Firefox 64 */
}

.footerItem::-webkit-scrollbar {
    display: none;
}

.breadcrumbNavigation {
    font-size: 17px;
    width: 1200px;
    margin: 12px auto;
    padding-bottom: 12px;
    border-bottom: 1px solid #dcdfe6;
}

.navigation-green {
    color: rgb(142, 193, 36);
}

.rec_text {
    width: 910px;
    height: 249px;
    border-bottom: 1px solid #cecece;
    margin: 0 10px;
    box-sizing: border-box;
}

.rec_text:last-child {
    border-bottom: 0;
}

.introduce_text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #989898;
    text-align: left;
    margin: 0px;
    height: 43px;
    font-size: 16px;
    line-height: 22px;
}

.subtitle {
    color: #666666;
    margin-top: 40px;
    margin-bottom: 20px;
    text-align: left;
    font-weight: bolder;
}

.successButton {
    cursor: pointer;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    outline: 0;
    transition: .1s;
    font-weight: 400;
    width: 88px;
    height: 32px;
    line-height: 32px;
    border-radius: 16px;
    margin-top: 22px;
    background: #8DC21F;
}