html {
  height: 100%;
  -webkit-text-size-adjust: none;
}

body {
  margin: 0;
  padding: 0;
  height: 100%;
  color: #000;
  font-family: Helvetica, Arial, sans-serif;
  background: #fff;
  overflow: hidden;
}

a {
  color: #1f5fae;
}

.page {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-height: 0;
  background: #fff;
  overflow: hidden;
}

.home-page,
.detail-page {
  background: #d7dbe3;
  background-image: url("assets/ios6-table-view-grouped-background.5bf4fbe187ed.png");
}

.nav-bar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
  height: 44px;
  border-bottom: 0;
  background: #65768f;
  background-image: url("assets/ios6-navigation-bar-default-background.0ea4ec580893.png");
  background-repeat: repeat-x;
  -webkit-box-shadow: none;
}

.nav-bar h1 {
  margin: 0 64px;
  padding: 0;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 44px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0,0,0,.65);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.back-button {
  position: absolute;
  top: 7px;
  left: 7px;
  z-index: 2;
  display: block;
  height: 30px;
  padding: 0 4px 0 0;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 30px;
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0,0,0,.55);
  border-style: solid;
  border-color: transparent;
  border-width: 0 4px 0 12px;
  -webkit-border-image: url("assets/ios6-bar-button-back-default.4d7be8f862ab.png") 0 4 30 12;
  background: transparent;
  -webkit-border-radius: 0;
  -webkit-box-shadow: none;
  -webkit-box-sizing: border-box;
}

.back-button:active,
.install-button:active {
  opacity: .9;
  -webkit-transform: scale(.97);
}

.content {
  position: absolute;
  top: 44px;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0 0 22px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-box-sizing: border-box;
}

.home-content {
  min-height: 0;
  padding: 10px 9px 22px;
  background: #d7dbe3;
  background-image: url("assets/ios6-table-view-grouped-background.5bf4fbe187ed.png");
}

.detail-page .content {
  min-height: 0;
  padding: 10px 9px 22px;
  background: #d7dbe3;
  background-image: url("assets/ios6-table-view-grouped-background.5bf4fbe187ed.png");
}

.hero {
  position: relative;
  min-height: 94px;
  margin: 12px 9px 14px;
  padding: 13px 12px 12px 91px;
  color: #111;
  border: 1px solid #b3b7bf;
  -webkit-border-radius: 10px;
  background: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f5f6f9));
  -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.65);
  -webkit-box-sizing: border-box;
}

.home-hero {
  position: relative;
  min-height: 144px;
  margin: 0 0 17px;
  padding: 17px 12px 12px 116px;
  color: #111;
  border: 1px solid #a8abad;
  -webkit-border-radius: 10px;
  background: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(.57, #f7f8fa), to(#eceff4));
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.9), 0 1px 0 rgba(255,255,255,.65);
  -webkit-box-sizing: border-box;
  overflow: hidden;
}

.home-hero:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 34px;
  border-top: 1px solid rgba(255,255,255,.72);
  background: rgba(218,223,231,.46);
}

.home-hero.image-banner {
  min-height: 0;
  padding: 0;
  background: #fff;
  background-image: none;
}

.home-hero.image-banner:after {
  display: none;
}

.banner-image {
  display: block;
  width: 100%;
  height: auto;
  border: 0;
  -webkit-border-radius: 9px;
}

.banner-carousel {
  position: relative;
  width: 100%;
  padding: 0;
  background: #fff;
  -webkit-user-select: none;
  user-select: none;
}

.carousel-track {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  -webkit-border-radius: 9px;
  border-radius: 9px;
}

.carousel-slide {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: block;
  opacity: 0;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  pointer-events: none;
  -webkit-transition: opacity .38s ease-out;
  transition: opacity .38s ease-out;
}

.carousel-slide.is-active {
  z-index: 2;
  opacity: 1;
  pointer-events: auto;
}

.carousel-localsend {
  background-image: url("assets/banner.75b9dd3f207f.png");
}

