/*simplememory*/
#google_ad_c1, #google_ad_c2 {display:none;}
.syntaxhighlighter a, .syntaxhighlighter div, .syntaxhighlighter code, .syntaxhighlighter table, .syntaxhighlighter table td, 
.syntaxhighlighter table tr, .syntaxhighlighter table tbody, .syntaxhighlighter table thead, .syntaxhighlighter table caption, 
.syntaxhighlighter textarea {
font-size: 14px!important;
}
#home {
margin: 0 auto;
opacity: 0.8;
width: 80%;
min-width: 950px;
background-color: #fff;
padding: 30px;
margin-top: 30px;
margin-bottom: 50px;
box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}
#blogTitle h1 {
font-size: 30px;
font-weight: bold;
font-family: "Comic Sans MS";
line-height: 1.5em;
margin-top: 20px;
color: #515151;
}
#navList a:hover {
color: white;
text-decoration: none;
}
#navList a {
display: block;
width: 5em;
height: 22px;
float: left;
text-align: center;
padding-top: 18px;
}
#navigator {
font-size: 15px;
border-bottom: 1px solid #ededed;
border-top: 1px solid #ededed;
height: 50px;
clear: both;
margin-top: 25px;
clolor:white;
}
.catListTitle {
margin-top: 21px;
margin-bottom: 10.5px;
text-align: left;
border-left: 10px solid rgba(82, 168, 236, 0.8);
padding: 10px 0 14px 10px;
background-color: #f5f5f5;
}
#ad_under_post_holder #google_ad_c1,#google_ad_c2{  
display: none !important;
}
body {

overflow:scroll;
overflow-x:hidden;

color: #000;
background: url(https://www.cnblogs.com/images/cnblogs_com/xiegaosen/1457233/o_20.jpg) fixed;
background-size: 100%;
background-repeat: no-repeat;
font-family: "Helvetica Neue",Helvetica,Verdana,Arial,sans-serif;
font-size: 12px;
min-height: 101%;
}
#topics .postTitle {
border: 0px;
font-size: 200%;
font-weight: bold;
float: left;
line-height: 1.5;
width: 100%;
padding-left: 5px;
}

div.commentform p{
margin-bottom:10px;
}
.comment_btn {
padding: 5px 10px;
height: 35px;
width: 90px;
border: 0 none;
border-radius: 5px;
background: #ddd;
color: #999;
cursor:pointer;
font-family: "Lato", Helvetica Neue, Helvetica, Microsoft Yahei, 宋体, Arial, sans-serif;
text-shadow: 0 0 1px #fff;
display: inline !important;
}
.comment_btn:hover{
padding: 5px 10px;
height: 35px;
width: 90px;
border: 0 none;
border-radius: 5px;
background: #258fb8;
color: white;
cursor:pointer;
font-family: "Lato", Helvetica Neue, Helvetica, Microsoft Yahei, 宋体, Arial, sans-serif;
text-shadow: 0 0 1px #fff;
display: inline !important;
}
#commentform_title {
background-image:none;
background-repeat:no-repeat;
margin-bottom:10px;
padding:0;
font-size:24px;
}
#commentbox_opt,#commentbox_opt + p {
text-align:center;
}
.commentbox_title {
width: 100%;
}
#tbCommentBody {
font-family:'Microsoft Yahei', Microsoft Yahei, 宋体, sans-serif;
margin-top:10px;
max-width:100%;
min-width:100%;
background:white;
color:#333;
border:2px solid #fff;
box-shadow:inset 0 0 8px #aaa;
// padding:10px;
height:250px;
font-size:14px;
min-height:120px;
}
.feedbackItem {
font-size:14px;
line-height:24px;
margin:10px 0;
padding:20px;
background:#F2F2F2;
box-shadow:0 0 5px #aaa;
}
.feedbackListSubtitle {
font-weight:normal;
}

#blog-comments-placeholder, #comment_form {
padding: 20px;
background: #fff;
-webkit-box-shadow: 1px 2px 3px #ddd;
box-shadow: 1px 2px 3px #ddd;
margin-bottom: 50px;
}
.feedback_area_title {
margin-bottom: 15px;
font-size: 1.8em;
}
.feedbackItem {
border-bottom: 1px solid #CCC;
margin-bottom: 10px;
padding: 5px;
background: rgb(248, 248, 248);
}
.color_shine {background: rgb(226, 242, 255);}
.feedbackItem:hover {-webkit-animation-name: color_shine;-webkit-animation-duration: 2s;-webkit-animation-iteration-count: infinite;}
#comment_form .title {
font-weight: normal;
margin-bottom: 15px;
}

