@font-face {
	font-family:'ztm';
	src:url('font/ztm.woff');
    font-weight:normal;
	font-style:normal;
}
@font-face {
	font-family:'cmdpe';
	src:url('font/cmdpe.woff2');
    font-weight:normal;
	font-style:normal;
}
* {
	margin:0;
	padding:0;
	box-sizing:border-box;
}
svg {
	width:22px;
	height:22px;
	vertical-align:sub;
	margin-right:5px;
}
body {
	color:#000;
	word-break:break-all;
	font-family:cmdpe, "PingFangSC-Regular", "Microsoft YaHei", sans-serif;
	font-size:16px;
    text-shadow:0.01em 0.01em 0.05em rgb(51 51 51 / 50%);
	overflow:scroll;
	scroll-behavior:smooth;
}
body, body>header::before, section header>h2::after, section article h2::after, section article h3::after, section article h4::after, .lg-backdrop {
	background:#131417 !important;
}
img {
	border:none;
	vertical-align:text-bottom
}
ul, ol {
	list-style:none;
}
ins, a {
	text-decoration:none;
}
a {
	color:#000;
	transition:all 0.25s ease 0s;
}
p {
	line-height:28px;
	margin:10px 0;
	color:#000;
}
li p {
	margin:0;
}
li::marker {
	color:#333;

}
table {
	border-collapse:collapse;
	border-spacing:0;
	margin:20px 0;
	line-height:2;
}
article h2, article h3, article h4, article strong {
	text-shadow:none;
}
input[type='text'], textarea {
    width: 100%;
    padding: 10px;
    border: 0;
    border-radius: 10px;
    background: #ebecf0;
    box-shadow: inset 1px 1px 2px #babebc, inset -1px -1px 2px #fff;
    font-family: cmdpe, "PingFangSC-Regular", "Microsoft YaHei", sans-serif;
    font-size: 14px;
}
input.err, textarea.err {
	border-color:#C33;
	box-shadow:0 0 3px 3px #FFEEF7 inset;
}
input[type="text"] {
    height: 30px;
    width: 49%;
    margin-bottom: 15px;
}
#inpName::placeholder {
    color: red;
}
select {
	padding:5px 5px 5px 1px;
}
button, input[type='submit'], .btn, #cancel-reply {
	outline:none;
	border:0;
	color:#000;
	cursor:pointer;
	height:30px;
	line-height:30px;
	width:52px;
	text-align:center;
	font-family:cmdpe;
	background:#00dd70;
	border-radius:10px;
	font-size:0.9em;
}
input[type='submit']:hover, #cancel-reply:hover {
    background: #f83b00;
    color: #fff;
}
:focus-visible {
    outline: none;
}
/*=nohtml5*/
#nohtml5 {
	position:fixed;
	z-index:99999;
	top:0;
	left:0;
	padding:0 1%;
	width:98%;
	color:#F30;
	background:#FFC;
	line-height:2;
	text-align:center;
	font-size:1em;
	margin:0;
}
:root hgroup>#nohtml5 {
	display:none
}
::before {
    font-family:"iconfont";
    display:inline-block;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow:none;
	font-style: normal;
}
.prism-line-numbers-rows>span::before {
	font-size:100%;
}
.prism-line-numbers .prism-line-numbers-rows {
	top:-2px !important;
}
.prism-token.prism-punctuation {
	color:#009688 !important;
}
td {
	padding:5px 10px;
}
/*导航*/
body>header {
	width:980px;
	color:#eee;
	font-family: cmdpe;
	top:0;
	z-index:1;
	position:fixed;
	margin:0 auto;
	left:0;
	right:0;
	z-index:9999;
	text-shadow:none;
}
body>header::before {
    content:'';
	width:1000%;
	height:70px;
	position:absolute;
	left:-500%;
	z-index:-3;
	transition:all 0.3s ease;
}
body>header>h2 {
	height:70px;
	width:180px;
	margin:0 20px;
	float:left;
	text-align:center;
	transition:all 0.3s ease;
	position:absolute;
	display:flex;
	align-items:center;
	justify-content:space-around;
}
#index>header>h2 {
	text-align:left;
	justify-content:normal;
}
body>header>h2 a {
	position:relative;
	transition:none;
	display:flex;
	align-items:center;
}
body>header>h2 a::before {
	content:'';
	background:#000;
	position:absolute;
	top:-8px;
	bottom:-8px;
	left:-14px;
	right:-14px;
	margin:0;
	z-index:-1;
}
body>header>h2 a::after {
	content:'';
	background:#000;
	position:absolute;
	top:-12px;
	bottom:-12px;
	left:-10px;
	right:-10px;
	z-index:-1;
}
body#index>header>h2 a::before {
	background:#00000000;
}
body#index>header>h2 a::after {
	background:#00000000;
}