.carousel-itv {
  background-image: url("assets/banner-itv.44856a0c6189.png");
}

.carousel-manga {
  background-image: url("assets/banner-manga.0ca47d9ebdf8.jpg");
}

.carousel-bilibili {
  background-image: url("assets/banner-bilibili.ff54acde9d40.png");
}

.carousel-classic-apps {
  background-image: url("assets/banner-classic-apps.bce3cecdf327.png");
}

.carousel-arrow {
  position: absolute;
  top: 50%;
  z-index: 4;
  display: none;
  width: 30px;
  height: 42px;
  margin: -21px 0 0;
  padding: 0 0 3px;
  color: #fff;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 35px;
  font-weight: normal;
  line-height: 37px;
  text-align: center;
  text-shadow: 0 -1px 2px rgba(0,0,0,.7);
  border: 1px solid rgba(0,0,0,.35);
  -webkit-border-radius: 7px;
  border-radius: 7px;
  background: rgba(23,29,38,.42);
  -webkit-appearance: none;
  appearance: none;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.18), 0 1px 2px rgba(0,0,0,.22);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.18), 0 1px 2px rgba(0,0,0,.22);
}

.carousel-arrow:active {
  background: rgba(20,67,128,.72);
}

.carousel-previous {
  left: 8px;
}

.carousel-next {
  right: 8px;
}

.carousel-pagination {
  position: absolute;
  right: 0;
  bottom: 7px;
  left: 0;
  z-index: 4;
  height: 16px;
  text-align: center;
  pointer-events: none;
}

.carousel-dot {
  display: inline-block;
  width: 9px;
  height: 9px;
  margin: 0 3px;
  padding: 0;
  vertical-align: middle;
  border: 1px solid rgba(0,0,0,.48);
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background: rgba(255,255,255,.62);
  -webkit-appearance: none;
  appearance: none;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.32);
  box-shadow: 0 1px 1px rgba(0,0,0,.32);
  pointer-events: auto;
}

.carousel-dot.is-active {
  background: #fff;
  -webkit-box-shadow: 0 0 0 2px rgba(24,72,132,.72), 0 1px 1px rgba(0,0,0,.3);
  box-shadow: 0 0 0 2px rgba(24,72,132,.72), 0 1px 1px rgba(0,0,0,.3);
}

.hero-icon-stack {
  position: absolute;
  left: 13px;
  top: 15px;
  width: 88px;
  height: 106px;
  z-index: 1;
}

.hero-main-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 76px;
  height: 76px;
  -webkit-border-radius: 17px;
  -webkit-box-shadow: 0 2px 6px rgba(0,0,0,.34);
}

.hero-small-icon {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 46px;
  height: 46px;
  -webkit-border-radius: 10px;
  font-size: 27px;
  line-height: 46px;
  -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.32);
}

.home-hero h2 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #000;
  font-size: 22px;
  font-weight: bold;
  line-height: 27px;
  text-shadow: 0 1px 0 rgba(255,255,255,.78);
}

.home-hero p {
  position: relative;
  z-index: 1;
  margin: 6px 0 7px;
  color: #4e5a6f;
  font-size: 14px;
  font-weight: bold;
  line-height: 19px;
  text-shadow: 0 1px 0 rgba(255,255,255,.78);
}

.banner-meta {
  display: block;
  position: relative;
  z-index: 1;
  color: #687386;
  font-size: 12px;
  font-weight: bold;
  line-height: 17px;
  text-shadow: 0 1px 0 rgba(255,255,255,.82);
}

.hero-button {
  display: block;
  position: relative;
  z-index: 1;
  width: 104px;
  height: 31px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 31px;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0,0,0,.55);
  border: 1px solid #0b4f9a;
  -webkit-border-radius: 7px;
  background: #2f7ed8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#7bb8f4), color-stop(.48, #3a88df), color-stop(.49, #246ec7), to(#1b5aa9));
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.48), 0 1px 2px rgba(0,0,0,.22);
}

