* {
  outline: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
a {
  cursor: pointer;
  text-decoration: none;
  color: #222;
}
a[href=""],
a:not([href]) {
  cursor: default;
  pointer-events: none;
}

input[type="submit"] {
  appearance: none !important; 
  -webkit-appearance: none !important; 
  border-radius: 0;
}

.clear {
  clear: both;
}

html {
  padding: 0;
  margin: 0;
  position: relative;
  overflow-x: hidden
  /* scroll-behavior: smooth; */
}

body {
  padding: 0;
  margin: 0;
  position: relative;
  font-family: "Noto Sans TC";
  /* font-family: HelveticaNeue, Helvetica, Arial, sans-serif; */
  font-size: 14px;
  color: #707070;
  width: 100%;
  min-width: 320px;
  background-color:#FFF;
}


html[lang="sc"] body,
html[lang="tc"] body {
  /* font-family: "Noto Sans TC", "Microsoft JhengHei", "HanHei TC", "PingFang HK",
    "STHeitiTC-Light", "LiHei Pro", Helvetica, Arial; */
}

.deco-underlined {
  display: inline;
  box-shadow: inset 0 -16px #EAEDF0;
}

.commonButton {
  display: block;
  padding: 10px 20px;
  min-width: 312px; 
  background-color: #2B64AD;
  text-align: center;
  color: #FFF;
  font-size: 24px;
  font-weight: bold;
  border: none;
}