body>header>h2 img {
	width:80px;
	vertical-align:inherit;
}
body>header .Login {
	float:right;
	display:none;
}
body>header .Login img {
	display:none;
}
body>header nav {
	float:right;
	height:30px;
	margin:20px 0;
	transition:all 0.3s ease;
	display:flex;
	align-items:center;
}
.header-on::before {
	height:50px;
}
body>header a, body>header li a:hover {
	color:#eee;
}
.header-on h2 {
	height:50px;
}
.header-on nav {
	margin:10px 0 !important;
}
.header-on h2 a {
	color:#0ebaa6 !important;
}
body>header>nav>ul {
	float:left;
}
body>header>nav>ul>li {
	float:left;
	position:relative;
}
body>header li a, body>header li span {
font-size: 1em;
    padding: 4px 8px;
    margin: 0 4px;
    transition: all;
    display: flex;
    align-items: center;
}
body#index>header li a, body#index>header li span {
	margin:0 1px;
}
body>header li:hover .on {
	color:#fff;
}
body>header>nav>ul>li::before {
	content:'';
	position:absolute;
	top:-4px;
	bottom:-4px;
	left:4px;
	right:4px;
	opacity:0;
	z-index:-1;
}
body>header>nav>ul>li::after {
	content:'';
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	opacity:0;
	z-index:-1;
}
body>header>nav>ul>li:hover::after, body>header>nav>ul>li:hover::before, body>header ul ul li, body>header ul ul li::before {
	opacity:1;
	background:#9500af;
}
body>header>nav ul i::before {
	content:"\ed9c";
	position:absolute;
	top:0;
	right:-10px;
	padding:0 18px 0 30px;
	height:32px;
	font-size:1em;
	display:flex;
	align-items:center;
	justify-content:center;
}
body>header>nav>ul>li>i::before {
	display:none;
}
/*二级菜单*/
body>header ul ul {
	position:absolute;
	padding:0;
	visibility:hidden;
}
body>header ul>li>ul {
	top:30px;
}
body>header ul ul li {
	position:relative;
	margin:6px 0;
	opacity:0;
	-webkit-transform:translateY(100%);
	-moz-transform:translateY(100%);
	-ms-transform:translateY(100%);
	-o-transform:translateY(100%);
	transform:translateY(100%);
	-webkit-transition:opacity .4s, -webkit-transform .5s;
	-moz-transition:opacity .4s, -moz-transform .5s;
	-ms-transition:opacity .4s, -ms-transform .5s;
	-o-transition:opacity .4s, -o-transform .5s;
	transition:opacity .4s, transform .5s;
}
body>header ul ul li:hover, body>header ul ul li:hover::before {
	background:#0da799;
}
body>header ul ul li::before {
	content:'';
	position:absolute;
	top:-4px;
	left:4px;
	right:4px;
	bottom:-4px;
	z-index:-1;
}
body>header ul>li:hover li:nth-child(1) {
	-webkit-transition-delay:0s;
	-moz-transition-delay:0s;
	-ms-transition-delay:0s;
	-o-transition-delay:0s;
	transition-delay:0s;
}
body>header ul>li:hover li:nth-child(2) {
	-webkit-transition-delay:50ms;
	-moz-transition-delay:50ms;
	-ms-transition-delay:50ms;
	-o-transition-delay:50ms;
	transition-delay:50ms;
}
body>header ul>li:hover li:nth-child(3) {
	-webkit-transition-delay:100ms;
	-moz-transition-delay:100ms;
	-ms-transition-delay:100ms;
	-o-transition-delay:100ms;
	transition-delay:100ms;
}
body>header ul>li:hover li:nth-child(4) {
	-webkit-transition-delay:150ms;
	-moz-transition-delay:150ms;
	-ms-transition-delay:150ms;
	-o-transition-delay:150ms;
	transition-delay:150ms;
}
body>header ul>li:hover li:nth-child(5) {
	-webkit-transition-delay:200ms;
	-moz-transition-delay:200ms;
	-ms-transition-delay:200ms;
	-o-transition-delay:200ms;
	transition-delay:200ms;
}
body>header ul>li:hover li:nth-child(6) {
	-webkit-transition-delay:250ms;
	-moz-transition-delay:250ms;
	-ms-transition-delay:250ms;
	-o-transition-delay:250ms;
	transition-delay:250ms;
}
body>header ul>li:hover li:nth-child(7) {
	-webkit-transition-delay:300ms;
	-moz-transition-delay:300ms;
	-ms-transition-delay:300ms;
	-o-transition-delay:300ms;
	transition-delay:300ms;
}
body>header ul>li:hover li:nth-child(8) {
	-webkit-transition-delay:350ms;
	-moz-transition-delay:350ms;
	-ms-transition-delay:350ms;
	-o-transition-delay:350ms;
	transition-delay:350ms;
}
body>header ul>li:hover li:nth-child(9) {
	-webkit-transition-delay:400ms;
	-moz-transition-delay:400ms;
	-ms-transition-delay:400ms;
	-o-transition-delay:400ms;
	transition-delay:400ms;
}
body>header ul>li:hover li:nth-child(10) {
	-webkit-transition-delay:450ms;
	-moz-transition-delay:450ms;
	-ms-transition-delay:450ms;
	-o-transition-delay:450ms;
	transition-delay:450ms;
}
body>header ul>li:hover li:nth-child(11) {
	-webkit-transition-delay:500ms;
	-moz-transition-delay:500ms;
	-ms-transition-delay:500ms;
	-o-transition-delay:500ms;
	transition-delay:500ms;
}
body>header ul>li:hover li:nth-child(12) {
	-webkit-transition-delay:550ms;
	-moz-transition-delay:550ms;
	-ms-transition-delay:550ms;
	-o-transition-delay:550ms;
	transition-delay:550ms;
}
body>header ul>li:hover li:nth-child(13) {
	-webkit-transition-delay:600ms;
	-moz-transition-delay:600ms;
	-ms-transition-delay:600ms;
	-o-transition-delay:600ms;
	transition-delay:600ms;
}
body>header ul>li:hover>ul {
	visibility:inherit;
}
body>header ul>li:hover>ul>li {
	opacity:1;
	-webkit-transform:none;
	-moz-transform:none;
	-ms-transform:none;
	-o-transform:none;
	transform:none;
}
body>header ul ul li a, body>header ul ul li span {
	width:188px;
	display:block;
	height:32px;
	display:flex;
	align-items:center;
}
}body>header .b {
	border:1px solid black;
	padding:8px 20px;
	border-radius:8px;
}
body>header .b:hover {
	color:#ffffff;
	border-color:#0EBAA6;
	background:#0ebaa6;
}
/*三级菜单*/
body>header ul ul ul {
	left:100%;
	top:-6px;
	border-left:3px solid #00000000;
}
body>header .on {
	color:#0ebaa6;
}
.d_cmdpe {
	margin:0 6px;
	padding:0px 2px;
	float:right;
	--border-width:2px;
}
.d_cmdpe>a {
	pointer-events:none;
}
.d_cmdpe ul {
	left:0;
}
.d_cmdpe::after {
    opacity:1;
	top:-3px;
	bottom:-3px;
	right:-2px;
	left:-2px;
	--m-i:linear-gradient(#000, #000);
	--m-o:content-box, padding-box;
	content:"";
	padding:var(--border-width);
	border-radius:var(--border-radius);
	background-image:conic-gradient( #488cfb, #29dbbc, #ddf505, #ff9f0e, #e440bb, #655adc, #488cfb );
	-webkit-mask-image:var(--m-i), var(--m-i);
	mask-image:var(--m-i), var(--m-i);
	-webkit-mask-origin:var(--m-o);
	mask-origin:var(--m-o);
	-webkit-mask-clip:var(--m-o);
	mask-composite:exclude;
	-webkit-mask-composite:destination-out;
	filter:hue-rotate(0);
	animation:rotate-hue linear 500ms infinite;
	animation-play-state:paused;
	animation-play-state:running;
	border-radius:9px;
}
@keyframes rotate-hue {
	to {
	filter:hue-rotate(1turn);
}
}.d_cmdpe:hover::after {
	border:0;
	top:0;
	bottom:0;
	right:0;
	left:0;
	-webkit-mask-composite:inherit;
	animation-play-state:paused;
	animation:none;
	border-radius:0;
}
.search {
	float:right;
	margin-left:5px;
	position:relative;
}
.search-input {
    width: 0 !important;
	padding:0 !important;
    margin: 0 !important;
	border-radius:8px 0 0 8px !important;
}
.icon-sousuo {
	float:right;
	padding:0px 0;
	cursor:pointer;
	height:30px;
	line-height:27px;
	width:30px;
	text-align:center;
	font-size:18px !important;
	position:relative;
	border-radius:0 8px 8px 0;
}
.icon-sousuo::before {
	content:"\e647";
}
.icon-sousuo:hover::before {
	content:"\eda9";
}
.icon-sousuo-on {
	background:#0EBAA6;
	color:#fff;
}
.icon-sousuo-on:hover::before {
	color:#FFC107;
}
.search-input-on {
	width:120px !important;
	padding:0 5px !important;
}
/* 主页 */
body>section {
	width:1020px;
	padding:0 20px;
	margin:0 auto;
	border:0;
	border-top:150px;
	border-bottom:50px;
	
	border-style:solid;
	border-color:transparent;
	scroll-behavior:smooth;
}
#index>section {
	text-align:center;
	color:#e0e0e0;
	font-family: cmdpe;
}
#index>section h1 {
	font-size:96px;
	color:#0ebaa6;
	font-family:Typo-Hoop-Inline-Demo-2;
}
#index>section h1 img {
    display:block;
	margin:0 auto;
	height:66px;
	width:auto;
}
#index>section h4 {
	font-weight:400;
	margin:10px 0;
}
#index>section h4>span {
	margin:0 1px;
}
#index>section h4>a {
    color: #0027ff;
    margin-bottom: 20px;
    font-weight: 700;
}
#index>section h4>a::before {
	content:"\e705";
	font-size:1.4em;
	color:#0ebaa6;
	margin-right:5px;
	vertical-align:-2px;
}
#index>section h4>a:hover {
	color:#00d26a;
}
#index>section p {
	color:#e0e0e0;
	margin:5px 0;
}
#index>section p::before {
	content:"\e6ec";
	font-size:1.3em;
	color:#0ebaa6;
	margin-right:3px;
	vertical-align:-1px;
	transform: scaleX(-1);
}
#index>section img {
	width:100%;
	margin:20px 0 10px;
}
#index>section p img {
	width:18px;
	vertical-align:-1px;
	margin:0;
	margin-right:5px;
}
.moving-zone {
	perspective:800px;
}
.video li a {
	color:#fff;
	background:#00a899;
	padding:10px 20px;
	position:absolute;
	bottom:10px;
	right:210px;
	z-index:-3;
	display:none;
}
/*列表页*/
.category>section {
	width:680px;
	position:relative;
	right:-240px;
}
.category>section>article {
	padding:15px 20px;
	margin-bottom:32px;
	background:#ebecf0;
	position:relative;
	display:flex;
	flex-direction:column;
}
.category>#RJXZ>article {
	flex-direction:row;
}
.category>section>article img {
	margin-top:15px;
}
.category>#RJXZ>article img {
	width:150px;
	margin-right:0;
	border-radius:20px;
	margin-top:10px;
	margin-left:10px;
}
.category>section>article h2 {
	font-size:1.3em;
	position:relative;
}
.category>#RJXZ>article h2 {
	font-size:1.1em;
	margin-bottom:5px;
	position:initial;
	display:-webkit-box;
	-webkit-line-clamp:1;
	-webkit-box-orient:vertical;
	overflow:hidden;
	text-overflow:ellipsis;
}
.category>#RJXZ>article p {
	margin:0;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	overflow:hidden;
	text-overflow:ellipsis;
	color:#616161;
	text-shadow:0.01em 0.01em 0.05em #616161;
}
.category>#RJXZ>article h5 {
	margin-top:2px;
}
.category>section>article em {
	font-size:.9em;
	color:#616161;
	margin-right:10px;
	font-style:normal;
}
.category>section>article .Tags {
	font-weight:100;
}
.category>section>article em::before {
	font-size:1.2em;
	vertical-align:0px;
	margin-right:0;
}
.category>section>article .Time::before {
	content:"\e6ff";
}
.category>section>article .ViewNums::before {
	content:"\e714";
}
.category>section>article .CommNums::before {
	content:"\f30b";
}
article h2::before, article h3::before, article h4::before {
	content:'';
	position:absolute;
	top:0;
	left:-23px;
	background:#0da799;
	width:6px;
	height:30px;
}
article h2::after, article h3::after, article h4::after {
	content:'';
	position:absolute;
	top:0;
	left:-46px;
	width:9px;
	height:30px;
}
article h3::before, article h4::before, article h3::after, article h4::after {
	height:22px;
}
.category article h2::before, .category article h2::before {
	height:28px;
}
.category>#RJXZ>article h2::before {
	left:-3px;
	top:15px;
	height:22px;
}
.category>#RJXZ>article h2::after {
	left:-26px;
	top:15px;
	height:22px;
}
.bg {
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:#000000e0;
	z-index:4;
}
.DX {
	position:fixed;
	top:15%;
	left:10%;
	right:10%;
	bottom:10%;
	display:flex;
	justify-content:center;
	opacity:0;
	transform:scale(0);
	transition:opacity 300ms, transform 300ms;
	/* 设置过渡效果 */
	z-index:6;
}
/*分页*/
body>section>nav {
    font-family: ztm;
    margin-top: -16px;
    margin-bottom: -6px;
    margin-left: 240px;
    overflow: hidden;
}
body>section nav span {
	float:left;
	height:36px;
	line-height:37px;
	width:36px;
	font-size:1.1em;
	background:#ebecf0;
	text-align:center;
	position:relative;
	margin:10px 10px 0 0;
}
body>section nav a:first-child span {
	margin-left:0;
}
body>section nav a:nth-child(-n+2) span::before {
	content:"\e61f";
	font-size:16px;
	font-weight:bold;
	background:#ebecf0;
	width:36px;
	height:36px;
	position:absolute;
	left:0;
	top:0;
}
body>section nav a:nth-child(-n+2) span::after {
content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    bottom: 0;
    border-top: 3px solid #131417;
    border-bottom: 3px solid #131417;
    box-sizing: border-box;
}
body>section nav a:nth-last-child(-n+2) span::before {
	content:"\e7cc";
	font-size:16px;
	font-weight:bold;
	background:#ebecf0;
	width:36px;
	height:36px;
	position:absolute;
	left:0;
	top:0;
}
body>section nav a:first-child span::before {
	content:"\e7ce";
	font-size:18px;
}
body>section nav a:last-child span::before {
	content:"\e6c3";
	font-size:18px;
}
body>section nav a:last-child span::after {
content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 3px;
    bottom: 0;
    border-top: 3px solid #131417;
    border-bottom: 3px solid #131417;
    box-sizing: border-box;
}