.hero-button:active {
  opacity: .9;
  -webkit-transform: scale(.97);
}

.hero-icon {
  position: absolute;
  left: 13px;
  top: 13px;
  width: 64px;
  height: 64px;
  -webkit-border-radius: 14px;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.28);
}

.hero h2,
.app-hero h2 {
  margin: 0;
  color: #000;
  font-size: 22px;
  font-weight: bold;
  line-height: 27px;
  text-shadow: 0 1px 0 rgba(255,255,255,.65);
}

.hero p,
.app-hero p {
  margin: 4px 0 0;
  color: #4e5a6f;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
}

.section-title {
  margin: 0 10px 7px;
  padding-top: 1px;
  color: #596172;
  font-size: 15px;
  font-weight: bold;
  line-height: 19px;
  text-shadow: 0 1px 0 rgba(255,255,255,.9);
}

.detail-page .section-title {
  margin: 0 10px 7px;
  padding-top: 0;
  color: #4d576d;
  font-size: 17px;
  font-weight: bold;
  line-height: 21px;
}

.first-title {
  padding-top: 0;
}

.table-view {
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
}

.group,
.plain-list {
  border: 1px solid #b3b7bf;
  -webkit-border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.65);
}

.detail-page .group {
  border-color: #a8abad;
}

.plain-list {
  border-right: 0;
  border-left: 0;
  border-top: 0;
  -webkit-border-radius: 0;
  -webkit-box-shadow: none;
}

.home-list {
  margin-bottom: 17px;
}

.table-view li {
  position: relative;
  min-height: 43px;
  margin: 0;
  padding: 0 10px;
  line-height: 43px;
  border-bottom: 1px solid #dedede;
  overflow: hidden;
}

.table-view li:last-child {
  border-bottom: 0;
}

.app-link-row {
  min-height: 44px !important;
  padding: 0 !important;
  line-height: normal !important;
}

.app-link-row a {
  display: block;
  min-height: 44px;
  color: #000;
  text-decoration: none;
  -webkit-transition: background-color .12s ease-out;
}

.app-link-row a:active,
.link-row a:active {
  color: #fff;
  background: #2e75d7;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5b9df0), color-stop(.48, #2d7de1), color-stop(.49, #1b65cc), to(#1654ad));
}

.app-link-row a:active .row-title,
.app-link-row a:active .row-detail,
.link-row a:active {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,.45);
}

.app-link-row a:active .chevron,
.link-row a:active .chevron {
  border-color: #fff;
}

.row-icon {
  position: absolute;
  left: auto;
  right: 32px;
  top: 6px;
  width: 32px;
  height: 32px;
  -webkit-border-radius: 7px;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.26);
}

.weibo-icon {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 32px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(120,20,16,.65);
  background: #d83a31;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff806f), color-stop(.48, #ec4d40), color-stop(.49, #d7382f), to(#b91e19));
}

.hero-small-icon.weibo-icon {
  font-size: 27px;
  line-height: 46px;
}

