h1,h2,h3,h4,h5,h6,p,a{
	word-break: break-all;
}

body{
	font-size: 16px;
	font-family: Helvetica, arial, sans-serif;
	background-color: #ccc;
}

.main{
	margin: auto;
	margin-top: 10px;
	box-shadow: 3px 3px 9px rgba(0,0,0,.2);
}

@media screen and (min-width: 1080px){

	.main{
		width: 1080px;
	}

	header{
		height: 160px;
	}

	.header-qrcode{
		display: block;
	}

	.header-address{
		float: left;
		margin-top: 20px;
		margin-left: 20px;
	}

	.header-self{
		float: right;
		margin-top: 40px;
		margin-right: 40px;
	}

	.content{
		height: 1740px;
	}

	.content-half{
		float: left;
		width: 50%;
	}
}

@media screen and (max-width: 1080px){

	.main{
		width: 100%;
	}

	header{
		height: 280px;
		padding-top: 20px;
		padding-bottom: 10px;
	}

	.header-qrcode{
		display: none;
	}

	.header-address{
		margin-top: 20px;
		margin-left: 20px;
	}

	.header-self{
		margin: auto;
	}

	.content{
		height: auto;
	}

	.content-half{
		width: 100%;
		padding-top: 10px;
		padding-bottom: 10px
	}
}

header{
	width: 100%;
	background-color: #c99;
	color: white;
}

.header-qrcode{
	float: left;
	height: 120px;
	margin-top: 20px;
	margin-left: 40px;
}

.header-address p, .header-address a{
	font-size: 18px;
	margin: 2px;
}

.header-address a{
	color: inherit;
	transition: linear 0.3s;
	/* text-decoration: none; */
}

.header-address a:hover{
	color: #faa;
}

.header-self{
	text-align: center;
}

.header-self h1{
	font-size: 48px;
	margin-top: 0;
	margin-bottom: 10px;
}

.header-self h2{
	font-size: 24px;
	margin-top: 0;
}

.content{
	width: 100%;
	background-color: #ffffff;
}

.content-main{
	width: 90%;
	margin: auto;
}


.content h1 {
	padding-bottom: 0.3em;
	border-bottom: 1px solid #eee;
}

.content h2 {
	padding-bottom: 0.3em;
	border-bottom: 1px solid #eee;
}

.content h1{
	font-size: 1.7em;
	margin-top: 0.8em;
	margin-bottom: 0.4em;
}

.content h2{
	font-size: 1.5em;
	margin-top: .4em;
	margin-bottom: .4em;
}

.content h3,h4,h5,h6{
	font-size: 1.2em;
	margin-top: 1em;
	margin-bottom: 1em;
}

.content p,.content a,.content code,.content .highlight,.content ol{
	font-size: 1em;
	line-height: 1.5em;
}

.content p{
	margin-bottom: 0.5em;
	margin-top: 0.5em;
	color: black;
	text-align: left;
	display: block;
}

.content a{
	color: #888;
	transition: linear 0.3s;
}

.content a:active,
.content a:hover {
	color: black;
}

.content blockquote{
	background-color: #00d6b2;
	padding: 1px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 0px;
	margin-right: 0px;
}

.content img {
	max-width: 100%;
	max-height: 320px;

}

.content table{
	border-color: black;
	padding: 0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-spacing: 0;
	margin: 10px;
}

.content tr{
	text-align: center;
}

.content th{
	background-color: #aaaaaa;
	padding: 10px;
	text-align: center;
}

.content td{
	padding: 10px;
	text-align: center;
}

.content table, .content th, .content td {
	border: 1px solid;
	border-color: rgba(20, 20, 20,0.8);
}

.content blockquote{
	-webkit-transition: background-color 1s ease-in;
	-moz-transition: background-color 1s ease-in;
	-o-transition: background-color 1s ease-in;
	transition: background-color 1s ease-in;
}

.content code{
	font-weight: bolder;
	background-color: #ddd;
}

.content hr {
	border-bottom-color: #eee;
}

.my404{
	text-align:center;
}
