* {
    font-size: 13px !important;
    word-break: break-all;
}

#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: -20px 0 0 -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;
    }
}

a {
    color: #409eff;
    text-overflow: none;
}

a:hover {
    text-overflow: #409eff;
    text-decoration: underline;
    
}

em {
    /* border-bottom: 1.6px solid #42B983; */
    font-style: normal;
    /* text-decoration: #42B983 underline; */
     color: #ff7766;
  background-color: #fff0f0;
}

s {
    /* border-bottom: 1.6px underline #72C38B; */
    text-decoration: none;/*清除文本样式，没有下划线 */
    /* text-decoration: #42B983 wavy underline; */
    /* text-underline-offset: 6px; 下划线与基线的距离 */
     /* text-decoration-thickness: 1.2px; 下划线的粗细
     color: #A368FF;
  background-color: #F8EFFF; */
    color: #AA66FF;
  background-color: #FFEEFF;
}
.zhongdian{
    font-weight:800;
    color:red;
    }
}
b, strong {
    font-weight: bolder;
    color: #000 !important; //橙色：ff4c00
}
span.zhongKuoHao {
    color: #2e7acb !important;
    font-weight: 800;
}
sup,sub {
    font-size: 70% !important;
}
img {
    margin: 10px auto;
    display: block;
}

body {
    background-color: #bbeeff !important;
}

p {
    text-align: inherit;
}
#cnblogs_post_body p, .blogpost-body p {
    margin: 12px 0 !important;
    text-indent: 0;
}
li {
    list-style-type: none;
}
#cnblogs_post_body ul {
    margin-left: -10px !important;
}
code {
    color: #c7254e;
    display: block;
    background-color: #a1e1e1 !important;
    font-weight: normal !important;
    font-size: 90% !important;
}
.highlighter-hljs{
        border: 1px solid;
}
table {
    white-space: nowrap;
}

/*表格滚动条宽度*/

.tablebox::-webkit-scrollbar {
    height: 1px ! important;
}
.tablebox table { /*表格下边距的线*/
    margin-bottom: 8px !important;
}
.cnblogs-markdown table th {
    background: #6aa2ff !important;
    color: #fff;
}

.cnblogs-markdown table tr {
    background-color: #d9e1f2!important;
    border-top: 1px solid #c6cbd1 !important;
}

iframe {
    margin: 10px auto;
    display: block;
}
div#cnblogs_post_body {
    padding: 10px 20px;margin:10px -20px;
    line-height: 1.8 !important;
    letter-spacing: 2px;
    background-image: linear-gradient(90deg, rgba(50, 0, 0, 0.04) 3%, rgba(0, 0, 0, 0) 3%), linear-gradient(360deg, rgba(50, 0, 0, 0.04) 3%, rgba(0, 0, 0, 0) 3%);
    background-size: 20px 20px;
    background-position: center center;
    word-break: break-all;
     text-align:justify; /* 所有行两端对齐*/
text-justify:inter-ideograph; /*最后一行居左对齐*/
}
#cnblogs_post_body dl {
    background: #eff5f0;
    padding: 5px 10px !important;
    border-radius: 10px;
}
#cnblogs_post_body dl>dt {
    font-style: normal !important;
    border-bottom: 1px solid #ddd;
    padding: 0px !important;
    margin:  0px !important;
}

#cnblogs_post_body dl>dd {
    padding: 0px !important;
    margin: 0em !important;
}
dl#dlBackground1{
  background: #faeff4;
}
dl#dlBackground2{
  background: #fce8e1d4;
}
dl#dlBackground3{
  background: #def2ff;
}

#cnblogs_post_body a {
    text-decoration: underline;
}


/*文章中的标题*/

#cnblogs_post_body>h1 {
     display: table;
    margin: 30px auto 20px auto !important;
    padding: 10px !important;
    background-image: linear-gradient(to left,rgb(253, 213, 231), rgb(194, 226, 249));
    border-width: 1px;
    border-radius: 10px;
    /* font-size: 20px !important; */
    text-align:center;
    font-size: 135% !important;
    line-height: 135% !important;

}

#cnblogs_post_body>h2 {
    display: table;
    margin: 30px auto 20px auto !important;
    padding: 0px 10px !important;
    border-bottom: 5px solid #205792 !important;
    text-align: center;
    font-size: 130% !important;
    line-height: 130% !important;

}

