@charset "UTF-8";
.control-label:first-letter {
  /* color: var(--main-color); */
}

:root {
  /* 主色 */
  /* rgba: 需不透明 */
  /* --main-color: rgb(24 29 98); */
  --main-color: #317ccd;

  /* --color-yellow:rgb(243 152 0); */
  /* --color-yellow:rgb(243 201 120);
  --color-yellow-dark:rgb(225 184 80); */

  --color-yellow:rgb(255 143 0);
  --color-yellow-dark:rgb(255 143 0);
  --main-color-rgba: 36, 42, 90;
  /* darken: 較深 */
  --main-color-darken: rgb(2 62 138);
  --main-color-darken-rgba: 15, 21, 63;
  /* lighten: 較淺 */
  --main-color-lighten: rgb(51, 60, 130);
  --main-color-lighten-rgba: 51, 60, 130;
  /* 第 2 色 */
  --second-color: rgb(154, 154, 154);
  --second-color-rgba: 154, 154, 154;
  /* lighten: 較淺 */
  --second-color-lighten: rgb(181, 180, 180);
  --second-color-lighten-rgba: 181, 180, 180;
  --footer-copyright-bg: rgb(9, 34, 89);
  /* 不透明度 */
  --alpha: 0.8;
}

::-moz-selection {
  background: rgba(var(--main-color-lighten-rgba), 0.3);
}

::selection {
  background: rgba(var(--main-color-lighten-rgba), 0.3);
}

#feedbackcontent::-webkit-input-placeholder {
  color: #000;
}

.webeditor {
  overflow-y: auto;
}

.card {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.form-inline img {
  width: 15px;
  height: 15px;
}

.slogan h1 {
  color: #ffffff;
}

.btn2 i {
  color: #03a9f4;
}

.p_na {
  text-align: center;
  color: var(--main-color);
  margin-top: 8px;
}

.to-top {
  border: 2px solid #fff;
  background-color: var(--color-yellow);
  color: #fff;
  /* color: #fff; */
  border-radius: 99px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
          align-items: center;
  padding-left: 2px;
  width: 60px;
  height: 60px;
  /* line-height: 40px; */
  font-weight: 600;
  z-index: 999;
  right: 11px!important;
}
.to-top:hover {
  color: #fff;
  background-color: var(--main-color);
}

.advbox {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  color: #fff;
  background: #2867a7;
  display: none;
}

.advpic {
  width: 90%;
  padding: 15px 5%;
  margin: 0 auto;
}

.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #e0e0e0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.52%, #ececec), color-stop(21.24%, white), color-stop(81.35%, white), to(#f0f0f0));
  background-image: linear-gradient(180deg, #ececec 0.52%, white 21.24%, white 81.35%, #f0f0f0 100%);
}

.error {
  margin-bottom: 16px;
}

input:-internal-autofill-selected {
  background: #000 !important;
}

/*選單開始*/
.dropdown-menu {
  margin-top: 0;
}
.dropdown-menu .dropdown-toggle::after {
  vertical-align: middle;
  border-left: 4px solid;
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
}
.dropdown-menu .dropdown .dropdown-menu {
  left: 100%;
  top: 0;
  margin: 10px 20px;
  border-width: 0;
}
.dropdown-menu .dropdown .dropdown-menu.left {
  right: 100%;
  left: auto;
}
.dropdown-menu > li a:hover {
  /* color: var(--color-yellow); */

  background-color: var(--main-color-darken) !important;
  color: #fff !important;
}
.dropdown-menu > li.show {
  color: var(--color-yellow);
}
.dropdown-menu > li.show > a {
  color: var(--color-yellow);
}

@media (min-width: 768px) {
  .dropdown-menu .dropdown .dropdown-menu {
    margin: 0;
    border-width: 1px;
  }
}
/*選單結束*/
.pin_name {
  font-family: "moon", "Microsoft JhengHei";
  color: var(--main-color);
  font-weight: bolder;
  margin-bottom: 30px;
}

input:focus {
  outline: none !important;
}

.ar img {
  width: 20px;
  height: 20px;
}

.btn2,
.navbar-toggler {
  outline: none !important;
}

.container img {
  max-width: 100%;
}

.pagination {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 15px;
  margin-bottom: 15px;
}
.pagination li {
  display: inline-block;
}
.pagination li a {
  float: left;
  padding: 6px 13px;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #eaeaea;
  color: #222;
  -webkit-transition: all 0.45s;
  transition: all 0.45s;
}
.pagination li a:hover {
  color: #fff;
  background: var(--main-color);
}
.pagination .active a {
  color: #fff;
  background: var(--main-color);
}
.pagination ul {
  padding-left: 0;
}

body {
  letter-spacing: 1px;
  color: #606060;
}

#accordion .panel {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  border-radius: 0;
  margin-bottom: 8px;
}
#accordion .panel-heading {
  padding: 0;
  background-color: #fff;
}
#accordion .panel-title a {
  display: block;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  padding: 16px 16px;
  position: relative;
  background: var(--main-color);
  /* border-left: 3px solid var(--main-color); */
  line-height: 1.2;
}
#accordion .panel-title a.collapsed {
  border-top: 0;
  color: var(--main-color);
  color: #fff;
  background: whitesmoke;
  background: var(--main-color);
  transition: all .2s ease-in-out;
  /* border-bottom: 1px solid transparent; */
}

#accordion .panel-title a:hover{
  background-color: var(--color-yellow);
  transition: all .2s ease-in-out;
}
#accordion .panel-title a:before {
  /*content: "-";*/
  font-family: "moon", "Microsoft JhengHei";
  position: absolute;
  top: 10px;
  left: 23px;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
}
#accordion .panel-title a.collapsed:before {
  font-family: "moon", "Microsoft JhengHei";
  position: absolute;
  top: 10px;
  left: 23px;
  line-height: 24px;
  color: var(--main-color);
  content: "+";
}
#accordion .panel-body {
  color: #666464;
  font-size: 14px;
  line-height: 20px;
  border-top: 0 none;
  padding: 15px 20px;
  border: 1px dotted #ccc;
}

aside li {
  list-style-type: none;
  padding-left: 0 !important;
  margin-bottom: 10px;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 9px;
}
aside ul {
  list-style-type: none;
  padding-left: 0 !important;
}

main {
  background-attachment: fixed;
  background-image: none !important;
  background-color: #fff;
}

.address img {
  width: 15px;
  height: auto;
  position: absolute;
  left: 15px;
  margin-top: 5px;
}

.title2 {
  margin-bottom: 35px;
}

.address {
  margin-top: 29px;
  display: block;
}
.address li {
  list-style-type: none;
  margin-top: 15px;
  border-bottom: 1px dashed #c3c3c3;
  padding-bottom: 10px;
}
.address ul {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 30px;
  list-style-position: inside;
}

