﻿@charset "UTF-8";
/*$green-color: #557c00;*/
@font-face {
  font-family: GenSenMaruGothicTW-Bold;
  src: url(../_font/GenSenMaruGothicTW-Bold.woff) format("woff"); }

body, input, textarea, select {
  font-family: "黑體-繁","微軟正黑體", "Helvetica", "Arial","LiHei Pro",sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased; }

.row {
  margin: 0px; }

.carousel-control-next, .carousel-control-prev {
  width: 10%; }

/*選單按鈕效果開始*/
.bttn-unite {
  cursor: pointer;
  position: relative;
  z-index: 0;
  overflow: hidden;
  background: #fff;
  -webkit-transition: color 0.3s cubic-bezier(0.02, 0.01, 0.47, 1), border-color 0.3s cubic-bezier(0.02, 0.01, 0.47, 1);
  transition: color 0.3s cubic-bezier(0.02, 0.01, 0.47, 1), border-color 0.3s cubic-bezier(0.02, 0.01, 0.47, 1); }

.bttn-unite:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  content: '';
  opacity: 0;
  z-index: -1;
  -webkit-transition: opacity 0.15s cubic-bezier(0.02, 0.01, 0.47, 1), -webkit-transform 0.15s cubic-bezier(0.02, 0.01, 0.47, 1);
  transition: opacity 0.15s cubic-bezier(0.02, 0.01, 0.47, 1), -webkit-transform 0.15s cubic-bezier(0.02, 0.01, 0.47, 1);
  transition: transform 0.15s cubic-bezier(0.02, 0.01, 0.47, 1), opacity 0.15s cubic-bezier(0.02, 0.01, 0.47, 1);
  transition: transform 0.15s cubic-bezier(0.02, 0.01, 0.47, 1), opacity 0.15s cubic-bezier(0.02, 0.01, 0.47, 1), -webkit-transform 0.15s cubic-bezier(0.02, 0.01, 0.47, 1);
  -webkit-transform: translate3d(-110%, -10%, 0) skewX(-20deg);
  transform: translate3d(-110%, -10%, 0) skewX(-20deg); }

.bttn-unite:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  content: '';
  opacity: 0;
  z-index: -1;
  -webkit-transition: opacity 0.15s cubic-bezier(0.02, 0.01, 0.47, 1), -webkit-transform 0.15s cubic-bezier(0.02, 0.01, 0.47, 1);
  transition: opacity 0.15s cubic-bezier(0.02, 0.01, 0.47, 1), -webkit-transform 0.15s cubic-bezier(0.02, 0.01, 0.47, 1);
  transition: transform 0.15s cubic-bezier(0.02, 0.01, 0.47, 1), opacity 0.15s cubic-bezier(0.02, 0.01, 0.47, 1);
  transition: transform 0.15s cubic-bezier(0.02, 0.01, 0.47, 1), opacity 0.15s cubic-bezier(0.02, 0.01, 0.47, 1), -webkit-transform 0.15s cubic-bezier(0.02, 0.01, 0.47, 1);
  -webkit-transform: translate3d(110%, -10%, 0) skewX(-20deg);
  transform: translate3d(110%, -10%, 0) skewX(-20deg); }

.bttn-unite:hover,
.bttn-unite:focus {
  box-shadow: 0 1px 8px rgba(58, 51, 53, 0.3);
  color: #17BEBB;
  -webkit-transition: all 0.5s cubic-bezier(0.02, 0.01, 0.47, 1);
  transition: all 0.5s cubic-bezier(0.02, 0.01, 0.47, 1); }

.bttn-unite:hover:before,
.bttn-unite:focus:before {
  opacity: 1;
  -webkit-transition: opacity 0.25s cubic-bezier(0.02, 0.01, 0.47, 1), -webkit-transform 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
  transition: opacity 0.25s cubic-bezier(0.02, 0.01, 0.47, 1), -webkit-transform 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
  transition: transform 0.25s cubic-bezier(0.02, 0.01, 0.47, 1), opacity 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
  transition: transform 0.25s cubic-bezier(0.02, 0.01, 0.47, 1), opacity 0.25s cubic-bezier(0.02, 0.01, 0.47, 1), -webkit-transform 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
  -webkit-transform: translate3d(-50%, -10%, 0) skewX(-20deg);
  transform: translate3d(-50%, -10%, 0) skewX(-20deg); }

.bttn-unite:hover:after,
.bttn-unite:focus:after {
  opacity: 1;
  -webkit-transition: opacity 0.25s cubic-bezier(0.02, 0.01, 0.47, 1), -webkit-transform 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
  transition: opacity 0.25s cubic-bezier(0.02, 0.01, 0.47, 1), -webkit-transform 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
  transition: transform 0.25s cubic-bezier(0.02, 0.01, 0.47, 1), opacity 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
  transition: transform 0.25s cubic-bezier(0.02, 0.01, 0.47, 1), opacity 0.25s cubic-bezier(0.02, 0.01, 0.47, 1), -webkit-transform 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
  -webkit-transform: translate3d(50%, -10%, 0) skewX(-20deg);
  transform: translate3d(50%, -10%, 0) skewX(-20deg); }

.bttn-unite.bttn-md:hover,
.bttn-unite.bttn-md:focus {
  box-shadow: 0 1px 8px rgba(58, 51, 53, 0.3); }

