/* 注：这个文件是uwblog后台侧边工具样式文件 */


/* less */
/* .site-content{ */
/* width: 308px; */

/* 隐藏侧边title下面线的小圆点 */
/* .wztkj-title-line-dot{
        display: none;
    } */
/* 行业快讯、文章推荐 */
/* .wztkj-hot {
        width: 100%;
        border-radius: 5px;
        background: #FFFFFF;
        padding: 24px 16px;
        box-sizing: border-box;
    
        .wztkj-hot-list {
            width: 100%;
    
            .wztkj-hot-list-uls {
                width: 100%;
                display: grid;
                grid-template-columns: auto auto;
                justify-content: space-between;
    
                .wztkj-hot-list-lis {
                    width: 132px;
                    margin: 0 0 24px 0;
    
                    .wztkj-hot-list-a {
                        width: 100%;
                        height: 100%;
                        display: flex;
                        flex-wrap: wrap;
                        flex-direction: column;
                        justify-content: space-between;
    
                        .wztkj-imgs {
                            position: relative;
                            width: 132px;
                            height: 88px;
                            border-radius: 5px;
    
                            &:before {
                                content: '';
                                position: absolute;
                                left: 0;
                                top: 0;
                                width: 100%;
                                height: 100%;
                                z-index: 2;
                                transition: background 1s cubic-bezier(.19, 1, .22, 1);
                            }
    
                            &:hover:before {
                                background: rgba(0, 0, 0, 0.12);
                            }
    
                            &:hover img {
                                transform: scale(1.05);
                            }
    
                            img {
                                width: 100%;
                                height: 100%;
                                border-radius: 5px;
                                transition: transform 1s cubic-bezier(.19, 1, .22, 1);
                            }
    
                            .wztkj-adhere {
                                position: absolute;
                                width: 44px;
                                height: 18px;
                                right: 15px;
                                top: -5px;
                                border-radius: 1px;
                                font-weight: 400;
                                font-size: 12px;
                                line-height: 18px;
                                text-align: center;
                                letter-spacing: 0.5px;
                                color: #FFFFFF;
                                box-sizing: border-box;
    
                                .wztkj-adhere-l,
                                .wztkj-adhere-r {
                                    position: absolute;
                                    top: 0;
                                    width: 0;
                                    height: 0;
                                }
    
                                .wztkj-adhere-ag1-l,
                                .wztkj-adhere-ag2-l,
                                .wztkj-adhere-ag3-l {
                                    border-top: 3px solid transparent;
                                    border-right: 3px solid #DD3455;
                                    border-bottom: 3px solid #DD3455;
                                    border-left: 3px solid transparent;
                                    transform: translateX(-98%);
                                }
    
                                .wztkj-adhere-ag1-r,
                                .wztkj-adhere-ag2-r,
                                .wztkj-adhere-ag3-r {
                                    border-top: 3px solid transparent;
                                    border-right: 3px solid transparent;
                                    border-bottom: 3px solid #DD3455;
                                    border-left: 3px solid #DD3455; 
                                    transform: translateX(98%);
                                }
                            }
                        }
    
                        .wztkj-title {
                            margin-top: 12px;
                            font-weight: 500;
                            font-size: 14px;
                            line-height: 20px;
                            color: #212B36;
                            max-height: 50px;
                            overflow: hidden;
                            text-overflow: ellipsis;
                            display: -webkit-box;
                            -webkit-line-clamp: 2;
                            -webkit-box-orient: vertical;
                            min-height: 40px;
                        }
    
                        .wztkj-time {
                            width: 100%;
                            height: 17px;
                            display: flex;
                            align-items: center;
                            margin-top: 3px;
    
                            .wztkj-time-img {
                                width: 20px;
                                height: 21px;
                                margin: 0 4px 0 0;
                                margin-left: auto;
    
                                img {
                                    width: 100%;
                                }
                            }
    
                            .wztkj-time-span {
                                font-weight: 400;
                                font-size: 12px;
                                line-height: 17px;
                                letter-spacing: 0.5px;
                                color: #637381;
                            }
                        }
                    }
                }
            }
        }
    } */
