html {
  height: 100%;
  font-size: 68.75%;
  overflow-x: hidden;
}
body,
p,
ul,
li,
dl,
dt,
dd,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
textarea {
  margin: 0;
  padding: 0;
}
body {
  font-family: Arial;
  font-size: 1rem;
  line-height: 1;
  color: #404040;
}
a {
  text-decoration: none;
  color: #404040;
}
img {
  border: none;
  vertical-align: middle;
}
em {
  font-style: normal;
}
ul,
ol,
li {
  list-style: none;
}
input {
  vertical-align: middle;
  outline: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
textarea {
  resize: none;
}
a,
input,
button,
select,
[aria-tappable=true] {
  -webkit-tap-highlight-color: rgba(128, 128, 128, 0.5);
}
[aria-tappable=false] {
  -webkit-tap-highlight-color: rgba(128, 128, 128, 0);
}
input[type=search],
input[type=button],
input[type=text],
input[type=password],
input[type=tel],
input[type=submit],
input[type=number],
input[type=email],
textarea {
  -webkit-appearance: none;
  border-radius: 0;
  border-width: 1px;
}
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button {
  display: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.c:before,
.c:after {
  content: " ";
  display: table;
}
.c:after {
  clear: both;
}
.hide {
  display: none;
}
.block {
  display: block;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
.fx {
  position: fixed;
}
.tc {
  text-align: center;
}
.fb {
  font-weight: 700;
}
.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
h1,
.fs-h1 {
  font-size: 1.90909091rem;
}
h2,
.fs-h2 {
  font-size: 1.72727273rem;
}
h3,
.fs-h3 {
  font-size: 1.54545455rem;
}
h4,
.fs-h4 {
  font-size: 1.36363636rem;
}
h5,
.fs-h5 {
  font-size: 1.18181818rem;
}
h6,
.fs-h6 {
  font-size: 1rem;
}
.fs-h0 {
  font-size: 2.09090909rem;
}
.fs-h7 {
  font-size: 2.72727273rem;
}
.lh-h1 {
  line-height: 1.90909091rem;
}
.lh-h2 {
  line-height: 1.72727273rem;
}
.lh-h3 {
  line-height: 1.54545455rem;
}
.lh-h4 {
  line-height: 1.36363636rem;
}
.lh-h5 {
  line-height: 1.18181818rem;
}
.lh-h6 {
  line-height: 1rem;
}
.l-loading {
  text-align: center;
  margin: 10px 0;
}
.spinner {
  position: relative;
  width: 32px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
}
.spinner div {
  width: 6px;
  height: 6px;
  background-color: #000;
  position: absolute;
  left: 13px;
  top: 13px;
  -webkit-animation: fadeSpinner 1s linear infinite;
  border-radius: 3px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.spinner .bar1 {
  -webkit-transform: rotate(0deg) translate(0, -13px);
  -webkit-animation-delay: 0s;
}
.spinner .bar2 {
  -webkit-transform: rotate(36deg) translate(0, -13px);
  -webkit-animation-delay: -1s;
}
.spinner .bar3 {
  -webkit-transform: rotate(72deg) translate(0, -13px);
  -webkit-animation-delay: -0.8889s;
}
.spinner .bar4 {
  -webkit-transform: rotate(108deg) translate(0, -13px);
  -webkit-animation-delay: -0.7778s;
}
.spinner .bar5 {
  -webkit-transform: rotate(144deg) translate(0, -13px);
  -webkit-animation-delay: -0.6667s;
}
.spinner .bar6 {
  -webkit-transform: rotate(180deg) translate(0, -13px);
  -webkit-animation-delay: -0.5556s;
}
.spinner .bar7 {
  -webkit-transform: rotate(216deg) translate(0, -13px);
  -webkit-animation-delay: -0.4444s;
}
.spinner .bar8 {
  -webkit-transform: rotate(252deg) translate(0, -13px);
  -webkit-animation-delay: -0.3333s;
}
.spinner .bar9 {
  -webkit-transform: rotate(288deg) translate(0, -13px);
  -webkit-animation-delay: -0.2222s;
}
.spinner .bar10 {
  -webkit-transform: rotate(324deg) translate(0, -13px);
  -webkit-animation-delay: -0.1111s;
}
@-webkit-keyframes fadeSpinner {
  from {
    background-color: #000;
  }
  to {
    background-color: #FFF;
  }
}
@-webkit-keyframes opFadeSpinner {
  from {
    background-color: #FFF;
  }
  to {
    background-color: #666;
  }
}
#global-toast {
  position: fixed;
  top: 50px;
  width: 60%;
  left: 20%;
  padding: 15px 0;
  background: rgba(0, 0, 0, 0.7);
  color: #FFF;
  font-size: 15px;
  text-align: center;
  border-radius: 10px;
  z-index: 200;
}
#global-toast .txt {
  margin-left: 10px;
}
#global-toast .msg-box {
  display: block;
  padding: 0 10px;
}
.msg-box .txt-bg {
  display: inline-block;
  background: url('//img.8891.com.tw/mobile/toast-icon.png') 0 0 no-repeat;
  width: 32px;
  margin: 0 10px;
}
.msg-box .icon-timeout {
  height: 30px;
  background-position: 0 0;
}
.msg-box .icon-error {
  height: 32px;
  background-position: -32px 0;
}
.msg-box .icon-warn {
  height: 24px;
  background-position: -64px 0;
}
.msg-box .msg {
  text-align: left;
  display: block;
  text-align: center;
  vertical-align: top;
  line-height: 18px;
  margin-top: 7px;
}
.info-msg .msg {
  margin-top: 0;
}
.openx-ad {
  margin: 0 auto;
  text-align: center;
}
.rule-main .inner {
  padding: 1.18181818rem;
}
.rule-lists {
  margin-top: 1.18181818rem;
}
.rule-lists:first-child {
  margin-top: 0;
}
.rule-tit-h1 {
  margin-bottom: 0.45454545rem;
}
.rule-list {
  margin-bottom: 0.90909091rem;
}
.rule-tit-h2 {
  font-weight: 500;
}
.rule-sectext {
  margin-top: 0.90909091rem;
}
.rule-text {
  margin-top: 0.90909091rem;
}
.rule-text:first-child {
  margin-top: 0;
}
.rule-link {
  color: #0044dd;
  text-decoration: underline;
}
.ha-title {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  position: relative;
  border-bottom: 1px dotted #999999;
  margin: 0 25px;
  padding: 13px;
}
.ha-content {
  padding: 25px;
}
.TxtCenter {
  text-align: center;
}
