#header,#div_digg,#BlogPostCategory,#post_next_prev,.postDesc,#sideBar,#sideBar,#under_post_card2,#under_post_card1,#cnblogs_ch,#green_channel_weibo,#green_channel_wechat {
    display: none !important;
}

#footer {
    font-size: 12px;
    color: #d1d1d1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.postTitle {
    font-size: 30px;
    color: #000;

}

a {
	text-decoration: none; /* 去除默认的下划线 */
	outline: none;	/* 去除旧版浏览器的点击后的外虚线框 */
	color: #000;	/* 去除默认的颜色和点击后变化的颜色 */ 
}

#blog_post_info {
    display: flex;
    /* flex-direction: column; */
    align-items: flex-end;
    justify-content: flex-end;

}

#home {
        display: flex;
        flex-direction: column;
    align-items: center;
    justify-content: center;
}

#green_channel {
    width: auto;
    padding: 5px 5px;
    border: 0;
}

#lnk_RefreshComments {
    position: relative;
    height: 0;
    overflow: hidden;
    color: rgba(0, 0, 0, 0);
}

#span_refresh_tips {
    position: fixed;
    top: -10000px;
    height: 0;
    overflow: hidden;
    color: rgba(0, 0, 0, 0);
}

#lnk_RefreshComments::after {
    display: block;
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 30px;
    height: 30px;
    opacity: 1;
    background-image: url(https://img2022.cnblogs.com/blog/2113287/202210/2113287-20221004175331198-253721084.png);
    background-size: 100%;

    animation:mymove 5s infinite;
}


@keyframes mymove {
    0% {
            transform: rotate(0deg);
    }

    100% {
            transform: rotate(180deg);
    }
}

// https://img2022.cnblogs.com/blog/2113287/202210/2113287-20221004175933023-1450463695.png

#comment_nav {
    display: none !important;
}

#lnk_RefreshComments ~ a {
    position: relative !important;
    color: rgba(0, 0, 0, 0) !important;
}

#main {
    width: 800px;
    margin: 0 auto;
    box-shadow: 0 0 10px #00000050;
    padding: 20px;
    border-radius: 9px;
    z-index: 99;
    background-color: #ffffff80;
    magin-top: 300px;
    box-sizing: content-box;
}

.commentbox_main {
    width: 100% !important;
}

#commentform_title{
    background: none;
    padding: 0;
}

#tip_comment {
    font-size: 12px;
    
}

#commentbox_opt {
    
    display: flex;
    /* flex-direction: column; */
    align-items: center;
    justify-content: space-between;
}

#commentbox_opt > a {
    border: 0;
    background-color: #d67510;
    color: #fff;
    border-radius: 6px;
    
    display: flex;
    /* flex-direction: column; */
    align-items: center;
    justify-content: center;
    font-size: 12px;
    padding: 0;
    width: 100px;
    height: 30px;
    

}




#commentbox_opt > a :active {
    opacity: .8;
}

#btn_comment_submit {
    border: 0;
    background-color: #d67510;
    color: #fff;
    border-radius: 6px;
    font-size: 12px;
    padding: 0;
    width: 100px;
    height: 30px;
    
    display: flex;
    /* flex-direction: column; */
    align-items: center;
    justify-content: center;
}

.btn_comment_submit:hover {
    opacity: .8;
}

#tip_comment2 {
    display: none;
}
#comment_form_container > p {
    font-size: 13px;
}

#home {
    margin: 0;
    padding: 0;
    min-height: 100vh;
    position: relative;
    z-index: 99;
}

.skin-simplememory {
    margin: 0;
    padding: 0;

}
.container {
    width: 100%;
    height: 100vh;
    background-color: #000;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;

}



html,
body {
	margin: 0;
}

.container {
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	background-color: black;
	display: flex;
	justify-content: center;
	align-items: center;
}


:root {
  --turquoise: #00fffc;
  --yellow: #fffc00;
  --pink: #fc00ff;
}

.container > css-doodle {
  background: black;
  box-shadow: 0 5vh 10vh hsla(0, 0%, 0%, 0.5);
  padding: 7vmin;
  position: fixed;
  z-index: 1;
  user-select: none;
}

.content {
    position: fixed;
    width: 100%;

  background-color: #333357;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 50vh;
}
