body {
  font-family: Helvetica, Tahoma, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", STXihei, "Microsoft YaHei", SimHei, "WenQuanYi Micro Hei";
  transition: padding-top 0.3s ease;
}

.headerBox {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
}

.navbar-nav li {
  margin-right: 5px;
}

.nav-link {
  font-weight: bold;
}

.nav-link i {
  margin-left: 5px;
  font-size: 12px;
  line-height: 22px;
}

#header a,
header.main-nav a {
  font-size: 18px;
}

.navbar-nav .nav-link>i {
  vertical-align: middle !important;
}

.FreeDemoBut {
  width: 160px;
  height: 40px;
  background: #00A7FA;
  border-radius: 24px;
  opacity: 1;
  color: #ffffff;
  text-align: center;
  line-height: 40px;
  font-weight: bold;
  cursor: pointer;
}

.footer {
  width: 100%;
  height: 760px;
  color: #ffffff;
  background: linear-gradient(137deg, #22345C 0%, #162235 21%, #0C131F 43%, #15202F 69%, #273A66 100%);
}

.footer .footerBox {
  max-width: 1200px;
  margin: 0 auto;
  padding: 90px 0 0;
}

.footer .Copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 30px;
}

.footer .Copyright a {
  color: #fff !important;
}

.footer .Copyright a:hover {
  text-decoration: underline;
}

.footer .footInfoBox {
  display: flex;
  margin-bottom: 130px;
}

.footer .footInfoBox .footInfoL {
  width: 280px;
  height: 445px;
}

.footer .footInfoBox .footInfoL .footInfo {
  width: 250px;
  color: white;
  font-size: 12px;
  font-family: Helvetica;
  font-weight: 500;
  line-height: 28px;
  word-wrap: break-word
}
.footer .footInfoBox .footInfoL .footTitle {
  width: 250px;
  color: white;
  font-size: 16px;
  font-family: Helvetica;
  font-weight: 700;
  line-height: 28px;
  word-wrap: break-word
}


.footer-meta {
  max-width: 280px;
}

.footer-meta img {
  width: 100%;
  height: auto;
}

.footer .footInfoBox .footInfoL .followBox {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
  display: flex
}

.footer .footInfoBox .footInfoL .followBox .followTit {
  width: 278px;
  height: 17px;
  color: white;
  font-size: 16px;
  font-family: Helvetica;
  font-weight: 400;
  word-wrap: break-word
}

.footer .footInfoBox .footInfoL .followBox .followImgBox {
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  display: inline-flex
}

.footer .footInfoBox .footInfoR {
  /* width: 795px; */
  height: 445px;
  margin-left: 80px;
}

.footInfoR a {
  color: #fff !important;
}

.SeeMoreDetailsFrom {
  gap: 12px !important;
  margin-top: 30px !important;
  padding: 15px 0;
}

/* .seeBut {
  width: 100% !important;
  padding: 8px 16px !important;
  border-radius: 6px !important;
}

.seeButTxt {
  font-size: 14px !important;
} */


.article-format img {
  max-width: 100%;
}

.container img {
  max-width: 100%;
}

/* menu */
#Features,
#Company,
#Resources,
#Products {
  display: none;
}

#Features .menuBox {
  width: 1200px;
  padding-left: 72px;
  padding-right: 72px;
  padding-top: 40px;
  padding-bottom: 40px;
  background: white;
  box-shadow: 0px 12px 64px rgba(84.86, 110.98, 163.20, 0.16);
  border-radius: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 54px;
  display: inline-flex;
  position: absolute;
  top: 80px;
  left: -250px;
}

#Features .infoBox {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
  display: inline-flex;
}

#Features .infoBox .menuName {
  width: 184px;
  color: #838DA3;
  font-size: 13px;
  font-family: Helvetica;
  font-weight: 700;
  line-height: 20px;
  word-wrap: break-word;
}

#Features .infoBox .infotitBox {
  flex: 1 1 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 6px;
  display: inline-flex
}

#Features .infoBox .infotit {
  align-self: stretch;
  color: #1C2029;
  font-size: 16px;
  font-family: Helvetica;
  font-weight: 700;
  line-height: 24px;
  word-wrap: break-word;
}

