@charset "UTF-8";
.product-list.view-square ul {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  padding: 0;
}
.product-list.view-square ul li {
  width: 33.33%;
  margin-bottom: 20px;
  padding: 10px;
}
@media (max-width: 991px) {
  .product-list.view-square ul li {
    width: 50%;
  }
}
@media (max-width: 520px) {
  .product-list.view-square ul li {
    width: 100%;
  }
}
.product-list.view-square ul li .item {
  padding: 20px;
  border-radius: 3px;
  background-color: #fcfcfc;
  transition: all 0.3s;
}
.product-list.view-square ul li .item:hover {
  background: #f5f5f5;
}
.product-list.view-square ul li .item:hover .figure img {
  transform: scale(1.05);
}
.product-list.view-square ul li .item .figure {
  margin: 20px auto;
  overflow: hidden;
}
.product-list.view-square ul li .item img {
  width: 100%;
  transition: all 0.5s;
}
.product-list.view-square ul li .item .name {
  border-bottom: 1px #f2f2f2 solid;
  padding: 10px 0;
  margin: 0;
}
.product-list.view-square ul li .item p {
  padding: 10px 0;
  border-bottom: 1px #f2f2f2 solid;
}
.product-list.view-square ul li .item ul.list-text {
  display: none;
  padding: 12px 15px 0 15px;
}
.product-list.view-square ul li .item ul.list-text li {
  width: 100%;
  margin: 0 0 8px 0;
  color: #666;
  padding: 0;
  list-style-type: disc;
}
.product-list.view-square ul li .item .add-btn {
  margin: 30px auto;
  border-radius: 2px;
}
.product-list.view-list.view4 ul li .price {
  position: relative;
  right: auto;
  top: auto;
  width: 100%;
  margin-bottom: 20px;
}
.product-list.view-list.view4 ul li .add-btn {
  top: 50px;
}
@media (max-width: 767px) {
  .product-list.view-list.view4 ul li .add-btn {
    top: auto;
  }
}
.product-list.view-list ul {
  list-style: none;
  padding: 0;
}
.product-list.view-list ul li {
  margin-bottom: 10px;
  padding: 10px;
}
.product-list.view-list ul li .item {
  padding: 20px 200px 20px 250px;
  border-radius: 4px;
  position: relative;
  min-height: 200px;
}
@media (max-width: 767px) {
  .product-list.view-list ul li .item {
    padding-left: 150px;
    padding-right: 20px;
  }
}
.product-list.view-list ul li .item:hover {
  background: #f2f2f2;
}
.product-list.view-list ul li .item:hover .figure img {
  transform: scale(1.05);
}
.product-list.view-list ul li .item .figure {
  width: 200px;
  height: calc(100% - 40px);
  position: absolute;
  left: 20px;
  top: 20px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .product-list.view-list ul li .item .figure {
    width: 100px;
  }
}
.product-list.view-list ul li .item .figure img {
  position: absolute;
  left: 0px;
  top: 0px;
  -o-object-position: top;
     object-position: top;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.product-list.view-list ul li .item .name {
  padding: 10px 0;
  margin: 0;
}
.product-list.view-list ul li .item p {
  padding: 10px 0;
}
.product-list.view-list ul li .item .add-btn {
  position: absolute;
  right: 20px;
  top: 35px;
  width: 150px;
}
@media (max-width: 767px) {
  .product-list.view-list ul li .item .add-btn {
    position: relative;
    right: auto;
    top: auto;
    margin: auto;
  }
}
.product-list.view-list ul li .item .price {
  position: absolute;
  right: 20px;
  top: 30px;
  width: 150px;
  margin: 0;
}
@media (max-width: 767px) {
  .product-list.view-list ul li .item .price {
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
    margin-bottom: 20px;
  }
}
.product-list.no-text ul p {
  display: none;
}
.product-list a {
  text-decoration: none;
  display: block;
}
.product-list .category {
  color: #666;
  font-size: 16px;
}
.product-list .name {
  color: #000;
  font-size: 20px;
}
.product-list p {
  color: #888988;
  font-size: 14px;
}
.product-list .price {
  color: #e60012;
  font-size: 20px;
  margin: 20px 0;
}
.product-list img {
  width: 100%;
  display: block;
}
.product-list ul.list-text {
  display: block;
  padding: 12px 15px 0 15px;
}
.product-list ul.list-text li {
  width: 100%;
  margin: 0 0 8px 0;
  color: #666;
  padding: 0;
  list-style-type: disc;
}
.product-list .add-btn {
  display: block;
  width: 120px;
  border: 1px #666 solid;
  color: #666;
  background: transparent;
}
.product-list .add-btn:hover {
  background: #666;
  color: #fff;
}

.product-list-box .view-num {
  background: #f5f5f5;
  justify-content: flex-end;
  flex: 1 0;
  margin-right: 20px;
  align-items: center;
  display: flex;
  padding: 10px;
}
.product-list-box .view-num [type=radio] {
  opacity: 0;
  position: absolute;
}
.product-list-box .view-num [type=radio]:checked + label {
  color: #e60012;
}
.product-list-box .view-num [type=radio]:hover + label {
  color: #e60012;
}
.product-list-box .view-num label {
  margin: 0 10px;
  cursor: pointer;
}
@media (max-width: 576px) {
  .product-list-box .view-num {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.product-list-box .compare {
  background: #000;
  color: #eee;
  padding: 20px;
  border: none;
  transition: all 0.3s;
  letter-spacing: 0.05em;
}
.product-list-box .compare:hover {
  background: #333;
  color: #fff;
}
@media (max-width: 576px) {
  .product-list-box .compare {
    padding: 10px 15px;
    font-size: 14px;
    width: 100%;
    display: block;
  }
}

.technology-list {
  padding-left: 0;
  display: flex;
  list-style: none;
  -moz-column-gap: 20px;
       column-gap: 20px;
  flex-wrap: wrap;
}
.technology-list li {
  flex: 0 0 calc(33.33% - 20px);
  border: 2px #ddd solid;
  padding: 0 30px;
  border-radius: 10px;
}
@media (max-width: 520px) {
  .technology-list li {
    flex: none;
    width: 100%;
    margin-bottom: 30px;
  }
}
.technology-list li:hover {
  border-color: #e60012;
}
.technology-list li > div {
  color: #000;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.technology-list li > div figure {
  width: 100px;
  height: 100px;
  margin: 30px auto;
}
.technology-list li > div figure img {
  max-width: 100%;
}
.technology-list li > div h4 {
  font-size: 20px;
  text-align: center;
  margin-bottom: 30px;
}
.technology-list li > div p {
  flex: 1 0 0%;
}
.technology-list li > div a {
  display: block;
  border-top: 2px solid #ddd;
  padding: 20px 0;
  text-align: center;
  color: #2d5ba9;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
}
.technology-list li > div a:hover {
  color: #000;
  text-decoration: none;
}

.qa-box {
  margin-top: 50px;
  padding: 0 20px;
}
.qa-box .qa-list {
  margin-bottom: 20px;
}
.qa-box .qa-list .qa-title {
  font-size: 16px;
  padding: 15px 60px 15px 30px;
  border-bottom: 1px #ddd solid;
  position: relative;
  cursor: pointer;
}
.qa-box .qa-list .qa-title:before {
  content: "\f067"; /* fa-plus 的代碼 */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  font-size: 1.2em;
  top: 12px;
  right: 30px;
}
.qa-box .qa-list .qa-title.active {
  border-bottom: 0;
}
.qa-box .qa-list .qa-title.active:before {
  content: "\f068";
}
.qa-box .qa-list .qa-nas {
  background: #e7e7e6;
  border-radius: 15px;
  padding: 20px 30px;
  display: none;
}
.qa-box .qa-list .qa-nas.active {
  display: block;
}

.square-list {
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media (max-width: 520px) {
  .square-list {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
}
.square-list > li {
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
  margin-bottom: 30px;
}
.square-list.store-list > li {
  width: calc(33.33% - 20px);
}
@media (max-width: 1200px) {
  .square-list.store-list > li {
    width: calc(50% - 15px);
  }
}
@media (max-width: 520px) {
  .square-list.store-list > li {
    width: 100%;
  }
}
.square-list.store-list > li img {
  display: block;
  margin: auto;
  max-width: 100%;
}
.square-list.store-list > li h3 {
  font-size: 20px;
  border-bottom: 2px #ddd solid;
  padding: 15px 0;
}
.square-list.store-list > li h3 a {
  text-decoration: none;
  color: #333;
}
.square-list.store-list > li h3 a:hover {
  color: #000;
}
.square-list.store-list > li ol {
  padding: 0 20px;
  list-style: none;
}
.square-list.store-list > li ol li {
  color: #727171;
  position: relative;
  padding: 5px 5px 5px 30px;
}
.square-list.store-list > li ol li i {
  position: absolute;
  top: 10px;
  left: 0;
}
.square-list.store-list > li ol li > a,
.square-list.store-list > li ol li > span {
  display: block;
  color: #727171;
  text-decoration: none;
  word-break: break-all;
}
.square-list.award-list > li {
  width: calc(25% - 23px);
}
@media (max-width: 1200px) {
  .square-list.award-list > li {
    width: calc(50% - 15px);
  }
}
@media (max-width: 520px) {
  .square-list.award-list > li {
    width: 100%;
  }
}
.square-list.award-list > li img {
  display: block;
  margin: auto;
  max-width: 100%;
}
.square-list.award-list > li h3 {
  font-size: 16px;
  padding: 15px 0;
}
.square-list.award-list > li .link {
  text-align: right;
}
.square-list.award-list > li .link a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border: 2px #727171 solid;
  color: #727171;
  text-decoration: none;
  border-radius: 100%;
  margin-left: auto;
}
.square-list.award-list > li .link a i {
  font-size: 0.9em;
}
.square-list.award-list > li .link a:hover {
  color: #fff;
  background: #727171;
}
.square-list.award-list > li ol {
  padding: 0 10px;
  list-style: none;
}
.square-list.award-list > li ol li {
  font-size: 14px;
  margin: 5px 0;
  color: #3970d0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.square-list.award-list > li ol li a {
  width: 100%;
  text-decoration: none;
}

.news-list {
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.news-list li {
  width: calc(50% - 15px);
  border-bottom: 1px #ddd solid;
  margin-bottom: 30px;
}
@media (max-width: 520px) {
  .news-list li {
    width: 100%;
  }
}
.news-list li a {
  display: block;
  text-decoration: none;
  padding: 0 0 10px 0;
}
.news-list li a:hover figure img {
  transform: scale(1.1);
}
.news-list li a figure {
  overflow: hidden;
}
.news-list li a img {
  width: 100%;
  transition: all 0.5s;
}
.news-list li a h3 {
  font-size: 18px;
  color: #000;
  margin: 15px 0;
}
.news-list li a time {
  color: #5a5858;
  font-size: 14px;
}

.exhibition-list {
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.exhibition-list li {
  width: calc(33% - 30px);
  border-bottom: 2px #ddd solid;
  background: #e7e7e6;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 30px;
  transition: 0.3s all;
}
.exhibition-list li:hover {
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
}
@media (max-width: 520px) {
  .exhibition-list li {
    width: 100%;
  }
}
.exhibition-list li a {
  display: block;
  color: #000;
  text-decoration: none;
}
.exhibition-list li a:hover figure img {
  transform: scale(1.1);
}
.exhibition-list li a figure {
  overflow: hidden;
  margin: 0;
}
.exhibition-list li a figure img {
  width: 100%;
  transition: all 0.5s;
}
.exhibition-list li a h3 {
  font-size: 20px;
  padding: 15px 20px;
  margin-bottom: 0;
}

.media-list {
  padding-left: 0;
  list-style: none;
}
.media-list li {
  border-bottom: 1px #ddd solid;
  margin-bottom: 30px;
}
.media-list li a {
  display: flex;
  text-decoration: none;
  flex-wrap: wrap;
  padding: 0 0 20px 0;
}
.media-list li a:hover figure img {
  transform: scale(1.1);
}
.media-list li a figure {
  width: 25%;
  height: auto;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 578px) {
  .media-list li a figure {
    width: 100%;
  }
}
.media-list li a figure img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.5s;
}
.media-list li a .text {
  width: 70%;
  padding: 5px 20px;
  position: relative;
}
@media (max-width: 578px) {
  .media-list li a .text {
    width: 100%;
  }
}
.media-list li a .text h3 {
  font-size: 20px;
  color: #231815;
  text-align: justify;
}
.media-list li a .text p {
  color: #333;
  font-size: 14px;
  text-align: justify;
}
.media-list li a .text time {
  color: #5a5858;
  font-size: 14px;
  position: absolute;
  bottom: 0px;
  left: 20px;
}
@media (max-width: 578px) {
  .media-list li a .text time {
    position: relative;
    left: auto;
    display: block;
    margin-top: 10px;
  }
}

.download-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 20px;
  align-items: flex-end;
  background: #f7f7f6;
  border-radius: 12px;
  padding: 20px 24px;
  margin-top: 24px;
  margin-bottom: 8px;
}
.download-filters .filter-group {
  flex: 1 1 200px;
  min-width: 180px;
  display: flex;
  flex-direction: column;
}
.download-filters .filter-group-keyword {
  flex: 2 1 280px;
}
.download-filters .filter-group-submit {
  flex: 0 0 auto;
}
.download-filters .filter-group label {
  font-size: 14px;
  color: #555;
  margin-bottom: 6px;
}
.download-filters .filter-input {
  position: relative;
}
.download-filters .filter-select,
.download-filters .filter-keyword {
  width: 100%;
  height: 44px;
  border: 1px solid #ddd;
  border-radius: 6px;
  background-color: #fff;
  color: #231815;
  font-size: 15px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.download-filters .filter-select {
  padding: 0 40px 0 14px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'><path fill='none' stroke='%23231815' stroke-width='1.5' d='M1 1l5 5 5-5'/></svg>");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 12px 8px;
  cursor: pointer;
}
.download-filters .filter-input-keyword {
  position: relative;
}
.download-filters .filter-keyword-icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
  font-size: 14px;
  pointer-events: none;
}
.download-filters .filter-keyword {
  padding: 0 14px 0 40px;
}
.download-filters .filter-keyword::placeholder {
  color: #aaa;
}
.download-filters .filter-select:hover,
.download-filters .filter-keyword:hover {
  border-color: #bbb;
}
.download-filters .filter-select:focus,
.download-filters .filter-keyword:focus {
  border-color: #d71718;
  outline: none;
  box-shadow: 0 0 0 3px rgba(215, 23, 24, 0.12);
}
.download-filters .filter-submit {
  height: 44px;
  min-width: 110px;
  padding: 0 22px;
  border: 0;
  border-radius: 6px;
  background: #d71718;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.5px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.05s ease;
}
.download-filters .filter-submit:hover {
  background: #b81314;
  box-shadow: 0 4px 10px rgba(215, 23, 24, 0.25);
}
.download-filters .filter-submit:active {
  transform: translateY(1px);
}
.download-filters .filter-submit:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(215, 23, 24, 0.3);
}
@media (max-width: 767px) {
  .download-filters .filter-group-keyword {
    flex: 1 1 100%;
  }
  .download-filters .filter-group-submit {
    flex: 1 1 100%;
  }
  .download-filters .filter-submit {
    width: 100%;
  }
}
@media (max-width: 520px) {
  .download-filters {
    padding: 16px;
    gap: 12px;
  }
  .download-filters .filter-group {
    flex: 1 1 100%;
  }
}

.download-list {
  padding: 0;
  list-style: none;
  border: 1px solid #eee;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}
.download-list li a {
  display: block;
  color: #231815;
  border-bottom: 1px #eee solid;
  padding: 16px 60px;
  text-decoration: none;
  position: relative;
  transition: background-color 0.2s ease;
}
.download-list li:last-child a {
  border-bottom: 0;
}
.download-list li a:hover {
  background: #fafafa;
  color: #d71718;
  text-decoration: none;
}
.download-list li a:hover:after {
  color: #d71718;
}
.download-list li a:before {
  content: "\f15c";
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
  font-size: 1.5em;
  position: absolute;
  top: 12px;
  left: 20px;
  color: #ccc;
}
.download-list li a:after {
  content: "\f019";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 16px;
  right: 20px;
  font-size: 1.2em;
  color: #999;
  transition: color 0.2s ease;
}
.download-list li > span {
  display: block;
  color: #888;
  border-bottom: 1px #eee solid;
  padding: 16px 60px;
  position: relative;
}
.download-list li:last-child > span {
  border-bottom: 0;
}
.download-list li > span:before {
  content: "\f15c";
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
  font-size: 1.5em;
  position: absolute;
  top: 12px;
  left: 20px;
  color: #ddd;
}

.support-list {
  padding: 0;
  list-style: none;
}
.support-list li a {
  display: block;
  color: #231815;
  border-bottom: 1px #ddd solid;
  padding: 15px 60px;
  text-decoration: none;
  position: relative;
}
.support-list li a:hover {
  text-decoration: underline;
}
.support-list li a:before {
  content: "\f15c";
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
  font-size: 1.5em;
  position: absolute;
  top: 10px;
  left: 20px;
  color: #ddd;
}/*# sourceMappingURL=list.css.map */