/* 移动端样式 */

.mobile-visable .content-container {
  margin: 0 auto;
  position: relative;
}

.mobile-visable .nav-container {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin-bottom: 0.8rem;
}

.mobile-visable .nav-container__buttons {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}

.mobile-visable .page-header {
  line-height: 1;
  margin-bottom: 0.4rem;
  font-size: 0;
  text-align: center;
  width: 100%;
}

.mobile-visable .page-header__title,
.mobile-visable .page-header__desc {
  display: block;
  margin: 0 auto;
}

.mobile-visable .page-header__content{
  position: relative;
  padding: 1rem;
  z-index: 2;
}
.mobile-visable .page-header__desc {
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
}
.mobile-visable .nav-container {
  margin-top: 50px;
}
.mobile-visable .nav-container__section {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mobile-visable .nav-container__title {
  margin-bottom: 0.5rem;
  width: 150px;
}
.mobile-visable .page-header__dot {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 1;
}
 
.mobile-visable .nav-container__button {
  transition: transform 0.2s ease;
}

.mobile-visable .nav-container__divider {
  width: 200px;
  height: 2px;
  margin: 0 auto;
  background: white;
  opacity: 0.5;
}

.mobile-visable .btn-query {
  width: 230px;
  margin: 50px auto;
  display: block;
  transition: transform 0.2s ease;
}

.mobile-visable .btn-query:hover {
  transform: scale(1.05);
}

/* 移动端按钮放大 */
.mobile-visable .nav-container__button img {
  transform-origin: center;
  height: 2.5rem;
}
.mobile-visable .btn-query img {
  transform-origin: center;
}

.mobile-visable .footer {
  position: relative;
  text-align: center;
  margin: 0.82rem 0;
  color: #fff;
  font-size: 16px;
}

.mobile-visable .vertical-img {
  width: 100%;
  display: block;
}
.mobile-visable .horizontal-group {
  display: flex;
  width: 100%;
  gap: 0;
  line-height: 0;
}
.mobile-visable .horizontal-img {
  flex-shrink: 0;
  border: 0;
}
.mobile-visable img {
  /*width: 100%;*/
  height: auto;
  vertical-align: top;
  display: block;
}

/* 响应式控制 */
@media (max-width: 768px) {
}

@media (min-width: 769px) {
  .mobile-visable {
  }
}
