/** watchOS 11 **/
.page-overview .section-router .router-item.router-watchos .router-image {
  margin-bottom: 82px;
}

@media only screen and (max-width: 1068px) {
  .page-overview .section-router .router-item.router-watchos .router-image {
    margin-bottom: 54px;
  }
}

@media only screen and (max-width: 734px) {
  .page-overview .section-router .router-item.router-watchos .router-image {
    margin-bottom: 74px;
  }
}

/** 生產力 **/
.section-productivity .grid-item-keyboard .tile .tile-headline {
  width: 300px;
}

.section-productivity .grid-item-keyboard .tile .tile-overlay-headline {
  width: 300px;
}

/** router **/
.page-overview .section-router .router-item.router-beta .router-headline {
  max-width: 17ch;
}

/** maps **/
.section-maps .grid-item-walking .tile .typography-blockquote-copy {
  width: 450px;
}

/** 訊息 -- 訊息文字新玩法 **/
.section-messages .grid-item-effects .tile .typography-blockquote-copy {
  width: 480px;
}

@media only screen and (min-width: 1068px) and (max-width: 1250px) {
  .section-messages .grid-item-effects .tile .typography-blockquote-copy {
    width: 420px;
  }
}

@media only screen and (max-width: 1068px) {
  .section-messages .grid-item-effects .tile .typography-blockquote-copy {
    width: 360px;
  }
}

#ac-globalfooter .ac-gf-sosumi .pingfang{
  font-family: "PingFang TC", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	position: relative;
	top: -1px;
	font-size: 10.5px;
}