.card-header {
  background-image: linear-gradient(60deg, #adadad 2.08%, #adadad 87.05%);
  border: 0 solid #adadad;
}

.card {
  border: 0 solid #adadad;
}

.breadcrumb1 {
  font-family: "moon", "Microsoft JhengHei";
  font-weight: bold;
  /* margin-bottom: 45px; */
}

.pro_in1 img {
  position: relative;
  width: 100%;
  height: 230px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

ul .breadcrumb {
  margin-right: auto;
  margin-left: auto;
}

.breadcrumb {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 0.75rem;
  padding-right: 0;
  padding-left: 1px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  list-style: none;
  background-color: rgba(234, 237, 240, 0);
  border-radius: 0.25rem;
  z-index: 9999;
  text-align: right;
}

.page-header h1 {
  color: white;
  text-align: right;
  z-index: 9;
  position: relative;
  font-family: "moon", "Microsoft JhengHei";
  text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.63);
}

.breadcrumb li {
  color: #555;
}
.breadcrumb li.active {
  color: var(--main-color);
}
.breadcrumb li + li::before {
  content: "•";
  color: var(--main-color-lighten);
  margin: 0 5px;
}
.breadcrumb li a {
  color: #555;
  text-align: center;
}
.breadcrumb li a:hover {
  color: var(--color-yellow);
  text-decoration: underline;
}

.big-mask {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  min-width: 100%;
  width: 100%;
  min-height: 100%;
  background-repeat: repeat;
  background-position: 0 0;
  background-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0);
  border-color: rgba(255, 255, 255, 0);
}

.page-header {
  background-position: right center;
  padding: 200px 0 120px;
  position: relative;
  background-size: cover;
}

.dropdown-menu {
  margin-top: 0;
}
.dropdown-menu .dropdown-toggle::after {
  vertical-align: middle;
  border-left: 4px solid;
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
  margin-left: 0.35em;
}
.dropdown-menu .dropdown-toggle:hover:after {
  color: #fff;
  color: var(--color-yellow);
}
.dropdown-menu .dropdown .dropdown-menu {
  left: 100%;
  top: 0;
}
.dropdown-menu > li a:hover {
  color: var(--main-color-darken);
  display: block !important;
}
.dropdown-menu > li a:hover:first-letter {
  /* color: var(--color-yellow); */
}
.dropdown-menu > li.show {
  background-color:transparent;
  color: var(--color-yellow);
  display: block !important;
}
.dropdown-menu > li.show > a {
  color: var(--color-yellow);
}
/* .dropdown-menu > li.show > a::first-letter {
  color: #fff;
} */
.dropdown-menu > li.show > a::after {
  color: #fff;
}

.soc {
  text-align: center;
  margin: 10px 0;
  margin-top: 15px;
}
.soc img {
  width: 30px;
  height: 30px;
  margin-right: 5px;
  margin-left: 5px;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.soc a {
  display: inline-block;
  text-align: center;
}
.soc a:hover img {
  opacity: .9;
}

.footer_info {
  font-family: "moon", "Microsoft JhengHei";
  letter-spacing: 2px;
  font-size: 14px;
  padding: 0;
  margin: 15px 0 30px;
  margin-top: 0px;
  margin-bottom: 15px;
}
.footer_info .title {
  color: var(--main-color);
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  /* border-left: 2px solid #fff;
  padding-left: 10px; */
}
.footer_info a {
  color: var(--main-color);
  /* font-family: "moon", "Microsoft JhengHei"; */
  /* letter-spacing: 2px; */
  /* font-size: 14px; */
  word-wrap: break-word;
}
.footer_info a:hover {
  color: var(--color-yellow);
}
.footer_info li {
  color: var(--main-color);
  list-style-type: none;
  font-size: 14px;
  padding-bottom: 0px;
  letter-spacing: 1px;
}

.lang a {
  display: block;
  padding: 3px 0;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
}
.lang a:hover {
  background: var(--main-color-darken);
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
}

.bg-dark {
  background: #fff !important;
  display: flex;
  flex-direction: column;
}
@media all and (min-width: 992px) {
  .bg-dark {
    padding: 10px 15px;
    padding: 0px 0px;
  }
}

.dropdown-toggle::after {
  color: var(--main-color);
  color: #fff;
  margin-left: 5px;
}

.dropdown-toggle.dropdown-item::after {
  color: #fff;
}

.dropdown-menu {
  position: absolute;
  top: 95%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: var(--main-color);
  text-align: left;
  list-style: none;
  background-color: #fff;
  /* background-clip: padding-box; */
  border: 0px solid var(--main-color-darken) !important;
  border-radius: 0px !important;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, .3);
}

.navbar-dark .navbar-nav .nav-link {
  /* color: var(--main-color); */
  color:#fff !important;
  /* min-width: 140px; */
  text-align: center;
}
.navbar-dark .navbar-nav .nav-link:hover {
  /* color: var(--color-yellow); */
  background-color: var(--main-color-darken);
  color: #fff !important;
}
.navbar-dark .navbar-nav .active > .nav-link {
  background-color: var(--main-color-darken);
  color: #fff !important;
  /* color: var(--color-yellow-dark); */
  font-weight: bold;
}
.navbar-dark .navbar-nav .show > .nav-link {
  /* color: var(--color-yellow-dark); */
  background-color: var(--main-color-darken);
  color: #fff !important;
}

.navbar-dark .navbar-nav .nav-link:hover::after,.navbar-dark .navbar-nav .nav-item.active .nav-link::after{
  /* color: var(--color-yellow); */
  color: #fff !important;
}

.navbar-dark .navbar-nav .show > .nav-link::after {
  /* color: var(--color-yellow); */
  color: #fff !important;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 0.5rem;
  clear: both;
  color: var(--main-color);
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--main-color);
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ececec;
  border-radius: 0.25rem;
}
.form-control:hover {
  border-color: var(--main-color);
}

a {
  color: var(--main-color);
  text-decoration: none;
  background-color: transparent;
  letter-spacing: 1px;
  font-family: "moon", "Microsoft JhengHei";
}

body {
  font-family: "moon", "Microsoft JhengHei";
}

a:hover {
  color: var(--main-color);
  text-decoration: none;
}

.title01 {
  padding: 39px 0 20px 0;
  font-family: "moon", "Microsoft JhengHei";
  letter-spacing: 3px;
  font-weight: bold;
  text-align: center;
}
.title01::after {
  content: "";
  display: block;
  margin: 10px auto 0;
  width: 50px;
  height: 2px;
  background: var(--main-color);
}

.btn2_2 {
  display: inline-block;
  padding: 8px;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 300px;
  text-align: center;
  color: #fff;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  background: var(--main-color);
  border-radius: 3px;
}
.btn2_2:hover {
  background: var(--color-yellow);
  color: #fff;
}
.btn2_2.addInquiryCart {
  background: var(--second-color-lighten);
}
.btn2_2.addInquiryCart:hover {
  background: var(--second-color);
}

