/*sheme_color: gray*/

body,
html {
	margin: 0;
	border-right: 1px solid lightgray;
	overflow-x: hidden;
}

a {
	word-break: keep-all;
	text-decoration: none;
	color: black;
}


/*修改element.style默认样式*/

h1,
h2,
h3,
h4,
h5,
h6 {
	width: auto !important;
}

p {
	text-indent: 10%;
	text-align: justify;
}

iframe {
	margin-left: 50%;
	transform: translateX(-50%);
}

#navList {
	display: flex;
	list-style: none;
	padding: 0px;
}

#navList li {
	margin-left: 10px;
}

.imgStyle {
	box-sizing: border-box;
	box-shadow: 0px 20px 15px darkgrey;
	margin-left: 50%;
	transform: translateX(-50%);
	border-top: 1px solid lightgray;
	margin-top: 10px;
	margin-bottom: 20px;
	width: 90%;
	height: auto;
}
.star.imgStyle{
	display: none !important;
}
#tbCommentBody {
	min-height: 200px;
}

ul li a {
	line-break: normal;
	word-break: break-all;
	overflow: inherit;
	text-overflow: ellipsis;
	font-size: 13px;
	color: black;
}

#TopViewPostsBlock ul {
	box-sizing: border-box;
	list-style: none;
	padding: 10px;
}

#TopViewPostsBlock ul li {
	margin-top: 10px;
	width: auto;
}

.myDivBtns {
	flex: auto;
	color: black;
	border: 1px lightgray solid;
	border-radius: 3px;
	text-align: center;
	background-color: #C8C8C8;
	height: 20px;
	line-height: 20px;
	font-size: 15px;
	font-weight: 900
}

.myDivBtns:hover {
	color: white;
	background-color: #989898;
}

@media screen and (min-width: 900px) {
	.postTitle2 {
		text-decoration: none;
		font-size: 20px;
		width: 90%;
		word-break: break-all;
		color: black;
	}
	a:hover {
		color: orange;
	}
	.postTitle2:hover {
		color: red;
	}
	#blogTitle {
		text-align: center;
		color: black;
		font-size: 15px;
	}
	#main {
		padding-top: 10px;
		padding-left: 3%;
		padding-right: 10px;
		margin-left: 5%;
		margin-right: 5%;
	}
	#sideBar {
		background-color: white;
		float: left;
		width: 25%;
		margin-left: 5px;
		border: 1px solid lightgray;
	}
	.postTitle {
		padding: 5px;
		margin-right: 0px;
		margin-top: 20px;
		margin-bottom: 10px;
		text-align: center;
	}
	.postDesc {
		margin-top: 5px;
		margin-left: 5px;
		margin-right: 5px;
		margin-bottom: 10px;
	}
	#mainContent {
		float: left;
		width: 70%;
		padding: 10px;
		border: 1px solid lightgray;
		background-color: white;
		margin-bottom: 20px;
	}
	/*PC*/
	#green_channel {
		box-sizing: border-box;
		position: fixed;
		right: 0px;
		height: 50px;
		width: 100%;
		bottom: 0px;
		margin: 0px;
		align-items: center;
		background-color: #F0F8FF;
		display: flex;
		padding-left: 30%;
		padding-right: 30%;
		z-index: 3;
	}
	#green_channel a {
		display: block;
		width: auto;
		flex: auto;
		font-size: 14px;
		align-items: center;
		z-index: 3;
	}
	#comment_nav {
		height: 25px;
		padding: 10px;
		position: fixed;
		right: 10px;
		bottom: 50px;
		border-style: solid;
		border-color: #606060;
		border-width: 1px;
		background-color: white;
		box-shadow: 10px 10px 10px #888888;
		z-index: 3;
	}
	#myA {
		background-color: #990033;
		color: white;
		height: 25px;
		width: 70px;
		border-radius: 5px;
	}
	#flowAction {
		background-color: green;
		color: white;
		height: 25px;
		border-radius: 5px;
		width: 70px;
	}
	#contactmewebsiteImg {
		border-radius: 5px;
		z-index: 3;
	}
	#contactmemobileImg {
		display: none;
		z-index: 3;
	}
	#contactmemobile {
		display: none;
		z-index: 3;
	}
	#contactmewebsite {
		display: inline;
		position: fixed;
		width: 120px;
		height: 180px;
		right: 5px;
		bottom: 110px;
		z-index: 3;
		background-image: url("https://images.cnblogs.com/cnblogs_com/tig666666/888975/o_redPackageBtn.gif");
		background-size: 100% 100%;
	}
	#contactmewebsite:hover {
		background: url("https://images.cnblogs.com/cnblogs_com/tig666666/888975/o_alibabaScanImage%20.png");
		background-size: 100% 100%;
		bottom: 100px;
		width: 281px;
		height: 422px;
	}
	table {
		text-align: left;
		font-size: 16px;
	}
}