#Features .infoBox .infocon {
  align-self: stretch;
  color: #979DAA;
  font-size: 12px;
  font-family: Helvetica;
  font-weight: 400;
  line-height: 20px;
  word-wrap: break-word
}

#Features .ge {
  align-self: stretch;
  transform-origin: 0 0;
  border: 1px #EFF2F6 solid;
}

#Features .itemBox {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
  display: inline-flex;
}

#Features .itemBox .menuName {
  width: 121.10px;
  color: #838DA3;
  font-size: 13px;
  font-family: Helvetica;
  font-weight: 700;
  line-height: 20px;
  word-wrap: break-word
}

#Features .itemBox .mbox {
  justify-content: flex-start;
  align-items: flex-start;
  gap: 58px;
  display: inline-flex
}

#Features .itemBox .mbox .c {
  width: 224px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 29px;
  display: inline-flex
}

.item {
  align-self: stretch;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 12px;
  display: inline-flex
}

.item .tit {
  align-self: stretch;
  color: #1C2029;
  font-size: 16px;
  font-family: Helvetica;
  font-weight: 700;
  line-height: 24px;
  word-wrap: break-word;
}

.item:hover .tit {
  color: #00A3F5;
}

#Company .menuBox {
  /* width: 400px; */
  padding-left: 72px;
  padding-right: 72px;
  padding-top: 40px;
  padding-bottom: 40px;
  background: white;
  box-shadow: 0px 12px 64px rgba(84.86, 110.98, 163.20, 0.16);
  border-radius: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 72px;
  display: inline-flex;
  position: absolute;
  top: 80px;
  right: -20px;
}

#Company .itemBox {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
  display: inline-flex
}

#Company .menuName {
  width: 121.10px;
  color: #838DA3;
  font-size: 13px;
  font-family: Helvetica;
  font-weight: 700;
  line-height: 20px;
  word-wrap: break-word;
}

#Resources .menuBox {
  width: 580px;
  padding-left: 72px;
  padding-right: 72px;
  padding-top: 40px;
  padding-bottom: 40px;
  background: white;
  box-shadow: 0px 12px 64px rgba(84.86, 110.98, 163.20, 0.16);
  border-radius: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 72px;
  display: inline-flex;
  position: absolute;
  top: 80px;
  left: 10px;
}

#Resources .itemBox {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
  display: inline-flex
}

#Resources .itemBox .itemRow {
  justify-content: flex-start;
  align-items: flex-start;
  gap: 72px;
  display: inline-flex
}

#Resources .itemBox .itemRow .l {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 29px;
  display: inline-flex
}

#Resources .itemBox .itemRow .r {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 29px;
  display: inline-flex;
}

#Products .menuBox {
  width: 1350px;
  padding-left: 72px;
  padding-right: 72px;
  padding-top: 40px;
  padding-bottom: 40px;
  background: white;
  box-shadow: 0px 12px 64px rgba(84.86, 110.98, 163.20, 0.16);
  border-radius: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 54px;
  display: inline-flex;
  position: absolute;
  top: 80px;
  left: -200px;
}

#Products .infoBox {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
  display: inline-flex;
}

#Products .infoBox .menuName {
  width: 121.10px;
  color: #838DA3;
  font-size: 13px;
  font-family: Helvetica;
  font-weight: 700;
  line-height: 20px;
  word-wrap: break-word;
}

#Products .infoBox .itemBox {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 6px;
  display: inline-flex;
}

#Products .infoBox .itemBox .tit {
  align-self: stretch;
  color: #1C2029;
  font-size: 16px;
  font-family: Helvetica;
  font-weight: 700;
  line-height: 24px;
  word-wrap: break-word
}

#Products .infoBox .itemBox .con {
  width: 248px;
  color: #979DAA;
  font-size: 12px;
  font-family: Helvetica;
  font-weight: 400;
  line-height: 20px;
  word-wrap: break-word
}

#Products .ge {
  align-self: stretch;
  transform-origin: 0 0;
  border: 1px #EFF2F6 solid;
}

#Products .menuItemBox {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
  display: inline-flex
}

#Products .menuItemBox .itemName {
  color: #838DA3;
  font-size: 13px;
  font-family: Helvetica;
  font-weight: 700;
  line-height: 20px;
  word-wrap: break-word;
}