/* 侧边广告 */
/* .wztkj-ad-fir {
        width: 308px;
        height: 172px;
        position: relative;
    
        img {
            width: 100%;
            height: 100%;
            object-fit: contain;
            border-radius: 5px;
        }
    } */
/* 关于我们 */
/* .wztkj-writing {
        width: 308px;
        border-radius: 5px;
        background: #fff;
        padding: 24px 32px 32px 32px;
        box-sizing: border-box;
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        flex-direction: column;
        background-size: cover;
    
        .wztkj-writing-top {
            width: 100%;
            height: 40px;
            display: flex;
            justify-content: center;
    
            .wztkj-writing-t-title {
                font-weight: 700;
                font-size: 24px;
                line-height: 30px;
                color: #121212;
    
                .wztkj_about_title {
                    height: 30px;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    display: -webkit-box;
                    -webkit-line-clamp: 1;
                    -webkit-box-orient: vertical;
                    color: #253654;
                }
    
                .wztkj-writing-top-bon {
                    width: 100%;
                    height: 6px;
                    display: flex;
                    align-items: center;
                    margin-top: 7px;
    
                    .wztkj-writing-top-dot {
                        width: 6px;
                        height: 6px;
                        border-radius: 50%;
                        background: #FF0844;
                    }
    
                    .wztkj-writing-top-line {
                        width: 100%;
                        height: 1px;
                        background: linear-gradient(90deg, #FF0844 0%, #FFB199 71.87%, rgba(255, 177, 153, 0) 100%);
                    }
                }
            }
        }
        .wztkj-writing-content {
            width: 100%;
            font-weight: 400;
            font-size: 15px;
            line-height: 21px;
            color: #262626;
            margin-top: 10px;
            font-weight: 500;
            text-align: left;
        }
    } */
/* .wztkj-slideshow {
        width: 308px;
        height: 228px;
        margin: 24px 0;
        background: #fff;
        border-radius: 5px;
        padding: 12px 12px 0;
        box-sizing: border-box;
    
        .wztkj-slideshow-figure {
            position: relative;
            width: 100%;
            height: 176px;
            overflow: hidden;
            border-radius: 4px;
    
            .wztkj-swiper {
                width: 100%;
                height: 100%;
    
                .swiper-wrapper {
                    .swiper-slide {
                        position: relative;
    
                        .swiper-slide-a {
                            display: block;
                            width: 100%;
                            height: 100%;
                            display: flex;
                            align-items: center;
    
                            &:before {
                                content: '';
                                position: absolute;
                                left: 0;
                                top: 0;
                                width: 100%;
                                height: 100%;
                                z-index: 2;
                                transition: background 1s cubic-bezier(.19, 1, .22, 1);
                            }
    
                            &:hover:before {
                                background: rgba(0, 0, 0, 0.12);
                            }
    
                            &:hover img {
                                transform: scale(1.05);
                            }
    
                            .wztkj-slideshow-lis-imgs {
                                transition: transform 1s cubic-bezier(.19, 1, .22, 1);
                                width: 100%;
                            }
    
                            .wztkj-slideshow-lis-title {
                                position: absolute;
                                top: 0;
                                left: 0;
                                background: transparent;
                                width: 100%;
                                height: 100%;
                                background: linear-gradient(180deg, rgba(229, 229, 229, 0) 38.92%, rgba(21, 18, 22, 0.75) 100%);
    
                                .wztkj-slideshow-lis-p {
                                    position: absolute;
                                    bottom: 12px;
                                    font-weight: 500;
                                    font-size: 14px;
                                    line-height: 18px;
                                    letter-spacing: 0.5px;
                                    color: #FFFFFF;
                                    padding: 0 18px;
                                    box-sizing: border-box;
                                    overflow: hidden;
                                    text-overflow: ellipsis;
                                    display: -webkit-box;
                                    -webkit-line-clamp: 2;
                                    -webkit-box-orient: vertical;
                                }
                            }
                        }
                    }
                }
            }
        }
    
        .wztkj-slideshow-btn {
            width: 96px;
            height: 24px;
            margin: 8px auto;
            display: flex;
            justify-content: space-between;
    
            .wztkj-slideshow-last,
            .wztkj-slideshow-next {
                width: 24px;
                height: 24px;
                border-radius: 50%;
                border: 1px solid #EAEAEA;
                display: flex;
                justify-content: center;
                align-items: center;
                cursor: pointer;
    
                .icon-shangyige,
                .icon-xiayige {
                    color: #555555;
                }
            }
        }
    } */