.bttn-unite.bttn-warning:hover,
.bttn-unite.bttn-warning:focus {
  background: #17BEBB;
  color: #fff !important; }

.bttn-unite.bttn-warning:before {
  background: #ff9800; }

.bttn-unite.bttn-warning:after {
  background: #ffad60; }

/*選單按鈕效果結束*/
h1 {
  font-size: 2.3rem;
  font-weight: 600;
  letter-spacing: 1px;
  color: #4e4e4e;
  text-shadow: 1px 1px 3px #cccccc;
  font-family: 'GenSenMaruGothicTW-Bold'; }

.title-block {
  margin: 0px auto 50px auto;
  display: table;
  padding-top: 100px;
  /*h1 {
        font-size: 2.3rem;
        font-weight: 600;
        letter-spacing: 1px;
        color: $gray-color;
        text-shadow: 1px 1px 3px #cccccc;
        font-family: 'GenSenMaruGothicTW-Bold';
    }*/ }
  .title-block hr {
    width: 150px;
    height: 3px;
    background-color: #ff9800;
    margin: -8px 0px 0px 0px;
    float: left; }

h2 {
  font-size: 1.9rem;
  font-weight: unset;
  font-family: 'GenSenMaruGothicTW-Bold';
  color: #4e4e4e; }

/*h3 {
    font-size: 1.3rem;
}*/
a {
  color: #248888;
  cursor: pointer;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

.newicon {
  color: #ff9800;
  position: absolute;
  bottom: 20px; }

.required {
  color: tomato; }

.left-triangle {
  left: -17px;
  position: absolute;
  top: 45%;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 17.3px 10px 0;
  border-color: transparent #eee transparent transparent;
  line-height: 0px;
  _border-color: #000000 #eee #000000 #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000'); }

.down-triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: rgba(255, 152, 0, 0.3) transparent transparent transparent;
  line-height: 0px;
  _border-color: rgba(255, 152, 0, 0.3) #000000 #000000 #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
  top: 40px;
  position: relative;
  margin: 0px auto; }

.dot {
  width: 8px;
  height: 8px;
  background-color: #4e4e4e;
  border-radius: 100%;
  margin-top: 8px; }

.square {
  width: 8px;
  height: 8px;
  background-color: #4e4e4e;
  margin-top: 8px; }

.diamond {
  width: 6px;
  height: 6px;
  background-color: #4e4e4e;
  transform: rotate(45deg);
  margin-top: 9px; }

.star {
  background-image: url("../_img/s-star.png");
  width: 10px;
  height: 10px;
  margin-top: 7px; }

input[type="submit"], input[type="button"] {
  /*background-color: #fff;*/
  /*background-color: $orange-color; 20200207
    border: 1px solid $orange-color; 20200207*/
  border-radius: 100px;
  /*color: $orange-color;*/
  /*color: #fff; 20200207*/
  cursor: pointer;
  font-weight: bold;
  min-width: 80px;
  padding: 5px 20px;
  height: 35px;
  font-size: 16px;
  margin: 10px 20px; }
  input[type="submit"]:hover, input[type="button"]:hover {
    /*background-color: $orange-color;
        color: #fff;*/
    /*background-color: #fff; 20200207*/
    /*color: $orange-color; 20200207*/
    transition: 0.5s;
    /*box-shadow: 5px 5px 0px -2px $orange-color; 20200207*/ }
  input[type="submit"]:focus, input[type="button"]:focus {
    outline: none; }
  input[type="submit"]:disabled, input[type="button"]:disabled {
    background-color: #ccc;
    color: #fff !important;
    border: 1px solid #ccc !important;
    box-shadow: none !important;
    cursor: not-allowed; }

input:focus {
  outline: none; }

.back {
  border: 1px solid #ff9800;
  color: #ff9800;
  background-color: #fff; }
  .back:hover {
    /*border: 1px solid $orange-color !important;*/
    /*color: $orange-color !important;*/
    /*background-color: #fff !important;*/
    box-shadow: 5px 5px 0px -2px #ff9800; }

/*主要按鈕*/
.btn-main {
  background-color: #ff9800;
  color: #fff;
  border: 1px solid #ff9800; }
  .btn-main:hover {
    color: #ff9800 !important;
    box-shadow: 5px 5px 0px -2px #ff9800 !important;
    border: 1px solid #ff9800 !important;
    background-color: #fff; }

/*按鈕-新增*/
.btn-new {
  border: 1px solid #248888 !important;
  /*color: $green-color !important;*/
  color: #fff !important;
  background-color: #248888 !important; }
  .btn-new:hover {
    /*background-color: $green-color !important;*/
    /*color: #fff !important;*/
    color: #248888 !important;
    box-shadow: 5px 5px 0px -2px #248888 !important;
    border: 1px solid #248888 !important;
    background-color: #fff !important;
    transition: 0.5s; }

/*按鈕-刪除*/
.btn-delete {
  background-color: #fff;
  border: 1px solid #e3342d;
  color: #e3342d; }
  .btn-delete:hover {
    transition: 0.5s;
    box-shadow: 5px 5px 0px -2px #e3342d; }

/*其它按鈕*/
.btn-other {
  background-color: #fff;
  border: 1px solid #248888;
  color: #248888; }
  .btn-other:hover {
    transition: 0.5s;
    box-shadow: 5px 5px 0px -2px #248888; }

select {
  min-width: 65px;
  height: 30px;
  padding: 0px 5px;
  border-radius: 5px;
  border: 1px solid #ccc;
  margin: 10px 20px; }

li {
  list-style-type: none;
  float: left;
  margin: 8px 0px; }

.warning {
  text-align: center; }
  .warning span {
    color: red;
    background-color: #f9f8fd;
    padding: 5px 10px; }

table {
  width: 100%;
  margin: 30px 0px;
  border: 1px solid #ddd;
  border-collapse: collapse; }
  table tr th {
    font-size: 18px;
    letter-spacing: 1px;
    padding: 10px 20px;
    color: #4e4e4e;
    text-align: center;
    background-color: #f6f5f3; }
  table tr td {
    border: 1px solid #ddd;
    padding: 10px 20px; }
  table tr:last-child table {
    width: auto;
    margin: 0 auto;
    border: none; }
    table tr:last-child table tr td {
      border: none;
      padding: 10px; }

.tabpage {
  /*width: 100%;*/
  border-bottom: 3px solid #F8DCDC; }
  .tabpage ul {
    width: 100% !important;
    height: 50px;
    line-height: 50px;
    /*margin-top: -71px;*/
    text-align: center;
    /*margin-top: -234px;*/ }
    .tabpage ul li {
      display: inline-block;
      /*width: 30%;*/
      text-align: center;
      margin: 0px 5px;
      border-radius: 10px 10px 0px 0px;
      border-top: 3px solid #ff9800;
      background-color: #fafafa;
      padding: 0px 20px;
      margin-top: -3px; }
      .tabpage ul li a {
        font-weight: 600;
        color: #ff9800; }
      .tabpage ul li:hover {
        background-color: #ff9800; }
        .tabpage ul li:hover a {
          color: #fff; }
      .tabpage ul li a.static.selected {
        color: #fff;
        border-radius: 5px 5px 0px 0px;
        background-color: #ff9800; }

.page-number li {
  margin: 10px 10px;
  padding: 3px 9px; }
  .page-number li a:hover {
    color: #ff9800; }

.page-number .choose-page {
  background-color: #ff9800;
  color: #fff;
  border-radius: 100%; }

.note {
  font-size: 14px;
  color: #bbb;
  letter-spacing: .5px; }

/*燈箱*/
#lightbox .overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0; }
  #lightbox .overlay:target {
    visibility: visible;
    opacity: 1;
    z-index: 1; }
  #lightbox .overlay .popup {
    margin: 70px auto;
    padding: 20px 20px 30px 20px;
    background: #fff;
    border-radius: 5px;
    /*width: 30%;*/
    min-width: 30%;
    width: max-content;
    position: relative;
    transition: all 5s ease-in-out; }
    #lightbox .overlay .popup .content {
      /*max-height: 30%;*/
      overflow: auto;
      text-align: center; }
      #lightbox .overlay .popup .content .close {
        position: absolute;
        top: 20px;
        right: 10px;
        min-width: 30px !important;
        height: 30px !important;
        border: 1px solid #aaa;
        color: #aaa;
        padding: 0px;
        font-size: 16px;
        line-height: 0px;
        background-color: #fff; }
        #lightbox .overlay .popup .content .close:hover {
          color: #aaa;
          background-color: #fff;
          border: 1px solid #aaa; }

.fileup-block {
  width: 100%;
  height: 100px;
  background-color: #fafafa;
  border: 2px solid #ff9800;
  border-radius: 5px; }
  .fileup-block > div h3 {
    width: 456px;
    text-align: center;
    color: #ff9800;
    margin: 0px;
    display: inline-grid;
    align-items: center;
    height: 100px; }
  .fileup-block .Js_file-input {
    width: 100%;
    height: 100px;
    opacity: 0;
    cursor: pointer;
    position: relative;
    top: -100px; }

.btn-login {
  position: fixed;
  right: 0px;
  top: 150px;
  border-radius: 50px 0px 0px 50px;
  z-index: 1;
  border: 3px solid #248888;
  box-shadow: #248888 0px 0px 10px;
  background: #fff; }

.sign-out {
  float: right;
  margin-top: -44px;
  background-color: #FFF5C3;
  width: 100px;
  height: 35px;
  text-align: center;
  padding-top: 10px; }
  .sign-out img {
    width: 30px;
    margin-right: 3px; }
  .sign-out span {
    position: relative;
    top: -10px; }

/*分隔線*/
.separate-line {
  border: 1px dashed #ff9800 !important;
  width: 99% !important;
  margin-top: 0px;
  margin-bottom: 0px !important; }

/*無資料*/
.notthing {
  border: 1px solid #ccc;
  padding: 10px 20px;
  margin: 15px 20px;
  line-height: 62px; }
  .notthing p {
    text-align: center;
    margin-bottom: 0px;
    color: #888; }

/*===Menu選單===*/
.menu-item {
  border-bottom: 1px solid #e1e1e1; }
  .menu-item ul li {
    background-color: #d2691e;
    float: left;
    margin-right: 5px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-bottom: -1px; }
    .menu-item ul li a {
      color: #fff;
      padding: 10px 10px;
      /*margin-bottom: -1px;*/
      font-size: 1.2em; }
      .menu-item ul li a:hover {
        text-decoration: underline; }
    .menu-item ul li .selected {
      background-color: #ff9800;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px; }

/*===Menu選單===*/
/*後台*/
#backstage {
  margin: 0px;
  /*採樣員後台頁面*/ }
  #backstage .login-head {
    height: 41px;
    border-bottom: 2px solid #d3d3d3;
    /*og:#F8DCDC*/ }
    #backstage .login-head .sign-info {
      line-height: 40px;
      padding-left: 20px; }
  #backstage .footer {
    background-color: #4e4e4e;
    padding: 6px 0px;
    position: absolute;
    width: 100%;
    /*bottom: 0px;*/ }
    #backstage .footer p {
      color: #ebedec;
      text-align: center;
      margin: 0px; }
      #backstage .footer p span {
        color: #FFF000; }
  #backstage #backstage-content {
    background-color: #fafafa; }
    #backstage #backstage-content .wysiwyg {
      float: right; }
      #backstage #backstage-content .wysiwyg a {
        letter-spacing: 1px;
        font-size: 18px;
        font-weight: 600;
        color: #fff;
        background-color: #17BEBB;
        padding: 20px 30px;
        border-radius: 88px;
        border: 2px solid #17BEBB;
        transition: all 0.2s linear; }
        #backstage #backstage-content .wysiwyg a:hover {
          background-color: #fff;
          color: #17BEBB; }
    #backstage #backstage-content #content-block {
      display: flex; }
      #backstage #backstage-content #content-block .left-block {
        /*width: 15%;*/
        min-width: 15%;
        /*background-color: #F8DCDC;*/
        background-color: #fff4f3;
        padding: 20px 20px 50px 20px;
        min-height: 85vh;
        overflow: auto; }
        #backstage #backstage-content #content-block .left-block .backstage-title {
          background-color: #248888;
          padding: 25px 5px;
          /*og:10px*/
          margin-left: -15px;
          margin-right: -15px;
          position: relative;
          top: -36px;
          margin-bottom: 0px;
          text-align: center;
          color: #fff;
          font-size: 26px;
          font-weight: bold;
          letter-spacing: 1px;
          /*og:5px*/
          border-bottom: 5px solid #ff9800; }
        #backstage #backstage-content #content-block .left-block ul {
          display: inline-grid;
          padding-left: 0px;
          width: 100%; }
          #backstage #backstage-content #content-block .left-block ul li {
            /*float: right;*/
            width: 100%;
            font-size: 18px; }
            #backstage #backstage-content #content-block .left-block ul li a {
              float: right;
              /*&:focus {
                                color: #fff;
                                border-right: 3px solid #248888;
                                padding-right: 5px;
                            }*/ }
              #backstage #backstage-content #content-block .left-block ul li a:hover {
                text-decoration: underline; }
          #backstage #backstage-content #content-block .left-block ul .left-menu {
            background-color: #475F77;
            padding: 10px 0px 10px 0px; }
            #backstage #backstage-content #content-block .left-block ul .left-menu a {
              color: #fff;
              text-align: center;
              width: 100%;
              pointer-events: none;
              cursor: default; }
      #backstage #backstage-content #content-block .right-block {
        width: 85%;
        padding: 20px 30px;
        background-color: #fff;
        overflow: hidden;
        /*採樣明細表管理*/
        /*驗證統計查詢*/
        /*相關法規編輯頁面*/ }
        #backstage #backstage-content #content-block .right-block input[type="text"], #backstage #backstage-content #content-block .right-block input[type="password"], #backstage #backstage-content #content-block .right-block input[type="date"], #backstage #backstage-content #content-block .right-block input[type="number"] {
          border-radius: 5px;
          border: 1px solid #aaa;
          padding: 5px 10px 5px 10px;
          margin: 0px 5px;
          height: 22px;
          box-sizing: unset; }
        #backstage #backstage-content #content-block .right-block h1 {
          color: #475F77; }
        #backstage #backstage-content #content-block .right-block h2 {
          color: #17BEBB;
          margin-top: 50px; }
        #backstage #backstage-content #content-block .right-block label {
          margin-right: 15px; }
        #backstage #backstage-content #content-block .right-block textarea {
          width: 95%;
          height: 100px;
          border-radius: 10px;
          padding: 20px 20px;
          margin: 20px auto;
          display: block;
          font-size: 18px;
          letter-spacing: .5px;
          line-height: 26px; }
        #backstage #backstage-content #content-block .right-block .search-block {
          text-align: center; }
          #backstage #backstage-content #content-block .right-block .search-block .search-p {
            width: 300px;
            /*border: 1px solid #ccc;*/
            /*border-radius: 0px;*/
            height: 30px;
            border-radius: 0px 5px 5px 0px;
            border-radius: 50px;
            width: 500px; }
          #backstage #backstage-content #content-block .right-block .search-block .search-btn {
            border-radius: 0px;
            margin: 0px 0px 0px -6px;
            position: relative;
            left: -79px;
            border-radius: 0px 5px 5px 0px;
            height: 42px;
            position: relative;
            top: 1px;
            background-color: #ff9800;
            color: #fff;
            border: 3px solid #ff9800; }
            #backstage #backstage-content #content-block .right-block .search-block .search-btn:hover {
              background-color: none;
              color: none; }
        #backstage #backstage-content #content-block .right-block input[type="submit"] {
          /*@include button;*/
          /*width: 80px;*/
          /*height: 35px;
                    font-size: 16px;
                    margin: 10px 20px;*/ }
        #backstage #backstage-content #content-block .right-block .write-block {
          border: 1px solid #ccc;
          border-radius: 10px;
          padding: 10px 20px;
          border-top: 10px solid #ff9800; }
        #backstage #backstage-content #content-block .right-block .overflow-x-scroll {
          overflow-x: auto;
          white-space: nowrap;
          width: 100%; }
        #backstage #backstage-content #content-block .right-block .float-right {
          float: right; }
        #backstage #backstage-content #content-block .right-block #manager-account {
          /*.search-block {
                        text-align: center;

                        .search-p {
                            border-radius: 50px;
                            width: 500px;
                        }
                    }*/ }
          #backstage #backstage-content #content-block .right-block #manager-account .add-account {
            display: block;
            margin-left: auto; }
          #backstage #backstage-content #content-block .right-block #manager-account .account-list table tr {
            /*&:last-child {
                                    table {
                                        width: auto;
                                        margin: 0 auto;
                                        border: none;

                                        tr {
                                            td {
                                                border: none;
                                                padding: 10px;
                                            }
                                        }
                                    }
                                }*/ }
            #backstage #backstage-content #content-block .right-block #manager-account .account-list table tr td {
              text-align: center; }
        #backstage #backstage-content #content-block .right-block #add-account .write-block p select {
          margin: 0px; }
        #backstage #backstage-content #content-block .right-block #add-account p {
          padding: 15px 0px; }
        #backstage #backstage-content #content-block .right-block #add-account input[type="text"] {
          margin: 0px;
          width: 200px; }
        #backstage #backstage-content #content-block .right-block #add-account .btn-block {
          text-align: center; }
        #backstage #backstage-content #content-block .right-block #rq-check .report-detail {
          display: inline-flex; }
          #backstage #backstage-content #content-block .right-block #rq-check .report-detail .flexslider img {
            max-width: 100%; }
        #backstage #backstage-content #content-block .right-block #recommend-company .add-company {
          display: inline-block;
          margin-left: auto;
          float: right; }
        #backstage #backstage-content #content-block .right-block #recommend-company .btn-download {
          display: inline-block; }
        #backstage #backstage-content #content-block .right-block #recommend-company .company-list table tr td {
          text-align: center; }
        #backstage #backstage-content #content-block .right-block #manage-edit .bgtitle-block {
          display: inline-flex; }
          #backstage #backstage-content #content-block .right-block #manage-edit .bgtitle-block span {
            margin: 60px 20px 0px 20px; }
          #backstage #backstage-content #content-block .right-block #manage-edit .bgtitle-block a.button {
            margin-top: 60px; }
        #backstage #backstage-content #content-block .right-block #manage-edit .write-block .social-media {
          margin: 20px auto;
          display: table; }
          #backstage #backstage-content #content-block .right-block #manage-edit .write-block .social-media img {
            width: 33px;
            top: 10px;
            position: relative;
            margin-right: 5px; }
          #backstage #backstage-content #content-block .right-block #manage-edit .write-block .social-media input[type="text"] {
            width: 500px; }
        #backstage #backstage-content #content-block .right-block #manage-edit .write-block .cid {
          width: 125px;
          margin-left: 0px;
          margin-right: 0px; }
        #backstage #backstage-content #content-block .right-block #manage-edit .write-block .tid {
          width: 125px; }
        #backstage #backstage-content #content-block .right-block #manage-edit .write-block .text-address {
          /*width: -webkit-fill-available;*/
          width: 290px; }
        #backstage #backstage-content #content-block .right-block #manage-edit .write-block .qrcode-block {
          margin: 0 auto; }
          #backstage #backstage-content #content-block .right-block #manage-edit .write-block .qrcode-block img {
            width: 300px; }
          #backstage #backstage-content #content-block .right-block #manage-edit .write-block .qrcode-block input {
            display: block;
            margin: 0 auto; }
        #backstage #backstage-content #content-block .right-block #manage-edit .btn-block {
          text-align: center;
          margin-top: 50px; }
          #backstage #backstage-content #content-block .right-block #manage-edit .btn-block p {
            margin-bottom: 30px; }
        #backstage #backstage-content #content-block .right-block #manage-edit #lightbox h2 {
          display: table-cell;
          padding-top: 10px; }
        #backstage #backstage-content #content-block .right-block #manage-edit #lightbox img {
          max-width: 100%;
          margin-top: 20px; }
        #backstage #backstage-content #content-block .right-block #company-products .search-block {
          margin-top: 50px; }
        #backstage #backstage-content #content-block .right-block #company-products .btn-new {
          float: right; }
        #backstage #backstage-content #content-block .right-block #company-products .btn-new {
          margin-top: 35px; }
        #backstage #backstage-content #content-block .right-block #company-products .products-list {
          margin-top: 100px; }
          #backstage #backstage-content #content-block .right-block #company-products .products-list td {
            text-align: center; }
        #backstage #backstage-content #content-block .right-block #sampling h2 {
          text-align: center; }
        #backstage #backstage-content #content-block .right-block #sampling h3 {
          text-align: center;
          color: #248888;
          font-size: 1.5rem; }
        #backstage #backstage-content #content-block .right-block #sampling #sampling_month .all-month table {
          width: max-content; }
          #backstage #backstage-content #content-block .right-block #sampling #sampling_month .all-month table input[type="submit"] {
            margin-left: 0px;
            margin-right: 0px; }
        #backstage #backstage-content #content-block .right-block #sampling #sampling_month select {
          margin-right: 5px; }
        #backstage #backstage-content #content-block .right-block #sampling .sampling_detail .detail-block {
          border: 2px solid #ff9800;
          border-radius: 10px;
          padding: 15px 20px; }
        #backstage #backstage-content #content-block .right-block #report-statistical .dp-block {
          margin-bottom: 20px; }
          #backstage #backstage-content #content-block .right-block #report-statistical .dp-block p {
            margin-bottom: 0px;
            text-align: center; }
        #backstage #backstage-content #content-block .right-block #report-statistical .overflow-x-scroll table {
          margin-top: 0px; }
        #backstage #backstage-content #content-block .right-block #report-statistical .search-block {
          margin-bottom: 50px; }
          #backstage #backstage-content #content-block .right-block #report-statistical .search-block input[type="text"] {
            width: 800px; }
        #backstage #backstage-content #content-block .right-block #report-statistical .table-download {
          position: absolute;
          right: 12px;
          float: right;
          bottom: 170px; }
        #backstage #backstage-content #content-block .right-block #law-manage .item-name {
          color: #17BEBB;
          font-size: large;
          font-weight: bold; }
        #backstage #backstage-content #content-block .right-block #law-manage .btn-block {
          text-align: center; }
        #backstage #backstage-content #content-block .right-block .popup #message {
          color: tomato;
          text-align: center; }
        #backstage #backstage-content #content-block .right-block .addbtn-block {
          margin-top: 30px;
          margin-bottom: -30px;
          display: flow-root; }
  #backstage .sampler-content .logo {
    height: 50px; }
  #backstage .sampler-content .web-name {
    top: 10px;
    font-size: 26px; }
  #backstage .sampler-content #content-block {
    /*padding: 0px;*/ }
    #backstage .sampler-content #content-block .right-block {
      width: 100% !important; }
      #backstage .sampler-content #content-block .right-block .popup {
        /*width: unset;*/ }
        #backstage .sampler-content #content-block .right-block .popup .form-control {
          width: 85% !important;
          margin: 0 auto !important; }
      #backstage .sampler-content #content-block .right-block #lightbox h1 {
        color: #fff !important;
        text-shadow: none;
        text-align: center;
        margin-top: 250px; }
  #backstage .sampler-content .sampler-gv-item span {
    white-space: initial;
    display: block;
    width: 350px;
    border: none; }