#modelCode {
  font-size: 18px;
  font-family: Helvetica;
  font-weight: 400;
  display: flex;
  align-items: center;
}



.modelBox {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #81848A80;
  z-index: 9;
  display: none;
}

.modelBox .inputBox {
  width: 1100px;
  height: 630px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(41deg, #BCD6EB 0%, #88BAE0 100%);
  border-radius: 24px;
  color: #fff;
  padding: 56px 100px;
}

.modelBox .inputBox .titBox {
  text-align: center;
}

.modelBox .inputBox .titBox .tip {
  color: white;
  font-size: 16px;
  font-family: Helvetica;
  font-weight: 700;
  line-height: 24px;
  word-wrap: break-word
}

.modelBox .inputBox .titBox .tit {
  color: white;
  font-size: 24px;
  font-family: Helvetica;
  font-weight: 700;
  line-height: 32px;
  word-wrap: break-word;
  margin: 24px 0;
}

.inputRow {
  display: flex;
  justify-content: space-around;
  margin-top: 30px;
}

.inputRow .inputItem {
  width: 420px;
  height: 60px;
  background: #64A7D9;
  padding: 6px 16px;
  position: relative;
  border-radius: 8px;
}

.inputRow .inputItem input {
  width: 100%;
  height: 50px;
  border: none;
  background: #64A7D9;
  font-size: 22px;
  padding-top: 20px;
  color: #fff;
}

.inputRow .inputItem .label {
  position: absolute;
  color: #ffffff;
  /* font-size: 23px; */
  top: 50%;
  transform: translate(0, -50%);
  left: 20px;
  font-size: 18px;
  font-family: Helvetica;
  font-weight: 400;
}

.inputRow .inputItem.isSelect .label {
  top: 18px;
  font-size: 12px;
}

.inputRow .inputItem.isSelect input {
  font-size: 18px;
}

@media (max-width: 768px) {
  .inputRow .inputItem.isSelect input {
    font-size: 1.6rem !important;
  }
}

.inputRow .inputItem input.inputIs {
  padding-top: 0;
}

.CountryBox {
  cursor: pointer;
}

.inputRow2 {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  width: 420px;
}

.inputRow .inputRow2 .inputItem2 {
  width: 180px;
}

.inputRow .inputRow2 .inputItem3 {
  width: 230px;
}

.filter-disabled {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.filter-box {
  width: 180px;
  background: #64A7D9;
  padding: 6px 16px;
  position: relative;
  border-radius: 8px;
}

.filter-box select {
  display: none;
}

.filter-text {
  height: 100%;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  padding: 0 0 0 10px;
}

.filter-text input {
  font-size: 14px;
}

.filter-text .filter-title {
  width: 100%;
  height: 100%;
  line-height: 36px;
  border: 0;
  background-color: transparent;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0;
  cursor: pointer;
  color: #ffffff;
  font-size: 16px;
}

.filter-text input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ffffff;
}

.filter-text input::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
}

.filter-text input:-ms-input-placeholder {
  /* IE 10+ */
  color: #ffffff;
}

.filter-text input:-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
}

.filter-text .countryCodeDefImg {
  display: none;
  position: absolute;
  top: 12px;
  left: 0;
}

.countryCodeInputDefault {
  /* padding-left: 18px !important; */
}

.filter-list {
  display: none;
  width: 100%;
  max-height: 300px;
  background-color: #ffffff;
  font-size: 14px;
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 99;
  border: 1px solid #e6e6e6;
  overflow: auto;
  border-radius: 12px;
  padding: 8px 6px;
}

.filter-list li.filter-null a {
  color: #d2d2d2;
}

.filter-list li a {
  display: block;
  padding: 0 10px;
  line-height: 36px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  color: #666 !important;
}

.filter-list li:hover {
  background-color: #6CACDC;
  border-radius: 8px;
  color: #fff !important;
}

.filter-list li:hover a {
  color: #fff !important;
}

.filter-list li.filter-selected {
  background-color: #6CACDC;
  border-radius: 8px;
  color: #fff !important;
}

.filter-list li.filter-selected a {
  display: block;
  color: #fff !important;
}

.filter-list li.filter-disabled {
  background-color: #fff;
}

.filter-list li.filter-disabled a {
  display: block;
  color: #d2d2d2;
}

