html,
body {
  position: relative;
  height: 100vh;
}

.w100s {
  width: 100%;
}

.padb30 {
  padding-bottom: 1.875rem;
}

.padb60 {
  padding-bottom: 3.75rem;
}

.padb100 {
  padding-bottom: 6.25rem;
}

.pad30 {
  padding: 1.875rem 0;
}

.pad60 {
  padding: 3.75rem 0;
}

.font-c-blue {
  color: #0245a3;
}

.font-blue-1 {
  color: #104691;
}

.font-c-white {
  color: #fff;
}

.font-c-gray {
  color: #999;
}

.bg-c-blue {
  background-color: #0245A3;
}

.relactive {
  position: relative;
}

.viewport {
  width: 100%;
  height: 100%;
  position: relative;
}

/* header */
.header {
  position: absolute;
  z-index: 99;
  top: 2.25rem;
  left: 5.2%;
  width: 89.6%;
  height: 3.125rem;
  color: #fff;
  display: block !important;
}

.header .logo {
  float: left;
  width: 8rem;
}

.header .logo a {
  display: block;
  width: 100%;
  height: 3.125rem;
  background: url("../img/logo.png") no-repeat center/100% auto;
}

.header .logo span {
  display: none;
}

.header .head {
  height: 3.125rem;
  margin-left: 24.45%;
}

.header .btn-search {
  position: absolute;
  top: 0.35rem;
  right: 0;
  width: 2.5rem;
  height: 2.5rem;
  background: rgba(0, 0, 0, 0.5) url(../img/search.png) no-repeat center/1rem 1rem;
  border-radius: 50%;
  text-indent: -9999rem;
  overflow: hidden;
}

/* .header .btn-search-active {
  background-image: url("../images/icon/cancel_white_1x.png");
} */
.header .btn-nav {
  display: none;
}

.header .cur-menu {
  display: none;
}

.header .nav li {
  position: relative;
  float: left;
}

.header .nav li h2 {
  position: relative;
  font-weight: normal;
}

.header .nav li h2 a {
  position: relative;
  display: block;
  font-size: 1rem;
  padding: 0 2.25rem;
  color: #fff;
  line-height: 3.125rem;
}
.header .nav li h2 a:hover {
  font-weight: bold;
}

.header .nav li h2 a span:after {
  content: "";
  display: block;
  width: 0;
  height: 4px;
  margin: 0 auto;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 2px;
}

.header .nav li.active h2 a span:after {
  width: 100%;
}

.popper__arrow {
  position: absolute;
  display: block;
  /* left: 50%;
  margin-left: -0.3125rem;
  top: 0; */
  /* top:0;bottom:0;left:0;right:0;margin:auto; */
  top: 0;
  left: 50%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  width: 0;
  height: 0;
  border: 0.625rem solid;
  border-color: transparent;
  border-bottom-color: rgba(0, 0, 0, 0.1);
}

.header .nav li .sub {
  display: none;
  position: absolute;
  top: 3.215rem;
  left: 0;
  width: 100%;
  padding-top: 1.25rem;
  font-size: 0.7rem;
}

.header .nav li .sub li {
  float: none;
  line-height: 2.75rem;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.1);
}

.header .nav li .sub:before,
.header .nav li .sub:after {
  display: block;
  width: 100%;
  height: 1.25rem;
  content: " ";
  background-color: rgba(0, 0, 0, 0.1);
}

.header .nav li .sub li:hover {
  background-color: rgba(2, 69, 163, 0.5);
}

.header .nav li .sub li a {
  color: #fff;
}

.header .nav li.active .sub {
  display: block;
}

.header .search {
  overflow: hidden;
  position: relative;
  width: 14.875rem;
  height: 2.5rem;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 2.5rem;
  position: absolute;
  top: 0.35rem;
  right: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease-in, transform 0.3s ease-out;
}

.header .search-keywords {
  width: 14.875rem;
  height: 2.5rem;
  padding-left: 2rem;
  font-size: 0.8rem;
  border: none;
  background: none;
  box-sizing: border-box;
}

.header .search-button {
  visibility: hidden;
  /* position: absolute;
  left: 0;
  top: 0.35rem;
  width: 1.15rem;
  height: 1.15rem;
  text-indent: -9999em;
  border: none;
  background: url("../images/icon/search_1x.png") no-repeat center / cover;
  overflow: hidden; */
}

/* .header-active .nav,
.header-active .language {
  display: none;
} */
.header-active .search {
  opacity: 1;
}

.viewport-black .header .logo a {
  background: url(../img/logo2.png) no-repeat center/100% auto;
}

.viewport-black .header .nav li h2 a {
  color: #0245a3;
}

.viewport-black .header .nav li h2 a span:after {
  background-color: #0245a3;
}

