/*导航*/
@font-face {
  font-family: "icon"; /* Project id ahaoyw */
  font-display: swap;
  src: url('//www.ahaoyw.com/zb_users/upload/static/iconfont.woff2?t=ahaoyw') format('woff2'),
       url('//www.ahaoyw.com/zb_users/upload/static/iconfont.woff?t=ahaoyw') format('woff'),
       url('//www.ahaoyw.com/zb_users/upload/static/iconfont.ttf?t=ahaoyw') format('truetype');

}



.icon {
  font-family: "icon" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.font-banquan:before {
  content: "\e6d5";
}

.font-touxiang:before {
  content: "\e616";
}

.font-lianjie:before {
  content: "\eb47";
}

.font-wendang:before {
  content: "\e638";
}

.font-tuwen:before {
  content: "\e658";
}

.font-zhuanti:before {
  content: "\e609";
}

.font-yen:before {
  content: "\e8c5";
}

.font-haibao:before {
  content: "\e611";
}

.font-camera:before {
  content: "\e60a";
}

.font-daima:before {
  content: "\e87d";
}

.font-yun:before {
  content: "\e6cf";
}

.font-suibi:before {
  content: "\e622";
}

.font-qita:before {
  content: "\e608";
}

.font-shouye:before {
  content: "\e604";
}




/* 代码块+滚动条 */
.single-entry pre.prism-line-numbers{
 /*	background:#fff;*/
 /*	border:1px dashed #ccc;*/

	border: 1px solid #ddd;
	background: #f6f6f6;
/*   background: #fcfcfc;*/
	border-radius: 5px;
	font-size:14px;

	word-break:break-all;
	white-space:normal;
	overflow:auto;
	margin:10px auto;
	}
.single-entry pre{
    border-left: 0px solid #737F99;
/*	background: #f6f6f6;*/
    background: #fcfcfc;
	}

/*注销语言代码标签*/
div.prism-show-language {
    display: none;
}

/*H标题*/
.single-entry h1 {
    font-size: 22px;
    margin: 20px 0;
    color: #000;;
/*	color: #32b1d1;*/
    padding-left: 9px;
	border-bottom: 1px solid #F2F2F5;
    border-left: 5px;
}

.single-entry h2 {

    font-size: 19px;
    margin: 20px 0;
    color: #000;;
    padding-left: 9px;
	border-bottom: 1px solid #F2F2F5;
	border-left: 5px;

}
/*伪元素*/
.single-entry h1:before{
	content: "#";
	padding-right: 5px;
}
.single-entry h2:before{
	content: "#";
	padding-right: 5px;
}
.single-entry h3:before{
	content: "•";
	padding-right: 5px;
}
.single-entry h3:after{
	content: "•";
	padding-left: 5px;
}

.single-entry h3,.single-entry h4 {
	border-top-width: 1px;
	border-left: 4px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #e4e8eb;
	border-bottom-color: #e4e8eb;
	margin-top: 16px;
	margin-bottom: 15px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 15px;
	color: #000;
	text-indent:2em;background: #ffffff;
	}

/*.single-entry {
    width: 100%;
    max-width: 100%;
    position: relative;
    background-image: linear-gradient( 90deg,rgba(255,0,0,0.05) 5%,rgba(72,42,10,0) 0),linear-gradient( 1turn,rgba(0,0,0,0.05) 5%,rgba(255,153,44,0) 0);
    background-size: 20px 20px;
    box-sizing: border-box;
    border-top: 1px solid #fff2f2;
    margin-top: -5px;
    padding-bottom: 16px;
}
*/
/*分页分类*/
ul.filter-tag {
    display: none;
}
form.filter-tag{
    display: none;
}
/*filter-sift*/.filter-sift {font-size:15px;padding: 0px 20px;background:rgba(255,255,255,.95);margin:0px auto 20px;-webkit-border-radius:10px;border-radius:10px;box-shadow:0 34px 20px -24px rgba(0,36,100,0.06);}
/*.catetop-list{
    display: none;
}*/
/*专题页面*/
.archive-top {
    display: none;
}


/*友情链接美化
.link-box{background-image:url(https://www.ahaoyw.com/zb_users/upload/img/youliantu.png);position:relative;background-repeat:no-repeat;border:none;background-position:right top;background-size:258px;background-position-y:3px;background-position-x:93%;}
/*侧栏美化
.widget-title{background-image:linear-gradient(rgba(255,255,255,0.3),rgba(255,255,255,.3)),url(https://www.ahaoyw.com/zb_users/upload/img/goodnight.png);background-size:246px;background-position-x:15%;}*/

.copyright-post {
    float: left;
    font-size: 15px;
    font-size: 1.5rem;
    color: #444;
    text-align: justify;
    width: 100%;
    margin: 15px 0;
    padding: 10px;
    border-radius: 3px;
   /* border: 1px dashed #f18110;*/
	border: 1px dashed #1aa5e3;
}


/*标签前#*/

ul.widget-box.divTags li a:before {
    content: '#';
    padding-right: 2px;
}
.widget-box.divTags li a {
    padding: 0px 10px;
    font-size: 14px;
}

/*普通标题注释说明*/
.single-entry p.putong {border: 2px dashed #d15;position: relative;}
.single-entry p.putong::after {
    position: absolute;
    top: -0.5rem;
    left: 1rem;
    z-index: 0;
    width: 80px;
    height: 6.4px;
    background: #ffffff;
    content: "";
}
.single-entry p.putong::before {
    color: #d15;
    position: absolute;
    top: -1rem;
    left: 1rem;
    z-index: 1;
    padding: 0 0.5rem;
    content: "\6e29\99a8\63d0\793a";
    font-size: 17px;
    line-height: 1;
}
/*滚动条美化*/
::-webkit-scrollbar-button {
    display: none;
}
::-webkit-scrollbar-thumb {
    background-color: #49b1f5;
    background-image: -webkit-linear-gradient(45deg,#00a6fe 20%,#016fff 50%,#02e2ff 89%,#00a6fe);
    border-radius: 2px;
    transition: .2s;
}
