@charset "utf-8";

* {
	/* outline: 1px solid red; */
	padding: 0;
	margin: 0;
	user-select: none;
}

a, body, button, caption, dd, div, dl, dt, em, figure, form,
h1, h2, h3, h4, h5, h6, html, i, img, input, label, li, ol,
p, span, strong, sub, sup,
table, tbody, td, tfoot, th, thead, tr, tt, ul {
	margin: 0;
	padding: 0;
	cursor: default;
	outline: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

a {
	cursor: pointer;
}

/* 自定义链接样式 */
a:hover,
a:focus {

}
body {
	background-color: #fbeaea;
	position: relative;
}
body:after {
	content: "";
	display: block;
	/*border-bottom: 1px solid pink;*/
}
body, .cat-text {
	font-size: 1rem;
	font-family: "PingFang SC", "Lantinghei SC", "Microsoft YaHei", "HanHei SC", "Helvetica Neue", "Open Sans", Arial, "Hiragino Sans GB", "微软雅黑", STHeiti, "WenQuanYi Micro Hei", SimSun, sans-serif;
}

a, input{
	color: inherit;
	text-decoration: inherit;
	font-size: inherit;
	user-select: text;
}

/*a:hover {
	text-decoration: underline;
}*/

ul {
	list-style: none;
}

a, input, textarea, button {
	outline: none !important;
	user-select: text;
}

img {
	border: 0;
}

h1, h2, h3, h4, h5, h6 {
	color: dimgray;
    margin: 0;
    padding: 0;
    font-weight: normal;
    line-height: 1.5;
    font-family: "PingFang SC","Microsoft YaHei",Lato,sans-serif;
}

/**********************
 * 综合滚动条样式
 **********************/

/*滚动条整体样式*/
*::-webkit-scrollbar,
html::-webkit-scrollbar-thumb,
.cat-sc::-webkit-scrollbar-thumb {
    /* 高宽分别对应横竖滚动条的尺寸 */
    width: 5px;
    height: 1px;
}

/*滚动条里面小方块*/
*::-webkit-scrollbar-thumb,
html::-webkit-scrollbar-thumb,
.cat-sc::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px pink;
    background: pink;
}

/*滚动条里面轨道*/
*::-webkit-scrollbar-track,
html::-webkit-scrollbar-track,
.cat-sc::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(253, 49, 185, 0.2);
    border-radius: 10px;
    background: rgba(255, 192, 203, 0);
}

/**********************
 * 常用公共样式
 **********************/
.cat-content {
	width: 1120px;
	min-width: 1120px;
	margin: 0 auto;
}
.cat-fontzero {
	font-size: 0;
}
.cat-flo-left {
	float: left;
	overflow: hidden;
}
.cat-flo-right {
	float: right;
}
.cat-clear:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}

/* 排版辅助样式 */
.catv-top {vertical-align: top;}
.catv-middil {vertical-align: middle;}
.catv-bottom {vertical-align: bottom;}
.cat-inline {display: inline-block;}

.cat-mg-0 {margin: 0;}
.cat-mg-1{margin: 1rem;}
.cat-mg-t1,
.cat-mg-tb1 {margin-top: 1rem !important;}
.cat-mg-b1,
.cat-mg-tb1 {margin-bottom: 1rem !important;}
.cat-mg-l1,
.cat-mg-lr1 {margin-left: 1rem !important;}
.cat-mg-r1,
.cat-mg-lr1 {margin-right: 1rem !important;}
.cat-mg-2 {margin: 2rem;}
.cat-mg-t2,
.cat-mg-tb2 {margin-top: 2rem !important;}
.cat-mg-b2,
.cat-mg-tb2 {margin-bottom: 2rem !important;}

.cat-pd-1 {padding: 1rem;}
.cat-pd-tb-1 {padding: 1rem 0;}
.cat-pd-lr-1 {padding: 0 1rem;}
.cat-pd-1 {padding: 2rem;}
.cat-pd-tb-2 {padding: 2rem 0;}
.cat-pd-lr-2 {padding: 0 2rem;}

/***************
 * 定位相关样式表
 ***************/
.cat-pos-abs,
.cat-pos-top-lef,
.cat-pos-top-rig,
.cat-pos-bot-lef,
.cat-pos-bot-rig {position: absolute;}
.cat-pos-none {position: initial !important;}
.cat-pos-rel {position: relative;}
.cat-pos-cen {transform: translate(-50%, -50%);}
.cat-pos-cenv,
.cat-pos-cen {top: 50% !important;}
.cat-pos-cenh,
.cat-pos-cen {left: 50% !important;}
.cat-pos-cenv,
.cat-pos-cenh,
.cat-pos-top-lef,
.cat-pos-bot-lef {left: 0;}
.cat-pos-top-rig,
.cat-pos-bot-rig {right: 0;}
.cat-pos-top-lef,
.cat-pos-top-rig {top: 0;}
.cat-pos-bot-lef,
.cat-pos-bot-rig {bottom: 0;}

.cat-mg-cen, .cat-mg-tb-cen {transform: translateY(-50%); margin-top: 50% !important;}
.cat-mg-cen, .cat-mg-lr-cen  {transform: translateX(-50%); margin-left: 50% !important;}
.cat-fill,
.cat-fill-w {width: 100%;}
.cat-fill,
.cat-fill-h{height: 100%;}

