<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: NotoSansTC;
  src: url("font/NotoSansTC-VariableFont_wght.ttf");
}

body {
  background-color: #eaf6fd;
}

.tableauPlaceholder{
  margin-left: auto;
  margin-right: auto;
}


#suggestion{
  position: relative;
  margin: 0 auto 0 auto;
  width: 100%;
  height: 815px;
  overflow: hidden;
}

/* #suggestion:before{
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  width: 1024px;
  height: 546px;
  opacity: 0.5;
  background-image: url("./images/cover/coverMobile.png");
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
} */
/* 
.chi#suggestion:before{
  background-image: url("./images/cover/coverMobile_chi.png") !important;
} */

#suggestion &gt;div{
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  font-size: 1.2em;
  font-weight: 600;
  color: #000;
  text-align: center;
  width: 90%;
  padding-left: 5%;
  padding-right:5%;
}

.chi#suggestion &gt; div{
  font-weight: 500 !important;
  font-size: 1.3em !important;
}</pre></body></html>