/*旋转特效*/
.wrap{
	width: 1650px;
	height: 200px;
	/*改变左右上下,图片方块移动*/
	margin: 150px 360px;
	position: relative;
	
}
/*包裹所有容器样式*/
.cube{
	width: 200px;
	height: 200px;
	margin: 0 auto;
	transform-style: preserve-3d;
	transform: rotateX(-30deg) rotateY(-80deg);
	-webkit-animation: rotate 20s infinite;
	/*匀速*/
	animation-timing-function: linear;
}
@-webkit-keyframes rotate{
	from{transform: rotateX(0deg) rotateY(0deg);}
	to{transform: rotateX(360deg) rotateY(360deg);}
}
.cube div{
	position: absolute;
	width: 200px;
	height: 200px;
	opacity: 0.8;
	transition: all .4s;
}
/*定义所有图片样式*/
.pic{
	width: 200px;
	height: 200px;
}
.cube .out_front{
	transform: rotateY(0deg) translateZ(100px);
}
.cube .out_back{
	transform: translateZ(-100px) rotateY(180deg);
}
.cube .out_left{
	transform: rotateY(90deg) translateZ(100px);
}
.cube .out_right{
	transform: rotateY(-90deg) translateZ(100px);
}
.cube .out_top{
	transform: rotateX(90deg) translateZ(100px);
}
.cube .out_bottom{
	transform: rotateX(-90deg) translateZ(100px);
}
/*定义小正方体样式*/
.cube span{
	display: bloack;
	width: 100px;
	height: 100px;
	position: absolute;
	top: 50px;
	left: 50px;
}
.cube .in_pic{
	width: 100px;
	height: 100px;
}
.cube .in_front{
	transform: rotateY(0deg) translateZ(50px);
}
.cube .in_back{
	transform: translateZ(-50px) rotateY(180deg);
}
.cube .in_left{
	transform: rotateY(90deg) translateZ(50px);
}
.cube .in_right{
	transform: rotateY(-90deg) translateZ(50px);
}
.cube .in_top{
	transform: rotateX(90deg) translateZ(50px);
}
.cube .in_bottom{
	transform: rotateX(-90deg) translateZ(50px);
}
/*鼠标移入后样式*/
.cube:hover .out_front{
	transform: rotateY(0deg) translateZ(200px);
}
.cube:hover .out_back{
	transform: translateZ(-200px) rotateY(180deg);
}
.cube:hover .out_left{
	transform: rotateY(90deg) translateZ(200px);
}
.cube:hover .out_right{
	transform: rotateY(-90deg) translateZ(200px);
}
.cube:hover .out_top{
	transform: rotateX(90deg) translateZ(200px);
}
.cube:hover .out_bottom{
	transform: rotateX(-90deg) translateZ(200px);
}
.div-left{width:300px;height:120px;border:0px solid #000;float:lef}


/* 定制公告栏时钟位置 */
#clockdiv {
    /* left, center, right */
    text-align: center;
}





/* 导航栏*/
body,dd,dt,h1,h2,h3,h4,h5,h6,li,p,ul {
	margin: 0;
	padding: 0
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: 400
}

dd,li,ul {
	list-style: none
}

