
::view-transition-old(root),
::view-transition-new(root) {
  animation: none;
  mix-blend-mode: normal;
}
::view-transition-old(root) {
  z-index: 1;
}
::view-transition-new(root) {
  z-index: 9999;
}
.zetx{
    position: relative;
    display: inline-block;
    z-index: 0;
}
.zetx .a{
    position: relative;
    z-index: 2;
}
.zetx .b{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.bgimg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
}
.bglvjing{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    z-index: -1;
}
.menua a,.side button,.sonmenu.open {
    background: rgba(240,240,240,.5);
}
a {
    color: #5981b1;
}
.newadmin a {
    color: #4f4f4f;
}
.typecho-page-main {
    border-radius: 8px;
    padding: 15px 20px;
    background: #fff;
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,.2);
    box-shadow: 0 1px 5px rgba(0,0,0,.2);
    box-shadow: 0px 0px 20px -5px rgba(158, 158, 158, 0.22);
    margin: 0;
}

.typecho-page-main li .typecho-label {
    color: #000;
    font-size: 16px;
    margin-top: 1.2em;
    margin-bottom: 0.6em;
    color: inherit;
    font-weight: 400;
    font-family: inherit;
    line-height: 1.35;
    background: linear-gradient(to bottom,transparent 60%,rgba(93,163,255,.3) 0) no-repeat;
    width: auto;
    display: table;
}
.typecho-page-title {
    margin-bottom: 10px;
}
.typecho-page-title h2 {
    margin-top: 1.2em;
    margin-bottom: 0.6em;
    color: inherit;
    font-weight: 400;
    font-family: inherit;
    line-height: 1.35;
    background: linear-gradient(to bottom,transparent 60%,rgba(93,163,255,.3) 0) no-repeat;
    width: auto;
    display: inline;
}
.typecho-page-title h2 a {
    color: #fff;
    background: #00aaff;
    border-radius: 8px;
}

.profile-avatar, .comment-avatar .avatar {
    border-radius: 50%;
    border: 1px solid #ffffff;
}
.typecho-option select {
    width: 100%;
    background: #FFF;
    border: 1px solid #D9D9D6;
    padding: 7px;
    border-radius: 2px;
    box-sizing: border-box;
    height: auto;
}
.typecho-option-submit .primary {
    width: 100%;
}
#typecho-welcome {
    background-color: #98bae3;
    color: #fff;
    border-radius: 8px;
}
button.btn {
    border-radius: 8px;
}
.primary {
    background-color: #5981b1;
}
.primary:hover {
    background-color: #020408;
}
/*手机端*/
@media (max-width: 768px){
.typecho-page-title {
    margin-top: 10px;
}
.typecho-page-main {
    padding: 5px 5px;
}
}


.mb\-10{
    margin-bottom: 10px;
}
/*概要页面，默认后台首页*/
.latest-link span {
    display: inline;
}
.latest-link ul {
    padding-left: 0;
}
.latest-link h3 {
    margin-top: 0;
}
.adminlink a {
    color: white;
    background-color: #9ac5e5;
    padding: 4px 8px;
    border-radius: 8px;
    margin-right: 4px;
}
.adminlink a:first-child{
    background-color: #c98c9a;
}
.adminlink a:last-child{
    background-color: #4fb19d;
}
.kuai {
    background-color: #000;
    border-radius: 8px;
    padding: 12px;
    background-image: url(./img/circle.svg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: auto 100%;
    height: 100px;
    color: white;
    display: flex;
    flex-direction: column;
    margin: 10px 0;
}
.kuai.bg1{background-color: #c98c9a;}
.kuai.bg2{background-color: #4fb19d;}
.kuai.bg3{background-color: #edce7a;}
.kuai.bg4{background-color: #9ac5e5;}
.kuai a {
    color: aliceblue;
}
.flex-1 {
    flex: 1 1 0%;
}
.stitle {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.stitle .icon{
  width: 1.5em;
  height: 1.5em;
}
.sbody {
    font-size: 24px;
    font-style: italic;
    margin: 8px 0;
}
.sfooter {
    display: flex;
}
.sfooter a {
    display: flex;
    align-items: center;
    margin-right: 4px;
}

/*针对tepass*/
/*针对tepass*/
.moreul .message{
    display: block;
    padding: 4px 1px !important;
}
.moreul .message,.pcmore .message {
    padding: 4px 4px !important;
    background-color: #ff2b2b !important;
}