/* .wztkj-industry {
        height: 640px;
    } */
/* 热门标签 */
/* .wztjk-tag {
        width: 308px;
        height: 168px;
        border-radius: 5px;
        background: #FFFFFF;
        padding: 24px 16px;
        box-sizing: border-box;
    
        .wztjk-tag-dot {
            margin: 0;
        }
    
        .wztjk-tag-box {
            width: 100%;
    
            ul {
                width: 100%;
                display: flex;
                justify-content: space-between;
                align-items: center;
                flex-wrap: wrap;
    
                li {
                    width: 84px;
                    height: 28px;
                    margin: 12px 0 0 0;
                    border-radius: 28px;
    
                    a {
                        width: 100%;
                        height: 100%;
                        font-weight: 400;
                        font-size: 12px;
                        line-height: 1.5;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        letter-spacing: 0.5px;
                        color: #151829;
                    }
                }
    
                .wztjk-tag-box-li1 {
                    border: 1px solid #5B6EFF;
                }
                .wztjk-tag-box-li2 {
                    border: 1px solid #FF32A1;
                }
                .wztjk-tag-box-li3 {
                    border: 1px solid #2EE111;
                }
                .wztjk-tag-box-li4 {
                    border: 1px solid #FF0000;
                }
                .wztjk-tag-box-li5 {
                    border: 1px solid #00EEFD;
                }
                .wztjk-tag-box-li6 {
                    border: 1px solid #FFE600;
                }
            }
        }
    } */
/* .wztkj-stock {
        width: 308px;
        height: 711px;
        border-radius: 5px;
        background: pink;
        margin: 24px 0 0 0;
    } */
/* } */


/* css */
.site-content {
    width: 308px;
}

.site-content .wztkj-title-line-dot {
    display: none;
}

.site-content .wztkj-hot {
    width: 100%;
    border-radius: 5px;
    background: #FFFFFF;
    padding: 24px 16px;
    box-sizing: border-box;
    /* margin-bottom: 24px; */
}

.site-content .wztkj-hot .wztkj-hot-list {
    width: 100%;
}

.site-content .wztkj-hot .wztkj-hot-list .wztkj-hot-list-uls {
    width: 100%;
    display: grid;
    grid-template-columns: auto auto;
    justify-content: space-between;
}

.site-content .wztkj-hot .wztkj-hot-list .wztkj-hot-list-uls .wztkj-hot-list-lis {
    width: 132px;
    margin: 0 0 24px 0;
}

.site-content .wztkj-hot .wztkj-hot-list .wztkj-hot-list-uls .wztkj-hot-list-lis .wztkj-hot-list-a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
}

.site-content .wztkj-hot .wztkj-hot-list .wztkj-hot-list-uls .wztkj-hot-list-lis .wztkj-hot-list-a .wztkj-imgs {
    position: relative;
    width: 132px;
    height: 88px;
    border-radius: 5px;
}

.site-content .wztkj-hot .wztkj-hot-list .wztkj-hot-list-uls .wztkj-hot-list-lis .wztkj-hot-list-a .wztkj-imgs:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    transition: background 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.site-content .wztkj-hot .wztkj-hot-list .wztkj-hot-list-uls .wztkj-hot-list-lis .wztkj-hot-list-a .wztkj-imgs:hover:before {
    background: rgba(0, 0, 0, 0.12);
}

