/* .container {
    max-width: 1200px;
} */

/* 顶部筛选 */
.selectWrap {
    padding-top: 31px;
    padding-bottom: 10px;

    background: #F8F8F8;
}


/* 主要内容 */
.class_title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 24px;
}

.before_pageName {
    color: var(--pc-999, #999);
    font-family: PingFang SC;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    cursor: pointer;
}

.pageLv_icon {
    width: 24px;
    height: 24px;
}

.pageLv_icon>img {
    width: 24px;
    height: 24px;
}

.now_pageName {
    color: #000;
    font-family: PingFang SC;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    cursor: pointer;
}

.tagWrap {
    margin-bottom: 16px;
}

.main_content {}

.wrap_item {
    background-color: #fff;
    stroke-width: 1px;
    stroke: var(--pcf-0-f-0-f-0, #F0F0F0);
    border-radius: 12px;
    padding: 40px;
    margin-top: 24px;
}

.wrap_item_title {
    color: var(--pc-black, #161616);
    font-family: PingFang SC;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 20px;
    border-bottom: 1px solid #F0F0F0;
}

.website_tag_wrap {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #F0F0F0;
}

.tag_wrap_title {
    color: var(--pc, #FF7450);
    font-family: PingFang SC;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.tag_text {
    color: var(--pc-black, #161616);
    font-family: PingFang SC;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-top: 10px;
    cursor: pointer;
}

.entrances_wrap {
    margin-top: 40px;
}

.entrancesClass_wrap {
    margin-bottom: 60px;
}

.entrances_item {
    width: 140px;
    height: 140px;
    border-radius: 10px;
    background: var(--pcf-8-f-8-f-8, #F8F8F8);
    text-align: center;
    padding-top: 34px;
    cursor: pointer;
}

.entrances_text {
    color: var(--pc-black, #161616);
    text-align: center;
    font-family: PingFang SC;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 10px;
}

/* 主要内容 结束 */