body {
    --dz-BG-body: #f7f7f7;
    --dz-BG-color: #07c160;
    --dz-LINK-color: #576b95;
    --dz-FC-color: #03b459;
}

.text-12 {
    font-size: 12px;
    line-height: 20px;

}

.text-14 {
    font-size: 14px;
    line-height: 22px;
}

.text-16 {
    font-size: 16px;
    line-height: 24px;
}
.d-flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}
.d-flex-column {
    display: flex;
    flex-direction: column;
}
.d-flex-row {
    display: flex;
    flex-direction: row;
}
.d-flex-between {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.header-bar {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 79;
    background-color: var(--dz-BG-color);

    padding: 0 13px;

    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 24px;
    transition: transform 0.3s, opacity 0.3s;
}

.header-bar.hide {
    transform: translateY(-100%);
    opacity: 0;
    display: none;
}

.bg-transparent {
    background-color: transparent;
}

.fixed {
    position: fixed !important;


}


.header-bar a:link,
.header-bar a:visited {
    color: #fff;
}

.header-bar .right a {
    margin-left: 8px;
}

.scrolled {
    background-color: transparent;
    position: fixed !important;
    border-radius: 0 0 12px 12px;
    top: unset;
    bottom: 104px;
    right: 2px;
    justify-content: end;
    align-items: flex-end;
    flex-direction: column;
}

.scrolled a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 8px;
    margin-left: 0;
    height: 38px;
    width: 38px;
    z-index: 99999;
    background: rgba(0, 0, 0, .8);
    opacity: .618;
    box-shadow: 0 0 2px rgba(0, 0, 0, .2);
    border-radius: 6px;
}

.scrolled .center {
    display: none;
}

.header-baner {
    width: 100vw;
    height: 65vw;
    background-color: var(--dz-BG-color);
    background-position-x: 0;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-bottom: 60px;

}

.header-baner-bgimg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}

.header-baner-logo {
    position: absolute;
    right: 13px;
    bottom: -16px;
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 6px;
}

.header-baner-title {
    position: absolute;
    right: 80px;
    bottom: 6px;

    color: #fff;
    font-weight: 500;
    letter-spacing: 1px;
    object-fit: cover;
}

.header-baner-desc {
    position: absolute;
    right: 13px;
    bottom: -45px;
    color: #00000090;
}

.header {
    display: none;
}

.pg_guide,
.pg_forumdisplay,
.pg_viewthread {
    background-color: var(--dz-BG-0);
}

.pg_guide .dialogbox,
.pg_forumdisplay .dialogbox {
    opacity: 0;
    background-color: var(--dz-BG-0);
    padding: 12px;
    border-radius: 12px 12px 0 0;
    /* height: 80vh !important; */
    width: -webkit-fill-available !important;
    left: 0 !important;
    top: unset !important;
    bottom: 0;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    /* animation-delay: 0.3s; */
    animation-duration: 0.3s;
}

.pg_guide .dialogbox .tip,
.pg_forumdisplay .dialogbox .tip {
    width: unset;
    border: none;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

.threadlist li.list {
    border-top: none;
    border-bottom: 0.5px solid var(--dz-BOR-ed);
    margin-top: 0;
    padding: 0 24px;
}

.threadlist li.list_top {
    border-top: none;
    padding: 0 24px 0 24px;
}

.threadlist_pyq {
    padding-left: 46px;
    margin-top: -22px;
}

.threadlist_pyq iframe {
    width: 75% !important;
    border-radius: 4px;
}

.threadlist_top .mimg img  {

    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 4px;
}

.threadlist_top .muser .mmc {
    font-size: 17px !important;

    font-weight: 500;
    line-height: 24px;
    color: var(--dz-LINK-color);
}

.threadlist_imgs1 li {
    padding-bottom: 0;
    background-color: var(--dz-BG-0);
}

.threadlist_imgs1 li img {
    max-height: 220px;
    max-width: 220px;
    height: auto;
    width: auto;
    object-fit: cover;
    position: unset;
    overflow: hidden;
    border-radius: 4px;
}

.moment-regular-desc {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 20px;
    color: #000000e6;
    word-break: break-all;
    white-space: break-spaces;
}

.moment-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 8px;
    margin-bottom: 12px;
}

.moment-footer-left {
    min-width: 0;
    flex: 1;
    display: flex;
    font-size: 14px;
    color: #0000004d
}

.moment-footer-left-dynamic {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 8px
}