#cnblogs_post_body h3 {
    border-left: 8px solid #03a9f4;
    padding: 4px 10px;
    border-bottom: none !important;
    font-size:  125% !important;
    line-height: 125% !important;
    font-weight: 700 !important;
    color: #2d2d2d !important;

}

h3.catListTitle {
    font-size: 120% !important;
    line-height: 120% !important;
    font-weight: 700 !important;

}

#cnblogs_post_body h4 {
    font-size: 115% !important;
    font-weight: 700 !important;
    line-height: 115% !important;

}
#cnblogs_post_body h5{
    font-size: 110% !important;
    line-height: 110% !important;

}
#cnblogs_post_body h6 {
    border-left: 10px solid #9edbff;
    background: #f1f1f1;
    padding: 5px 10px;
    font-weight: 900 !important;
    line-height: 1.2em !important;
    font-size: 12px !important;
    color: #2c2c2c !important;
    
}

#cnblogs_post_body h3:after,
#cnblogs_post_body h4:after,
#cnblogs_post_body h5:after {
    font-size: 0.5em !important;
    color: #ccc !important;
}

#cnblogs_post_body h4:before {
    content: "✒️";
}

#cnblogs_post_body h5:before {
    content: " ✏️ ";
}

#cnblogs_post_body h3:after {
    content: "H3" !important;
}

#cnblogs_post_body h4:after {
    content: "H4" !important;
}
#cnblogs_post_body h5:after {
    content: "H5" !important;
}

p#se01 {
    background: url(https://img2022.cnblogs.com/blog/2116783/202207/2116783-20220715104315757-1266127645.png) no-repeat center center;
    background-size: 100%;
    color: rgba(0, 0, 0, 0);
}


/*举报*/
.post .postDesc{
    display: block !important;
}
.post .postDesc span, .post .postDesc a{
    margin-right: 0 !important;
}
.postDesc>a:last-child {
    display: none;
}

.postDesc {
    padding: 20px 20px 0px 20px !important;
}

.postBody {
    PADDING: 0px 20px 20px 10px !important;
}
/*网页底部play*/

#footer {
    display: none;
}

#footer {
    background: #1F1F1F;
    padding: 10px;
    color: #fff;
    text-align: center;
}

#footer .hello {
    width: auto;
    margin: 10px auto;
    text-align: center;
    color: #fff;
}


/* 侧边 */

#blog-news>#blog-news-a>svg {
    width: 40px;
    height: 40px;
    margin: 10px 5px;
}


/*网页底部end*/


/*推荐*/

div#ad_t2 {
    box-shadow: 0px 0px 7px #ff0000;
    border-radius: 10px;
    margin: 10px;
}


/*代码样式*/
code.language-c.highlighter-hljs.hljs{
    font-size:12px !important;
}

code.language-c.highlighter-hljs.hljs *{
    font-size:12px !important;
}
/*代码举例*/
code.language-example.hljs {
    color: #333 !important;
}
.cnblogs-markdown pre>code * {
    font-size: 13px !important;
    line-height: 13px !important;
}
.copyItem {
    box-shadow: 0px 0px 10px 1px #cccccc63;;
    border-radius: 10px;
}
.cnblogs-markdown .highlight pre, .cnblogs-markdown pre {
    padding: 10px !important;
}


div.clipboard-button {
    display: none !important;
}


/* 内容中的图片start */

div#cnblogs_post_body img {
    
    border: 1px solid #ccc;
    /* width: 95% !important; */
    max-width: 500px !important;
    margin:10px auto !important;
    /*文章中的图片最大值*/
}
@media screen and (max-width: 500px) {
    div#cnblogs_post_body img{
        width: 95% !important;
    }
}
/* 内容中的图片end */


/* 个人简介 */

div#personalProfile {
    background: #03a9f41c;
    padding: 5px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #0fa9f4;
}


/* 导航栏 */

div#navigator {
    font-size: 1.2em;
}


/* 简介 */

.entrylistDescription {
    color: #cd0000;
    font-size: 1.2em;
}


/* 文章推荐 */

#recommend {
    font-weight: 800;
    line-height: 1.8em;
    background: #f3f3f3;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 2px 2px 4px #ccc;
    color: #d70000 !important;
}


/* 悬浮栏 */

