<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    /* outline: 1px solid red; */
    box-sizing: border-box; 
  }
  .container-bg{
      width: 100%;
      margin: auto;
      /* padding: 0px -15px; */
      box-sizing: border-box;
      font-family: 'Noto Sans TC','Mukta Malar', sans-serif;
      src: url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&amp;display=swap');
      src: url('https://fonts.googleapis.com/css2?family=Mukta+Malar:wght@200;300;400;500;600;700;800&amp;display=swap');
      
  }
  .main-header, .service, .product{
      max-width: 1200px;
  }
  /* 銵券�撖砍漲�綉�� */
  .product-norm td{
    width: 35%;
  }
  /* 銵冽聢�批捆�縧��罸�� */
  .product-norm i{
    margin-left: 0px;
    margin-bottom: 0;
    text-indent: 0px;
}
  .product-norm td i::before{
    content: '';
    display: none;
}
/* 銵冽聢�扯�滩�匧�𣇉內 */
.product-norm .attest-area img{
  width: 50px;
}
@media screen and (min-width:768px){
  .product-norm .attest-area img{
    width: 70px;
  }
}</pre></body></html>