.domi-post-footer {
    position: relative;
}

.moment-footer-right {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 0 6px;
    height: 20px;
    color: #0000004d;
    background-color: var(--dz-BG-body);
    border-radius: 4px;

}





.moment-footer-right {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 20px;
    background-color: var(--dz-BG-body);
    border-radius: 4px
}

.moment-footer-right:before,
.moment-footer-right:after {
    content: "";
    width: 4px;
    height: 4px;
    background-color: var(--dz-LINK-color);
    border-radius: 100%;}


.moment-footer-right:after {
    margin-left: 4px
}

.ri-arrow-left-s-line:before {
    font-size: 30px;
}

/* 论坛页 */
.forumlist .subforumshow {
    padding: 12px 13px 0 13px;
    border: none;
    line-height: 22px;
    height: 22px; 
}
.pg_forumdisplay .forumlist .subforumshow { 
    margin: 0 12px;
}

.forumlist .subforumshow a,
.forumlist .subforumshow i {
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
}
.forumlist .mlist4 li{
    min-width: 20%;
}
.micon {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.micon-img {
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 4px;
}

.micon-img-bg {
    background-color: var(--dz-BG-body);
}

.forumlist .sub-forum li .micon img {
    width: 40px;
    height: 40px;
    object-fit: cover;
}

.pg_forumdisplay #dhnav_li li {
    float: left;
    width: auto;
    margin: 0 4px;
    height: 26px;
    background: #edfee9;
    text-align: center;
    overflow: hidden;
    border-radius: 4px;
    position: relative;
}

.pg_forumdisplay #dhnav_li li.mon {
    height: 26px;
    border-bottom: none;
    background: var(--dz-BG-color)
}

.pg_forumdisplay #dhnav_li li a {
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    margin: 0;
    color: #94cda1;
}

.pg_forumdisplay #dhnav_li li.mon a {
    color: #fff;
    font-weight: 600;
}

.pg_forumdisplay .dhnav_box ,.pg_forumdisplay .dhnavs_box{
    border-bottom: none;
    margin: 0 20px;
}

.pg_forumdisplay .dhnav_box,
.pg_forumdisplay .dhnav  {
    height: 26px;
    width: 90%;
}

.threadlist li.list_top a {
    display: flex;
    height: 32px; 
 line-height: 32px;
    align-items: center;
}

.threadlist li.list_top a .micon {
    margin-top: 0;
}

