/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ========================================= */
img{
	margin-top: 3px;
	margin-bottom: 15px;
	position: relative;
    max-width: 100%;
	max-height: 800px;
    /* padding-bottom: 56.25%; */
}

header h2 a{
	background: darkblue;
	color: #c5c5c5;
	text-decoration: none;
}

body{
	background-color: #111;
	color: #c5c5c5;
	line-height: 1.7;
	font-family: Microsoft JhengHei;
}

h1{
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.7;

	background-color:black;
	position: sticky;
	top:0;
	z-index:999;
}

h2{
	font-size: 1.5em;
	line-height: 1.7;
}

h2 a{
	background: darkblue;
	color: #c5c5c5;
	text-decoration: none;
}

.hl {
    color: #fff;
}

.f1{
	color: #df1212;
}

.f2 {
    color: #090;
}

.f3 {
    color: #cdcd2a;
}

.hl .f1{
	color: #f66;
}

.hl .f3{
	color: #ff6;
}

.push_ipdatetime{
	float:right;
}


a{
	background-color: #111;
	color: #9d9d9d;
}

a:hover{
	background: #555;
	color: #9d9d9d;
}

p{
	word-wrap: break-word;
}

span{
	word-wrap: break-word;
}

.img-span{
	display: flex;
	margin: auto;
}
.wrap{
	margin: 0 auto;
	max-width: 1024px;
}

.content .article{
	font-size: 22px;
}



@media(max-width: 768px)
{
	.wrap{
		margin: 0 auto;
		max-width: 768px;
	}

	.content .article{
		font-size: 18px;
	}
}

@media(max-width: 375px)
{
	.wrap{
		margin: 0 auto;
		max-width: 375px;
	}

	.content .article{
		font-size: 16px;
	}
}


.header{
	background: darkblue;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.content{
	padding-right: 20px;
	padding-left: 20px;
}

.content .article{
	display: flex;
	flex-direction: column;
}

.content .article p{
	/* margin-top: 5px;
	margin-bottom: 5px; */
	line-height: 24px;
}

.content .keypoint{
	color: #f57edb;
	font-style: italic;
}


.content .article div{
	display: inline;
}

.content .article .push div{
	display: block;
    width: 100%;
    margin: 0.5em auto;
}

.push{
	line-height: 170%;
}

/* .push a{
	background-color: #111;
	color: rgb(124, 124, 124);
}

.push a:hover{
	background: #555;
	color: #ccc;
} */

.content li{
	border: 1px solid gray;
	margin-top: 3px;
}

.content li a{
	display: block;
	text-decoration: none;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
	font-size: 1.2em;
}

.video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
	border:1px #660000 solid;
}

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}

.footer{
	height: 30px;
	background: darkblue;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
}

.footer a{
	background-color:darkblue;
	text-decoration: none;
}

.footer a:hover{
	background-color:darkblue;
	text-decoration: none;
}

.googleAD-article-bottom{
	position: sticky;
	bottom:0;
	z-index:900;
}