html,
body {
  padding: 0;
  margin: 0;
  font-family: pingFang-thin, pingFang, pingfang SC, helvetica neue, arial, hiragino sans gb, microsoft yahei ui, microsoft yahei, simsun, sans-serif;
}
body {
  user-select: none;
}
a:link {
  color: #000;
  text-decoration: none;
}
a:visited {
  color: #000;
}
a:hover {
  color: #17469d;
}
a.hover-line {
  position: relative;
}
a.hover-line::after {
  content: '';
  position: absolute;
  left: 0%;
  bottom: -5px;
  width: 0;
  height: 1px;
  background-color: #17469d;
  transition: all 0.2s ease-in-out;
}
a.hover-line:hover {
  text-decoration: none;
}
a.hover-line:hover::after {
  width: 100%;
}
::-webkit-scrollbar-track-piece {
  background-color: #d6d6d6;
  -webkit-border-radius: 3px;
}
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
::-webkit-scrollbar-thumb {
  height: 10px;
  background-color: #9f9f9f;
  -webkit-border-radius: 7px;
  outline: 0 solid #fff;
}
::-webkit-scrollbar-thumb:hover {
  height: 10px;
  background-color: #9f9f9f;
  -webkit-border-radius: 8px;
}
.page-box {
  width: 100%;
  padding: 10px;
  text-align: center;
}
.page-box ul {
  list-style: none;
  display: flex;
  justify-content: center;
}
.page-box ul li {
  margin: 0 5px;
  padding: 10px 10px;
  background: #f0f0f0;
  border: 1px solid #ccc;
  color: #333;
  min-width: 20px;
}
.page-box ul li.active {
  border: 1px solid #2b5ebd;
  color: #2b5ebd;
}
.page-box ul li:hover {
  background: #2b5ebd;
  color: #fff;
}
.page-box ul li:hover a {
  color: #fff;
}
.page-box ul li:first-child:before {
  content: '<';
  display: inline-block;
  font-family: '宋体';
  margin-right: 5px;
  font-weight: bold;
}
.page-box ul li:last-child:after {
  content: '>';
  display: inline-block;
  font-family: '宋体';
  margin-left: 5px;
  font-weight: bold;
}
.page-box ul li.disabled {
  background: #ededed;
  color: #b5b5b5;
}
.page-box ul li a {
  color: #333;
}
header {
  width: 100%;
  height: 110px;
  background-image: linear-gradient(to bottom, #d8d8d8, #fff);
  transition: all 0.3s ease;
  position: sticky;
  top: 0;
  z-index: 998;
  box-shadow: 0 1px 8px 0px #00000045;
}
header .wrapper {
  width: 100%;
  max-width: 1660px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  transition: all 0.3s ease;
}
header .wrapper .logo {
  width: 50%;
  height: 66px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  transition: all 0.3s ease;
}
header .wrapper .logo .logo-img {
  width: 30%;
  transition: all 0.3s ease;
  position: relative;
}
header .wrapper .logo .logo-img img {
  max-width: 100%;
  float: left;
}
header .wrapper .logo .logo-img img::after {
  content: '';
  display: block;
  clear: both;
}
header .wrapper .logo .logo-img a {
  display: block;
  width: 48%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
header .wrapper .logo .logo-img a:last-child {
  left: unset;
  right: 0;
}
header .wrapper .logo .web-title {
  padding-left: 20px;
  font-size: 26px;
  color: #000;
  transition: all 0.3s ease;
}
header .wrapper .logo .web-title .en {
  font-size: 12px;
  transition: all 0.3s ease;
}
header .wrapper nav {
  width: 80%;
  display: flex;
  align-items: flex-end;
  position: absolute;
  right: 0;
  bottom: 20px;
  transition: all 0.3s ease;
}
header .wrapper nav > ul {
  width: 100%;
  list-style: none;
  display: flex;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
  transition: all 0.3s ease;
}
header .wrapper nav > ul > li {
  padding-left: 4%;
  transition: all 0.3s ease;
}
header .wrapper nav > ul > li > a {
  display: inline-block;
  color: #333;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.3s ease;
}
header .wrapper nav > ul > li > a:hover,
header .wrapper nav > ul > li > a.active {
  color: #17469d;
}
header .wrapper nav > ul > li > a .icon-down {
  margin-left: 8px;
}
header .wrapper nav > ul > li .sub-nav {
  width: 100%;
  height: 48px;
  position: fixed;
  left: 0;
  top: 111px;
  background-color: #17469d;
  display: none;
}
header .wrapper nav > ul > li .sub-nav ul {
  width: 100%;
  max-width: 1440px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  list-style: none;
  padding: 0;
}
header .wrapper nav > ul > li .sub-nav ul li {
  display: inline-block;
  color: #fff;
  transition: all 0.3s ease;
  line-height: 48px;
}
header .wrapper nav > ul > li .sub-nav ul li a {
  display: block;
  padding: 0 25px;
  color: #fff;
}
header .wrapper nav > ul > li .sub-nav ul li a:hover,
header .wrapper nav > ul > li .sub-nav ul li a.active {
  background-color: #2b5ebd;
  color: #fff;
}
header .wrapper nav > ul > li > ul {
  margin: 0;
  padding: 0 40px;
  list-style-type: none;
  display: none;
}
header .wrapper nav > ul > li > ul li {
  height: 60px;
  border-bottom: 1px solid #ebebeb;
}
header .wrapper nav > ul > li > ul li a {
  display: flex;
  align-items: center;
}
header .wrapper nav > ul > li > ul li a:active {
  background-color: #17469d;
  color: #fff;
}
header .wrapper nav > ul > li > ul li a img {
  max-height: 55px;
  margin-right: 20px;
}
header .wrapper .search-box {
  position: absolute;
  top: 14px;
  right: 0;
  z-index: 1;
  display: flex;
  transition: all 0.3s ease;
}
header .wrapper .search-box .search-input {
  width: 320px;
  height: 34px;
  border: 1px solid #acacac;
  border-radius: 17px;
  display: flex;
  align-items: center;
}
header .wrapper .search-box .search-input form {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
header .wrapper .search-box .search-input input {
  width: 275px;
  height: 20px;
  border: none;
  background: none;
  outline: none;
  padding-left: 1em;
  border-right: 1px solid #acacac;
}
header .wrapper .search-box .search-input button {
  width: calc(100% - 275px);
  height: 100%;
  border: none;
  background-color: transparent;
  background-image: url("../imgs/icon-search.png");
  background-position: center;
  background-repeat: no-repeat;
  outline: none;
  cursor: pointer;
}
header .wrapper .search-box .lang {
  font-size: 18px;
  color: #505050;
  padding-left: 2em;
  display: flex;
  align-items: center;
}
header .wrapper .search-box .lang .icon-earth {
  margin-left: 1em;
  margin-right: 0.5em;
}
header .wrapper .search-box .lang .icon-down {
  margin-left: 0.5em;
}
header .wrapper .btn-show-menu {
  display: none;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid transparent;
  background: transparent;
  outline: none;
  border-radius: 8px;
  position: fixed;
  right: 8px;
  top: 8px;
  z-index: 99;
  text-align: center;
}
header .wrapper .btn-show-menu .icon-close {
  display: none;
}
header .product-nav-box {
  width: 100%;
  position: absolute;
  top: 111px;
  left: 0;
  background-color: #eaeaea;
  display: none;
  z-index: 9;
}
header .product-nav-box .inner-box {
  max-width: 1440px;
  margin: 0 auto 5px;
  display: grid;
  grid-template-columns: repeat(9, minmax(126px, 1fr));
  gap: 17px;
  justify-items: center;
  align-items: center;
}
header .product-nav-box .inner-box .nav-item {
  width: 126px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
}
header .product-nav-box .inner-box .nav-item .img-box {
  width: 125px;
  height: 125px;
  overflow: hidden;
}
header .product-nav-box .inner-box .nav-item .img-box:hover img {
  transform: scale(1.1);
}
header .product-nav-box .inner-box .nav-item .img-box img {
  width: 100%;
  transform: scale(1);
  transition: all 0.3s ease;
}
header .product-nav-hide-trigger {
  width: 100%;
  height: 300px;
  position: absolute;
  top: 111px;
  left: 0;
  display: none;
  z-index: 1;
}
footer {
  width: 100%;
  background-color: #f5f5f5;
}
footer .menu-box {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding-top: 75px;
  padding-bottom: 75px;
  display: flex;
  font-size: 12pt;
}
footer .menu-box nav {
  flex: 1;
}
footer .menu-box nav > ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
footer .menu-box nav > ul > li {
  margin-right: 60px;
}
footer .menu-box nav > ul > li:last-child {
  margin-right: 0;
}
footer .menu-box nav > ul > li > a {
  display: block;
  height: 38px;
  position: relative;
}
footer .menu-box nav > ul > li > a::after {
  display: block;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1.5em;
  height: 3px;
  background-color: #17469d;
  transition: all 0.3s;
}
footer .menu-box nav > ul > li .sub-menu {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  flex-direction: column;
}
footer .menu-box nav > ul > li .sub-menu li {
  height: 30px;
  line-height: 30px;
  margin-top: 10px;
}
footer .menu-box nav > ul > li .sub-menu li a {
  position: relative;
  padding-left: 1em;
  color: #787878;
  transition: all 0.3s ease;
}
footer .menu-box nav > ul > li .sub-menu li a:hover {
  color: #17469d;
}
footer .menu-box nav > ul > li .sub-menu li a::before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 3px;
  background: #fff;
  border-radius: 50%;
  background-color: #787878;
}
footer .menu-box .right-box {
  width: 230px;
}
footer .menu-box .right-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer .menu-box .right-box ul li {
  display: flex;
  padding-bottom: 50px;
}
footer .menu-box .right-box ul li:last-child {
  padding-bottom: 0;
}
footer .menu-box .right-box ul li .text-list-box .item-box {
  padding-bottom: 10px;
}
footer .menu-box .right-box ul li .text-list-box .item-box a {
  display: block;
  position: relative;
  padding-left: 2em;
  font-size: 13px;
}
footer .menu-box .right-box ul li .text-list-box .item-box a::before {
  display: block;
  content: '';
  position: absolute;
  left: 1em;
  top: 9px;
  transform: translateY(-50%);
  width: 3px;
  height: 3px;
  background: #fff;
  border-radius: 50%;
  background-color: #787878;
}
footer .menu-box .right-box ul li .text-list-box .item-box:last-child {
  padding-bottom: 0;
}
footer .menu-box .right-box .mall-box {
  display: flex;
  padding-top: 30px;
}
footer .menu-box .right-box .mall-box img {
  margin-right: 10px;
}
footer .bottom-box {
  width: 100%;
  background-color: #e6e6e6;
  border-top: 1px solid #c1c1c1;
}
footer .bottom-box .inner-box {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 16px 0;
  display: flex;
  justify-content: space-between;
}
footer .bottom-box .inner-box .logo {
  position: relative;
}
footer .bottom-box .inner-box .logo img {
  max-width: 100%;
}
footer .bottom-box .inner-box .logo a {
  display: block;
  width: 48%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
footer .bottom-box .inner-box .logo a:last-child {
  left: unset;
  right: 0;
}
footer .bottom-box .inner-box .right-text {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}
footer .bottom-box .inner-box .right-text .link-box {
  font-size: 14px;
  text-align: right;
}
footer .bottom-box .inner-box .right-text .link-box span {
  padding: 0 10px;
}
footer .bottom-box .inner-box .right-text .copy-right {
  font-size: 12px;
  color: #888686;
}
.navigation-box {
  height: 48px;
  line-height: 48px;
  background-color: #17469d;
  color: #c9c9c9;
}
.navigation-box .inner-box {
  max-width: 1440px;
  margin: 0 auto;
  font-size: 16px;
}
.navigation-box .inner-box span:not(.icon) {
  padding: 0 10px;
}
.navigation-box .inner-box a {
  color: #c9c9c9;
}
.navigation-box .inner-box a:last-child {
  color: #fff;
}
.page-navigation-box {
  height: 48px;
  line-height: 48px;
  background-color: #17469d;
  color: #c9c9c9;
}
.page-navigation-box .inner-box {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
}
.page-navigation-box .inner-box a {
  display: inline-block;
  color: #fff;
  padding: 0 50px;
  transition: all 0.3s ease;
}
.page-navigation-box .inner-box a:hover {
  background-color: #306ad7;
}
.page-navigation-box .inner-box a.active {
  background-color: #2b5ebd;
}
.banner-box {
  width: 100%;
  line-height: 0;
}
.banner-box img {
  max-width: 100%;
}
.container {
  width: 100%;
}
.page-title {
  font-size: 48px;
  text-align: center;
  padding: 45px 0 50px 0;
  font-weight: normal;
  color: #373737;
  margin: 0;
}
.prev-next-box {
  width: 100%;
  height: 90px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #b2b2b2;
}
.prev-next-box a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  color: #a8a8a8;
  transition: all 0.3s ease;
}
.prev-next-box a:hover {
  color: #17469d;
}
.prev-next-box a.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.prev-next-box a .text {
  padding-bottom: 20px;
}
.prev-next-box a .icon {
  font-size: 18px;
}
.prev-next-box a:first-child {
  align-items: flex-start;
}
.prev-next-box a:last-child {
  align-items: flex-end;
}
@media (max-width: 1660px) {
  header .wrapper {
    width: 100%;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    box-sizing: border-box;
  }
  .container {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }
  footer .menu-box {
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
  footer .bottom-box {
    padding: 0 15px;
    box-sizing: border-box;
  }
}
@media (max-width: 1440px) {
  header .wrapper .logo {
    width: 50%;
  }
  header .wrapper .logo .web-title {
    padding-left: 15pt;
    font-size: 16pt;
    color: #000;
  }
  header .wrapper .logo .web-title .en {
    font-size: 8pt;
  }
  header .wrapper nav {
    bottom: 10px;
  }
}
@media (max-width: 1300px) {
  footer .menu-box nav > ul > li {
    margin-right: 30px;
  }
  footer .menu-box .right-box {
    width: 230px;
  }
  footer .menu-box .right-box ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  footer .menu-box .right-box ul li {
    display: flex;
    padding-bottom: 50px;
  }
  footer .menu-box .right-box ul li:last-child {
    padding-bottom: 0;
  }
  footer .menu-box .right-box ul li .text-list-box .item-box {
    padding-bottom: 10px;
  }
  footer .menu-box .right-box ul li .text-list-box .item-box a {
    display: block;
    position: relative;
    padding-left: 2em;
    font-size: 13px;
  }
  footer .menu-box .right-box ul li .text-list-box .item-box a::before {
    display: block;
    content: '';
    position: absolute;
    left: 1em;
    top: 9px;
    transform: translateY(-50%);
    width: 3px;
    height: 3px;
    background: #fff;
    border-radius: 50%;
    background-color: #787878;
  }
  footer .menu-box .right-box ul li .text-list-box .item-box:last-child {
    padding-bottom: 0;
  }
}
@media (max-width: 1200px) {
  header .product-nav-box {
    background-color: #eaeaea;
  }
  header .product-nav-box .inner-box {
    grid-template-columns: repeat(auto-fill, minmax(126px, 1fr));
  }
}
@media (max-width: 1100px) {
  header .wrapper .logo {
    width: 50%;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  header .wrapper .logo .web-title {
    padding-left: 0;
    font-size: 14pt;
    color: #000;
  }
  header .wrapper .logo .web-title .en {
    font-size: 6pt;
  }
  header .wrapper nav {
    bottom: 20px;
  }
  header .wrapper nav > ul > li {
    padding-left: 5%;
  }
  header .wrapper nav > ul > li > a {
    font-size: 12pt;
  }
  header .wrapper .search-box .search-input {
    width: 300px;
  }
  header .wrapper .search-box .search-input input {
    width: 255px;
  }
  header .wrapper .search-box .search-input button {
    width: calc(100% - 255px);
  }
  header .wrapper .search-box .lang {
    font-size: 12pt;
  }
  footer .menu-box {
    flex-wrap: wrap;
  }
  footer .menu-box nav {
    width: 100%;
  }
  footer .menu-box nav > ul > li {
    margin-right: 30px;
  }
  footer .menu-box .right-box {
    width: 100%;
    padding-top: 30px;
  }
  footer .menu-box .right-box ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
  }
  footer .menu-box .right-box ul li {
    width: 33.33%;
    display: flex;
    padding-bottom: 0;
  }
  footer .menu-box .right-box ul li:last-child {
    padding-bottom: 0;
  }
  footer .menu-box .right-box ul li .text-list-box .item-box {
    padding-bottom: 10px;
  }
  .page-title {
    font-size: 40px;
    padding: 15px 0 40px 0;
  }
}
@media (max-width: 768px) {
  header {
    height: 80px;
  }
  header .wrapper {
    justify-content: flex-start;
    align-items: flex-start;
  }
  header .wrapper .logo {
    width: calc(100% - 60px);
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  header .wrapper .logo .web-title {
    padding-left: 0;
    font-size: 14pt;
    color: #000;
  }
  header .wrapper .logo .web-title .en {
    font-size: 6pt;
  }
  header .wrapper .search-box {
    position: fixed;
    transform: translateX(80vw);
    width: 80vw;
  }
  header .wrapper .search-box.show {
    transform: translateX(0);
    position: fixed;
    z-index: 99;
    width: 80vw;
  }
  header .wrapper .search-box .search-input {
    width: 40%;
    margin-left: 1em;
  }
  header .wrapper .search-box .search-input input {
    width: calc(100% - 40px);
  }
  header .wrapper .search-box .search-input button {
    width: 40px;
  }
  header .wrapper .search-box .lang {
    font-size: 12pt;
    padding-left: 1em;
  }
  header .wrapper nav {
    width: 100vw;
    height: 100vh;
    justify-content: flex-end;
    position: fixed;
    background-color: #00000000;
    bottom: 0;
    z-index: 9;
    pointer-events: none;
  }
  header .wrapper nav.show {
    pointer-events: all;
    background-color: #00000085;
  }
  header .wrapper nav.show > ul {
    transform: translateX(0);
  }
  header .wrapper nav > ul {
    transform: translateX(80vw);
    width: 80vw;
    height: 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: end;
    background: #fff;
  }
  header .wrapper nav > ul > li {
    padding-left: 0;
    width: 100%;
    height: auto;
    line-height: 40px;
    border-bottom: 1px solid #dcdcdc;
    box-sizing: border-box;
  }
  header .wrapper nav > ul > li:first-child {
    margin-top: 66px;
    border-top: 1px solid #dcdcdc;
  }
  header .wrapper nav > ul > li > a {
    display: block;
    height: 40px;
    font-size: 12pt;
    padding-left: 1em;
  }
  header .wrapper nav > ul > li > a:hover {
    background: #17469d;
    color: #fff;
  }
  header .wrapper nav > ul > li .sub-nav {
    width: 100%;
    height: auto;
    position: static;
    left: unset;
    top: unset;
    background-color: #fff;
    display: none;
  }
  header .wrapper nav > ul > li .sub-nav ul {
    width: 100%;
    max-width: 1440px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    list-style: none;
  }
  header .wrapper nav > ul > li .sub-nav ul li {
    display: inline-block;
    color: #fff;
    transition: all 0.3s ease;
    line-height: 48px;
    border-bottom: 1px solid #dcdcdc;
  }
  header .wrapper nav > ul > li .sub-nav ul li a {
    display: block;
    padding: 0 0 0 2em;
    color: #333;
  }
  header .wrapper nav > ul > li .sub-nav ul li a:hover,
  header .wrapper nav > ul > li .sub-nav ul li a.active {
    background-color: #2b5ebd;
    color: #fff;
  }
  header .wrapper .btn-show-menu {
    display: block;
  }
  header .wrapper .btn-show-menu.active {
    border: 1px solid #dcdcdc;
  }
  footer .menu-box {
    flex-wrap: wrap;
  }
  footer .menu-box nav {
    width: 100%;
  }
  footer .menu-box nav > ul {
    flex-wrap: wrap;
  }
  footer .menu-box nav > ul > li {
    width: 33.33%;
    margin-right: 0;
    padding-bottom: 30px;
  }
  footer .menu-box .right-box {
    width: 100%;
    padding-top: 30px;
  }
  footer .menu-box .right-box ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
  }
  footer .menu-box .right-box ul li {
    width: 33.33%;
    display: flex;
    padding-bottom: 0;
  }
  footer .menu-box .right-box ul li:last-child {
    padding-bottom: 0;
  }
  footer .bottom-box .inner-box {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  footer .bottom-box .inner-box .logo img {
    max-width: 100%;
  }
  footer .bottom-box .inner-box .right-text {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  footer .bottom-box .inner-box .right-text .link-box {
    text-align: left;
    line-height: 1.5em;
  }
  footer .bottom-box .inner-box .right-text .copy-right {
    line-height: 1.5em;
    font-size: 12px;
    color: #888686;
  }
  .navigation-box .inner-box {
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 12px;
  }
  .page-navigation-box .inner-box a {
    font-size: 13px;
    padding: 0 20px;
  }
  .page-title {
    font-size: 30px;
    padding: 9px 0 30px 0;
  }
}
@media (max-width: 500px) {
  header .wrapper .logo {
    width: 100%;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    flex-wrap: wrap;
  }
  header .wrapper .logo .web-title {
    width: 100%;
    font-size: 14px;
  }
  header .wrapper .logo .web-title .en {
    font-size: 8px;
  }
  header .wrapper nav > ul > li:first-child {
    margin-top: 90px;
  }
  header .wrapper .search-box {
    flex-direction: column;
    top: 8px;
    position: fixed;
  }
  header .wrapper .search-box .search-input {
    width: calc(100% - 5em);
    margin-left: 1em;
    border-radius: 19px;
  }
  header .wrapper .search-box .search-input input {
    width: calc(100% - 40px);
  }
  header .wrapper .search-box .search-input button {
    width: 40px;
  }
  header .wrapper .search-box .lang {
    width: calc(100% - 2em);
    height: 40px;
    line-height: 40px;
    font-size: 12pt;
    padding-left: 0;
    margin-left: 1em;
  }
  .page-navigation-box .inner-box a {
    font-size: 12px;
    padding: 0 10px;
  }
  footer .menu-box {
    padding-top: 40px;
    padding-bottom: 40px;
    flex-wrap: wrap;
  }
  footer .menu-box nav {
    width: 100%;
    display: none;
  }
  footer .menu-box nav > ul {
    flex-wrap: wrap;
  }
  footer .menu-box nav > ul > li {
    width: 50%;
    margin-right: 0;
    padding-bottom: 30px;
  }
  footer .menu-box .right-box {
    width: 100%;
    padding-top: 30px;
  }
  footer .menu-box .right-box ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  footer .menu-box .right-box ul li {
    width: 100%;
    display: flex;
    padding-bottom: 0;
    padding-bottom: 20px;
  }
  footer .menu-box .right-box ul li:last-child {
    padding-bottom: 0;
  }
  footer .bottom-box .inner-box {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 16px 0;
    width: 100%;
    box-sizing: border-box;
  }
  footer .bottom-box .inner-box .logo img {
    max-width: 100%;
  }
}
/*# sourceMappingURL=common.css.map */