#login {
  background-image: url("../_img/background/member-login.jpg");
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: center;
  background-position-x: center;
  overflow-y: auto;
  overflow-x: hidden; }
  #login .login-write {
    background-color: rgba(255, 235, 231, 0.9);
    width: 500px;
    border: 3px solid #ff9800;
    border-radius: 10px;
    padding: 15px 20px 20px 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    /*margin-top: -175px;*/
    margin-top: 150px;
    margin-left: -250px;
    /*opacity: .9;*/
    /*box-shadow: 0px 0px 10px $orange-color;*/
    box-shadow: 0px 0px 5px #ff9800;
    /*.warning {
            height: 24px;
        }*/ }
    #login .login-write .logo-block {
      height: 80px; }
      #login .login-write .logo-block img {
        width: 100px;
        float: left; }
      #login .login-write .logo-block h1 {
        line-height: 80px;
        color: #e3342d; }
    #login .login-write h1 {
      text-align: center;
      margin-top: 10px; }
    #login .login-write .menu-login {
      /*width: 100%;*/ }
      #login .login-write .menu-login ul {
        width: 100% !important;
        height: 50px;
        line-height: 50px;
        /*margin-top: -71px;*/
        text-align: center;
        /*margin-top: -234px;*/ }
        #login .login-write .menu-login ul li {
          display: inline-block;
          width: 30%;
          text-align: center;
          margin: 0px 5px;
          border-radius: 10px 10px 0px 0px;
          border-top: 3px solid #ff9800;
          background-color: #fafafa; }
          #login .login-write .menu-login ul li a {
            font-weight: 600;
            color: #ff9800; }
          #login .login-write .menu-login ul li:hover {
            background-color: #ff9800; }
            #login .login-write .menu-login ul li:hover a {
              color: #fff; }
          #login .login-write .menu-login ul li a.static.selected {
            color: #fff;
            border-radius: 5px 5px 0px 0px;
            background-color: #ff9800; }
    #login .login-write .write-block {
      margin-top: 10px; }
      #login .login-write .write-block .naif-user-group select {
        width: 188px;
        margin: 0px 0px 15px 0px;
        padding: 0px 5px;
        border-radius: 0px;
        border: 1px solid #aaa;
        height: 38px; }
      #login .login-write .write-block img {
        width: 25px;
        margin-right: 2px;
        margin-top: -8px; }
      #login .login-write .write-block input[type="text"], #login .login-write .write-block input[type="password"] {
        margin-bottom: 15px;
        padding: 5px; }
      #login .login-write .write-block .textbox-pincode span {
        margin-left: 25px; }
      #login .login-write .write-block .pincode {
        width: auto; }
      #login .login-write .write-block input[type="submit"], #login .login-write .write-block input[type="button"] {
        margin: 20px 40px;
        margin-top: 20px;
        width: 80px;
        height: 35px; }
      #login .login-write .write-block #lightbox .popup {
        width: 30%;
        overflow-y: auto;
        max-height: 500px; }
        #login .login-write .write-block #lightbox .popup .content {
          text-align: left; }
          #login .login-write .write-block #lightbox .popup .content p {
            color: #716e77; }
          #login .login-write .write-block #lightbox .popup .content ul {
            display: grid; }
            #login .login-write .write-block #lightbox .popup .content ul li {
              list-style-type: disc;
              color: #20366b; }
          #login .login-write .write-block #lightbox .popup .content a {
            text-align: center;
            display: block; }