.p10 {
  padding-top: 12px;
  padding-right: 12px;
  padding-bottom: 12px;
  padding-left: 12px;
}

#accordion .link a.collapsed:before {
  content: "";
}

.bbt {
  display: inline-block;
  margin-top: 30px;
}

.btn1 {
  background: var(--main-color);
  color: #ffffff;
  font-size: 16px;
  /* border-radius: 30px; */
  margin-bottom: 30px;
  min-width: 120px;
}
.btn1:hover {
  color: #fff;
  background: var(--color-yellow);
}

.cookies_3 {
  border: 1px solid #fff;
  padding: 5px;
  margin: 10px 0;
  display: inline-block;
  color: #fff;
  text-align: center;
}
.cookies_3:hover {
  background: #fff;
}

.btn3 {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-family: "moon", "Microsoft JhengHei";
  border-width: 0;
  padding: 5px;
  border: 1px solid var(--color-yellow);
  background: var(--color-yellow);
}
.btn3:hover {
  color: var(--main-color);
  border: 1px solid #fff;
  background: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  font-family: "moon", "Microsoft JhengHei";
  letter-spacing: 2px;
}

@media all and (min-width: 992px) {
  header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
  }
}

.header_top {
  padding-top: 5px;
  padding-bottom: 5px;
}

.header_s {
  position: absolute;
  z-index: 9;
  text-align: center;
  height: 81px;
  width: 100%;
}

.clear {
  clear: both;
}

.inq {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  position: relative;
}
.inq img {
  color: #ffffff;
  width: 20px;
  height: 20px;
}

.inq_q {
  background-color: var(--main-color);
  position: absolute;
  top: 0;
  font-size: 10px;
  color: #fff;
  padding-top: 1px;
  padding-right: 1px;
  padding-bottom: 1px;
  width: 20px;
  height: 20px;
  border-radius: 99em;
  text-align: center;
}

.center {
  text-align: center;
  display: block;
}

a {
  outline: none;
}

.nav-item {
  cursor: pointer;
}

.form-inline {
  position: relative;
}

.btn2 {
  background-color: rgba(42, 187, 170, 0);
  border: 0 solid var(--main-color);
  position: absolute;
  right: 15px;
  top: 11px;
  width: 15px;
}
.btn2 img {
  z-index: 9999;
  position: absolute;
}

.mt50 {
  margin-top: 50px;
}

.mb50 {
  margin-bottom: 50px;
}

.pt100 {
  padding-top: 100px;
}

