@keyframes spin3D{from{transform:rotate3d(0.5,0.5,0.5,360deg)}to{transform:rotate3d(0deg)}}#loading{height:100%;background-color:#1d2630;display:flex;justify-content:center;align-items:center;position:fixed;top:0;left:0;right:0;overflow:hidden;z-index:99999999}.spinner-box{width:300px;height:300px;display:flex;justify-content:center;align-items:center;background-color:transparent}.leo{position:absolute;display:flex;justify-content:center;align-items:center;border-radius:50%}.blue-orbit{width:165px;height:165px;border:1px solid #91daffa5;animation:spin3D 3s linear .2s infinite}.green-orbit{width:120px;height:120px;border:1px solid #91ffbfa5;animation:spin3D 2s linear 0s infinite}.red-orbit{width:90px;height:90px;border:1px solid #ffca91a5;animation:spin3D 1s linear 0s infinite}.white-orbit{width:60px;height:60px;border:2px solid #fff;animation:spin3D 10s linear 0s infinite}.w1{transform:rotate3D(1,1,1,90deg)}.w2{transform:rotate3D(1,2,0.5,90deg)}.w3{transform:rotate3D(0.5,1,2,90deg)}

/* body {     background-image: url(https://images.cnblogs.com/cnblogs_com/blogs/816478/galleries/2490322/o_260106071002_%E7%9F%A5%E6%9B%B4%E9%B8%9F2-%E8%83%8C%E6%99%AF.jpeg);     background-width: 100%;     background-height: 100%;     background-size: cover;     background-attachment: fixed;     background-position: center 0;} .postTitle {     font-size: x-large !important; }  #home, pre {     background-color: #fffc !important;     border-radius: 10px; }  code {     background-color: rgba(0, 0, 0, 0.8) !important; }  #sideBar div {     background-color: transparent !important; }  .table-wrapper {     background-color: #fff9; } .table-wrapper th {     background-color: #fff9 !important; }  blockquote, details {     background: none !important;     background-color: #eee8 !important;     border-radius: 10px; } summary {     border-radius: 10px;     background-color: #eee9;     font-size: large;     font-weight: bold; } */

.heimu, .heimu a, a .heimu, .heimu a.new {
    background-color: #252525;
    color: #252525;
    text-shadow: none;
}
.heimu:hover, .heimu:active,
.heimu:hover .heimu, .heimu:active .heimu {
    color: white !important;
}
.heimu:hover a, a:hover .heimu,
.heimu:active a, a:active .heimu {
    color: lightblue !important;
}
.heimu:hover .new, .heimu .new:hover, .new:hover .heimu,
.heimu:active .new, .heimu .new:active, .new:active .heimu {
    color: #BA0000 !important;
}