body>section nav>span, body>section nav span:hover, body>section nav span:hover::before, body>section nav span:hover::before {
	background:#0da799 !important;
	color:#fff !important;
}
body>section nav a:nth-child(-n+2) span:hover::before {
	content:"\eda5";
}
body>section nav a:nth-last-child(-n+2) span:hover::before {
	content:"\eda6";
}
body>section nav a:first-child span:hover::before {
	content:"\eda3";
}
body>section nav a:last-child span:hover::before {
	content:"\eda4";
}
#comment nav {
	font-family:ztm;
	position:relative;
	width:auto;
	margin:10px 0;
	overflow:hidden;
}
#comment nav span, #comment nav span::before {
	background:#e62c47;
	color:#000;
}
nav a {
	color:red;
}
/*文章页*/
.article>article {
	padding:20px 20px 10px;
	position:relative;
	right:-240px;
}
.article header>h2 {
	margin-bottom:15px;
	color:#000;
	position:relative;
}
.article>article h3, .article>article h4 {
	position:relative;
	margin:15px 0;
	font-size:1.1em;
	z-index:4;
}
.article article a, .ZanZhu>span {
	position:relative;
	background-image:linear-gradient(0deg, transparent 0%, #99e640 0, #99e64000 10%, transparent 0);
	margin-left:20px;
	cursor: pointer;
}
.article article a::before, #aside>p>a::before, .ZanZhu>span::before {
	content:"\e676";
	vertical-align:middle;
	position:absolute;
	left:-20px;
	font-size:18px;
}
.article article a:hover::before {
	content:"\e676";
}
.article article .YunPan {
	margin-left:30px;
}
.article article .YunPan::before {
	content:"\fcc9";
	font-size:1.6em;
	margin-left:-10px;
}
.article article .YunPan:hover::before {
	content:"\ea56";
}
.article article img {
	margin:5px 0;
}
.fancybox::before {
	display:none;
}
article ul, article ol {
	padding:0 0 0 30px;
	position:relative;
}
article li {
	padding:0 0 0 5px;
	margin:2px 0;
	line-height:28px;
}
article li:hover::marker {
	color: #ff3d00;
}
article img, article pre {
	width:100%;
	transition:all 0.2s ease 0s;
	vertical-align:middle;
}
article img:hover {
	box-shadow:2px 3px 5px rgba(0, 0, 0, 0.6);
}
article iframe {
	width:100%;
	height:380px;
}
blockquote {
	background:#333;
    padding:5px 20px;
    position:relative;
	z-index:4;
	display:none;
}
blockquote::after {
	content:'';
	position:absolute;
	top:-6px;
	bottom:-6px;
	left:6px;
	right:6px;
	z-index:-1;
	background:#333;
}
blockquote p, blockquote a, blockquote ul, blockquote li::marker {
	color:#fff;
}
.zdpz {
	color:#FFC107;
}
.tjpz {
	color:#99E640;
}
.ZanZhu {
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.ZanZhu::before {
	}.BanQuan {
	display:none;
	position:relative;
	margin-top:56px;
	font-size:.8em;
}
#wznav_2 + p {
	position:relative;
	height:380px;
	margin-top:46px;
}
#wznav_2 + p img {
	position:absolute;
	left:0;
	top:0;
}
.hub-slider-controls {
	position:absolute;
	top:-71px;
	z-index:6;
	left:86px;
}
.hub-slider-arrow {
	line-height:24px;
	width:24px;
	background:#99E640;
	height:24px;
	margin-right:8px;
}
.hub-slider-arrow::before {
	content:"\eda5";
	font-size:1em;
	margin:0;
	-webkit-transform:rotate(90deg);
	transform:rotate(90deg);
}
.hub-slider-arrow_prev::before {
	-webkit-transform:rotate(-90deg);
	transform:rotate(-90deg);
}
.hub-slider-arrow:hover::before {
	content:"\e61f";
}
.fold {
	cursor:pointer;
	background:#673AB7;
	padding:10px;
	color:#fff;
	margin:6px 0 !important;
}
.unfolded {
	background:#333;
	color:#fff;
}
article .fold::before, article .fold::after {
	top:12px;
}
article .fold strong::before {
	content:"\e616";
	position:absolute;
	top:13px;
	right:10px;
	transition:all 0.25s ease 0s;
}
article .unfolded strong::before {
	-webkit-transform:rotate(135deg);
	transform:rotate(135deg);
}
article .fold strong::after {
	content:'';
	position:absolute;
	top:-6px;
	bottom:-6px;
	left:6px;
	right:6px;
	z-index:-1;
	background:#673AB7;
}
article .unfolded strong::after {
	background:#333;
}
#log133 {
	text-align:center;
}
#log133 img {
	width:50%;
}
#log70 .TB img {
	width:33%;
}
video {
	width:100%;
	height:auto;
}
.article>article>footer {
	position:relative;
	margin-top:70px;
}
.article>article>div {
	margin-top:54px;
	font-size:.8em;
}
.article>article>footer p {
	margin:0;
}
.ArticleEdt {
	position:absolute !important;
	right:-52px;
	top:10px;
	opacity:0;
	padding:10px;
}
/*专业软件下载*/
.App_Pro>section>article {
	position:relative;
	display:flex;
	flex-wrap:wrap;
	align-content:flex-start;
	color:#000;
	margin:56px 0 0;
}
.App_Pro>section>article:first-child {
	margin-top:0;
}
.App_Pro>section>article::before, .article>article>footer::before, .article>article .BanQuan::before {
	content:"";
	position:absolute;
	left:-20px;
	right:-26px;
	z-index:1;
	height:32px;
	background:rgb(19 20 23)!important;
	top:-46px;
}
.App_Pro>section>article::after, .article>article>footer::after, .article>article .BanQuan::after {
	content:"";
	position:absolute;
	top:auto;
	left:-14px;
	right:-14px;
	z-index:1;
	height:20px;
	background:rgba(255, 0, 0, 0)!important;
	border-top:10px solid #ebecf0;
	border-bottom:10px solid #ebecf0;
	top:-50px;
}
.App_Pro>section>article:first-child::before, .App_Pro>section>article:first-child::after {
	display:none;
}
.App_Pro>section>article>h4 {
	width:100%;
	text-align:left;
	margin:0 0 12px;
	font-size:1.2em;
	position:relative;
	letter-spacing:1px;
}
.App_Pro>section>article>div {
	position:relative;
	width:50%;
	margin:0 0 10px;
	padding:0 5px;
}
.App_Pro>section>article>div>div {
display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding: 10px 5px;
    background: #ebecf0;
    position: relative;
    border-radius: 15px;
    box-shadow: -5px -5px 10px #fff, 5px 5px 8px #babebc;
}
.App_Pro>section>article>div>div:hover {
box-shadow: inset 1px 1px 2px #babebc, inset -1px -1px 2px #fff;
}
.App_Pro>section>article>div>div>a {
	display:flex;
	align-items:center;
	justify-content:center;
	height:100%;
	border:0;
	background-image:none;
	margin:0;
}
.App_Pro>section>article>div>div>a::before {
	display:none;
}
.App_Pro>section>article>div>div>a>img {
	width:26px;
	margin:0 6px 0;
	border-radius:6px;
}
.App_Pro>section>article>div>div>a>h5 {
	font-size:16px;
	font-weight:400;
}
.App_Pro>section>article>div::before {
	content:"\e629";
	position:absolute;
	right:15px;
	z-index:1;
	bottom:0;
	font-size:1.3em;
}
.App_Pro>section>article>div:hover::before {
	content:"\eda8";
}
.App_Pro>section>article>div:hover>div::before {
	opacity:1;
}
@media screen and (max-width:768px) {
	.App_Pro>section>article::before, .App_Pro>section>article:after {
	display:none;
}
.App_Pro>section>article {
	margin:15px -5px 0;
}
.App_Pro>section>article>h4 {
	margin:0 5px 12px;
}
}#article #log246, #article #log194 {
	font-family:cmdpe;
}
#article #log246 li a, #article #log194 li a {
	background-image:none;
	display:flex;
	flex-wrap:wrap;
	margin:10px 0;
	margin-left:20px;
}
#article #log246 li a::before, #article #log194 li a::before {
	content:"\e6d9";
	font-size:1.5em;
	vertical-align:middle;
	position:absolute;
	left:-30px;
}
#article #log194 li a::before {
	content:"\edcd";
}
#article #log246 ul li a strong, #article #log194 ul li a strong {
	background-image:linear-gradient(0deg, transparent 0%, #99e640 0, #99e640 10%, transparent 0);
}
#article #log246 ul li a:hover strong, #article #log194 ul li a:hover strong {
	background-image: linear-gradient(0deg, transparent 0%, #FF5722 0, #FF5722 10%, transparent 0);
}
/*侧栏*/
aside {
	width:220px;
	float:left;
	position:fixed;
	top:150px;
	bottom:50px;
	background:#00a899 url(images/aside.png) repeat center center;
	color:#fff;
	text-align:center;
	font-family: cmdpe, -apple-system, BlinkMacSystemFont, PingFang-SC-Regular, Hiragino Sans GB, Microsoft Yahei, Arial, sans-serif;
	padding:0 20px;
	text-shadow:none;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: space-between;
}
aside::after {
	background:#00a899 url(images/aside.png) repeat center center;
}
aside figure {
	font-size:1.5em;
    margin-top: 10px;
    margin-bottom: 0px;
}
aside figure img {
	border-radius:185px;
	width:100%;
	padding:20%;
	margin-top:-20%;
	margin-bottom:-20%;
}
aside:hover figure img {
	transition:500ms;
	-webkit-transform:rotate(360deg);
	-moz-transform:rotate(360deg);
	-o-transform:rotate(360deg);
}
aside figure b {
	font-size:22px;
	position:relative;
	letter-spacing:.6px;
    margin-bottom: 15px;
    display: inline-block;
}
aside figure b::before {
	content:"\e657";
	font-size:19px;
	position:absolute;
	bottom:-12px;
	left:-4px;
}
aside figure b::after {
	content:"\e657";
	font-size:15px;
	position:absolute;
	bottom:-12px;
	font-family:"iconfont" !important;
	left:54px;
	display: none;
}
aside p {
	font-size:16px;
	font-weight:700;
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 24px;
}
aside p a {
    position: relative;
    margin-left: 20px;
    background-image: linear-gradient(0deg, transparent 0%, #99e640 0, #99e64000 10%, transparent 0);
}
aside footer {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.user-button {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 10px;
}
.user-button a {
	background:#009688;
	width:98px;
	display:block;
	height:28px;
	line-height:28px;
	cursor:pointer;
	position:relative;
	z-index:1;
	font-weight:700;
	    margin: 7px 0;
	transition:none;
	font-size:14px;
}
.user-button a:nth-child(1)::before {
	content:"\e658";
	font-size:1.2em;
}
.user-button a:nth-child(2)::before {
	content:"\e8c7";
	font-size:1.2em;
}
.user-button a:nth-child(3)::before {
	content:"\e602";
	font-size:1.2em;
}
.user-button a:nth-child(1)::after, .user-button a:nth-child(2)::after, .user-button a:nth-child(3)::after {
	content:'';
	background:#009688;
	position:absolute;
	top:-4px;
	bottom:-4px;
	left:4px;
	right:4px;
	z-index:-1;
}
.user-button a:hover, .user-button a:hover::after {
	background:#333;
	color:#90d73e;
}
aside h4 {
	color:#000;
	    margin-top: 10px;
	margin-bottom: 10px;
	font-size:14px;
	font-weight:400;
	font-family:ZTM;
	letter-spacing:0;
}
aside ul {
	text-align:left;
	overflow-x:auto;
	width:100%;
	height: auto !important;
    margin-bottom: 10px;
}
aside ul::-webkit-scrollbar-thumb {
	background:#333;
}
aside ul::-webkit-scrollbar {
	height:3px;
	width:3px;
}
aside ul:hover::-webkit-scrollbar-thumb {
	background:#4f1fff;
}
aside ul::-webkit-scrollbar-corner, aside ul::-webkit-scrollbar-track {
	background:#009688;
}
aside ul li a {
	font-size:14px;
	padding:6px 10px;
	display:inline-block;
	font-weight:700;
	position:relative;
	color:#000;
	width:100%;
	text-align:center;
	transition:none;
}
aside ul li a::before {
	content:"\e601";
	font-size:1.2em;
    margin-right:5px;
	vertical-align:0px;
}
aside ul li:hover a, aside ul .on a {
	color:#f4ea2a;
}
aside ul li:hover a::before {
	content:"\f30b";
}
aside ul .on a::before {
	content:"\f30b";
}
.ISO {
	margin-left:-5px;
	margin-right:-5px;
	width:auto;
}
.ISO a {
	text-align:left;
	font-size:14px;
}
.ISO a::after {
	right:176px;
}
.CeLan a::after {
	left:128px;
}
/* 上一篇下一篇 */
.r-l {
    width: 70px;
    height: 40px;
    min-height: 40px;
    line-height: 43px;
    justify-content: space-between;
}
.r-l>.l::before {
	content:"\e97c";
	font-size:30px;
	margin:0;
}
.r-l>.r::before {
	content:"\edd1";
	font-size:30px;
	margin:0;
}
.r-l>.l:hover::before {
	content:"\edd2";
}
.r-l>.r:hover::before {
	content:"\edd3";
}
/*返回顶部*/
.ScrollTop {
    height: 40px;
    min-height: 40px;
    line-height: 40px;
	z-index:1;
	color:#131417;
	cursor:pointer;
	display:none;
}
.ScrollTop::before {
	content:"\e6bc";
	font-size:50px;
	margin:0;
}
.ScrollTop:hover::before {
	content:"\eda1";
}
/*评论框*/
.Comment {
	width:680px;
	position:relative;
	right:-240px;
}

#divCommentPost {
	padding:12px 20px;
	margin-top:30px;
	position:relative;
}
div#divCommentPost.reply-frm {
    padding: 20px;
	margin:10px 0;
	border-radius:20px;
	box-shadow: -5px -5px 10px #fff, 5px 5px 8px #babebc;
}
div#divCommentPost.reply-frm form {
	margin:0 !important;
}
div#divCommentPost.reply-frm h4, div#divCommentPost.reply-frm figure {
    display: none;
}
.Comment h4 {
	font-size:1.2em;
	padding:0 0 15px;
	font-family:cmdpe;
	font-weight:700;
}
#divCommentPost form {
    margin:0 0 0 75px;
	border-top:0;
	font-family:cmdpe;
	font-size:0.9em;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
