.landing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  overflow: hidden;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#009BD2), color-stop(18.76%, #61D4FC), color-stop(53.95%, #31B0F9), color-stop(79.14%, #0099CD));
  background-image: linear-gradient(#009BD2, #61D4FC 18.76%, #31B0F9 53.95%, #0099CD 79.14%); }
  .landing__title {
    display: block;
    max-width: 707px;
    margin: 0 auto 40px;
    background: url("../images/index/title.png") no-repeat center;
    background-size: contain; }
    .landing__title:after {
      content: '';
      display: block;
      padding-top: 8.34512%; }
    @media (max-width: 767.98px) {
      .landing__title {
        padding: 0 15px; } }
  .landing__picture {
    position: relative;
    height: 420px; }
    .landing__picture:after {
      content: '';
      display: block;
      position: absolute;
      left: 50%;
      width: 1167px;
      height: 420px;
      -webkit-transform: translate(-50%);
              transform: translate(-50%);
      background: url("../images/index/background.png") no-repeat center;
      background-size: contain;
      z-index: -1; }
  .landing__logo {
    display: block;
    max-width: 158px;
    margin: 20px auto;
    background: url("../images/index/logo.png") no-repeat center;
    background-size: contain; }
    .landing__logo:after {
      content: '';
      display: block;
      padding-top: 22.1519%; }
  .landing__nav {
    height: 50px;
    background: #FFF;
    margin-top: -10px; }
    @media (max-width: 767.98px) {
      .landing__nav {
        height: auto; } }

.landing-nav {
  line-height: 42px;
  overflow: hidden; }
  .landing-nav__item {
    color: #FFF;
    background-image: -webkit-gradient(linear, left top, right top, from(#E36620), color-stop(53.89%, #F3861F), color-stop(81.84%, #F9AF44), to(#F8AE4F));
    background-image: linear-gradient(to right, #E36620, #F3861F 53.89%, #F9AF44 81.84%, #F8AE4F);
    text-decoration: none;
    font-size: 1.25em;
    font-size: 1.25rem; }
    .landing-nav__item:hover, .landing-nav__item:active {
      color: #FFF;
      text-decoration: none; }

.posts__header {
  height: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media (max-width: 767.98px) {
    .posts__header {
      height: 200px; } }
.posts__logo {
  width: 225px;
  margin: 0;
  background: url("../images/index/logo.png") no-repeat center; }
  @media (max-width: 767.98px) {
    .posts__logo {
      width: 100%; } }
  .posts__logo:after {
    content: '';
    display: block;
    padding-top: 97px; }
.posts__title {
  margin: 0; }
  .posts__title:after {
    content: '';
    display: block;
    padding-top: 97px; }
.posts__banner {
  margin-top: 30px;
  margin-bottom: 80px;
  text-align: center; }
  .posts__banner img {
    max-width: 100%; }

.posts-item__title {
  display: inline-block;
  padding: 5px 10px;
  font-size: 1.25em;
  font-size: 1.25rem;
  border-radius: 10px; }
  .posts-item__title a {
    color: #FFF; }
    .posts-item__title a:hover, .posts-item__title a:active {
      color: #FFF; }
.posts-item__author {
  font-size: 0.8125em;
  font-size: 0.8125rem;
  color: #007C6B; }

.post img {
  max-width: 100%; }
.post__header {
  margin-bottom: 10px; }
.post__header-split {
  clear: both;
  margin-top: 30px;
  margin-bottom: 20px;
  margin-left: -100%;
  border-color: #000; }
.post__title {
  margin-top: 20px;
  font-size: 30px;
  color: #EA1C24; }
.post__author {
  font-size: 18px;
  font-weight: normal;
  color: #007C6B; }
.post__body {
  font-size: 18px; }
  .post__body h1 {
    margin-top: 1em;
    font-size: 25px;
    color: #1E75B9; }
.post__footer {
  margin: 50px auto 25px;
  text-align: center; }

.post-meta {
  margin-top: 50px;
  clear: both;
  overflow: hidden;
  zoom: 1;
  font-size: 18px; }
  .post-meta__title, .post-meta__data {
    float: left;
    clear: left;
    font-weight: normal; }
  .post-meta__title:before {
    content: '';
    display: inline-block;
    margin-right: .5em;
    width: .9em;
    height: .9em;
    background: #EA1C24; }
  .post-meta__data {
    clear: right; }

.post-nav {
  font-size: 14px; }
  .post-nav__list {
    clear: both;
    margin: 0;
    padding: 0;
    display: inline-block;
    list-style: none;
    overflow: hidden;
    zoom: 1; }
  .post-nav__item, .post-nav__divider {
    float: left;
    color: #808080; }
    .post-nav__item a, .post-nav__item a:hover, .post-nav__item a:active, .post-nav__divider a, .post-nav__divider a:hover, .post-nav__divider a:active {
      color: #808080; }
  .post-nav__divider {
    margin: 0 .5em; }
  .post-nav__item--active {
    color: #194866; }

body, html {
  height: 100%; }

.page-index {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#009BD2), color-stop(49%, #009BD2), color-stop(51%, #0099CD), to(#0099CD));
  background-image: linear-gradient(#009BD2, #009BD2 49%, #0099CD 51%, #0099CD); }

.page-insight {
  background: #C7E8FA; }
  .page-insight__back {
    margin: 30px auto;
    text-align: center; }
  .page-insight__link {
    color: #194866; }
    .page-insight__link:hover, .page-insight__link:active {
      color: #194866; }

.posts__header--insight {
  background: #2E318F; }
.posts__logo--insight {
  background-color: #007C6B; }
.posts__title--insight {
  background: url("../images/insight/header.png") no-repeat 25px center;
  background-size: auto 100%; }

.posts-item__title--insight {
  background-color: #1E75B9; }
.posts-item__content--insight {
  color: #194866; }

.page-analytic {
  background: #FFFCD1; }
  .page-analytic__back {
    margin: 30px auto;
    text-align: center; }
  .page-analytic__link {
    color: #194866; }
    .page-analytic__link:hover, .page-analytic__link:active {
      color: #194866; }

.posts__header--analytic {
  background: #F4901E; }
.posts__logo--analytic {
  background-color: #007C6B; }
.posts__title--analytic {
  background: url("../images/analytic/header.png") no-repeat 25px center;
  background-size: auto 100%; }

.posts-item__title--analytic {
  background-color: #F4901E; }
.posts-item__content--analytic {
  color: #194866; }

.page-trend {
  background: #FCEBF3; }
  .page-trend__back {
    margin: 30px auto;
    text-align: center; }
  .page-trend__link {
    color: #194866; }
    .page-trend__link:hover, .page-trend__link:active {
      color: #194866; }

.posts__header--trend {
  background: #CD7D97; }
.posts__logo--trend {
  background-color: #007C6B; }
.posts__title--trend {
  background: url("../images/trend/header.png") no-repeat 25px center;
  background-size: auto 100%; }

.posts-item__title--trend {
  background-color: #EF8BB6; }
.posts-item__content--trend {
  color: #194866; }


body
{
    font-family: Verdana, Verdana, Microsoft JhengHei, PMingLiU, sans-serif;
    margin-left: 0px;
	margin-top: 0px;
    }
    