/*
 * ------------------------------------------------------------------------------
 * JZTHEME主题基础样式
 * ------------------------------------------------------------------------------
 */
:root {
	--uk-primary-color: #6366f1;
	--uk-shallow-color: rgb(46 77 254 / 15%);
}
.ceofont{
    font-size: 14px;
    display: inline-block;
    transform: translateY(1px);
    line-height: 1;
}
html{
    background: #0f0f0f;
}
body, ul, ol, li, dl, dd, p, h1, h2, h3, h4, h5, h6, form, fieldset{
    margin: 0;
    padding: 0;
}
body{
    background: #0f0f0f;
}
/*
 * ------------------------------------------------------------------------------
 * JZTHEME主题顶部导航基础样式
 * ------------------------------------------------------------------------------
 */
.uk-navbar-home:before,.uk-navbar-home:after{
    display: none;
}
.uk-navbar-default{
    z-index: 999;
    position: fixed;
    top: 10px;
    right: 10px;
    left: 10px;
    border-radius: 4px;
    align-items: center;
}
.uk-navbar-default:after{
    content: "";
    position: absolute;
    top: -10px;
    right: 0;
    left: 0;
    background: #0f0f0f;
    height: 10px;
}
.uk-navbar-default:before{
    content: "";
    position: absolute;
    bottom: -10px;
    right: 0;
    left: 0;
    background: #0f0f0f;
    height: 10px;
}
.uk-navbar-default .module{
    padding: 0 20px 0 30px;
    flex: 1;
}
.uk-navbar-default .logo{
    width: 240px;
    height: 80px;
    display: flex;
    align-items: center;
}
.uk-navbar-default .logo a{
    display: flex;
    gap: 15px;
}
.uk-navbar-default .logo img{
    height: 35px;
}
.uk-navbar-default .nav{
    
}
.uk-navbar-default .nav>ul {
    display: flex;
    align-items: center;
    gap: 10px;
}
.uk-navbar-default .nav>ul>li {
	position: relative;
	height: 80px;
    display: flex;
    align-items: center;
}
.uk-navbar-default .nav>ul>li>a {
    font-size: 14px;
    color: rgb(224 233 255 / 70%);
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    height: 35px;
    border-radius: 8px;
    padding: 0 20px;
    gap: 3px;
}
.uk-navbar-default .nav>ul>li>a:hover,.uk-navbar-default .nav>ul>li.current>a{
    background: #24292f;
    color: #fff;
}
.uk-navbar-default .nav>ul>li>a:has(i) {
    padding: 0 15px 0 20px;
}
.uk-navbar-default .nav>ul>li>a>i.ceoicon-arrow-down-s-line {
    transition: transform 0.3s ease;
    display: inline-block;
}
.uk-navbar-default .nav>ul>li>a:hover i.ceoicon-arrow-down-s-line {
    transform: rotate(180deg);
}
.uk-navbar-default .nav>ul>li>a>i.ceoicon-checkbox-blank-circle-fill{
    color: #86efac;
    font-size: 8px;
    margin-left: 3px;
    transform: translateY(0px);
}
.navbar-elements{
    position: relative;
}
.navbar-elements .elements-content{
    position: absolute;
    top: 80px;
    left: 0;
    z-index: 999;
    display: none;
    transition: all .3s;
}
.navbar-elements:hover .elements-content {
    display: block;
}
.navbar-elements .elements-content .box{
    width: 380px;
    height: 100%;
    border-radius: 6px;
    background: #1b1f23;
    position: relative;
    border: 1px solid #24292f;
    padding: 20px;
}
.navbar-elements .elements-content .box .item{
    padding: 30px 20px;
    margin-bottom: 20px;
    line-height: 1;
    background-image: url(https://style.jztheme.com/static/images/bg.jpg);
}
.navbar-elements .elements-content .box .item span{
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}
.navbar-elements .elements-content .box .item p{
    color: rgb(224 233 255 / 70%);
    font-size: 14px;
    margin-top: 15px;
}
.navbar-elements .elements-content .box .ul{
    
}
.navbar-elements .elements-content .box .ul .li{
    
}
.navbar-elements .elements-content .box .ul .li a{
    padding: 0 10px;
    height: 48px;
    font-size: 14px;
    color: rgb(224 233 255 / 70%);
    background: rgb(36 41 47 / 50%);
    border-radius: 4px;
    display: flex;
    align-items: center;
}
.navbar-elements .elements-content .box .ul .li a:hover{
    background: #24292f;
    color: #fff;
}
.navbar-elements .elements-content .box .ul .li a span{
    flex: 1;
}
.navbar-elements .elements-content .box .ul .li a i{
    font-size: 20px;
    margin-right: 10px;
}
.navbar-elements .elements-content .box .ul .li a i.ceoicon-arrow-right-s-line{
    font-size: 18px;
    margin-right: 0px;
    opacity: 0;
    transition: all .3s;
}
.navbar-elements .elements-content .box .ul .li a:hover i.ceoicon-arrow-right-s-line{
    opacity: 1;
}
.uk-navbar-default .search {
    position: relative;
    margin-right: 10px;
}
.uk-navbar-default .search form{
    display: flex;
    align-items: center;
    background: #24292f;
    padding: 5px;
    border-radius: 4px;
}
.uk-navbar-default .search form input{
    font-size: 14px;
    color: #fff;
    background: rgb(255 255 255 / 0);
    border: 0px solid #fff;
    height: 30px;
    padding: 0 40px 0 20px;
    width: 200px;
}
.uk-navbar-default .search form input::placeholder{
    color: rgb(224 233 255 / 70%);
}
.uk-navbar-default .search form button{
    color: #fff;
    background: #24292f;
    font-size: 14px;
    padding: 0 10px;
    line-height: 40px;
    position: absolute;
    right: 0;
    border-radius: 0 4px 4px 0;
}
.uk-navbar-default .search form button:hover{
    background: #24292f;
}
.uk-navbar-default .search form button i{
    font-size: 22px;
    transform: translateY(3px);
}
.uk-navbar-default .search form .search-type{
    position: relative;
}
.uk-navbar-default .search form .search-type .selected-type{
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
    width: 51px;
    height: 30px;
    border-radius: 4px;
    padding: 0 15px 0 10px;
    font-size: 14px;
    color: rgb(224 233 255 / 70%);
}
.uk-navbar-default .search form .search-type .selected-type:after{
    content: "";
    position: absolute;
    right: 0;
    height: 20px;
    width: 1px;
    background: #373f47;
}
.uk-navbar-default .search form .search-type .selected-type .type-text{
    
}
.uk-navbar-default .search form .search-type .selected-type .type-text:hover{
    color: #fff;
    transition: all .3s;
}
.uk-navbar-default .search form .search-type .selected-type i{
    
}
.uk-navbar-default .search form .search-type .type-dropdown {
    display: none;
    position: absolute;
    top: 40px;
    left: -5px;
    z-index: 1000;
    min-width: 50px;
    border-radius: 4px;
    background: #1b1f23;
    border: 1px solid #24292f;
    padding: 15px;
}
.uk-navbar-default .search form .search-type .type-dropdown.show {
    display: block;
}
.uk-navbar-default .search form .search-type .type-dropdown .type-option {
    cursor: pointer;
    text-align: center;
    color: rgb(224 233 255 / 70%);
    transition: all .3s;
    margin-bottom: 15px;
    font-size: 14px;
}
.uk-navbar-default .search form .search-type .type-dropdown .type-option:hover {
    color: #fff;
}
.uk-navbar-default .search form .search-type .type-dropdown .type-option:last-child{
    margin-bottom: 0;
}
.uk-navbar-default .user{
    margin-right: 20px;
}
.uk-navbar-default .user .user-login{
    display: block;
    color: #fff;
    background: linear-gradient(117deg, #d946ef, #6366f1);
    line-height: 40px;
    border-radius: 4px;
    padding: 0 20px;
    font-size: 14px;
}
.uk-navbar-default .user .user-login:hover{
    box-shadow: 0 0.1rem 0.8rem rgb(153 87 240);
}
.uk-navbar-default .navbar-user{
    height: 80px;
    display: flex;
    align-items: center;
}
.uk-navbar-default .navbar-user:hover .dropdown {
    display: block;
}
.uk-navbar-default .navbar-user .dropdown{
    display: none;
    max-width: none;
    width: 315px;
    position: absolute;
    top: 80px;
    right: -20px;
    z-index: 999;
}
.uk-navbar-default .navbar-user .dropdown .box{
    border-radius: 6px;
    background: #1b1f23;
    border: 1px solid #24292f;
    position: relative !important;
}
.uk-navbar-default .navbar-user .dropdown .box .bg{
    padding: 20px;
    background-image: url(https://style.jztheme.com/static/images/bg.jpg);
}
.uk-navbar-default .navbar-user .dropdown .box .bg .info{
    gap: 10px;
}
.uk-navbar-default .navbar-user .dropdown .box .bg .info .avatar{
    z-index: 1;
    position: relative;
}
.uk-navbar-default .navbar-user .dropdown .box .bg .info .avatar img {
    border-radius: 50px;
    width: 45px;
    height: 45px;
}
.uk-navbar-default .navbar-user .dropdown .box .bg .info .name{
    color: #fff;
    margin-right: 5px;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 5px;
}
.uk-navbar-default .navbar-user .dropdown .box .bg .info .name span{
    color: #fff;
    background: #292e35;
    line-height: 20px;
    border-radius: 50px;
    padding: 0 8px;
    font-size: 12px;
    font-weight: 400;
}
.uk-navbar-default .navbar-user .dropdown .box .bg .data{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}
.uk-navbar-default .navbar-user .dropdown .box .bg .data span{
    flex: 1 1 calc(33.333% - 10px);
    flex: 1 1 calc((100% - 30px) / 3);
    display: flex;
    gap: 5px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: rgb(224 233 255 / 70%);
    font-size: 12px;
}
.uk-navbar-default .navbar-user .dropdown .box .bg .data span em{
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}
.uk-navbar-default .navbar-user .dropdown .box .item{
    padding: 20px;
}
.uk-navbar-default .navbar-user .dropdown .box .item .btn{
    display: flex;
    gap: 10px;
}
.uk-navbar-default .navbar-user .dropdown .box .item .btn a{
    display: block;
    color: #fff;
    background: linear-gradient(117deg, #d946ef, #6366f1);
    line-height: 43px;
    border-radius: 4px;
    padding: 0 20px;
    font-size: 14px;
    text-align: center;
    flex: 1 1 auto;
}
.uk-navbar-default .navbar-user .dropdown .box .item .btn a:hover{
    box-shadow: 0 0.1rem 0.8rem rgb(153 87 240);
}
.uk-navbar-default .navbar-user .dropdown .box .item .btn a i{
    margin-right: 3px;
    font-size: 16px !important;
}
.uk-navbar-default .navbar-user .dropdown .box .item .home{
    display: block;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    margin: 10px 0;
    border-radius: 4px;
    color: #fff;
    background: #24292f;
    border: 2px solid #24292f;
}
.uk-navbar-default .navbar-user .dropdown .box .item .home:hover{
    border: 2px solid #6366f1;
}
.uk-navbar-default .navbar-user .dropdown .box .item .home i{
    margin-right: 5px;
}
.uk-navbar-default .navbar-user .dropdown .box .item .btn .btn-admin{
    display: block;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    margin: 10px 0;
    border-radius: 4px;
    color: #fff;
    background: #24292f;
}
.uk-navbar-default .navbar-user .dropdown .box .item .menu{
    
}
.uk-navbar-default .navbar-user .dropdown .box .item .menu ul{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.uk-navbar-default .navbar-user .dropdown .box .item .menu ul li{
    flex: 1 1 calc(33.333% - 10px);
    flex: 1 1 calc((100% - 30px) / 3);
}
.uk-navbar-default .navbar-user .dropdown .box .item .menu ul li a{
    font-size: 14px;
    color: rgb(224 233 255 / 70%);
    background: #24292f;
    border-radius: 4px;
    padding: 14px 10px;
    border: 2px solid #24292f;
    display: flex;
    gap: 5px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.uk-navbar-default .navbar-user .dropdown .box .item .menu ul li a:hover{
    color: #fff;
    border: 2px solid #6366f1;
}
.uk-navbar-default .navbar-user .dropdown .box .item .menu ul li a i{
    color: #fff;
    font-size: 20px;
    transform: translateY(0px);
}
.uk-navbar-default .navbar-user .dropdown .box .item .fast{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}
.uk-navbar-default .navbar-user .dropdown .box .item .fast a{
    font-size: 14px;
    color: rgb(224 233 255 / 70%);
    display: block;
}
.uk-navbar-default .navbar-user .dropdown .box .item .fast a:hover{
    color: #fff;
}
/*
 * ------------------------------------------------------------------------------
 * JZTHEME主题登录弹窗
 * ------------------------------------------------------------------------------
 */
.uk-navbar-login{
    width: 380px;
    border-radius: 10px;
    background: #1b1f23;
    border: 1px solid #24292f;
}
.uk-navbar-login{
    
}
.uk-navbar-login .uk-modal-close{
    color: rgb(224 233 255 / 70%);
}
.uk-navbar-login .uk-modal-close:hover{
    color: #fff;
}
.uk-navbar-login .uk-modal-close i{
    font-size: 20px;
}
.uk-navbar-login .uk-modal-close svg{
    display: none;
}
.uk-navbar-login .top{
    padding: 30px;
}
.uk-navbar-login .top .title{
    margin-bottom: 40px;
}
.uk-navbar-login .top .title a{
    display: flex;
    gap: 15px;
}
.uk-navbar-login .top .title a img{
    
}
.uk-navbar-login .top .title p{
    color: rgb(224 233 255 / 70%);
    font-size: 14px;
    margin-top: 20px;
}
.uk-navbar-login .top .form{
    margin-bottom: 40px;
}
.uk-navbar-login .top .form .uk-input{
    height: 50px;
    background: #24292f;
    border: 2px solid #24292f;
}
.uk-navbar-login .top .form .uk-form-icon{
    color: rgb(224 233 255 / 70%);
}
.uk-navbar-login .top .form .uk-form-icon i{
    font-size: 20px;
    transform: translateY(0px);
}
.uk-navbar-login .top .form .send_captcha_mobile{
    height: 50px;
    border-radius: 4px;
    width: 100%;
    background: #24292f;
    color: rgb(224 233 255 / 70%);
    font-size: 14px;
    border: 2px solid #24292f;
    padding: 0 10px;
}
.uk-navbar-login .top .form .send_captcha_mobile:hover{
    color: #fff;
    border-color: var(--uk-primary-color);
}
.uk-navbar-login .top .login-button{
    width: 100%;
    color: #fff;
    background: linear-gradient(117deg, #d946ef, #6366f1);
    line-height: 45px;
    border-radius: 4px;
    padding: 0 20px;
    font-size: 15px;
}
.uk-navbar-login .top .login-button:hover {
    box-shadow: 0 0.1rem 0.8rem rgb(153 87 240);
}
.uk-navbar-login .top .social{
    text-align: center;
}
.uk-navbar-login .top .social span{
    position: relative;
    display: inline;
    color: rgb(224 233 255 / 70%);
}
.uk-navbar-login .top .social span:before {
    right: -16px;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}
.uk-navbar-login .top .social span:after{
    left: -16px;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
.uk-navbar-login .top .social span:after,.uk-navbar-login .top .social span:before {
    background-color: rgb(224 233 255 / 10%);
    content: "";
    height: 1px;
    position: absolute;
    top: 50%;
    width: 47px;
}
.uk-navbar-login .top .social .type{
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}
.uk-navbar-login .top .social .type a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.uk-navbar-login .top .social .type a:hover{
    color: #fff;
}
.uk-navbar-login .top .social .type a i{
    display: flex;
    height: 50px;
    width: 50px;
    background: #24292f;
    border-radius: 50px;
    font-size: 25px;
    transform: translateY(0px);
    justify-content: center;
    align-items: center;
}
.uk-navbar-login .bottom{
    padding: 20px;
}
.uk-navbar-login .bottom .info{
    text-align: center;
    color: rgb(224 233 255 / 70%);
}
.uk-navbar-login .bottom .info a{
    color: #fff;
}
/*
 * ------------------------------------------------------------------------------
 * JZTHEME主题首页布局样式
 * ------------------------------------------------------------------------------
 */
.uk-layout-index{
    margin-top: 100px;
    margin-left: 10px;
    margin-right: 10px;
}
.uk-layout-index .slide{
    position: relative;
    height: 90vh;
}
.uk-layout-index .slide .bg{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    pointer-events: none;
    background: radial-gradient(ellipse at center, rgba(94, 106, 210, 0.15) 0%, transparent 70%);
}
.uk-layout-index .slide .box{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 1;
    width: 100%;
}
.uk-layout-index .slide .top{
    
}
.uk-layout-index .slide .top span{
    color: #fff;
    border: 1px solid rgb(255 255 255 / 30%);
    background: rgb(255 255 255 / 10%);
    border-radius: 50px;
    padding: 5px 20px;
}
.uk-layout-index .slide .top .title{
    font-size: 45px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 1.5px;
    margin-top: 20px;
}
.uk-layout-index .slide .top .title em{
    background: linear-gradient(117deg, #d946ef, #6366f1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.uk-layout-index .slide .top p{
    font-size: 20px;
    background: linear-gradient(265deg, rgba(255, 255, 255, .47) -4%, rgba(255, 255, 255, .68) 39%, #FFFFFF 55%, rgba(255, 255, 255, .11) 104%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin-top: 15px;
    letter-spacing: 1.5px;
}
.uk-layout-index .slide .top .btn{
    display: flex;
    justify-content: center;
    gap: 20px;
    padding-top: 50px;
    padding-bottom: 60px;
}
.uk-layout-index .slide .top .btn a{
    display: block;
    color: #fff;
    line-height: 48px;
    border-radius: 4px;
    padding: 0 55px;
    font-size: 16px;
}
.uk-layout-index .slide .top .btn .btn1{
    background: rgb(46 48 60);
}
.uk-layout-index .slide .top .btn .btn1:hover{
    background: #24292f;
}
.uk-layout-index .slide .top .btn .btn2{
    background: linear-gradient(117deg, #d946ef, #6366f1);
}
.uk-layout-index .slide .top .btn .btn2:hover{
    box-shadow: 0 0.1rem 0.8rem rgb(153 87 240);
}
.uk-layout-index .slide .bottom{
    position: relative;
    z-index: 1;
}
.uk-layout-index .slide .bottom ul{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}
.uk-layout-index .slide .bottom ul li{
    background-color: #1b1f23;
    border-radius: 4px;
    border: 1px solid #24292f;
    display: flex;
    flex-direction: column;
    gap: 10px;
    transition: all .3s;
    width: 145px;
    height: 173px;
    justify-content: center;
    align-items: center;
}
.uk-layout-index .slide .bottom ul li:hover{
    background: #24292f;
    border: 1px solid var(--uk-primary-color)!important;
}
.uk-layout-index .slide .bottom ul li img{
    width: 80%;
}
.uk-layout-index .slide .bottom ul li span{
    font-size: 14px;
    color: rgb(224 233 255 / 70%);
    transition: all .3s;
}
.uk-layout-index .slide .bottom ul li:hover span{
    color: #fff;
}
/*
 * ------------------------------------------------------------------------------
 * JZTHEME主题布局基础样式
 * ------------------------------------------------------------------------------
 */
.uk-layout-default{
    
}
.uk-layout-default .aside{
    width: 260px;
    left: 10px;
    bottom: 10px;
    top: 100px;
    position: fixed;
    z-index: 100;
    border-radius: 4px;
}
.uk-layout-default .aside .box{
    height: 100%;
    display: flex;
    flex-direction: column;
}
.uk-layout-default .aside .box .top{
    height: 100%;
    overflow: hidden;
    padding: 20px 0;
}
.uk-layout-default .aside .box .top ul{
    height: 100%;
    overflow-y: auto;
    padding: 0 20px;
}
.uk-layout-default .aside .box .top ul::-webkit-scrollbar{width:10px;height:4px;background-color:#1b1f23}
.uk-layout-default .aside .box .top ul::-webkit-scrollbar-track{background-color:#1b1f23}
.uk-layout-default .aside .box .top ul::-webkit-scrollbar-thumb{background-color:#35393f;border-radius:10px}
.uk-layout-default .aside .box .top ul li{
    margin-bottom: 5px;
}
.uk-layout-default .aside .box .top ul li a{
    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    height: 40px;
    color: rgb(224 233 255 / 70%);
    border-radius: 8px;
    padding-left: 10px;
    gap: 10px;
}
.uk-layout-default .aside .box .top ul li a.current,.uk-layout-default .aside .box .top ul li a:hover,.uk-layout-default .aside .box .top ul li.current-cat a{
    background: #24292f;
    color: #fff;
}
.uk-layout-default .aside .box .top ul li a i{
    font-size: 20px;;
}
.uk-layout-default .aside .box .top ul li a em{
    color: rgb(224 233 255 / 70%);
    font-size: 12px;
    opacity: 0;
    transition: all .3s;
}
.uk-layout-default .aside .box .top ul li a:hover em{
    opacity: 1;
}
.uk-layout-default .aside .box .top ul li a .reminder{
    display: inline-block;
    padding: 0 5px;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 10px;
    background-color: #fe2c55;
    color: #fff;
    height: 16px;
    line-height: 16px;
    font-size: 12px;
    transform: translateY(1px);
}
.uk-layout-default .aside .box .top #css-nav-list {
    opacity: 0;
    transition: opacity 0.1s ease;
}
.uk-layout-default .aside .box .top #css-nav-list.loaded {
    opacity: 1;
}
.uk-layout-default .aside .box .bottom{
    padding: 20px;
    border-top: 1px solid #24292f;
}
.uk-layout-default .aside .box .bottom .tag{
    margin-bottom: 10px;
}
.uk-layout-default .aside .box .bottom .tag a{
    display: block;
    text-align: center;
    color: #fff;
    background: linear-gradient(117deg, #d946ef, #6366f1);
    line-height: 36px;
    border-radius: 4px;
    padding: 0 10px;
    font-size: 13px;
}
.uk-layout-default .aside .box .bottom .tag a:hover{
    box-shadow: 0 0.1rem 0.8rem rgb(153 87 240);
}
.uk-layout-default .aside .box .bottom ul{
    display: flex;
    justify-content: space-between;
}
.uk-layout-default .aside .box .bottom ul li{
    position: relative;
}
.uk-layout-default .aside .box .bottom ul li>a{
    color: rgb(224 233 255 / 70%);
    border-radius: 4px;
    width: 40px;
    height: 40px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.uk-layout-default .aside .box .bottom ul li>a:hover{
    background: #24292f;
    color: #fff;
}
.uk-layout-default .aside .box .bottom ul li>a .jz-system-message-badge{
    position: absolute;
    top: 3px;
    right: -7px;
    display: inline-block;
    padding: 0 5px;
    font-size: 10px;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 10px;
    background-color: #fe2c55;
    color: #fff;
    min-width: 16px;
    height: 16px;
    line-height: 16px;
}
.uk-layout-default .aside .box .bottom ul li>a i,.uk-layout-default .aside .box .bottom ul li>button i{
    font-size: 20px;
}
.uk-layout-default .aside .box .bottom ul li>button{
    color: rgb(224 233 255 / 70%);
    border-radius: 4px;
    width: 40px;
    height: 40px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(0 0 0 / 0%);
    padding: 0;
}
.uk-layout-default .aside .box .bottom ul li>button:hover{
    background: #24292f;
    color: #fff;
}
.uk-layout-default .aside .box .bottom ul li .link{
    position: absolute;
    bottom: 30px;
    padding-bottom: 20px;
    left: 0;
    z-index: 999;
    display: none;
    transition: all .3s;
}
.uk-layout-default .aside .box .bottom ul li:hover .link {
    display: block;
}
.uk-layout-default .aside .box .bottom ul li .link .ul{
    width: 180px;
    border-radius: 6px;
    background: #24292f;
    position: relative;
    padding: 20px;
}
.uk-layout-default .aside .box .bottom ul li .link .ul .li{
    margin-bottom: 5px;
}
.uk-layout-default .aside .box .bottom ul li .link .ul .li a{
    height: 40px;
    color: rgb(224 233 255 / 70%);
    border-radius: 6px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.uk-layout-default .aside .box .bottom ul li .link .ul .li a:hover{
    background: #1b1f23;
    color: #fff;
}
.uk-layout-default .aside .box .bottom ul li .link .ul .li a i{
    display: none;
    transition: all .3s;
}
.uk-layout-default .aside .box .bottom ul li .link .ul .li a:hover i{
    display: block;
}
.uk-layout-default .main{
    margin-left: 280px;
    margin-top: 100px;
    margin-right: 10px;
    position: relative;
}
.uk-layout-default .main:after{
    content: "";
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    background: #0f0f0f;
    height: 10px;
    z-index: 999;
}
.uk-footer{
    padding: 20px;
    margin-bottom: 10px!important;
    border-radius: 4px;
    color: rgb(224 233 255 / 70%);
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.uk-footer a{
    color: rgb(224 233 255 / 70%);
}
.uk-footer a:hover{
    color: #fff;
}
/*
 * ------------------------------------------------------------------------------
 * JZTHEME主题首页
 * ------------------------------------------------------------------------------
 */
.uk-home{
    
}
.uk-home .tool{
    padding: 20px;
    border-radius: 10px;
}
.uk-home .tool .title{
    margin-bottom: 20px;
}
.uk-home .tool .title a{
    font-size: 18px;
    font-weight: 600;
    color: #1b2337;
}
.uk-home .tool ul{
    
}
.uk-home .tool ul li{
    
}
.uk-home .tool ul li a{
    background: #f5f7fd;
    display: block;
    padding: 0 20px;
    line-height: 40px;
    border-radius: 4px;
}
/*
 * ------------------------------------------------------------------------------
 * JZTHEME主题分类
 * ------------------------------------------------------------------------------
 */
.uk-category{
    padding: 25px;
    border-radius: 4px;
    margin-bottom: 10px;
}
.uk-category-nav{
    margin-bottom: 30px;
}
.uk-category-nav .title{
    padding: 30px 25px 25px 25px;
    margin-bottom: 30px;
    border-radius: 4px;
    background-image: url(https://style.jztheme.com/static/images/bg.jpg);
}
.uk-category-nav .title .uk-flex{
    gap: 15px;
}
.uk-category-nav .title h1{
    font-size: 25px;
    font-weight: 600;
    color: #fff;
}
.uk-category-nav .title p{
    color: rgb(224 233 255 / 70%);
    margin-top: 10px;
    font-size: 15px;
}
.uk-category-nav .menu{
    
}
.uk-category-nav .menu .filter{
    display: flex;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
}
.uk-category-nav .menu .filter .type{
    display: flex;
    align-items: center;
}
.uk-category-nav .menu .filter .type ul{
    display: flex;
    gap: 5px;
}
.uk-category-nav .menu .filter .type ul li{
    
}
.uk-category-nav .menu .filter .type ul li a{
    font-size: 14px;
    color: rgb(224 233 255 / 70%);
    padding: 0 30px;
    line-height: 38px;
    display: inline-block;
    border-radius: 8px;
}
.uk-category-nav .menu .filter .type ul li a:hover,.uk-category-nav .menu .filter .type ul li a.current{
    background: #24292f;
    color: #fff;
}
.uk-category-nav .menu .search{
    position: relative;
    margin-left: 5px;
}
.uk-category-nav .menu .search form{
    display: flex;
    align-items: center;
    background: #0f0f0f;
    padding: 4px;
    border-radius: 8px;
}
.uk-category-nav .menu .search form input{
    font-size: 14px;
    color: #fff;
    background: rgb(255 255 255 / 0);
    border: 0px solid #fff;
    height: 30px;
    padding: 0 50px 0 10px;
}
.uk-category-nav .menu .search form input::placeholder{
    color: rgb(224 233 255 / 70%);
}
.uk-category-nav .menu .search form button{
    color: #fff;
    background: #24292f;
    font-size: 14px;
    padding: 0 10px;
    line-height: 28px;
    position: absolute;
    right: 4px;
    border-radius: 4px;
}
.uk-category-nav .menu .search form button:hover{
    opacity: .8;
}
.uk-category-nav .menu .search form .search-dropdown {
    position: relative;
}
.uk-category-nav .menu .search form .search-dropdown .search-category-btn {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
    width: 51px;
    height: 30px;
    border-radius: 4px;
    padding: 0 10px 0 10px;
    font-size: 14px;
    color: rgb(224 233 255 / 70%);
}
.uk-category-nav .menu .search form .search-dropdown .search-category-btn:after {
    content: "";
    position: absolute;
    right: 0;
    height: 20px;
    width: 1px;
    background: #333333;
}
.uk-category-nav .menu .search form .search-dropdown .search-category-btn:hover {
    color: #fff;
    transition: all .3s;
}
.uk-category-nav .menu .search form .search-dropdown .search-category-btn i{
    transform: translateY(0px);
}
.uk-category-nav .menu .search form .search-dropdown .search-dropdown-menu {
    display: none;
    position: absolute;
    top: 40px;
    left: -5px;
    z-index: 1000;
    min-width: 50px;
    border-radius: 4px;
    background: #1b1f23;
    border: 1px solid #24292f;
    padding: 15px;
}
.uk-category-nav .menu .search form .search-dropdown .search-dropdown-menu.show {
    display: block;
}
.uk-category-nav .menu .search form .search-dropdown .search-dropdown-menu a {
    display: block;
    text-align: center;
    color: rgb(224 233 255 / 70%);
    transition: all .3s;
    margin-bottom: 15px;
    font-size: 14px;
}
.uk-category-nav .menu .search form .search-dropdown .search-dropdown-menu a:last-child{
    margin-bottom: 0;
}
.uk-category-nav .menu .search form .search-dropdown .search-dropdown-menu a:hover {
    color: #fff;
}
/*
 * ------------------------------------------------------------------------------
 * JZTHEME主题分类列表基础样式
 * ------------------------------------------------------------------------------
 */
.uk-category-list{
    min-height: 80vh;
}
.uk-category-loop{
    
}
.uk-category-loop .item{
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}
.uk-category-loop .default{
    background: #24292f;
}
.uk-category-loop .black{
    background: #24292f;
}
.uk-category-loop .white{
    background: #e8e8e9;
}
.uk-category-loop .item .container .loading{
    background-image: linear-gradient(rgb(186 66 255 / 50%) 35%, rgb(0 225 255 / 50%));
    width: 50px;
    height: 50px;
    animation: container-loading 1.7s linear infinite;
    text-align: center;
    border-radius: 100px;
    filter: blur(2px);
    box-shadow: 0px -5px 20px 0px rgb(186, 66, 255), 0px 5px 20px 0px rgb(0, 225, 255);
}
.uk-category-loop .item .container .loading .load{
    background-color: rgb(192 77 240 / 10%);
    width: 50px;
    height: 50px;
    border-radius: 100px;
    filter: blur(10px);
}
.uk-category-loop .item .container .shadow-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.uk-category-loop .item .container .shadow-wrapper .shadow-host{
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.uk-category-loop .white .info{
    background: rgb(27 31 35 / 30%) !important;
}
.uk-category-loop .item .info{
    position: absolute;
    top: 10px;
    left: 10px;
    background: rgb(255 255 255 / 10%);
    color: #fff;
    font-size: 12px;
    line-height: 25px;
    padding: 0 15px 0 10px;
    border-radius: 50px;
    z-index: 998;
    display: flex;
    align-items: center;
}
.uk-category-loop .item .info i{
    margin-right: 5px;
    font-size: 14px;
}
.uk-category-loop .item .info i.css{
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M0%200h20v20H0z%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%230693ff%22%20d%3D%22M5%203l-.65%203.34h13.59L17.5%208.5H3.92l-.66%203.33h13.59l-.76%203.81-5.48%201.81-4.75-1.81.33-1.64H2.85l-.79%204%207.85%203%209.05-3%201.2-6.03.24-1.21L21.94%203z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    background-size: 20px 20px;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}
.uk-category-loop .item .info i.tailwind {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22none%22%20viewBox%3D%220%200%2054%2033%22%20class%3D%22h-5%20w-5%20mr-1%22%3E%3Cg%20clip-path%3D%22url(%23prefix__clip0)%22%3E%3Cpath%20fill%3D%22%2338bdf8%22%20fill-rule%3D%22evenodd%22%20d%3D%22M27%200c-7.2%200-11.7%203.6-13.5%2010.8%202.7-3.6%205.85-4.95%209.45-4.05%202.054.513%203.522%202.004%205.147%203.653C30.744%2013.09%2033.808%2016.2%2040.5%2016.2c7.2%200%2011.7-3.6%2013.5-10.8-2.7%203.6-5.85%204.95-9.45%204.05-2.054-.513-3.522-2.004-5.147-3.653C36.756%203.11%2033.692%200%2027%200zM13.5%2016.2C6.3%2016.2%201.8%2019.8%200%2027c2.7-3.6%205.85-4.95%209.45-4.05%202.054.514%203.522%202.004%205.147%203.653C17.244%2029.29%2020.308%2032.4%2027%2032.4c7.2%200%2011.7-3.6%2013.5-10.8-2.7%203.6-5.85%204.95-9.45%204.05-2.054-.513-3.522-2.004-5.147-3.653C23.256%2019.31%2020.192%2016.2%2013.5%2016.2z%22%20clip-rule%3D%22evenodd%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22prefix__clip0%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%200h54v32.4H0z%22%3E%3C%2Fpath%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
    background-size: 20px 20px;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
}
.uk-category-loop .item .btn{
    z-index: 998;
    position: absolute;
    right: 10px;
    left: 10px;
    bottom: -50px;
    color: #fff;
    font-size: 14px;
    padding: 10px;
    transition: all .3s;
    text-align: center;
    border-radius: 4px;
    opacity: 0;
    display: inline-block;
    background: linear-gradient(117deg, #d946ef, #6366f1);
}
.uk-category-loop .item .btn:hover{
    box-shadow: 0 0.1rem 0.8rem rgb(153 87 240);
}
.uk-category-loop .item .btn i{
    margin-right: 6px;
    font-size: 18px;
}
.uk-category-loop .item:hover .btn{
    bottom: 10px;
    opacity: 1;
}
.uk-category-loop .title{
    display: flex;
    align-items: center;
    margin: 10px 5px 10px 5px;
}
.uk-category-loop .title h3{
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1;
}
.uk-category-loop .title h3 a{
    display: block;
    font-size: 14px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.uk-category-loop .title h3 a:hover{
    color: #fff;
}
.uk-category-loop .title span{
    color: rgb(224 233 255 / 60%);
}
.uk-category-loop .title span i{
    margin-right: 5px;
}
.uk-category-list .ajax-btn{
    text-align: center;
    margin: 30px 0;
}
.uk-category-list .ajax-btn a{
    display: inline-block;
    font-size: 14px;
    padding: 0 100px;
    line-height: 50px;
    border-radius: 4px;
    color: #fff;
    background: #24292f;
}
/* 分类页面分页样式 */
.uk-category-list .pagination{
    margin: 40px 0;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}
.uk-category-list .pagination .pagination-nav{
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.uk-category-list .pagination .page-numbers{
    display: flex;
    padding: 0 5px;
    line-height: 50px;
    text-decoration: none;
    border-radius: 4px;
    color: rgb(224 233 255 / 70%);
    background: #24292f;
    transition: all 0.3s ease;
    font-size: 14px;
    min-width: 40px;
    justify-content: center;
    align-items: center;
}
.uk-category-list .pagination .page-numbers:hover{
    background-color: var(--uk-primary-color);
    color: #fff;
}
.uk-category-list .pagination .page-numbers.current{
    background-color: var(--uk-primary-color);
    color: #fff;
    cursor: default;
}
.uk-category-list .pagination .page-numbers.dots{
    background: transparent;
    color: rgb(224 233 255 / 50%);
    cursor: default;
    padding: 0 3px;
}
.uk-category-list .pagination .prev,
.uk-category-list .pagination .next{
    padding: 0 20px;
    gap: 5px;
    display: flex;
    line-height: 50px;
    text-decoration: none;
    border-radius: 4px;
    color: rgb(224 233 255 / 70%);
    background: #24292f;
    transition: all 0.3s ease;
    font-size: 14px;
    min-width: 40px;
    justify-content: center;
    align-items: center;
}
.uk-category-list .pagination .prev:hover,
.uk-category-list .pagination .next:hover{
    background-color: var(--uk-primary-color);
    color: #fff;
}
.uk-category-list .pagination .prev i,
.uk-category-list .pagination .next i{
    transform: translateY(0px);
}

.uk-category-list .pagination .pagination-jump{
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: rgb(224 233 255 / 70%);
}
.uk-category-list .pagination .pagination-jump .pagination-input{
    width: 60px;
    line-height: 46px;
    border: 1px solid #3a3f45;
    border-radius: 4px;
    background: #24292f;
    color: #fff;
    text-align: center;
    font-size: 14px;
    outline: none;
    transition: border-color 0.3s ease;
}
.uk-category-list .pagination .pagination-jump .pagination-input:focus{
    border-color: var(--uk-primary-color);
}
.uk-category-list .pagination .pagination-jump .pagination-jump-btn{
    padding: 0 20px;
    line-height: 50px;
    border: none;
    border-radius: 4px;
    background: #24292f;
    color: rgb(224 233 255 / 70%);
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.uk-category-list .pagination .pagination-jump .pagination-jump-btn:hover{
    background-color: var(--uk-primary-color);
    color: #fff;
}
/*
 * ------------------------------------------------------------------------------
 * JZTHEME主题分类列表样式1
 * ------------------------------------------------------------------------------
 */
.uk-category-loop-1{

}
.uk-category-loop-1 .item .container{
    height: 260px;
}
.uk-category-loop-1 .item .container .iframe-wrapper{
    width: 100%;
    height: 100%;
    max-height: 260px;
    min-height: 260px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.uk-category-loop-1 .item .container .iframe-wrapper .content-iframe{
    width: 100%;
    height: 100%;
    max-height: 260px;
    min-height: 260px;
    display: flex;
    justify-content: center;
    align-items: center;
}
/*
 * ------------------------------------------------------------------------------
 * JZTHEME主题分类列表样式2
 * ------------------------------------------------------------------------------
 */
.uk-category-loop-2{

}
.uk-category-loop-2 .item .container{
    height: 520px;
}
.uk-category-loop-2 .item .container .iframe-wrapper{
    width: 100%;
    height: 100%;
    max-height: 520px;
    min-height: 520px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.uk-category-loop-2 .item .container .iframe-wrapper .content-iframe{
    width: 100%;
    height: 100%;
    max-height: 520px;
    min-height: 520px;
    display: flex;
    justify-content: center;
    align-items: center;
}
/*
 * ------------------------------------------------------------------------------
 * JZTHEME主题分类列表样式3
 * ------------------------------------------------------------------------------
 */
.uk-category-loop-3{

}
.uk-category-loop-3 .item .container{
    height: 420px;
}
.uk-category-loop-3 .item .container .iframe-wrapper{
    width: 100%;
    height: 100%;
    max-height: 420px;
    min-height: 420px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.uk-category-loop-3 .item .container .iframe-wrapper .content-iframe{
    width: 100%;
    height: 100%;
    max-height: 420px;
    min-height: 420px;
    display: flex;
    justify-content: center;
    align-items: center;
}
/*
 * ------------------------------------------------------------------------------
 * JZTHEME主题内容页内页样式1
 * ------------------------------------------------------------------------------
 */
.uk-single-1{
    
}
.uk-single-1 .single-title{
    padding-bottom: 25px;
    padding-top: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}
.uk-single-1 .single-title .title{
    display: flex;
    gap: 15px;
}
.uk-single-1 .single-title .title h1{
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}
.uk-single-1 .single-title .btn{
    display: flex;
    align-items: center;
    gap: 5px;
}
.uk-single-1 .single-title .btn a,.uk-single-1 .single-title .btn button{
    line-height: 33px;
    display: inline-block;
    padding: 0 15px;
    border-radius: 4px;
    font-size: 14px;
    background: rgb(36 41 47);
    color: rgb(224 233 255 / 70%);
}
.uk-single-1 .single-title .btn a em,.uk-single-1 .single-title .btn button em{
    color: rgb(224 233 255 / 70%);
}
.uk-single-1 .single-title .btn a:hover,.uk-single-1 .single-title .btn button:hover{
    color: #fff;
}
.uk-single-1 .single-title .btn a i,.uk-single-1 .single-title .btn button i{
    margin-right: 3px;
    font-size: 18px;
    transform: translateY(2px);
}
.uk-single-1{
    padding: 25px;
    border-radius: 4px;
    margin-bottom: 10px;
}
.uk-single-1 .module{
    margin-bottom: 30px;
}
.uk-single-1 .module .uk-single-1-loading,.uk-single-1 .module .uk-single-1-editor-loading{
    background-image: linear-gradient(rgb(186 66 255 / 50%) 35%, rgb(0 225 255 / 50%));
    width: 50px;
    height: 50px;
    animation: container-loading 1.7s linear infinite;
    text-align: center;
    border-radius: 100px;
    filter: blur(2px);
    box-shadow: 0px -5px 20px 0px rgb(186, 66, 255), 0px 5px 20px 0px rgb(0, 225, 255);
}
.uk-single-1 .module .uk-single-1-loading .load,.uk-single-1 .module .uk-single-1-editor-loading .load{
    background-color: rgb(192 77 240 / 10%);
    width: 50px;
    height: 50px;
    border-radius: 100px;
    filter: blur(10px);
}
.uk-single-1 .module .preview-iframe-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 600px;
    width: 100%;
}
.uk-single-1 .module .editor-loading {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 542px;
}
.uk-single-1 .module .editor-loading .spinner {
    width: 40px;
    height: 40px;
    border: 4px solid rgb(255 255 255 / 10%);
    border-left-color: #6366f1;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-bottom: 10px;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}
.uk-single-1 .module .CodeMirror{
    background: #24292f;
    border: 0px solid rgb(255 255 255 / 0%);
    height: 522px!important;
	border-radius: 0px 0px 10px 10px;
	padding: 10px 0;
}
.uk-single-1 .module .CodeMirror .CodeMirror-gutters {
    background: #24292f;
}
.uk-single-1 .module .CodeMirror-vscrollbar::-webkit-scrollbar{width:10px;height:4px;background-color:#24292f}
.uk-single-1 .module .CodeMirror-vscrollbar::-webkit-scrollbar-track{background-color:#24292f}
.uk-single-1 .module .CodeMirror-vscrollbar::-webkit-scrollbar-thumb{background-color:#35393f;border-radius:10px}
.uk-single-1 .module .uk-subnav-pill {
    margin-left: 0;
    background: #292e35;
    padding: 10px 0;
    border-radius: 10px 10px 0px 0px;
}
.uk-single-1 .module .uk-subnav-pill > .uk-active > a {
    background-color: #1b1f23;
    color: #fff;
}
.uk-single-1 .module .uk-subnav-pill > * > :first-child {
    padding: 8px 20px;
    font-size: 16px;
    color: rgb(224 233 255 / 70%);
    border-radius: 50px;
    gap: 5px;
    text-transform: inherit;
}
.uk-single-1 .module .uk-subnav-pill > * > :first-child i{
    font-size: 20px;
}
.uk-single-1 .module .uk-subnav-pill > * > :first-child i.ceoicon-html5-fill{
    color: rgb(231 77 77);
}
.uk-single-1 .module .uk-subnav-pill > * > :first-child i.ceoicon-css3-fill{
    color: rgb(6 147 255);
}
.uk-single-1 .module .uk-subnav-pill > * > :first-child i.ceoicon-terminal-window-fill{
    color: rgb(213 169 0);
}
.uk-single-1 .module .uk-subnav-pill > * > :first-child i.tailwind {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22none%22%20viewBox%3D%220%200%2054%2033%22%20class%3D%22h-5%20w-5%20mr-1%22%3E%3Cg%20clip-path%3D%22url(%23prefix__clip0)%22%3E%3Cpath%20fill%3D%22%2338bdf8%22%20fill-rule%3D%22evenodd%22%20d%3D%22M27%200c-7.2%200-11.7%203.6-13.5%2010.8%202.7-3.6%205.85-4.95%209.45-4.05%202.054.513%203.522%202.004%205.147%203.653C30.744%2013.09%2033.808%2016.2%2040.5%2016.2c7.2%200%2011.7-3.6%2013.5-10.8-2.7%203.6-5.85%204.95-9.45%204.05-2.054-.513-3.522-2.004-5.147-3.653C36.756%203.11%2033.692%200%2027%200zM13.5%2016.2C6.3%2016.2%201.8%2019.8%200%2027c2.7-3.6%205.85-4.95%209.45-4.05%202.054.514%203.522%202.004%205.147%203.653C17.244%2029.29%2020.308%2032.4%2027%2032.4c7.2%200%2011.7-3.6%2013.5-10.8-2.7%203.6-5.85%204.95-9.45%204.05-2.054-.513-3.522-2.004-5.147-3.653C23.256%2019.31%2020.192%2016.2%2013.5%2016.2z%22%20clip-rule%3D%22evenodd%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22prefix__clip0%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%200h54v32.4H0z%22%3E%3C%2Fpath%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
    background-size: 20px 20px;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
}
.uk-single-1 .module .uk-subnav-pill > * > :first-child em{
    margin: 0 5px;
    color: #fff;
    font-size: 16px;
}
.uk-single-1 .module .uk-subnav-pill > * > a:hover {
    background-color: #1b1f23;
    color: #fff;
}
.uk-single-1 .module .uk-switcher{
    border-radius: 0px 0px 10px 10px;
}
.uk-single-1 .module .editor{
    position: relative;
}
.uk-single-1 .module .editor .copy{
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 1;
    background: #1b1f23;
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
    padding: 0 15px;
    line-height: 35px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.uk-single-1 .module .editor .copy:hover{
    background: #0f0f0f;
}
.uk-single-1 .module .editor .copy i{
    font-size: 18px;
    transform: translateY(0px);
}
.uk-single-1 .module .preview{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 600px;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}
.uk-single-1 .module .preview .preview-tag{
    position: absolute;
    top: 17px;
    left: 17px;
    z-index: 10;
    display: flex;
    gap: 7px;
}
.uk-single-1 .module .preview .preview-tag span{
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 100%;
}
.uk-single-1 .module .preview .preview-tag .tag1{
    background: #ff4e49;
}
.uk-single-1 .module .preview .preview-tag .tag2{
    background: #ffcf26;
}
.uk-single-1 .module .preview .preview-tag .tag3{
    background: #02da55;
}
.uk-single-1 .module .preview .preview-controls {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
    display: flex;
    gap: 10px;
}
.uk-single-1 .module .preview .color-picker {
    width: 30px;
    height: 30px;
    border: 3px solid rgb(171 171 171);
    border-radius: 8px;
    cursor: pointer;
    background: transparent;
}
.uk-single-1 .module .preview .color-picker::-webkit-color-swatch {
    border: none;
    border-radius: 4px;
}
.uk-single-1 .module .preview .color-picker::-webkit-color-swatch-wrapper {
    padding: 0;
}
.uk-single-1 .module .preview .theme-toggle-switch {
    position: relative;
    width: 60px;
    height: 30px;
    background: #42484d;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 0 4px;
    box-sizing: border-box;
    transition: background 0.3s ease;
}
.uk-single-1 .module .preview .theme-toggle-switch.dark {
    background: #b5b5b5;
}
.uk-single-1 .module .preview .moon-icon, .sun-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    transition: all 0.3s ease;
    color: #fff;
}
.uk-single-1 .module .preview .moon-icon {
    left: 6px;
    opacity: 1;
}
.uk-single-1 .module .preview .sun-icon {
    right: 6px;
    opacity: 0.5;
    color: #fff;
}
.uk-single-1 .module .preview .theme-toggle-switch.dark .moon-icon {
    opacity: 0.5;
}
.uk-single-1 .module .preview .theme-toggle-switch.dark .sun-icon {
    opacity: 1;
}
.uk-single-1 .module .preview .preview-iframe{
    width: 100%;
    height: 100%;
}
.uk-single-1 .module .preview .preview-shadow{
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.uk-single-1 .content{
    margin-bottom: 30px;
}
.uk-single-1 .content span{
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
}
.uk-single-1 .content p{
    color: rgb(224 233 255 / 70%);
    line-height: 2;
    margin-bottom: 20px;
}
.uk-single-1 .content .category{
    color: rgb(224 233 255 / 70%);
    display: inline-block;
}
.uk-single-1 .content .category:hover{
    color: #fff;
}
.uk-single-1 .content .tag{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.uk-single-1 .content .tag a{
    background: #24292f;
    color: rgb(224 233 255 / 70%);
    padding: 0 20px;
    height: 35px;
    font-size: 14px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.uk-single-1 .content .tag a:hover{
    color: #fff;
}
.uk-single-1 .recommend{
    margin-bottom: 30px;
}
.uk-single-1 .recommend .recommend-title{
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
}
.uk-single-1 .tag{
    
}
.uk-single-1 .tag .tag-title{
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
}
.uk-single-1 .tag ul{
    margin-left: -5px;
    margin-bottom: -10px;
}
.uk-single-1 .tag ul li{
    display: inline-block;
}
.uk-single-1 .tag ul li a{
    margin: 5px 5px 10px 5px;
    padding: 0 20px;
    display: block;
    color: rgb(224 233 255 / 70%);
    background: #24292f;
    font-size: 14px;
    line-height: 38px;
    border-radius: 4px;
}
.uk-single-1 .tag ul li a:hover{
    color: #fff;
    background: #0f0f0f;
}
/*
 * ------------------------------------------------------------------------------
 * JZTHEME主题内页侧边栏样式
 * ------------------------------------------------------------------------------
 */
.uk-single-1-sidebar{
    
}
.uk-single-1-sidebar .images{
    border-radius: 4px;
    margin-bottom: 10px;
    padding-right: 0.19%;
}
.uk-single-1-sidebar .images a{
    display: block;
    border-radius: 4px;
    padding-bottom: 63.699%;
    height: 0;
}
.uk-single-1-sidebar .images a img{
    max-width: none;
    position: absolute;
    left: 50%;
    top: 50%;
    --uk-position-translate-x: -50%;
    --uk-position-translate-y: -50%;
    transform: translate(var(--uk-position-translate-x), var(--uk-position-translate-y));
}

.uk-single-1-sidebar .list{
    padding: 20px;
    border-radius: 4px;
    margin-bottom: 10px;
}
.uk-single-1-sidebar .list .title{
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
}
.uk-single-1-sidebar .list .subnav{
    
}
.uk-single-1-sidebar .list .uk-subnav-pill > .uk-active > a {
    color: #fff;
    border-color: var(--uk-primary-color)!important;
}
.uk-single-1-sidebar .list .uk-subnav-pill > * > :first-child:hover{
    color: #fff;
    border-color: #24292f;
}
.uk-single-1-sidebar .list .uk-subnav-pill > * > :first-child {
    padding: 0 0 6px 0;
    color: rgb(224 233 255 / 70%);
    font-size: 14px;
    border-bottom: 3px solid transparent;
    background-color: rgb(255 255 255 / 0%);
}
.uk-single-1-sidebar .list .switcher{
    margin-top: 20px;
    min-height: 210px;
}
.uk-single-1-sidebar .list .switcher ul{
    
}
.uk-single-1-sidebar .list .switcher ul li{
    margin-bottom: 5px;
}
.uk-single-1-sidebar .list .switcher ul li:last-child{
    margin-bottom: 0px;
}
.uk-single-1-sidebar .list .switcher ul li a{
    padding: 0 10px;
    line-height: 40px;
    font-size: 14px;
    color: rgb(224 233 255 / 70%);
    background: #24292f;
    border-radius: 4px;
    display: flex;
    align-items: center;
}
.uk-single-1-sidebar .list .switcher ul li a:hover{
    color: #fff;
}
.uk-single-1-sidebar .list .switcher ul li a span{
    flex: 1;
}
.uk-single-1-sidebar .list .switcher ul li a i{
    font-size: 18px;
    margin-right: 5px;
    transform: translateY(0px);
}
.uk-single-1-sidebar .list .switcher ul li a i.ceoicon-arrow-right-s-line{
    font-size: 18px;
    margin-right: 0px;
    opacity: 0;
    transition: all .3s;
}
.uk-single-1-sidebar .list .switcher ul li a:hover i.ceoicon-arrow-right-s-line{
    opacity: 1;
}
.uk-single-1-sidebar .license{
    margin-bottom: 10px;
    border-radius: 4px;
    padding-bottom: 25px;
}
.uk-single-1-sidebar .license span{
    display: block;
    font-size: 16px;
    color: #fff;
    padding: 25px 25px 20px 25px;
}
.uk-single-1-sidebar .license .item{
    padding: 0px 25px 0px 25px;
    list-style: none;
    overflow-y: auto;
    height: 190px;
}
.uk-single-1-sidebar .license .item::-webkit-scrollbar{width:10px;height:4px;background-color:#1b1f23}
.uk-single-1-sidebar .license .item::-webkit-scrollbar-track{background-color:#1b1f23}
.uk-single-1-sidebar .license .item::-webkit-scrollbar-thumb{background-color:#35393f;border-radius:10px}
.uk-single-1-sidebar .license .item p{
    color: rgb(224 233 255 / 70%);
    line-height: 1.8;
    margin-bottom: 15px;
}
.uk-single-1-sidebar .license .item p:last-child{
    margin-bottom: 0px;
}
/*
 * ------------------------------------------------------------------------------
 * JZTHEME主题-博客首页/分类
 * ------------------------------------------------------------------------------
 */
.jz-blog-category{
    padding: 25px;
    border-radius: 4px;
    margin-bottom: 10px;
    min-height: 100vh;
}
.jz-blog-category .title{
    padding: 30px 25px 25px 25px;
    margin-bottom: 30px;
    border-radius: 4px;
    background-image: url(https://style.jztheme.com/static/images/bg.jpg);
}
.jz-blog-category .title .uk-flex{
    gap: 15px;
}
.jz-blog-category .title h1{
    font-size: 25px;
    font-weight: 600;
    color: #fff;
}
.jz-blog-category .title p{
    color: rgb(224 233 255 / 70%);
    margin-top: 10px;
    font-size: 15px;
}
.jz-blog-loop{
    background: #24292f;
    border-radius: 4px;
    padding: 15px;
}
.jz-blog-loop .images{
    display: block;
    position: relative;
    margin-bottom: 15px;
}
.jz-blog-loop .images .thumb{
    padding-top: 63.6%;
    position: relative;
    display: block;
    background-repeat: no-repeat;
    background-position: left center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 0;
}
.jz-blog-loop .images .thumb img{
    -o-object-position: left center;
    object-position: left center;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: 4px;
}
.jz-blog-loop .images span{
    position: absolute;
    bottom: 10px;
    right: 10px;
    opacity: 0;
    color: rgb(224 233 255 / 70%);
    font-size: 13px;
    transition: all .3s;
}
.jz-blog-loop:hover .images span{
    opacity: 1;
}
.jz-blog-loop .images span i{
    margin-right: 3px;
}
.jz-blog-loop h3{
    height: 45px;
    font-size: 15px;
    margin-bottom: 15px;
    line-height: 1.6;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.jz-blog-loop h3 a{
    display: block;
    color: #fff;
}
.jz-blog-loop .excerpt{
    height: 22px;
    margin-bottom: 15px;
}
.jz-blog-loop p{
    font-size: 14px;
    color: rgb(224 233 255 / 70%);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.jz-blog-loop .info{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.jz-blog-loop .info .author{
    display: flex;
    align-items: center;
    gap: 5px;
}
.jz-blog-loop .info .author img{
    width: 20px;
    height: 20px;
    border-radius: 100%;
}
.jz-blog-loop .info .author a{
    color: rgb(224 233 255 / 70%);
    font-size: 14px;
}
.jz-blog-loop .info .author a:hover{
    color: #fff;
}
.jz-blog-loop .info .category{
    color: rgb(224 233 255 / 70%);
    font-size: 14px;
    position: relative;
}
.jz-blog-loop .info .category:hover{
    color: #fff;
}
.jz-blog-loop .info .category i{
    color: var(--uk-primary-color);
    background: #1b1f23;
    padding: 3px;
    border-radius: 50px;
    margin-right: 5px;
    font-size: 12px !important;
    transform: translateY(0px);
}
/*
 * ------------------------------------------------------------------------------
 * JZTHEME主题-博客内页
 * ------------------------------------------------------------------------------
 */
.jz-blog-single{
    
}
.jz-blog-single .section{
    padding: 25px;
    border-radius: 4px;
    margin-bottom: 10px;
}
.jz-blog-single .section .single-head{
    border-bottom: 1px dashed #323941;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.jz-blog-single .section .single-head .title{
    font-size: 28px;
    color: #fff;
    margin-bottom: 15px;
    line-height: 1.5;
}
.jz-blog-single .section .single-head .meta{
    display: flex;
    align-items: center;
}
.jz-blog-single .section .single-head .meta .left{
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1;
    flex-wrap: wrap;
}
.jz-blog-single .section .single-head .meta .left span,.jz-blog-single .section .single-head .meta .left a,.jz-blog-single .section .single-head .meta .left time{
    font-size: 14px;
    color: rgb(224 233 255 / 70%);
}
.jz-blog-single .section .single-head .meta .left a:hover{
    color: #fff;
}
.jz-blog-single .section .single-head .meta .left .author{
    
}
.jz-blog-single .section .single-head .meta .left .category{
    
}
.jz-blog-single .section .single-head .meta .left .date{
    
}
.jz-blog-single .section .single-head .meta .left .views{
    
}
.jz-blog-single .section .single-head .meta .right{
    
}
.jz-blog-single .section .single-head .meta .right .copyright{
    background: #24292f;
    line-height: 25px;
    padding: 0 15px;
    border-radius: 4px;
    font-size: 14px;
    color: rgb(224 233 255 / 70%);
    cursor: pointer;
}
.jz-blog-single .section .single-head .meta .right .copyright-box{
    background: #24292f;
    padding: 20px;
    border-radius: 4px;
    font-size: 14px;
    color: rgb(224 233 255 / 70%);
    width: 500px;
}
.jz-blog-single .section .single-head .meta .right .copyright-box a{
    color: #fff;
}
.jz-blog-single .section .single-head .meta .right .copyright-box p{
    margin-bottom: 10px;
}
.jz-blog-single .section .single-head .meta .right .copyright-box p:last-child{
    margin-bottom: 0;
}
.jz-blog-single .section .single-content{
    
}
.jz-blog-single .section .single-content p{
    line-height: 1.6;
    margin-bottom: 16px;
    font-size: 16px;
    color: #d1d5db;
    font-weight: 400;
}
.jz-blog-single .section .single-content h1,.jz-blog-single .section .single-content h2,.jz-blog-single .section .single-content h3,.jz-blog-single .section .single-content h4,.jz-blog-single .section .single-content h5,.jz-blog-single .section .single-content h6{
    margin: 20px 0 !important;
    font-weight: 600;
    color: #fff;
}
.jz-blog-single .section .single-content h1{
    font-size: 22px;
}
.jz-blog-single .section .single-content h2{
    font-size: 20px;
}
.jz-blog-single .section .single-content h3{
    font-size: 18px;
}
.jz-blog-single .section .single-content h4{
    font-size: 16px;
}
.jz-blog-single .section .single-content h5{
    font-size: 15px;
}
.jz-blog-single .section .single-content h6{
    font-size: 14px;
}
.jz-blog-single .section .single-content strong{
    font-weight: 600;
    color: #d1d5db;
}
.jz-blog-single .section .single-content em{
    font-weight: 400;
    color: #d1d5db;
    font-style: italic!important;
}
.jz-blog-single .section .single-content ul{
    
}
.jz-blog-single .section .single-content ul li{
    position: relative;
    line-height: 1.6;
    margin-bottom: 16px;
    font-size: 16px;
    color: #d1d5db;
    font-weight: 400;
    padding-left: 20px;
}
.jz-blog-single .section .single-content ul li:after{
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 6px;
    height: 6px;
    border-radius: 50px;
    background: #fff;
}
.jz-blog-single .section .single-content ul li:last-child{
    margin-bottom: 0;
}
.jz-blog-single .section .single-content ol{
    list-style-type: decimal;
    padding-left: 20px;
}
.jz-blog-single .section .single-content ol li{
    display: list-item;
    text-align: -webkit-match-parent;
    list-style: decimal;
    line-height: 1.6;
    margin-bottom: 16px;
    font-size: 16px;
    color: #d1d5db;
    font-weight: 400;
    padding-left: 2px;
}
.jz-blog-single .section .single-content ol li::marker {
    unicode-bidi: isolate;
    font-variant-numeric: tabular-nums;
    text-transform: none;
    text-indent: 0px !important;
    text-align: start !important;
    text-align-last: start !important;
}
.jz-blog-single .section .single-content ol li:last-child{
    margin-bottom: 0;
}
.jz-blog-single .section .single-content blockquote{
    margin: 20px 0;
    border-radius: 10px;
    padding: 30px;
    color: #d1d5db;
    background-color: #24292f;
    position: relative;
    font-style: normal;
    font-size: 15px;
}
.jz-blog-single .section .single-content blockquote:after{
    position: absolute;
    left: 15px;
    top: 15px;
    color: #d1d5db;
    content: "\e9d5";
    font-family: "ceofont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}
.jz-blog-single .section .single-content blockquote:before{
    position: absolute;
    right: 15px;
    bottom: 15px;
    color: #d1d5db;
    content: "\e9d6";
    font-family: "ceofont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}
.jz-blog-single .section .single-content blockquote p:last-child{
    margin-bottom: 0;
}
.jz-blog-single .section .single-content a{
    color: var(--uk-primary-color);
}
.jz-blog-single .section .single-content a:hover{
    color: #fff;
}
.jz-blog-single .section .single-content [id^="more-"] {
    background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAB2wAAAAUCAYAAABBLM3iAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAbtJREFUeNrs3TGOgzAUBUC8ylGoUnD/c1BQcZe/0laI2AQCix1ppoklHo7kNLGeDCkiOgAAAAAAAADu92MJAAAAAAAAAOpQ2AIAAAAAAABUorAFAAAAAAAAqERhCwAAAAAAAFDJ4+wE4zRbRQAAAPaIxTjtvBaFuY5k9swBAAAAlxie/aH8w5IBAADQqFyJG4vPdeGqoAUAAODreCQyAAAANURhnJMK4yPfAQAAAE1S2AIAANCiuCDjRC0AAADN+3sk8jjN2U3u8Oyzm9tSfmMzLC8v/z95ayMvLy8vLy8vL99y/m5x4P9zOjif31deXl5eXl5eXv5b89ZFXr6RfKljdcIWAACAuy3fNRtvNr+fzLt1PXVO3gIAANDSJjni3Ct9xmm2igAAAOyxLGfXm9HUvZa3pTJ3K5c7RXtlKQwAAACbhmd/KO+ELQAAAK2LwjhHKQsAAMBXUdgCAABQQyqMS5nl45O37ulW93SZOaJ7X/wCAADAPRvks49EBgAAAAAAAOAzTtgCAAAAAAAAVKKwBQAAAAAAAKhEYQsAAAAAAABQicIWAAAAAAAAoBKFLQAAAAAAAEAlvwIMAIwx1ShQopEyAAAAAElFTkSuQmCC) repeat-y scroll center center;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    height: 16px;
    display: block;
    margin: 20px auto;
    outline: 0;
    cursor: default;
}
.jz-blog-single .section .single-content del{
    text-decoration: line-through;
}
.jz-blog-single .section .single-content hr{
    border-top: 1px dashed #323941;
}
.jz-blog-single .section .single-statement{
    background: #24292f;
    color: rgb(224 233 255 / 70%);
    border-radius: 4px;
    padding: 20px;
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 90px;
}
.jz-blog-single .section .single-tags{
    margin-left: -5px;
}
.jz-blog-single .section .single-tags a{
    display: inline-block;
    margin: 5px;
    background: #24292f;
    color: rgb(224 233 255 / 70%);
    border-radius: 4px;
    padding: 10px;
    font-size: 14px;
}
.jz-blog-single .section .single-tags a:hover{
    color: #fff;
}
.jz-blog-single .jz-blog-article{
    position: relative;
    padding: 25px 25px 0px 25px;
    border-radius: 4px;
    margin-bottom: 10px;
    overflow: hidden;
}
.jz-blog-single .jz-blog-article .uk-sticky-placeholder{
    margin-top: -68px !important;
}
.jz-blog-single .section .single-author{
    padding: 15px 0 23px 0;
    border-top: 1px dashed #24292f;
}
.jz-blog-single .section .single-author .box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.jz-blog-single .section .single-author .box .avatar{
    
}
.jz-blog-single .section .single-author .box .avatar a{
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
}
.jz-blog-single .section .single-author .box .avatar a img{
    width: 30px;
    height: 30px;
    border-radius: 100%;
}
.jz-blog-single .section .single-author .box .btn{
    display: flex;
    align-items: center;
    gap: 5px;
}
.jz-blog-single .section .single-author .box .btn a,.jz-blog-single .section .single-author .box .btn button{
    line-height: 33px;
    display: inline-block;
    padding: 0 15px;
    border-radius: 4px;
    font-size: 14px;
    background: rgb(36 41 47);
    color: rgb(224 233 255 / 70%);
}
.jz-blog-single .section .single-author .box .btn a:hover,.jz-blog-single .section .single-author .box .btn button:hover{
    color: #fff;
}
.jz-blog-single .section .single-author .box .btn a em,.jz-blog-single .section .single-author .box .btn button em{
    color: rgb(224 233 255 / 70%);
    transition: all .3s;
}
.jz-blog-single .section .single-author .box .btn a:hover em,.jz-blog-single .section .single-author .box .btn button:hover em{
    color: #fff;
}
.jz-blog-single .section .single-author .box .btn a i,.jz-blog-single .section .single-author .box .btn button i{
    margin-right: 3px;
    font-size: 18px;
    transform: translateY(2px);
}
.jz-blog-single .section .single-related{
    
}
.jz-blog-single .section .single-related .title{
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
}
/*
 * ------------------------------------------------------------------------------
 * JZTHEME主题-博客侧边栏
 * ------------------------------------------------------------------------------
 */

.jz-blog-sidebar{
    
}
/*文章特色图*/
.jz-blog-sidebar .images{
    border-radius: 4px;
    margin-bottom: 10px;
    padding-right: 0.19%;
}
.jz-blog-sidebar .images a{
    display: block;
    border-radius: 4px;
    padding-bottom: 63.699%;
    height: 0;
}
.jz-blog-sidebar .images a img{
    max-width: none;
    position: absolute;
    left: 50%;
    top: 50%;
    --uk-position-translate-x: -50%;
    --uk-position-translate-y: -50%;
    transform: translate(var(--uk-position-translate-x), var(--uk-position-translate-y));
}
/*文章作者*/
.jz-blog-sidebar .article-author{
    padding: 20px;
    border-radius: 4px;
    margin-bottom: 10px;
}
.jz-blog-sidebar .article-author .author{
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
.jz-blog-sidebar .article-author .author img{
    width: 60px;
    height: 60px;
    border-radius: 100%;
}
.jz-blog-sidebar .article-author .author .info{
    flex: 1;
}
.jz-blog-sidebar .article-author .author .info .name{
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-size: 15px;
}
.jz-blog-sidebar .article-author .author .info .name .level{
    color: #fff;
    background: #292e35;
    line-height: 20px;
    border-radius: 50px;
    padding: 0 8px;
    font-size: 12px;
}
.jz-blog-sidebar .article-author .author .info .extra{
    margin-top: 5px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.jz-blog-sidebar .article-author .author .info .extra span,.jz-blog-sidebar .article-author .author .info .extra a{
    color: #fff;
    background: #24292f;
    line-height: 25px;
    border-radius: 4px;
    padding: 0 10px;
    font-size: 12px;
    display: inline-block;
}
.jz-blog-sidebar .article-author .data{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}
.jz-blog-sidebar .article-author .data span{
    flex: 1 1 calc(25% - 7.5px);
    flex: 1 1 calc((100% - 30px) / 4);
    display: flex;
    gap: 5px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: rgb(224 233 255 / 70%);
    font-size: 12px;
}
.jz-blog-sidebar .article-author .data span em{
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}
.jz-blog-sidebar .article-author .interaction{
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 20px;
}
.jz-blog-sidebar .article-author .interaction button{
    display: block;
    color: #fff;
    background: #24292f;
    border: 1px solid #24292f;
    line-height: 40px;
    border-radius: 4px;
    padding: 0 20px;
    font-size: 14px;
    flex: 1 1 auto;
}
.jz-blog-sidebar .article-author .interaction button:hover{
    background: #292e35;
    border: 1px solid #373f47;
}
.jz-blog-sidebar .article-author .interaction button i{
    margin-right: 5px;
}
.jz-blog-sidebar .article-author .description{
    color: rgb(224 233 255 / 70%);
    background: #24292f;
    border-radius: 4px;
    padding: 10px;
    font-size: 13px;
    margin-top: 10px;
}
.jz-blog-sidebar .article-author .recent{
    margin-top: 20px;
}
.jz-blog-sidebar .article-author .recent .title{
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 15px;
}
.jz-blog-sidebar .article-author .recent ul{
    
}
.jz-blog-sidebar .article-author .recent ul li{
    margin-bottom: 15px;
    display: flex;
}
.jz-blog-sidebar .article-author .recent ul li:last-child{
    margin-bottom: 0;
}
.jz-blog-sidebar .article-author .recent ul li a{
    font-size: 14px;
    color: #fff;
    flex: 1;
}
.jz-blog-sidebar .article-author .recent ul li a:hover{
    color: var(--uk-primary-color);
}
.jz-blog-sidebar .article-author .recent ul li span{
    font-size: 12px;
    color: rgb(224 233 255 / 70%);
    margin-left: 20px;
}

/*文章目录*/
.jz-blog-sidebar .article-toc {
    border-radius: 4px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.jz-blog-sidebar .article-toc .title {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    padding: 20px 20px 15px 20px;
}
.jz-blog-sidebar .article-toc .toc-container{
    max-height: 300px;
    overflow-y: auto;
    padding-left: 20px;
    padding-right: 10px;
}
.jz-blog-sidebar .article-toc .toc-container::-webkit-scrollbar{width:10px;height:4px;background-color:#35393f}
.jz-blog-sidebar .article-toc .toc-container::-webkit-scrollbar-track{background-color:#1b1f23}
.jz-blog-sidebar .article-toc .toc-container::-webkit-scrollbar-thumb{background-color:#35393f;border-radius:10px}
.jz-blog-sidebar .article-toc .toc-container .toc-list {
    padding-bottom: 30px;
}
.jz-blog-sidebar .article-toc .toc-container .toc-list ul {
    
}
.jz-blog-sidebar .article-toc .toc-container .toc-list .toc-item {
    margin-bottom: 2px;
}
.jz-blog-sidebar .article-toc .toc-container .toc-list .toc-item:last-child{
    margin-bottom: 0;
}
.jz-blog-sidebar .article-toc .toc-container .toc-list .toc-item a {
    text-decoration: none;
    color: rgb(224 233 255 / 70%);
    display: block;
    padding: 10px;
    border-radius: 4px;
}
.jz-blog-sidebar .article-toc .toc-container .toc-list .toc-h2 a {
    font-size: 15px;
}
.jz-blog-sidebar .article-toc .toc-container .toc-list .toc-h3 a {
    font-size: 14px;
    padding: 10px 28px;
}
.jz-blog-sidebar .article-toc .toc-container .toc-list .toc-item a:hover {
    background: #24292f;
    color: #fff;
}
.jz-blog-sidebar .article-toc .toc-container .toc-list .toc-item.active > a {
    background: #24292f;
    color: #fff;
}
/*文章上一篇下一篇*/
.jz-blog-sidebar .article-navigation{
    padding: 20px;
    border-radius: 4px;
    margin-bottom: 10px;
}
.jz-blog-sidebar .article-navigation .page{
    color: rgb(224 233 255 / 70%);
    font-size: 14px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
.jz-blog-sidebar .article-navigation .page:last-child{
    margin-bottom: 0;
}
.jz-blog-sidebar .article-navigation .page a{
    display: block;
    color: #fff;
    flex: 1;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.jz-blog-sidebar .article-navigation .page a:hover{
    color: var(--uk-primary-color);
}
/*
 * ------------------------------------------------------------------------------
 * JZTHEME主题页面快捷模块
 * ------------------------------------------------------------------------------
 */
.uk-page-item{
    margin-bottom: 30px;
}
.uk-page-item .banner{
    padding-bottom: 50.554%;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}
.uk-page-item .banner:after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #000;
    background: rgb(27 31 35 / 68%);
}
.uk-page-item .banner .top{
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
}
.uk-page-item .banner .top span{
    font-size: 22px;
    font-weight: 600;
    color: #fff;
}
.uk-page-item .banner .top p{
    font-size: 15px;
    color: rgb(224 233 255 / 70%);
}
.uk-page-item .banner .bottom{
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    backdrop-filter: blur(10px);
    background: rgb(36 41 47);
    border-radius: 4px;
    height: 60px;
    display: flex;
    z-index: 1;
}
.uk-page-item .banner .bottom:after{
    content: "";
    position: absolute;
    left: 50%;
    top: 21px;
    height: 20px;
    width: 2px;
    background: rgb(255 255 255 / 12%);
}
.uk-page-item .banner .bottom a{
    flex: 1 1 0%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    transform: translateX(15px)
}
.uk-page-item .banner .bottom a:hover{
    transform: translateX(-5px)
}
.uk-page-item .banner .bottom a i{
    opacity: 0;
    transition: all .3s;
    margin-left: 5px;
    font-size: 18px;
    font-weight: 400;
}
.uk-page-item .banner .bottom a:hover i{
    opacity: 1;
}
.uk-page-item .tool{
    padding-bottom: 50.554%;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}
.uk-page-item .tool:after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgb(27 31 35 / 68%);
}
.uk-page-item .tool .top{
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
}
.uk-page-item .tool .top span{
    font-size: 22px;
    font-weight: 600;
    color: #fff;
}
.uk-page-item .tool .top p{
    font-size: 15px;
    color: rgb(224 233 255 / 70%);
}
.uk-page-item .tool .bottom{
    position: absolute;
    bottom: 15px;
    right: 15px;
    left: 15px;
    display: flex;
    flex-wrap: wrap;
    z-index: 1;
}
.uk-page-item .tool .bottom li{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 33.3333%;
    height: 54px;
}
.uk-page-item .tool .bottom li a{
    width: calc(100% - 12px);
    height: 48px;
    font-size: 14px;
    font-weight: 600;
    backdrop-filter: blur(10px);
    color: #fff;
    background: rgb(36 41 47);
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    display: flex;
}
.uk-page-item .tool .bottom li a:hover{
    opacity: .8;
}
/*
 * ------------------------------------------------------------------------------
 * JZTHEME主题聚合分类主页
 * ------------------------------------------------------------------------------
 */
.uk-page-category{
    padding: 25px;
    border-radius: 4px;
    margin-bottom: 10px;
}
.uk-page-category .module{
    margin-bottom: 25px;
}
.uk-page-category .module .module-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}
.uk-page-category .module .module-title h2{
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}
.uk-page-category .module .module-title a{
    color: rgb(224 233 255 / 70%);
}
.uk-page-category .module .module-title a:hover{
    color: #fff;
}
.uk-page-category .module .module-title a i{
    margin-left: 3px;
}
/*
 * ------------------------------------------------------------------------------
 * JZTHEME主题-生成器-工具主页
 * ------------------------------------------------------------------------------
 */
.uk-page-tool{
    padding: 25px;
    border-radius: 4px;
    margin-bottom: 10px;
    min-height: 100vh;
}
.uk-page-tool .tool-category-title{
    padding: 30px 25px 25px 25px;
    margin-bottom: 30px;
    border-radius: 4px;
    background-image: url(https://style.jztheme.com/static/images/bg.jpg);
}
.uk-page-tool .tool-category-title .uk-flex{
    gap: 15px;
}
.uk-page-tool .tool-category-title h1{
    font-size: 25px;
    font-weight: 600;
    color: #fff;
}
.uk-page-tool .tool-category-title p{
    color: rgb(224 233 255 / 70%);
    margin-top: 10px;
    font-size: 15px;
}
.uk-page-tool .tool-module{
    margin-bottom: 25px;
}
.uk-page-tool .tool-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}
.uk-page-tool .tool-title h2{
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}
.uk-page-tool .tool-title a{
    color: rgb(224 233 255 / 70%);
}
.uk-page-tool .tool-title a:hover{
    color: #fff;
}
.uk-page-tool .tool-title a i{
    margin-left: 3px;
}
.uk-page-tool .item{
    display: block;
    padding: 20px;
    border-radius: 4px;
    background: #24292f;
    border: 1px solid #24292f;
}
.uk-page-tool .item:hover{
    background: #292e35;
    border: 1px solid #373f47;
}
.uk-page-tool .item .title{
    display: flex;
    align-items: center;
    gap: 15px;
}
.uk-page-tool .item .title i{
    width: 50px;
    height: 50px;
    display: flex;
    color: #e7e7e9;
    background: #1b1f23;
    border-radius: 4px;
    font-size: 26px !important;
    justify-content: center;
    align-items: center;
}
.uk-page-tool .item .title h3{
    flex: 1;
    color: #fff;
    font-size: 15px;
    transition: all .3s;
}
/*
 * ------------------------------------------------------------------------------
 * JZTHEME主题工具内页
 * ------------------------------------------------------------------------------
 */
/*工具内页基础样式*/
.uk-page-tool-single{
    
}
.uk-page-tool-single .page-title{
    padding-bottom: 25px;
    padding-top: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}
.uk-page-tool-single .page-title .title{
    display: flex;
    gap: 15px;
}
.uk-page-tool-single .page-title .title h1{
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}
.uk-page-tool-single .page-title .btn{
    display: flex;
    align-items: center;
    gap: 5px;
}
.uk-page-tool-single .page-title .btn a,.uk-page-tool-single .page-title .btn button{
    line-height: 33px;
    display: inline-block;
    padding: 0 15px;
    border-radius: 4px;
    font-size: 14px;
    background: rgb(36 41 47);
    color: rgb(224 233 255 / 70%);
}
.uk-page-tool-single .page-title .btn a:hover,.uk-page-tool-single .page-title .btn button:hover{
    color: #fff;
}
.uk-page-tool-single .page-title .btn a i,.uk-page-tool-single .page-title .btn button i{
    margin-right: 3px;
    font-size: 18px;
    transform: translateY(2px);
}
.uk-page-tool-single .module{
    padding: 25px;
    border-radius: 4px;
    margin-bottom: 10px;
}
.uk-page-tool-single .module .desc{
    
}
.uk-page-tool-single .module .desc .title{
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
}
.uk-page-tool-single .module .desc p{
    line-height: 1.6;
    margin: 15px 0;
    font-size: 15px;
    color: #d1d5db;
    font-weight: 400;
}
.uk-page-tool-single .module .desc h3{
    margin: 20px 0 !important;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}
.uk-page-tool-single .module .desc ul{
    
}
.uk-page-tool-single .module .desc ul li{
    position: relative;
    line-height: 1.6;
    margin-bottom: 15px;
    font-size: 15px;
    color: #d1d5db;
    font-weight: 400;
    padding-left: 20px;
    word-break: break-all;
}
.uk-page-tool-single .module .desc ul li:after{
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 6px;
    height: 6px;
    border-radius: 50px;
    background: #fff;
}
.uk-page-tool-single .module .desc ul li:last-child{
    margin-bottom: 0;
}
.uk-page-tool-single .module .desc ol{
    list-style-type: decimal;
    padding-left: 20px;
}
.uk-page-tool-single .module .desc ol li{
    display: list-item;
    text-align: -webkit-match-parent;
    list-style: decimal;
    line-height: 1.6;
    margin-bottom: 15px;
    font-size: 15px;
    color: #d1d5db;
    font-weight: 400;
    padding-left: 2px;
    word-break: break-all;
}
.uk-page-tool-single .module .desc ol li::marker {
    unicode-bidi: isolate;
    font-variant-numeric: tabular-nums;
    text-transform: none;
    text-indent: 0px !important;
    text-align: start !important;
    text-align-last: start !important;
}
.uk-page-tool-single .module .desc ol li:last-child{
    margin-bottom: 0;
}
/*工具内页侧边栏样式*/
.uk-page-tool-sidebar{
    
}
.uk-page-tool-sidebar .images{
    border-radius: 4px;
    margin-bottom: 10px;
    padding-right: 0.19%;
}
.uk-page-tool-sidebar .images a{
    display: block;
    border-radius: 4px;
    padding-bottom: 63.699%;
    height: 0;
}
.uk-page-tool-sidebar .images a img{
    
}
.uk-page-tool-sidebar .list{
    padding: 25px;
    border-radius: 4px;
    margin-bottom: 10px;
}
.uk-page-tool-sidebar .list .title{
    font-size: 16px;
    color: #fff;
    margin-bottom: 20px;
}
.uk-page-tool-sidebar .list ul{
    
}
.uk-page-tool-sidebar .list ul li{
    margin-bottom: 5px;
}
.uk-page-tool-sidebar .list ul li:last-child{
    margin-bottom: 0px;
}
.uk-page-tool-sidebar .list ul li a{
    color: rgb(224 233 255 / 70%);
    display: block;
    padding: 10px;
    border-radius: 4px;
}
.uk-page-tool-sidebar .list ul li a:hover,.uk-page-tool-sidebar ul li a.current{
    color: #fff;
    background: #24292f;
}

/*
 * ------------------------------------------------------------------------------
 * JZTHEME主题-CSS生成器-内页侧边栏样式
 * ------------------------------------------------------------------------------
 */
.uk-page-css-sidebar{
    
}
.uk-page-css-sidebar .images{
    border-radius: 4px;
    margin-bottom: 10px;
    padding-right: 0.19%;
}
.uk-page-css-sidebar .images a{
    display: block;
    border-radius: 4px;
    padding-bottom: 63.699%;
    height: 0;
}
.uk-page-css-sidebar .images a img{
    max-width: none;
    position: absolute;
    left: 50%;
    top: 50%;
    --uk-position-translate-x: -50%;
    --uk-position-translate-y: -50%;
    transform: translate(var(--uk-position-translate-x), var(--uk-position-translate-y));
}
.uk-page-css-sidebar .license{
    margin-bottom: 10px;
    border-radius: 4px;
    padding-bottom: 25px;
}
.uk-page-css-sidebar .license span{
    display: block;
    font-size: 16px;
    color: #fff;
    padding: 25px 25px 20px 25px;
}
.uk-page-css-sidebar .license .item{
    padding: 0px 25px 0px 25px;
    list-style: none;
    overflow-y: auto;
    height: 190px;
}
.uk-page-css-sidebar .license .item::-webkit-scrollbar{width:10px;height:4px;background-color:#1b1f23}
.uk-page-css-sidebar .license .item::-webkit-scrollbar-track{background-color:#1b1f23}
.uk-page-css-sidebar .license .item::-webkit-scrollbar-thumb{background-color:#35393f;border-radius:10px}
.uk-page-css-sidebar .license .item p{
    color: rgb(224 233 255 / 70%);
    line-height: 1.8;
    margin-bottom: 15px;
}
.uk-page-css-sidebar .license .item p:last-child{
    margin-bottom: 0px;
}
.uk-page-css-sidebar .list{
    padding: 20px;
    border-radius: 4px;
    margin-bottom: 10px;
}
.uk-page-css-sidebar .list .title{
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
}
.uk-page-css-sidebar .list .subnav{
    
}
.uk-page-css-sidebar .list .uk-subnav-pill > .uk-active > a {
    color: #fff;
    border-color: var(--uk-primary-color)!important;
}
.uk-page-css-sidebar .list .uk-subnav-pill > * > :first-child:hover{
    color: #fff;
    border-color: #24292f;
}
.uk-page-css-sidebar .list .uk-subnav-pill > * > :first-child {
    padding: 0 0 6px 0;
    color: rgb(224 233 255 / 70%);
    font-size: 14px;
    border-bottom: 3px solid transparent;
    background-color: rgb(255 255 255 / 0%);
}
.uk-page-css-sidebar .list .switcher{
    margin-top: 20px;
    min-height: 210px;
}
.uk-page-css-sidebar .list .switcher ul{
    
}
.uk-page-css-sidebar .list .switcher ul li{
    margin-bottom: 5px;
}
.uk-page-css-sidebar .list .switcher ul li:last-child{
    margin-bottom: 0px;
}
.uk-page-css-sidebar .list .switcher ul li a{
    padding: 0 10px;
    line-height: 40px;
    font-size: 14px;
    color: rgb(224 233 255 / 70%);
    background: #24292f;
    border-radius: 4px;
    display: flex;
    align-items: center;
}
.uk-page-css-sidebar .list .switcher ul li a:hover{
    color: #fff;
}
.uk-page-css-sidebar .list .switcher ul li a span{
    flex: 1;
}
.uk-page-css-sidebar .list .switcher ul li a i{
    font-size: 18px;
    margin-right: 5px;
    transform: translateY(0px);
}
.uk-page-css-sidebar .list .switcher ul li a i.ceoicon-arrow-right-s-line{
    font-size: 18px;
    margin-right: 0px;
    opacity: 0;
    transition: all .3s;
}
.uk-page-css-sidebar .list .switcher ul li a:hover i.ceoicon-arrow-right-s-line{
    opacity: 1;
}
/*
 * ------------------------------------------------------------------------------
 * JZTHEME主题-用户主页
 * ------------------------------------------------------------------------------
 */
.uk-page-author{
    margin-top: 100px;
}
.uk-page-author .author-close{
    display: flex;
    justify-content: center;
    position: relative;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    height: 360px;
}
.uk-page-author .author-close i{
    color: #fff;
    font-size: 100px;
    font-weight: 400;
}
.uk-page-author .author-close p{
    color: rgb(224 233 255 / 70%);
    font-size: 16px;
}
.uk-page-author .author-bg{
    position: relative;
    margin: 0 10px;
    padding: 50px 30px;
    margin-bottom: 30px;
    background-image: url(https://style.jztheme.com/static/images/bg.jpg);
    border-radius: 4px;
}
.uk-page-author .author-bg:after{
    content: "";
    position: absolute;
    background: rgb(0 0 0 / 39%);
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.uk-page-author .author-info{
    display: flex;
    align-items: center;
    gap: 30px;
    position: relative;
    z-index: 1;
}
.uk-page-author .author-info .img{
    flex: 0 0 auto;
}
.uk-page-author .author-info .img .avatar{
    border-radius: 100px;
    width: 139px;
    height: 139px;
}
.uk-page-author .author-info .details{
    flex: 1;
}
.uk-page-author .author-info .details .name{
    display: flex;
    align-items: center;
    font-size: 20px;
    color: #fff;
    gap: 5px;
}
.uk-page-author .author-info .details .name em{
    color: #fff;
    background: linear-gradient(117deg, #d946ef, #6366f1);
    line-height: 20px;
    border-radius: 50px;
    padding: 0 8px;
    font-size: 12px;
}
.uk-page-author .author-info .details .data{
    display: flex;
    gap: 20px;
    margin-top: 5px;
}
.uk-page-author .author-info .details .data span{
    font-size: 16px;
    color: rgb(224 233 255 / 70%);
    display: flex;
    align-items: center;
    gap: 5px;
    position: relative;
}
.uk-page-author .author-info .details .data span:after {
    content: "";
    width: 0;
    height: 16px;
    border-left: 1px solid #323941;
    margin: 0 0 0 13px;
}
.uk-page-author .author-info .details .data span:last-child:after{
    display: none;
}
.uk-page-author .author-info .details .data span b{
    color: #fff;
    font-weight: 600;
}
.uk-page-author .author-info .details .description{
    color: #fff;
    font-size: 14px;
    margin-top: 10px;
}
.uk-page-author .author-info .details .extra{
    margin-top: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.uk-page-author .author-info .details .extra span{
    color: #fff;
    background: #24292f;
    border: 1px solid #24292f;
    line-height: 30px;
    border-radius: 4px;
    padding: 0 20px;
    font-size: 14px;
    display: inline-block;
    transition: all .3s;
}
.uk-page-author .author-info .details .extra span i{
    margin-right: 8px;
    font-size: 17px;
}
.uk-page-author .author-info .details .extra a{
    color: #fff;
    background: #24292f;
    border: 1px solid #24292f;
    line-height: 30px;
    border-radius: 4px;
    padding: 0 8px;
    font-size: 14px;
    display: inline-block;
    transition: all .3s;
}
.uk-page-author .author-info .details .extra span:hover,.uk-page-author .author-info .details .extra a:hover{
    background: #292e35;
    border: 1px solid #373f47;
}
.uk-page-author .author-info .details .extra a i{
    font-size: 17px;
}
.uk-page-author .author-info .interaction{
    display: flex;
    gap: 10px;
    align-items: center;
}
.uk-page-author .author-info .interaction button{
    display: block;
    color: #fff;
    background: #24292f;
    border: 1px solid #24292f;
    line-height: 40px;
    border-radius: 4px;
    padding: 0 20px;
    font-size: 14px;
}
.uk-page-author .author-info .interaction button:hover{
    background: #292e35;
    border: 1px solid #373f47;
}
.uk-page-author .author-info .interaction button i{
    margin-right: 5px;
}
.uk-page-author .author-info .interaction .uk-follow-btn{
    
}
.uk-page-author .author-info .interaction .uk-message-btn{
    
}
.uk-page-author .author-tabs{

}
.uk-page-author .author-tabs .uk-tab::before {
    border-bottom: 0px solid #e5e5e5;
}
.uk-page-author .author-tabs .uk-tab > * > a {
    padding: 0 0 10px 0;
    color: rgb(224 233 255 / 70%);
    font-size: 18px;
    border-bottom: 4px solid transparent;
}
.uk-page-author .author-tabs .uk-tab > * > a:hover {
    color: #fff;
    border-color: #24292f;
}
.uk-page-author .author-tabs .uk-tab > .uk-active > a {
    color: #fff;
    border-color: var(--uk-primary-color);
}
.uk-page-author .author-content{

}
.uk-page-author .author-content .user-loop-note{
    background: #24292f;
    padding: 20px;
    border-radius: 4px;
}
.uk-page-author .author-content .user-loop-note .content{
    color: #fff;
    font-size: 15px;
    height: 48px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.uk-page-author .author-content .user-loop-note .content .emoticon {
    background-size: 25px auto;
    width: 25px;
    height: 25px;
}
.uk-page-author .author-content .user-loop-note .footer{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}
.uk-page-author .author-content .user-loop-note .footer .info{
    display: flex;
    gap: 10px;
    font-size: 14px;
    color: rgb(224 233 255 / 70%);
}
.uk-page-author .author-content .user-loop-note .footer .info span{
    
}
.uk-page-author .author-content .user-loop-note .footer a{
    font-size: 14px;
    color: rgb(224 233 255 / 70%);
}
.uk-page-author .author-content .user-loop-note .footer a:hover{
    color: #fff;
}
.uk-page-author .author-content .load-more-btn{
    text-align: center;
    margin: 40px 0;
}
.uk-page-author .author-content .load-more{
    padding: 0 100px;
    line-height: 50px;
    color: #fff;
    background: #292e35;
    border-radius: 4px;
    font-size: 14px;
    border: 0px solid rgb(255 255 255 / 0%) !important;
}
.uk-page-author .author-content .load-more:hover{
    opacity: .8;
}
/*
 * ------------------------------------------------------------------------------
 * JZTHEME主题-默认页面
 * ------------------------------------------------------------------------------
 */
.uk-layout-page{
    margin-top: 100px;
    margin-left: 10px;
    margin-right: 10px;
}
.uk-layout-page .left{
    min-height: 90vh;
    border-radius: 4px;
    margin-bottom: 10px;
    padding: 25px 25px 0px 25px;
}
.uk-layout-page .left ul{
    height: 100%;
}
.uk-layout-page .left ul li{
    margin-bottom: 5px;
}
.uk-layout-page .left ul li a{
    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    height: 40px;
    color: rgb(224 233 255 / 70%);
    border-radius: 8px;
    padding-left: 10px;
    gap: 10px;
}
.uk-layout-page .left ul li a.current,.uk-layout-page .left ul li a:hover{
    background: #24292f;
    color: #fff;
}
.uk-layout-page .left ul li a i{
    font-size: 20px;;
}
.uk-layout-page .right{
    min-height: 90vh;
    padding: 25px 25px 0px 25px;
    border-radius: 4px;
    margin-bottom: 10px;
}
.uk-layout-page .right h1.title{
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
}
.uk-layout-page .right h2{
    font-size: 20px;
    margin: 20px 0 !important;
    font-weight: 600;
    color: #fff;
}
.uk-layout-page .right p{
    line-height: 1.6;
    margin-bottom: 16px;
    font-size: 16px;
    color: #d1d5db;
    font-weight: 400;
}
.uk-layout-page .right a {
    color: var(--uk-primary-color);
}
.uk-layout-page .right a:hover{
    color: #fff;
}
.uk-layout-page .error{
    min-height: 90vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.uk-layout-page .error h1{
    color: #fff;
    font-size: 188px;
    font-weight: 600;
    letter-spacing: 10px;
    background: linear-gradient(117deg, #d946ef, #6366f1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.uk-layout-page .error p{
    font-size: 14px;
    color: rgb(224 233 255 / 70%);
}
/*
 * ------------------------------------------------------------------------------
 * JZTHEME主题-登录页面
 * ------------------------------------------------------------------------------
 */
.uk-layout-login{
    margin-top: 100px;
    margin-left: 10px;
    margin-right: 10px;
}
.uk-layout-login .login-main{
    display: flex;
    min-height: 90vh;
    justify-content: center;
    align-items: center;
}
/*
 * ------------------------------------------------------------------------------
 * JZTHEME主题-搜索页面
 * ------------------------------------------------------------------------------
 */
.uk-page-search{
    margin-top: 100px;
}
.uk-page-search .search-header{
    
}
.uk-page-search .search-header .info{
    position: relative;
    margin: 0 10px;
    padding: 50px 0;
    margin-bottom: 30px;
    background-image: url(https://style.jztheme.com/static/images/bg.jpg);
    border-radius: 4px;
}
.uk-page-search .search-header .info:after{
    content: "";
    position: absolute;
    background: rgb(0 0 0 / 39%);
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.uk-page-search .search-header .info h1{
    font-size: 20px;
    color: #fff;
    z-index: 1;
    position: relative;
}
.uk-page-search .search-header .info p{
    font-size: 16px;
    color: rgb(224 233 255 / 70%);
    z-index: 1;
    position: relative;
    margin-top: 5px;
}
.uk-page-search .search-header .tab{
    
}
.uk-page-search .search-header .tab .uk-subnav-pill > * > :first-child{
    padding: 0 0 10px 0;
    color: rgb(224 233 255 / 70%);
    background-color: rgb(255 255 255 / 0%);
    font-size: 18px;
    border-bottom: 4px solid transparent;
}
.uk-page-search .search-header .tab .uk-subnav-pill > * > :first-child:hover {
    color: #fff;
    border-color: #24292f;
}
.uk-page-search .search-header .tab .uk-subnav > .uk-active > a {
    color: #fff;
    border-color: var(--uk-primary-color);
}
.uk-page-search .search-content{
    margin: 20px 0!important;
    min-height: 80vh;
}
.uk-page-search .search-content .tips{
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 10px 20px;
    border: 1px dashed #323941;
}
.uk-page-search .search-content .tips p{
    font-size: 14px;
    color: rgb(224 233 255 / 70%);
}
.uk-page-search .search-content .tools{
    
}
.uk-page-search .search-content .tools .tool-item{
    display: block;
    padding: 20px;
    border-radius: 4px;
    background: #24292f;
    border: 1px solid #24292f;
}
.uk-page-search .search-content .tools .tool-item:hover{
    background: #292e35;
    border: 1px solid #373f47;
}
.uk-page-search .search-content .tools .tool-item .title{
    display: flex;
    align-items: center;
    gap: 15px;
}
.uk-page-search .search-content .tools .tool-item .title i{
    width: 50px;
    height: 50px;
    display: flex;
    color: #e7e7e9;
    background: #1b1f23;
    border-radius: 4px;
    font-size: 26px !important;
    justify-content: center;
    align-items: center;
}
.uk-page-search .search-content .tools .tool-item .title h3{
    flex: 1;
    color: #fff;
    font-size: 15px;
    transition: all .3s;
}
.uk-page-search .search-content .search-ajaxBtn{
    text-align: center;
    margin: 30px 0;
}
.uk-page-search .search-content .search-ajaxBtn a{
    display: inline-block;
    font-size: 14px;
    padding: 0 100px;
    line-height: 50px;
    border-radius: 4px;
    color: #fff;
    background: #24292f;
}
.uk-page-search .search-content .search-ajaxBtn a:hover{
    opacity: .8;
}
/*
 * ------------------------------------------------------------------------------
 * JZTHEME主题-全局评论框
 * ------------------------------------------------------------------------------
 */
/*评论模块*/
.jz-comments-area{
    margin-bottom: 30px;
}
.jz-comments-area .comments-title{
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
}
.jz-comments-area .comment-section{
    
}
.jz-comments-area .comment-section .comment-form .auto-resize-comment{
    margin-bottom: 20px;
    background: #24292f;
    resize: vertical;
}
.jz-comments-area .comment-section .comment-form .comment-btn{
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.jz-comments-area .comment-section .comment-form .comment-btn .publish{
    color: #fff;
    background: linear-gradient(117deg, #d946ef, #6366f1);
    border-radius: 4px;
    font-size: 14px;
    border: 0px solid rgb(255 255 255 / 0%) !important;
}
.jz-comments-area .comment-section .comment-form .comment-btn .publish:hover{
    box-shadow: 0 0.1rem 0.8rem rgb(153 87 240);
}
.jz-comments-area .comment-section .comment-form .comment-btn .emoji-btn{
    padding: 0 30px;
    line-height: 38px;
    color: #fff;
    background: #292e35;
    border-radius: 4px;
    font-size: 14px;
    border: 0px solid rgb(255 255 255 / 0%) !important;
    cursor: pointer;
    transition: all .3s;
    display: inline-block;
}
.jz-comments-area .comment-section .comment-form .comment-btn .emoji-btn:hover{
    opacity: .8;
}
.jz-comments-area .comment-section .comment-form .comment-btn .emoji-btn em{
    color: #fff;
}
.jz-comments-area .comment-section .comment-form .comment-btn .fast{
    position: relative;
}
.jz-comments-area .comment-section .comment-form .comment-btn .fast .fast-title{
    padding: 0 30px;
    line-height: 38px;
    color: #fff;
    background: #292e35;
    border-radius: 4px;
    font-size: 14px;
    border: 0px solid rgb(255 255 255 / 0%) !important;
    cursor: pointer;
    transition: all .3s;
}
.jz-comments-area .comment-section .comment-form .comment-btn .fast .fast-title:hover{
    opacity: .8;
}
.jz-comments-area .comment-section .comment-form .comment-btn .fast .fast-title em{
    color: #fff;
}
.jz-comments-area .comment-section .comment-form .comment-btn .fast .fast-box{
    
}
.jz-comments-area .comment-section .comment-form .comment-btn .fast .fast-box .list{
    border-radius: 6px;
    background: #1b1f23;
    position: relative;
    border: 1px solid #24292f;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.jz-comments-area .comment-section .comment-form .comment-btn .fast .fast-box .list .preset-comment-btn{
    padding: 0 10px;
    font-size: 14px;
    color: rgb(224 233 255 / 70%);
    background: rgb(36 41 47 / 50%);
    border-radius: 4px;
    flex: 1 0 calc(33.333% - 10px); 
}
.jz-comments-area .comment-section .comment-form .comment-btn .fast .fast-box .list .preset-comment-btn:hover {
    background: #24292f;
    color: #fff;
}
.jz-comments-area .comment-section .comment-form .comment-btn .comment-switch{
    position: relative;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}
.jz-comments-area .comment-section .comment-form .comment-btn .comment-switch input{
    opacity: 0;
    width: 0;
    height: 0;
}
.jz-comments-area .comment-section .comment-form .comment-btn .comment-switch .slider{
    position: relative;
    cursor: pointer;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    width: 40px;
    height: 20px;
    border-radius: 20px;
    margin-right: 10px;
}
.jz-comments-area .comment-section .comment-form .comment-btn .comment-switch .slider:before{
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
}
.jz-comments-area .comment-section .comment-form .comment-btn .comment-switch input:checked + .slider{
    background-color: var(--uk-primary-color);
}
.jz-comments-area .comment-section .comment-form .comment-btn .comment-switch input:checked + .slider:before{
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}
.jz-comments-area .comment-section .comment-form .comment-btn .comment-switch .label-text{
    user-select: none;
    color: rgb(224 233 255 / 70%);
}
/*评论列表*/
.jz-comments-area .comment-list{
    margin-top: 30px;
}
.jz-comments-area .comment-list .comment-item {
    margin-bottom: 25px;
    gap: 10px;
}
.jz-comments-area .comment-list .comment-item:last-child {
    margin-bottom: 0;
}
.jz-comments-area .comment-list .comment-item .avatar{
    
}
.jz-comments-area .comment-list .comment-item .avatar img{
    width: 50px;
    height: 50px;
    border-radius: 100px;
}
.jz-comments-area .comment-list .comment-item .name{
    display: flex;
    align-items: center;
    gap: 8px;
}
.jz-comments-area .comment-list .comment-item .name a{
    color: rgb(224 233 255 / 70%);
    font-size: 15px;
}
.jz-comments-area .comment-list .comment-item .name a:hover{
    color: #fff;
}
.jz-comments-area .comment-list .comment-item .name .level{
    color: #fff;
    background: #292e35;
    line-height: 20px;
    border-radius: 50px;
    padding: 0 8px;
    font-size: 12px;
}
.jz-comments-area .comment-list .comment-item .comment-content {
    margin-top: 5px;
    line-height: 2;
    font-size: 16px;
    color: #fff;
}
.jz-comments-area .comment-list .comment-item .comment-content .comment-parent-author {
    color: #fff;
}
.jz-comments-area .comment-list .comment-item .comment-content .comment-parent-author:hover {
    color: var(--uk-primary-color);
}
.jz-comments-area .comment-list .comment-item .comment-content .emoticon {
    background-size: 25px auto;
    width: 25px;
    height: 25px;
}
.jz-comments-area .comment-list .comment-item .comment-actions {
    margin-top: 10px;
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}
.jz-comments-area .comment-list .comment-item .comment-actions .comment-action{
    
}
.jz-comments-area .comment-list .comment-item .comment-actions .comment-like {
    display: flex;
    color: rgb(224 233 255 / 70%);
    font-size: 14px;
    cursor: pointer;
    align-items: center;
    transition: all .3s;
}
.jz-comments-area .comment-list .comment-item .comment-actions .comment-like:hover {
    color: #fff;
}
.jz-comments-area .comment-list .comment-item .comment-actions .comment-like.liked i{
    color: #fe2c55;
}
.jz-comments-area .comment-list .comment-item .comment-actions .comment-like-text {
    
}
.jz-comments-area .comment-list .comment-item .comment-actions .comment-like-text i{
    margin-right: 5px;
}
.jz-comments-area .comment-list .comment-item .comment-actions .comment-like-count {
    margin-left: 4px;
}
.jz-comments-area .comment-list .comment-item .comment-actions .comment-reply-btn {
    font-size: 14px;
    padding: 0;
    line-height: 21px;
    color: rgb(224 233 255 / 70%);
    background: rgb(0 0 0 / 0%);
}
.jz-comments-area .comment-list .comment-item .comment-actions .comment-reply-btn:hover{
    color: #fff;
}
.jz-comments-area .comment-list .comment-item .comment-actions .comment-reply-btn i{
    margin-right: 5px;
}
.jz-comments-area .comment-list .comment-item .comment-actions .comment-reply-toggle{
    
}
.jz-comments-area .comment-list .comment-item .comment-actions .comment-reply-toggle .show-replies-btn{
    position: relative;
    color: rgb(224 233 255 / 70%);
    background: rgb(0 0 0 / 0%);
    line-height: 21px;
    padding: 0;
    font-size: 14px;
    padding-left: 20px;
}
.jz-comments-area .comment-list .comment-item .comment-actions .comment-reply-toggle .show-replies-btn:hover{
    color: #fff;
}
.jz-comments-area .comment-list .comment-item .comment-actions .comment-reply-toggle .show-replies-btn em{
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    height: 1px;
    width: 15px;
    background: rgb(224 233 255 / 50%);
}
.jz-comments-area .comment-list .comment-item .comment-actions .comment-reply-toggle .show-replies-btn i{
    margin-left: 5px;
    transform: translateY(2px);
}
.jz-comments-area .comment-list .comment-item .comment-actions .comment-date{
    font-size: 14px;
    color: rgb(224 233 255 / 70%);
    margin-left: auto;
}
.jz-comments-area .comment-list .comment-item .comment-reply-form-container{
    margin-top: 20px;
}
.jz-comments-area .comment-list .comment-item .comment-reply-form-container .reply-box{
    position: relative;
}
.jz-comments-area .comment-list .comment-item .comment-reply-form-container .reply-box .auto-resize-comment{
    background: #24292f;
    resize: vertical;
}
.jz-comments-area .comment-list .comment-item .comment-reply-form-container .reply-box .reply-btn{
    position: absolute;
    bottom: 10px;
    right: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.jz-comments-area .comment-list .comment-item .comment-reply-form-container .reply-box .reply-btn .cancel-reply-btn{
    font-size: 14px;
    color: rgb(255, 255, 255);
    background: rgb(0 0 0 / 0%);
    border: 1px solid rgb(224 233 255 / 70%);
    border-radius: 4px;
    padding: 0 20px;
    line-height: 30px;
}
.jz-comments-area .comment-list .comment-item .comment-reply-form-container .reply-box .reply-btn .cancel-reply-btn:hover{
    opacity: .8;
}
.jz-comments-area .comment-list .comment-item .comment-reply-form-container .reply-box .reply-btn .emoji-picker .emoji-btn{
    font-size: 14px;
    color: #fff;
    background: #404953;
    border: 1px solid #404953;
    border-radius: 4px;
    padding: 0 20px;
    line-height: 30px;
    cursor: pointer;
    display: inline-block;
    transition: all .3s;
}
.jz-comments-area .comment-list .comment-item .comment-reply-form-container .reply-box .reply-btn .emoji-picker .emoji-btn:hover{
    opacity: .8;
}
.jz-comments-area .comment-list .comment-item .comment-reply-form-container .reply-box .reply-btn .submit-reply-btn{
    font-size: 14px;
    color: #fff;
    background: var(--uk-primary-color);
    border: 1px solid var(--uk-primary-color);
    border-radius: 4px;
    padding: 0 20px;
    line-height: 30px;
}
.jz-comments-area .comment-list .comment-item .comment-reply-form-container .reply-box .reply-btn .submit-reply-btn:hover{
    opacity: .8;
}
.jz-comments-area .comment-list .comment-item>.uk-flex-1>.comment-replies{
    margin-top: 20px;
    background: #24292f;
    padding: 25px;
    border-radius: 4px;
}
.jz-comments-area .comment-list .comment-item>.uk-flex-1>.comment-replies .comment-reply-form-container .auto-resize-comment{
    background: #1b1f23;
}
.jz-comments-area .comment-list .comment-item>.uk-flex-1>.comment-replies .comment-load-more{
    display: inline;
}
.jz-comments-area .comment-list .comment-item>.uk-flex-1>.comment-replies .comment-load-more .load-more-replies-btn{
    position: relative;
    color: rgb(224 233 255 / 70%);
    background: rgb(0 0 0 / 0%);
    line-height: 21px;
    padding: 0;
    font-size: 14px;
    padding-left: 20px;
    margin-right: 20px;
}
.jz-comments-area .comment-list .comment-item>.uk-flex-1>.comment-replies .comment-load-more .load-more-replies-btn:hover{
    color: #fff;
}
.jz-comments-area .comment-list .comment-item>.uk-flex-1>.comment-replies .comment-load-more .load-more-replies-btn em{
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    height: 1px;
    width: 15px;
    background: rgb(224 233 255 / 50%);
}
.jz-comments-area .comment-list .comment-item>.uk-flex-1>.comment-replies .comment-load-more .load-more-replies-btn i{
    margin-left: 5px;
}
.jz-comments-area .comment-list .comment-item>.uk-flex-1>.comment-replies .comment-reply-toggle-bottom{
    display: inline;
}
.jz-comments-area .comment-list .comment-item>.uk-flex-1>.comment-replies .comment-reply-toggle-bottom .hide-replies-btn{
    font-size: 14px;
    padding: 0;
    line-height: 21px;
    color: rgb(224 233 255 / 70%);
    background: rgb(0 0 0 / 0%);
}
.jz-comments-area .comment-list .comment-item>.uk-flex-1>.comment-replies .comment-reply-toggle-bottom .hide-replies-btn:hover{
    color: #fff;
}
.jz-comments-area .comment-list .comment-item>.uk-flex-1>.comment-replies .comment-reply-toggle-bottom .hide-replies-btn i{
    margin-left: 5px;
}
.jz-comments-area .comment-list .comment-item>.uk-flex-1>.comment-replies .comment-replies{
    padding: 0;
    /*margin-left: -60px;*/
}
.jz-comments-area .load-more-comments-container{
    margin-top: 20px;
}
.jz-comments-area .load-more-comments-container .load-more-comments-btn{
    width: 100%;
    padding: 0 40px;
    line-height: 43px;
    color: #fff;
    background: #292e35;
    border-radius: 4px;
    font-size: 14px;
    border: 0px solid rgb(255 255 255 / 0%) !important;
}
.jz-comments-area .load-more-comments-container .load-more-comments-btn:hover{
    opacity: .8;
}
/*
* ------------------------------------------------------------------------------
* JZTHEME主题-反馈弹窗
* ------------------------------------------------------------------------------
*/
.uk-feedback{
    z-index: 1021;
}
.uk-feedback .uk-modal-dialog{
    width: 460px;
    border-radius: 4px;
    background: #24292f;
}
.uk-feedback .uk-modal-dialog .moduletitle{
    margin-bottom: 45px;
}
.uk-feedback .uk-modal-dialog .moduletitle span{
    position: absolute;
    z-index: 1010;
    top: 20px;
    left: 30px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}
.uk-feedback .uk-modal-dialog .moduletitle button{
    top: 19px;
    right: 20px;
    background: #323941;
    border-radius: 50px;
    padding: 10px;
    width: 30px;
    height: 30px;
}
.uk-feedback .uk-modal-dialog .moduletitle button svg{
    color: #fff;
}
.uk-feedback .type{
    
}
.uk-feedback .type span{
    margin-bottom: 15px;
    display: block;
    font-size: 14px;
    color: rgb(224 233 255 / 70%);
    font-weight: 500;
}
.uk-feedback .type span em{
    color: #ff4c13;
    transform: translateY(2px);
    display: inline-block;
    margin-left: 3px;
}
.uk-feedback .type ul{
    
}
.uk-feedback .type ul li{
    display: flex;
    align-items: center;
}
.uk-feedback .type ul li label{
    color: #fff;
}
.uk-feedback .type ul li input{
    margin: 0 5px 0 0;
}
.uk-feedback .details{
    margin-top: 30px;
}
.uk-feedback .details span{
    margin-bottom: 15px;
    display: block;
    font-size: 14px;
    color: rgb(224 233 255 / 70%);
    font-weight: 500;
}
.uk-feedback .details textarea{
    border-radius: 4px;
}
.uk-feedback .btns{
    margin-top: 20px;
}
.uk-feedback .btns button{
    width: 100%;
    line-height: 46px;
    font-size: 14px;
    display: block;
    border-radius: 4px;
    transition: all .3s;
}
.uk-feedback .btns .submit{
    color: #fff;
    background: linear-gradient(117deg, #d946ef, #6366f1);
}
.uk-feedback .btns .submit:hover{
    box-shadow: 0 0.1rem 0.8rem rgb(153 87 240);
}

/*
* ------------------------------------------------------------------------------
* JZTHEME主题-分享弹窗
* ------------------------------------------------------------------------------
*/
.jz-share-poster-modal .uk-modal-dialog{
    width: 354px;
    padding: 0;
    background: rgb(255 255 255 / 0%);
}
.jz-share-poster-loading {
    text-align: center;
    padding: 50px 0;
}
.jz-share-poster-loading .uk-effect-loader {
    justify-content: center;
}
.jz-share-poster-loading p{
    margin-top: 20px;
    color: #fff;
    font-size: 14px;
}
.jz-share-poster-modal .jz-share-poster-content {
    text-align: center;
}
.jz-share-poster-modal .jz-share-poster-content .image {
    
}
.jz-share-poster-modal .jz-share-poster-content .image img {
    width: 100%;
    display: block;
}
.jz-share-poster-modal .jz-share-poster-content .down {
    margin-top: -20px;
}
.jz-share-poster-modal .jz-share-poster-content .down .uk-button {
    color: #fff;
    background: linear-gradient(117deg, #d946ef, #6366f1);
    height: 40px;
    width: 40px;
    border-radius: 50px;
    padding: 0;
}
.jz-share-poster-modal .jz-share-poster-content .down .uk-button:hover{
    box-shadow: 0 0.1rem 0.8rem rgb(153 87 240);
}
.jz-share-poster-modal .jz-share-poster-content .down .uk-button i{
    
}
/*
* ------------------------------------------------------------------------------
* JZTHEME主题-提醒弹窗
* ------------------------------------------------------------------------------
*/
.jz-external-link-warning{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 88%);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}
.jz-external-link-warning .modal{
    padding: 80px 30px 30px 30px;
    border-radius: 10px;
    max-width: 399px;
    margin: 0 10px;
    width: 90%;
    text-align: center;
    position: relative;
}
.jz-external-link-warning .modal:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    opacity: .3;
    background-image: -webkit-linear-gradient(46deg, #292f35 48%, #1b1f23 91%);
    background-image: -o-linear-gradient(46deg, #292f35 48%, #1b1f23 91%);
    background-image: linear-gradient(44deg, #292f35 48%, #1b1f23 91%);
    width: 60px;
    height: 76px;
    -webkit-border-radius: 0 0 100% 0;
    border-radius: 0 0 100% 0;
}
.jz-external-link-warning .modal:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: .4;
    background-image: -webkit-linear-gradient(47deg, #1b1f23 1%, #f4faff);
    background-image: -o-linear-gradient(47deg, #1b1f23 1%, #f4faff 100%);
    background-image: linear-gradient(43deg, #1b1f23 1%, #292f35);
    width: 100px;
    height: 57px;
    -webkit-border-radius: 100% 0 0 0;
    border-radius: 100% 0 0 0;
}
.jz-external-link-warning .modal i{
    position: absolute;
    top: -36px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 80px;
    color: #fff;
}
.jz-external-link-warning .modal span{
    font-size: 18px;
    color: #fff;
}
.jz-external-link-warning .modal .url{
    
    font-size: 14px;
    color: rgb(224 233 255 / 70%);
    word-break: break-all;
    margin: 15px 0;
    display: inline-block;
}
.jz-external-link-warning .modal .url p{
    color: #fff;
    display: inline;
}
.jz-external-link-warning .modal .btn{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}
.jz-external-link-warning .modal .btn .btn1{
    font-size: 14px;
    color: rgb(255, 255, 255);
    background: rgb(0 0 0 / 0%);
    border: 1px solid rgb(224 233 255 / 70%);
    border-radius: 4px;
    padding: 0 20px;
    line-height: 30px;
}
.jz-external-link-warning .modal .btn .btn2{
    font-size: 14px;
    color: #fff;
    background: #404953;
    border: 1px solid #404953;
    border-radius: 4px;
    padding: 0 20px;
    line-height: 30px;
    cursor: pointer;
    display: inline-block;
}
.jz-external-link-warning .modal .btn .btn1:hover,.jz-external-link-warning .modal .btn .btn2:hover{
    opacity: .8;
}
/*
* ------------------------------------------------------------------------------
* JZTHEME主题-表情包
* ------------------------------------------------------------------------------
*/
.jz-emoji-emoticon{
    border-radius: 6px;
    background: #1b1f23;
    border: 1px solid #24292f;
    padding: 15px 0;
}
.jz-emoji-emoticon .smiley{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0 0px 0 10px;
    margin: 0;
    max-height: 300px;
    overflow-y: auto;
    scrollbar-width: none;
}
.jz-emoji-emoticon .smiley:hover{scrollbar-width: auto;}
.jz-emoji-emoticon .smiley::-webkit-scrollbar{width: 0;}
.jz-emoji-emoticon .smiley:hover::-webkit-scrollbar{width:6px;height:4px;background-color:#1b1f23}
.jz-emoji-emoticon .smiley::-webkit-scrollbar-track{background-color:#1b1f23}
.jz-emoji-emoticon .smiley::-webkit-scrollbar-thumb{background-color:#35393f;border-radius:10px}
.jz-emoji-emoticon .smiley li{
    margin: 5px;
    cursor: pointer;
    transition: transform 0.2s;
}
.jz-emoji-emoticon .smiley li:hover{
    transform: scale(1.1);
}
.emoticon{
    background-repeat: no-repeat;
    background-size: 30px auto;
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
}
.emoticon1{
    background-image: url('https://style.jztheme.com/static/images/emoticon/emoticon1.png');
}
.emoticon2{
    background-image: url('https://style.jztheme.com/static/images/emoticon/emoticon2.png');
}
.emoticon3{
    background-image: url('https://style.jztheme.com/static/images/emoticon/emoticon3.png');
}
.emoticon4{
    background-image: url('https://style.jztheme.com/static/images/emoticon/emoticon4.png');
}
.emoticon5{
    background-image: url('https://style.jztheme.com/static/images/emoticon/emoticon5.png');
}
.emoticon6{
    background-image: url('https://style.jztheme.com/static/images/emoticon/emoticon6.png');
}
.emoticon7{
    background-image: url('https://style.jztheme.com/static/images/emoticon/emoticon7.png');
}
.emoticon8{
    background-image: url('https://style.jztheme.com/static/images/emoticon/emoticon8.png');
}
.emoticon9{
    background-image: url('https://style.jztheme.com/static/images/emoticon/emoticon9.png');
}
.emoticon10{
    background-image: url('https://style.jztheme.com/static/images/emoticon/emoticon10.png');
}
.emoticon11{
    background-image: url('https://style.jztheme.com/static/images/emoticon/emoticon11.png');
}
.emoticon12{
    background-image: url('https://style.jztheme.com/static/images/emoticon/emoticon12.png');
}
.emoticon13{
    background-image: url('https://style.jztheme.com/static/images/emoticon/emoticon13.png');
}
.emoticon14{
    background-image: url('https://style.jztheme.com/static/images/emoticon/emoticon14.png');
}
.emoticon15{
    background-image: url('https://style.jztheme.com/static/images/emoticon/emoticon15.png');
}
.emoticon16{
    background-image: url('https://style.jztheme.com/static/images/emoticon/emoticon16.png');
}
.emoticon17{
    background-image: url('https://style.jztheme.com/static/images/emoticon/emoticon17.png');
}
.emoticon18{
    background-image: url('https://style.jztheme.com/static/images/emoticon/emoticon18.png');
}
.emoticon19{
    background-image: url('https://style.jztheme.com/static/images/emoticon/emoticon19.png');
}
.emoticon20{
    background-image: url('https://style.jztheme.com/static/images/emoticon/emoticon20.png');
}
.emoticon21{
    background-image: url('https://style.jztheme.com/static/images/emoticon/emoticon21.png');
}
.emoticon22{
    background-image: url('https://style.jztheme.com/static/images/emoticon/emoticon22.png');
}
.emoticon23{
    background-image: url('https://style.jztheme.com/static/images/emoticon/emoticon23.png');
}
.emoticon24{
    background-image: url('https://style.jztheme.com/static/images/emoticon/emoticon24.png');
}
.emoticon25{
    background-image: url('https://style.jztheme.com/static/images/emoticon/emoticon25.png');
}
.emoticon26{
    background-image: url('https://style.jztheme.com/static/images/emoticon/emoticon26.png');
}
.emoticon27{
    background-image: url('https://style.jztheme.com/static/images/emoticon/emoticon27.png');
}
.emoticon28{
    background-image: url('https://style.jztheme.com/static/images/emoticon/emoticon28.png');
}
.emoticon29{
    background-image: url('https://style.jztheme.com/static/images/emoticon/emoticon29.png');
}
.emoticon30{
    background-image: url('https://style.jztheme.com/static/images/emoticon/emoticon30.png');
}
.emoticon31{
    background-image: url('https://style.jztheme.com/static/images/emoticon/emoticon31.png');
}
.emoticon32{
    background-image: url('https://style.jztheme.com/static/images/emoticon/emoticon32.png');
}
.emoticon33{
    background-image: url('https://style.jztheme.com/static/images/emoticon/emoticon33.png');
}
.emoticon34{
    background-image: url('https://style.jztheme.com/static/images/emoticon/emoticon34.png');
}
.emoticon35{
    background-image: url('https://style.jztheme.com/static/images/emoticon/emoticon35.png');
}
.emoticon36{
    background-image: url('https://style.jztheme.com/static/images/emoticon/emoticon36.png');
}
.emoticon37{
    background-image: url('https://style.jztheme.com/static/images/emoticon/emoticon37.png');
}
.emoticon38{
    background-image: url('https://style.jztheme.com/static/images/emoticon/emoticon38.png');
}
.emoticon39{
    background-image: url('https://style.jztheme.com/static/images/emoticon/emoticon39.png');
}
.emoticon40{
    background-image: url('https://style.jztheme.com/static/images/emoticon/emoticon40.png');
}
.emoticon41{
    background-image: url('https://style.jztheme.com/static/images/emoticon/emoticon41.png');
}
.emoticon42{
    background-image: url('https://style.jztheme.com/static/images/emoticon/emoticon42.png');
}
.emoticon43{
    background-image: url('https://style.jztheme.com/static/images/emoticon/emoticon43.png');
}
.emoticon44{
    background-image: url('https://style.jztheme.com/static/images/emoticon/emoticon44.png');
}
.emoticon45{
    background-image: url('https://style.jztheme.com/static/images/emoticon/emoticon45.png');
}
.emoticon46{
    background-image: url('https://style.jztheme.com/static/images/emoticon/emoticon46.png');
}
.emoticon47{
    background-image: url('https://style.jztheme.com/static/images/emoticon/emoticon47.png');
}
.emoticon48{
    background-image: url('https://style.jztheme.com/static/images/emoticon/emoticon48.png');
}
.emoticon49{
    background-image: url('https://style.jztheme.com/static/images/emoticon/emoticon49.png');
}
.emoticon50{
    background-image: url('https://style.jztheme.com/static/images/emoticon/emoticon50.png');
}
.emoticon51{
    background-image: url('https://style.jztheme.com/static/images/emoticon/emoticon51.png');
}
.emoticon52{
    background-image: url('https://style.jztheme.com/static/images/emoticon/emoticon52.png');
}
.emoticon53{
    background-image: url('https://style.jztheme.com/static/images/emoticon/emoticon53.png');
}
.emoticon54{
    background-image: url('https://style.jztheme.com/static/images/emoticon/emoticon54.png');
}
.emoticon55{
    background-image: url('https://style.jztheme.com/static/images/emoticon/emoticon55.png');
}
.emoticon56{
    background-image: url('https://style.jztheme.com/static/images/emoticon/emoticon56.png');
}
.emoticon57{
    background-image: url('https://style.jztheme.com/static/images/emoticon/emoticon57.png');
}
.emoticon58{
    background-image: url('https://style.jztheme.com/static/images/emoticon/emoticon58.png');
}
.emoticon59{
    background-image: url('https://style.jztheme.com/static/images/emoticon/emoticon59.png');
}
.emoticon60{
    background-image: url('https://style.jztheme.com/static/images/emoticon/emoticon60.png');
}
.emoticon61{
    background-image: url('https://style.jztheme.com/static/images/emoticon/emoticon61.png');
}
.emoticon62{
    background-image: url('https://style.jztheme.com/static/images/emoticon/emoticon62.png');
}
.emoticon63{
    background-image: url('https://style.jztheme.com/static/images/emoticon/emoticon63.png');
}
.emoticon64{
    background-image: url('https://style.jztheme.com/static/images/emoticon/emoticon64.png');
}
.emoticon65{
    background-image: url('https://style.jztheme.com/static/images/emoticon/emoticon65.png');
}
.emoticon66{
    background-image: url('https://style.jztheme.com/static/images/emoticon/emoticon66.png');
}
.emoticon67{
    background-image: url('https://style.jztheme.com/static/images/emoticon/emoticon67.png');
}
.emoticon68{
    background-image: url('https://style.jztheme.com/static/images/emoticon/emoticon68.png');
}
.emoticon69{
    background-image: url('https://style.jztheme.com/static/images/emoticon/emoticon69.png');
}
.emoticon70{
    background-image: url('https://style.jztheme.com/static/images/emoticon/emoticon70.png');
}
.emoticon71{
    background-image: url('https://style.jztheme.com/static/images/emoticon/emoticon71.png');
}
.emoticon72{
    background-image: url('https://style.jztheme.com/static/images/emoticon/emoticon72.png');
}
.emoticon73{
    background-image: url('https://style.jztheme.com/static/images/emoticon/emoticon73.png');
}
.emoticon74{
    background-image: url('https://style.jztheme.com/static/images/emoticon/emoticon74.png');
}
.emoticon75{
    background-image: url('https://style.jztheme.com/static/images/emoticon/emoticon75.png');
}
.emoticon76{
    background-image: url('https://style.jztheme.com/static/images/emoticon/emoticon76.png');
}
.emoticon77{
    background-image: url('https://style.jztheme.com/static/images/emoticon/emoticon77.png');
}
.emoticon78{
    background-image: url('https://style.jztheme.com/static/images/emoticon/emoticon78.png');
}
.emoticon79{
    background-image: url('https://style.jztheme.com/static/images/emoticon/emoticon79.png');
}
.emoticon80{
    background-image: url('https://style.jztheme.com/static/images/emoticon/emoticon80.png');
}
.emoticon81{
    background-image: url('https://style.jztheme.com/static/images/emoticon/emoticon81.png');
}
.emoticon82{
    background-image: url('https://style.jztheme.com/static/images/emoticon/emoticon82.png');
}
.emoticon83{
    background-image: url('https://style.jztheme.com/static/images/emoticon/emoticon83.png');
}
.emoticon84{
    background-image: url('https://style.jztheme.com/static/images/emoticon/emoticon84.png');
}
.emoticon85{
    background-image: url('https://style.jztheme.com/static/images/emoticon/emoticon85.png');
}
.emoticon86{
    background-image: url('https://style.jztheme.com/static/images/emoticon/emoticon86.png');
}
.emoticon87{
    background-image: url('https://style.jztheme.com/static/images/emoticon/emoticon87.png');
}
.emoticon88{
    background-image: url('https://style.jztheme.com/static/images/emoticon/emoticon88.png');
}
.emoticon89{
    background-image: url('https://style.jztheme.com/static/images/emoticon/emoticon89.png');
}
.emoticon90{
    background-image: url('https://style.jztheme.com/static/images/emoticon/emoticon90.png');
}
.emoticon91{
    background-image: url('https://style.jztheme.com/static/images/emoticon/emoticon91.png');
}
.emoticon92{
    background-image: url('https://style.jztheme.com/static/images/emoticon/emoticon92.png');
}
.emoticon93{
    background-image: url('https://style.jztheme.com/static/images/emoticon/emoticon93.png');
}
.emoticon94{
    background-image: url('https://style.jztheme.com/static/images/emoticon/emoticon94.png');
}
.emoticon95{
    background-image: url('https://style.jztheme.com/static/images/emoticon/emoticon95.png');
}
.emoticon96{
    background-image: url('https://style.jztheme.com/static/images/emoticon/emoticon96.png');
}
.emoticon97{
    background-image: url('https://style.jztheme.com/static/images/emoticon/emoticon97.png');
}
.emoticon98{
    background-image: url('https://style.jztheme.com/static/images/emoticon/emoticon98.png');
}
.emoticon99{
    background-image: url('https://style.jztheme.com/static/images/emoticon/emoticon99.png');
}
.emoticon100{
    background-image: url('https://style.jztheme.com/static/images/emoticon/emoticon100.png');
}
.emoticon101{
    background-image: url('https://style.jztheme.com/static/images/emoticon/emoticon101.png');
}
.emoticon102{
    background-image: url('https://style.jztheme.com/static/images/emoticon/emoticon102.png');
}
.emoticon103{
    background-image: url('https://style.jztheme.com/static/images/emoticon/emoticon103.png');
}
.emoticon104{
    background-image: url('https://style.jztheme.com/static/images/emoticon/emoticon104.png');
}
.emoticon105{
    background-image: url('https://style.jztheme.com/static/images/emoticon/emoticon105.png');
}

/*
* ------------------------------------------------------------------------------
* JZTHEME主题-WP编辑器
* ------------------------------------------------------------------------------
*/
.screen-reader-text,.screen-reader-text span,.ui-helper-hidden-accessible{
    position:absolute;
    margin:-1px;
    padding:0;
    height:1px;
    width:1px;
    overflow:hidden;
    clip:rect(0 0 0 0);
    border:0;
    word-wrap:normal!important
}
/*
* ------------------------------------------------------------------------------
* JZTHEME主题-返回/顶部
* ------------------------------------------------------------------------------
*/
.jz-follow{
    position: fixed;
    bottom: 0;
    right: 0;
    margin: 30px;
    z-index: 999;
    display: flex;
    gap: 10px;
    flex-direction: column;
}
.jz-follow .jz-return{
    display: flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    border: 1px solid #323941;
    color: rgb(224 233 255 / 70%);
    background: rgb(36 41 47 / 80%);
    border-radius: 100%;
}
.jz-follow .jz-return:hover{
    color: #fff;
    background: rgb(36 41 47 / 90%);
}
.jz-follow .jz-upward{
    display: flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    border: 1px solid #323941;
    color: rgb(224 233 255 / 70%);
    background: rgb(36 41 47 / 80%);
    border-radius: 100%;
    transform: rotateX(180deg);
}
.jz-follow .jz-upward:hover{
    color: #fff;
    background: rgb(36 41 47 / 90%);
}
/*
* ------------------------------------------------------------------------------
* JZTHEME主题-特效
* ------------------------------------------------------------------------------
*/
.uk-effect-loader {
    display: flex;
    align-items: center;
}
.uk-effect-loader .bar {
    display: inline-block;
    width: 3px;
    height: 10px;
    background-color: rgba(255, 255, 255, .5);
    border-radius: 10px;
    animation: page-title 1s linear infinite;
}
.uk-effect-loader .bar:nth-child(2) {
    height: 20px;
    margin: 0 5px;
    animation-delay: .25s;
}
.uk-effect-loader .bar:nth-child(3) {
    animation-delay: .5s;
}
@keyframes page-title {
  20% {
    background-color: #ffff;
    transform: scaleY(1.5);
  }
  40% {
    transform: scaleY(1);
  }
}

@keyframes container-loading {
  to {
    transform: rotate(360deg);
  }
}
/*
* ------------------------------------------------------------------------------
* JZTHEME主题-移动端页面加载效果
* ------------------------------------------------------------------------------
*/
.jz-page-loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    background-color: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    align-items: center;
    justify-content: center;
}
.jz-page-loader.show {
    display: flex;
}
.jz-page-loader .loader-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.jz-page-loader .uk-effect-loader {
    justify-content: center;
}
.jz-page-loader .uk-effect-loader .bar {
    background-color: rgba(255, 255, 255, 0.8);
}
@media (min-width: 1000px) {
    .jz-page-loader {
        display: none !important;
    }
}
/*
* ------------------------------------------------------------------------------
* JZTHEME主题-手机端导航
* ------------------------------------------------------------------------------
*/
#uk-app-navbar{
    
}
#uk-app-navbar .uk-app-nav{
    height: 100%;
}
#uk-app-navbar .uk-app-nav .uk-offcanvas-close{
    top: 32px;
    right: 30px;
    background: #24292f;
    border-radius: 50px;
    padding: 8px;
}
#uk-app-navbar .uk-app-nav .uk-offcanvas-close svg{
    width: 10px;
    height: 10px;
    color: #fff;
}
#uk-app-navbar .uk-app-nav .nav{
    height: 100%;
    display: flex;
    flex-direction: column;
}
#uk-app-navbar .uk-app-nav .nav .top{
    height: 100%;
    overflow: hidden;
}
#uk-app-navbar .uk-app-nav .nav .top .logo{
    display: flex;
}
#uk-app-navbar .uk-app-nav .nav .top .logo a{
    display: flex;
    gap: 15px;
}
#uk-app-navbar .uk-app-nav .nav .top .logo a img{
    height: 35px;
}
#uk-app-navbar .uk-app-nav .nav .top .search {
    position: relative;
    margin: 20px 0 10px 0;
}
#uk-app-navbar .uk-app-nav .nav .top .search form{
    display: flex;
    align-items: center;
    background: #24292f;
    padding: 5px;
    border-radius: 4px;
}
#uk-app-navbar .uk-app-nav .nav .top .search form input{
    font-size: 14px;
    color: #fff;
    background: rgb(255 255 255 / 0);
    border: 0px solid #fff;
    height: 30px;
    padding: 0 50px 0 20px;
}
#uk-app-navbar .uk-app-nav .nav .top .search form input::placeholder{
    color: rgb(224 233 255 / 70%);
}
#uk-app-navbar .uk-app-nav .nav .top .search form button{
    color: #fff;
    background: #24292f;
    font-size: 14px;
    padding: 0 10px;
    line-height: 40px;
    position: absolute;
    right: 0;
    border-radius: 0 4px 4px 0;
}
#uk-app-navbar .uk-app-nav .nav .top .search form button:hover{
    background: #24292f;
}
#uk-app-navbar .uk-app-nav .nav .top .search form button i{
    font-size: 22px;
    transform: translateY(3px);
}
#uk-app-navbar .uk-app-nav .nav .top .search form .search-type{
    position: relative;
}
#uk-app-navbar .uk-app-nav .nav .top .search form .search-type .selected-type{
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
    width: 51px;
    height: 30px;
    border-radius: 4px;
    padding: 0 15px 0 10px;
    font-size: 14px;
    color: rgb(224 233 255 / 70%);
}
#uk-app-navbar .uk-app-nav .nav .top .search form .search-type .selected-type:after{
    content: "";
    position: absolute;
    right: 0;
    height: 20px;
    width: 1px;
    background: #373f47;
}
#uk-app-navbar .uk-app-nav .nav .top .search form .search-type .selected-type .type-text{
    
}
#uk-app-navbar .uk-app-nav .nav .top .search form .search-type .selected-type .type-text:hover{
    color: #fff;
    transition: all .3s;
}
#uk-app-navbar .uk-app-nav .nav .top .search form .search-type .selected-type i{
    
}
#uk-app-navbar .uk-app-nav .nav .top .search form .search-type .type-dropdown {
    display: none;
    position: absolute;
    top: 40px;
    left: -5px;
    z-index: 1000;
    min-width: 50px;
    border-radius: 4px;
    background: #1b1f23;
    border: 1px solid #24292f;
    padding: 15px;
}
#uk-app-navbar .uk-app-nav .nav .top .search form .search-type .type-dropdown.show {
    display: block;
}
#uk-app-navbar .uk-app-nav .nav .top .search form .search-type .type-dropdown .type-option {
    cursor: pointer;
    text-align: center;
    color: rgb(224 233 255 / 70%);
    transition: all .3s;
    margin-bottom: 15px;
    font-size: 14px;
}
#uk-app-navbar .uk-app-nav .nav .top .search form .search-type .type-dropdown .type-option:hover {
    color: #fff;
}
#uk-app-navbar .uk-app-nav .nav .top .search form .search-type .type-dropdown .type-option:last-child{
    margin-bottom: 0;
}
#uk-app-navbar .uk-app-nav .nav .top ul{
    overflow-y: auto;
    padding: 20px;
    background: #24292f;
    border-radius: 4px;
}
#uk-app-navbar .uk-app-nav .nav .top ul::-webkit-scrollbar{width:10px;height:4px;background-color:#1b1f23}
#uk-app-navbar .uk-app-nav .nav .top ul::-webkit-scrollbar-track{background-color:#1b1f23}
#uk-app-navbar .uk-app-nav .nav .top ul::-webkit-scrollbar-thumb{background-color:#35393f;border-radius:10px}
#uk-app-navbar .uk-app-nav .nav .top ul li{
    margin-bottom: 5px;
}
#uk-app-navbar .uk-app-nav .nav .top ul li a{
    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    height: 40px;
    color: rgb(224 233 255 / 70%);
    border-radius: 8px;
    padding-left: 10px;
    gap: 10px;
}
#uk-app-navbar .uk-app-nav .nav .top ul li a.current,#uk-app-navbar .uk-app-nav .nav .top ul li a:hover,#uk-app-navbar .uk-app-nav .nav .top ul li.current-cat a{
    background: #1b1f23;
    color: #fff;
}
#uk-app-navbar .uk-app-nav .nav .top ul li a i{
    font-size: 20px;;
}
#uk-app-navbar .uk-app-nav .nav .bottom{
    padding-top: 20px;
    border-top: 1px solid #24292f;
}
#uk-app-navbar .uk-app-nav .nav .bottom a{
    display: block;
    text-align: center;
    color: #fff;
    background: linear-gradient(117deg, #d946ef, #6366f1);
    line-height: 43px;
    border-radius: 4px;
    padding: 0 10px;
    font-size: 15px;
}
#uk-app-navbar .uk-app-nav .nav .bottom a:hover{
    box-shadow: 0 0.1rem 0.8rem rgb(153 87 240);
}
/*
* ------------------------------------------------------------------------------
* JZTHEME主题-手机端
* ------------------------------------------------------------------------------
*/
.uk-app-navbar{
    color: #fff;
    background: #24292f;
    margin-right: 20px;
    margin-left: -10px;
    height: 40px;
    border-radius: 4px;
    padding: 0 11px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.uk-app-navbar i{
    font-size: 20px;
    transform: translateY(0px);
}
.uk-app-navbar:hover{
    background: #292e35;
}

/*超出隐藏*/
@media (min-width:1400px){
    .uk-app-navbar{
        display: none;
    }

}
@media (min-width:1000px){
.jz-comments-area .comment-section .comment-form .comment-btn .emoji-btn i{
    display: none;
}
.jz-comments-area .comment-section .comment-form .comment-btn .fast .fast-title i{
    display: none;
}
.uk-page-author .author-app{
    display: none;
}
.uk-app-cat{
    display: none;
}

}

/*低于隐藏*/
@media screen and (max-width:1500px){
    .uk-layout-default article.uk-width-1-1{
        width: 75%;
    }
    .uk-layout-default aside.uk-width-1-1{
        width: 25%;
    }
}
@media screen and (max-width:1400px){
    .uk-navbar-default .nav {
        display: none;
    }
    .uk-page-item {
        display: none;
    }

}
@media screen and (max-width:1200px){
    .uk-layout-default article.uk-width-1-1{
        width: 70%;
    }
    .uk-layout-default aside.uk-width-1-1{
        width: 30%;
    }
}
@media screen and (max-width:1000px){
.uk-navbar-default .module {
    padding: 0 20px;
}
.uk-navbar-default .logo {
    width: 140px;
    height: 60px;
}
.uk-navbar-default .search {
    display: none;
}
.uk-navbar-default .user {
    display: none;
}
.uk-app-navbar{
    height: 33px;
    padding: 0 8px;
}
#uk-app-navbar .uk-app-nav .uk-offcanvas-close {
    top: 24px;
    right: 20px;
}

.uk-app-cat{
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    background: #24292f;
    border-top: 1px solid #323941;
    z-index: 999;
}
.uk-app-cat>ul{
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 10px 0;
}
.uk-app-cat>ul>li{
    
}
.uk-app-cat>ul>li>a{
    color: #fff;
    padding: 0 10px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    flex-direction: column;
}
.uk-app-cat>ul>li>a:hover{
    color: var(--uk-primary-color);
}
.uk-app-cat>ul>li>a>i{
    font-size: 18px;
    transform: translateY(0px);
}
.uk-app-cat>ul>li>button{
    color: #fff;
    background: rgb(0 0 0 / 0%);
    line-height: inherit;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 12px;
    flex-direction: column;
}
.uk-app-cat>ul>li>button:hover{
    color: var(--uk-primary-color);
}
.uk-app-cat>ul>li>button i{
    font-size: 18px;
    transform: translateY(0px);
}
.uk-app-cat .list{
    width: 100%;
    border-radius: 6px;
    background: #24292f;
    border: 1px solid #323941;
    padding: 20px;
}
.uk-app-cat .list .title{
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 15px;
    display: inline-block;
}
.uk-app-cat .list ul{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.uk-app-cat .list ul li{
    flex: 1 1 calc(33.333% - 10px);
    flex: 1 1 calc((100% - 30px) / 3);
}
.uk-app-cat .list ul li a{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #1b1f23;
    border-radius: 4px;
    font-size: 14px;
    color: #fff;
    line-height: 40px;
    padding: 0 5px;
    border: 2px solid #24292f;
}
.uk-app-cat .list ul li a:hover,.uk-app-cat .list ul li a.current{
    border: 2px solid #6366f1;
}


.uk-layout-index .slide .top .title {
    font-size: 30px;
}
.uk-layout-index .slide .top p {
    font-size: 16px;
}
.uk-layout-index .slide .top .btn a {
    line-height: 43px;
    padding: 0 35px;
    font-size: 15px;
}
.uk-layout-index .slide .bottom ul {
    gap: 10px;
}
.uk-layout-index .slide .bottom ul li {
    width: 100px;
    height: 119px;
}
.uk-layout-index {
    margin-top: 80px;
}
.uk-layout-default .main {
    margin-top: 80px;
    margin-left: 10px;
}
.uk-layout-default .aside {
    display: none;
}

.jz-follow {
    margin: 20px 20px 90px 20px;
}
.jz-follow .jz-return,
.jz-follow .jz-upward {
    width: 40px;
    height: 40px;
}

.uk-page-category {
    padding: 20px;
}
.uk-page-category .module .module-title h2 {
    font-size: 16px;
}

.uk-category {
    padding: 20px;
}
.uk-category-loop .item .container {
    max-height: 200px;
    min-height: 200px;
}
.uk-category-loop .item .container .iframe-wrapper {
    max-height: 200px;
    min-height: 200px;
}
.uk-category-loop .item .container .iframe-wrapper .content-iframe {
    max-height: 200px;
    min-height: 200px;
}
.uk-category-nav .title {
    padding: 20px;
    margin-bottom: 20px;
}
.uk-category-nav .title h1 {
    font-size: 16px;
}
.uk-category-nav .title p {
    font-size: 12px;
}
.uk-category-nav .menu .filter .type ul li a {
    padding: 0 20px;
}
.uk-category-list .pagination {
    margin: 30px 0;
}
.uk-category-list .pagination .pagination-nav{
    width: 100%;
}
.uk-category-list .pagination .page-numbers {
    display: none;
}
.uk-category-list .pagination .pagination-jump {
    display: none;
}
.uk-category-list .pagination .prev, .uk-category-list .pagination .next {
    flex: 1;
}

.uk-single-1-article{
    width: 100%!important;
}
.uk-single-1-aside{
    display: none!important;
}
.uk-single-1 {
    padding: 20px;
}
.uk-single-1 .single-title .title h1 {
    font-size: 16px;
}
.uk-single-1 .module .uk-subnav-pill > *{
    padding-left: 15px;
}
.uk-single-1 .module .uk-subnav-pill > * > :first-child {
    padding: 8px 15px;
    font-size: 14px;
}
.jz-comments-area .comments-title {
    font-size: 16px;
}
.jz-comments-area .comment-section .comment-form .comment-btn .emoji-btn,.jz-comments-area .comment-section .comment-form .comment-btn .fast .fast-title{
    padding: 0 11px;
}
.jz-comments-area .comment-section .comment-form .comment-btn .emoji-btn i,.jz-comments-area .comment-section .comment-form .comment-btn .fast .fast-title i{
    font-size: 20px;
    transform: translateY(2px);
}
.jz-comments-area .comment-section .comment-form .comment-btn .emoji-btn em,.jz-comments-area .comment-section .comment-form .comment-btn .fast .fast-title em{
    display: none;
}
.jz-comments-area .comment-list .comment-item {
    margin-bottom: 20px;
}
.jz-comments-area .comment-list .comment-item .comment-actions {
    gap: 10px;
}
.jz-comments-area .comment-list .comment-item .avatar img {
    width: 30px;
    height: 30px;
}
.jz-comments-area .comment-list .comment-item>.uk-flex-1>.comment-replies .avatar img{
    width: 20px;
    height: 20px;
}
.jz-comments-area .comment-list .comment-item .comment-actions .comment-date {
    margin-left: inherit;
}
.jz-comments-area .comment-list .comment-item>.uk-flex-1>.comment-replies {
    background: rgb(36 41 47 / 0%);
    padding: 0;
}
.jz-comments-area .comment-list .comment-item>.uk-flex-1>.comment-replies .comment-item {
    margin-bottom: 20px;
}

.uk-page-tool {
    padding: 20px;
}
.uk-page-tool .tool-title h2{
    font-size: 16px;
}
.uk-page-tool-single article.uk-width-1-1{
    width: 100%;
}
.uk-page-tool-single aside.uk-width-1-1{
    display: none;
}
.uk-page-tool-single .module {
    padding: 20px;
}
.uk-page-tool-single .page-title .title h1 {
    font-size: 16px;
}
.uk-page-tool-single .module .desc .title {
    font-size: 16px;
}
.uk-page-tool-single .module .desc p {
    font-size: 14px;
}
.uk-page-tool-single .module .desc h3 {
    font-size: 16px;
}
.uk-page-tool-single .module .desc ul li {
    font-size: 14px;
}

.uk-page-tool .tool-title h2 {
    font-size: 16px;
}
.uk-page-tool .tool-category-title {
    padding: 20px;
    margin-bottom: 20px;
}
.uk-page-tool .tool-category-title h1 {
    font-size: 16px;
}
.uk-page-tool .tool-category-title p {
    font-size: 12px;
}

.jz-blog-category {
    padding: 20px;
}
.jz-blog-category .title {
    padding: 20px;
    margin-bottom: 20px;
}
.jz-blog-category .title h1 {
    font-size: 16px;
}
.jz-blog-category .title p {
    font-size: 12px;
}
.jz-blog-loop {
    padding: 10px;
}
.jz-blog-loop .images span {
    font-size: 12px;
}
.jz-blog-loop h3 {
    height: 42px;
    font-size: 14px;
}
.jz-blog-loop .excerpt {
    height: 17px;
}
.jz-blog-loop p {
    font-size: 12px;
}
.jz-blog-loop .info .author a {
    font-size: 12px;
}
.jz-blog-loop .info .category {
    font-size: 12px;
}
.jz-blog-single-default article.uk-width-1-1{
    width: 100%;
}
.jz-blog-single-default aside.uk-width-1-1{
    display: none;
}
.jz-blog-single .jz-blog-article {
    position: relative;
    padding: 20px 20px 0px 20px;
}
.jz-blog-single .section .single-head .title {
    font-size: 16px;
}
.jz-blog-single .section .single-head .meta .left span, .jz-blog-single .section .single-head .meta .left a, .jz-blog-single .section .single-head .meta .left time {
    font-size: 12px;
}
.jz-blog-single .section .single-head .meta .right .copyright {
    line-height: 22px;
    padding: 0 10px;
    font-size: 12px;
}

.jz-blog-single .section .single-content h1,.jz-blog-single .section .single-content h2,.jz-blog-single .section .single-content h3 {
    font-size: 16px;
}
.jz-blog-single .section .single-content p {
    font-size: 14px;
}
.jz-blog-single .section .single-content ul li {
    font-size: 14px;
}
.jz-blog-single .section .single-content ol li {
    font-size: 14px;
}
.jz-blog-single .section .single-tags a {
    padding: 5px 10px;
    font-size: 12px;
}
.jz-blog-single .section .single-statement {
    padding: 10px;
    font-size: 12px;
}
.jz-blog-single .section .single-author .box .btn a em, .jz-blog-single .section .single-author .box .btn button em{
    display: none;
}
.jz-blog-single .section .single-author .box .btn a, .jz-blog-single .section .single-author .box .btn button {
    padding: 0 8px;
}
.jz-blog-single .section .single-author .box .btn a i, .jz-blog-single .section .single-author .box .btn button i {
    margin-right: 0;
}
.jz-blog-single .section {
    padding: 20px;
}
.jz-blog-single .section .single-related .title {
    font-size: 16px;
}

.uk-layout-page {
    margin-top: 80px;
}
.uk-layout-page .uk-container{
    padding-left: 0;
    padding-right: 0;
}
.uk-layout-page .right h1.title {
    font-size: 16px;
}
.uk-layout-page .right h2 {
    font-size: 16px;
}
.uk-layout-page .right p {
    font-size: 14px;
}
.uk-layout-page .left {
    min-height: inherit;
    margin-bottom: 0;
    padding: 20px;
}
.uk-layout-page .left ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.uk-layout-page .left ul li {
    margin-bottom: 0;
}
.uk-layout-page .left ul li a {
    padding-right: 10px;
    font-size: 12px;
    gap: 5px;
}

.jz-note-default article.uk-width-1-1{
    width: 100%;
}
.jz-note-default aside.uk-width-1-1{
    display: none;
}

.uk-page-search {
    margin-top: 80px;
}
.uk-page-search .search-header .info {
    padding: 20px 0;
    margin-bottom: 20px;
}
.uk-page-search .search-header .info h1 {
    font-size: 16px;
}
.uk-page-search .search-header .info p {
    font-size: 12px;
}
.uk-page-search .search-header .tab .uk-subnav-pill > * > :first-child {
    font-size: 16px;
}
.uk-page-search .search-content .tools .tool-item {
    padding: 10px;
}
.uk-page-search .search-content .tools .tool-item .title {
    gap: 10px;
}
.uk-page-search .search-content .tools .tool-item .title i{
    width: 25px;
    height: 25px;
    font-size: 12px !important;
}
.uk-page-search .search-content .tools .tool-item .title h3 {
    font-size: 12px;
}

.uk-page-author {
    margin-top: 80px;
}
.uk-page-author .author-bg {
    padding: 20px 20px 60px 20px;
    margin-bottom: 0px;
}
.uk-page-author .author-bg .uk-container{
    padding-left: 0;
    padding-right: 0;
}
.uk-page-author .author-info {
    gap: 15px;
}
.uk-page-author .author-info .img .avatar {
    width: 60px;
    height: 60px;
}
.uk-page-author .author-info .details .name {
    font-size: 16px;
}
.uk-page-author .author-info .details .data{
    display: none;
}
.uk-page-author .author-info .details .description{
    display: none;
}
.uk-page-author .author-info .details .extra{
    display: none;
}
.uk-page-author .author-info .interaction {
    display: none;
}
.uk-page-author .author-app{
    padding: 20px;
    border-radius: 4px;
    margin-bottom: 20px;
    margin-top: -40px;
    position: relative;
    z-index: 1;
}
.uk-page-author .author-app .data{
    display: flex;
    gap: 20px;
    margin-top: 5px;
    flex-wrap: wrap;
}
.uk-page-author .author-app .data span{
    font-size: 14px;
    color: rgb(224 233 255 / 70%);
    display: flex;
    align-items: center;
    gap: 5px;
    position: relative;
}
.uk-page-author .author-app .data span b{
    color: #fff;
    font-weight: 600;
}
.uk-page-author .author-app .description{
    color: #fff;
    font-size: 12px;
    margin-top: 10px;
}
.uk-page-author .author-app .extra{
    margin-top: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.uk-page-author .author-app .extra span{
    color: #fff;
    background: #24292f;
    border: 1px solid #24292f;
    line-height: 30px;
    border-radius: 4px;
    padding: 0 20px;
    font-size: 14px;
    display: inline-block;
    transition: all .3s;
}
.uk-page-author .author-app .extra span i{
    margin-right: 8px;
    font-size: 17px;
}
.uk-page-author .author-app .extra a{
    color: #fff;
    background: #24292f;
    border: 1px solid #24292f;
    line-height: 30px;
    border-radius: 4px;
    padding: 0 8px;
    font-size: 14px;
    display: inline-block;
    transition: all .3s;
}
.uk-page-author .author-app .extra span:hover,.uk-page-author .author-app .extra a:hover{
    background: #292e35;
    border: 1px solid #373f47;
}
.uk-page-author .author-app .extra a i{
    font-size: 17px;
}
.uk-page-author .author-app .interaction{
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 20px;
}
.uk-page-author .author-app .interaction button{
    display: block;
    color: #fff;
    background: #24292f;
    border: 1px solid #24292f;
    line-height: 40px;
    border-radius: 4px;
    padding: 0 20px;
    font-size: 14px;
    width: 50%;
}
.uk-page-author .author-app .interaction button:hover{
    background: #292e35;
    border: 1px solid #373f47;
}
.uk-page-author .author-app .interaction button i{
    margin-right: 5px;
}
.uk-page-author .author-tabs .uk-tab > * > a {
    font-size: 16px;
}
.uk-page-author .author-content .user-loop-note {
    padding: 10px;
}
.uk-page-author .author-content .user-loop-note .content {
    font-size: 14px;
    height: 44px;
}
.uk-page-author .author-content .user-loop-note .footer {
    margin-top: 15px;
}
.uk-page-author .author-content .user-loop-note .footer .info {
    font-size: 12px;
}
.uk-page-author .author-content .user-loop-note .footer a {
    font-size: 12px;
}

.uk-layout-page .error h1{
    font-size: 88px;
}


}

@media screen and (max-width:600px){
.uk-page-tool .item {
    padding: 10px;
}
.uk-page-tool .item .title {
    gap: 10px;
}
.uk-page-tool .item .title i {
    width: 25px;
    height: 25px;
    font-size: 12px !important;
}
.uk-page-tool .item .title h3 {
    font-size: 12px;
}
}