.viewport-black .header .nav li .sub li {
  background-color: #0245a3;
}

.viewport-black .header .nav li .sub:before,
.viewport-black .header .nav li .sub:after {
  background-color: #0245a3;
}

.viewport-black .header .nav li .sub li:hover {
  background: rgba(2, 69, 163, 0.8);
  /* box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1); */
  color: #fff;
}

.viewport-black .popper__arrow {
  border-bottom-color: #0245a3;
}

.viewport-black .header .btn-search {
  background: rgba(2, 69, 163, 0.5) url(../img/search.png) no-repeat center/1rem 1rem;
  border-radius: 50%;
}

.viewport-black .header .search {
  background: #0245a3;
}

.viewport-black .header .btn-nav {
  background: url("../images/icon/nav_b_1x.png") no-repeat center/cover;
}

.viewport-black .header-m .btn-nav-active {
  background-image: url(../images/icon/cancel_blue_1x.png);
}

.footer {
  position: absolute;
  bottom: 0;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
}

.footer p {
  font-size: 0.75rem;
  padding: 0 0 1.75rem 2.5rem;
  color: rgba(255, 255, 255, 0.35);
  display: flex;
  align-items: center;
}

.footer p img {
  width: 1.125rem;
  height: auto;
  padding: 0 4px;
}

.footer ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1.375rem;
  padding-right: 2.5rem;
  padding-bottom: 1.25rem;
}

.footer ul li {
  position: relative;
  cursor: pointer;
  width: 2.5rem;
  height: 4.5rem;
}

.footer ul li:nth-child(4) {
  width: 4.5rem;
}

/* .footer-list-box{
  width: 2.5rem;
  height:  2.5rem;
} */
.footer ul li:nth-child(1) {
  background: url(../img/wx01.png) no-repeat left center/2.5rem 2.5rem;
}

.footer ul li:nth-child(2) {
  background: url(../img/email01.png) no-repeat left center/2.5rem 2.5rem;
}

.footer ul li:nth-child(3) {
  background: url(../img/phone01.png) no-repeat left center/2.5rem 2.5rem;
}

.footer ul li:hover:nth-child(1) {
  background: url(../img/wx03.png) no-repeat left center/2.5rem 2.5rem !important;
}

.footer ul li:hover:nth-child(2) {
  background: url(../img/email03.png) no-repeat left center/2.5rem 2.5rem !important;
}

.footer ul li:hover:nth-child(3) {
  background: url(../img/phone03.png) no-repeat left center/2.5rem 2.5rem !important;
}

.footer-code img {
  width: 4.5rem;
  height: 4.5rem;
}

.footer-hover {
  display: none;
}

.popper__arrow__bottom {
  position: absolute;
  display: block;
  left: 50%;
  margin-left: -0.1875rem;
  width: 0;
  height: 0;
  border: 0.375rem solid;
  border-color: transparent;
  border-top-color: #fff;
  z-index: 3;
}

.popper__arrow__right {
  position: absolute;
  display: none;
  top: 0.75rem;
  right: -0.75rem;
  width: 0;
  height: 0;
  border: 0.375rem solid;
  border-color: transparent;
  border-left-color: rgba(0, 0, 0, 0.5);
  z-index: 3;
}

.footer-hover img {
  width: 100%;
}

.footer ul li:hover .footer-hover-img {
  display: block;
  width: 4.5rem;
  height: 4.5rem;
  position: absolute;
  top: -4.625rem;
  left: 50%;
  margin-left: -2.25rem;
}

.footer ul li:hover .footer-hover-text {
  display: block;
  width: 10rem;
  position: absolute;
  top: -2.125rem;
  left: 50%;
  margin-left: -5rem;
  background-color: #fff;
  line-height: 2.25rem;
  text-align: center;
  color: #104691;
  font-size: 0.875rem;
}

.viewport-black .footer ul li:nth-child(1) {
  background: url(../img/wx02.png) no-repeat no-repeat left center/2.5rem 2.5rem;
}

.viewport-black .footer ul li:nth-child(2) {
  background: url(../img/email02.png) no-repeat no-repeat left center/2.5rem 2.5rem;
}

.viewport-black .footer ul li:nth-child(3) {
  background: url(../img/phone02.png) no-repeat no-repeat left center/2.5rem 2.5rem;
}