.filter-list li.filter-disabled:hover a {
  cursor: not-allowed !important;
  background-color: #fff;
}

.icon {
  position: absolute;
}

.icon-filter-arrow {
  width: 8px;
  height: 6px;
  right: 0;
  top: 15px;
  transition: all .2s;
}

.icon-filter-arrow.filter-show {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  top: 25px;
}

.inputItem .icon-filter-arrow {
  right: 15px;
  top: 22px;
}

.inputItem .icon-filter-arrow.filter-show {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  top: 35px;
}

.filter-list::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.filter-list::-webkit-scrollbar-track {
  background: #fff
}

.filter-list::-webkit-scrollbar-thumb {
  background: #CBCBCB;
}

.filter-list li {
  list-style: none;
}

.countryCodeImg {
  margin-right: 5px;
}

.filter-box3 {
  width: 420px;
  background: #64A7D9;
  padding: 6px 16px;
  position: relative;
  border-radius: 8px;
}

.filter-box3 select {
  display: none;
}

.modelBox .submitBox {
  width: 480px;
  border-radius: 24px;
  padding: 12px 0;
  background: #fff;
  color: #00A3F5;
  font-size: 16px;
  font-family: Helvetica;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  margin: 36px auto 0;
  cursor: pointer;
}

.close {
  position: absolute;
  right: 24px;
  top: 24px;
}

.footInfoR .infoRBox {
  width: 100%;
  height: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 156px;
  display: inline-flex
}


.leftMenuBox {
  display: none;
}

.minMenu {
  display: none;
}

.seeBut {
  width: 110px;
  padding: 4px 12px;
  border-radius: 8px;
  border: 1px solid #8FC31F;
  justify-content: center;
  align-items: center;
  gap: 8px;
  display: inline-flex
}

.seeBut:hover,
.seeBut:hover>.seeButTxt {
  background-color: #8FC31F;
  color: #fff;
}

.seeBut .seeButTxt {
  color: #8FC31F;
  font-size: 12px;
  font-family: Helvetica;
  line-height: 24px;
  word-wrap: break-word
}

@media (max-width: 1025px) {
  .w100 {
    width: 100% !important;
  }

  .ha {
    height: auto !important;
  }

  .wmax100 {
    max-width: 100% !important;
  }

  .pt0 {
    padding-top: 0 !important;
  }

  .pl0 {
    padding-left: 0 !important;
  }

  .ptb20 {
    padding: 20px 0 !important;
  }

  .p0 {
    padding: 0 !important;
  }

  .node {
    display: none !important;
  }

  .gap0 {
    gap: 0 !important;
    ;
  }

  .gap50 {
    gap: 50px !important;
  }

  .m0 {
    margin: 0 !important;
  }

  .h100 {
    height: 100%;
  }

  .ha {
    height: auto !important;
  }

  #wrapper {
    margin-top: 0 !important;
    overflow-y: auto;
  }

  .minMenu {
    display: block;
  }

  .FreeDemoBut {
    display: none;
  }

  .minMenu i {
    font-size: 1.2rem !important;
    padding-top: 4px;
  }

  .leftMenuBox {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #00000050;
    z-index: 99999;
    display: none;
  }

  .leftMenu {
    z-index: 11;
    position: fixed;
    top: 0;
    left: 0;
    width: 75%;
    bottom: 0;
    background: #fff;
  }

  .leftMenu .top {
    display: flex;
    height: 70px;
    padding: 18px;
    background: #fff;
    justify-content: space-between;
    align-items: center;
  }

  .leftMenu input {
    position: absolute;
    opacity: 0;
    z-index: -1;
  }

  .leftMenu .row {
    display: flex;
    overflow: auto;
    height: 100%;
  }

  .leftMenu .row .col {
    flex: 1;
  }

  .leftMenu .row .col:last-child {
    /* margin-left: 1em; */
    border-bottom: 1px #E6EAF1 solid;
  }

  /* Accordion styles */
  .leftMenu .tabs {
    /* border-radius: 8px; */
    /* overflow: hidden; */
    /* box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5); */
    overflow: auto;
    height: 100%;
    padding-bottom: 250px;
  }

  .leftMenu .tab {
    width: 100%;
    color: #1C2029;
    overflow: hidden;
    border-bottom: 1px #E6EAF1 solid;
  }

  .leftMenu .tab-label {
    display: flex;
    justify-content: space-between;
    padding: 1em;
    background: #fff;
    font-weight: bold;
    cursor: pointer;
    /* border-bottom: 1px #E6EAF1 solid; */
    color: #1C2029;
    font-size: 1rem;
    font-family: Helvetica;
    font-weight: 700;
    line-height: 24px;
    word-wrap: break-word
      /* Icon */
  }

  .leftMenu .tab-label:hover {
    background: #fff;
  }

  .leftMenu .tab-label::after {
    content: "❯";
    width: 1em;
    height: 1em;
    text-align: center;
    transition: all 0.35s;
    color: #000;
  }

  .leftMenu .tab-label2::after {
    display: none;
  }

  .leftMenu .tab-content {
    max-height: 0;
    padding: 0 1em;
    color: #2c3e50;
    background: white;
    transition: all 0.35s;
  }

  .leftMenu .tab-close {
    display: flex;
    justify-content: flex-end;
    padding: 1em;
    font-size: 0.75em;
    background: #2c3e50;
    cursor: pointer;
  }

  .leftMenu .tab-close:hover {
    background: #fff;
  }

  .leftMenu input:checked+.tab-label {
    background: #fff;
  }

  .leftMenu input:checked+.tab-label::after {
    transform: rotate(90deg);
  }

  .leftMenu input:checked~.tab-content {
    max-height: 100%;
    padding: 1em 1em 1em 2em;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 22px;
    border-bottom: 1px #E6EAF1 solid;
  }

  .tabitem {
    padding-bottom: 10px;
    width: 100%;
  }

  .tabitem .tit {
    color: #1C2029;
    font-size: 1rem;
    font-family: Helvetica;
    font-weight: 700;
    line-height: 24px;
    word-wrap: break-word
  }
}