#divCommentPost figure {
	float:left;
	text-align:center;
	font-family:ztm, cmdpe;
}
#divCommentPost figure img {
	width:80px;
	height:80px;
	display:block;
	margin:10px 0;
	border-radius:80px;
	box-shadow:1px 1px 2px rgb(0 0 0 / 30%);
}
#divCommentPost figure svg {
	width:60px;
	height:60px;
}
#frmSumbit>div {
    width: 100%;
    margin: 15px 0 0;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}
sup {
	color:#F36;
	position:absolute;
}
#txaArticle {
	min-width: 100%;
	max-width: 100%;
	height:90px;
	min-height: 90px;
    border-radius: 10px 10px 0 10px;
}
#cancel-reply {
	float:right;
	margin:0;
}
#frmSumbit>p {
    width: 100%;
    margin: 0;
}
#frmSumbit>p>label {
    margin: 0 8px;
    display: none;
}
#frmSumbit>p>img {
    border-radius: 10px;
    vertical-align: middle;
    margin-left: 8px;
}
#inpVerify::placeholder {
    color: red;
}
/*评论列表*/
.Comment ul {
	position:relative;
	margin:0;
	padding:15px 0;
	border-bottom:1px dashed #cccccc;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.Comment ul ul {
	margin:15px 0 0 0;
	border-top:1px dashed #cccccc;
	border-bottom:0;
	padding:15px 0 0;
}
.CommentList {
	padding:20px 20px 15px 20px;
	margin:30px 0 0 0;
	position:relative;
}
.CommentList h4 {
	border-bottom:1px dashed #cccccc;
}
.CommentList li.msgname {
    display: flex;
    width: 100%;
    height: 40px;
    align-items: flex-start;
}
.CommentList li.msgarticle {
    line-height: 26px;
    padding-left: 50px;
    margin-top: -12px;
    width: 100%;
}
.CommentList ul ul li.msgarticle {
    padding-left: 40px;
}
.CommentList img {
	width:40px;
	height:40px;
	border-radius:40px;
	box-shadow:1px 1px 2px rgb(0 0 0 / 30%);
}
.CommentList svg {
	width:40px;
	height:40px;
	border-radius:40px;
}
.CommentList ul ul svg {
	width:30px;
	height:30px;
	border-radius:30px;
}
.Comment ul:hover img {
	transition:500ms;
	-webkit-transform:rotate(360deg);
	-moz-transform:rotate(360deg);
	-o-transform:rotate(360deg);
}
.CommentList figure {
    margin-right: 5px;
}
.CommentList cite {
    font-style: normal;
    text-shadow: none;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    margin-top: -2px;
}
.CommentList a {
	color:red;
}
.revertcomment a {
	font-size:1em;
	font-family:cmdpe;
}
.CommentList small {
	color:#abc;
	font-size:14px;
}
.CommentList ul ul img {
	width:32px;
	height:32px;
}
.CommentList ul ul:before {
	content:".";
	overflow:hidden;
	height:0;
	width:0;
	font:0px/0 arial;
	border:8px solid;
	border-color:transparent transparent #00dd70 transparent;
	position:absolute;
	left:7px;
	top:-16px;
}