@media screen and (max-width: 900px) {
	.postTitle2 {
		text-decoration: none;
		font-size: 12px;
		width: 90%;
		word-break: break-all;
		color: black;
	}
	#blogTitle {
		text-align: center;
		color: black;
		font-size: 8px;
	}
	#main {
		padding-top: 10px;
		padding-left: 3%;
		padding-right: 10px;
		/*background-image: url(https://images.cnblogs.com/cnblogs_com/tig666666/888975/o_7697963_121659608117_2.jpg);*/
	}
	#sideBar {
		margin-top: 2px;
		background-color: white;
		float: left;
		width: 100%;
		border: 1px solid lightgray;
	}
	#mainContent {
		float: left;
		background-color: white;
		width: 100%;
	}
	.forFlow {
		padding: 10px;
	}
	.postTitle {
		padding: 5px;
		margin-right: 0px;
		margin-top: 15px;
		margin-bottom: 10px;
		text-align: center;
	}
	.postDesc {
		margin-top: 5px;
		margin-left: 5px;
		margin-right: 5px;
		margin-bottom: 10px;
		font-size: 12px;
	}
	#tbCommentAuthor {
		width: 90%;
	}
	#tbCommentBody {
		width: 100%;
	}
	#myA {
		position: fixed;
		right: 5px;
		bottom: 85px;
		width: 70px;
		height: 22px;
		border-radius: 5px;
	}
	#flowAction {
		position: fixed;
		color: white;
		border-radius: 5px;
		width: 70px;
		right: 5px;
		height: 22px;
		bottom: 120px;
		z-index: 3;
	}
	#contactmemobile {
		display: inline;
		position: fixed;
		width: 60px;
		right: 5px;
		bottom: 50px;
		height: 85px;
		border-radius: 5px;
		z-index: 3;
	}
	#contactmemobileImg {
		display: inline;
		margin-left: 0px;
		width: 60px;
		height: 85px;
		border-radius: 5px;
		z-index: 3;
	}
	#contactmewebsite {
		display: none;
		z-index: 3;
	}
	#comment_nav {
		position: fixed;
		height: 30px;
		bottom: 0px;
		width: 100%;
		text-align: center;
		font-size: 20px;
		font-weight: 900;
		border-style: solid;
		border-width: 1px;
		background-color: white;
		left: 0px;
		z-index: 3;
	}
	table {
		text-align: left;
		font-size: 9px;
	}
	#green_channel {
		box-sizing: border-box;
		padding-left: 10px;
		padding-right: 10px;
		position: relative;
		display: flex;
		width: 100%;
		margin-left: 50%;
		transform: translateX(-50%);
		align-items: center;
		z-index: 3;
	}
	#green_channel a {
		display: block;
		flex: auto;
		font-size: 6px;
		align-items: center;
		z-index: 3;
	}
}

.catListTitle {
	text-align: center;
}

.menu {
	color: black;
	text-decoration: none;
}

#header {
	margin: 0;
	padding: 0;
	border: 1px solid lightgray;
	/*background-image: url(https://images.cnblogs.com/cnblogs_com/tig666666/888975/o_1731731_3.jpg);*/
}

#menuPart {
	position: fixed;
	top: 210px;
	left: 10px;
	width: 40px;
	height: 80px;
	line-height: 35px;
	padding: 10px;
	z-index: 3;
	border-radius: 10px;
	text-align: center;
	border: 1px solid lightgray;
	color: black;
	background-color: white;
	cursor: pointer;
	-webkit-user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
}

#menuSpan {
	font-weight: lighter;
	font-size: 40px;
}

#menuPartDetail {
	position: fixed;
	display: none;
	top: 200px;
	left: 50px;
	padding: 10px;
	width: 300px;
	height: auto;
	border: 1px solid black;
	color: darkgray;
	border-radius: 10px;
	background-color: white;
	-webkit-user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
	overflow: hidden;
}

#menuPartDetail li {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#menuPartDetail a {
	width: auto;
	height: auto;
	line-height: 15px;
	font-size: 15px;
	word-wrap: break-word;
	cursor: pointer;
}

.entrylistItem {
	padding-top: 10px;
	padding-bottom: 10px;
}

.entrylistItemTitle,
.entrylistPosttitle {
	text-align: center;
	color: black;
}

.day {
	padding: 5px;
	border-style: solid;
	margin-bottom: 5px;
}

.postSeparator {
	height: 3px;
	background-color: #696969;
}

.dayTitle a {
	float: left;
	width: 100px;
	font-size: 8px;
}

.c_b_p_desc {
	padding: 10px;
	font-size: 12px;
	float: left;
}

#google_q,
#q {
	border-width: 1px;
	border-color: #C0C0C0;
}

#sidebar_search,
#sidebar_postcategory {
	border: 1px solid lightgray;
	padding: 15px;
}

