/*
Theme Name: uNav子主题
Template: unav
Version: 1.0
*/

/*下面是你自己DIY的css样式代码*/

.un-header .nav{
    justify-content: center;
}
.un-header .show-menu-icon{
    display: none;
}

.list .is-scale-thumbnail img{
    width: 50%;
    height: 50%;
    object-fit: scale-down;
    transform: translate(50%, 50%);
    transform-origin: center;
}
.list_g1 .item-wrap{
    
}
.list_g1 .info{
    padding: 15px;
}
.list_g1 .title{
    text-align: center;
}
.list_g1 .excerpt{
    display: none !important;
}

.footer-info{
    justify-content: center;
}
.footer-info .right{
    display: none;
}

#post .post-meta{
    display: none;
}


.pwd-info{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    color: #939393;
    margin: 30px 0 60px;
    letter-spacing: 1px;
}

.pwd-info span{
    color: #c33939;
}

.pwd-info .large{
    font-size: 40px;
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: 1px solid;
}


.post-note{
    font-size: 15px;
    line-height: 1.8;
    padding: 15px;
    background: #eef7ff;
    margin-bottom: 0;
}
.post-note.danger{
    background: #fff0f0;
    color: #9f2222;
}

.un-dark .post-note.danger {
    background: #3d3636;
    color: #ffdede;
}



.chaohong .pc{
    position: fixed;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    font-size: 13px;
    padding: 15px 10px;
}

.chaohong .pc img{
    width: 150px;
}







@media screen and (max-width: 768px) {
    .list_g1 .item-wrap {
        width: 50% !important;
    }
    
    .list_g1 .is-scale-thumbnail{
        padding-bottom: 50% !important;
    }

    .chaohong .pc{
        display: none;
    }

    .chaohong .phone{
        display: flex;
        flex-direction: column;
        gap: 10px;
        align-items: center;
        padding: 15px 10px;
    }
}