.modelTost {
  display: none;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.modelTostChile {
  width: 50%;
  margin-top: 30px;
  background-color: #fff;
  padding-bottom: 2.5%;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.modelTostChile img {
  width: 100%;
}

.modelTostChile p {
  padding: 3%;
}

.modelClose {
  float: right;
  font-size: 24px;
  cursor: pointer;
  font-size: 1.5rem;
}

@media screen and (max-width: 817px) {
  /* header */
  .header-m {
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    color: #fff;
    display: block !important;
  }
  .header-m .logo {
    position: absolute;
    z-index: 100;
    top: 1.5rem;
    left: 5.2%;
    width: 7rem;
  }
  .header-m .logo a {
    display: block;
    width: 100%;
    height: 2rem;
    background: url("../img/logo.png") no-repeat center/auto 100%;
  }
  .header-m .logo span {
    display: none;
  }
  .header-m .head {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.06);
    background-color: #104691;
    overflow: hidden;
    opacity: 0;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .header-m .btn-search {
    display: none;
  }
  .header-m .btn-nav {
    position: absolute;
    z-index: 100;
    top: 1.5rem;
    right: 1.25rem;
    width: 1.75rem;
    height: 1.75rem;
    text-indent: -9999rem;
    /* background:url("../images/icon/nav_1x.png") no-repeat center / cover;*/
    overflow: hidden;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
  }
  .header-m .cur-menu {
    display: block;
    position: absolute;
    z-index: 100;
    top: 1.65rem;
    right: 4rem;
    height: 1.75rem;
    font-size: 1.375rem;
  }
  .header-m .btn-nav span {
    position: absolute;
    left: calc((100% - 20px) / 2);
    top: calc((100% - 1px) / 2);
    width: 20px;
    height: 2px;
    border-radius: 2px;
    background-color: white;
  }
  .header-m .btn-nav span:nth-child(1) {
    transform: translateY(6px) rotate(0deg);
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outfirst;
  }
  .header-m .btn-nav span:nth-child(2) {
    transform: translateY(-6px) rotate(0deg);
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outsecond;
  }
  .header-m .btn-nav-active {
    /*background-image:url("../images/icon/cancel_blue_1x.png");*/
  }
  .header-m .btn-nav-active span {
    background-color: #fff;
  }
  .header-m .btn-nav-active span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clickfirst;
  }
  .header-m .btn-nav-active span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clicksecond;
  }
  .header-m .btn-nav-active span:nth-child(3) {
    display: none;
  }
  @keyframes clickfirst {
    0% {
      transform: translateY(4px) rotate(0deg);
    }
    100% {
      transform: translateY(0) rotate(45deg);
    }
  }
  @keyframes clicksecond {
    0% {
      transform: translateY(-4px) rotate(0deg);
    }
    100% {
      transform: translateY(0) rotate(-45deg);
    }
  }
  .header-m .btn-language {
    display: none;
  }
  .header-m .nav {
    padding-top: 4.5rem;
    overflow: hidden;
    background: #104691;
    color: #fff;
  }
  .header-m .nav li a:active, .header-m .nav li .sub li a:active {
    background: #fff;
    color: #104691;
  }
  .header-m .nav li h2 a {
    display: block;
    padding: 0 5.2%;
    font-size: 1.4rem;
    line-height: 3.5rem;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .header-m .nav li .sub {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .header-m .nav li .sub li a {
    display: block;
    padding: 0 5.2%;
    line-height: 3.5rem;
    font-size: 1.25rem;
    text-indent: 2.8rem;
    color: #fff;
  }
  .header-m .search {
    height: 38px;
    margin: 1rem 5.2%;
    border-radius: 5px;
    background-color: #eee;
  }
  .header-m .search-keywords {
    box-sizing: border-box;
    float: left;
    width: 80%;
    height: 38px;
    padding: 0 10px;
    font-size: 1.1rem;
    color: #525a66;
    border: none;
    background: none;
  }
  .header-m .search-keywords::-webkit-input-placeholder {
    color: rgba(103, 118, 127, 0.5);
  }
  .header-m .search-keywords:-moz-placeholder {
    color: rgba(103, 118, 127, 0.5);
  }
  .header-m .search-keywords::-moz-placeholder {
    color: rgba(103, 118, 127, 0.5);
  }
  .header-m .search-keywords:-ms-input-placeholder {
    color: rgba(103, 118, 127, 0.5);
  }
  .header-m .search-button {
    box-sizing: border-box;
    float: left;
    width: 20%;
    height: 38px;
    color: #525a66;
    line-height: 38px;
    font-size: 1.1rem;
    border: none;
    background: none;
  }
  /* active */
  .header-m-active .head {
    opacity: 1;
  }
  .viewport-black .header-m .logo a {
    background: url(../img/logo2.png) no-repeat center/auto 100%;
  }
  .viewport-black .header-m .btn-nav span {
    background-color: #0245A3;
  }
  .viewport-black .header-m .cur-menu {
    color: #0245A3;
  }
  .footer-m {
    position: absolute;
    bottom: 0;
    z-index: 2;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
  }
  .footer-m ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .footer-m {
    flex-direction: column;
    padding-top: 1rem;
  }
  .footer-m .footer-logo,
  .footer-m p {
    text-align: center;
    padding: 0 1rem;
  }
  .footer-m .footer-logo img,
  .footer-m p img {
    display: inline-block;
  }
  .footer-m .footer-logo {
    display: none;
  }
  .footer-m ul {
    width: 60%;
    margin: .875rem auto;
  }
  .footer-m ul li {
    position: relative;
    cursor: pointer;
    width: 2.5rem;
    height: 2.5rem;
  }
  .footer-m ul li:nth-child(1) {
    background: url(../img/wx01.png) no-repeat left center/2.5rem 2.5rem;
  }
  .footer-m ul li:nth-child(2) {
    background: url(../img/email01.png) no-repeat left center/2.5rem 2.5rem;
  }
  .footer-m ul li:nth-child(3) {
    background: url(../img/phone01.png) no-repeat left center/2.5rem 2.5rem;
  }
  .footer-m ul li:hover:nth-child(1) {
    background: url(../img/wx03.png) no-repeat left center/2.5rem 2.5rem;
  }
  .footer-m ul li:hover:nth-child(2) {
    background: url(../img/email03.png) no-repeat left center/2.5rem 2.5rem;
  }
  .footer-m ul li:hover:nth-child(3) {
    background: url(../img/phone03.png) no-repeat left center/2.5rem 2.5rem;
  }
  .footer-m ul li:nth-child(4) {
    display: none;
  }
  .footer-m ul li:hover .footer-hover-img {
    display: block;
    width: 4.5rem;
    height: 4.5rem;
    position: absolute;
    top: -4.625rem;
    left: 50%;
    margin-left: -2.25rem;
  }
  .footer-m ul li:hover .footer-hover-text {
    display: block;
    width: 10rem;
    position: absolute;
    top: -2.125rem;
    left: 50%;
    margin-left: -5rem;
    background-color: #fff;
    line-height: 2.25rem;
    text-align: center;
    color: #104691;
    font-size: 0.875rem;
  }
  .modelTostChile {
    width: 90%;
  }
  .modelTostChile img {
    width: 100%;
  }
}

.footer-m p {
  color: rgba(255, 255, 255, 0.35);
}

.viewport-black .footer-m p {
  color: rgba(102, 102, 102, 0.5);
}

.viewport-black .footer p {
  color: rgba(102, 102, 102, 0.5);
}

.viewport-common .footer-m p {
  color: rgba(102, 102, 102, 0.5);
}

.text-overflow {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.color-white {
  color: #fff !important;
}

.viewport-common .footer {
  position: relative;
  padding-top: 1.75rem;
  background: #0245a3;
}

.viewport-common .footer .footer-logo {
  opacity: 0.1;
  width: 7rem;
  height: 2.25rem;
  position: absolute;
  top: 1.25rem;
  left: 2.625rem;
}

.viewport-common .footer p {
  color: rgba(255, 255, 255, 0.35);
}

.viewport-common .footer-m {
  position: relative;
}

.bre-nav-box {
  display: flex;
  border-bottom: 1px solid #ddd;
  position: relative;
  height: 6.125rem;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2.5rem;
}

.bre-nav-box .bre-nav {
  font-size: 1rem;
  color: #999;
  display: flex;
  align-items: center;
}

.bre-nav-box .bre-nav img {
  padding: 1.25rem;
}

.bre-nav-box .bre-nav .active {
  color: #104691;
}

.bre-nav-box .bre-nav-more {
  padding: 0.5rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bre-nav-box .bre-nav-more span {
  padding-left: .875rem;
}

.bre-nav-box .partner-more {
  position: relative;
  background: #0245a3;
  color: #fff;
}

.bre-nav-box .partner-more:hover {
  background: #fff;
  color: #104691;
  border: 1px solid #104691;
}

.gray-more {
  width: 6.875rem;
  height: 2.375rem;
  font-size: .75rem;
  color: #666;
  background: #F2F2F2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gray-more span {
  padding-left: .5rem;
}

.gray-more:hover {
  color: #fff;
  background: #104691;
}

.page-banner {
  width: 100%;
  position: relative;
}

.page-banner img {
  width: 100%;
}

.page-banner .page-banner-msg {
  position: absolute;
  top: 0;
  bottom: 5%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.page-banner .page-banner-msg h1 {
  font-size: 2.125rem;
  line-height: 200%;
}

.page-banner .page-banner-msg h2 {
  font-size: 1rem;
}

.page-containter {
  margin: 0 6.875rem;
  margin-top: -2.625rem;
}

.page-b-containter {
  padding: 0 6.875rem;
}

@keyframes topIn {
  from {
    -webkit-transform: translateY(-100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
