html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
  margin: 0;
  background: #fff;
  font-family: "PingFang TC", "Helvetica Neue", Helvetica, STHeitiTC-Light, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.66;
  position: relative;
  word-wrap: break-word;
}

p {
    margin: 0 0 1.5em;
    padding: 0;
}

.custom-header {
    position: relative;
    display: table;
    height: 90vh;
}

.custom-header-media {
    position: absolute;
    margin: 0 0 0 0;
    width: 100%;
    overflow: hidden;
}

.custom-header-media img {
    position: fixed;
    left: 50%;
    top: 50%;
    max-width: 200%;
    min-width: 100vw; /* vw prevents 1px gap on left that 100% has */
    min-height: 100%;
    padding-bottom: 1px; /* Prevent header from extending beyond the footer */
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}


.site-branding {
    position: relative;
    -webkit-transition: margin-bottom 0.2s;
    transition: margin-bottom 0.2s;
    z-index: 3;
    display: table-cell;
    vertical-align: bottom;
    bottom: 1em;
}

.site-branding a {
    text-decoration: none;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.site-branding a:hover,
.site-branding a:focus {
    opacity: 0.7;
}

.wrap {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-left: 32px;
    padding-right: 32px;
}

.site-title {
    clear: none;
    font-size: 1.25em;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: 0.08em;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

.site-title a {
    color: #fff;
    opacity: 1;
}

.site-description {
    font-size: 0.6em;
    margin-bottom: 0;
    color: #fff;
    opacity: 0.8;
}

.site-content-contain {
    position: relative;
    display: flex;
    justify-content: center;
	background-color: #fff;
    height: 600px;
    width: 100%;
}

.entry-header .entry-title {
    margin-top: 100px;
	margin-bottom: 1em;
    margin-left: 32px;
    margin-right: 32px;
}

.entry-content {
    margin-left: 32px;
    margin-right: 32px;
    font-size: 24px;
}

.footer {
    background-color: #272f3c;
	position: relative;
    display: block;
}

.footer-container {
    display: flex;
    justify-content: center;
}

.footer .image {
    overflow: hidden;
    opacity: 1;
    margin-left: 10px;
    margin-right: 5px;
    margin-bottom: 15px;
}

.footer .qrcode {
    overflow: hidden;
    opacity: 1;
    margin: 0.5em 0.5em 0.5em 0.5em;
}

.footer .text {
    color: #98999D;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    letter-spacing: 0;
    margin-bottom: 15px;
}