.cet-four-year-wrap {
}


.cet-four-year-item {
    display: flex;
    transition: all .3s ease;
    color: #1c1f21;
    font-size: 14px;
    font-weight: 600;
    padding: 1rem 0;
    border-bottom: 1px solid rgb(0 0 0 / 6%);
    cursor: pointer;
}

.cet-four-year-item:hover {
    background: #1db78733;
}

.cet-four-year-item.current {
    background: #1db78733;
}

.cet-four-year-name {
    padding-left: 0.4rem;
}


/* 真题样式 */
#cet-four-actual-container {
    display: flex;
    flex-direction: column;
    height: 100vh;
}

.cet-four-bar {
    border-bottom: 1px solid #16b77726;
    display: flex;
    flex: 0 0 auto;
    flex-direction: row;
    height: 64px;
    justify-content: space-between;
    padding: 1rem;
}


.cet-four-main {
    background: var(--bg1);
    display: flex;
    flex-direction: column;
    overflow: hidden auto;
}


.cet-four-wrap {
    flex: 1;
    padding: 0.6rem;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-around;
    background: var(--bg1);
    overflow: hidden auto;

}

.cet-four-item {
    display: flex;
    flex-direction: column;
}

.cet-four-year {
    padding: 0.4rem 0 0.2rem 0;
    font-size: 16px;
    font-weight: 600;
}

.cet-four-exam-container {
    display: flex;
    gap: 1rem;
    /* grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); */
    padding: 1rem 0;
    flex-wrap: wrap;
    flex-direction: row;
}

.cet-four-exam-item {
    height: 100px;
    width: 260px;
    border-radius: .5rem;
    box-shadow: 0 0 1px 1px var(--bg3);
    transition: .35s;
    margin-right: .6rem;
    margin-bottom: .6rem;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    cursor: pointer;
}


.cet-four-exam-item:hover {
    background-color: var(--bg-hover);
}

.cet-four-exam-name {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    overflow: hidden !important;
    padding: .6rem;
}

/*专题列表*/

.cet-four-topic-aside-wrap {
    padding-left: 0.4rem;
}

.cet-four-topic-item {
    display: flex;
    transition: all .3s ease;
    color: #1c1f21;
    font-size: 14px;
    font-weight: 600;
    padding: 1rem 0;
    border-bottom: 1px solid rgb(0 0 0 / 6%);
    cursor: pointer;
}

.cet-four-topic-item:hover {
    background: var(--bg-hover);
}


.cet-four-topic-name {
    padding-left: .6rem;
}


/*资料列表*/

.cet-four-material-aside-wrap {
    padding-left: 0.4rem;
}

.cet-four-material-item {
    display: flex;
    transition: all .3s ease;
    color: #1c1f21;
    font-size: 14px;
    font-weight: 600;
    padding: 1rem 0;
    border-bottom: 1px solid rgb(0 0 0 / 6%);
    cursor: pointer;
}

.cet-four-material-item:hover {
    background: var(--bg-hover);
}


.cet-four-material-cate {
    padding-left: .6rem;
}

#cet-four-material-container {
    display: flex;
    flex-direction: column;
    height: 100vh;
    background-color: #fff;
    overflow: hidden auto;
}

/* 考试信息 */
#cet-four-my-container {
    display: flex;
    flex-direction: column;
    height: 100vh;
    overflow: hidden auto;
}

#cet-four-info-container {
    display: flex;
    flex-direction: column;
    height: 100vh;
    overflow: hidden auto;
}

.layui-fluid {
    padding: 15px;
}

.men-timeline {
    padding-bottom: 1px !important;
}

.men-timeline-item {
    display: flex;
    padding: .4rem 0;
}

.men-timeline-item-name {
    border-width: 1px;
    border-style: solid;
    border-radius: 2px 0 0 2px;
    border-color: #d2d2d2;
    color: #5f5f5f;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    background-color: var(--bg-hover);
}

.men-timeline-item-content {
    border-width: 1px;
    border-style: solid;
    border-radius: 2px 0 0 2px;
    border-color: #d2d2d2;
    background: 0 0;
    color: #5f5f5f;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    border-left: none;
    min-width: 204px;
}


.men-timeline-item-url {
    border-width: 1px;
    border-style: solid;
    border-radius: 2px 0 0 2px;
    border-color: #d2d2d2;
    color: #5f5f5f;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    border-left: none;

}

.men-timeline-item-href {
    color: #16baaa;
}

.cet-four-structure, .cet-four-plan, .cet-four-stat {
    min-height: 360px;
}

.men-backlog-body {
    display: block;
    padding: 10px 10px;
    background-color: #f8f8f8;
    color: #999;
    border-radius: 2px;
    transition: all .3s;
    -webkit-transition: all .3s;
}


.men-backlog-body h3 {
    padding-bottom: 3px;
    font-size: 13px;
    font-weight: 700;
}

.men-backlog-body p cite {
    font-style: normal;
    font-size: 26px;
    font-weight: 300;
    color: #16baaa
}

.men-backlog-body p em {
    font-style: normal;
    font-size: 12px;
    font-weight: 300;
    color: #95a5a4;
    padding-left: 4px;
}

.men-backlog-body:hover {
    background-color: #f2f2f2;
    color: #888;
    cursor: pointer;
}


/* cet-four-year-word-chart 每年四级单词统计图 */
.cet-four-year-word-chart {
    height: 360px;
    width: 100%;
}


/* cet-four-year-word-chart 写作种类统计图 */
.cet-four-write-cate-chart {
    height: 360px;
    width: 100%;
}


/* 我的学习进度 */

.cet-four-learn-card-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
}

.cet-four-learn-card {
    background: var(--card-bg);
    min-height: 100px;
    border-radius: 12px;
    -webkit-user-select: none;
    user-select: none;
}

.cet-four-learn-card:before {

}

.cet-four-learn-word-card {
    grid-row-end: span 2;
}


.cet-four-word-card-body {
    display: flex;
    background-color: rgba(22, 183, 119, 0.41);
    flex-direction: column;
}


.cet-four-word-learn-info {
    display: flex;
    background-color: rgba(22, 183, 119, 0.41);
    flex-direction: row;
}






