html {
  min-width: 1920px;
}
.header1 {
  min-width: 1800px;
  height: 100px;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10;
  background-color: #fff1;
  backdrop-filter: blur(10px);
}
.header1 .header-wrapper {
  max-width: 1760px;
  height: 100%;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.header1 .header-logo {
  width: 294px;
  object-position: center;
  object-fit: contain;
  font-size: 0;
}
.header1 .header-navbar {
  font-size: 18px;
  font-weight: bold;
  display: flex;
  text-align: center;
}
.header1 .header-navbar-item {
  padding: 10px;
  margin: 0 24px;
}
.header1 .header-right {
  display: flex;
  align-items: center;
}
.header1 .header-right .header-contact {
  font-size: 24px;
  font-weight: bold;
  color: #0079F5;
  margin-right: 40px;
  display: flex;
  align-items: center;
}
.header1 .header-right .header-contact::before {
  content: "";
  display: block;
  height: 24px;
  width: 24px;
  margin-right: 8px;
  background-image: url('/images/index/phone.png');
  background-size: contain;
}
.header1 .header-right .header-user > a {
  padding: 10px 36px;
  border-radius: 50px;
  border: none;
  color: #777;
  background-color: #fff;
  font-size: 16px;
  cursor: pointer;
}
.header1 .header-right .header-user a + a {
  margin-left: 10px;
}
.header1 .header-right .header-user .header-user-login {
  background: linear-gradient(-90deg, #00ecff, #0081ff);
  color: #fff;
}
.wrapper {
  max-width: 1440px;
  margin: 0 auto;
}
.page-footer {
  background-color: #1D2C43;
  color: rgba(255, 255, 255, 0.5);
  padding-top: 60px;
}
.page-footer .row {
  display: flex;
  overflow: hidden;
}
.page-footer .row-1 {
  padding-bottom: 60px;
}
.page-footer .row-2 {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 30px;
  padding-bottom: 32px;
}
.page-footer .contact {
  width: 320px;
}
.page-footer .contact .phone {
  color: #fff;
  font-size: 30px;
  line-height: 36px;
  font-weight: bold;
  margin-bottom: 20px;
}
.page-footer .contact .phone label {
  color: rgba(255, 255, 255, 0.77);
  font-size: 16px;
  line-height: 36px;
  display: block;
}
.page-footer .contact .email {
  font-size: 16px;
  line-height: 36px;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.5);
}
.page-footer .contact .address {
  font-size: 16px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.5);
}
.page-footer .site-map {
  padding: 0 50px;
  flex: 1;
  display: flex;
  justify-content: space-around;
}
.page-footer .site-map .item > a {
  display: block;
  margin-bottom: 20px;
}
.page-footer .site-map .item > a:first-child {
  color: #fff;
  margin-bottom: 36px;
}
.page-footer .site-map .item + .item {
  margin-left: 30px;
}
.page-footer .copyright {
  font-size: 16px;
  line-height: 18px;
  flex: 1;
}
.page-footer .copyright .info {
  display: flex;
  margin-bottom: 18px;
}
.page-footer .copyright .info .company {
  margin-right: 40px;
}
.page-footer .support {
  font-size: 16px;
  line-height: 18px;
  color: rgba(243, 247, 254, 0.3);
}
.page-footer .policy a {
  font-size: 16px;
  line-height: 18px;
  padding: 0 10px;
}
.page-footer .policy a + a {
  border-left: 1px solid;
}
/*# sourceMappingURL=test.css.map */