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;
}
#custom-content{max-width:100%; margin: 20px auto;padding: 20px;}
#custom-content img {max-width: 100%;margin-bottom: 10px;}
h1{
	font-family: "Noto Sans SC", "Archivo Black", sans-serif;
    font-size: 22px;
    margin: 20px 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #c7cdd7;
	font-weight: 700;
}
img{overflow: hidden;border-radius:5px;}
h1 span{color:#1a7af1}
p {font-family: "Noto Sans SC", sans-serif;margin:0px;transition: all 0.4s ease-in-out;letter-spacing: -0.01rem;font-size: 16px;font-weight: 200;line-height: 1.5;margin:10px 0;color:#666}
strong{font-weight:500;color:black}
.tips{
	background: #3d40c5;
    font-size: 12px;
    color: white;
    padding: 3px 5px;
    border-radius: 5px;
    display: inline-block;
    margin-bottom: 20px;
}