.Comment nav {
    font-family: ztm;
    margin-left: -20px;
    margin-right: -20px;
    position: relative;
    top: 32px;
}
/*=footer*/
body>footer {
	width:980px;
	color:#eee;
	bottom:0;
	position:fixed;
	margin:0 auto;
	left:0;
	right:0;
	z-index:-1;
	font-weight:700;
	text-shadow:none;
	padding:0 30px;
	text-align:center;
}
body>footer * {
	font-size:1em;
	font-weight:100;
}
body>footer p {
	font-size:.8em;
	font-weight:100;
	color:#616161;
	margin:0;
	line-height:20px;
}
.friend {
	margin:0 0 16px 0;
	font-family: 'cmdpe';
	color:#616161;
}
.friend a {
	color:#616161;
}
body>footer h5 {
	font-size:.8em;
	margin:10px 0 0
}
body>footer a {
	color:#fff;
}
.category article::after, .article article::after, aside::after, #divCommentPost::after, .CommentList::after {
	content:'';
	position:absolute;
	top:-6px;
	bottom:-6px;
	left:6px;
	right:6px;
	z-index:-2;
}
/*滚动条*/::-webkit-scrollbar {
	height:6px;
	width:6px;
}
::-webkit-scrollbar-thumb {
	transition:all 0.25s ease 0s;
	background:#0da799;
	background-size:100% 100%;
}
::-webkit-scrollbar-thumb:hover {
	height:6px;
	width:9px !important;
	background:#0da799;
	transition:all 0.25s ease 0s;
}
::-webkit-scrollbar-corner, ::-webkit-scrollbar-track {
	background:transparent;
}
/*文本背景色*/
::selection {
	background:#99e640;
	color:#000;
}
::-moz-selection {
	background:#99e640;
	color:#000;
}
::-webkit-selection {
	background:#99e640;
	color:#000;
}

