@charset "UTF-8";
html {
  width: 100%;
  font-size: 100%;
}

body {
  width: 100%;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  background: #fff;
}
body * {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

img {
  max-width: 100%;
  height: auto;
}

input:focus {
  outline-width: 0;
}

a {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, p, input, li, label, span {
  font-family: "微軟正黑體", Arial;
  line-height: 1.2;
  letter-spacing: 2px;
  font-size: 1rem;
}

* {
  box-sizing: border-box;
}

#loading {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 10;
}
#loading .loading_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: #fff;
}
#loading .loading_pic {
  position: absolute;
  width: 100px;
  height: 53px;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
}
#loading .loading_pic img {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
}

.container {
  position: relative;
  max-width: 1500px;
  margin: 0 auto;
  width: 96%;
  height: 100%;
}

.wrapper {
  position: relative;
  width: 100%;
}

body.mo .container {
  max-width: 570px;
}