@charset "utf-8";
header {
  width: 100%;
  display: block;
  position: fixed;
  z-index: 1000;
  padding: 15px;
  box-sizing: border-box;
  top: 0px;
  left: 0px;
  background: #fff;
  border-bottom: 1px solid #f3f3f3;
}

.logo {
  display: block;
  /* width: 160px; */
}
.logo img {
  width: 64px;
}

.content {
  padding: 100px 15px;
}

.content p {
  color: #a19c9b;
  font-family: BalooChettan2;
  margin-top: 10px;
  text-align: justify;
  text-justify: inter-word;
}
.content p a {
  word-break: break-all;
}

.content a,
.content a:hover {
  text-decoration: underline;
  color: #a19c9b;
}
.content h2 {
  font-size: 22px;
  color: #1b1a1a;
  font-family: BalooChettan2;
  margin-top: 20px;
}

.content h4 {
  font-size: 18px;
  color: #1b1a1a;
  font-family: BalooChettan2;
  margin-top: 30px;
}

.content .text {
  font-size: 16px;
  color: #a19c9b;
  font-family: BalooChettan2;
  margin-top: 10px;
  text-align: justify;
  word-break: break-all;
}

footer {
  margin-top: 30px;
  position: relative;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.menu-footer-html {
  width: 100%;
  /* height: 10%; */
  background-color: #ffbb3d;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 0;
  /* padding: 1% 0; */
}

.footer-items-html {
  /* padding-bottom: 2%; */
  font-size: 16px;
  font-family: BalooChettan2;
  text-decoration: none;
  text-align: center;
  display: flex;
  align-items: center;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  padding: 20px 10px;
  box-sizing: border-box;
}

body,
div,
form,
p,
span,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  padding: 0px;
}

ul,
ol,
li {
  list-style: none;
}

img,
a img {
  border: 0 none;
}

a {
  text-decoration: none;
  margin: 0px;
  padding: 0px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input,
select,
button {
  vertical-align: middle;
  font-family: '微软雅黑';
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

.content {
  align-items: flex-start;
  flex-direction: column;
  width: 80%;
  margin: 0px auto;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  padding-bottom: 170px;
}

@media screen and (max-width: 800px) {
  footer {
    display: none;
  }
  .logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .logo img {
    display: block;
    width: 40px;
  }
  .logo .close {
    display: block !important;
    width: 30px;
  }
  .content {
    padding-top: 80px;
    padding-bottom: 100px;
  }
  .is-webview {
    .logo .close {
      display: none !important;
    }
    footer {
      display: block;
    }
  }

  .footer-items-html {
    background-color: #ffbb3d;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 0;
    font-size: 12px;
  }
}