/*支付*/
.xc_buys_article {
    padding: 20px 0 !important;
    border-radius: 20px !important;
    border: 1px dashed #ff3d00 !important;
}
.xc_buys_article a {
    font-family: 'cmdpe';
	color:#000 !important;
	padding:8px 10px !important;
	/*background:#4f1fff !important;*/
	font-weight:100 !important;
	font-size:16px !important;
	border-radius:13px;
	box-shadow:-5px -5px 10px #fff, 5px 5px 8px #babebc;
	background-image:none !important;
}
.xc_buys_article a:nth-child(2) {
	}.xc_buys_article a:hover {
	box-shadow:inset 1px 1px 2px #babebc, inset -1px -1px 2px #fff;
}
.xc_buys_article_buysdiv a::before {
    font-size: 16px !important;
    margin-right: 3px;
    vertical-align: 0px !important;
    position: relative !important;
    left: 0 !important;
}
.xc_buys_article_buysdiv a:nth-child(1)::before {
	content:"\e6a5" !important;
}
.xc_buys_article_buysdiv a:nth-child(2)::before {
	content:"\eda2" !important;
}
.layui-layer-shade {
	opacity:.6 !important;
}
div.layui-layer {
    background-color: #ebecf0 !important;
    border-radius: 0 !important;
    overflow: initial !important;
    box-shadow: none !important;
}
div.layui-layer::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: -6px;
    right: -6px;
    top: 6px;
    height: 42px;
    background: #4f1fff;
}
div.layui-layer::after {
    content: "";
    position: absolute;
    z-index: -2;
    left: -6px;
    right: -6px;
    top: 6px;
    bottom: 6px;
    background: #ebecf0;
}
.layui-layer-title {
    padding: 0 15px !important;
    height: 48px !important;
    line-height: 48px !important;
    border-bottom: 0 !important;
    color: #fff !important;
    border-radius: 0 !important;
    background-color: #4f1fff !important;
}
.layui-layer-page .layui-layer-content {
    height: auto !important;
}
.xc_buys_alert {
    display: flex;
    flex-direction: column;
    border: 0 !important;
}
.xc_buys_alert_title {
    font-weight: 100 !important;
    text-shadow: none !important;
}
.xc_buys_alert_div {
    padding: 0 10px !important;
    margin: 0 20px !important;
}
.xc_buys_alert_div span {
    color: #000 !important;
    line-height: 30px !important;
    background: none !important;
    border: 0 !important;
    width: auto !important;
    margin-right: 2px !important;
    display: none !important;
}
div.xc_buys_alert_div input {
    background: none !important;
    border: 0 !important;
    box-shadow: inset 1px 1px 2px #babebc, inset -1px -1px 2px #fff !important;
    box-shadow: -5px -5px 10px #fff, 5px 5px 8px #babebc !important;
    box-shadow: inset 1px 1px 2px #babebc, inset -1px -1px 2px #fff !important;
    border-radius: 10px !important;
    width: 200px !important;
    font-size: 14px !important;
    padding: 0 10px !important;
}
.xc_buys_alert_div input:focus-visible {
    box-shadow: inset 1px 1px 2px #babebc, inset -1px -1px 2px #fff !important;
}
.xc_buys_alert_div input::placeholder {
    font-family: cmdpe;
    color: #666 !important;
}
div.xc_buys_alert_paynow {
    border: 0 !important;
    box-shadow: inset 1px 1px 2px #babebc, inset -1px -1px 2px #fff !important;
    border-radius: 13px !important;
    line-height: 36px !important;
    height: 36px !important;
    width: auto !important;
    padding: 0 10px !important;
    margin: 0 !important;
    position: relative;
}