li.mdui-ripple {
    background: rgba(255, 255, 255, 0.5) !important;
}


/* 标签自定义样式 */
/* 图说：图片的介绍 */
p.p01 {
    text-align: center;
    color: #a0a0a0;
    font-size: 0.8em;
    line-height: 0;
    line-height: 1.4;
}
p.p02 {
    color: #a0a0a0;
    font-size: 0.8em;
    line-height: 1.3em;
}
div.div01 {
    border-left: 4px solid #409eff;
    background-color: #f0fdff;
    padding: 1px 20px;
    margin: 22px 0;
}

div.div02 {
    color: #ccc;
}


/* 文本属性 */

span.span01 {
    color: #cd0000;
    font-weight: 800;
}

/* 阅读更多 */
 .read_more_btn {
            background: #ff8d5b;
            /* text-align: center; */
            /* width: auto; */
            margin:0px auto 50px auto;
            padding: 5px 8px;
            border-radius: 5px;
            display: table;
            color: #fff !important;
            text-decoration: none !important;
            font-weight: 600;
        }

.read_more_mask {
       background: linear-gradient(0deg, white,#fff 30%, #ffffff00);
    width: 100%;
    height: 100px;
    margin-top: -80px;
    /* z-index: 999; */
    position: relative;
}
#blog_post_info_block {
    margin-top: 0px !important;
}
.readall_box {
    margin: 0 -20px !important;
}
/* 我的头像 */
/* #blog_post_info{
    display: none !important;
} */

/* 历史推文 */
div#HistoryToday {
    margin: 10px !important;
}

/* 轮播图 */
#rotograph {
    width: 300px;
    overflow: hidden;
    margin: auto !important;
}

#ArticleRecommendation {
background: #f7f7f7;
width: auto;
border-radius: 0 0 5px 0%;
display: initial;
padding: 1px 5px;

font-size: 1em;
position: relative;
z-index: 9;
color: #999999;
}

#rotographImg {
    width: 1200px;/*大盒子的总宽度*/
    animation: switch 8s infinite;
    margin-top: -2em !important;
}

#rotographImg img {
    width: 300px;/*小盒子图片的总宽度 = 大盒子的总宽度/3 */
    float: left;

}

@keyframes switch {
    0% {
        transform: translateX(0px);
    }
    33% {
        transform: translateX(0px);
    }
    35% {
        transform: translateX(-300px);/*小盒子图片的总宽度*/
    }
    60% {
        transform: translateX(-300px);/*小盒子图片的总宽度*/
    }
    66% {
        transform: translateX(-600px);/*小盒子图片的总宽度*2 */
    }
    96% {
        transform: translateX(-600px);/*小盒子图片的总宽度*2*/
    }
    100% {
        transform: translateX(0px);
    }
}

/* 个人信息 */
div#blog_post_info {
    margin: 10px 0px !important;
    background: #dbedff;
    padding: 10px !important;
    border-radius: 5px;
    line-height: 1.6;
}

#author_profile {
    display: contents !important;
    margin-bottom: 10px !important;
}

/* 引用样式 */
#cnblogs_post_body blockquote {
    border: 2px solid #ff7766 !important;
    background: #fff9f9 !important;
    margin: 0;
    color: #2b2b2b !important;

    position: relative;
    margin: 0 !important;
    padding: 10px !important;
    
}
#cnblogs_post_body blockquote p {
  margin: 0 !important;
  font-weight: 400 !important;
  padding: 0 !important;
  text-indent: 2em; /*首行缩进*/
}
/* 有序列表 */
#cnblogs_post_body ol {
    padding-left: 24px !important;
    list-style-type: decimal;
}
#cnblogs_post_body ol li ol li {
  list-style: upper-alpha !important; /*大写字母*/
}
#cnblogs_post_body ol li ol li ol li{
  list-style: lower-alpha !important;/*小写字母*/
}
#cnblogs_post_body ol ol ol ol{
  list-style: initial !important;
}
#cnblogs_post_body ol ol ol ol ol{
  list-style: circle !important;
}
// markdown数学公式
mjx-container.MathJax.CtxtMenu_Attached_0{
  display: contents !important;
}
mjx-container {
    display: contents !important;
}
li.scroller-offset1 {
    color: #cc0000;
    font-weight: 800;
}

li.scroller-offset2 {
    font-weight: 800;
}