.pb100 {
  padding-bottom: 100px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb25 {
  padding-bottom: 25px;
}

.pt25 {
  padding-top: 25px;
}

footer {
  position: relative;
  padding-top: 16px;
  background-image: none !important;
  background:whitesmoke;
  /* border-top: 3px solid var(--main-color); */
}
footer .container {
  position: relative;
  z-index: 2;
}
footer .copy {
  background-color: var(--main-color);
  position: relative;
  z-index: 3;
  padding: 5px 15px;
  color: #fff;
  font-size: 14px;
  text-align: center;
}
footer .copy a {
  color: #fff;
  margin-right: 10px;
}
footer .copy a:hover {
  color: #fff;
  text-decoration: underline;
}

.webeditor {
  margin-top: 25px;
  margin-bottom: 25px;
}
.webeditor table {
  max-width: 100% !important;
  height: auto;
  width: 100% !important;
}

.skew-neg {
  -webkit-transform: skew(18deg, 0deg);
          transform: skew(18deg, 0deg);
  background-color: #9e0003;
}
.skew-neg a {
  -webkit-transform: skew(0deg, 0deg) !important;
          transform: skew(0deg, 0deg) !important;
  background-color: #289fc3;
}

@media (max-width: 768px) {
  .pin_name {
    font-size: 22px;
  }

  .dropdown-menu {
    position: relative;
    float: none;
  }

  .page-header {
    background-position: center center;
    padding-top: 75px;
    padding-bottom: 75px;
    position: relative;
  }
  .page-header h1 {
    color: white;
    text-align: center;
    z-index: 9;
    position: relative;
    font-family: "moon", "Microsoft JhengHei";
    font-size: 32px;
  }


aside {
    display: none !important;
  }
}
@media (max-width: 480px) {

  .pin_name {
    font-size: 22px;
  }

  .page-header {
    background-position: left center;
    padding-top: 75px;
    padding-bottom: 75px;
    position: relative;
  }
  .page-header h1 {
    color: white;
    text-align: center;
    z-index: 9;
    position: relative;
    font-family: "moon", "Microsoft JhengHei";
    font-size: 28px;
  }


aside {
    display: none !important;
  }
}
.footer-brand{
  text-align: left;
}

.footer-brand img {
  height: 100px;
}

.header-search-form .btn2 {
  padding-right: 15px;
}

.searchbox-icon {
  width: 15px;
  height: 15px;
  vertical-align: super;
}
.searchbox-icon:hover {
  fill: var(--main-color);
}

.form-control[aria-label=Search] {
  border: 1px solid #ddd;
  padding-right: 35px;
}
.form-control[aria-label=Search]:hover {
  border-color: var(--main-color);
}

@media all and (min-width: 992px) {
  .navbar-nav {
    margin-left: 15px;
  }
}

.collapse_style > ul {
  margin-left: 1rem;
  padding-top: 1rem;
}

.collapse_style > ul > li {
  border-bottom: 0 solid #f0ad4e;
}

.collapse_panel a {
  color: #555a60;
  display: block;
}
.collapse_panel a:hover {
  color: var(--main-color);
}

.has_child:first-letter {
  font-weight: bold;
  color: var(--main-color);
}

.has_child {
  position: relative;
}
.has_child > a:after {
  content: "+";
  position: absolute;
  top: 0;
  right: 0;
  font-size: 24px;
}
.has_child.plus > a:after {
  content: "+";
}
.has_child.minus > a:after {
  content: "-";
}

.search-dropdown .icon {
  width: 20px;
  fill: #333;
  cursor: pointer;
}
.search-dropdown .icon:hover {
  fill: var(--main-color);
}

.navbar-dark .navbar-toggler-icon .icon {
  width: 30px;
  height: 30px;
  fill: var(--main-color);
}

.navbar-brand > img {
  width: 300px;
}
.navbar-brand{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.page-index .line-height-limit {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.5em;
  max-height: 70px;
  height: auto;
}

.page-ab .line-height-limit {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.5em;
  max-height: 70px;
  height: auto;
}
.page-ab .line-height-single-limit {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page-ab .sidebar-line-height-limit {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.5em;
  max-height: 63px;
  height: auto;
}

.page-pdt .pli_list,
.page-search .pli_list {
  text-align: center;
}
.page-pdt .pli_list .line-height-limit,
.page-search .pli_list .line-height-limit {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.5em;
  max-height: 70px;
  height: auto;
}
.page-pdt .sidebar .line-height-limit,
.page-search .sidebar .line-height-limit {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.5em;
  max-height: auto;
  height: auto;
}

.page-news .pli_list .line-height-limit {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.5em;
  max-height: 70px;
  height: auto;
}
.page-news .pli_list_s a {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.5em;
  max-height: 70px;
  height: auto;
  font-size: 20px;
  margin: 5px 0 10px;
  margin-top: 0px;
  font-weight: 600;
}
.page-news .description {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.5em;
  max-height: 140px;
  height: auto;
}
.page-news .sidebar .line-height-limit {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.5em;
  max-height: 63px;
  height: auto;
}
.page-news .row.p_s {
  margin-bottom: 40px;
  padding: 20px 8px;
  background: #f0f5fa !important;
  margin: 0 0 15px;
  margin-bottom: 0px;
}
.page-news .row.p_s img {
  margin-bottom: 20px;
}
@media all and (min-width: 768px) {
  .page-news .row.p_s img {
    margin-bottom: 0;
  }
}
.page-news .line001 + .btn2_2 {
  width: auto;
  padding: 7px 30px;
  float: right;
}
.page-news .line001 + .btn2_2:hover {
  background: var(--main-color-lighten);
}
.page-news .news_date {
  color: var(--color-yellow);
  margin-bottom: 5px;
  font-size: 14px;
}

@media all and (min-width: 768px) {
  .page-pdt .row.pin .col-md-4 {
    /* 產品模組一排 2 個 */
    /* flex: 0 0 50%; */
    /* max-width: 50%; */
  }
}
.card {
  background: transparent;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pro_in1 {
  position: relative;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 1px 1px 3px #ccc;
          box-shadow: 1px 1px 3px #ccc;
}
.pro_in1 > a {
  display: block;
  overflow: hidden;
}
.pro_in1 > a img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pro_in1:hover > a img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.pro_in1 .pli_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px 0;
  min-height: 78px;
}
.pro_in1 .pli_list p {
  margin-bottom: 0;
}
.pro_in1 .pli_list a {
  padding: 5px 10px;
  color: var(--main-color);
}

.back {
  text-align: center;
}

.download_in .dl-list {
  padding: 15px;
  border: 1px dashed #ccc;
  background-color: #fff;
  list-style: none;
}
.download_in .dl-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 10px;
}
.download_in .dl-list li + li {
  border-top: 1px dashed #ccc;
}
.download_in .dl-list li .itemTitle {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.download_in .dl-list li .itemLink {
  display: inline-block;
  background: #ebeef3;
  padding: 10px 15px;
  border-radius: 20px;
}
.download_in .dl-list li .itemLink img {
  width: 15px;
}
.download_in .dl-list li .itemLink:hover {
  color: #fff;
  background: var(--main-color);
}
.download_in .dl-list li .itemLink:hover img {
  -webkit-filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(38deg) brightness(99%) contrast(102%);
          filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(38deg) brightness(99%) contrast(102%);
}

.page-contact section {
  padding: 50px 0 70px;
}

.contact_info {
  margin-bottom: 30px;
}
.contact_info ul {
  list-style: none;
  padding: 0;
}
.contact_info ul li {
  padding-bottom: 5px;
  font-size: 14px;
}
.contact_info ul li a {
  color: #606060;
}
.contact_info ul li a:hover {
  color: var(--main-color);
}
.contact_info iframe {
  margin-bottom: 10px;
}
.contact_info h5 {
  color: var(--main-color);
}

.btn-danger {
  background: var(--main-color);
  border-color: var(--main-color);
}
.btn-danger:hover {
  background: var(--main-color-lighten);
  border-color: var(--main-color-lighten);
}

.sitemap h2 {
  padding: 15px;
  color: #606060;
  font-size: 22px;
  border-bottom: 2px solid var(--main-color);
}
.sitemap .sitemap1 {
  list-style: none;
  padding-left: 20px;
}
.sitemap .sitemap1 li {
  padding: 5px 0;
}
.sitemap .sitemap1 li a {
  color: #606060;
}
.sitemap .sitemap1 li a:hover {
  color: var(--main-color);
}

table.table td,
table.table th {
  vertical-align: middle;
}

table.table th {
  color: #fff;
  background: var(--main-color);
}

h2.pro_name {
  margin-bottom: 30px;
}

/* header .container-xl{
  width: 100% !important;
  max-width: 100% !important;
  margin: 0px auto;
  padding: 0px 72px !important;
} */

header .navbar-nav{
  margin-right: 15px !important;
  margin-left: auto;
}

.index-links-card{
  position: relative;
  background-image: url(../images/indexbg-1.jpg);
  background-position: center;
  background-size: cover;
}

.index-links-card::after{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ededed;
  opacity: .8;
  left: 0;
  top: 0;
}

.index-link-items{
  display: flex;
  flex-wrap: wrap;
  padding: 48px 0px;
  padding-top: 80px;
}

.index-link-item{
  width: calc(33.333% - 32px);
  margin-right: 48px;
  margin-bottom: 48px;
  position:relative;
  z-index: 10;
  transition: all .2s ease-in-out;
}

/* .index-link-item::before{
  content: "";
  background-color: var(--main-color);
  opacity: .8;
  position: absolute;
  top: 8px;
  left: 8px;
  width: 100%;
  height: 100%;
  z-index: -1;
} */

/* .index-link-item{
  position:relative;
  overflow: hidden;
  background-color: #ffffffe0;
  border-radius: 8px;
}

.index-link-item a{
  display: block;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position:relative;
  overflow: hidden;
  z-index: 10;

  align-items: center;
}

.index-link-item::before,.index-link-item:after{
  content: "";
  width: calc(100% + 1px);
  height: 100%;

  background-color: var(--color-yellow);
  opacity: .8;
  position: absolute;
  z-index: 1;
  transition: all .6s ease-in-out;

}

.index-link-item:before{
  clip-path: polygon(100% 0, 0% 100%, 0 0);
  top: 0;
  left: 0;
  transform: translate(-100%,-100%);
}

.index-link-item:after{
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  bottom: 0;
  right: 0;
  transform: translate(100%,100%);
}

.index-link-item:hover{
  background-color: var(--color-yellow);
  transition: all .2s ease-in-out;
} */

/* .index-link-item:hover::before{
  transform: translate(0%,0%);
  transition: all .4s ease-in-out;
}

.index-link-item:hover::after{
  transform: translate(0%,0%);
  transition: all .4s ease-in-out;
} */


/* .index-link-item:before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;

  transition: all .4s ease-in-out;
  border-radius: 8px;

  background-color: #fff;
  opacity:.8;
  border: 2px solid var(--color-yellow);
}

.index-link-item:hover::before{
  background-color: rgba(243, 154, 0, 0.925);
  border: 2px solid transparent;
  filter: blur(3px);
  opacity: 1;
  z-index: 1;
  transition: all .4s ease-in-out;
} */

.index-link-item {
  /* border-radius: 8px; */
  position: relative;
}

.index-link-item .link-pic a{
  position: relative;
  display: block;
  width: 100%;
  height: max-content;
  height: 250px;
  overflow: hidden;
  border-radius: 5px;
}

.index-link-item .icon-item a{
    color:#333;
}

.index-link-item:hover .link-pic img{
  transform: scale(1.15);
  transition: all .4s ease-in-out;
}

.link-pic{
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
}

.index-link-item::before{
  content: "";
   position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: calc(100% + 6px);
  height: calc(100% + 6px);

  background-color: rgba(126, 126, 126, 0.65);
  filter: blur(5px);
  border-radius: 8px;
}

.link-pic::after{
  content: "";
   box-shadow:inset 0px 10px 60px 10px #cdcdcd;
   position: absolute;
   top: 0;
   left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  /* background-color: #ebe8e82d; */
  background-color: rgba(255, 255, 255, 0.05);
}

.link-pic img{
  width: 100%;
  height: 100%;
    object-fit: cover;
    opacity: 1;
    transition: all .4s ease-in-out;

     /* box-shadow:0 0 15px 0 rgba(0,200,150,.5),inset 0 0 15px 0 rgba(0,200,150,.5) */
}

.icon-item{
  width: 100%;
  height: max-content;
  padding: 8px;
  bottom: 0px;
  background-color: #ffffffb7;
  box-shadow:0 0 30px 0 #d4d0d09f,inset 0 0 40px 0 #ffffff;

  position: absolute !important;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.icon-item img{
  width: 32px;
  height: 32px;
  margin-right: 8px;
}

.icon-item .item-name{
  font-size: 20px;
  font-weight: 600;
  color: #333;
}

/* .index-link-item a::after{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
    background:none;
  margin:60px;
  color:#fff;
  z-index: 10;
  box-shadow:0 0 80px 0 rgb(230, 228, 228),inset 0 0 180px 0 rgb(219, 219, 219);
} */


.index-link-item:nth-child(3n){
  margin-right: 0px;
}

.dropdown-item:focus, .dropdown-item:hover{
  background-color: #fff !important;
}

.page-ab .webeditor{
  margin-top:0px;
}

.navbar-dark .navbar-nav .nav-link:focus{
  /* color: var(--main-color); */
  color: #fff !important;
}

.navbar-dark .navbar-nav .nav-link:focus::after{
  /* color: var(--main-color); */
  color: #fff !important;
}

.footer-pics{
  display: flex;
}

.footer-pics .pic img{
  width: auto;
  height: 100px;
}

.web-links {
  /* margin-top: 48px; */
}

.web-links .web-link{
  font-weight: 600;
  color: var(--main-color);
  padding-bottom: 5px;
  font-size: 15px;
}

.web-links .web-link::before{
  content: ">";
  padding-right: 8px;
  font-size: 14px;
}

.web-links .web-link:hover::before{
  padding-left: 5px;
  transition: all .2s ease-in-out;
}

.web-links .web-link:hover{
  color: var(--color-yellow);
}

address{
  margin-bottom: 0xp;
}

.index-slider{
  position: relative;
}

.index-certified{
  width: max-content;
  position: absolute;
  z-index: 100;
  bottom: 32px;
  right: 16px;
}

.certified-items{
  display: flex;
}

.certified-item{
  padding: 5px;
  border: 2px solid whitesmoke;
  border-radius: 50%;
  background-color: #fff;
  margin-left: 16px;
}

.certified-item:nth-child(1){
  margin-left: 0px;
}

.certified-item img{
  width: 80px;
  height: auto;
}

.fixed-line-icon{
  position: fixed;
  bottom: 84px;
  right: 10px;
  z-index: -1;
  opacity: 0;
  transition: all .4s ease-in-out;
}

.fixed-line-icon.show{
  z-index: 999;
  opacity: 1;
  transition: all .4s ease-in-out;
}

.fixed-line-icon a{
  display: block;
}

.fixed-line-icon a img{
  width: 60px;
  height: auto;
}

.news-btn{
  margin-left: auto;
  min-width: 120px;
  width: max-content;
  height: max-content;
  margin-top: 0px;
  padding: 5px 8px;
  margin-bottom: 0px;
}

.page-news-list .row.p_s{
  background: transparent !important;
}
.page-news-list .news-lists .col-md-12 .p_s{
  display: flex;
  flex-direction: column;
  border-top: 1px solid gainsboro;
}

.page-news-list .news-lists .col-md-12:nth-last-child(1){
  border-bottom: 1px solid gainsboro;
}

.phone-logo-brand,.phone-search{
  display: none;
}

.bottom-header{
  width: 100%;
  background-color: var(--main-color);
  position: relative;
  z-index: 99999 !important;
}


.bottom-header .navbar-nav{
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin: 0px !important;
}

main{
  min-height: 80vh;
}

.relate-links-table table tr{
  display: flex;
  flex-wrap: wrap;
}

.relate-links-table table tr td{
  width: 25%;
  border: 5px solid #fff;
  text-align: center;
}

.relate-links-table table tr td a{
  width: 100%;
  display: block;
  background-color: whitesmoke;
  padding: 8px;
  border-radius: 3px;
  border: 1px solid gainsboro;
  background-color: #fff;
  color: #646464;
}

.relate-links-table table tr td a:hover{
  background-color: whitesmoke;
}

.verification-list-types{
  width: 100%;
  display: flex;
  align-items: center;
}

.verification-list-types-select{
  width:50%;
}

.verification-list-types-select .dropdown-title{
  min-width: 100px;
  width: max-content;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1.5;
  margin-bottom: 0px;
}

.verification-list-types-select select{
  height: 40px;
  width: calc(100% - 120px);
  padding: 8px;
  border: 1px solid rgb(177, 177, 177);
}

.send input{
  width: 120px;
  height: 40px;
  background-color: var(--main-color);
  border: 0px;
  border-radius: 5px;
  color: #fff;
  transition: .3s ease-in-out;
}

.send input:hover{
  background-color: var(--color-yellow);
  transition: .3s ease-in-out;
}

.verification-types-links{
  display: flex;
  justify-content: space-between;
  padding: 24px 0px;
}

.verification-types-links .verification-types-link{
  width:calc(50% - 1px);
  display: flex;
  justify-content: center;
  padding: 8px;
  background-color: rgb(238, 238, 238);
  color: #646464;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 1.5;
  transition:all .3 ease-in-out;
}

.verification-types-links .verification-types-link.active{
  background-color: var(--main-color-darken);
  color: #fff;
}

.verification-types-links .verification-types-link:hover{
  background-color: var(--color-yellow);
  color: #fff;
  transition:all .3 ease-in-out;
}

.verification-index-list{
  border: 1px solid gainsboro;
  padding: 16px 16px;
  /* background-color: whitesmoke; */
  border-radius: 5px;
}

.verification-item-groups{
  background-color: #fff;
  margin-top: 24px;
}

.verification-item-title-link{
  color: #606060;
  font-weight: 600;
  display: flex;
}

.verification-item-title-link .item-icon{
  width: 20px;
  height: 20px;
  padding: 5px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(163, 163, 163);
  margin-right: 5px;
  margin-top: 3px;

}

.verification-item-title-link:hover .item-icon{
  background-color: var(--main-color);
}

.verification-item-title-link .item-icon img{
  width: 100%;
  height: auto;
}
.verification-item-groups:nth-child(1){
  margin-top: 0px;
}
.verification-item-title{
  background-color:#818181;
  color:#fff;
  padding: 8px 16px;
  font-weight: 20px;
  font-weight: 600;
  letter-spacing: 1.5px;
  margin-bottom: 10px;
  box-shadow: 3px 3px 3px gainsboro;
}

.verification-item{
  background-color: rgb(238, 238, 238);
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
}

.verification-item:nth-child(1){
  margin-top: 0px;
}

.verification-item .small-item{
  width: 200px;
  padding: 8px;
  font-weight: 600;
  font-size: 18px;
}

.verification-item .item-group{
  width: calc(100% - 200px);
  background-color: #fff;
  padding:0px 8px;
  padding-right: 0px;
}

.item-names{
  display: flex;
  flex-wrap: wrap;
}

.item-names .item-name{
  width:calc(20% - 6.4px);

  margin-right: 8px;
  margin-bottom: 5px;
  margin-top: 0px;
  border-radius: 3px;
}

.item-names .item-name a{
  width: 100%;
  height: 100%;
  display: block;
  background-color: whitesmoke;
  border: 1px solid gainsboro;
  padding: 5px 5px;
  color: #606060;
}

.item-names .item-name a:hover{
  background-color: rgb(138, 156, 170);
  border: 1px solid rgb(138, 156, 170);
  color: #fff;
}

.item-names .item-name:nth-child(5n){
  margin-right: 0px;
}

.accordion {
  max-width: 100%;
}
.accordion .accordion-item .accordion-title {
  font-size: 18px;
  padding: 5px 5px;
  background-color: whitesmoke;
  border: 1px solid gainsboro;
  color:#606060 ;
  transition: 0.4s;
  cursor: pointer;
  position: relative;
  margin-bottom: 8px;
  font-weight: 600;

}

.accordion .accordion-item .accordion-title:hover {
  background-color: rgb(161 169 175);
  background-color: rgb(233 233 233);
  border-color:rgb(161 169 175) ;
  /* color: #fff; */
}
.accordion .accordion-item .accordion-title:after {
  content: "T";
  font-family: "dripicons-v2";
  position: absolute;
  color: white;
  right: 1rem;
  transition: transform 0.3s ease-in;
  font-weight: 600;
}
.accordion .accordion-item .accordion-content {
  position: relative;
  height: 0;
  opacity: 0;
  overflow: hidden;
  overflow-y: hidden;
  transition: all 0.3s ease-in;

}

.accordion .accordion-item.active .accordion-title {
  background-color: rgb(138, 156, 170);
  color: #fff;
  border-color:rgb(138, 156, 170) ;
}

.accordion .accordion-item .accordion-title {
  background-color: rgb(138, 156, 170);
  /* color: #fff; */
  /* border-color:rgb(138, 156, 170) ; */
  background-color: rgb(238, 238, 238);
  border-radius: 3px;
}
.accordion .accordion-item .accordion-title:after {
  content: "+";
  transform: rotate(180deg);
  transition: transform 0.3s ease-in;
  color: #606060;
}
.accordion .accordion-item.active .accordion-title:after {
  content: "-";
  transform: rotate(180deg);
  transition: transform 0.3s ease-in;
  color: #fff;
}

.accordion .accordion-item:hover .accordion-title:after {
  /* color: #fff; */
}

.accordion .accordion-item.active .accordion-content {
  height: max-content;
  opacity: 1;
  margin-bottom: 8px;
  transition: all 0.3s ease-in;
}

.accordion .accordion-item .accordion-content {
  height: 0;
  opacity: 1;
  margin-bottom: 8px;
  transition: all 0.3s ease-in;
}


.accordion .accordion-item.active:nth-last-child(1) .accordion-content{
  margin-bottom: 0px;
}

.form-row{
  align-items: flex-end;
}

.search-titles{
  margin-top: 24px;
}

.search-titles,.search-item{
  display: flex;
}

.search-titles .title-item:nth-child(1),.search-item .search-item-content:nth-child(1){
  width: 60px;
}
.search-titles .title-item,.search-item .search-item-content{
  width:calc((100% - 60px) / 8);
  padding: 5px;
  font-size: 15px;
  margin: 1px;

}

.search-item .search-item-content{
  background-color: #f9f9f9;
  display: flex;
  justify-content: center;
}

.search-item:nth-child(2n) .search-item-content{
  background-color: rgb(239 239 239);
}

.search-titles .title-item{
  background-color: #818181;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: 600;
}

.phone-show{
  display: none;
}

.item-content a{
  font-weight: 600;
}

.item-content a:hover{
  color: var(--color-yellow);
}

.evaluate{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: whitesmoke;

}

.evaluate-icon{
  width: 80px;
  height: 100%;
  padding: 16px;
  background-color: var(--color-yellow);
  display: flex;
  align-items: center;
  justify-content: center;
}

.evaluate-icon img{
  width: 50px;
  height: auto;
}

.evaluate-people{
  width: calc(100% - 100px);
  height: 100%;
  font-size: 20px;
  font-weight: 600;
}

.evaluate-top-list{
  display: flex;
  flex-wrap:wrap ;
  justify-content: space-between;
  margin: 32px 0px;
}

.evaluate-top-list .list-item{
  display: flex;
  width: calc(50% - 16px);
  margin-bottom: 2px;
}

.evaluate-top-list .list-item .item-title{
  width: 210px;
  background-color: #818181;
  color: #fff;
  padding: 5px;
  font-weight: 600;
  display: flex;
  align-items: center;
}

.evaluate-top-list .list-item .item-content{
  width: calc(100% - 210px);
  margin-left: 10px;
  padding: 5px;
}

.evaluate-btm-list-title{
  width: 100%;
}

.evaluate-btm-list-title .list-item,.evaluate-btm-list .list-item{
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}

.evaluate-btm-list-title .list-item .item-title,.evaluate-btm-list .list-item .item-title,.evaluate-type{
  padding: 5px;
  width: 200px;
  font-weight: 600;
  display: flex;
  align-items: center;
}

.evaluate-btm-list .list-item .item-title {
  background-color: whitesmoke;
  border-radius: 3px;
}

.evaluate-btm-list-title .list-item .item-content,.evaluate-btm-list .list-item .item-content{
  width: calc(100% - 210px);
  padding: 5px;
}

.evaluate-btm-list-title .list-item .item-title,.evaluate-btm-list-title .list-item .item-content{
  font-size: 18px;
  font-weight: 600;
  background-color: var(--color-yellow);
  color: #fff;
  padding: 8px 5px;
  border-radius: 3px;
}

form#contact-form label span{
  color: var(--color-yellow);
}

.contact-map-info iframe{
  width: 100%;
  height: 400px !important;
}

.download-list .download-item{
  margin-bottom: 5px;
  flex: none;
  max-width: 99%;
}

.download-list .download-item .download-pic{
  width: 100%;
  height: 200px;
  display: none;
}

.download-list .download-item .download-pic img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .2s ease-in-out;

}

.download-list .download-item .download-title{
  display: flex;
  /*justify-content: center;
  text-align: center;*/
  padding: 8px 5px;
  color: #606060;
  transition: all .2s ease-in-out;
  background: #f5f5f5;
}


.download-list .download-item:hover img{
  opacity: .85;
  transition: all .2s ease-in-out;
}

.download-list .download-item:hover .download-title{
  color: var(--main-color);
  transition: all .2s ease-in-out;
}

header{
  width: 100%;
  position: fixed;
  z-index: 999999 !important;
  top: 0px;
}

.qa-accordion{
  margin-top: 16px;
}

.select-product-btn{
  background-color: #818181;
  padding:5px 8px;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font-weight: 600
  ;
}

.select-product-menu{
  display: none;
  position: absolute;
  z-index: 10;
  margin-top: 8px;
  width: 50vw;
  border: 1px solid rgb(233, 233, 233);
  background-color: rgb(252, 252, 252);
  padding-right: 0px;
  border-radius: 8px;
  box-shadow: 3px 3px 3px rgba(220, 220, 220, 0.4);
}

.select-product-menu.show{
  display: block;
}

.select-product-menu .product-items{
  height: 35vh;
  max-height: max-content;
  overflow-y: auto;
  padding:8px 16px;
}

.product-menu-btns{
  display: flex;
}

.product-item-title{
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 600;
  color: var(--main-color);
}

.product-menu-btns{
  padding: 16px 16px;
}

.product-menu-btns .product-menu-btn{
  width: 100px;
  padding: 5px;
  text-align: center;
  color: #fff;
  border-radius: 3px;
  cursor: pointer;
  margin-left: 8px;
}

.product-menu-btns .product-menu-btn:hover{
  opacity: .8;
}

.product-menu-btns .product-menu-btn:nth-child(1){
  margin-left: 0px;
}

.product-menu-btns .clear-btn{
  background-color: var(--color-yellow);
}

.product-menu-btns .close-btn{
  background-color: var(--main-color);
}

.product-menu-btns .check-btn{
  background-color: var(--main-color-darken);
  margin-left: auto;
}

.search-menu-submit-btn{
  width: 100%;
  height: 34px;
  background-color: var(--color-yellow);
  color: #fff;
  letter-spacing: 2px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-menu-submit-btn:hover{
  background-color: rgb(233 132 3);
  color: #fff;
}

.search-menu-submit{
  margin-left: auto;
}

.search-menu{
  user-select: none;
}

.search-menu input{
  user-select: none;
  border-color: #ced4da;
  color: #333;
}

.evaluate-type{
  background-color: var(--main-color);
  padding: 5px;
  color: #fff;
  position: relative;
  margin-bottom: 16px;
  border-radius: 3px;
  display: flex;
  justify-content: center;
}

.evaluate-type::after{
  content: "";
  width: 20px;
  height: 8px;
  position: absolute;
  top: 99%;
  left: 50%;
  transform: translate(-50%,0px);
  clip-path: polygon(47% 100%, 0 0, 100% 0);
  background-color: var(--main-color);
}

.pc-none{
  display: none;
}

header{
  /* overflow: hidden; */
}

.header-bg{
  position: absolute;
  top: 0;
  width: auto;
  height: 95.03px;
  z-index: 1;
  /* opacity: .5; */
}

.top-header{
  position: relative;
  z-index: 4;
}

.top-header-items{
  display: flex;
}

.top-header-items .top-header-item{
  font-size: 16px;
  letter-spacing: 2px;
  padding: 8px 5px;
  color: #555;
  min-width: 140px;
  text-align: center;
  color: var(--main-color);
  font-weight: 600;
}

.top-header-items .top-header-item{
}

.top-header-items .top-header-item:hover,.top-header-items .top-header-item.active{
  /* background-color: var(--color-yellow); */
  color: var(--color-yellow);
  border-radius: 3px;
}

.verification-form-search input,.verification-form-search select{
  font-weight: 600;
}

.verification-form-search label.form-title{
  color: var(--main-color-darken);
  font-weight: 600;
}

/* @media screen and (max-width:1600px){
  header .container-xl{
    padding:0px 24px  !important;
  }
} */
@media screen and (max-width:1680px){
  .header-bg{
    display: none;
  }
}

@media screen and (max-width:991px){
  .top-header{
    display: none !important;
  }
  .phone-logo-brand,.navbar-toggler,.phone-search {
    display: block !important;
  }
  .phone-search  input{
    width: 100%;
  }
  .collapse:not(.show) {
    display: none !important;
  }

  .bottom-header .navbar-nav{
    flex-direction: column;
  }
  .bg-dark{
    display: flex;
  }
  .navbar-expand-lg .navbar-collapse{
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }
  .navbar-nav .dropdown-menu {
    position: static !important;
    float: none;
  }
  .navbar-dark .navbar-nav .nav-link{
    text-align: left;
    padding: 5px;
  }
  .navbar{
    padding:8px 0px;
  }
  .bottom-header{
    background:#fff !important;
  }
  .navbar-dark .navbar-nav .active > .nav-link {
    background-color: #fff;
    color: var(--main-color-darken) !important;
  }

  .navbar-dark .navbar-nav .nav-link{
    color: var(--main-color) !important;
  }

  .dropdown-toggle::after{
    color: var(--main-color);
  }

  .navbar-dark .navbar-nav .nav-item.active .nav-link::after {
    color: var(--main-color-darken) !important;
  }

}

/* @media screen and (max-width:1400px){
  header .container-xl{
    padding:0px 12px  !important;
  }

  .item-names .item-name{
    width:calc(25% - 6px);
  }

  .item-names .item-name:nth-child(5n){
    margin-right: 8px;
  }

  .item-names .item-name:nth-child(4n){
    margin-right: 0px;
  }

} */

@media screen and (max-width:991px){
  .index-certified{
    width: 100%;
    position: relative;
    bottom: 0px;
    right: 0px;
    padding: 16px 8px;
    background-color: rgb(240, 240, 240);
  }

  .certified-items{
    display: flex;
    justify-content: center;
  }
  .pc-none{
    display: block;
  }
  .evaluate-top-list .list-item{
    width: calc(50% - 8px);
  }
  .evaluate-top-list .list-item .item-title,.evaluate-btm-list-title .list-item .item-title, .evaluate-btm-list .list-item .item-title,.evaluate-type{
    width: 150px;
  }

  .evaluate-top-list .list-item .item-content,.evaluate-btm-list-title .list-item .item-content, .evaluate-btm-list .list-item .item-content{
    width: calc(100% - 160px);
  }
  .select-product-menu{
    width: 690px;
  }

  main{
    min-height: 60vh;
  }

  main{
    margin-top: 101px;
  }
  .phone-none{
    display: none;
  }
  .phone-show{
    display: block;
    width: 200px;
    background-color: #818181;
  }

  .search-item-content .phone-show,.item-content{
    padding: 5px 8px;
  }
  .search-item-content .phone-show{
    color: #fff;
  }
  .item-content{
    width: calc(100% - 200px);
  }
  .search-titles, .search-item{
    flex-direction: column;
    /* padding: 8px;  */
    /* padding-bottom: 8px; */
    margin-top: 16px;
    border-top: 3px solid var(--color-yellow);
  }
  .search-titles .title-item, .search-item .search-item-content,.search-titles .title-item:nth-child(1), .search-item .search-item-content:nth-child(1){
    width: 100%;
    justify-content: flex-start;
    padding: 0px;
    margin-top: 0px;
  }

  /* .search-item .search-item-content:nth-last-child(1){
    margin-bottom: 0px;
  } */
  .verification-item{
    flex-direction: column;
  }
  .verification-item .small-item{
    width: 100%;
  }
  .verification-item .item-group{
    width: 100%;
    padding: 8px 0px;
  }
}

@media screen and (max-width:768px){
  .evaluate-top-list .list-item .item-title,.evaluate-btm-list-title .list-item .item-title, .evaluate-btm-list .list-item .item-title,.evaluate-type{
    width: 120px;
  }

  .evaluate-top-list .list-item .item-content,.evaluate-btm-list-title .list-item .item-content, .evaluate-btm-list .list-item .item-content{
    width: calc(100% - 130px);
  }
  .evaluate-top-list .list-item{
    width:100%;
  }
  .evaluate-btm-list-title .list-item .item-title,.evaluate-btm-list .list-item .item-title{
    align-items: start;
  }
  .select-product-menu{
    width: calc(100% - 8px);
  }

  .page-contact section{
    padding: 16px 0px;
  }
  .title2,h2.pro_name {
    margin-bottom: 16px;
    font-size: 28px
  }
  .carousel-indicators{
    display: none;
  }

  .index-link-item{
    width: calc(50% - 16px);
    margin-right: 32px;
  }

  .index-link-item:nth-child(3n){
    margin-right: 32px;
  }

  .index-link-item:nth-child(2n){
    margin-right: 0px;
  }

  .item-names .item-name{
    width:calc(50% - 4px);
  }

  .item-names .item-name:nth-child(5n){
    margin-right: 8px;
  }

  .item-names .item-name:nth-child(2n){
    margin-right: 0px;
  }
}

@media screen and (max-width:600px){
  .btn3,.cookies_3{
    width: 100%;
  }

  .download-list .download-item .download-pic{
    width: 100%;
    height: 60vw;
  }

  .phone-show {
    width: 130px;
  }
  .item-content {
    width: calc(100% - 130px);
}
  .index-link-item{
    width:calc(100%);
    margin-right: 0px;
  }

  .index-link-item:nth-child(3n){
    margin-right: 0px;
  }

  .index-link-item:nth-child(2n){
    margin-right: 0px;
  }

  .index-link-items{
    padding: 48px 16px;
  }

  main{
    min-height: 60vh;
  }

  .verification-list-types-select{
    width: 80%;
    display: flex;
    flex-direction: column;
    margin-right: 8px;
  }

  .verification-list-types-select select{
    width: 100%;
    margin-top: 8px;
  }
  .verification-list-types{
    align-items: flex-end;
  }

  .send input{
    width: 100px;
  }

  .verification-index-list{
    padding: 24px 8px;
  }

}

@media screen and (max-width:480px){
  .item-names .item-name{
    width:calc(100%);
    margin-right: 0px;
  }

  .item-names .item-name:nth-child(5n){
    margin-right: 0px;
  }

  .item-names .item-name:nth-child(2n){
    margin-right: 0px;
  }
}

.abin {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 4px #cecece !important;
    box-shadow: 0 0 4px #cecece !important;
    background-position: center top;
    background-size: 100% auto;
    margin-bottom: 20px;
    border-left: 5px solid var(--main-color);
    margin-top: 20px;
}

.abin:hover {
    background-color: #FFF;
    -webkit-box-shadow: 0 0 4px #cecece !important;
    box-shadow: 0 0 4px #cecece !important;
    background-image: none;
    background-position: center top;
    background-size: 100% auto;
    margin-bottom: 20px;
    margin-top: 20px;
}

.abin a {
    color: #292929;
}

.index-link-item{
  position: relative;
}

.index-link-item .index-link-item-mask a{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  opacity: 0;
  z-index: 999;
}

.item-names span{
  width: 20%;
  display: block;
  background-color: whitesmoke;
  border: 1px solid gainsboro;
  padding: 5px 5px;
  color: #606060;

  width: calc(20% - 6.4px);
  margin-right: 8px;
  margin-bottom: 5px;
  margin-top: 0px;
  border-radius: 3px;
}

.item-names  span:nth-child(5n) {
  margin-right: 0px;
}

.item-names  span:hover {
  background-color: rgb(138, 156, 170);
  border: 1px solid rgb(138, 156, 170);
  color: #fff;
}

footer .copy a{
  margin-left: 8px;
}

@media screen and (max-width: 768px){
  .item-names span {
    width: calc(50% - 4px);
  }
  .item-names  span:nth-child(5n) {
    margin-right: 8px;
  }

  .item-names  span:nth-child(2n) {
    margin-right: 0px;
  }
}

@media screen and (max-width: 480px){
  .item-names  span,.item-names span:nth-child(5n) {
    width: calc(100%);
    margin-right: 0px;
  }
}
.list-group-item:hover {
    background-color: var(--color-yellow);
    coler:#fff;
}