@charset "UTF-8";

/** 媒体查询 */

/** 布局 */

/** 容器宽度 */

.maxw1820 {
  width: 90%;
  max-width: 1820px;
  margin: 0 auto;
}

.maxw1620 {
  width: 90%;
  max-width: 1620px;
  margin: 0 auto;
}

.maxw1600 {
  width: 90%;
  max-width: 1600px;
  margin: 0 auto;
}

.maxw1400 {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}

.maxw1200 {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.maxw1120 {
  width: 90%;
  max-width: 1120px;
  margin: 0 auto;
}

.maxw600 {
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
}

.default-stack {
  display: flex;
  overflow: hidden;
}

.default-stack > div {
  width: 100%;
  flex-shrink: 0;
}

.default-stack > div:nth-child(2) {
  margin-left: -100%;
}

.default-stack > div:nth-child(3) {
  margin-left: -200%;
}

.default-stack > div:nth-child(4) {
  margin-left: -300%;
}

.default-stack > div:nth-child(5) {
  margin-left: -400%;
}

.default-stack > div:nth-child(6) {
  margin-left: -500%;
}

.default-stack > div:nth-child(7) {
  margin-left: -600%;
}

@media (max-width: 800px) {
  .default-stack.m-clear-default-stack {
    padding-bottom: 0;
    flex-direction: column;
  }

  .default-stack.m-clear-default-stack > div {
    margin: 0 !important;
  }

  .default-stack.m-clear-default-stack.reverse {
    flex-direction: column-reverse;
  }
}

.default-tw {
  display: flex;
  overflow: hidden;
}

.default-tw > div {
  width: 100%;
  flex-shrink: 0;
}

.default-tw > div:nth-child(2) {
  margin-left: -100%;
}

.default-title {
  font-weight: bold;
  font-size: 1.75rem;
  color: #1B2B5F;
  line-height: 1.1;
}

.default-title.colf {
  color: #FFFFFF;
}

@media (max-width: 800px) {
  .default-title {
    font-size: 16px;
  }
}

.default-title1 {
  font-weight: bold;
  font-size: 2.5rem;
  color: #1E1E1E;
  margin-top: 1.5625rem;
}

@media (max-width: 800px) {
  .default-title1 {
    margin-top: 15px;
    font-size: 18px;
  }
}

.default-title2 {
  font-size: 1.125rem;
  color: #565656;
  margin-top: 1.875rem;
}

@media (max-width: 800px) {
  .default-title2 {
    margin-top: 15px;
    font-size: 14px;
  }
}

.default-more {
  height: 3.5rem;
  background: linear-gradient(93deg, #68A2CD 0%, #1B2B5F 100%);
  border-radius: 1.75rem;
  gap: 0.625rem;
  padding: 0 2.375rem;
  font-size: 1rem;
  color: #FFFFFF;
}

.default-more img {
  width: 0.375rem;
}

@media (max-width: 800px) {
  .default-more {
    height: 40px;
    border-radius: 20px;
    font-size: 15px;
    padding: 0 25px;
  }
}

.default-banner {
  position: relative;
}

.default-video {
  position: relative;
}

.default-video .play,
.default-video .stop {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 5.625rem;
  height: 5.625rem;
  cursor: pointer;
}

.default-video .play.hide,
.default-video .stop.hide {
  display: none;
}

.default-video:not(:hover) .stop {
  display: none !important;
}

.default-page {
  max-width: 90vw;
  gap: 1.25rem;
  margin-top: 3.125rem;
}

.default-page.item-bg-f4f .default-item {
  background: #F4F8FB;
}

.default-page .default-item {
  width: 2.5rem;
  height: 2.5rem;
  background: #ffffff;
  border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  flex-shrink: 1;
}

.default-page .default-i {
  font-size: 0.75rem;
  color: #1E1E1E;
}

.default-page .default-i:hover {
  background: #1B2B5F;
  color: #fff;
}

.default-page .default-next img,
.default-page .default-prev img {
  width: 0.375rem;
}

.default-page .default-next .icon1,
.default-page .default-prev .icon1 {
  display: block;
}

.default-page .default-next .icon2,
.default-page .default-prev .icon2 {
  display: none;
}

.default-page .default-next:hover,
.default-page .default-prev:hover {
  background: #1B2B5F;
}

.default-page .default-next:hover .icon1,
.default-page .default-prev:hover .icon1 {
  display: none;
}

.default-page .default-next:hover .icon2,
.default-page .default-prev:hover .icon2 {
  display: block;
}

.default-page li {
  list-style: none;
  width: 2.5rem;
  height: 2.5rem;
  background: #ffffff;
  border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
  transition: all 0.3s;
  flex-shrink: 1;
}

.default-page li a {
  font-size: 0.75rem;
  color: #1E1E1E;
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.default-page li a img {
  width: 0.375rem;
}

.default-page li a img:nth-child(1) {
  display: block;
}

.default-page li a img:nth-child(2) {
  display: none;
}

.default-page li:hover,
.default-page li.active {
  background: #1B2B5F;
}

.default-page li:hover a,
.default-page li.active a {
  color: #fff;
}

.default-page li:hover a img:nth-child(1),
.default-page li.active a img:nth-child(1) {
  display: none;
}

.default-page li:hover a img:nth-child(2),
.default-page li.active a img:nth-child(2) {
  display: block;
}

.default-breadcrumbs {
  display: flex;
  gap: 0.625rem;
  padding: 1.875rem 0;
  font-size: 1.125rem;
  color: #565656;
}

.default-breadcrumbs a {
  transition: color 0.3s;
}

.default-breadcrumbs .jump:hover {
  color: #1B2B5F;
}

@media (max-width: 800px) {
  .default-breadcrumbs {
    gap: 0.3125rem;
    font-size: 0.875rem;
    padding: 0.9375rem 0;
  }
}

.default-product-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.6875rem;
  margin-top: 2.5rem;
}

.default-product-list .item {
  border-radius: 0.625rem 0.625rem 0.625rem 0.625rem;
  border: 2px solid #CBDDEB;
  transition: all 0.3s;
  padding-bottom: 1.25rem;
  overflow: hidden;
  box-sizing: border-box;
}

.default-product-list .item:hover,
.default-product-list .item.active {
  border: 2px solid #1B2B5F;
}

.default-product-list .item:hover .img img,
.default-product-list .item.active .img img {
  width: calc(100% - 90px);
}

.default-product-list .item:hover .text,
.default-product-list .item.active .text {
  transform: translateY(-90px);
}

.default-product-list .item:hover .t1,
.default-product-list .item.active .t1 {
  color: #1B2B5F;
}

.default-product-list .item:hover .t2,
.default-product-list .item:hover .icon,
.default-product-list .item.active .t2,
.default-product-list .item.active .icon {
  opacity: 1;
}

.default-product-list .img {
  position: relative;
  height: 0;
  padding-bottom: 100%;
}

.default-product-list .img img {
  width: 100%;
  transition: all 0.3s;
  margin: auto;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}

.default-product-list .text {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 1.25rem;
  position: relative;
  height: 2.8125rem;
  margin-top: 1.25rem;
  transition: all 0.3s;
}

.default-product-list .t1 {
  font-weight: bold;
  font-size: 20px;
  color: #1E1E1E;
  transition: all 0.3s;
}

.default-product-list .t2,
.default-product-list .icon {
  opacity: 0;
  transition: all 0.3s;
  position: absolute;
}

.default-product-list .t2 {
  font-size: 14px;
  color: #565656;
  height: 3em;
  top: 2.5rem;
  width: 100%;
  padding: 0 1.25rem;
  box-sizing: border-box;
}

.default-product-list .icon {
  width: 30px;
  top: 6.25rem;
}

.default-about {
  padding-bottom: 6.25rem;
  background-image: url("../assets/about/bg1.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
}

.default-about .data {
  display: flex;
  justify-content: space-between;
  gap: 1.875rem;
  margin-top: 2.1875rem;
}

.default-about .data .item {
  display: grid;
  grid-template-columns: 3.75rem 1fr;
  gap: 0.375rem 1.5625rem;
}

.default-about .data .item .img {
  grid-column: 1/2;
  grid-row: 1/3;
}

.default-about .data .item .num {
  font-weight: bold;
  font-size: 2.5rem;
  color: #1B2B5F;
  grid-column: 2/3;
  grid-row: 1/2;
}

.default-about .data .item .label {
  grid-column: 2/3;
  grid-row: 2/3;
  font-weight: bold;
  font-size: 1.125rem;
  color: #565656;
}

.default-about .video {
  align-self: flex-start;
}

.default-about .more {
  margin-top: 2.5rem;
}

@media (max-width: 800px) {
  .default-about {
    padding-bottom: 3.125rem;
  }

  .default-about .data {
    margin-top: 2.8125rem;
    gap: 1.875rem 0.3125rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: flex-start;
  }

  .default-about .data .item {
    grid-template-columns: 1fr;
    gap: 0.375rem 1.5625rem;
  }

  .default-about .data .item .img {
    width: 2.5rem;
  }

  .default-about .data .item .img,
  .default-about .data .item .num,
  .default-about .data .item .label {
    grid-column: auto;
    grid-row: auto;
  }

  .default-about .data .item .num {
    font-size: 1.25rem;
  }

  .default-about .data .item .label {
    font-size: 1rem;
  }

  .default-about .text,
  .default-about .video {
    width: 100%;
  }

  .default-about .video {
    margin-top: 1.25rem;
  }
}

.default-certificates {
  background-image: url("../assets/about/bg.png");
  background-size: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
  padding: 6.25rem 0 3.75rem;
}

.default-certificates .top {
  flex-wrap: wrap;
  gap: 1.25rem;
}

.default-certificates .data .item {
  padding: 0 1.875rem;
}

.default-certificates .data .item:not(:first-child) {
  border-left: 2px solid #ddd;
}

.default-certificates .data .item:first-child {
  padding-left: 0;
}

.default-certificates .data .item:last-child {
  padding-right: 0;
}

.default-certificates .data .t1 {
  background: linear-gradient(to right, #68A2CD, #1B2B5F);
  /*设置渐变的方向从左到右 颜色从ff0000到ffff00*/
  -webkit-background-clip: text;
  /*将设置的背景颜色限制在文字中*/
  -webkit-text-fill-color: transparent;
  /*给文字设置成透明*/
  font-size: 2.8125rem;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
}

.default-certificates .data .t2 {
  font-weight: bold;
  font-size: 1.125rem;
  color: #1E1E1E;
  margin-top: 1.25rem;
}

.default-certificates .list {
  margin-top: 3.75rem;
}

.default-certificates .list .item {
  background: #E0E9F0;
  border-radius: 0.625rem 0.625rem 0.625rem 0.625rem;
  box-sizing: border-box;
  padding: 3.125rem 1.875rem 1.875rem 1.875rem;
}

.default-certificates .list .item .t {
  font-weight: bold;
  font-size: 1.75rem;
  color: #000000;
}

.default-certificates .list .item .icon2 {
  display: none;
}

.default-certificates .list .item .image {
  transform: translateY(3.125rem);
  margin-left: 3.125rem;
  margin-bottom: -1.875rem;
}

.default-certificates .title {
  font-weight: bold;
  font-size: 3.125rem;
  color: #1B2B5F;
  text-align: center;
  margin-top: 7.5rem;
}

@media (min-width: 800px) {
  .default-certificates .certificates-swiper {
    --swiper-navigation-sides-offset: -3.75rem;
  }

  .default-certificates .list .item:hover {
    background: #1B2B5F;
  }

  .default-certificates .list .item:hover .t {
    color: #ffffff;
  }

  .default-certificates .list .item:hover .icon1 {
    display: none;
  }

  .default-certificates .list .item:hover .icon2 {
    display: block;
  }
}

@media (max-width: 800px) {
  .default-certificates {
    padding: 3.125rem 0 1.875rem;
  }

  .default-certificates .data .item {
    padding: 0 0.9375rem;
  }

  .default-certificates .data .t1 {
    font-size: 1.75rem;
  }

  .default-certificates .data .t2 {
    font-size: 1rem;
    margin-top: 0.625rem;
  }

  .default-certificates .list {
    margin-top: 1.875rem;
  }

  .default-certificates .list .item {
    padding: 1.875rem 1.25rem 1.25rem 1.25rem;
  }

  .default-certificates .list .item .t {
    font-size: 1.375rem;
  }

  .default-certificates .list .item .image {
    transform: translateY(1.5625rem);
    margin-left: 1.25rem;
    margin-bottom: -1.5625rem;
  }

  .default-certificates .title {
    font-size: 1.75rem;
    margin-top: 3.75rem;
  }
}

.default-contact-form .contact-us-box {
  background-color: #fff;
  background: #FFFFFF;
  border-radius: 1.25rem;
  overflow: hidden;
  display: grid;
  grid-template-columns: 23.75rem 1fr;
}

.default-contact-form .left,
.default-contact-form form {
  padding: 5rem 3.75rem;
  box-sizing: border-box;
}

.default-contact-form .left {
  background: linear-gradient(180deg, #68A2CD 0%, #1B2B5F 100%);
}

.default-contact-form .left .icon {
  width: 5rem;
}

.default-contact-form .left .t1 {
  font-weight: bold;
  font-size: 2.5rem;
  color: #FFFFFF;
  margin: 1.875rem 0;
}

.default-contact-form .left .t2 {
  font-size: 1rem;
  color: rgb(170, 184, 205);
}

.default-contact-form form {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
}

.default-contact-form form .name {
  background: #F8F9FB;
  display: flex;
  align-items: flex-start;
  padding: 1.25rem 1rem;
  gap: 0.625rem;
}

.default-contact-form form .name .t1 {
  font-weight: bold;
  font-size: 0.875rem;
  color: #1B2B5F;
  flex-shrink: 0;
}

.default-contact-form form .name .t2 {
  font-weight: bold;
  font-size: 0.875rem;
  color: #565656;
  text-decoration-line: underline;
}

.default-contact-form form .inps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.875rem;
}

.default-contact-form form .inps.col2 {
  grid-template-columns: repeat(2, 1fr);
}

.default-contact-form form .icon-input {
  position: relative;
}

.default-contact-form form .icon-input .icon {
  position: absolute;
  width: 0.9375rem;
  left: 0.875rem;
  top: 50%;
  transform: translateY(-50%);
}

.default-contact-form form .icon-input input {
  padding-left: 2.125rem;
}

.default-contact-form form input,
.default-contact-form form textarea {
  width: 100%;
  border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
  border: 0.0625rem solid #565656;
  padding: 1.125rem;
  font-size: 0.875rem;
  color: #565656;
  box-sizing: border-box;
}

.default-contact-form form textarea {
  resize: none;
  height: 8.75rem;
}

.default-contact-form form .btn {
  background: linear-gradient(90deg, #68A2CD 0%, #1B2B5F 100%);
  border-radius: 62.4375rem;
  border: 0;
  height: 3.125rem;
  padding: 0 1.875rem;
  font-weight: 800;
  font-size: 1rem;
  color: #FFFFFF;
  gap: 1.25rem;
  margin-top: 1.875rem;
  cursor: pointer;
}

.default-contact-form form .btn img {
  width: 0.9375rem;
}

@media (max-width: 800px) {
  .default-contact-form .contact-us-box {
    grid-template-columns: 1fr;
  }

  .default-contact-form .left,
  .default-contact-form form {
    padding: 1.875rem 1.25rem;
  }

  .default-contact-form .left {
    display: flex;
    align-items: flex-start;
    gap: 1.25rem;
  }

  .default-contact-form .left .t1 {
    margin: 0 0 1.25rem 0;
    font-size: 1.375rem;
  }

  .default-contact-form .left .t2 {
    font-size: 0.875rem;
  }

  .default-contact-form form {
    gap: 0.9375rem;
  }

  .default-contact-form form .inps,
  .default-contact-form form .col2 {
    grid-template-columns: 1fr;
    gap: 0.9375rem;
  }

  .default-contact-form form input,
  .default-contact-form form textarea {
    padding: 0.625rem;
  }
}

.post-us {
  position: fixed;
  bottom: 50%;
  right: 1.25rem;
  z-index: 100;
  display: grid;
  transform: translateY(50%);
}

.post-us .item {
  position: relative;
}

.post-us img {
  width: 3.125rem;
  transition: all 0.3s;
}

.post-us .child {
  position: absolute;
  top: 50%;
  left: -0.625rem;
  transform: translate(-100%, -50%);
  background: #fff;
  padding: 0.75rem 1.25rem;
  border-radius: 1.25rem;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}

.post-us .child .t {
  font-weight: bold;
  margin-bottom: 0.125rem;
}

.post-us .child .t,
.post-us .child .v {
  color: #000;
  text-align: center;
}

.post-us .item:hover .child {
  opacity: 1;
  pointer-events: auto;
}

@media (min-width: 800px) {
  .post-us .item:hover img {
    transform: scale(1.1);
  }
}

@media (max-width: 800px) {
  .post-us {
    right: 0.625rem;
  }

  .post-us img {
    width: 2.5rem;
  }

  .post-us .item:active img {
    transform: scale(1.1);
  }
}

.leave-message {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 101;
  max-width: 30rem;
  pointer-events: none;
}

.leave-message .btn {
  height: 3.75rem;
  display: flex;
  align-items: center;
  background: linear-gradient(180deg, #68A2CD 0%, #1B2B5F 100%);
  border-radius: 0.625rem 0.625rem 0.625rem 0.625rem;
  padding: 0 0.8125rem;
  font-weight: bold;
  font-size: 1.125rem;
  color: #FFFFFF;
  cursor: pointer;
  margin-right: 0.05rem;
  margin-bottom: 0.05rem;
  transition: all 0.3s;
  pointer-events: all;
}

.leave-message .btn img {
  width: 2.3125rem;
  margin-right: 0.375rem;
}

@media (max-width: 800px) {
  .leave-message .btn {
    height: 3.125rem;
    margin-right: 0.625rem;
    margin-bottom: 0.625rem;
    font-size: 1rem;
    display: none;
  }

  .leave-message .btn img {
    width: 1.5rem;
  }
}

.leave-message form {
  border-radius: 0.625rem;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #fff;
  margin-bottom: 1.25rem;
  pointer-events: all;
}

.leave-message form .top {
  background: linear-gradient(180deg, #68A2CD 0%, #1B2B5F 100%);
  padding: 1.25rem 2.0625rem 1.25rem 1.25rem;
  position: relative;
  box-sizing: border-box;
}

.leave-message form .top .close {
  position: absolute;
  right: 1.25rem;
  top: 1.25rem;
  width: 1.875rem;
  cursor: pointer;
}

.leave-message form .top .t1 {
  font-weight: bold;
  font-size: 1.125rem;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  line-height: 1;
}

.leave-message form .top .t1 img {
  width: 2.3125rem;
  margin-right: 0.5rem;
}

.leave-message form .top .t2 {
  font-size: 0.875rem;
  color: #FFFFFF;
  padding-left: 2.8125rem;
  margin-top: 0.3125rem;
}

.leave-message form .form {
  padding: 1.25rem;
  display: grid;
  gap: 1.25rem;
}

.leave-message form .icon-input {
  position: relative;
}

.leave-message form .icon-input .icon {
  position: absolute;
  width: 0.9375rem;
  left: 0.875rem;
  top: 50%;
  transform: translateY(-50%);
}

.leave-message form .icon-input input {
  padding-left: 2.375rem;
}

.leave-message form input,
.leave-message form textarea {
  width: 100%;
  border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
  border: 0.0625rem solid #565656;
  padding: 1.125rem;
  font-size: 0.875rem;
  color: #565656;
  box-sizing: border-box;
  outline: none;
}

.leave-message form textarea {
  resize: none;
  height: 8.75rem;
}

.leave-message form .submit {
  width: 13.3125rem;
  height: 3.75rem;
  line-height: 3.75rem;
  text-align: center;
  background: linear-gradient(180deg, #68A2CD 0%, #1B2B5F 100%);
  border-radius: 0.625rem 0.625rem 0.625rem 0.625rem;
  font-weight: bold;
  font-size: 1.125rem;
  color: #FFFFFF;
  border: 0;
}

@media (max-width: 800px) {
  .leave-message form {
    margin-bottom: 0;
  }

  .leave-message form .top {
    padding: 0.9375rem 1.5625rem 0.9375rem 0.9375rem;
  }

  .leave-message form .top .close {
    right: 0.9375rem;
    top: 0.9375rem;
    width: 1.5625rem;
  }

  .leave-message form .top .t1 {
    font-size: 1rem;
  }

  .leave-message form .top .t1 img {
    width: 1.5rem;
  }

  .leave-message form .top .t2 {
    font-size: 0.8125rem;
    padding-left: 2rem;
  }

  .leave-message form input,
  .leave-message form textarea {
    padding: 0.8125rem 1.125rem;
    font-size: 0.75rem;
  }

  .leave-message form textarea {
    height: 6.25rem;
  }

  .leave-message form .submit {
    width: 11.25rem;
    height: 3.125rem;
    line-height: 3.125rem;
    font-size: 0.9375rem;
  }
}

.leave-message.active .btn {
  display: none;
}

.leave-message:not(.active) form {
  display: none;
}

.default-detail-bottom {
  padding-top: 1.375rem;
  padding-bottom: 6.25rem;
  border-top: 4px solid #034B8C;
  font-weight: bold;
  font-size: 1.125rem;
  color: #1E1E1E;
  transition: all 0.3s;
}

.default-detail-bottom a:hover {
  color: #1B2B5F;
}

@media (max-width: 800px) {
  .default-detail-bottom {
    font-size: 0.875rem;
    padding-bottom: 3.125rem;
  }
}

header {
  background-color: #fff;
  position: sticky;
  top: 0;
  z-index: 100;
  padding: 0 2.6vw;
  box-sizing: border-box;
}

header .header-container {
  display: flex;
  align-items: center;
  gap: 1rem;
  min-height: 6.25rem;
}

@media (max-width: 800px) {
  header .header-container {
    padding-bottom: 1.5625rem;
    min-height: 5rem;
  }
}

header .header-logo {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 1.25rem;
  color: #1B2B5F;
  gap: 0.625rem;
  flex-grow: 1;
  position: relative;
}

header .header-logo img {
  width: 5rem;
}

@media (max-width: 800px) {
  header .header-logo {
    flex-direction: column;
    font-size: 1rem;
    align-items: flex-start;
  }

  header .header-logo img {
    width: 3.75rem;
  }

  header .header-logo span {
    position: absolute;
    width: 90vw;
    left: 0;
    bottom: 0;
    transform: translateY(100%);
    font-size: 0.875rem;
  }
}

header .header-menu {
  flex-shrink: 0;
}

@media (max-width: 800px) {
  header .header-menu {
    display: none;
  }
}

header .header-menu .item {
  padding: 1rem 1.4375rem;
  transition: color background-color 0.3s;
  font-size: 1.125rem;
  border-radius: 0.625rem;
  flex-shrink: 0;
}

header .header-menu .item:hover {
  color: #1B2B5F;
}

header .header-menu .item.active {
  color: #fff;
  font-weight: 600;
  background-color: #1B2B5F;
}

header .header-right {
  gap: 0.9375rem;
}

header .header-right .search-icon .icon,
header .header-right .menu-icon .icon,
header .header-right .lang .icon {
  width: 1.25rem;
}

header .lang {
  border: 1px solid #DDDDDD;
  padding: 0.625rem;
  border-radius: 0.625rem;
  position: relative;
  gap: 0.625rem;
  font-size: 0.875rem;
}

@media (max-width: 800px) {
  header .lang {
    font-size: 14px;
    padding: 5px 10px;
  }
}

header .lang .lang-icon {
  width: 1.25rem;
}

header .lang .jt-icon {
  width: 0.625rem;
  transform: translateY(0.125rem);
}

header .lang input {
  opacity: 0;
  left: 0;
  top: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  cursor: pointer;
}

header .lang .child.active {
  opacity: 1;
  pointer-events: auto;
}

header .lang .child {
  position: absolute;
  bottom: -0.625rem;
  left: 0;
  transform: translateY(100%);
  background-color: #fff;
  pointer-events: none;
  transition: all 0.3s;
  opacity: 0;
  border-radius: 0.1875rem;
  padding: 0.625rem;
  display: grid;
  gap: 0.3125rem;
}

header .menu-icon {
  display: none;
  cursor: pointer;
}

@media (min-width: 500px) and (max-width: 800px) {
  header .menu-icon {
    display: block;
  }
}

@media (max-width: 500px) {
  header .menu-icon {
    display: block;
  }
}

@media (max-width: 800px) {
  header .menu-icon {
    width: 30px;
  }
}

header .m-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  transition: opacity 0.3s;
  opacity: 0;
  pointer-events: none;
  z-index: 4;
}

header .m-menu .box {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  max-width: 18.75rem;
  width: 100%;
  background-color: #fff;
  transition: all 0.3s;
  transform: translateX(100%);
  padding: 1.875rem;
  box-sizing: border-box;
}

header .m-menu.active {
  opacity: 1;
  pointer-events: auto;
}

header .m-menu.active .box {
  transform: translateX(0%);
}

header .m-menu .close {
  text-align: right;
  margin-bottom: 1.25rem;
}

header .m-menu .close img {
  width: 1.25rem;
  cursor: pointer;
}

header .m-menu .item {
  color: #000;
  display: block;
  margin-bottom: 1.25rem;
  border-bottom: 0.0625rem solid #ddd;
  padding-bottom: 0.625rem;
}

header .search-container {
  position: absolute;
  bottom: 0;
  transform: translateY(100%);
  background-color: #fff;
  width: 100%;
  left: 0;
  padding: 1.25rem;
  opacity: 1;
  transition: opacity 0.3s;
  box-sizing: border-box;
}

header .search-container:not(.active) {
  opacity: 0;
  pointer-events: none;
}

header .search-container .search-box {
  height: 2.5rem;
  border: 1px solid #e5e5e5;
  border-radius: 0.3125rem;
  padding: 0 1.25rem;
}

header .search-container input {
  width: 0;
  border: 0;
  outline: none;
  font-size: 0.9375rem;
}

header .search-container .icon {
  width: 1.25rem;
}

header .search-container button {
  background-color: transparent;
  border: 0;
}

footer {
  background: #1B2B5F;
  padding-top: 5rem;
}

@media (max-width: 800px) {
  footer {
    padding-top: 2.5rem;
  }
}

footer .footer {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 800px) {
  footer .footer {
    flex-direction: column;
  }
}

footer .left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

footer .left .logo {
  font-size: 1rem;
  color: #FFFFFF;
  margin-bottom: 1.5625rem;
  max-width: 12.5rem;
  line-height: 1.8;
}

footer .left .logo img {
  width: 6.25rem;
  margin-bottom: 0.5rem;
}

footer .left .share {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

footer .left .share img {
  width: 1.875rem;
}

@media (max-width: 800px) {
  footer .left {
    gap: 1.25rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 1.25rem;
    text-align: center;
  }

  footer .left .logo {
    margin-bottom: 0;
  }

  footer .left .logo img {
    margin-bottom: 0;
    margin: 0 auto;
  }

  footer .left .share {
    display: flex;
    gap: 0.9375rem;
    flex-wrap: wrap;
  }
}

footer .footer-nav {
  font-size: 1rem;
  color: #FFFFFF;
}

footer .footer-nav a {
  display: block;
  margin-bottom: 1.25rem;
  line-height: 1.2;
}

footer .footer-nav .item.active {
  font-weight: 600;
}

@media (max-width: 800px) {
  footer .footer-nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-top: 0.0625rem solid rgba(255, 255, 255, 0.5019607843);
    border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.5019607843);
    padding-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}

footer .us {
  display: grid;
  gap: 0.9375rem;
  font-size: 1rem;
  color: #FFFFFF;
  line-height: 2;
  max-width: 20rem;
  padding-bottom: 0.9375rem;
}

footer .us .icon {
  width: 0.9375rem;
  min-height: 1.5em;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-right: 0.625rem;
}

footer .us .v {
  color: #FFFFFF;
  text-decoration: none;
}

footer .form {
  color: #fff;
}

footer .form .t {
  font-size: 1rem;
  color: #FFFFFF;
  margin-bottom: 1.25rem;
}

footer .form input,
footer .form textarea {
  border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
  border: 0.0625rem solid #FFFFFF;
  width: 10.125rem;
  height: 2.1875rem;
  background-color: transparent;
  padding: 0.625rem;
  box-sizing: border-box;
  color: #fff;
  outline: none;
}

footer .form input::placeholder,
footer .form textarea::placeholder {
  color: rgba(255, 255, 255, 0.2509803922);
}

footer .form .one {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
}

footer .form textarea {
  margin-top: 0.625rem;
  width: 100%;
  height: 5.9375rem;
  resize: none;
}

footer .form button {
  margin-top: 1.25rem;
  font-size: 0.75rem;
  color: #FFFFFF;
  padding: 0.5625rem 1.125rem;
  background-color: transparent;
  border: 0.0625rem solid #FFFFFF;
  border-radius: 62.4375rem;
  cursor: pointer;
}

@media (max-width: 800px) {
  footer .form .t {
    font-weight: 600;
  }

  footer .form .one {
    grid-template-columns: 1fr;
  }

  footer .form input {
    width: 100%;
  }
}

footer .bottom {
  margin-top: 5rem;
  padding: 1.25rem;
  border-top: 1px solid #68A2CD;
  font-size: 0.875rem;
  color: #FFFFFF;
  text-align: center;
  flex-wrap: wrap;
  gap: 0.625rem;
}

footer .bottom .bottom-r {
  display: flex;
  gap: 1.25rem;
  flex-wrap: wrap;
}

@media (max-width: 800px) {
  footer .bottom {
    margin-top: 1.25rem;
  }
}

.m-tabber {
  height: 3.75rem;
  background-color: #000;
  position: sticky;
  bottom: 0;
  z-index: 100;
  display: grid;
  grid-template-columns: 1fr 1fr auto 1fr 1fr;
  gap: 0.625rem;
  font-size: 0.875rem;
  color: #fff;
}

.m-tabber img {
  display: block;
}

.m-tabber .item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.3125rem;
}

.m-tabber .item img {
  width: 1.25rem;
}

.m-tabber .o {
  border-radius: 50%;
  transform: translateY(-20%);
}

.m-tabber .o img {
  width: 3.125rem;
}

@media (min-width: 800px) {
  .m-tabber {
    display: none;
  }
}