@media (min-width: 769px) and (max-width: 1025px) {

  .navbar-collapse {
    display: none !important;
  }

  .footer .footInfoBox {
    justify-content: center;
  }

  .footer .footInfoBox .footInfoL {
    width: 20%;
  }

  .footer .footInfoBox .footInfoR {
    width: 60%;
  }

  .footInfoR .infoRBox {
    gap: 66px;
  }

  .footer .Copyright {
    padding: 30px 60px;
  }

  .footer-meta {
    max-width: 200px;
    margin: 20px 0;
  }

  .SeeMoreDetailsFrom {
    margin-top: 20px !important;
  }

  .modelBox .inputBox {
    width: 90%;
    height: 80%;
    overflow: auto;
    top: 55%;
  }

  .inputRow {
    gap: 30px;
    flex-direction: column;
  }

  .inputRow .inputItem {
    width: 100%;
    height: 80px;
  }

  .filter-box3 {
    width: 100%;
    height: 80px;
  }


}

@media (max-width: 769px) {

  body,
  html {
    overflow-y: auto;
  }

  .header-sticky,
  .header-over {
    padding-top: 0px !important;
  }

  .mha {
    height: auto !important;
  }

  .mp0 {
    padding: 0;
  }

  .mmt10 {
    margin-top: 10rem !important;
  }

  .mw100 {
    width: 100% !important;
  }

  .mpt0 {
    padding-top: 0 !important;
  }

  .mpt2 {
    padding-top: 2rem !important;
  }

  .mpb0 {
    padding-bottom: 0 !important;
  }

  .mpb15 {
    padding-bottom: 15rem !important;
  }

  .mptb5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .mptb10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .mplr2 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .mgap5 {
    gap: 5rem !important;
  }

  .navbar {
    height: 5rem !important;
    /*padding: 0 1rem;*/
  }

  .minMenu i {
    font-size: 2rem !important;
  }

  .leftMenu {
    width: 100% !important;
  }

  .leftMenu .tab-label,
  .leftMenu input:checked+.tab-label {
    font-size: 1.6rem;
  }

  .leftMenu input:checked~.tab-content {
    gap: 1.4rem;
  }

  .tabitem .tit {
    font-size: 1.6rem;
  }

  .tabitem .coon {
    font-size: 1rem;
  }

  .banner .swiper-slide {
    height: 85rem !important;
  }

  .modelBox .inputBox {
    width: 100%;
    height: 85%;
    padding: 3rem 2rem !important;
    overflow: auto;
  }

  .inputRow {
    flex-wrap: wrap;
    gap: 1.5rem !important;
    margin-top: 2rem;
    justify-content: space-between;
  }

  .inputRow .inputItem {
    height: 5.5rem !important;
    width: 100%;
  }

  .inputRow .inputItem input {
    height: 4.5rem;
  }

  .inputRow .inputItem.isSelect .label {
    top: 1.4rem !important;
    font-size: 1.4rem !important;
  }

  #modelCode {
    font-size: 1.6rem !important;
  }

  .inputRow .inputItem .label {
    font-size: 1.6rem !important;
  }

  .filter-text .filter-title {
    height: 4.5rem;
  }

  .modelBox .submitBox {
    width: 100%;
  }

  .inputRow2 {
    width: 100%;
  }

  .filter-box {
    width: 30%;
  }

  .inputRow .inputRow2 .inputItem3 {
    width: 70% !important;
  }

  .banner .swiper-slide.swiper01 {
    background-position-y: 4% !important;
  }

  .footer {
    height: auto;
    padding: 0 2rem 2.5rem;
  }

  .footer .footerBox {
    padding-top: 60px;
  }

  .footer .footInfoBox {
    flex-direction: column;
    margin-bottom: 6rem !important;
  }

  .footer .footInfoBox .footInfoL {
    width: 100% !important;
    height: 40rem;
    margin-bottom: 60px;
  }

  .footInfoL .footLogo {
    width: 40%;
  }

  .footer .footInfo {
    width: 100% !important;
    font-size: 1.4rem !important;
    font-weight: normal !important;
    margin-top: -2rem;
  }

  .footer .footInfo br {
    display: none;
  }


  .footer .followImgBox a {
    width: 20%;
  }

  .footer .followImgBox a img {
    max-width: 100%;
  }

  .footer .mediumBox {
    flex-direction: row !important;
  }

  .footer .mediumBox a {
    width: 30%;
  }

  .footer .mediumBox a img {
    max-width: 100%;
  }

  .footer .footInfoBox .footInfoR {
    margin-left: 0;
    height: auto;
  }

  .footInfoR .infoRBox {
    gap: 2.2rem;
  }

  .infoRtit {
    font-size: 1.8rem !important;
  }

  .infoRcon {
    font-size: 1.2rem !important;
    line-height: 2.6rem !important;
  }

  .footer-meta {
    max-width: 150px;
    margin: 15px 0;
  }

  .SeeMoreDetailsFrom {
    flex-direction: row !important;
    flex-wrap: wrap;
    gap: 8px !important;
    margin-top: 0px !important;
    padding: 0px !important;
  }

  .SeeMoreDetailsFrom .seeTit {
    width: 100% !important;
    font-size: 1.2rem !important;
    line-height: 1.4 !important;
  }

  .SeeMoreDetailsFrom .seeBut {
    width: auto !important;
    min-width: 75px;
    padding: 6px 8px !important;
  }

  .SeeMoreDetailsFrom .seeButTxt {
    font-size: 1.2rem !important;
    line-height: 1.3 !important;
  }

  .infoRlist {
    gap: 30px !important;
  }

  .itemRes {
    height: 14rem !important;
  }

  .infoRitem {
    gap: 8px !important;
    height: auto !important;
  }

  .infoRcon {
    height: auto !important;
  }

  .align-items-start img {
    width: 60%;
  }

  .modelBox .inputBox .titBox .tip {
    font-size: 1.4rem;
  }

  .modelBox .inputBox .titBox .tit {
    font-size: 2.2rem;
    line-height: 3rem;
    margin: 1.2rem 0;
  }

  .modelBox .filter-text {
    padding: 0;
  }

  .modelBox .filter-text .filter-title {
    font-size: 1.6rem;
  }
}

@media (max-width: 768px) {
  .align-items-start img {
    width: auto;
    max-width: 150px;
  }
}

@media (max-width: 480px) {
  .footer-meta {
    max-width: 120px;
  }

  .SeeMoreDetailsFrom {
    flex-direction: column !important;
  }

  .seeBut {
    width: 100% !important;
  }
}
