*[hidefocus], input, textarea, a {
  outline: none; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  padding: 0;
  margin: 0; }

fieldset, img, html, body, iframe {
  border: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

li {
  list-style: none; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%; }

caption, th {
  font-weight: normal;
  font-style: normal;
  text-align: left; }

em, strong {
  font-weight: bold;
  font-style: normal; }

body, textarea, select, input, pre {
  font-family: arial,microsoft yahei,helvetica,sans-serif;
  font-size: 14px; }

body {
  max-width: 500px;
  margin: 0 auto!important; }

a, button {
  cursor: pointer; }

textarea {
  resize: none;
  overflow: auto; }

pre {
  white-space: pre-wrap; }

a {
  color: #333;
  text-decoration: none; }

a, input {
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0); }

input {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-user-modify: read-write-plaintext-only; }

button {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }

body {
  padding-top: 60px; }

.anim {
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out; }

.m_header {
  max-width: 500px;
  margin: 0 auto;
  width: 100%;
  height: 40px;
  position: fixed;
  top: 0;
  background-color: #000;
  z-index: 100; }
  .m_header a {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block; }
  .m_header .menu {
    width: 25px;
    height: 17px;
    position: absolute;
    left: 10%;
    top: 12px;
    background-image: url(../images/menu.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }
  .m_header .en {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10%;
    top: 10px;
    background-image: url(../images/en.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }
  .m_header .logo {
    width: 100px;
    height: 29px;
    margin: 6px auto;
    margin-top: 4px;
    background-image: url(../images/logo.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }

.nav {
  width: 100%;
  max-width: 500px;
  padding-bottom: 10px;
  border-radius: 0 0 10px 10px;
  /*margin-left: 10%;margin-right: 10%; left: 50%; margin-left: -40%; right: 10%;*/
  position: fixed;
  top: -100%;
  z-index: 9999;
  height: auto;
  /*background-image: url(../images/navbg.png);*/
  background-color: #000;
  background-repeat: repeat;
  overflow: hidden;
  display: block; }
  .nav li {
    color: #fff;
    text-indent: 10%;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #fff; }
  .nav ul {
    margin-top: 10px; }
  .nav a {
    color: #fff;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block; }
  .nav a:active {
    background-color: #e2e2e2; }

.nav_tag {
  top: 40px; }

.m_obj_title {
  width: 100%;
  position: relative;
  z-index: 40;
  height: 57px;
  line-height: 57px;
  font-size: 18px;
  box-shadow: 0px 0px 10px #909090;
  -webkit-box-shadow: 0px 0px 10px #909090;
  text-indent: 10%;
  color: #4a4e55; }

.m_footer {
  padding-top: 5px;
  width: 100%;
  height: auto;
  overflow: hidden;
  background-color: #4a4e55;
  text-align: center;
  padding-bottom: 20px; }
  .m_footer .more {
    color: #adafaf;
    border: 1px solid #adafaf;
    width: 60%;
    margin: 15px 20%; }
  .m_footer p {
    width: 100%;
    font-size: 12px;
    color: #fff;
    line-height: 18px; }

.nav_mask {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000;
  opacity: .3;
  filter: alpha(opacity=30);
  z-index: 45; }

.nav_maskbg {
  display: block; }

.loading {
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center; }
/*# sourceMappingURL=common.css.map */