.xc_buys_alert_paynow::before {
    display: none;
}
.xc_buys_alert_paybutton img {
    border-radius: 6px !important;
    margin-right: 3px !important;
}
.layui-layer-btn {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-evenly;
}
.layui-layer-btn a {
    font-size: 14px !important;
    height: 36px !important;
    line-height: 36px !important;
    margin: 0 5px !important;
    margin-top: -10px !important;
    margin-bottom: 5px !important;
    border-radius: 13px !important;
    border: 0 !important;
    color: #000 !important;
    background-color: #ebecf0 !important;
    box-shadow: -5px -5px 10px #fff, 5px 5px 8px #babebc !important;
}

.layui-layer-btn a:hover {
    color: #000 !important;
    background-color: #ebecf0 !important;
    box-shadow: inset 1px 1px 2px #babebc, inset -1px -1px 2px #fff !important;
}
.xc_buys {
    border-radius: 0 !important;
}
/*bilibili*/
.bilibili {
	position:relative;
	width:100%;
	height:0;
	padding-bottom:75%;
}
.bilibili iframe {
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
}
/*原版编辑器代码高亮*/
pre::-webkit-scrollbar-corner, pre::-webkit-scrollbar-track {
	background:#00000000;
}
pre::-webkit-scrollbar-thumb {
	background:#00000000;
}
pre:hover::-webkit-scrollbar-thumb {
	background:#0da799
}
code {
	position:initial !important;
}
code::after {
	content:'01\A 02\A 03\A 04\A 05\A 06\A 07\A 08\A 09\A 10\A 11\A 12\A 13\A 14\A 15\A 16\A 17\A 18\A 19\A 20\A 21\A 22\A 23\A 24\A 25\A 26\A 27\A 28\A 29\A 30\A 31\A 32\A 33\A 34\A 35\A 36\A 37\A 38\A 39\A 40\A 41\A 42\A 43\A 44\A 45\A 46\A 47\A 48\A 49\A 50\A 51\A 52\A 53\A 54\A 55\A 56\A 57\A 58\A 59\A 60\A 61\A 62\A 63\A 64\A 65\A 66\A 67\A 68\A 69\A 70\A 71\A 72\A 73\A 74\A 75\A 76\A 77\A 78\A 79\A 80\A 81\A 82\A 83\A 84\A 85\A 86\A 87\A 88\A 89\A 90\A 91\A 92\A 93\A 94\A 95\A 96\A 97\A 98\A 99\A 100\A 101\A 102\A 103\A 104\A 105\A 106\A 107\A 108';
	position:absolute;
	top:16px;
	bottom:15px;
	left:0.5em;
	padding-right:0.7em;
	border-right:1px dotted #a2a9b6;
	opacity:.75;
	text-align:right;
	overflow:hidden;
	color:#999;
	font-family:'cmdpe';
}
#xc_buys_cache code::after {
	display:none;
}
.prism-line-numbers {
	padding-left:3.5em !important;
	border-radius:10px;
}
:not(pre)>code[class*=language-], pre[class*=language-] {
	background:#222;
	background-image:linear-gradient(45deg, black 25%, transparent 25%, transparent 75%, black 75%, black), linear-gradient(45deg, black 25%, transparent 25%, transparent 75%, black 75%, black);
	background-size:4px 4px;
	background-position:0 0, 2px 2px;
}
code[class*="language-"], pre[class*="language-"] {
	color:#ccc !important;
	text-shadow:none !important;
	line-height:1.8 !important;
	font-family:Consolas, "Lucida Console", Monaco !important;
}
.prism-token.prism-operator, .prism-token.prism-entity, .prism-token.prism-url, .prism-language-css .prism-token.prism-string, .prism-style .prism-token.prism-string {
	color:#cddc39 !important;
	background:none !important;
}
.prism-token.prism-punctuation {
	color:#26a69a !important;
}
.prism-token.property, .prism-token.prism-tag, .prism-token.prism-boolean, .prism-token.prism-number, .prism-token.prism-constant, .prism-token.prism-symbol, .prism-token.prism-deleted {
	color:#ab47bc !important;
}
div.prism-show-language {
	display:none !important;
}
pre[class*="language-"]::selection, pre[class*="language-"]::selection, code[class*="language-"]::selection, code[class*="language-"]::selection, .prism-token::selection {
	background:#0073ff !important;
	color:#fff;
}
/*TinyMCE编辑器代码高亮*/
.code-toolbar>.toolbar {
	display:none;
}
.token.string, .token.variable {
	color:#99E640;
}
.token.operator {
	color:#0da799;
}
.token.class-name, .token.constant, .token.property, .token.symbol {
	color:#ff5722;
}
.token.boolean, .token.function, .token.number {
	color:#99E640;
}
.line-numbers code span::selection {
	background:#0073ff !important;
	color:#fff;
}
/*背景色*/
body>section>article, .category article::after, .article article::after, #divCommentPost, .CommentList, #divCommentPost::after, .CommentList::after, .xc_buys_article_buysdiv, pre::-webkit-scrollbar-corner, pre::-webkit-scrollbar-track {
	background:#ebecf0 !important;
}
/*手机*/
@media all and (max-width:19200px) {
	body>header {
		width:920px;
	}
	body>section {
		width:960px;
		border-top:120px;
		border-style:solid;
		border-color:transparent;
	}
	body>section>aside {
		top:120px;
	}
	body>section>article, #Comment {
		width:680px;
	}
	#index>header {
		width:780px;
	}
	#index>header>h2 {
		width:0;
		text-align:left;
	}
	#index>section {
		width:820px;
	}
	}@media all and (min-width:1921px) {
		body {
		zoom:110%;
	}
	}@media all and (min-width:2560px) {
		body {
		zoom:139%;
	}
}
@media screen and (max-width:768px) {
	*{font-weight:100 !important;
}
body {
	zoom:100%;
	text-shadow:none;
}
#index>section h1 img {
	width:50%;
	height:auto;
}
#index>section p {
	font-size:0.9em;
}
#index>section h4 a, #index>section h4 span {
	display:none;
}
#index>section img {
	margin:0;
}
.popup {
	left:0 !important;
	top:0 !important;
	transform:none !important;
}
#index>section>div>.popup {
	margin-bottom:10px !important;
}
body>section {
	width:auto !important;
	padding:0 10px!important;
	border-top:100px !important;
	border-style:solid !important;
	border-color:transparent !important;
}
.category>section {
	width:auto;
	right:auto;
}
aside {
	display:none;
}
body>section article, #Comment {
	width:auto !important;
	right:0 !important;
	margin-bottom:22px !important;
	padding:8px 8px 4px 8px !important;
}
.article article img {
    margin: 0;
}


