.header {
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}

.header-logo {
    height: 80px;
    margin-right: 106px;
}

.header-logo>img {

    height: 80px;
}

.header-title {
    height: 80px;
    line-height: 80px;
    box-sizing: border-box;
    padding: 0 16px 20px 16px;
}

.header-title-select {
    border-bottom: 4px solid var(--primary-color);
    font-size: 18px;
}

.header-title-box {
    margin-right: 106px;
}



.banner {
    width: 100%;
}

.banner>img {
    width: 100%;
}



.container {
    width: 1600px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin: -24px auto;
    flex-wrap: wrap;
}

.area-box {
    border-radius: 4px;
    background-color: #fff;
    padding: 24px;
    margin: 0 12px 24px 12px;
    box-sizing: border-box;
}

.area {}

.area-box-title {
    width: 280px;
    height: 36px;
}

.area-box-title-border {
    width: 280px;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-color) 0%, #FFF 100%);
}

.cover-box {
    width: 234px;
    box-sizing: border-box;
    padding: 12px;
    align-items: center;
    border-radius: 2px;
    border: 2px solid var(--primary-color);
    box-sizing: border-box;
}

.cover-box>img {
    width: 210px;
}

.botton-hover {
    display: flex;
    width: 186px;
    height: 32px;
    padding: 4px 0;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background: var(--primary-color);
    box-sizing: border-box;
    color: #fff !important;
    cursor: pointer;
}

.botton {
    display: flex;
    width: 186px;
    height: 32px;
    padding: 4px 0;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    border: 1px solid var(--primary-color);
    box-sizing: border-box;
    color: #fff !important;
    cursor: pointer;
}

.download-botton {
    display: flex;
    height: 32px;
    width: 216px;
    padding: 4px 24px;
    align-items: center;
    border-radius: 2px 0 0 2px;
    border-top: 1px solid #f87b214d;
    border-bottom: 1px solid #f87b214d;
    border-left: 1px solid #f87b214d;
    margin-top: 16px;
    box-sizing: border-box;
    margin-left: 24px;
    cursor: pointer;
}

.download-botton:hover {
    color: #F87B21;
    border-top: 1px solid #F87B21;
    border-bottom: 1px solid #F87B21;
    border-left: 1px solid #F87B21;
    background: #f87b211a;
}

.editor-box {
    display: flex;
    width: 253px;
    height: 232px;
    padding: 24px;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    border-radius: 6px 60px;
    border: 1px solid var(--primary-color);
    background: linear-gradient(164deg, #F87B21 -58.81%, #FFF 44.93%);
    box-shadow: 2px 2px 4px 6px #0000000a;
    box-sizing: border-box;
    margin-right: 24px;
}

.footer {
    width: 100%;
    height: 80px;
    border-top: 1px solid var(--primary-color);
    background: linear-gradient(268deg, #E8E3DF 0.48%, #F87B21 75.09%);
    margin-top: 24px;
    padding: 0 172px;
    box-sizing: border-box;
}


.left-box {
    width: 16%;
    padding: 16px 16px 0 0;
    box-sizing: border-box;
}

.middle-box {
    width: 60%;
    padding: 16px 16px 0 16px;
    box-sizing: border-box;
}

.right-box {
    width: 24%;
    padding: 16px 0 0 16px;
    box-sizing: border-box;
}

.web-card-extend {
    margin-bottom: 16px;
}

.article-search {
    padding: 5px 8px;
    border-radius: 4px;
    border: 1px solid #00000040;
    width: 100%;
    color: #00000066;
}

.article-search:focus {
    border: 1px solid var(--primary-color);
}

.middle-box-title {
    width: 120px;
    height: 28px;
    cursor: pointer;
}

.middle-box-title-select {
    width: 120px;
    height: 28px;
    cursor: pointer;
    border-bottom: 2px solid var(--primary-color);
}

.middle-box-title>img {
    width: 12px;
    height: 12px;
    margin-right: 8px;
}

.middle-box-title-line {
    width: 1px;
    height: 20px;
    margin: 0 24px;
    border-right: 1px solid #EBEBEB;
}

.section {
    width: 100px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    padding: 4px 12px;
    align-items: center;
    border-radius: 4px;
    background: #f87b214d;
    color: #333;
    margin: 12px 0;
}

.artice-box {
    overflow-y: scroll;
    height: 580px;
}

/* 设置滚动条的颜色 */
.artice-box::-webkit-scrollbar {
    background-color: #fff;
    /* 滚动条的背景颜色 */
    width: 8px;
}

.artice-box::-webkit-scrollbar-thumb {
    background-color: #f87b214d;
    /* 滚动条的颜色 */
    border-radius: 4px;
    /* 滚动条圆角 */

}

.pre-area-timer {
    width: 112px;
    height: 280px;
    border-right: 2px solid #D9D9D9;
    padding: 12px 12px 12px 0;
    margin-right: 24px;
    box-sizing: border-box;
}

.pre-area-issue {
    width: 640px;
}

.pre-area-time-year-box {
    position: relative;
    width: 100px;
}

.pre-area-time-year {
    width: 100px;
    height: 28px;
    border-radius: 4px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    text-align: center;
    line-height: 28px;
    margin-bottom: 24px;
    font: 13px;
    color: #999;
    cursor: pointer;
}

.pre-area-time-year-select {
    width: 100px;
    height: 28px;
    border-radius: 4px;
    border: 1px solid var(--primary-color);
    background-color: #f87b214d;
    box-sizing: border-box;
    text-align: center;
    line-height: 28px;
    margin-bottom: 24px;
    font: 13px;
    color: var(--primary-color);
    cursor: pointer;
}

.pre-area-time-year-dot {
    width: 8px;
    height: 8px;
    background-color: #D9D9D9;
    border-radius: 4px;
    position: absolute;
    right: -15px;
    top: 10px
}

.pre-area-time-year-dot-select {
    width: 8px;
    height: 8px;
    background-color: var(--primary-color);
    border-radius: 4px;
    position: absolute;
    right: -15px;
    top: 10px
}

.pre-area-issue-year {
    height: 28px;
    padding: 0 12px;
    border-radius: 2px;
    background: linear-gradient(180deg, #F87B21 35.71%, #FFF 126.19%);
    box-sizing: border-box;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    line-height: 28px;
}

.pre-area-issue-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.pre-area-issue-item {
    width: 132px;
    height: 40px;
    border-bottom: 1px solid #DDD;
    text-align: center;
    line-height: 40px;
    font-size: 13px;
    color: #666;
    cursor: pointer;
    margin-top: 16px;
    position: relative;
    margin-left: 32px;
}

.pre-area-issue-item-dot {
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
    background: #999;
    position: absolute;
    top: 17px;
    left: 4px;
}