/* Reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

fieldset, img {
  border: 0; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

ol, ul {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

q:before, q:after {
  content: ''; }

abbr, acronym {
  border: 0; }

body {
  font: 16px/1.62 Helvetica, Arial, sans-serif; }

*:not(input):not(textarea) {
  -webkit-user-select: none;
  /* disable selection/Copy of UIWebView */
  -webkit-touch-callout: none;
  /* disable the iOS popup when long-press on a link */ }

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.tapable {
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.navigation-bar {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  overflow: hidden;
  padding: 0 14px; }
  .navigation-bar .bar-button-list {
    font-size: 0; }
    .navigation-bar .bar-button-list.left-list {
      float: left; }
    .navigation-bar .bar-button-list.right-list {
      float: right; }
  .navigation-bar .bar-button-item {
    display: inline-block;
    height: 44px;
    line-height: 44px;
    font-size: 15px;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .navigation-bar .bar-button-item-back,
  .navigation-bar .bar-button-item-close {
    width: 44px;
    text-indent: -9999em;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 12px; }
  .navigation-bar .bar-button-item-back {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cpath fill='%23999' stroke='transparent' stroke-width='0' style='' d='M25.3,31.2c-0.5,0.5-1.2,0.8-1.8,0.8c-0.6,0-1.2-0.2-1.7-0.7l-15-13.8C6.3,17,6,16.4,6,15.7s0.3-1.4,0.8-1.8 l15-13.2c1-0.9,2.6-0.8,3.5,0.2c0.9,1,0.8,2.6-0.2,3.5L12.2,15.7l13,11.9C26.2,28.6,26.3,30.2,25.3,31.2z' /%3E%3C/svg%3E"); }
  .navigation-bar .bar-button-item-close {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cpath fill='%23999' stroke='transparent' stroke-width='0' style='' d='M30.6,27.3c1.1,1.1,1,2.9-0.1,3.9C30,31.7,29.3,32,28.6,32c-0.7,0-1.5-0.3-2-0.8L15.8,20L5,30.8 c-0.5,0.5-1.3,0.8-2,0.8c-0.7,0-1.4-0.3-2-0.8C0,29.8,0,28,1.1,26.9L11.9,16L1,4.7C0,3.6,0,1.9,1.1,0.8C2.2-0.3,4-0.3,5,0.8L15.9,12 L27,0.8c1.1-1.1,2.8-1.1,3.9,0c1.1,1.1,1.1,2.8,0,3.9L19.7,16L30.6,27.3z' /%3E%3C/svg%3E"); }
