@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter/Inter-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'DM Sans';
  src: url('../fonts/DMSans/DMSans-Regular-BF64376d323f095.ttf') format('truetype');
}
* {
  margin: 0;
  outline: none;
  border: none;
  padding: 0;
  list-style: none;
  background-color: transparent;
  text-decoration: none;
  letter-spacing: 0;
  font-family: 'Inter', Arial, sans-serif;
  box-sizing: border-box;
}
body {
  background-color: #FFFFFF;
  color: #333;
}
.pic,
.logo,
.video {
  font-size: 0;
  line-height: 0;
}
.pic .ele,
.logo .ele,
.video .ele {
  width: 100%;
}
html {
  font-size: 16px;
}
@media screen and (max-width: 2560px) {
  html {
    font-size: 21px;
  }
}
@media screen and (max-width: 1920px) {
  html {
    font-size: 16px;
  }
}
@media screen and (max-width: 1680px) {
  html {
    font-size: 14px;
  }
}
@media screen and (max-width: 1440px) {
  html {
    font-size: 12px;
  }
}
@media screen and (max-width: 1366px) {
  html {
    font-size: 11px;
  }
}
@media screen and (max-width: 1200px) {
  html {
    font-size: 10px;
  }
}
.container-wrap {
  width: 100%;
  height: auto;
  overflow-x: hidden;
}
.container {
  width: calc(100% - 13.125rem);
  margin: 0 auto;
  height: auto;
}
@media screen and (max-width: 992px) {
  .container {
    width: calc(100% - 6.25rem);
  }
}
@media screen and (max-width: 576px) {
  .container {
    width: calc(100% - 3.75rem);
  }
}
.fixed-right-bottom {
  width: 3.75rem;
  background-color: #E9F6FF;
  height: auto;
  position: fixed;
  right: 0;
  bottom: 70px;
  z-index: 999;
}
.fixed-right-bottom a {
  display: block;
  position: relative;
}
.fixed-right-bottom a .wechat-dialog {
  width: 15.625rem;
  height: 15.625rem;
  background-color: #F5F5F5;
  position: absolute;
  left: 3.75rem;
  top: 0;
  z-index: 999;
  transition: left 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fixed-right-bottom a .wechat-dialog img {
  display: block;
  object-fit: contain;
  max-width: 100%;
}
.fixed-right-bottom a img {
  display: block;
  width: 100%;
  height: auto;
}
@media (hover: hover) {
  .fixed-right-bottom a:first-of-type:hover .wechat-dialog {
    left: -15.625rem;
  }
}
.fixed-right-bottom a:first-of-type .wechat-dialog-show {
  left: -15.625rem;
}
.pulic-header {
  background: url("../images/aboutUs/header-back.png") no-repeat;
  aspect-ratio: 1920/314;
  background-position: center;
  background-size: cover;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .pulic-header {
    background-position: left center;
  }
}
.pulic-header .title-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 6.375rem;
}
@media screen and (max-width: 1024px) {
  .pulic-header .title-section {
    padding: 5rem 0;
  }
}
.pulic-header .title-section h2 {
  text-align: center;
  font: normal normal normal 3rem/3.9375rem DM Sans;
  color: #FFFFFF;
}
.pulic-header .title-section ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 0.375rem;
}
.pulic-header .title-section ul li a {
  font: normal normal normal 1rem/1.1875rem Inter;
  letter-spacing: 0px;
  color: #FFFFFF;
}
.pulic-header .title-section ul li::after {
  content: "/";
  font: normal normal normal 1rem/1.1875rem Inter;
  letter-spacing: 0px;
  color: #FFFFFF;
  display: inline-block;
  margin: 0 0.625rem;
}
.pulic-header .title-section ul li:last-of-type::after {
  content: "";
  margin: 0;
}
.header-nav-wrap {
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  transition: 0.3s;
}
.header-nav-wrap:hover,
.header-nav-wrap.white-theme {
  background-color: #FFFFFF;
}
.header-nav-wrap:hover .header-nav,
.header-nav-wrap.white-theme .header-nav {
  border-bottom: 1px solid #E2E2E2;
}
.header-nav-wrap:hover .logo img:first-of-type,
.header-nav-wrap.white-theme .logo img:first-of-type {
  display: none;
}
.header-nav-wrap:hover .logo img:nth-of-type(2),
.header-nav-wrap.white-theme .logo img:nth-of-type(2) {
  display: block;
}
.header-nav-wrap:hover .nav-list > li > a,
.header-nav-wrap.white-theme .nav-list > li > a {
  color: #000000;
}
.header-nav-wrap:hover .header-right-btn,
.header-nav-wrap.white-theme .header-right-btn {
  background-color: #BCBCBC !important;
  transition: 0.3s;
}
.open-menu {
  overflow: visible !important;
}
.open-menu .mobile-nav-list {
  top: 6.375rem !important;
}
.mobile-nav {
  width: 100%;
  padding: 0 1.875rem;
  display: none;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 6.375rem;
  border-bottom: 1px solid #84878C;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .mobile-nav {
    display: flex;
  }
}
.mobile-nav .logo {
  width: 13.25rem;
  height: 2.1875rem;
}
.mobile-nav .logo img {
  width: 100%;
}
.mobile-nav .logo img:first-of-type {
  display: block;
}
.mobile-nav .logo img:nth-of-type(2) {
  display: none;
}
.mobile-nav .nav-menu {
  width: 3.5rem;
  height: 3.5rem;
  border: 1px solid #BBBBBB;
  border-radius: 0.625rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mobile-nav .nav-menu img {
  display: block;
  width: 80%;
  height: auto;
}
.mobile-nav .mobile-nav-list {
  position: absolute;
  top: -100vh;
  left: 0;
  width: 100%;
  height: auto;
  max-height: 70vh;
  overflow-y: auto;
  background-color: #FFFFFF;
  border-bottom: 1px solid #BBBBBB;
  box-shadow: 0 5px 10px #cccccc;
  transition: top 0.3s;
}
.mobile-nav .mobile-nav-list .nav-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
}
.mobile-nav .mobile-nav-list .nav-list > li {
  min-height: 5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  position: relative;
}
.mobile-nav .mobile-nav-list .nav-list > li > a {
  display: block;
  font: normal normal normal 1.4rem/5rem Inter;
  letter-spacing: 0px;
  color: #000000;
  transition: color 0.3s;
  position: relative;
}
.mobile-nav .mobile-nav-list .nav-list > li > a::before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  border-radius: 3px;
  position: absolute;
  bottom: -1.5px;
  left: 100%;
  z-index: 99;
  background-color: #0298DD;
  transition: 0.3s;
  opacity: 0;
}
.mobile-nav .mobile-nav-list .nav-list > li .products-wrap {
  width: 100vw;
  height: auto;
  grid-template-columns: 1fr;
  background-color: #FFFFFF;
  display: none;
  transition: opacity 0.3s;
}
.mobile-nav .mobile-nav-list .nav-list > li .products-wrap .products-left {
  position: relative;
}
.mobile-nav .mobile-nav-list .nav-list > li .products-wrap .products-left img {
  display: block;
  width: 100%;
}
.mobile-nav .mobile-nav-list .nav-list > li .products-wrap .products-left h2 {
  position: absolute;
  right: 0;
  bottom: 0;
  font: normal normal bold 4.9375rem/4rem Inter;
  letter-spacing: 0px;
  color: #ffffff;
}
.mobile-nav .mobile-nav-list .nav-list > li .products-wrap .products-right {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
  width: calc(100% - 4rem);
  box-sizing: border-box;
  margin: 0 auto;
  padding: 2rem 0;
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
}
.mobile-nav .mobile-nav-list .nav-list > li .products-wrap .products-right ul li a {
  font: normal normal normal 1.2rem/2.625rem DM Sans;
  letter-spacing: 0px;
  color: #474747;
  position: relative;
  padding-left: 1.25rem;
}
.mobile-nav .mobile-nav-list .nav-list > li .products-wrap .products-right ul li a:hover {
  color: #0298DD;
}
.mobile-nav .mobile-nav-list .nav-list > li .products-wrap .products-right ul li a::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background: #0298DD 0% 0% no-repeat padding-box;
  border-radius: 50%;
  margin-right: 1rem;
  position: absolute;
  left: 0;
  top: calc(50% - 2px);
}
.mobile-nav .mobile-nav-list .nav-list .show-products-wrap > a {
  color: #0298DD;
}
.mobile-nav .mobile-nav-list .nav-list .show-products-wrap > a::before {
  opacity: 1;
  left: 0;
}
.mobile-nav .mobile-nav-list .nav-list .show-products-wrap .products-wrap {
  margin-top: 1rem;
  display: grid;
}
.mobile-nav .mobile-nav-list .nav-list > li:last-of-type {
  margin-right: 0;
}
.mobile-nav .mobile-nav-list .header-right {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.mobile-nav .mobile-nav-list .header-right .contact-us {
  width: 7.8125rem;
  height: 2.625rem;
  background: transparent linear-gradient(69deg, #00A5E7 0%, #0C4DA2 100%) 0% 0% no-repeat padding-box;
  border-radius: 2.3125rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mobile-nav .mobile-nav-list .header-right .contact-us a {
  font: normal normal normal 1rem/2.625rem Inter;
  letter-spacing: 0px;
  color: #FFFFFF;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}
.mobile-nav .mobile-nav-list .header-right .header-right-btn-search-wrap,
.mobile-nav .mobile-nav-list .header-right .header-right-btn-language-wrap {
  height: 100%;
  display: flex;
  align-items: center;
  margin-left: 1.125rem;
}
.mobile-nav .mobile-nav-list .header-right .header-right-btn-language-wrap {
  margin-left: 2rem;
}
.mobile-nav .mobile-nav-list .header-right .header-right-btn-language-wrap .language-list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.mobile-nav .mobile-nav-list .header-right .header-right-btn-language-wrap .language-list li {
  font-size: 1.4rem;
  color: #000000;
  padding: 0.5rem 0;
  border-bottom: 2px solid transparent;
}
.mobile-nav .mobile-nav-list .header-right .header-right-btn-language-wrap .language-list li a {
  color: #000000;
}
.mobile-nav .mobile-nav-list .header-right .header-right-btn-language-wrap .language-list .active {
  border-bottom: 2px solid #2A8AEE;
}
.mobile-nav .mobile-nav-list .header-right .header-right-btn-language-wrap .language-list .active a {
  color: #2A8AEE;
}
.mobile-nav .mobile-nav-list .header-right .header-right-btn {
  width: 2.625rem;
  height: 2.625rem;
  background-color: rgba(188, 188, 188, 0.4);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.mobile-nav .mobile-nav-list .header-right .header-right-btn img {
  display: block;
}
.mobile-nav .mobile-nav-list .header-right .header-right-btn .search_icon {
  width: 1.4375rem;
}
.mobile-nav .mobile-nav-list .header-right .header-right-btn .language_icon {
  width: 1.625rem;
}
.mobile-nav .mobile-nav-list .header-right .search-icon-btn {
  position: relative;
}
.mobile-nav .mobile-nav-list .header-right .search-icon-btn .search-wrap {
  width: calc(100vw);
  height: auto;
  padding: 2rem;
  box-sizing: border-box;
  background-color: #F5F5F5;
  position: fixed;
  left: 0;
  top: 6.375rem;
  z-index: 98;
  display: none;
  grid-template-columns: 1fr 10rem;
  gap: 1.4375rem;
}
.mobile-nav .mobile-nav-list .header-right .search-icon-btn .search-wrap input {
  height: 3.875rem;
  background-color: #FFFFFF;
  border: 1px solid #E9E9E9;
  box-sizing: border-box;
  padding: 0 2rem;
  color: #333;
  font-size: 1.125rem;
}
.mobile-nav .mobile-nav-list .header-right .search-icon-btn .search-wrap input::placeholder {
  text-align: left;
  font: normal normal normal 1.125rem Inter;
  letter-spacing: 0px;
  color: #B2B2B2;
}
.mobile-nav .mobile-nav-list .header-right .search-icon-btn .search-wrap button {
  height: 3.875rem;
  background-color: #2A8AEE;
}
.mobile-nav .mobile-nav-list .header-right .search-icon-btn .search-wrap button a {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.mobile-nav .mobile-nav-list .header-right .search-icon-btn .search-wrap button a span {
  font: normal normal normal 1.125rem Inter;
  letter-spacing: 0px;
  color: #FFFFFF;
}
.mobile-nav .mobile-nav-list .header-right .search-icon-btn .search-wrap button a img {
  display: block;
  width: 1.25rem;
}
.mobile-nav .mobile-nav-list .header-right .search-icon-btn .show-search {
  display: grid;
}
.header-nav {
  width: calc(100% - 3.75rem);
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 6.375rem;
  border-bottom: 1px solid #84878C;
}
@media screen and (max-width: 1024px) {
  .header-nav {
    display: none;
  }
}
.header-nav .logo {
  width: 13.25rem;
  height: 2.1875rem;
}
.header-nav .logo img {
  width: 100%;
}
.header-nav .logo img:first-of-type {
  display: block;
}
.header-nav .logo img:nth-of-type(2) {
  display: none;
}
.header-nav .nav-list {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 6.375rem;
}
.header-nav .nav-list > li {
  margin-right: 4rem;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  position: relative;
}
.header-nav .nav-list > li > a {
  font: normal normal normal 1rem/1.1875rem Inter;
  letter-spacing: 0px;
  color: #FFFFFF;
  transition: color 0.3s;
}
.header-nav .nav-list > li::before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  border-radius: 3px;
  position: absolute;
  bottom: -1.5px;
  left: 100%;
  z-index: 99;
  background-color: #0298DD;
  transition: 0.3s;
  opacity: 0;
}
.header-nav .nav-list > li:hover > a {
  color: #0298DD;
}
.header-nav .nav-list > li:hover::before {
  opacity: 1;
  left: 0;
}
.header-nav .nav-list > li:hover .products-wrap {
  opacity: 1;
  visibility: visible;
}
.header-nav .nav-list > li .products-wrap {
  position: fixed;
  top: 6.375rem;
  left: 0;
  width: 100vw;
  z-index: 98;
  height: auto;
  grid-template-columns: 43.375rem 1fr;
  background-color: #FFFFFF;
  opacity: 0;
  display: grid;
  visibility: hidden;
  transition: opacity 0.3s;
}
.header-nav .nav-list > li .products-wrap .products-left {
  position: relative;
  width: 43.375rem;
  height: 17.6875rem;
  overflow: hidden;
  background-color: #EEEEEE;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-nav .nav-list > li .products-wrap .products-left img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.header-nav .nav-list > li .products-wrap .products-left h2 {
  position: absolute;
  right: 0;
  bottom: 0;
  font: normal normal bold 4.9375rem/4rem Inter;
  letter-spacing: 0px;
  color: #FFFFFF;
}
.header-nav .nav-list > li .products-wrap .products-right {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.header-nav .nav-list > li .products-wrap .products-right ul {
  margin-left: 7.5rem;
  min-height: 13.125rem;
}
.header-nav .nav-list > li .products-wrap .products-right ul li a {
  font: normal normal normal 1rem/2.625rem DM Sans;
  letter-spacing: 0px;
  color: #474747;
  position: relative;
  padding-left: 1.25rem;
}
.header-nav .nav-list > li .products-wrap .products-right ul li a:hover {
  color: #0298DD;
}
.header-nav .nav-list > li .products-wrap .products-right ul li a::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #0298DD 0% 0% no-repeat padding-box;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.5rem;
}
.header-nav .nav-list > li:last-of-type {
  margin-right: 0;
}
.header-nav .header-right {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
}
.header-nav .header-right .contact-us {
  width: 7.8125rem;
  height: 2.625rem;
  background: transparent linear-gradient(69deg, #00A5E7 0%, #0C4DA2 100%) 0% 0% no-repeat padding-box;
  border-radius: 2.3125rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-nav .header-right .contact-us a {
  font: normal normal normal 1rem/2.625rem Inter;
  letter-spacing: 0px;
  color: #FFFFFF;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}
.header-nav .header-right .header-right-btn-search-wrap,
.header-nav .header-right .header-right-btn-language-wrap {
  height: 100%;
  display: flex;
  align-items: center;
  margin-left: 1.125rem;
}
.header-nav .header-right .header-right-btn {
  width: 2.625rem;
  height: 2.625rem;
  background-color: rgba(188, 188, 188, 0.4);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.header-nav .header-right .header-right-btn img {
  display: block;
}
.header-nav .header-right .header-right-btn .search_icon {
  width: 1.4375rem;
}
.header-nav .header-right .header-right-btn .language_icon {
  width: 1.625rem;
}
.header-nav .header-right .search-icon-btn .search-wrap {
  width: calc(100vw - 13.125rem);
  height: auto;
  padding: 2rem;
  box-sizing: border-box;
  background-color: #F5F5F5;
  position: fixed;
  left: 6.5625rem;
  top: -10rem;
  z-index: 98;
  display: grid;
  grid-template-columns: 1fr 12.125rem;
  gap: 1.4375rem;
  transition: top 0.3s;
}
.header-nav .header-right .search-icon-btn .search-wrap input {
  height: 3.875rem;
  background-color: #FFFFFF;
  border: 1px solid #E9E9E9;
  box-sizing: border-box;
  padding: 0 2rem;
  color: #333;
  font-size: 1.125rem;
}
.header-nav .header-right .search-icon-btn .search-wrap input::placeholder {
  text-align: left;
  font: normal normal normal 1.125rem Inter;
  letter-spacing: 0px;
  color: #B2B2B2;
}
.header-nav .header-right .search-icon-btn .search-wrap button {
  height: 3.875rem;
  background-color: #2A8AEE;
}
.header-nav .header-right .search-icon-btn .search-wrap button a {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.header-nav .header-right .search-icon-btn .search-wrap button a span {
  font: normal normal normal 1.125rem Inter;
  letter-spacing: 0px;
  color: #FFFFFF;
}
.header-nav .header-right .search-icon-btn .search-wrap button a img {
  display: block;
  width: 1.25rem;
}
.header-nav .header-right .search-icon-btn .show-search {
  top: 6.25rem;
}
.header-nav .header-right .language-icon-btn {
  position: relative;
}
.header-nav .header-right .language-icon-btn .language-list {
  width: 100%;
  height: 5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  border-radius: 0.625rem;
  background-color: #F5F5F5;
  position: absolute;
  bottom: 10rem;
  left: 0;
  z-index: 98;
  transition: bottom 0.3s;
}
.header-nav .header-right .language-icon-btn .language-list li {
  font-size: 1rem;
  line-height: 1rem;
  color: #333333;
}
.header-nav .header-right .language-icon-btn .language-list li a {
  color: #333333;
}
.header-nav .header-right .language-icon-btn .language-list .active {
  color: #2A8AEE;
  font-weight: bold;
}
.header-nav .header-right .language-icon-btn .language-list .active a {
  color: #2A8AEE;
}
.header-nav .header-right .language-icon-btn:hover .language-list {
  bottom: -5.3125rem;
}
.footer-wrap {
  background: url("../images/index/footer-back.png") no-repeat;
  aspect-ratio: 1920/463;
  background-position: center;
  background-size: cover;
  background-color: #0D2844;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 1024px) {
  .footer-wrap {
    aspect-ratio: unset;
    background-position: right center;
  }
}
.footer-wrap .footer-content {
  width: 70%;
  height: 100%;
  overflow: hidden;
  margin-right: 6.5625rem;
  position: relative;
}
@media screen and (max-width: 576px) {
  .footer-wrap .footer-content {
    width: calc(100% - 3.75rem);
    margin: 0 auto;
  }
}
.footer-wrap .footer-content .footer-nav-list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #495E73;
}
@media screen and (max-width: 1024px) {
  .footer-wrap .footer-content .footer-nav-list {
    padding: 3rem 0;
  }
}
@media screen and (max-width: 576px) {
  .footer-wrap .footer-content .footer-nav-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    row-gap: 1.5rem;
    padding: 3rem 0;
  }
}
.footer-wrap .footer-content .footer-nav-list li {
  padding: 4.25rem 0 3rem;
}
@media screen and (max-width: 1024px) {
  .footer-wrap .footer-content .footer-nav-list li {
    padding: 0;
  }
}
@media screen and (max-width: 576px) {
  .footer-wrap .footer-content .footer-nav-list li {
    padding: 0;
  }
}
.footer-wrap .footer-content .footer-nav-list li a {
  font: normal normal normal 1rem/1.1875rem Inter;
  letter-spacing: 0px;
  color: #FFFFFF;
}
.footer-wrap .footer-content .concat-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 4.25rem;
}
@media screen and (max-width: 1024px) {
  .footer-wrap .footer-content .concat-list {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 576px) {
  .footer-wrap .footer-content .concat-list {
    grid-template-columns: 1fr 1fr;
    gap: 0;
  }
}
.footer-wrap .footer-content .concat-list ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.875rem;
}
.footer-wrap .footer-content .concat-list ul li a {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.footer-wrap .footer-content .concat-list ul li a img {
  display: block;
  max-width: 1.25rem;
  margin-right: 1rem;
}
.footer-wrap .footer-content .concat-list ul li a span {
  font: normal normal normal 1rem/1.9375rem Inter;
  letter-spacing: 0px;
  color: #FFFFFF;
}
.footer-wrap .footer-content .copy-txt {
  text-align: right;
  font: normal normal normal 1rem/1.625rem Inter;
  letter-spacing: 0px;
  color: #FFFFFF;
  position: absolute;
  bottom: 3.375rem;
  right: 0;
}
@media screen and (max-width: 1024px) {
  .footer-wrap .footer-content .copy-txt {
    position: relative;
    bottom: 0;
    right: 0;
    margin: 4.25rem 0 2rem;
  }
}
.pagination-wrap {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.pagination-wrap .pagination-item {
  width: 3.375rem;
  height: 3.375rem;
  box-sizing: border-box;
  margin: 0 0.3125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.pagination-wrap .pagination-prev,
.pagination-wrap .pagination-next {
  background-color: #EFEFEF;
}
.pagination-wrap .pagination-prev img,
.pagination-wrap .pagination-next img {
  display: block;
  width: 1.375rem;
}
.pagination-wrap .pagination-number {
  background-color: #FFFFFF;
  border: 1px solid #E5E5E5;
  font: normal normal normal 1.125rem Inter;
  letter-spacing: 0px;
  color: #4E4E4E;
}
.pagination-wrap .pagination-omit {
  font: normal normal normal 1.125rem Inter;
  letter-spacing: 0px;
  color: #4E4E4E;
}
.pagination-wrap .current {
  background-color: #025DBC;
  border-color: #025DBC;
  color: #FFFFFF;
}
/* 遮罩層 */
.popup-mask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 9998;
}
/* 中央提示框 */
.popup-message {
  position: fixed;
  top: 40%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  padding: 14px 24px;
  border-radius: 5px;
  font-size: 15px;
  color: #fff;
  background: rgba(51, 51, 51, 0.95);
  /* success / default */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  display: none;
  max-width: 80%;
  text-align: center;
}
/* 錯誤樣式 */
.popup-message.error {
  color: red;
}
/* 提示文字 */
.popup-text {
  line-height: 1.6;
}
.news-detail ol,
.download-section-left-txt ol,
.eventsForm-text ol,
.detail-content-left ol,
.support-item-right ol,
.product-section1 ol,
.contactUs-section-right ol,
.product-detail ol {
    list-style: decimal !important;
    padding-left: 1.5em;
    margin: 1em 0;
    text-align: left;
    font: normal normal normal 1rem / 1.4063rem Inter;
    letter-spacing: 0px;
    color: #4E4E4E;
}

.news-detail ul,
.download-section-left-txt ul,
.eventsForm-text ul,
.detail-content-left ul,
.support-item-right ul,
.product-section1 ul,
.contactUs-section-right ul,
.product-detail ul {
    list-style: disc;
    padding-left: 1.5em;
    margin: 1em 0;
    text-align: left;
    font: normal normal normal 1rem / 1.4063rem Inter;
    letter-spacing: 0px;
    color: #4E4E4E;
}

.news-detail ol > li,
.news-detail ul > li,
.download-section-left-txt ol > li,
.download-section-left-txt ul > li,
.eventsForm-text ol > li,
.eventsForm-text ul > li,
.detail-content-left ol > li,
.detail-content-left ul > li,
.support-item-right ul>li,
.support-item-right ol>li,
.product-section1 ul>li,
.product-section1 ol>li,
.contactUs-section-right ol>li,
.contactUs-section-right ul>li,
.product-detail ol>li,
.product-detail ul>li {
    display: list-item !important;
    list-style-position: outside;
    list-style: revert;
    margin: 0.4em 0;
}
.news-detail .fr-fic,
.news-detail .fr-fil,
.news-detail .fr-fir,
.download-section-left-txt .fr-fic,
.download-section-left-txt .fr-fil,
.download-section-left-txt .fr-fir,
.eventsForm-text .fr-fic,
.eventsForm-text .fr-fil,
.eventsForm-text .fr-fir,
.detail-content-left .fr-fic,
.detail-content-left .fr-fil,
.detail-content-left .fr-fir,
.support-item-right .fr-fic,
.support-item-right .fr-fil,
.support-item-right .fr-fir,
.product-section1 .fr-fir,
.product-section1 .fr-fil,
.product-section1 .fr-fic,
.contactUs-section-right .fr-fir,
.contactUs-section-right .fr-fil,
.contactUs-section-right .fr-fic,
.product-detail .fr-fir,
.product-detail .fr-fil,
.product-detail .fr-fic {
  display: block;
}
.news-detail .fr-fic:not(.fr-fil):not(.fr-fir),
.download-section-left-txt .fr-fic:not(.fr-fil):not(.fr-fir),
.eventsForm-text .fr-fic:not(.fr-fil):not(.fr-fir),
.detail-content-left .fr-fic:not(.fr-fil):not(.fr-fir),
.support-item-right .fr-fic:not(.fr-fil):not(.fr-fir),
.product-section1 .fr-fic:not(.fr-fil):not(.fr-fir),
.contactUs-section-right .fr-fic:not(.fr-fil):not(.fr-fir),
.product-detail .fr-fic:not(.fr-fil):not(.fr-fir) {
  margin-left: auto;
  margin-right: auto;
}

/* 左對齊 */
.news-detail .fr-fil,
.download-section-left-txt .fr-fil,
.eventsForm-text .fr-fil,
.detail-content-left .fr-fil,
.support-item-right .fr-fil,
.product-section1 .fr-fil,
.contactUs-section-right .fr-fil,
.product-detail .fr-fil{
  margin-left: 0;
  margin-right: auto;
}

/* 右對齊 */
.news-detail .fr-fir,
.download-section-left-txt .fr-fir,
.eventsForm-text .fr-fir,
.detail-content-left .fr-fir,
.support-item-right .fr-fir,
.product-section1 .fr-fir,
.contactUs-section-right .fr-fir,
.product-detail .fr-fir {
  margin-left: auto;
  margin-right: 0;
}

.news-detail hr,.download-section-left-txt hr,.eventsForm-text hr,.detail-content-left hr,
.detail-content-left hr,
.support-item-right hr,
.product-section1 hr,
.contactUs-section-right hr,
.product-detail hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
    clear: both;
}

.eventsForm-section .eventsForm-section-left .eventsForm-section-left-content .eventsForm-text ul li::before,
.eventsDetail-section .eventsForm-section-left .eventsForm-section-left-content .eventsForm-text ul li::before,
.support-item-right ul li::before,
.product-section1 ul li::before,
.contactUs-section-right ul li::before,
.product-detail ul li::before,
.news-detail ul li::before,
.download-section-left-txt ul li::before,
.eventsForm-text ul li::before,
.detail-content-left ul li::before,
.support-item-right ul li::before,
.product-section1 ul li::before,
.contactUs-section-right ul li::before,
.product-detail ul li::before {
    content: none !important;
}


.news-detail u, 
.download-section-left-txt u, 
.eventsForm-text u, 
.detail-content-left u,
.support-item-right u,
.product-section1 u,
.contactUs-section-right u,
.product-detail u {
    text-decoration: underline;
}
.fr-img-wrap>span {
  display: block;
  padding: 5px 5px 10px;
  font-size: 14px;
  font-weight: initial;
}

.fr-img-wrap {
  display: block;
}

.fr-img-caption {
  display: block;
}
.fr-img-space-wrap span.fr-img-caption {
  position: relative;
  max-width: 100%;
}

.fr-img-space-wrap span.fr-img-caption.fr-dib {
  margin: 5px auto;
  display: block;
  float: none;
  vertical-align: top;
}

.fr-img-space-wrap span.fr-img-caption.fr-dib.fr-fil {
  margin-left: 0;
  text-align: left;
}

.fr-img-space-wrap span.fr-img-caption.fr-dib.fr-fir {
  margin-right: 0;
  text-align: right;
}

.fr-img-space-wrap span.fr-img-caption.fr-dii {
  display: inline-block;
  float: none;
  vertical-align: bottom;
  margin-left: 5px;
  margin-right: 5px;
  max-width: calc(100% - (2 * 5px));
}

.fr-img-space-wrap span.fr-img-caption.fr-dii.fr-fil {
  float: left;
  margin: 5px 5px 5px 0;
  max-width: calc(100% - 5px);
}

.fr-img-space-wrap span.fr-img-caption.fr-dii.fr-fir {
  float: right;
  margin: 5px 0 5px 5px;
  max-width: calc(100% - 5px);
}

.fr-img-space-wrap .fr-img-caption {
  text-align: center;
}

.fr-img-space-wrap .fr-img-caption .fr-img-wrap {
  padding: 0;
  margin: auto;
  text-align: center;
  width: 100%;
}

.fr-img-space-wrap .fr-img-caption .fr-img-wrap a {
  display: block;
}

.fr-img-space-wrap .fr-img-caption .fr-img-wrap img {
  display: block;
  margin: auto;
  width: 100%;
}

.fr-img-space-wrap .fr-img-caption .fr-img-wrap>span {
  margin: auto;
  display: block;
  padding: 5px 5px 10px;
  font-size: 14px;
  font-weight: initial;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  width: 100%;
  text-align: center;
}
