/* http://meyerweb.com/eric/tools/css/reset/
 * v2.0 | 20110126
 * License: none (public domain)
 */
html, body, div, span, applet, object, iframe, 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;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
p {
  margin: 0 0 10px;
  line-height: 20px;
}
ul, li {
  line-height: 20px;
}
b, strong {
  font-weight: bold;
}
* {
  box-sizing: border-box;
}
body {
  font-family: "微軟正黑體", Arial;
}
body.index-page {
  background: #FFF0AC;
}
.logo-bar {
  background: #FFD000;
  padding-left: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.logo-bar span {
  vertical-align: top;
  line-height: 29px;
  margin-left: 35px;
}
.func-wrapper {
  background: #fff;
  border-radius: 10px;
  max-width: 880px;
  margin: 0 auto;
  margin-top: 100px;
  padding: 15px 30px;
  padding-left: 200px;
  position: relative;  
}
.chb-dog-icon {
  background: url('../images/chb-dog-icon.png') no-repeat;
  display: block;
  width: 178px;
  height: 215px;
  position: absolute;
  top: -50px;
  left: -50px;
}
.func-wrapper h1 {
  color: #C40000;
  font-size: 32px;
  margin-bottom: 30px;
}
.func-wrapper ol {
  color: #555;
  list-style: decimal;
  padding-left: 24px;
}
.func-wrapper ol li {
  margin-bottom: 21px;
}
.func-wrapper ol li a {
  color: #555;
  font-size: 18px;
  text-decoration: none;
}
.func-wrapper ol li a:hover {
  color: #333;
  text-decoration: underline;
}
@media (max-width: 900px) {
  .func-wrapper {
    width: 80%;
  }
}
@media (max-width: 640px) {
  .func-wrapper {
    margin-top: 32px;
    padding: 15px 30px;
    width: 90%;
  }
  .chb-dog-icon {
    display: none;
  }
}
@media (max-width: 480px) {
  .logo-bar {
    text-align: center;
    padding-left: 0;
  }
  .logo-bar span {
    display: block;
    margin-left: 0;
  }
  .func-wrapper {
    padding: 15px;
  }
  .func-wrapper h1 {
    font-size: 26px;
  }
}

.guide-content-wrap h2 {
  background: #FFF0AC;
  text-align: center;
  width: 100%;
  margin: 0;
  padding: 20px 0 80px;
}
.guide-screenshots {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  margin-top: -60px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 6px 0 #777;
}
.guide-screenshots.mobile {
  max-width: 360px;
}
@media (max-width: 480px) {
  .guide-screenshots.mobile {
    max-width: 310px;
  }
}
.guide-screenshots img {
  width: 100%;
}
.guide-intro {
  background: rgba(255,175,0,0.9);
  bottom: 0;
  color: #000;
  font-size: 18px;
  line-height: 23px;
  padding: 16px 12px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.guide-screenshots-carousel-wrap {
  margin: 12px 0;
  width: 100%;
  text-align: center;
}
.guide-screenshots-carousel {
  display: inline-block;
  position: relative;
  text-align: center;
  width: auto;
  float: none;
}
.guide-screenshots-carousel li {
  float: left;
}
.guide-screenshots-carousel li a {
  background: #999;
  border-radius: 10px;
  float: left;
  margin: 1px 6px;
  width: 10px;
  height: 10px;
}
.guide-screenshots-carousel li a.active {
  background: orange;
}
.btnWrap {
  text-align: center;
  margin: 24px 0;
}
.btn {
  display: inline-block;
  padding: 6px 18px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-primary {
   color: #ffffff;
   background-color: #00bcd5;
   border-color: transparent;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #008fa2;
  border-color: rgba(0, 0, 0, 0);
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #008fa2;
  border-color: rgba(0, 0, 0, 0);
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #008fa2;
  border-color: rgba(0, 0, 0, 0);
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color: #006f7e;
  border-color: rgba(0, 0, 0, 0);
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover {
  background-color: #00bcd5;
  border-color: transparent;
}