#sign-up {
  overflow-y: auto;
  height: 355px; }
  #sign-up .write-block {
    margin: 0 auto;
    display: table;
    text-align: center; }

#benefit .benefit-items {
  /*position: fixed;*/
  position: relative;
  top: 0px;
  background-color: #ccc;
  width: 100%;
  /*margin-left: -15px;*/
  padding: 15px 20px;
  text-align: center; }

#header {
  background-color: #aaa;
  padding: 20px 0px;
  background-image: url("../_img/xx-report-search.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: top;
  background-position-x: center; }
  #header .row {
    width: 100%;
    margin: 0 auto; }
    #header .row .logo-block {
      text-align: center;
      margin-bottom: 10px; }
      #header .row .logo-block a .logo {
        max-width: 100%;
        height: 100px; }
      #header .row .logo-block a .web-name {
        font-size: 38px;
        color: #e3342d;
        font-weight: bold;
        letter-spacing: 2px;
        margin-left: 20px;
        top: 20px;
        position: relative;
        display: inline-block;
        text-shadow: 0px 0px 15px #fff; }
      #header .row .logo-block a:hover {
        text-decoration: none; }
      #header .row .logo-block .navbar-toggler {
        float: right;
        top: 30px;
        position: relative;
        background-color: #fff; }
  #header .nav-item {
    border: 1px solid #ff9800;
    padding: 3px 12px;
    font-size: 20px;
    font-weight: bold;
    border-radius: 50px 0px 50px 0px;
    background-color: #fff;
    margin: 0px 4px;
    color: #ff9800;
    height:80px;
    line-height:70px;
    text-align:center;
  }
  #header .active {
    color: #4e4e4e; }

#Panel_accountInfo {
  margin-top: 16px; }
  #Panel_accountInfo #account-info {
    height: 40px;
    background-color: #F8DCDC;
    position: sticky;
    top: 0px;
    z-index: 1;
    position: fixed;
    width: 100%; }
    #Panel_accountInfo #account-info #lightbox .overlay .content p .form-control {
      width: auto;
      display: inline-block; }
    #Panel_accountInfo #account-info #lightbox .overlay .content small {
      display: block; }
    #Panel_accountInfo #account-info .account-email {
      line-height: 40px;
      /*text-align: right;*/
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    #Panel_accountInfo #account-info .link-block .info {
      line-height: 40px;
      float: right; }
      #Panel_accountInfo #account-info .link-block .info div {
        display: inline-block; }
    #Panel_accountInfo #account-info .sign-out {
      height: 40px;
      margin-top: 0px;
      width: 100%; }
      #Panel_accountInfo #account-info .sign-out a {
        color: #4e4e4e; }
        #Panel_accountInfo #account-info .sign-out a img {
          margin-top: -5px;
          margin-right: 3px; }