.row-title {
  display: block;
  margin: 0 82px 0 10px;
  color: #000;
  font-size: 20px;
  font-weight: bold;
  line-height: 44px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.row-detail {
  display: none;
  margin: 1px 96px 0 11px;
  color: #606a7a;
  font-size: 13px;
  font-weight: bold;
  line-height: 17px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.featured-list .app-link-row a {
  min-height: 62px;
}

.featured-list .row-icon {
  left: 10px;
  right: auto;
  top: 10px;
  width: 42px;
  height: 42px;
  -webkit-border-radius: 9px;
}

.featured-list .weibo-icon {
  font-size: 26px;
  line-height: 42px;
}

.featured-list .row-title {
  margin: 8px 82px 0 63px;
  font-size: 18px;
  line-height: 23px;
}

.featured-list .row-detail {
  display: block;
  margin: 0 82px 0 64px;
  font-size: 13px;
  line-height: 18px;
}

.row-status {
  position: absolute;
  right: 32px;
  top: 14px;
  color: #3a557f;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  text-shadow: 0 1px 0 rgba(255,255,255,.8);
}

.app-link-row a:active .row-status {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,.45);
}

.chevron {
  position: absolute;
  right: 12px;
  top: 50%;
  width: 8px;
  height: 8px;
  margin-top: -6px;
  border-top: 3px solid #8e8e93;
  border-right: 3px solid #8e8e93;
  -webkit-transform: rotate(45deg);
}

.text-row {
  min-height: 0 !important;
  padding: 9px 10px 8px !important;
  color: #111;
  font-size: 15px;
  font-weight: bold;
  line-height: 20px !important;
  -webkit-box-sizing: border-box;
}

.note-list {
  margin-top: 22px;
  margin-bottom: 0;
  border-top: 1px solid #dedede;
}

.note-list .text-row {
  color: #333;
  font-size: 14px;
  font-weight: bold;
}

.guide-list {
  margin-bottom: 0;
}

.guide-list li {
  min-height: 46px;
  padding: 8px 10px 7px 42px;
  line-height: normal;
  -webkit-box-sizing: border-box;
}

.guide-dot {
  position: absolute;
  left: 11px;
  top: 10px;
  width: 20px;
  height: 20px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0,0,0,.45);
  -webkit-border-radius: 10px;
  background: #788395;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#9ba5b5), to(#657184));
}

.guide-text {
  display: block;
  color: #111;
  font-size: 14px;
  font-weight: bold;
  line-height: 19px;
}

.cert-section-title {
  margin-top: 17px;
}

.cert-list {
  margin-bottom: 0;
}

.cert-note {
  margin: 8px 16px 17px;
  color: #596172;
  font-size: 13px;
  font-weight: bold;
  line-height: 18px;
  text-shadow: 0 1px 0 rgba(255,255,255,.85);
}

.footer {
  margin: 13px 16px 0;
  color: #7b8290;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 rgba(255,255,255,.8);
}

.app-hero {
  position: relative;
  min-height: 92px;
  margin: 0 0 18px;
  padding: 13px 10px 12px 92px;
  border: 1px solid #a8abad;
  -webkit-border-radius: 10px;
  background: #fff;
  -webkit-box-sizing: border-box;
}

.app-large-icon {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 70px;
  height: 70px;
  -webkit-border-radius: 15px;
  -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.36);
}

.weibo-large-icon {
  display: block;
  color: #fff;
  font-size: 42px;
  font-weight: bold;
  line-height: 70px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(120,20,16,.65);
  background: #d83a31;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff806f), color-stop(.48, #ec4d40), color-stop(.49, #d7382f), to(#b91e19));
}

.action-group {
  margin-bottom: 17px;
}

.button-row {
  min-height: 53px !important;
  padding: 0 !important;
  line-height: normal !important;
}

.install-button {
  display: block;
  position: relative;
  height: 36px;
  margin: 8px 10px;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  line-height: 36px;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0,0,0,.55);
  border: 1px solid #0b4f9a;
  -webkit-border-radius: 8px;
  background: #2f7ed8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#7bb8f4), color-stop(.48, #3a88df), color-stop(.49, #246ec7), to(#1b5aa9));
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.48), 0 1px 2px rgba(0,0,0,.26);
  -webkit-transition: -webkit-transform .12s ease-out, opacity .12s ease-out;
}

.version-list li {
  min-height: 64px;
  padding: 8px 10px;
  line-height: normal;
  -webkit-box-sizing: border-box;
}

.version-main {
  margin-right: 78px;
}

