.container-1640 {
  max-width: 1670px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-1470 {
  max-width: 1500px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
#footer {
  padding: 100px 0;
  background: #000;
  color: #fff;
  font-size: 16px;
}
#footer a {
  color: #FFF;
  transition: linear 0.2s color;
}
#footer a:hover {
  color: #fff;
}
#footer .footer-logo {
  margin-bottom: 40px;
}
#footer .footer-middle::after {
  content: "";
  display: block;
  clear: both;
}
#footer .footer-connect {
  float: left;
  margin-bottom: 18px;
}
#footer .footer-connect__list {
  overflow: hidden;
}
#footer .footer-connect__list li {
  float: left;
  font-weight: 400;
  color: #fff;
}
#footer .footer-connect__list li:not(:last-child) {
  margin-right: 50px;
}
#footer .footer-connect__name {
}
#footer .footer-connect__value {
  text-decoration: underline;
}
#footer .footer-connect__more:hover path {
  fill: #fff;
}
#footer .footer-connect__more path {
  transition: linear 0.2s fill;
}
#footer .footer-connect__more span {
  vertical-align: middle;
  margin-right: 10px;
}
#footer .footer-connect__more svg {
  vertical-align: middle;
}
#footer .footer-nav {
  float: right;
}
#footer .footer-nav__list::after {
  content: "";
  display: block;
  clear: both;
}
#footer .footer-nav__list li {
  float: left;
}
#footer .footer-nav__list li:not(:last-child) {
  margin-right: 16px;
}
#footer .footer-nav__link span {
  vertical-align: middle;
  margin-right: 6px;
}
#footer .footer-nav__link svg {
  width: 18px;
  height: 18px;
  vertical-align: middle;
  position: relative;
  top: 2px;
}
#footer .footer-nav__link path {
  transition: linear 0.2s fill;
}
#footer .footer-nav__link:hover path {
  fill: #fff;
}
#footer .footer-nav__link--lang {
  position: relative;
  color: #fff;
}
#footer .footer-nav__link--lang:hover .footer-nav__lang {
  display: block;
}
#footer .footer-nav__lang {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  padding-top: 10px;
}
#footer .footer-nav__lang-main {
  background: rgba(0,0,0,0.2);
  box-shadow: 0 0 10px rgba(255,255,255,0.2);
  padding: 5px 0;
  white-space: nowrap;
}
#footer .footer-nav__lang a {
  display: block;
  line-height: 30px;
  padding: 0 15px;
}
#footer .footer-copyright {
  margin-right: 30px;
}
#footer .footer-bottom a {
  margin-right: 15px;
}
body.scroll .Gotop {
  display: block;
}
.Gotop {
  position: fixed;
  bottom: 90px;
  right: 40px;
  z-index: 999;
  width: 53px;
  height: 53px;
  /* background: #BBD7EB; */
  background-color: #3350f5;
  border-radius: 50%;
  cursor: pointer;
  user-select: none;
  transition: linear 0.2s background;
  display: none;
}
.Gotop:hover {
  background: #8EB9D8;
}
.Gotop .gotop-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.Gotop img{
  width: 18px;
  height: 15px;
}
body.loading {
  overflow: hidden;
}
.loading-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background: #fff;
}
.loading-container .loading-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #000;
}
.page-loading {
  width: 120px;
  height: 20px;
  background: radial-gradient(circle 10px,#000 95%,#0000 ) right /calc(200% + 20px) 100%, linear-gradient(#000 0 0) center/100% 6px;
  background-repeat: no-repeat;
  -webkit-mask: radial-gradient(circle 4px,#0000 93%,#000 ) right/calc(200% + 20px) 100%;
  animation: pageLoading 1s infinite linear;
}
@keyframes pageLoading {
  100% {
      background-position: left;
      -webkit-mask-position:left
  }
}

.loading-content {
  width: 300px;
  height: 8px;
  border-radius: 4px;
  background: #C6C3C3;
}

.loading-content .loading-value {
  position: relative;
  height: 100%;
  width: 0;
  background: #3350f5;
  border-radius: 4px;
  max-width: 100%;
}

.loading-content .loading-value span {
  position: absolute;
  bottom: 100%;
  right: 0;
  font-size: 18px;
  font-weight: bold;
  color: #3350f5;
}

.section-three-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background: rgba(0,0,0,0.78);
  display: none;
}
.section-three-modal__container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 10px;
}
.section-three-modal__main {
  position: relative;
  width: 450px;
  max-width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 3px 18px 1px rgba(0,0,0,0.16);
  border-radius: 22px 22px 22px 22px;
  padding: 90px 40px;
}
.section-three-modal__title {
  font-size: 24px;
  font-weight: 600;
  color: #000;
  margin-bottom: 20px;
}
.section-three-modal__desc {
  font-size: 16px;
  font-weight: 400;
  color: rgba(21, 32, 63, 0.7);
  margin-bottom: 20px;
}
.section-three-modal__form-item {
  margin-bottom: 7px;
}
.section-three-modal__input {
  display: block;
  width: 100%;
  height: 40px;
  background: rgba(187, 215, 235, 0.1);
  border-radius: 100px;
  padding: 0 20px;
}
.section-three-modal__input::-webkit-input-placeholder {
  color: rgba(117, 117, 117, 0.5);
}
.section-three-modal__form-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  background: #000;
  border-radius: 100px;
  color: #fff;
  cursor: pointer;
  user-select: none;
  margin-top: 17px;
  transition: linear 0.2s background;
}
.section-three-modal__form-submit:hover {
  background: #8EB9D8;
}
.section-three-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  border-radius: 50%;
  cursor: pointer;
  user-select: none;
  transition: linear 0.2s background;
}
.section-three-modal__close:hover {
  background: #8EB9D8;
}
.section-three-modal__close img {
  width: 70%;
  height: 70%;
}
.section-three-modal__form-error {
  position: absolute;
  bottom: 50px;
  left: 40px;
  color: red;
  display: none;
}


@media screen and (max-width: 1400px) {
  #footer {
      padding: 80px 0;
      font-size: 14px;
  }
  #footer .footer-connect__list li:not(:last-child) {
      margin-right: 30px;
  }
}
@media screen and (max-width: 1200px) {
  #footer {
      padding: 60px 0;
  }
  #footer .footer-connect {
      float: none;
  }
  #footer .footer-nav {
      float: none;
      margin-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  .Gotop {
      right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .Gotop {
      width: 30px;
      height: 30px;
      bottom: 60px;
  }
  .Gotop img {
      width: 10px;
      height: 8px;
  }
  #footer {
      padding: 40px 0;
      font-size: 10px;
  }
  #footer .footer-logo {
      margin-bottom: 20px;
  }
  #footer .footer-logo img {
      width: 150px;
  }
  #footer .footer-connect__list li {
      float: none;
  }
  #footer .footer-bottom span {
      display: block;
  }

  #footer .footer-connect__more svg {
    width: 12px;
    height: 12px;
  }

  #footer .footer-nav__link svg {
    width: 10px;
    height: 10px;
    top: 0;
  }
  .loading-content {
    width: 150px;
  }
}