.site-content .wztkj-hot .wztkj-hot-list .wztkj-hot-list-uls .wztkj-hot-list-lis .wztkj-hot-list-a .wztkj-imgs:hover img {
    transform: scale(1.05);
}

.site-content .wztkj-hot .wztkj-hot-list .wztkj-hot-list-uls .wztkj-hot-list-lis .wztkj-hot-list-a .wztkj-imgs img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.site-content .wztkj-hot .wztkj-hot-list .wztkj-hot-list-uls .wztkj-hot-list-lis .wztkj-hot-list-a .wztkj-imgs .wztkj-adhere {
    position: absolute;
    width: 44px;
    height: 18px;
    right: 15px;
    top: -5px;
    border-radius: 1px;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 0.5px;
    color: #FFFFFF;
    box-sizing: border-box;
}

.site-content .wztkj-hot .wztkj-hot-list .wztkj-hot-list-uls .wztkj-hot-list-lis .wztkj-hot-list-a .wztkj-imgs .wztkj-adhere .wztkj-adhere-l,
.site-content .wztkj-hot .wztkj-hot-list .wztkj-hot-list-uls .wztkj-hot-list-lis .wztkj-hot-list-a .wztkj-imgs .wztkj-adhere .wztkj-adhere-r {
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
}

.site-content .wztkj-hot .wztkj-hot-list .wztkj-hot-list-uls .wztkj-hot-list-lis .wztkj-hot-list-a .wztkj-imgs .wztkj-adhere .wztkj-adhere-ag1-l,
.site-content .wztkj-hot .wztkj-hot-list .wztkj-hot-list-uls .wztkj-hot-list-lis .wztkj-hot-list-a .wztkj-imgs .wztkj-adhere .wztkj-adhere-ag2-l,
.site-content .wztkj-hot .wztkj-hot-list .wztkj-hot-list-uls .wztkj-hot-list-lis .wztkj-hot-list-a .wztkj-imgs .wztkj-adhere .wztkj-adhere-ag3-l {
    border-top: 3px solid transparent;
    border-right: 3px solid #DD3455;
    border-bottom: 3px solid #DD3455;
    border-left: 3px solid transparent;
    transform: translateX(-98%);
}

.site-content .wztkj-hot .wztkj-hot-list .wztkj-hot-list-uls .wztkj-hot-list-lis .wztkj-hot-list-a .wztkj-imgs .wztkj-adhere .wztkj-adhere-ag1-r,
.site-content .wztkj-hot .wztkj-hot-list .wztkj-hot-list-uls .wztkj-hot-list-lis .wztkj-hot-list-a .wztkj-imgs .wztkj-adhere .wztkj-adhere-ag2-r,
.site-content .wztkj-hot .wztkj-hot-list .wztkj-hot-list-uls .wztkj-hot-list-lis .wztkj-hot-list-a .wztkj-imgs .wztkj-adhere .wztkj-adhere-ag3-r {
    border-top: 3px solid transparent;
    border-right: 3px solid transparent;
    border-bottom: 3px solid #DD3455;
    border-left: 3px solid #DD3455;
    transform: translateX(98%);
}

.site-content .wztkj-hot .wztkj-hot-list .wztkj-hot-list-uls .wztkj-hot-list-lis .wztkj-hot-list-a .wztkj-title {
    margin-top: 12px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #212B36;
    max-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 40px;
}

.site-content .wztkj-hot .wztkj-hot-list .wztkj-hot-list-uls .wztkj-hot-list-lis .wztkj-hot-list-a .wztkj-time {
    width: 100%;
    height: 17px;
    display: flex;
    align-items: center;
    margin-top: 3px;
}

.site-content .wztkj-hot .wztkj-hot-list .wztkj-hot-list-uls .wztkj-hot-list-lis .wztkj-hot-list-a .wztkj-time .wztkj-time-img {
    width: 20px;
    height: 21px;
    margin: 0 4px 0 0;
    margin-left: auto;
}