.version-title {
  display: block;
  color: #111;
  font-size: 16px;
  font-weight: bold;
  line-height: 19px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.version-meta,
.version-update {
  display: block;
  color: #6a7180;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.version-actions {
  position: absolute;
  top: 8px;
  right: 10px;
  width: 62px;
  text-align: right;
}

.version-actions a {
  display: block;
  color: #1f63ad;
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
  text-decoration: none;
}

.version-actions a:active {
  color: #fff;
}

.version-list-page .version-row:target {
  background: #fff8d9;
}

.history-version-detail {
  margin: 0 0 18px;
}

.history-version-detail:target .app-hero {
  border-color: #c0a24a;
  background: #fffbea;
}

.history-version-detail .group {
  margin-bottom: 17px;
}

.history-version-badge {
  display: inline-block;
  margin-top: 7px;
  padding: 2px 8px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  text-shadow: 0 -1px 0 rgba(0,0,0,.45);
  border: 1px solid #496489;
  -webkit-border-radius: 9px;
  background: #647a9b;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#8ea0bd), color-stop(.48, #6f84a5), color-stop(.49, #5d7394), to(#4d6383));
}

.version-empty {
  color: #707783;
  font-size: 15px;
  font-weight: bold;
}

.info-list li {
  min-height: 44px;
  padding-top: 5px;
  padding-bottom: 4px;
  line-height: normal;
  -webkit-box-sizing: border-box;
}

.label {
  display: block;
  color: #000;
  font-size: 17px;
  font-weight: bold;
  line-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.value {
  display: block;
  color: #3a557f;
  font-size: 13px;
  font-weight: bold;
  line-height: 17px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.help-list li {
  min-height: 44px;
  padding: 8px 10px 7px 41px;
  line-height: normal;
  -webkit-box-sizing: border-box;
}

.step {
  position: absolute;
  left: 11px;
  top: 10px;
  width: 20px;
  height: 20px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0,0,0,.45);
  -webkit-border-radius: 10px;
  background: #788395;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#9ba5b5), to(#657184));
}

.help-text {
  display: block;
  color: #111;
  font-size: 15px;
  font-weight: bold;
  line-height: 20px;
}

.link-row {
  padding: 0 !important;
}

.link-row a {
  display: block;
  min-height: 43px;
  padding: 0 31px 0 10px;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  line-height: 43px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.split-sidebar {
  display: none;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .home-page,
  .home-page .content,
  .detail-page,
  .detail-page .content {
    background-image: url("assets/ios6-table-view-grouped-background@2x.511a30306548.png");
    -webkit-background-size: 7px 1px;
  }

  .nav-bar {
    background-image: url("assets/ios6-navigation-bar-default-background@2x.c919f69e675e.png");
    -webkit-background-size: 1px 44px;
  }

  .back-button {
    -webkit-border-image: url("assets/ios6-bar-button-back-default@2x.21f52c5b2597.png") 0 8 60 24;
  }
}

/* iPad follows the two-pane hierarchy used by Apple Help: chapters on the
   left and the selected document on the right. All values remain compatible
   with the WebKit version bundled with iOS 6. */
@media only screen and (min-width: 600px) {
  body {
    background: #d8dbe0;
  }

  .page {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: auto;
    margin: 0;
    border: 0;
    background: #d7dbe3;
    background-image: url("assets/ios6-table-view-grouped-background.5bf4fbe187ed.png");
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .split-sidebar {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 20;
    display: block;
    width: 320px;
    overflow: hidden;
    border-right: 1px solid #4c535c;
    background: #c7cbd2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .sidebar-nav,
  .page > .nav-bar {
    height: 44px;
    border-bottom: 1px solid #737a83;
    background: #aeb4bd;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#eef0f2), color-stop(.48, #d1d5da), color-stop(.49, #b8bec6), to(#929aa4));
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.78);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.78);
  }

  .sidebar-nav {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 2;
  }

  .sidebar-nav a {
    display: block;
    height: 44px;
    margin: 0 44px;
    color: #505761;
    font-size: 20px;
    font-weight: bold;
    line-height: 44px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(255,255,255,.85);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .sidebar-content {
    position: absolute;
    top: 45px;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    background: #c9cdd4;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e9ebf1), to(#bfc3cb));
  }

  .sidebar-section-title {
    margin: 0;
    padding: 14px 12px 7px;
    color: #545b66;
    font-size: 13px;
    font-weight: bold;
    line-height: 17px;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255,255,255,.7);
  }

  .sidebar-list {
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid rgba(0,0,0,.14);
    border-bottom: 1px solid rgba(255,255,255,.35);
  }

  .sidebar-list li {
    position: relative;
    min-height: 57px;
    margin: 0;
    padding: 0;
    border-top: 1px solid rgba(255,255,255,.34);
    border-bottom: 1px solid rgba(0,0,0,.13);
    background: transparent;
  }

  .sidebar-list li:first-child {
    border-top: 0;
  }

  .sidebar-list a {
    display: block;
    min-height: 57px;
    color: #111;
    text-decoration: none;
  }

  .sidebar-list li.selected,
  .sidebar-list li:active {
    border-top-color: #1674cf;
    border-bottom-color: #0758ad;
    background: #2d79d5;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#66a9ef), color-stop(.48, #3685dd), color-stop(.49, #2172ce), to(#1559ac));
  }

  .sidebar-icon {
    position: absolute;
    top: 9px;
    left: 11px;
    width: 38px;
    height: 38px;
    border: 0;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.32);
    box-shadow: 0 1px 2px rgba(0,0,0,.32);
  }

  .sidebar-copy,
  .sidebar-title,
  .sidebar-detail {
    display: block;
  }

  .sidebar-copy {
    min-height: 48px;
    padding: 7px 28px 2px 59px;
  }

  .sidebar-title {
    color: #111;
    font-size: 17px;
    line-height: 22px;
    text-shadow: 0 1px 0 rgba(255,255,255,.52);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .sidebar-detail {
    color: #596272;
    font-size: 12px;
    font-weight: bold;
    line-height: 17px;
    text-shadow: 0 1px 0 rgba(255,255,255,.52);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .sidebar-list li.selected .sidebar-title,
  .sidebar-list li.selected .sidebar-detail,
  .sidebar-list li:active .sidebar-title,
  .sidebar-list li:active .sidebar-detail {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.48);
  }

  .sidebar-list a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 13px;
    width: 7px;
    height: 7px;
    margin-top: -5px;
    border-top: 2px solid rgba(74,82,94,.62);
    border-right: 2px solid rgba(74,82,94,.62);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .sidebar-list li.selected a:after,
  .sidebar-list li:active a:after {
    border-color: #fff;
  }

  .sidebar-guide-link {
    display: block;
    height: 42px;
    margin: 18px 14px 0;
    color: #3e4c61;
    font-size: 14px;
    font-weight: bold;
    line-height: 42px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(255,255,255,.82);
    border: 1px solid #8c929b;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background: #d6dae0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f8f9), to(#b9bec6));
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.8), 0 1px 1px rgba(0,0,0,.12);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.8), 0 1px 1px rgba(0,0,0,.12);
  }

  .sidebar-guide-link:active {
    background: #aeb5bf;
  }

  .sidebar-footer {
    margin: 11px 20px 20px;
    color: #6b727d;
    font-size: 11px;
    font-weight: bold;
    line-height: 16px;
    text-align: center;
    text-shadow: 0 1px 0 rgba(255,255,255,.78);
  }

  .page > .nav-bar {
    right: 0;
    left: 320px;
  }

  .page > .nav-bar h1 {
    color: #4c535d;
    text-shadow: 0 1px 0 rgba(255,255,255,.86);
  }

  .back-button {
    display: none;
  }

  .page > .content,
  .home-page > .content,
  .detail-page > .content {
    top: 45px;
    right: 0;
    bottom: 0;
    left: 320px;
    min-height: 0;
    padding: 20px 22px 32px;
    background: #d7dbe3;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e2e5ea), to(#d0d2d8));
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .home-hero {
    margin-bottom: 22px;
    border-color: #9ea4ad;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.12);
    box-shadow: 0 1px 2px rgba(0,0,0,.12);
  }

  .carousel-localsend {
    background-image: url("assets/banner@2x.68542de171ec.png");
  }

  .carousel-itv {
    background-image: url("assets/banner-itv@2x.ee0d157e980f.png");
  }

  .carousel-manga {
    background-image: url("assets/banner-manga@2x.110902830f55.jpg");
  }

  .carousel-arrow {
    display: block;
  }

  .carousel-bilibili {
    background-image: url("assets/banner-bilibili@2x.19db807f1fff.png");
  }

  .carousel-classic-apps {
    background-image: url("assets/banner-classic-apps@2x.889a357faf0e.png");
  }

  .home-page .first-title,
  .home-page .home-list {
    display: none;
  }

  .section-title,
  .detail-page .section-title {
    margin-left: 5px;
    margin-right: 5px;
  }

  .group,
  .plain-list,
  .app-hero {
    border-color: #9fa5ad;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.11), inset 0 1px 0 rgba(255,255,255,.82);
    box-shadow: 0 1px 2px rgba(0,0,0,.11), inset 0 1px 0 rgba(255,255,255,.82);
  }

  .featured-list .app-link-row a {
    min-height: 68px;
  }

  .featured-list .row-icon {
    top: 10px;
    width: 48px;
    height: 48px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
  }

  .featured-list .row-title {
    margin-top: 10px;
    margin-left: 70px;
    font-size: 19px;
    line-height: 24px;
  }

  .featured-list .row-detail {
    margin-left: 71px;
    font-size: 13px;
  }

  .app-hero {
    min-height: 112px;
    padding: 18px 16px 16px 116px;
  }

  .app-large-icon {
    top: 14px;
    left: 14px;
    width: 84px;
    height: 84px;
    -webkit-border-radius: 18px;
    border-radius: 18px;
  }

  .app-hero h2 {
    margin-top: 7px;
    font-size: 25px;
    line-height: 30px;
  }

  .app-hero p {
    font-size: 15px;
    line-height: 20px;
  }

  .footer {
    margin-bottom: 6px;
  }
}

/* Apple's iPad help bar uses a continuous satin highlight. Keep the sharper
   glass split for the desktop window, but use the original soft iPad texture
   at tablet widths. */
@media only screen and (min-width: 600px) and (max-width: 1179px) {
  .sidebar-nav,
  .page > .nav-bar {
    border-bottom-color: #8b9199;
    background-color: #c7cbd2;
    background-image: url("assets/ios6-navigation-bar-background-ipad.8230f19fc54c.png");
    background-repeat: repeat-x;
    -webkit-background-size: 1px 44px;
    background-size: 1px 44px;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

@media only screen and (min-width: 600px) and (max-width: 1179px) and (-webkit-min-device-pixel-ratio: 2) {
  .sidebar-nav,
  .page > .nav-bar {
    background-image: url("assets/ios6-navigation-bar-background-ipad@2x.327ef5e6a5fc.png");
    -webkit-background-size: 1px 44px;
    background-size: 1px 44px;
  }
}

/* Desktop keeps the iPad split-view language, but presents it as a centered
   application window and uses the extra width for the catalogue hero. */
@media only screen and (min-width: 1180px) {
  body {
    background: #242932;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#3d4450), to(#20242c));
  }

  .page {
    top: 24px;
    right: auto;
    bottom: 24px;
    left: 50%;
    width: 1160px;
    height: auto;
    margin-left: -580px;
    border: 1px solid #111821;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 16px 42px rgba(0,0,0,.52);
    box-shadow: 0 16px 42px rgba(0,0,0,.52);
  }

  .sidebar-nav {
    -webkit-border-radius: 5px 0 0 0;
    border-radius: 5px 0 0 0;
  }

  .page > .nav-bar {
    -webkit-border-radius: 0 5px 0 0;
    border-radius: 0 5px 0 0;
  }

  .home-page > .content {
    padding: 28px 30px 36px;
  }

  .home-page .home-hero {
    float: none;
    width: 100%;
    margin: 0 0 26px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .detail-page > .content {
    padding: 28px 70px 38px;
  }
}

@media only screen and (min-width: 1480px) {
  .page {
    width: 1260px;
    margin-left: -630px;
  }
}