/*前台*/
#content {
  /*input[type=text] {
        margin: 20px 0px;
    }*/
  /*相關法規區塊*/
  /*廠商介紹頁面*/
  /*品牌專區*/
  /*即見即所得頁面*/
  /*公告與產品標題區塊*/
  /*平台訊息公告頁面*/
  /*廠商-產品列表頁*/
  /*廠商-產品介紹頁*/
  /*相關法規內頁*/ }
  #content .formbg-top {
    padding-left: 0px;
    padding-right: 0px; }
    #content .formbg-top .formbg {
      background-image: url("../_img/formbg.jpg");
      background-position-y: 70%;
      background-position-x: 50%;
      height: 200px;
      background-size: cover; }
      #content .formbg-top .formbg .title-block {
        padding-top: 45px; }
        #content .formbg-top .formbg .title-block h1 {
          color: #fff;
          margin-top: 30px;
          text-shadow: 1px 1px 3px #000; }
  #content #about-platform .platform-text {
    background-image: url("../_img/about-bg.png");
    border-radius: 0 500px 0 0;
    box-shadow: 0px 0px 6px #FBD7B4;
    border-right: 3px solid #FBD7B4; }
    #content #about-platform .platform-text div .title-block {
      margin-top: 0px; }
      #content #about-platform .platform-text div .title-block h1 {
        text-shadow: none;
        color: #FBD7B4; }
      #content #about-platform .platform-text div .title-block hr {
        width: 65px; }
    #content #about-platform .platform-text div p {
      font-size: 18px;
      line-height: 32px;
      font-weight: 600;
      letter-spacing: .5px;
      color: #FBD7B4; }
  #content .rsbg {
    background-image: url("../_img/rs.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom; }
  #content #report-search .title-block {
    margin-top: 0px;
    padding-top: 95px; }
  #content #report-search .outlink {
    /*border: 2px solid $orange-color;*/
    color: #fff;
    letter-spacing: 1px;
    border-radius: 45px;
    padding: 10px 15px;
    /*@include btn-borderstyle;*/
    display: block;
    max-width: 170px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: 30px;
    font-weight: 600;
    /*background-color: #fff;*/ }
    #content #report-search .outlink:hover {
      transition: 0.5s; }
  #content #report-search .new-report {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 50px; }
    #content #report-search .new-report .card {
      margin-bottom: 20px; }
      #content #report-search .new-report .card a {
        height: max-content;
        max-width: 100%;
        min-height: 100%;
        /*height: 300px;*/
        max-height: max-content;
        line-height: 30px; }
        #content #report-search .new-report .card a img {
          max-width: 100%; }
      #content #report-search .new-report .card .look-report {
        background-color: #ff9800;
        color: #fff;
        letter-spacing: 1px;
        border-radius: 20px;
        width: 120px;
        margin-top: -38px !important; }
        #content #report-search .new-report .card .look-report:hover {
          background-color: #248888; }
      #content #report-search .new-report .card:hover {
        box-shadow: 0px 0px 15px 3px #eee; }
      #content #report-search .new-report .card .card-body {
        color: #a3a3a3;
        border-bottom: 5px solid #ff9800;
        /*height: 180px;*/
        height: 200px; }
        #content #report-search .new-report .card .card-body p {
          margin-bottom: 8px; }
        #content #report-search .new-report .card .card-body h3 {
          font-weight: bold;
          letter-spacing: 1px;
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2;
          margin-bottom: 10px;
          font-size: 1.5rem; }
          #content #report-search .new-report .card .card-body h3 a {
            color: #ff9800; }
            #content #report-search .new-report .card .card-body h3 a:hover {
              text-decoration: none;
              color: #248888; }
        #content #report-search .new-report .card .card-body .samples-name {
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 1; }
        #content #report-search .new-report .card .card-body .reportdate {
          float: right !important;
          position: absolute;
          bottom: 20px;
          right: 20px;
          font-size: 14px; }
  #content #report-search .examine-items .items-list {
    background-position: center;
    min-height: 350px;
    background-size: cover;
    background-repeat: no-repeat; }
    #content #report-search .examine-items .items-list h2 {
      color: #fafafa;
      font-weight: 600;
      text-align: center;
      background-color: #ff9800;
      width: 150px;
      margin: 20px auto;
      padding: 10px 0px;
      border-radius: 30px;
      position: absolute;
      bottom: 0px; }
      #content #report-search .examine-items .items-list h2 img {
        margin-right: 5px;
        width: 15px;
        margin-top: -5px; }
  #content #report-search .examine-items .item-detailed ul {
    padding-left: 0px;
    padding-top: 20px; }
    #content #report-search .examine-items .item-detailed ul li {
      list-style-type: none;
      margin-bottom: 10px; }
      #content #report-search .examine-items .item-detailed ul li a {
        color: #4e4e4e; }
        #content #report-search .examine-items .item-detailed ul li a:hover {
          color: #248888; }
        #content #report-search .examine-items .item-detailed ul li a img {
          width: 10px;
          margin-right: 5px;
          margin-top: -3px; }
  #content .search-block {
    padding-bottom: 30px;
    text-align: center; }
    #content .search-block .dropdown .btn-outline-secondary {
      color: #ff9800;
      border: none;
      border-radius: 10px;
      height: 60px;
      width: 150px;
      border: 2px solid #ff9800;
      font-weight: 500;
      margin-left: auto;
      width: 100%;
      background-color: #fff;
      z-index: 0;
      margin-top: 0px; }
      #content .search-block .dropdown .btn-outline-secondary:focus {
        box-shadow: none; }
      #content .search-block .dropdown .btn-outline-secondary:hover {
        background-color: #fff; }
    #content .search-block .input-group {
      height: 60px;
      min-width: 100%; }
      #content .search-block .input-group .text-inputbox {
        height: 60px;
        border: 2px solid #ff9800;
        border-radius: 10px 0px 0px 10px; }
        #content .search-block .input-group .text-inputbox:focus {
          box-shadow: none;
          outline: none; }
      #content .search-block .input-group .enter-btn {
        background-color: #ff9800;
        color: #fff;
        letter-spacing: 1px;
        border-radius: 20px;
        border-radius: 0px 10px 10px 0px;
        border: none;
        /*height: auto;*/
        /*margin-left: -5px;*/
        z-index: 0;
        height: 60px;
        margin: 0px; }
        #content .search-block .input-group .enter-btn:hover {
          background-color: #248888; }
        #content .search-block .input-group .enter-btn:hover {
          background-color: #ff9800; }
        #content .search-block .input-group .enter-btn:focus {
          box-shadow: none; }
  #content #technology-info {
    background-size: cover;
    background-position-y: 25%;
    padding: 0px 0px 50px 0px; }
    #content #technology-info .carousel-indicators li {
      background-color: #ccc; }
    #content #technology-info .carousel-indicators .active {
      background-color: #ff9800; }
    #content #technology-info .carousel-control-prev-icon {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ff9800' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"); }
    #content #technology-info .carousel-control-next-icon {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ff9800' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E"); }
    #content #technology-info .carousel-inner {
      background: linear-gradient(115deg, transparent 355px, rgba(255, 255, 255, 0.8) 0);
      width: 1000px;
      height: 550px;
      margin-left: auto; }
      #content #technology-info .carousel-inner .technology-text {
        width: 500px;
        margin-left: auto;
        margin-right: 150px;
        min-height: 480px; }
        #content #technology-info .carousel-inner .technology-text .title-block {
          margin-top: 0px;
          padding-top: 45px; }
        #content #technology-info .carousel-inner .technology-text ul {
          padding-left: 45px; }
          #content #technology-info .carousel-inner .technology-text ul li {
            list-style-type: none;
            margin-bottom: 10px;
            font-weight: 600;
            text-indent: -2.3em; }
  #content #news-block {
    /*background-color: #fdfdff;*/
    background-image: url("../_img/background/news.jpg"); }
    #content #news-block .icon {
      height: 21px;
      margin-right: 10px; }
    #content #news-block .news-category {
      padding: 5px 20px;
      background-color: #17BEBB;
      color: #fff;
      border-radius: 25px;
      float: left; }
    #content #news-block .space {
      border: 1px solid #ccc;
      margin-bottom: 20px;
      background-color: #fff; }
      #content #news-block .space .news-img {
        height: 290px;
        background-color: #eee; }
        #content #news-block .space .news-img img {
          max-width: 100%;
          display: block;
          margin: 0 auto;
          object-fit: cover;
          min-width: 100%;
          height: 290px; }
      #content #news-block .space .news-content {
        padding: 10px 15px; }
        #content #news-block .space .news-content h2 {
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2;
          margin-top: 10px;
          height: 72px; }
        #content #news-block .space .news-content p {
          margin-bottom: 10px;
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 1; }
        #content #news-block .space .news-content .small-info {
          display: flow-root;
          margin-top: 20px;
          margin-bottom: 10px; }
          #content #news-block .space .news-content .small-info p {
            margin-bottom: 0px; }
          #content #news-block .space .news-content .small-info .news-date {
            float: right;
            margin-top: 5px; }
    #content #news-block .btn-more {
      margin-bottom: 50px;
      margin-top: 30px;
      padding: 0px 30px;
      width: 100%; }
      #content #news-block .btn-more p {
        font-size: 24px;
        font-weight: 600;
        float: right;
        color: #ff9800; }
        #content #news-block .btn-more p img {
          height: 10px;
          margin-left: 5px;
          margin-top: -5px; }
  #content #video-block {
    background-image: url("../_img/37060124-chinese-cuisine-wok-cooking-vegetables-vegetarian-wok.jpg");
    padding-bottom: 80px;
    background-size: cover;
    background-position: center; }
    #content #video-block .title-block {
      margin-top: 0px; }
    #content #video-block .container {
      margin: 0 auto;
      background-color: rgba(255, 255, 255, 0.5);
      padding-top: 30px; }
      #content #video-block .container iframe {
        max-width: 800px;
        height: 320px;
        display: block;
        margin: 0 auto;
        width: 100%; }
      #content #video-block .container p {
        font-size: 18px;
        line-height: 32px;
        font-weight: 600;
        letter-spacing: .5px;
        text-shadow: 0px 0px 10px #fff; }
  #content #law {
    background-image: url("../_img/law-bg.jpg"); }
    #content #law .law-info {
      padding: 30px;
      max-width: 80%;
      margin: 0 auto;
      border-radius: 30px 30px 0px 0px;
      background-color: rgba(249, 248, 253, 0.85);
      height: 380px; }
    #content #law .law-content {
      overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 5;
      line-height: 24px; }
    #content #law .btn-more p {
      font-size: 24px;
      font-weight: 600;
      float: right;
      color: #ff9800; }
    #content #law .btn-more img {
      height: 10px;
      margin-left: 5px;
      margin-top: -5px; }
    #content #law .taf-link {
      text-align: center;
      background-color: rgba(146, 27, 136, 0.2);
      padding: 10px;
      line-height: 66px; }
      #content #law .taf-link p {
        font-size: 26px;
        margin-bottom: 0px;
        display: inline-block;
        font-weight: 600; }
        #content #law .taf-link p span {
          color: #921b88;
          font-weight: 600; }
    #content #law li {
      float: unset;
      list-style-type: unset; }
  #content #item {
    background-image: url(../_img/testitemsbg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
    #content #item .title-block {
      margin-top: 0px;
      padding-top: 100px; }
      #content #item .title-block h1 {
        color: #fff; }
    #content #item .all-testitems .testitemsbg {
      padding-bottom: 50px; }
      #content #item .all-testitems .testitemsbg .itemname {
        background-color: rgba(255, 255, 255, 0.8);
        box-shadow: 0px 0px 20px #eee;
        width: 100%;
        height: 150px;
        left: 75px;
        z-index: -1;
        border-radius: 100px 30px 30px 100px;
        top: 0px;
        margin-bottom: 50px; }
        #content #item .all-testitems .testitemsbg .itemname .itemname-img {
          border-radius: 100%;
          width: 150px;
          height: 150px;
          border: 5px solid #fff;
          float: left; }
        #content #item .all-testitems .testitemsbg .itemname .itemname-h2 {
          text-align: center;
          height: 150px;
          display: table; }
          #content #item .all-testitems .testitemsbg .itemname .itemname-h2 h2 {
            display: table-cell;
            vertical-align: middle;
            text-align: center;
            font-weight: 600;
            padding: 10px;
            font-size: 24px;
            line-height: 34px; }
  #content #application {
    background-image: url("../_img/formbg.jpg");
    padding-bottom: 50px;
    background-size: cover; }
    #content #application .procedure {
      margin-bottom: 30px;
      text-align: center;
      background-color: rgba(255, 255, 255, 0.9);
      padding-top: 20px; }
      #content #application .procedure .step {
        display: inline-block;
        margin-bottom: 20px; }
        #content #application .procedure .step img {
          height: 30px;
          margin-top: -5px;
          margin-right: 5px; }
        #content #application .procedure .step span {
          font-size: 20px;
          font-weight: 600;
          color: #4e4e4e; }
        #content #application .procedure .step .arrow-right {
          height: 16px;
          margin: -5px 50px 0px 50px; }
    #content #application .btn {
      /*background-color: $orange-color;*/
      color: #fff;
      font-size: 20px;
      padding: 15px 20px;
      font-weight: 600;
      display: block;
      border-radius: 10px;
      height: 64px; }
      #content #application .btn:hover {
        /*background-color: $green-color;*/ }
  #content .about-reportquery {
    background-image: url(../_img/rs.jpg);
    background-position-y: unset;
    height: 200px;
    margin-bottom: 0px;
    margin-top: 45px;
    background-repeat: no-repeat;
    background-size: cover; }
    #content .about-reportquery .title-block h1 {
      color: #fff;
      margin-top: -10px;
      text-shadow: 1px 1px 3px #000; }
  #content .report-Query .title-block {
    margin-left: 60px;
    padding-top: 0px; }
    #content .report-Query .title-block hr {
      width: 45px; }
  #content #report-searchblock {
    border-radius: 10px;
    /*background-color: $light-height-gray;*/ }
    #content #report-searchblock .title-block {
      margin: 0px auto 0px 60px;
      padding-top: 45px;
      margin-bottom: 35px; }
      #content #report-searchblock .title-block hr {
        width: 60px; }
  #content #result .title-block {
    margin-left: 60px;
    padding-top: 45px; }
    #content #result .title-block hr {
      width: 60px; }
  #content #count {
    display: inline-flex;
    margin-bottom: 30px;
    width: 100%; }
    #content #count .count-block {
      display: inherit;
      right: 30px;
      position: absolute; }
      #content #count .count-block .nopens {
        color: #ff9800;
        margin: 0px 5px; }
      #content #count .count-block select {
        margin-left: 10px;
        top: -5px;
        color: #ff9800;
        border-color: #ff9800; }
        #content #count .count-block select:hover {
          background-color: #fff;
          color: #ff9800; }
        #content #count .count-block select:focus {
          box-shadow: none; }
        #content #count .count-block select option {
          border-color: #ff9800; }
  #content .repeater_ReportDetail {
    margin-top: 45px; }
    #content .repeater_ReportDetail .title-block {
      margin-left: 0px;
      padding-top: 10px; }
      #content .repeater_ReportDetail .title-block hr {
        width: 60px; }
  #content #reportPDF div p {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: #4e4e4e;
    padding: 20px 15px;
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: 600; }
    #content #reportPDF div p .protestinfo {
      color: #17BEBB; }
    #content #reportPDF div p:last-child {
      border-bottom: none; }
  #content #reportPDF div .classname {
    margin-bottom: 10px; }
  #content #reportPDF div .applyno {
    padding: 0px 0px 0px 15px;
    border-bottom: none; }
  #content #reportPDF div .pblockbg {
    background-color: #f8f8f8; }
  #content #reportPDF div .Label_className {
    color: #ff9800;
    font-size: 26px;
    font-weight: bolder; }
  #content #reportPDF div hr {
    margin: 30px 0px 0px 0px; }
  #content #reportPDF .btn-org {
    background-color: #ff9800;
    color: #fff;
    letter-spacing: 1px;
    border-radius: 20px;
    padding: 5px 20px;
    margin: 20px 0px;
    width: 100%;
    font-size: 20px;
    font-weight: unset;
    line-height: 20px; }
    #content #reportPDF .btn-org:hover {
      background-color: #248888; }
  #content .report-Interest .title-block {
    margin-left: 0px; }
    #content .report-Interest .title-block hr {
      width: 90px; }
  #content #form-fill {
    padding-bottom: 50px; }
    #content #form-fill .basic {
      background: linear-gradient(150deg, #ff9800 53%, #17bebb 0%);
      background: -moz-linear-gradient(150deg, #ff9800 53%, #17bebb 0%);
      background: -webkit-linear-gradient(150deg, #ff9800 53%, #17bebb 0%);
      background: -o-linear-gradient(150deg, #ff9800 53%, #17bebb 0%); }
      #content #form-fill .basic .basic-info {
        padding: 60px 0px; }
        #content #form-fill .basic .basic-info .container {
          background-color: rgba(255, 255, 255, 0.8);
          padding-top: 10px;
          padding-bottom: 50px;
          box-shadow: 0px 0px 30px #555;
          border: 5px solid #017890; }
          #content #form-fill .basic .basic-info .container .title-block {
            margin-top: 45px; }
    #content #form-fill .title-block {
      margin: 100px 0px 30px 0px;
      padding-top: 0px; }
      #content #form-fill .title-block hr {
        width: 50px; }
    #content #form-fill input.textbox {
      border: 0px;
      border-bottom: 1px solid #4e4e4e;
      width: 80%;
      position: relative; }
    #content #form-fill .form-group {
      /*廠商名稱下拉選單*/ }
      #content #form-fill .form-group p {
        font-size: 20px;
        margin-bottom: .5rem; }
      #content #form-fill .form-group .form-check-input {
        position: relative;
        display: block;
        padding-left: 0.8rem; }
        #content #form-fill .form-group .form-check-input input {
          margin-right: 5px;
          margin-left: 30px; }
      #content #form-fill .form-group .choose-companyList .chosen-container {
        width: 100% !important; }
      #content #form-fill .form-group .choose-companyList .chosen-single {
        height: 38px;
        line-height: 38px; }
        #content #form-fill .form-group .choose-companyList .chosen-single > div {
          padding-top: 7px; }
    #content #form-fill .form-items {
      background: linear-gradient(35deg, #ffb496 50%, #ffffe8 0%);
      background: -moz-linear-gradient(35deg, #ffb496 50%, #ffffe8 0%);
      background: -webkit-linear-gradient(35deg, #ffb496 50%, #ffffe8 0%);
      background: -o-linear-gradient(35deg, #ffb496 50%, #ffffe8 0%);
      background-attachment: fixed;
      padding: 60px 0px; }
      #content #form-fill .form-items .container {
        box-shadow: 0px 0px 20px #555;
        padding: 20px;
        background-color: rgba(255, 255, 255, 0.5);
        border: 2px solid #fff;
        margin-top: 30px;
        border: 5px solid #703D57; }
        #content #form-fill .form-items .container .title-block {
          margin-top: 45px; }
      #content #form-fill .form-items .small-description {
        text-align: right;
        margin-bottom: 10px; }
        #content #form-fill .form-items .small-description > div {
          margin-right: 15px; }
          #content #form-fill .form-items .small-description > div .dot, #content #form-fill .form-items .small-description > div .square, #content #form-fill .form-items .small-description > div .diamond, #content #form-fill .form-items .small-description > div .star {
            margin-right: 5px; }
      #content #form-fill .form-items #testItems_block .btn {
        white-space: normal; }
      #content #form-fill .form-items #testItems_block .card-header {
        background-color: #703D57; }
        #content #form-fill .form-items #testItems_block .card-header .btn {
          font-size: 20px;
          font-weight: 600;
          letter-spacing: 1px;
          color: #E7CFCD; }
      #content #form-fill .form-items #testItems_block .deselect {
        padding: 1.25rem; }
        #content #form-fill .form-items #testItems_block .deselect p {
          text-align: center;
          font-weight: bold;
          letter-spacing: 3px;
          color: #703D57;
          font-size: 18px; }
        #content #form-fill .form-items #testItems_block .deselect .btn {
          border: 1px solid #ff9800;
          border-radius: 100px;
          padding: 5px 15px;
          margin: 0px 5px 8px 5px; }
          #content #form-fill .form-items #testItems_block .deselect .btn .close-icon {
            position: relative;
            width: 32px;
            height: 32px;
            opacity: 0.3;
            top: 7px;
            margin: 0px 10px 0px 5px; }
            #content #form-fill .form-items #testItems_block .deselect .btn .close-icon:hover {
              opacity: 1; }
            #content #form-fill .form-items #testItems_block .deselect .btn .close-icon::before, #content #form-fill .form-items #testItems_block .deselect .btn .close-icon::after {
              position: absolute;
              content: ' ';
              height: 12px;
              width: 2px;
              background-color: #333; }
            #content #form-fill .form-items #testItems_block .deselect .btn .close-icon::before {
              transform: rotate(45deg); }
            #content #form-fill .form-items #testItems_block .deselect .btn .close-icon::after {
              transform: rotate(-45deg); }
          #content #form-fill .form-items #testItems_block .deselect .btn .deselect-choose {
            background: none;
            border: none;
            color: #ff9800; }
      #content #form-fill .form-items #testItems_block hr {
        margin: 0px; }
      #content #form-fill .form-items #testItems_block .item-content {
        background: -webkit-linear-gradient(#fff, #fafafa);
        background: -o-linear-gradient(#fff, #fafafa);
        background: -moz-linear-gradient(#fff, #fafafa);
        background: linear-gradient(#fff, #fafafa); }
        #content #form-fill .form-items #testItems_block .item-content .card-body > div {
          margin-bottom: 10px; }
          #content #form-fill .form-items #testItems_block .item-content .card-body > div input {
            width: 15px;
            height: 15px;
            margin-right: 8px; }
          #content #form-fill .form-items #testItems_block .item-content .card-body > div label {
            display: unset;
            font-size: 18px; }
          #content #form-fill .form-items #testItems_block .item-content .card-body > div .dot, #content #form-fill .form-items #testItems_block .item-content .card-body > div .square, #content #form-fill .form-items #testItems_block .item-content .card-body > div .diamond, #content #form-fill .form-items #testItems_block .item-content .card-body > div .star {
            margin-left: 5px; }
        #content #form-fill .form-items #testItems_block .item-content .remarks p {
          text-align: center;
          color: #4e4e4e;
          font-size: 14px;
          margin-bottom: 10px; }
          #content #form-fill .form-items #testItems_block .item-content .remarks p input {
            margin: 0px 5px;
            width: 50px;
            border: none;
            border-bottom: 1px solid #ccc;
            text-align: center; }
        #content #form-fill .form-items #testItems_block .item-content .remarks small {
          display: block;
          text-align: center;
          color: #4e4e4e;
          margin-bottom: 5px; }
    #content #form-fill .download-block .title-block {
      margin-bottom: 50px; }
    #content #form-fill .download-block input[type=image] {
      height: 65px;
      display: block;
      margin: 0 auto; }
    #content #form-fill .download-block .ButtonForm {
      margin: 0 auto;
      text-align: center;
      width: 100%;
      margin-top: 10px;
      font-size: 16px;
      margin-bottom: 20px; }
      #content #form-fill .download-block .ButtonForm:hover {
        border-color: #248888; }
  #content .ButtonForm {
    background-color: #ff9800;
    color: #fff;
    letter-spacing: 1px;
    border-radius: 20px;
    max-width: 100%;
    margin: 0px 5px; }
    #content .ButtonForm:hover {
      background-color: #248888; }
  #content .back-page {
    text-align: center;
    margin-top: 50px; }
    #content .back-page input {
      width: 150px;
      background-color: #fff;
      border: 2px solid #ff9800;
      color: #ff9800;
      font-weight: 900;
      border-radius: 10px; }
      #content .back-page input:hover {
        background-color: #ff9800;
        color: #fff;
        border: 2px solid #fff; }
  #content #testitems .ti-pagetitle {
    background-image: url("../_img/testitems.jpg");
    background-position-y: 20%;
    background-position-x: 50%;
    height: 200px;
    margin-bottom: 0px;
    background-size: cover;
    background-repeat: no-repeat; }
    #content #testitems .ti-pagetitle .title-block {
      margin-top: 0px;
      padding-top: 45px; }
      #content #testitems .ti-pagetitle .title-block h1 {
        color: #fff;
        margin-top: 30px;
        text-shadow: 1px 1px 3px #000; }
  #content #testitems .about-testitem .title-block {
    margin: 0px 0px 50px 0px; }
    #content #testitems .about-testitem .title-block hr {
      width: 100%; }
  #content #testitems .about-testitem .testitem-content section {
    margin-bottom: 50px; }
    #content #testitems .about-testitem .testitem-content section p {
      margin-bottom: 10px; }
  #content #testitems .about-testitem .testitem-content p {
    line-height: 28px;
    color: #555;
    margin-bottom: 30px;
    text-indent: 30px;
    text-align: justify;
    text-justify: inter-ideograph;
    -ms-text-justify: inter-ideograph;
    /*IE9*/
    -moz-text-align-last: justify;
    /*Firefox*/
    -webkit-text-align-last: justify;
    /*Chrome*/ }
  #content #testitems .about-testitem .testitem-content h5 img {
    width: 20px;
    margin-top: -10px;
    margin-right: 10px; }
  #content #testitems .about-testitem .testitem-content small {
    text-align: center;
    display: block;
    color: #999;
    letter-spacing: .5px;
    margin-bottom: 10px; }
  #content #testitems .about-testitem .small-item .d-table {
    margin-bottom: 30px;
    min-height: 110px; }
    #content #testitems .about-testitem .small-item .d-table p {
      text-indent: 0px;
      border: 1px solid #bbb;
      text-align: center;
      color: #17BEBB;
      height: 80px;
      padding: 10px 5px;
      display: table-cell;
      vertical-align: middle;
      font-size: 18px;
      font-weight: bolder; }
  #content #testitems .btn {
    position: fixed;
    bottom: 50px;
    right: 0px;
    border-radius: 10px 0px 0px 10px;
    letter-spacing: normal;
    height: 50px;
    z-index: 99;
    line-height: 35px;
    background-color: #fafafa;
    color: #ff9800;
    font-weight: bold;
    border: 2px solid #ff9800; }
    #content #testitems .btn img {
      width: 20px;
      margin-right: 10px; }
  #content #company-info .breadcrumb {
    margin-bottom: 0px; }
  #content #company-info .banner-img img {
    max-width: 100%;
    min-width: 100%; }
  #content #company-info h2 {
    color: #248888;
    text-align: center;
    margin-bottom: 10px;
    font-size: 35px;
    text-shadow: 2px 2px 1px #fff; }
  #content #company-info h3 {
    font-size: 1.3rem; }
  #content #company-info hr {
    width: 15%;
    border: 3px solid #248888;
    border-radius: 10px;
    margin-bottom: 50px; }
  #content #company-info .btn-more {
    margin-bottom: 100px;
    margin-top: 30px;
    padding: 0px 30px; }
    #content #company-info .btn-more p {
      font-size: 24px;
      font-weight: 600;
      float: right;
      color: #ff9800; }
      #content #company-info .btn-more p img {
        height: 10px;
        margin-left: 5px;
        margin-top: -5px; }
  #content #company-info .company-info-block {
    padding-top: 10px;
    /*background-color: #eee;*/
    padding: 30px 0px;
    border-bottom: 1px solid #ccc; }
    #content #company-info .company-info-block .logo-img {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 300px; }
      #content #company-info .company-info-block .logo-img img {
        max-width: 100%;
        max-height: 250px;
        display: block;
        margin: 0 auto;
        /*border: 1px solid #eee;*/ }
    #content #company-info .company-info-block .qrcode-block {
      text-align: center; }
      #content #company-info .company-info-block .qrcode-block img {
        max-width: 100%; }
      #content #company-info .company-info-block .qrcode-block .download-qrcode {
        display: block;
        margin: 0 auto; }
  #content #company-info .company-introduction {
    padding: 50px 0px 30px 0px;
    /*background-color: #385F71;*/
    background-image: url("../_img/background/company-info-topbg.png");
    min-height: 500px;
    background-size: contain;
    background-repeat: no-repeat;
    /*h2 {
                color: #fff;
            }

            hr {
                border: 3px solid #fff;
            }*/
    /*.info-block {
                width: 70%;
                margin: 0 auto;
                border: 1px solid #fff;
                padding: 20px 30px;

                span {
                    color: #eaeaea;
                }
            }*/ }
    #content #company-info .company-introduction .co-info-block {
      width: 50%;
      margin: 0 auto;
      border: 1px solid #ccc;
      padding: 20px 15px;
      position: relative;
      /*top: -320px;*/
      /*background-color: #385F71;*/
      background-color: #fff;
      background-image: url("../_img/background/company-info-bg.jpg");
      min-height: 400px;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: bottom;
      padding-bottom: 250px; }
      #content #company-info .company-introduction .co-info-block span {
        color: #4e4e4e;
        line-height: 30px; }
  #content #company-info .video {
    padding-top: 50px; }
    #content #company-info .video .embed-responsive {
      max-height: 500px; }
      #content #company-info .video .embed-responsive iframe {
        width: 100%;
        height: 500px; }
  #content #company-info .news {
    background-image: url("../_img/background/news-bg.png");
    padding: 50px 0px 30px 0px; }
    #content #company-info .news .img-block {
      background-color: #fff; }
      #content #company-info .news .img-block img {
        max-width: 100%;
        display: block;
        margin: 0 auto;
        border-radius: 30px;
        min-height: 297px;
        object-fit: cover;
        height: 297px; }
    #content #company-info .news h3 {
      position: relative;
      top: -24px;
      background-color: #248888;
      border-radius: 0px 0px 50px 50px;
      padding: 10px 35px; }
      #content #company-info .news h3 a {
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        white-space: normal;
        overflow: hidden;
        color: #fff; }
  #content #company-info .hot-products {
    padding: 10px;
    padding: 50px 0 30px 0;
    background-image: url("../_img/background/hot-product-bg.png"); }
    #content #company-info .hot-products .product {
      border: 1px solid #ccc;
      margin-bottom: 50px;
      background-color: #fff; }
      #content #company-info .hot-products .product .img-block {
        background-color: #eee; }
        #content #company-info .hot-products .product .img-block img {
          max-width: 100%;
          display: block;
          margin: 0 auto;
          /*min-height: 233px;*/
          min-height: 297px;
          object-fit: cover;
          object-fit: cover;
          height: 297px; }
      #content #company-info .hot-products .product .info-block {
        padding: 0px 20px; }
        #content #company-info .hot-products .product .info-block p {
          margin-bottom: 30px; }
      #content #company-info .hot-products .product h3 {
        font-weight: 600;
        margin-top: 20px; }
      #content #company-info .hot-products .product span {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: normal;
        overflow: hidden;
        min-height: 50px; }
      #content #company-info .hot-products .product input[type="submit"] {
        display: block;
        margin-top: -35px;
        width: 100%;
        margin-left: 0px;
        position: relative;
        top: 27px; }
  #content #company-info .report {
    padding: 50px 0 30px 0; }
    #content #company-info .report .no-report {
      text-align: center;
      margin: 0 auto;
      border: 1px solid #ccc;
      width: 100%;
      padding: 10px 20px;
      color: red; }
  #content #company-info .map iframe {
    width: 100%;
    height: 500px; }
  #content #brand .search-block {
    padding-top: 30px;
    background-color: #fae3d9; }
  #content #brand .brand-logo {
    padding-top: 20px;
    padding-bottom: 50px; }
    #content #brand .brand-logo .company-logo {
      height: 200px;
      border: 1px solid #cfcfcf;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 20px 10px;
      margin-top: 30px;
      border-radius: 7px; }
      #content #brand .brand-logo .company-logo input[type="image"] {
        max-width: 100%;
        max-height: 180px;
        margin: 0 auto;
        display: block;
        transition: all 0.2s linear; }
        #content #brand .brand-logo .company-logo input[type="image"]:hover {
          transform: scale(1.2); }
      #content #brand .brand-logo .company-logo .name-icon {
        font-weight: 900;
        font-size: 26px;
        padding: 10px;
        border-radius: 10px;
        transition: all 0.2s linear;
        color: #248888 !important;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
        max-height: 172px;
        background-color: #fff;
        text-decoration: none;
        /*box-shadow: 3px 3px 0px 0px #248888;*/ }
        #content #brand .brand-logo .company-logo .name-icon:hover {
          transform: scale(1.2); }
  #content #form_wysiwyg a:hover {
    text-decoration: none; }
  #content #form_wysiwyg #lightbox .popup {
    height: 500px;
    overflow-y: auto;
    width: 50% !important; }
    #content #form_wysiwyg #lightbox .popup input[type=submit] {
      display: block;
      margin: 30px auto; }
    #content #form_wysiwyg #lightbox .popup .content {
      border: 1px solid #ccc;
      border-radius: 10px;
      padding: 10px 20px;
      border-top: 10px solid #ff9800;
      text-align: left; }
      #content #form_wysiwyg #lightbox .popup .content input[type=text] {
        border-radius: 5px;
        border: 1px solid #aaa;
        padding: 5px 10px 5px 10px;
        margin: 0px 5px; }
      #content #form_wysiwyg #lightbox .popup .content input[type=submit] {
        display: unset;
        margin: 30px 10px; }
      #content #form_wysiwyg #lightbox .popup .content textarea {
        width: 100%;
        height: 257px;
        padding: 10px 20px;
        border: 1px solid #cccccc;
        margin-top: 0px;
        margin-bottom: 0px; }
      #content #form_wysiwyg #lightbox .popup .content .social-media {
        margin: 20px auto; }
        #content #form_wysiwyg #lightbox .popup .content .social-media img {
          width: 33px;
          position: relative;
          margin-right: 5px; }
      #content #form_wysiwyg #lightbox .popup .content .cmcss {
        margin-left: 0px !important; }
        #content #form_wysiwyg #lightbox .popup .content .cmcss img {
          max-width: 100%; }
  #content .block-title {
    /*float: left;
            padding: 15px 50px;
            background-color: $green-color;
            top: 10px;
            position: relative;
            margin-right: 30px;*/
    padding: 15px 10px 15px 0px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px; }
    #content .block-title span {
      /*color: #fff;*/
      padding: 15px 50px;
      background-color: #248888;
      top: 2px;
      position: relative;
      color: #fff; }
  #content .naif-news .news-img {
    background-image: url(../_img/noimg-news.jpg);
    background-position-x: center;
    background-position-y: center; }
  #content #news {
    padding-bottom: 30px; }
    #content #news .icon {
      height: 21px;
      margin-right: 10px; }
    #content #news .category ul {
      display: inline-flex; }
      #content #news .category ul li {
        /*padding: 15px 50px;*/
        border: 1px solid #ccc;
        border-bottom: none;
        margin-bottom: 0px;
        border-radius: 10px 10px 0px 0px;
        margin-right: 10px; }
        #content #news .category ul li a {
          padding: 15px 50px; }
          #content #news .category ul li a.static.selected {
            border-top: 5px solid #ff9800;
            border-radius: 6px 6px 0px 0px; }
    #content #news .news-category {
      padding: 5px 20px;
      background-color: #17BEBB;
      color: #fff;
      border-radius: 25px;
      float: left; }
    #content #news .space {
      border: 1px solid #ccc;
      margin-bottom: 20px; }
      #content #news .space .news-img {
        height: 290px;
        background-color: #eee; }
        #content #news .space .news-img img {
          max-width: 100%;
          display: block;
          margin: 0 auto;
          object-fit: cover; }
      #content #news .space .news-content {
        padding: 10px 15px; }
        #content #news .space .news-content h2 {
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2;
          margin-top: 20px;
          height: 72px; }
        #content #news .space .news-content p {
          margin-bottom: 10px;
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 1; }
        #content #news .space .news-content .small-info {
          display: flow-root;
          margin-top: 20px; }
          #content #news .space .news-content .small-info p {
            margin-bottom: 0px; }
          #content #news .space .news-content .small-info .news-date {
            float: right;
            margin-top: 5px; }
    #content #news .news-pagetitle {
      background-image: url(../_img/news.jpg);
      background-position-y: 46%;
      background-position-x: 50%;
      height: 200px;
      margin-bottom: 0px;
      background-size: cover;
      background-repeat: no-repeat; }
      #content #news .news-pagetitle .title-block {
        padding-top: 45px; }
        #content #news .news-pagetitle .title-block h1 {
          margin-top: 30px;
          color: #fff;
          text-shadow: 1px 1px 3px #000; }
    #content #news .newest {
      padding: 30px 15px 0px 15px;
      margin-bottom: 50px; }
      #content #news .newest .newest-content .space {
        min-height: 525px; }
        #content #news .newest .newest-content .space .news-img img {
          min-width: 100%;
          height: 290px; }
    #content #news .news-list .space {
      min-height: 220px;
      /*border-bottom: none;

                &:nth-last-child(1) {
                    border-bottom: 1px solid #ccc;
                }*/ }
      #content #news .news-list .space .news-img {
        height: 220px; }
        #content #news .news-list .space .news-img img {
          min-width: 100%;
          height: 220px; }
      #content #news .news-list .space .news-content {
        padding: 17px 15px; }
        #content #news .news-list .space .news-content h2 {
          margin-top: 0px; }
        #content #news .news-list .space .news-content .small-info {
          top: 10px;
          position: relative;
          margin-top: 0px; }
    #content #news .news-list .pagesize {
      margin: 0 auto; }
      #content #news .news-list .pagesize a {
        margin: 0 5px; }
    #content #news .hot-news .space {
      min-height: 220px;
      /*border-bottom: none;

                &:nth-last-child(1) {
                    border-bottom: 1px solid #ccc;
                }*/ }
      #content #news .hot-news .space .news-img {
        height: 220px; }
        #content #news .hot-news .space .news-img img {
          min-width: 100%;
          height: 220px; }
      #content #news .hot-news .space .news-content {
        padding: 17px 15px; }
        #content #news .hot-news .space .news-content h2 {
          margin-top: 0px; }
        #content #news .hot-news .space .news-content .small-info {
          top: 10px;
          position: relative;
          margin-top: 0px; }
  #content .space {
    border: 1px solid #ccc;
    margin-bottom: 20px;
    min-height: 426px; }
    #content .space .pro-img {
      height: 290px;
      background-color: #eee; }
      #content .space .pro-img img {
        max-width: 100%;
        display: block;
        margin: 0 auto;
        object-fit: cover;
        min-height: 100%;
        height: 100%; }
    #content .space .pro-content {
      padding: 10px 15px; }
      #content .space .pro-content h2 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        margin-top: 10px;
        /*height: 72px;*/
        text-align: center; }
      #content .space .pro-content p {
        margin-bottom: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        text-align: center; }
  #content #page-products .search-block {
    margin-top: 50px;
    padding: 20px 0px;
    margin-bottom: 50px; }
    #content #page-products .search-block select {
      margin-bottom: 0px; }
  #content #page-products .products-pagetitle .title-block {
    padding-top: 0px; }
    #content #page-products .products-pagetitle .title-block img {
      max-width: 100%;
      min-height: 100%;
      width: 2000px; }
  #content #page-products .block-title {
    padding: 15px 10px 15px 0px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px; }
    #content #page-products .block-title span {
      padding: 15px 50px;
      background-color: #248888;
      top: 2px;
      position: relative;
      color: #fff; }
  #content #product-content .products-pagetitle .title-block {
    padding-top: 0px; }
    #content #product-content .products-pagetitle .title-block img {
      max-width: 100%;
      min-height: 100%;
      width: 2000px; }
  #content #product-content .pro-info {
    background-color: #fafafa;
    text-align: center;
    margin-top: -50px; }
    #content #product-content .pro-info .container {
      top: -60px;
      padding: 20px 0px; }
      #content #product-content .pro-info .container .pro-img {
        max-width: 500px;
        margin: 0 auto;
        top: -100px;
        border: 3px solid #fff;
        margin-bottom: 50px;
        max-height: 360px;
        background-color: #fff; }
        #content #product-content .pro-info .container .pro-img img {
          max-width: 100%;
          max-height: 350px; }
      #content #product-content .pro-info .container hr {
        width: 20%; }
  #content #product-content .other-pro .space {
    min-height: 358px; }
    #content #product-content .other-pro .space .pro-img {
      max-height: 290px; }
  #content #page-law .law-pagetitle {
    background-image: url(../_img/law-bg.jpg);
    background-position-y: 46%;
    background-position-x: 50%;
    height: 200px;
    margin-bottom: 0px;
    background-size: cover;
    background-repeat: no-repeat; }
    #content #page-law .law-pagetitle .title-block {
      padding-top: 45px; }
      #content #page-law .law-pagetitle .title-block h1 {
        margin-top: 30px;
        color: #fff;
        text-shadow: 1px 1px 3px #000; }
  #content #page-law li {
    list-style-type: unset;
    float: unset; }
  #content #page-law .law-content h2 {
    margin-top: 50px; }
  #content #page-law .law-content .law-info {
    padding: 30px;
    margin: 0 auto;
    border-radius: 30px 30px 0px 0px;
    background-color: rgba(255, 182, 185, 0.3); }