.site-content .wztkj-hot .wztkj-hot-list .wztkj-hot-list-uls .wztkj-hot-list-lis .wztkj-hot-list-a .wztkj-time .wztkj-time-img img {
    width: 100%;
}

.site-content .wztkj-hot .wztkj-hot-list .wztkj-hot-list-uls .wztkj-hot-list-lis .wztkj-hot-list-a .wztkj-time .wztkj-time-span {
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 0.5px;
    color: #637381;
}

.site-content .wztkj-ad-fir {
    width: 308px;
    height: 172px;
    /* margin: 34px 0 0 0; */
    position: relative;
}

.site-content .wztkj-ad-fir img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 5px;
}

.site-content .wztkj-writing {
    width: 308px;
    border-radius: 5px;
    /* margin: 24px 0 0 0; */
    background: #fff;
    padding: 24px 32px 32px 32px;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
    background-size: cover;
}

.site-content .wztkj-writing .wztkj-writing-top {
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
}

.site-content .wztkj-writing .wztkj-writing-top .wztkj-writing-t-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #121212;
}

.site-content .wztkj-writing .wztkj-writing-top .wztkj-writing-t-title .wztkj_about_title {
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #253654;
}

.site-content .wztkj-writing .wztkj-writing-top .wztkj-writing-t-title .wztkj-writing-top-bon {
    width: 100%;
    height: 6px;
    display: flex;
    align-items: center;
    margin-top: 7px;
}

.site-content .wztkj-writing .wztkj-writing-top .wztkj-writing-t-title .wztkj-writing-top-bon .wztkj-writing-top-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #FF0844;
}

.site-content .wztkj-writing .wztkj-writing-top .wztkj-writing-t-title .wztkj-writing-top-bon .wztkj-writing-top-line {
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, #FF0844 0%, #FFB199 71.87%, rgba(255, 177, 153, 0) 100%);
}

.site-content .wztkj-writing .wztkj-writing-content {
    width: 100%;
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    color: #262626;
    margin-top: 10px;
    font-weight: 500;
    text-align: left;
}

.site-content .wztkj-slideshow {
    width: 308px;
    height: 228px;
    margin: 24px 0;
    background: #fff;
    border-radius: 5px;
    padding: 12px 12px 0;
    box-sizing: border-box;
}

.site-content .wztkj-slideshow .wztkj-slideshow-figure {
    position: relative;
    width: 100%;
    height: 176px;
    overflow: hidden;
    border-radius: 4px;
}

.site-content .wztkj-slideshow .wztkj-slideshow-figure .wztkj-swiper {
    width: 100%;
    height: 100%;
}

.site-content .wztkj-slideshow .wztkj-slideshow-figure .wztkj-swiper .swiper-wrapper .swiper-slide {
    position: relative;
}

.site-content .wztkj-slideshow .wztkj-slideshow-figure .wztkj-swiper .swiper-wrapper .swiper-slide .swiper-slide-a {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.site-content .wztkj-slideshow .wztkj-slideshow-figure .wztkj-swiper .swiper-wrapper .swiper-slide .swiper-slide-a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    transition: background 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.site-content .wztkj-slideshow .wztkj-slideshow-figure .wztkj-swiper .swiper-wrapper .swiper-slide .swiper-slide-a:hover:before {
    background: rgba(0, 0, 0, 0.12);
}

.site-content .wztkj-slideshow .wztkj-slideshow-figure .wztkj-swiper .swiper-wrapper .swiper-slide .swiper-slide-a:hover img {
    transform: scale(1.05);
}

.site-content .wztkj-slideshow .wztkj-slideshow-figure .wztkj-swiper .swiper-wrapper .swiper-slide .swiper-slide-a .wztkj-slideshow-lis-imgs {
    transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%;
}

.site-content .wztkj-slideshow .wztkj-slideshow-figure .wztkj-swiper .swiper-wrapper .swiper-slide .swiper-slide-a .wztkj-slideshow-lis-title {
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(229, 229, 229, 0) 38.92%, rgba(21, 18, 22, 0.75) 100%);
}

