/* head */
.wb_detail_h {
    background-color: #aeccff;
}
.wbd_title {
    padding: 50px 0;
}

.wbd_title p {
    font-size: 16px;
    color: #626262;
}
.wbd_title > h1 {
    font-weight: bold;
    line-height: 1.5;
}
.divider {
    width: 100%;
    height: 1px;
    margin: 30px 0;
    background-color: #000;
}
/* content */
.wb_detail_c {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    margin-bottom: 100px;
}
.wbd_c_r {
    flex: 1;
}

.rich_text a[id] {
    position: relative;
    top: -84px;
}
/* 更多列表 */
.wbd_more {
    margin-top: 100px;
}
.wbd_more > h1 {
    font-weight: bold;
    text-align: center;
}
.wbd_more_l{
    width: 100%;
    margin: 40px 0 20px 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 50px;
    grid-row-gap: 40px;
}

.wbd_more_i {
    border: 1px solid #d8d8d8;
    border-radius: 4px;
}

.wbd_more_i.hidden {
    display: none;
}

.wbd_more_i > img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 3px 3px 0 0;
}

.wbd_more_it{
    padding: 10px;
    overflow: hidden;
}

.wbd_more_it > span {
    font-size: 16px;
    color: var(--base);
}

.wbd_more_it > h3 {
    height: 54px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wbd_more_it > p.intro {
    height: 58px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.2;
    color: #9a9a9a;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wbd_more_it > .type {
    width: fit-content;
    padding: 5px 10px;
    background-color: #b2cbf5;
    border-radius: 5px;
    color: #fff;
}

.wbd_more_ib {
    margin: 0 10px;
    padding: 10px 0;
    border-top: 1px solid #d8d8d8;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wb_late_tags {
    display: flex;
}

.wb_late_tags .wb_late_tag {
    display: inline-block;
    width: fit-content;
    padding: 5px 10px;
    background-color: #b2cbf5;
    border-radius: 5px;
    color: #fff;
}
.wb_late_tags .wb_late_tag:not(:last-child) {
    margin-right: 10px;
}

.wbd_more_btn {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.show_more {
    padding: 10px;
    background-color: #fff;
    border-radius: 2px;
    border: 1px solid var(--base);
    color: var(--base);
    cursor: pointer;
}

/* 文章快速导航 */
.wbd_cate {
    margin-top: 30px;
}
.wbd_cate > h1 {
    color: #666;
    font-size: 22px;
    padding-bottom: 10px;
    border-bottom: 1px solid #bbb;
    margin-bottom: 18px;
}

.wbd_cate_l > a {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 3px;
    line-height: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    padding: 0 0 0 60px;
    margin-bottom: 20px;
}
.wbd_cate_l > a > img {
    width: 40px;
}
.wbd_cate_l > a > span {
    font-size: 16px;
    color: #333;
    margin-left: 20px;
}
.wbd_cate_l > a:last-child {
    margin-right: 0px;
}

.wbd_share {
    margin-top: 60px;
}
.wbd_share > h1 {
    color: #666;
    font-size: 22px;
    padding-bottom: 10px;
    border-bottom: 1px solid #bbb;
    margin-bottom: 18px;
}

.wbd_cata {
    /* margin: 60px 0; */
    position: sticky;
    top: 124px;
    width: 220px;
    margin-right: 40px;
}
.wbd_cata > h1 {
    font-size: 16px;
    font-weight: bold;
}
.wbd_cata_w {
    margin-top: 30px;
}
.wbd_cata_i {
    width: 100%;
    /* height: 74px; */
    padding: 12px;
    border-left: 2px solid #bbb;
    overflow: hidden;
}
.wbd_cata_i > a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.wbd_cata_i.active {
    color: var(--base);
    border-color: var(--base);
}

/* 弹窗 */
.wl_wrap_dialog {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 16px;
    text-align: center;
    background-color: rgba(0, 0, 0, .4);
    z-index: 999;
}
.wl_dialog {
    position: relative;
    margin: 31% auto;
    width: 300px;
    background-color: #FFFFFF;
    border-radius: 3px;
}
.wl_dialog .wl_dialog_body {
    padding: 40px 15px 40px 45px;
}
.wl_dialog_success_icon {
    position: absolute;
    top: 35px;
    left: 30px;
    width: 30px;
    height: 30px;
    background: url(../plugin/layui/css/modules/layer/default/icon.png) no-repeat -30px 0;
}
.hide {
    display: none;
}

@media screen and (max-width: 766px) {
    .wb_detail_h {
        background-color: #fff;
    }

    .wbd_title {
        padding: 20px 0;
    }
    
    .divider {
        margin: 20px 0;
    }

    .wb_detail_c {
        margin-top: 10px;
    }

    .wbd_more_l {
        display: block;
        position: relative;
    }
}

.wi_arrow {
    position: absolute;
    bottom: -40px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    /* color: #fff; */
    color: #AECDFF;
    border-radius: 3px;
    /* background-color: #e0e0e0; */
    background-color: #D5E5FF;
    font-size: 30px;
    font-weight: 900;
    cursor: pointer;
}
.wi_arrow.slick_prev {
    left: calc(50% - 35px);
}
.wi_arrow.slick_next {
    left: calc(50% + 5px);
}
.wi_arrow.slick-disabled {
    color: #fff;
    background-color: #e0e0e0;
}