img {
	border: none;
	outline: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

a {
	text-decoration: none;
	cursor: pointer;
	outline: none;
	color: inherit
}

input {
	outline: none
}

em {
	font-style: normal
}

html {
	height: 100%
}


button,input,select,textarea {
	font-size: 1em;
	font-family: inherit
}

::-webkit-input-placeholder {
	color: #a9a9a9
}

:-moz-placeholder {
	color: #a9a9a9
}

::-moz-placeholder {
	color: #a9a9a9
}

:-ms-input-placeholder {
	color: #a9a9a9
}

.scroll::-webkit-scrollbar {
	width: 8px;
	background: #eee
}

.scroll::-webkit-scrollbar-thumb {
	border-radius: 4px;
	background: #ddd
}

.hidden {
	display: none!important
}

.disabled {
	opacity: .5;
	filter: alpha(opacity=50);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
	cursor: default;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none
}

:disabled {
	opacity: .5;
	filter: alpha(opacity=50);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
	cursor: default;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.layout {
	width: 1200px;
	margin: 0 auto
}

.mr0 {
	margin-right: 0!important
}

.weak {
	color: #878787
}

.weaker {
	color: #9e9e9e
}


.clearfix:after,.clearfix:before {
	content: '';
	display: table;
	font: 0/0 a
}

.clearfix:after {
	clear: both
}

.mod-header-user .user em {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 100%;
	word-wrap: normal
}

.fixed-bar .backtop:before {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}

.mod-header {
	width: 100%;
	font-size: 14px;
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	color: #fff;
	z-index: 10;
	transition: background .3s ease
}

.mod-header .layout {
	min-width: 1200px;
	width: auto;
	position: relative
}

.mod-header-logo {
	float: left;
	width: 189px;
	height: 60px;
	background-image: url();
	background-position: 0 -64px;
	margin-left: 12px
}

.mod-header-nav {
	position: relative;
	float: left
}

.mod-header-nav li {
	position: relative;
	float: left;
	line-height: 1
}

.mod-header-nav a:hover {
	text-decoration: none
}

.mod-header-nav .top-cat {
	text-align: center;
	padding: 24px 12px;
	margin-right: 12px
}

.mod-header-nav .top-cat:first-child {
	margin: 0 12px
}

.mod-header-nav .top-cat h2 {
	position: relative
}

.mod-header-nav .top-cat h2 a {
	padding: 0;
	position: relative
}

.mod-header-nav .top-cat-arrow {
	content: "";
	width: 20px;
	height: 12px;
	background-image: url(../img/cpimg/sprite.png);
	background-position: -331px -158px;
	transition: -webkit-transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease,-webkit-transform .3s ease;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	display: inline-block;
	vertical-align: bottom;
	margin-left: 4px
}

.mod-header-nav .top-cat.hassub:active .top-cat-arrow,.mod-header-nav .top-cat.hassub:hover .top-cat-arrow {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg)
}

.mod-header-nav .slider {
	position: absolute;
	bottom: 0;
	left: 0;
	width: auto;
	height: 3px;
	background-color: #fff;
	transition: width .3s ease-out,-webkit-transform .3s ease-out;
	transition: transform .3s ease-out,width .3s ease-out;
	transition: transform .3s ease-out,width .3s ease-out,-webkit-transform .3s ease-out
}

.mod-header-user {
	line-height: 25px;
	position: absolute;
	top: 14px;
	right: 0;
	font-size: 0
}

.mod-header-user .console {
	display: inline-block;
	padding: 0 12px;
	vertical-align: middle;
	font-size: 14px
}

.mod-header-user .console:hover {
	color: #126ee1
}

.mod-header-user .user {
	padding-left: 11px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	border-left: 1px solid #fff;
	font-size: 14px;
	margin-right: 22px
}

.mod-header-user .user em {
	color: #fff;
	display: inline-block;
	max-width: 102px;
	vertical-align: bottom
}

.mod-header-user .user i {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	background-image: url(../img/cpimg/sprite);
	background-position: -291px -174px;
	width: 20px;
	height: 12px;
	margin-left: 5px
}

.mod-header-user .user .dropdown {
	position: absolute;
	padding-top: 19px;
	top: 25px;
	left: 0;
	width: 100%;
	text-align: center;
	display: none
}

.mod-header-user .user .dropdown a {
	display: block;
	line-height: 40px;
	background-color: #333
}

.mod-header-user .user:hover {
	color: #126ee1
}

.mod-header-user .user:hover .dropdown {
	display: block
}

.mod-header-user .user:hover a {
	color: #fff
}

.mod-header-user .user:hover a:hover {
	color: #126ee1
}

.mod-header-user .try {
	background-color: #fff;
	color: #0052d9;
	padding: 8px 18px;
	border-radius: 3px;
	line-height: 1;
	display: inline-block;
	transition: all .3s ease;
	vertical-align: middle;
	font-size: 14px;
	margin-right: 22px
}

.mod-header.active,.mod-header.hover,.mod-header:hover {
	background-color: #333
}

.mod-header.active .mod-header-logo,.mod-header.hover .mod-header-logo,.mod-header:hover .mod-header-logo {
	background-image: url(../img/cpimg/sprite.png);
	background-position: 0 -128px
}

.mod-header.active .mod-header-user .user i:after,.mod-header.hover .mod-header-user .user i:after,.mod-header:hover .mod-header-user .user i:after {
	border-top-color: #333
}

.mod-header.active .mod-header-user .try,.mod-header.hover .mod-header-user .try,.mod-header:hover .mod-header-user .try {
	color: #fff;
	background-color: #0052d9
}

.mod-header .cat {
	position: relative
}

.mod-header .cat .layout {
	min-width: 0
}

.mod-header .cat-ico {
	display: inline-block;
	width: 49px
}

.mod-header .cat-box {
	color: #fff;
	font-size: 0;
	box-sizing: border-box;
	padding: 0 0 0 220px;
	background-color: rgba(51,51,51,.95);
	position: absolute;
	width: 100%;
	top: 60px;
	left: 0;
	text-align: left;
	transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out,-webkit-transform .3s ease-out;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: center top;
	-ms-transform-origin: center top;
	transform-origin: center top
}

.mod-header .cat-box.active,.mod-header .cat-box:hover {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1)
}

