@media screen and (max-width: 1024px) {
	.content{
		width: 100% !important;
		padding: 0 10px;
		-webkit-box-sizing: border-box;
    	box-sizing:border-box;
	}
	.title,.gohome{
		font-size: 24px !important;
	}
	.title{
		font-size: 24px !important;
	}
	.gohome{
		font-size: 24px !important;
		margin: 10px 0 !important;
	}
	.title_box .title{
		font-size: 20px !important;
	}
	.title_box .date{
		font-size: 14px !important;
		margin: 0 !important;
		display: block !important;
	}
	.article-entry{
		font-size: 14px !important;
	}
	.article_list .desc{
		font-size: 14px !important;
	}
}
* {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: none;
  max-width: 100%;
}
img {
  vertical-align: top;
  border: none;
}
input,
textarea {
  -webkit-user-select: text;
  -ms-user-select: text;
  user-select: text;
  -webkit-appearance: none;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}
input[type="text"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
input[type="email"],
input[type="url"],
textarea {
  -webkit-appearance: none;
  border: 1px solid;
  border-radius: 0;
}
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
a {
  text-decoration: none;
  -webkit-touch-callout: none;
  color: #227ce8;
  font-size: 12px;
}
em,
i {
  font-style: normal;
}
li {
  margin-left: 10px;
}
body{
	color: #555;
	font-family: Helvetica, arial, freesans, clean, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol";
}
a:hover{
	text-decoration: underline;
}

/*代码片段样式*/
pre{
	display: block;
	background-color: #f7f7f7;
	padding: 10px;
	overflow-x:scroll;
	border-radius: 3px;
	line-height: 20px;
}
pre code{
	background-color: #f7f7f7;
}
code{
	font-family: Consolas;
	padding: 3px;
	background-color: rgba(0,0,0,0.06);
	border-radius: 3px;
	margin: 0 2px;
	font-size: 13px;
}
hr{
	margin: 20px 0;
	border: none;
	border-top: 1px solid rgba(0,0,0,0.1);
}
p{
	margin: 10px 0;
}
.h-font{
	font-weight: normal;
	font-family: Cambria, Georgia, "Microsoft Jhenghei", "Hiragino Sans GB", "Microsoft YaHei", "Times New Roman", serif;
}