.site-content .wztkj-slideshow .wztkj-slideshow-figure .wztkj-swiper .swiper-wrapper .swiper-slide .swiper-slide-a .wztkj-slideshow-lis-title .wztkj-slideshow-lis-p {
    position: absolute;
    bottom: 12px;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.5px;
    color: #FFFFFF;
    padding: 0 18px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.site-content .wztkj-slideshow .wztkj-slideshow-btn {
    width: 96px;
    height: 24px;
    margin: 8px auto;
    display: flex;
    justify-content: space-between;
}

.site-content .wztkj-slideshow .wztkj-slideshow-btn .wztkj-slideshow-last,
.site-content .wztkj-slideshow .wztkj-slideshow-btn .wztkj-slideshow-next {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid #EAEAEA;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.site-content .wztkj-slideshow .wztkj-slideshow-btn .wztkj-slideshow-last .icon-shangyige,
.site-content .wztkj-slideshow .wztkj-slideshow-btn .wztkj-slideshow-next .icon-shangyige,
.site-content .wztkj-slideshow .wztkj-slideshow-btn .wztkj-slideshow-last .icon-xiayige,
.site-content .wztkj-slideshow .wztkj-slideshow-btn .wztkj-slideshow-next .icon-xiayige {
    color: #555555;
}

.site-content .wztkj-industry {
    height: 640px;
}

.site-content .wztjk-tag {
    width: 308px;
    height: 168px;
    border-radius: 5px;
    /* margin: 34px 0 0 0; */
    background: #FFFFFF;
    padding: 24px 16px;
    box-sizing: border-box;
}

.site-content .wztjk-tag .wztjk-tag-dot {
    margin: 0;
}

.site-content .wztjk-tag .wztjk-tag-box {
    width: 100%;
}

.site-content .wztjk-tag .wztjk-tag-box ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.site-content .wztjk-tag .wztjk-tag-box ul li {
    width: 84px;
    height: 28px;
    margin: 12px 0 0 0;
    border-radius: 28px;
}

.site-content .wztjk-tag .wztjk-tag-box ul li a {
    width: 100%;
    height: 100%;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.5;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.5px;
    color: #151829;
}

.site-content .wztjk-tag .wztjk-tag-box ul .wztjk-tag-box-li1 {
    border: 1px solid #5B6EFF;
}

.site-content .wztjk-tag .wztjk-tag-box ul .wztjk-tag-box-li2 {
    border: 1px solid #FF32A1;
}

.site-content .wztjk-tag .wztjk-tag-box ul .wztjk-tag-box-li3 {
    border: 1px solid #2EE111;
}

.site-content .wztjk-tag .wztjk-tag-box ul .wztjk-tag-box-li4 {
    border: 1px solid #FF0000;
}

.site-content .wztjk-tag .wztjk-tag-box ul .wztjk-tag-box-li5 {
    border: 1px solid #00EEFD;
}

.site-content .wztjk-tag .wztjk-tag-box ul .wztjk-tag-box-li6 {
    border: 1px solid #FFE600;
}

.site-content .wztkj-stock {
    width: 308px;
    height: 711px;
    border-radius: 5px;
    background: pink;
    margin: 24px 0 0 0;
}



/*================================================上方做自家的小工具的样式兼容*/
/* ------------------------------------------------------------------------------------------------------------------------分界线 */
/* ===============================================下方做wordpress默认小工具样式兼容 */

/* less */
/* 搜索 */
/* .block-editor-block-list__block.wp-block.wp-block-search__button-outside.wp-block-search__text-button.wp-block-search { */
/* width: 100%;
    border-radius: 5px;
    background: #fff;
    padding: 0px 16px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 30px 0px; */

/* 标题 */
/* .block-editor-rich-text__editable.wp-block-search__label.rich-text {
        width: 308px;
        height: 24px;
        font-weight: 500;
        font-size: 20px;
        line-height: 24px;
        letter-spacing: 0.5px;
        color: #151829;

        &::after {
            content: "";
            display: block;
            width: 100%;
            height: 2px;
            margin-top: 10px;
            background: linear-gradient(90deg, #FF0844 0%, #FFB199 71.87%, rgba(255, 177, 153, 0) 100%);
        }
    } */

/* 内容 */
/* .components-resizable-box__container.wp-block-search__inside-wrapper {
        width: 308px !important;
    } */

/* } */

/* 近期文章、近期评论、归档、分类 */
/* .block-editor-block-list__block.wp-block.widget.wp-block-widget-group {
    width: 100%;
    border-radius: 5px;
    background: #fff;
    padding: 0px 16px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column; */

/* 共用一个标题样式 */
/* .block-editor-rich-text__editable.widget-title.rich-text {
        width: 308px;
        height: 24px;
        font-weight: 500;
        font-size: 20px;
        line-height: 24px;
        letter-spacing: 0.5px;
        color: #151829;
        margin-left: 0px;

        &::after {
            content: "";
            display: block;
            width: 100%;
            height: 2px;
            margin-top: 10px;
            background: linear-gradient(90deg, #FF0844 0%, #FFB199 71.87%, rgba(255, 177, 153, 0) 100%);
        }
    } */

/* 近期文章内容 */
/* .block-editor-block-list__block.wp-block.wp-block-latest-posts__list.wp-block-latest-posts {
        若不需要限制宽，则width：100%，并注释margin样式
        width: 308px;
        margin: 0px;
        padding-left: 2.5em;
        display: flex;
        flex-direction: column;
        gap: 10px 0px;

        li {
            overflow: visible;
            list-style: decimal;
        }
    } */

/* 近期评论内容 */
/* .block-editor-block-list__block.wp-block.wp-block-latest-comments {
        width: 308px;
        margin: 0px;

        ol {

            li {
            }
        }
    } */

/* 归档内容 */
/* .block-editor-block-list__block.wp-block.wp-block-archives {
        width: 308px;
        margin: 0px;

        ul {
            display: flex;
            flex-direction: column;
            gap: 10px 0px;

            li {
                list-style: decimal;
            }
        }
    } */

/* 分类内容 */
/* .block-editor-block-list__block.wp-block.wp-block-categories-list.wp-block-categories {
        width: 308px;
        margin: 0px;
        padding-top: 20px;
        display: flex;
        flex-direction: column;
        gap: 10px 0px;

        li {
            list-style: decimal;
        }
    } */

/* 日历 */
/* .block-editor-block-list__block.wp-block.wp-block-calendar {
        width: 308px;
        margin-left: 0px;
        margin-top: 0px;
    } */

/* 页面列表 */
/* .block-editor-block-list__block.wp-block.has-block-overlay.wp-block-page-list.block-editor-block-list__layout {
        width: 308px;
        margin: 0px;
        padding-top: 20px;
        display: flex;
        flex-direction: column;
        gap: 10px 0px;

        li {
            list-style: decimal;
        }
    } */
/* } */




/* css */
.block-editor-block-list__block.wp-block.wp-block-search__button-outside.wp-block-search__text-button.wp-block-search {
    width: 100%;
    border-radius: 5px;
    /* margin-bottom: 24px; */
    background: #fff;
    /* padding: 24px 16px; */
    padding: 0px 16px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 30px 0px;
}

.block-editor-block-list__block.wp-block.wp-block-search__button-outside.wp-block-search__text-button.wp-block-search .block-editor-rich-text__editable.wp-block-search__label.rich-text {
    width: 308px;
    /* width: 100%; */
    height: 24px;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #151829;
}

.block-editor-block-list__block.wp-block.wp-block-search__button-outside.wp-block-search__text-button.wp-block-search .block-editor-rich-text__editable.wp-block-search__label.rich-text::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    margin-top: 10px;
    background: linear-gradient(90deg, #FF0844 0%, #FFB199 71.87%, rgba(255, 177, 153, 0) 100%);
}

.block-editor-block-list__block.wp-block.wp-block-search__button-outside.wp-block-search__text-button.wp-block-search .components-resizable-box__container.wp-block-search__inside-wrapper {
    width: 308px !important;
    /* >input{
              width: 217px;
              height: 39px;
          } */
}

.block-editor-block-list__block.wp-block.widget.wp-block-widget-group {
    width: 100%;
    border-radius: 5px;
    /* margin-bottom: 24px; */
    background: #fff;
    /* padding: 24px 16px; */
    padding: 0px 16px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    /* gap: 30px 0px; */
}

.block-editor-block-list__block.wp-block.widget.wp-block-widget-group .block-editor-rich-text__editable.widget-title.rich-text {
    /* width: 100%; */
    width: 308px;
    height: 24px;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #151829;
    margin-left: 0px;
}

.block-editor-block-list__block.wp-block.widget.wp-block-widget-group .block-editor-rich-text__editable.widget-title.rich-text::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    margin-top: 10px;
    background: linear-gradient(90deg, #FF0844 0%, #FFB199 71.87%, rgba(255, 177, 153, 0) 100%);
}

.block-editor-block-list__block.wp-block.widget.wp-block-widget-group .block-editor-block-list__block.wp-block.wp-block-latest-posts__list.wp-block-latest-posts {
    /* 若不需要限制宽，则width：100%，并注释margin样式 */
    width: 308px;
    margin: 0px;
    /* padding-left: 20px; */
    padding-left: 2.5em;
    display: flex;
    flex-direction: column;
    gap: 10px 0px;
}

.block-editor-block-list__block.wp-block.widget.wp-block-widget-group .block-editor-block-list__block.wp-block.wp-block-latest-posts__list.wp-block-latest-posts li {
    overflow: visible;
    list-style: decimal;
}

.block-editor-block-list__block.wp-block.widget.wp-block-widget-group .block-editor-block-list__block.wp-block.wp-block-latest-comments {
    width: 308px;
    margin: 0px;
}

.block-editor-block-list__block.wp-block.widget.wp-block-widget-group .block-editor-block-list__block.wp-block.wp-block-latest-comments ol {
    /* padding-left: 20px; */
}

.block-editor-block-list__block.wp-block.widget.wp-block-widget-group .block-editor-block-list__block.wp-block.wp-block-latest-comments ol li {
    /* list-style: decimal; */
}

.block-editor-block-list__block.wp-block.widget.wp-block-widget-group .block-editor-block-list__block.wp-block.wp-block-archives {
    width: 308px;
    margin: 0px;
}

.block-editor-block-list__block.wp-block.widget.wp-block-widget-group .block-editor-block-list__block.wp-block.wp-block-archives ul {
    /* padding-left: 20px; */
    display: flex;
    flex-direction: column;
    gap: 10px 0px;
}

.block-editor-block-list__block.wp-block.widget.wp-block-widget-group .block-editor-block-list__block.wp-block.wp-block-archives ul li {
    list-style: decimal;
}

.block-editor-block-list__block.wp-block.widget.wp-block-widget-group .block-editor-block-list__block.wp-block.wp-block-categories-list.wp-block-categories {
    width: 308px;
    margin: 0px;
    /* padding-left: 20px; */
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px 0px;
}

.block-editor-block-list__block.wp-block.widget.wp-block-widget-group .block-editor-block-list__block.wp-block.wp-block-categories-list.wp-block-categories li {
    list-style: decimal;
}

.block-editor-block-list__block.wp-block.widget.wp-block-widget-group .block-editor-block-list__block.wp-block.wp-block-calendar {
    width: 308px;
    margin-left: 0px;
    margin-top: 0px;
}

.block-editor-block-list__block.wp-block.widget.wp-block-widget-group .block-editor-block-list__block.wp-block.has-block-overlay.wp-block-page-list.block-editor-block-list__layout {
    width: 308px;
    margin: 0px;
    /* padding-left: 20px; */
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px 0px;
}

.block-editor-block-list__block.wp-block.widget.wp-block-widget-group .block-editor-block-list__block.wp-block.has-block-overlay.wp-block-page-list.block-editor-block-list__layout li {
    list-style: decimal;
}