.mod-header .cat-group {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	margin-left: 12px;
	padding: 20px 0
}

.mod-header .cat-group:first-child {
	margin-left: 0
}

.mod-header .cat-tit {
	font-size: 16px;
	padding-bottom: 7px
}

.mod-header .cat-tit i {
	display: inline-block;
	vertical-align: middle;
	margin-right: 16px
}

.mod-header .cat-item {
	display: block;
	width: 390px;
	box-sizing: border-box;
	padding: 7px 0 7px 50px;
	margin-bottom: 4px;
	font-size: 14px;
	line-height: 1
}

.mod-header .cat-item:hover {
	background-color: #42464c
}

.mod-header .cat-item a {
	color: #fff
}

.mod-header .cat-item a:hover {
	color: #1070e1
}

.mod-header .cat-item-sub {
	margin-top: 7px;
	font-size: 12px
}

.mod-header .cat-item-sub a {
	display: inline-block;
	vertical-align: middle;
	color: #a3a3a3;
	margin-top: 4px;
	padding-right: 24px;
	line-height: 22px
}

.mod-header .cat-item-sub a:last-child {
	padding-right: 0
}

.mod-header .cat-item-sub a.disabled {
	color: #a3a3a3;
	cursor: default;
	pointer-events: none;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)"
}

.mod-header .cat-item-row {
	display: table-row
}

.mod-header .cat-item-row a {
	display: table-cell
}

.mod-header .cat-tag {
	display: inline-block;
	vertical-align: middle;
	width: 28px;
	height: 12px;
	margin-left: 6px;
	margin-top: -2px
}

.mod-header .cat-tag.is-beta {
	background-image: url(../img/cpimg/sprite.png);
	background-position: -299px -158px
}

.mod-header .cat-tag.is-hot {
	background-image: url(../img/cpimg/sprite.png);
	background-position: -267px -158px
}

.mod-header .cat-tag.is-new {
	background-image: url(../img/cpimg/sprite.png);
	background-position: -321px -124px
}

.mod-header .ico-lan {
	width: 24px;
	height: 30px;
	background-image: url(../img/cpimg/sprite.png);
	background-position: -267px -124px
}

.mod-header .ico-voice {
	width: 33px;
	height: 30px;
	background-image: url(../img/cpimg/sprite.png);
	background-position: -267px -90px
}

.mod-header .ico-image {
	width: 33px;
	height: 30px;
	background-image: url(../img/cpimg/sprite.png);
	background-position: -304px -90px
}

.upgrade-box-cont h3 {
	font-size: 32px;
	line-height: 1;
	margin: 22px auto
}

.upgrade-box-cont p {
	color: #c3deff;
	width: 26em;
	margin: 0 auto
}

.upgrade-box-btm {
	margin-top: 45px
}

.upgrade-box-btm .btn {
	width: 180px;
	line-height: 48px;
	border: 1px solid #fff;
	border-radius: 4px;
	display: inline-block
}

.upgrade-box-btm .btn-ff {
	margin: 0 16px
}

.upgrade-box-btm .btn:hover {
	background-color: hsla(0,0%,100%,.2)
}

.upgrade-box-btm i {
	display: inline-block;
	margin-right: 10px;
	vertical-align: text-bottom
}

.ie-placeholder {
	color: #aaa
}

@media screen and (max-width:1400px) {
	.mod-header .cat-box {
		padding: 0 0 0 18px
	}

	.mod-header .cat-group {
		margin-left: 6px
	}
}

html[lang=en] body {
	font-family: Arial,sans-serif
}


#live2dcanvas {
    border: 0 !important;
}