#sidebar_postcategory ul li {
	margin-top: 10px;
	font-size: 13px;
}

.sidebar-block {
	border: 1px solid lightgray;
	text-overflow: ellipsis;
	padding: 15px;
}


/*#blog-calendar {
	display: none;
	border: 1px solid lightgray;
	padding: 15px;
}*/

.catListLink {
	/*border-style: dashed;*/
	border: 1px solid lightgray;
	padding: 15px;
}

div.myDiv {
	/*border-style: dashed;*/
	border: 1px solid lightgray;
	padding: 10px;
	background-color: white;
	font-size: 12px;
}

.myDiv p {
	white-space: pre-line;
	word-break: break-word;
	text-align: justify;
}

div.myDiv a {
	display: block;
	margin: 0px;
}

div.secondDiv {
	white-space: pre-line;
	border-width: 2px;
	border-color: black;
}

.myImage3 {
	margin: 0px;
	background-size: 100% 150px;
	/*animation: imgAnimation 3.5s infinite;
	-webkit-animation: imgAnimation 3.5s infinite;*/
	z-index: 1;
}

.myImage3:hover {
	animation-play-state: paused;
	-webkit-animation-play-state: paused;
}

p.myPs {
	font-size: 12px;
	color: black;
	margin-top: 5px;
}

#footer {
	margin-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	font-weight: bold;
}

#flowAction:hover {
	background-color: orange;
	color: red;
	padding: 5px;
	border-radius: 5px;
}

#contactmemobile:hover {
	background-color: orange;
	color: red;
	padding: 5px;
	border-radius: 5px;
}

#myA:hover {
	background-color: orange;
	padding: 5px;
	border-radius: 5px;
}

#flowAction:visited {
	padding: 0px;
}

#contactmemobile:visited {
	padding: 0px;
}

#myA:visited {
	padding: 0px;
}

#comment_form_container {
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	border-style: solid;
	border-width: 1px;
}

.comment_textarea {
	width: 100%;
}

.commentbox_title_right {
	margin-right: 90px;
}

div.clear {
	height: 1px;
	margin-bottom: 10px;
	margin-top: 10px;
	background-color: #E0E0E0;
}

#main>div.clear {
	display: none;
}

#myBtns {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}

#myCounter {
	width: 100%;
}

.myCounters {
	margin-left: 8%;
	margin-right: 8%;
}

#cnblogs_post_body {
	padding-left: 20px;
	padding-right: 20px;
}

#cnblogs_post_body p {
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
	text-indent: 0px;
}

#blog_post_info {
	width: 100%;
}
.cnblogs_code_copy {
	display: none;
}
.cnblogs_code_copy img {
	width: 30px;
	height: 30px;
	box-shadow: none;
	float: left;
}

blockquote {
	margin-left: 0px;
	width: 90%;
}


/*版权*/

.blogTipsHeader {
	font-size: 12px;
	color: black;
}

.blogTipsHref {
	font-size: 12px;
	color: red;
	white-space: pre-wrap;
	word-wrap: break-word;
}


/*打赏*/

.payRewardNode {
	position: fixed;
	bottom: 70px;
	width: 280px;
	height: 400px;
	border: 2px solid black;
	box-shadow: 10px 10px 10px gray;
	left: 50%;
	border-radius: 10px;
	transform: translateX(-50%);
	display: none;
}


/*屏蔽*/

#Header1_HeaderTitle {
	text-align: center;
	color: black;
	font-size: 45px;
	font-width: bold;
}

#Header1_HeaderTitle:hover {
	color: red;
}

#lnkBlogLogo {
	display: none;
}

#home {
	opacity: 0;
}


/*提示*/

#hoverTipsDiv {
	position: fixed;
	z-index: 100;
	background-color: white;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}

#hoverTipsDiv span {
	position: absolute;
	right: 50%;
	top: 50%;
	width: auto;
	height: auto;
	white-space:nowrap;
	transform: translateX(50%);
	color: black;
	font-size: 20px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: white;
	color: gray;
	border: 1px solid lightgray;
}

@keyframes imgAnimation {
	0% {
		opacity: 1.0;
	}
	25% {
		opacity: 0.9;
	}
	50% {
		opacity: 0.1;
	}
	75% {
		opacity: 0.9;
	}
	100% {
		opacity: 1.0;
	}
}

@-webkit-keyframes imgAnimation {
	0% {
		opacity: 1.0;
	}
	25% {
		opacity: 0.9;
	}
	50% {
		opacity: 0.1;
	}
	75% {
		opacity: 0.9;
	}
	100% {
		opacity: 1.0;
	}
}


/*remove defualt syle*/

#mobile-style,
#sidebar_search,
#sidebar_categories,
#ad_t2,
#blog-calendar,
.c_ad_block,
#author_profile,
.buryit,
#profile_block {
	display: none;
}

#div_digg{
	width: auto !important;
}