@font-face {
  font-family: 'DIN';
  src: url('../fonts/DIN.ttf');
}

@font-face {
  font-family: 'DIN-regular';
  src: url('../fonts/DIN-regular.ttf');
}


/* 修改 Bootstrap css 变量 */
:root {
  --bs-primary: #0B3E8E !important;
}

.container {
  max-width: 160rem;
}

header {
  width: 100%;
  max-width: 160rem;
  height: 10rem;
  background: #01449Caa;
  box-shadow: 0px 3px 18px 0px rgba(39,25,21,0.35);
  /* opacity: 0.8; */
  position: fixed;
  top: 4rem;
  z-index: 100;
  margin: auto;
  left: 0;
  right: 0;
  display: flex;
  backdrop-filter: saturate(50%) blur(2px);
  -webkit-backdrop-filter: saturate(50%) blur(2px);
}

.logo-wrap {
  width: 40rem;
  height: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo {
  width: 30.4rem;
  height: 5rem;
  cursor: pointer;
}
nav {
  flex: 1;
  display: flex;
  align-items: center;
}
nav ul {
  margin: 0;
  flex: 1;
  display: flex;
  justify-content: space-between;
  color: #fff;
  font-size: 1.8rem;
  list-style: none;
  height: 100%;
}

nav li {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  flex: 1;
  text-align: center;
  cursor: pointer;
  position: relative;
}

nav li a {
  display: inline-block;
  width: 8rem;
  text-align: center;
  padding: 1rem 0;
  border-bottom: 0.3rem solid transparent;
  color: #fff;
  white-space: nowrap;
  font-size: max(1.8rem, 14px);
}

nav a:hover, nav a.active {
  color: #fff;
  border-bottom: 0.3rem solid #F9F9F9;
  font-weight: bold;
}

.nav-product-list {
  display: none;
  flex-direction: column;
  list-style: none;
  width: 15rem;
  /* width: 100%; */
  height: 18rem;
  min-width: 110px;
  min-height: 120px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.35);
  position: absolute;
  top: 9rem;
  left: 50%;
  transform: translate(-50%, 0);
}

.nav-product-list div {
  font-size: 1.6rem;
  flex: 1;
  display: flex;
  align-items: center;
  color: #00459B;
}

.nav-product-list a {
  display: block;
  width: 100%;
  text-align: center;
  border-bottom: none;
  font-size: 1.6rem;
  text-align: left;
  padding-left: 2rem;
  color: #00459B;
}

.nav-product-list a:hover {
  border-bottom: none;
  color: #013E8E;
}

nav .nav-product:hover .nav-product-list{
  display: flex !important;
}

footer {
  /* height: 43.4rem; */
  background: #2f3236;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.footer-inner {
  width: auto;
  /* max-width: 160rem; */
  margin: 8.5rem auto 0 auto;
  display: flex;
}

.footer-inner-split {
  width: 0.1rem;
  height: 14rem;
  background: rgba(255, 255, 255, 0.05);
  margin: 1rem 6rem 0 6rem;
}

.footer-nav {
  display: flex;
  flex-direction: column;
  margin-right: 8rem;
}

.footer-nav.last {
  margin-right: 0;
}

.footer-nav a { 
  font-size: max(1.6rem, 14px);
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  line-height: 3.2rem;
}

.footer-nav a:hover {
  color: #fff;
}

.footer-nav .footer-nav-title {
  font-size: 2rem;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 1.7rem;
}

.footer-service-hotline, .footer-qrcode{
  display: flex;
  flex-direction: column;
}

.footer-service-hotline span {
  font-size: max(1.6rem, 14px);
  font-weight: 400;
  color: #999999;
}

.footer-service-hotline h3 {
  font-size: 4.2rem;
  font-family: DIN;
  font-weight: bold;
  margin: 1rem 0;
  color: #fff;
}

.footer-qrcode {
  flex: 1;
}

.footer-qrcode .qrcode-wrap {
 display: flex;
}

.qrcode-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 20px;
  &:last-child {
    margin-right: 0;
  }
}

.qrcode-item label {
  margin-top: 15px;
  color: #fff;
  font-size: max(1.4rem, 14px);
}

.footer-qrcode span{
  font-size: max(1.6rem, 14px);
  font-weight: 400;
  color: #999999;
  margin-bottom: 20px;
}

.footer-qrcode img {
  width: 90px;
  height: 90px;
}

.footer-split {
  height: 0.1rem;
  background: rgba(255, 255, 255, 0.05);
  margin: 6.2rem 0 3rem 0;
}

.friendly-link {
  text-align: center;
  color: #999;
  font-size: max(1.4rem, 14px);
}

.friendly-link span {
  font-weight: bold;
  border-right: 0.1rem solid #999;
  padding-right: 1rem;
}

.friendly-link a {
  color: #999;
  margin: 0 1rem;
}

.friendly-link a:hover {
  color: #fff;
}

.copyright {
  color: #999;
  text-align: center;
  font-size: max(1.4rem, 14px);
  margin: 1.5rem 0;
}

.copyright a {
  color: #999;
  font-size: max(1.4rem, 14px);
}

.section, body:not(.layout-admin) section {
  padding: 0;
}



 /* 区块标题 */
 .section-title {
  position: relative;
  display: flex;
  justify-content: center;
  margin: 5rem 0;
}

.section-title div:first-child {
  font-size: 3.6rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
}

.section-title div:last-child {
  position: absolute;
  font-size: 2.4rem;
  font-family: Arial;
  font-weight: 400;
  color: #DCDFE5;
  bottom: -2.2rem;
}


/* 取消 bootstrap modal 右侧滚动条位置 */
.modal-open {
  padding-right: 0 !important;
}

