/*body{

    background:unset fixed no-repeat;
    background-size: cover;

}

#sidebar_news,#topics,.sidebar-block,.my-search,.catListView,.day{
    border-radius:8px;
    box-shadow: 0 2px 5px rgba(241, 116, 8, 0.1);
    //background-color: rgba(241, 116, 8, 0.9);
    background-color: rgba(255, 255, 255, 0.9);
    background-image: none;
    //backdrop-filter: blur(10px);
#home{
    background:none;
    min-width:unset!important;
}
#main{
    min-width:unset!important;
    margin:0 auto;
}
}
#top{
    //display: none;
    border:none;
    border-radius:8px;
    padding:15px;
    margin:20px;
    background-color: #ffffffcf!important;
}
#top a{
    font-size:20px;
    font-weight: bold;
}
p.date{
    border-radius:8px;
    border: 0px;
    background-color: #fff;
    padding: 10px;
}
h1,h2{
    padding-top:30px;
    text-align: center;
}
h3{
    border:0px;
    text-align: center;
}
h3,h4{
    padding-top:20px;
}
h5{
    padding-top:10px;
}
details{
    padding:10px 30px 10px 30px;
    background-color: #ee82ee2f;
    border-radius:8px;
    font-size: 16px;
}
summary:first-of-type {
    color:#660874;
    font-size: 18px;
    list-style: none !important;
}
body{
    -webkit-font-smoothing: antialiased;
    //background-color: #EFDEFE3F;
    background: linear-gradient(45deg,#FF763C5f 0%,#5F45BE5f 100%); 
}
a:visited, a:active, a:link {
    color:#660874;
    font-size: none!important;
}
#leftmenu{
    border-radius:8px;
    padding:10px;
    width:180px;
    margin-left:20px;
    margin-top:10px;
    left:0;
    background-color: #fff;
    //position: fixed;
    //z-index: 1;
    overflow-x: hidden;
    overflow-y: hidden;
}
#rightmenu{
    border-radius:8px;
    padding:10px;
    width:180px;
    margin-right:20px;
    margin-top:10px;
    right:0;
    background-color: #fff;
    //position: fixed;
    //z-index: 1;
    overflow-x: hidden;
    overflow-y: hidden;
}
#main{
    margin-top:10px;
    margin-left:230px;
    margin-right: 230px;
    padding:10px;
    background-color: #ffffffcf!important;
    border:0px!important;
    border-radius: 8px;
    //max-width:1200px!important;
}
#cb_post_title_url,.postTitle2{
    font-size: 1.5rem!important;
}
code{
    background-color: #fafafa!important;
    border:0px!important;
    border-radius:8px;
}
.math{
    font-family:'MicroSoft Yahei', Georgia, serif;
}
img{
    mix-blend-mode: multiply;
}
.postTitle2{
    background-image:none!important;
}
p{
    font-size: 16px;
}
.hljs{
    font-size:14px;
}
.sideButton {
    font-size: 30px;
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 888;
    background: #660874;
    border:0px;
    border-radius:8px;
}
h1{
    font-size:2rem!important;
}
h2{
    font-size:1.5rem!important;
}
h3{
    font-size:1.17rem!important;
}
h4{
    font-size:1rem!important;
}
h5{
    font-size:1rem!important;
}
.table-wrapper,p,#sideBarMain ul{
    font-size:16px!important;
}*/
#loading{bottom:0;left:0;position:fixed;right:0;top:0;z-index:9999;background-color:#f4f5f5;pointer-events:none;}.loader-inner{will-change:transform;width:40px;height:40px;position:absolute;top:50%;left:50%;margin:-20px00-20px;background-color:#3742fa;border-radius:50%;animation:scaleout 0.6s infinite ease-in-out forwards;text-indent:-99999px;z-index:999991;}@keyframes scaleout{0%{transform:scale(0);opacity:0;}40%{opacity:1;}100%{transform:scale(1);opacity:0;}}