header>h2 {
	font-size:1.2em !important;
}
body>section header>h2 {
	margin-top:5px;
	margin-bottom:10px;
}
footer>h5 {
	font-size:0.9em !important;
	text-align:left !important;
}
section header>h2::before, section article h4::before {
	left:-11px;
}
body>section section img {
	margin:0;
}
body>section nav, #comment nav {
	right:0;
	margin-left:0;
}
article>nav {
	display:none;
}
article li {
	padding:0;
}
#index>section {
	border-top:130px !important;
	border-style:solid !important;
	border-color:transparent !important;
}
#Comment {
	padding:0 !important;
}
.xc_buys_article a {
	padding:10px 12px !important;
}
#log133 {
	text-align:inherit;
}
#log133 img {
	width:100%;
}
#RJXZ>article {
	align-items:center;
	padding:10px !important;
}
#RJXZ>article img {
	width:100px !important;
    margin: 30px 0 0 0 !important;
}
.category>#RJXZ>article h2 {
    width: calc(100% + 110px);
}
.category>#RJXZ>article p {
    text-shadow: none;
}
.ArticleEdt {
	display:none;
}
article h2::before, article h3::before, article h4::before {
	left:-11px;
}
.ZanZhu {
	flex-direction:column;
}
.bg {
	display:none;
}
.DX {
	display:none;
}
.CommentList {
    padding: 10px;
}
#divCommentPost {
    padding: 10px;
}
#divCommentPost.reply-frm {
    padding: 10px;
}
#divCommentPost form {
    flex-direction: column;
    margin: 0 0 0 70px;
}
.Comment nav {
    margin-left: -10px;
    margin-right: -10px;
    top: 18px;
}
input[type="text"] {
    width: 100%;
    margin-bottom: 10px;
}
#frmSumbit>div {
    margin: 10px 0 0;
}

body>header {
	width:auto !important;
	padding:0 10px;
}
body>header::after {
	content:'';
	position:fixed;
	top:60px;
	left:0px;
	right:0px;
	height:2px;
	background:#00a899 url(images/header-bg.png);
	background-size:100% 100%;
}
body>header>h2, body>header::before {
	height:60px !important;
}
body>header>h2 {
	width:auto;
	margin-right:0;
	margin-left:14px;
}
body>header>h2 a {
	z-index:522;
}
body>header>h2 a::before {
	top:-6px;
	bottom:-6px;
}
body>header>h2 a::after {
	top:-10px;
	bottom:-10px;
}
body>header>h2 img {
	width:60px;
}
body>header nav, .header-on nav {
	margin:15px 0 !important;
}
body>header .Login {
	position:absolute;
	bottom:10px;
	right:0;
	width:100%;
	text-align:center;
	display:none;
}
body>header .Login img {
	height:50px;
	width:50px;
	border-radius:50px;
	margin:5px auto;
	display:block;
}
body>header .Login a {
	width:100%;
}
.d_cmdpe {
	padding:0;
	margin:0;
	--border-width:0;
}
.d_cmdpe ul {
	right:0;
	left:auto;
}
.d_cmdpe i::before {
	padding-left:100%;
}
.d_cmdpe::after {
	border:0;
}
.search {
	margin-left:0;
	display:none;
}
body>header>nav>ul {
	position:fixed;
	width:50%;
	right:-100%;
	top:13px;
	bottom:13px;
	margin:0;
	padding:30px 0 13px 0;
	opacity:1;
	overflow-x:hidden;
	overflow-y:scroll;
	z-index:520;
	transition:all 0.3s ease 0s;
}
body>header>nav>ul::before, body>header>nav>ul::after {
	content:'';
	background:#941cb9;
	position:fixed;
	right:-100%;
	margin:0;
	transition:all 0.3s ease 0s;
	z-index:-1;
}
body>header>nav>ul::before {
	top:13px;
	bottom:13px;
	width:calc(50% - 6px);
}
body>header>nav>ul::after {
	top:19px;
	bottom:19px;
	width:50%;
}
.Mobile-ul, .Mobile-ul::before, .Mobile-ul::after {
	display:block !important;
	right:0 !important;
}
body>header>nav li {
	display:grid;
	float:none !important;
	align-items:center;
}
body>header>nav i::before {
	height:50px !important;
	display:flex !important;
}
body>header>nav>ul ul i::before {
	height:36px  !important;
}
body>header>nav .i-on::before {
	content:"\e623";
	color:#ff9800;
}
body>header>nav li a, body>header>nav li span {
	padding:15px 20px;
	width:70%;
	color:#fff !important;
	height:auto !important;
}
body>header>nav>ul>li>.on::before {
	content:'';
	position:absolute;
	left:8px;
	width:4px;
	height:4px;
	background:#0ebaa6;
}
body>header ul ul {
	position:inherit;
	display:none;
	margin:0 15px 0 20px;
	visibility:inherit;
	top:0 !important;
	z-index:1;
}
body>header>nav>ul>li:hover::after, body>header>nav>ul>li:hover::before {
	opacity:0;
}
body>header ul ul li {
	margin:6px 0;
	z-index:1;
	opacity:1;
	-webkit-transform:none;
	-moz-transform:noen;
	-ms-transform:noen;
	-o-transform:none;
	transform:none;
	position:sticky;
}
body>header>nav>ul>li>ul>li, body>header>nav>ul>li>ul>li::before {
	background:#009688;
}
body>header ul ul li:hover::after {
	opacity:0;
}
body>header ul ul li a {
	padding:8px 15px;
	width:100% !important;
}
body>header ul ul ul {
	border:0 !important;
	margin:0 15px;
}
body>header ul ul ul li, body>header ul ul ul li::before, body>header ul ul ul li:hover, body>header ul ul ul li:hover::before {
	background:#673ab7;
}
.Mobile {
	width:30px;
	height:2px;
	padding:15px 0;
	position:relative;
	transition:all 0.25s ease 0s;
	float:right;
	z-index:521;
}
.Mobile::before, .Mobile::after {
	content:'';
	background:#ffffff;
	position:absolute;
	left:8px;
	right:0;
	margin:0;
	height:3px;
	transition:all .3s ease 0s;
}
.Mobile::before {
	top:5px;
}
.Mobile::after {
	bottom:5px;
}
body>header>nav::before {
	content:'';
	background:#4caf50;
	position:absolute;
	top:28px;
	right:10px;
	margin:0;
	height:4px;
	width:30px;
	z-index:521;
}
.Mobile1::before, .Mobile1::after {
	left:0;
	right:8px;
}
.Mobile div {
	position:fixed;
	z-index:-1;
	left:0;
	top:0;
	bottom:0;
	width:50%;
	display:none;
}
.Mobile1 div {
	display:block;
}
.App_Pro>section>article::before, .article>article>footer::before, .article>article .BanQuan::before {
	left:-10px;
	right:-10px;
	height:30px;
}
.App_Pro>section>article::after, .article>article>footer::after, .article>article .BanQuan::after {
	left:-2px;
	right:-2px;
	height:16px;
}
#index>footer {
	display:none;
}
}
@media screen and (max-height:806px) {
    body>section {
        border-top: 76px;
        border-bottom: 18px;
        border-style: solid;
        border-color: transparent;
    }
    aside {
	    top: 76px !important;
	    bottom: 18px;
    }
}
