
/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
/* @font-face {
  font-family: 'iconfont';  
  src: url('//at.alicdn.com/t/c/font_4770499_t9mw6kmvrsd.woff2?t=1733317782961') format('woff2'),
       url('//at.alicdn.com/t/c/font_4770499_t9mw6kmvrsd.woff?t=1733317782961') format('woff'),
       url('//at.alicdn.com/t/c/font_4770499_t9mw6kmvrsd.ttf?t=1733317782961') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
:root{
    --contentWidth: 80%;
    --contentBoxShadow: 0px 0 20px #5a5a5a;
    --mainBg: #333;
    --box
}

html{
    cursor: none;
} */
/* body{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: var(--mainBg);
}

#page_begin_html{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.top_bg{
    width: var(--contentWidth);
    height: 30rem;
    box-shadow: var(--contentBoxShadow);
    background-image: url(https://images.cnblogs.com/cnblogs_com/blogs/686260/galleries/2434795/o_241209101048_v2-2c482626aa5630a2610cdd1cdc5c7138_r.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
} */
/* .top_bg > img{
    width: 100%;
    height: auto;
} */

/* 鼠标的样式 */
/* .cursor{
    color: red;
    position: fixed;
    left: 0;
    top: 0;
    font-size: 2rem;
    margin-left: -1rem;
    font-weight: bold;
    transform-origin: center top;
    transition: color 1s;
    z-index: 9999999999;
}


#top{
    background: transparent;
    display: inline-block;
    position: absolute;
    border: none;
    top: 0;
}
#top .HeaderTitles{
 background-image: none;
}

a.HeaderMainTitle:visited, a.HeaderMainTitle:active, a.HeaderMainTitle:link {
    color: #000000;
}
#tagline{
    color: #fff;
}
#main{
    width: 100%;
    border: none;
    border-radius: 1rem;
    box-shadow: var(--contentBoxShadow);
}
#main .post{
    border:none;
}

#maintable{
    width: var(--contentWidth);
}
table#maintable tbody>tr:first-child{
    display: flex;
    justify-content: center;

} */
/* 左侧菜单 */
/* #leftmenu{
        background-image: none;
        padding: 0;
        margin: 0;
        position: absolute;
        left: 0;
        width: 0;
        overflow: hidden;
} */