#footer {
  background-color: #fafafa;
  padding: 30px 15px; }
  #footer .container .left-info {
    border-right: 1px solid #ccc;
    padding-right: 50px; }
  #footer .container .right-info {
    padding-left: 50px; }
  #footer .container .logo {
    display: block;
    max-width: 100%; }
  #footer .container p {
    margin-bottom: .5rem; }
  #footer small {
    color: #4e4e4e;
    text-align: center;
    display: block;
    margin-top: 10px; }

#gotop {
  width: 3rem;
  height: 3rem;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 100%;
  opacity: 0.6;
  background: #248888;
  cursor: pointer;
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  display: none;
  z-index: 9; }
  #gotop img {
    width: 25px; }
  #gotop:focus {
    outline: none; }
  #gotop:hover {
    opacity: 1; }

/*demo的css決定後可刪除(暫放)*/
.demo1 {
  background-image: url(../_img/newtest/dot-grid.png) !important;
  background-repeat: repeat !important;
  background-size: contain !important;
  border-bottom: 5px solid #ff9800 !important;
  padding: 0px 0px !important; }

.demo-1 {
  height: auto !important;
  /*background-image: url(../_img/newtest/96684337.jpg) !important;*/
  background-image: none !important;
  background-position-x: 0px !important;
  background-size: auto !important;
  background-position-y: 0px !important;
  background-attachment: inherit !important; }
  .demo-1 img {
    max-width: 100%; }
  .demo-1 .platform-text {
    display: none; }

