@import url(m_reset.css);
.all,
html,
body {
  width: 100%;
  height: 100%;
  font-size: 62.5%!important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  background: #fafafa;
  overflow-y: scroll ;
}
.all i,
html i,
body i {
  visibility: hidden;
}

footer{display: none}
section {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-box-flex: 1;
}
section .www {
  overflow: scroll;
  z-index: 99;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-transform:translate3d(0,0,0);
}
section .qbox {
  margin: 1.25rem 1rem!important;
  background: #ffffff;
  border-radius: 1rem;
  -webkit-transform:translate3d(0,0,0);
}
section .qbox h3 {
  padding: 1.75rem 1rem !important;
  font-size: 1.5rem!important;
  line-height: 1.5;
  color: #3397fd;
  border-bottom: 0.1rem dotted #f0f0f0;
}
section .qbox h4 {
  line-height: 1.5;
  padding: 1.75rem 1rem!important;
  font-size: 1.4rem!important;
  color: #666666;
}
section .qbox h4 table {
  margin-top: 1rem;
  width: 100%;
}
section .qbox h4 table tr {
  font-size: 1.1rem;
}
section .qbox h4 table tr td {
  height: 3rem;
  border: 0.1rem solid #e0e0e0;
  text-align: center;
}
section .qbox h4 table tr td span {
  font-size: 0.8rem;
}
section .qbox h4 table .tr {
  font-size: 1rem;
  background: #f5f5f6;
}
section .qbox h4 table .btr {
  height: 6rem;
}
section .qbox h4 table .btd {
  padding-left: 2rem;
  padding-right: 2rem;
}
section .qbox h4 table .f24 {
  font-size: 2rem;
  color: #999999;
  line-height: 4rem;
}