.threadlist li.list_top a em{
    width: 290px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.threadlist_box h4 {
    border: 0
}

/* 帖子详情页 */
.viewthread .plc {
    padding: 0 24px;
    border: none;
}

.plc .avatar img {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    object-fit: cover;
}

.domi_post .avatar img {
    width: 34px;
    height: 34px;
}

.domi_post .pi {
    padding-bottom: 0;
    padding-left: 45px;
    padding-top: 8px;
}

.domi_post .moment-footer.plc .pi .authi li.mtit {
    height: 24px;
    line-height: 24px;
    padding-top: 2px;
    overflow: hidden;
}


.plc .pi .authi li span.z a {
    font-size: 17px !important;
    font-weight: 500;
    line-height: 24px;
    color: var(--dz-LINK-color);
}

.viewthread .view_tit,
.plc .pi .message {
    padding: 8px 0 0 0;
    padding-left: 46px;
    font-size: 16px;
    line-height: 20px;
    color: #000000e6;
    word-break: break-all;
}

.viewthread .mtime {
    padding-left: 46px;
}

.footer-right {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-right .mgl a {
    color: var(--dz-LINK-color);

    margin-right: 6px;
}

.viewthread .mtime .dialogbox {
    width: 100% !important;
    left: 0 !important;
    padding: 0;
    height: auto !important;
}

.viewthread .manage_popup {
    padding: 8px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.viewthread .mtime .dialogbox .button {
    float: left;
    width: 23%;
    margin: 1%;
    padding: 0 6px;
}

.viewthread .plc.domi_post {
    background-color: var(--dz-BG-body);
    margin: 0 24px 0 70px;
    border-radius: 4px;
    padding: 0 12px;
}

.viewthread .plc .pi {
    margin: 0;
}

.domi_post .moment-footer {
    justify-content: flex-end;
    margin: 6px 0;
}


.pt {
    background: var(--dz-BG-body);
    padding: 12px;
    width: -webkit-fill-available;
}

.plc .pi .authi li.mtit {
    height: 24px;
    line-height: 24px;
    padding-top: 0;
}

.plc .pione .authi {
    margin-bottom: 2px;
}

input,
select,
textarea,
.dialogbox .button {
    background: var(--dz-BG-body) !important;
    padding-left: 12px !important;
    border-radius: 4px !important;
    color: #00000090 !important;
}

.replay_auth {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.replay_auth a,
.replay_message .username {
    font-size: 14px;
    font-weight: 500;
    color: var(--dz-LINK-color);
}

.replay_time {
    color: #0000004d
}

.replay_message {
    color: #000000e6;
    font-size: 14px;
    line-height: 22px;
}

.post-footer-right {
    display: none;
    /* 默认隐藏 */
    position: absolute;
    top: 0;
    right: 0;
    height: 24px;
    margin: -12px 50px 0 0;
    width: 120px;
    padding: 8px 0;
    border-radius: 4px;
    background-color: #4b5153d9;
    animation: bounceInRight 0.2s;
    animation-fill-mode: backwards;
    justify-content: space-evenly;
    align-items: center;
    -webkit-animation-name: bounceInRight;
}

@keyframes bounceInRight {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
        transform: translate3d(3000px, 0, 0) scaleX(3)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
        transform: translate3d(-25px, 0, 0) scaleX(1)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0) scaleX(.98);
        transform: translate3d(10px, 0, 0) scaleX(.98)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0) scaleX(.995);
        transform: translate3d(-5px, 0, 0) scaleX(.995)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}


.post-footer-right a,
.header-bar .center {
    color: #fff;
    font-size: 14px; 
}




.setbox .input input,
.pxs {
    height: 28px;
    line-height: 28px;
    min-height: 28px;

}

.post_box {
    padding-top: 12px;
}

.dhnv a.mon {
    color: var(--dz-BG-color);
}

.ri-chat-2-line.active {
    position: relative;
}

.ri-chat-2-line.active::after {
    content: '';
    position: absolute;
    top: -2px;
    right: -2px;
    background-color: var(--dz-BG-color);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    animation: heartBeat 1s infinite;
}

 
@keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    14% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }

    28% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    42% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.moment-footer-left .forum-name {
    color: #576b95;
    font-size: 14px;
    font-weight: 400;
    margin-left: 4px;
}




/* 个人主页 */
#profilelist .pt,#profilelist   .px {
    width: 82%;
}

#profilelist .p select {
    width: 80px;
    padding: 2px 0 !important;
    text-align: center;
}
.user-info{
    background-color: var(--dz-BG-0);
    padding: 24px;
}

.user-avatar img {

    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 6px;
    margin-right: 8px;
}
.user-name {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    color: #000000;
}
.user-credit{
    color: #00000090;
}
.user-group{
    background-color: var(--dz-BG-body);
    padding: 0 6px;
    border-radius: 25px;
    color: #0000004d;
    font-size: 12px;
    height: 18px;
    line-height: 18px;
    margin-left: 4px;
}
.setup i{
    font-size: 20px;
    margin-left: 4px;
}
.myinfo_list_ico {
    margin:   0;
    padding: 0;
    background-color: unset;
    border: none;
    overflow: hidden;
    border-radius: 0;
}.myinfo_list_ico li{
    float: none;
    width: unset;
}
.myinfo_list_ico .find,.myinfo_list_ico .admincp{
    margin: 8px 0;
}
.myinfo_list_ico li a {
    background-color: var(--dz-BG-0);
    margin: 0;
    border-radius: 0;
    padding: 16px 12px 16px 24px;
    height: 24px;
    line-height: 24px;
    font-size: 16px;
   position: relative;display: flex;
   align-items: center;
   justify-content: space-between;
}
.myinfo_list_ico li a::after {
    content: '';
    position: absolute;
    width: 85%;
    height: 0.5px;
    background: var(--dz-BOR-ed);
    bottom: 0;
    left: 14%;
}
.myinfo_list_ico li a i {
    background-color: unset!important;
    color: #00000090;
    font-size: 20px;
    height: 24px;
    line-height: 24px; 
}
.mgcl.mgcls li{
    width: 33.3%;
}
.ann-box,
.stat,
.forumlist .mlist4 li,
.forumlist .mlist3 li,
.forumlist .mlist1 li,
.post_box li.mtext,
.post_box li.mli,
.setbox li,
.imglist,
.dhnavs_box,.moodfm_text,.moodfm {
    border: none;
}

.footer {
    background-color: unset; 
}