.cat-border {
	
}


/* 暂未使用的样式 */
/* 主题背景样式 */
.cat-bgc-pink {background-color: pink;}
.cat-c-pink {color: pink;}
.cat-bgc-deeppink {background-color: deeppink;}
.cat-c-deeppink {color: deeppink;}
.cat-bgc-white {background-color: white;}
.cat-c-white {color: white;}
.cat-backtranseparent {background-color: transparent !important;}

.cat-box {
	border-radius: 5px 5px 0 0;
	border-radius: 5px;
    background-color: rgba(255, 255, 255, 1);
    padding: 1.1rem;
	box-shadow: 0 0 1rem pink;
}
/*禁止换行*/
.cat-nowrap {
	white-space: nowrap;
}
/*恢复换行*/
.cat-wrap {
	white-space: normal;
}
.cat-a {
	color: darkgray;
    font-size: 1rem !important;
    transition: color .5s;
}
.cat-a:hover {
	color: cadetblue;
}
.cat-p {
	text-indent: 2em;
	margin: .5rem 0;
	
}

.cat-line-pink,
hr {
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #ff97c8;
}

.cat-line-pink {
}

.cat-line-2c {
	position: relative;
	margin-left: 1rem;
	margin-right: 1rem;
	overflow: visible;
}
.cat-line-2c:after,
.cat-line-2c:before {
	content: "";
	display: block;
	width: 1rem;
	height: 1rem;
	border-radius: 50%;
	background-color: #ff97c8;
	position: absolute;
	top: 0;
	margin-top: -.5rem;
}

.cat-line-2c:after {
	left: 0;
}
.cat-line-2c:before {
	right: 0;
}

/********************
 * 文章标签
 ********************/
.cat-target {
	border: 1px solid;
	padding: 0 9px;
	border-radius: 1rem;
	color: white;
	margin: 2px 3px;
	display: inline-block;
	font-size: 1rem;
	height: 1.8rem;
    line-height: 1.8rem;
    vertical-align: middle;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

/* 子元素居中 */
.cat-center {
	text-align: center;
}
/* 子元素居中 */
.cat-left {
	text-align: left;
}
/* 子元素居中 */
.cat-right {
	text-align: right;
}

.cat-hide {
	display: none;
}


/*******************************************************************************************
 * 							ICNO - START	-	图标相关样式
 *******************************************************************************************/

@font-face {
	font-family: "iconfont"; /* Project id 1172959 */
	src: url('../iconfont/iconfont.woff2?t=1653753738206') format('woff2'),
	url('../iconfont/iconfont.woff?t=1653753738206') format('woff'),
	url('../iconfont/iconfont.ttf?t=1653753738206') format('truetype');
}

.iconfont {
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
}

.iconfont-mgleft,
.iconfont-mgleft i[class="iconfont"] {
	margin-left: 0.125rem;
}
.iconfont-mgright,
.iconfont-mgright i[class="iconfont"] {
	margin-right: 0.125rem;
}

/*******************************************************************************************
 * ICNO - SED
 *******************************************************************************************/

/* 空数据样式 */
.cat-context-none {
    position: relative;
    border: 1px #dad2d1 solid;
    height: 80px;
	margin: 1rem 0;
}
.cat-context-none:after {
	content: "暂无数据";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    color: #b9aeae;
}


/* 作者信息 */
.site {
	margin: 0;
    background-color: rgba(255, 255, 255, .35);
    border-radius: 5px;
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
    color: #555;
    box-shadow: initial;
    border-radius: initial;
    border-radius: 5px;
    z-index: 2;
}

.site-author {
    position: relative;
}

.site-author-name {
    position: absolute;
    bottom: 36px;
    margin: 0 0 0 -65px;
    font-size: 20px;
    letter-spacing: .5px;
    color: #fff;
    text-shadow: 1px 1px 0 #ff3f1a, -1px -1px 0 #00a7e0;
    font-weight: 700;
    width: 130px;
	font-size: 20px;
    letter-spacing: .5px;
    color: #fff;
    font-weight: 700; 
    left: 50%; 
}

.site-author-image {
	width: 100%;
	height: auto;
}

.site-description {
    font-size: 14px;
    margin: 5px 0 8px;
    font-weight: 700;
    color: #555;
    text-align: center;
}

/*****************
 * 名言警句
 *****************/
.yan-box {
	overflow: hidden;
	color: pink;
}
.yan-box:after {
	content: "";
	box-shadow: 0 0 20px 0;
	display: block;
	width: 100%;
	border-top: 1px solid ;
	margin-top: 10px;
}

.yan-box>p {
	margin-bottom: 5px;
	text-indent: 20px;
}

.yan-box>p.yan-name {
	text-align: right;
	padding-right: 20px;
	font-size: 14px;
}
.yan-box>p.yan-name:after,
.yan-box>p.yan-name:before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 26px;
	border: 1px solid;
	vertical-align: middle;
}
.yan-box>p.yan-name:before {
	border-bottom-color: transparent;
	border-right-color: transparent;
}
.yan-box>p.yan-name:after {
	border-left-color: transparent;
	border-top-color: transparent;
}