.demo2 {
  background-image: url(../_img/newtest/light-grey-terrazzo.png) !important;
  background-repeat: repeat !important;
  background-size: contain !important;
  border-bottom: 5px solid #7ba5a1 !important;
  padding: 0px 0px !important; }

.demo-2 {
  height: auto !important;
  /*background-image: url(../_img/newtest/89852558.jpg) !important;*/
  background-position-x: 0px !important;
  background-size: auto !important;
  background-position-y: 0px !important;
  background-attachment: inherit !important; }
  .demo-2 img {
    max-width: 100%; }
  .demo-2 .platform-text {
    display: none; }

.demo3 {
  background-image: none !important;
  background-color: #fafbfd !important;
  background-repeat: repeat !important;
  background-size: contain !important;
  border-bottom: 5px solid #ff9800 !important;
  padding: 0px 0px !important; }

.demo-3 {
  height: auto !important;
  /*background-image: url(../_img/newtest/87324221.jpg) !important;*/
  background-position-x: 0px !important;
  background-size: auto !important;
  background-position-y: 0px !important;
  background-attachment: inherit !important; }
  .demo-3 img {
    max-width: 100%; }
  .demo-3 .platform-text {
    display: none; }

.demo4 {
  background-image: url(../_img/newtest/dot-grid.png) !important;
  background-repeat: repeat !important;
  background-size: contain !important;
  border-bottom: 5px solid #7ba5a1 !important;
  padding: 0px 0px !important; }

.demo-4 {
  height: auto !important;
  /*background-image: url(../_img/newtest/83885919.jpg) !important;*/
  background-position-x: 0px !important;
  background-size: auto !important;
  background-position-y: 0px !important;
  background-attachment: inherit !important; }
  .demo-4 img {
    max-width: 100%; }
  .demo-4 .platform-text {
    display: none; }

/* Background pattern from Toptal Subtle Patterns */
