* img {
  max-width: 100%;
}

a:link,
a:hover,
a:visited {
  color: white;
}
.x-navbar {
  position: fixed; /* 固定导航条 */
  top: 0; /* 距离页面顶部 0 */
  left: 0; /* 距离页面左侧 0 */
  width: 100%; /* 占满宽度 */
  z-index: 999; /* 确保导航条在最上层 */
  background-color: white; /* 背景颜色 */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* 添加阴影效果 */
}

.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-nav>li>a:visited,
.navbar-default .navbar-nav>li>a:link {
  color: black;
}

.navbar-nav>li>a {
  transition: all 0.5s;
}
.navbar-nav>li>a:hover {
  color: #d7842a; /* 鼠标悬停时字体颜色 */
}
.navbar-nav>li>a:after {
  content: "";
  width: 0;
  height: 2px;
  background-color: #d7842a;
  position: absolute;
  left: 50%;
  bottom: 0;
  transition: all 0.5s;
}

.navbar-nav>li>a:hover:after {
  left: 0;
  width: 100%;
}

.navActive {
  color: #d7842a !important;
}

/* 二维码弹窗样式 */
.dropdown {
  position: relative;
}

.qr-dropdown-menu {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1000;
  display: none;
  min-width: 200px;
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: none;
  box-shadow: none;
}

.qr-popup {
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  padding: 20px;
  margin-top: 10px;
  position: relative;
  animation: fadeInDown 0.3s ease-out;
}

.qr-popup::before {
  content: '';
  position: absolute;
  top: -8px;
  right: 20px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid white;
}

.qr-content {
  text-align: center;
}

.qr-content h4 {
  color: #333;
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: bold;
}

.qr-image {
  width: 120px;
  height: 120px;
  margin: 0 auto 15px;
  display: block;
  border-radius: 4px;
}

.qr-content p {
  color: #666;
  font-size: 12px;
  margin: 0;
  line-height: 1.4;
}

/* 鼠标悬停效果 */
.dropdown:hover .qr-dropdown-menu {
  display: block;
}

.dropdown:hover > a {
  color: #d7842a !important;
}

/* 动画效果 */
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 移动端适配 */
@media (max-width: 768px) {
  .qr-dropdown-menu {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    right: auto;
    width: 280px;
    z-index: 10000;
  }
  
  .qr-popup {
    margin-top: 0;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
    border: 1px solid #e0e0e0;
  }
  
  .qr-popup::before {
    display: none;
  }
  
  .qr-image {
    width: 150px;
    height: 150px;
  }
  
  .qr-content h4 {
    font-size: 18px;
  }
  
  .qr-content p {
    font-size: 14px;
  }
  
  /* 移动端遮罩层 */
  .qr-dropdown-menu::after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: -1;
  }
}

.test1 {
  background-color: #ff513c;
}

.test2 {
  background-color: #569949;
}

.test3 {
  background-color: #f9ff68;
}

body,
html {
  min-height: 100%;
}

body {
  overflow-x: hidden;
}

.logo {
  padding: 5px 0;
}

.logo img {
  width: auto;
  height: 100%;
}

.logo-text {
  display: inline-block;
  margin-left: 10px;
  color: black;
  font-size: 24px;
  vertical-align: middle;
  line-height: 30px;
  font-weight: bold;
}

.navbar-brand.logo {
  display: flex;
  align-items: center;
}

.x-panel {
  color: white;
  overflow: hidden !important;
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

#footer {
  background-color: #444444;
  height: 80px;
  overflow: hidden;
  position: relative;
}

#footer p {
  width: 100%;
  color: #a8a8a8;
  text-align: center;
  font-size: 10px;
  margin-bottom: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#footer p a:link,
#footer p a:visited {
  color: #a8a8a8 !important;
}

#loaderWrap {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100000;
  overflow: hidden;
}

#loaderWrap p {
  text-align: center;
  color: #cacaca;
  font-size: 12px;
}

#loaderWrap #loader {
  margin: 0 auto;
  margin-top: 150px;
  margin-bottom: 20px;
  width: 50px;
  height: 50px;
  animation: loader 5s infinite;
  background-image: url("../image/yuanquan.png");
  background-size: 100% 100%;
}

@keyframes loader {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 768px) {
  .navbar-collapse {
    background-color: #494949 !important;
    width: 150px;
    position: absolute;
    right: 20px;
    text-align: center;
    border: none;
  }

  #indexWrap #panel1 .col-md-4 {
    margin-top: 50px;
  }

  #indexWrap #panel2 .right {
    padding-top: 0 !important;
    padding-bottom: 20px !important;
  }

  #providerWrap #panel3 .m_css {
    margin-bottom: 60px !important;
  }

  #providerWrap #panel4 .saoerweima {
    font-size: 20px;
    margin-top: 20px !important;
  }

  #providerWrap #panel4 .toDowm {
    margin-bottom: 20px !important;
  }

  #cooperateWrap #cooperateBanner h1 {
    margin-top: 100px !important;
  }

  #cooperateWrap #panel1 .hand {
    margin-top: 145px !important;
  }

  #cooperateWrap #panel1 .p2 {
    margin-bottom: 260px !important;
  }

  #cooperateWrap #panel2 .p1 {
    margin-top: 145px !important;
  }

  #cooperateWrap #panel2 .p2 {
    margin-bottom: 260px !important;
  }

  #cooperateWrap #panel3 .p1 {
    margin-top: 145px !important;
  }

  #cooperateWrap #panel3 .p2 {
    margin-bottom: 260px !important;
  }

  #cooperateWrap #panel4 .p1 {
    margin-top: 145px !important;
  }

  #cooperateWrap #panel4 .p2 {
    margin-bottom: 260px !important;
  }

  #aboutWrap .erweima {
    width: 100px !important;
    height: 100px !important;
  }

  #appWrap .title {
    margin-bottom: 20px;
  }

  #appWrap .title h1 {
    font-size: 35px !important;
    text-align: left !important;
  }

  #appWrap .headerImg img {
    margin-top: 200px !important;
  }

  #appWrap .sm {
    margin-top: 50px;
  }
}

/*# sourceMappingURL=public.css.map */
