/* 基础样式 */
body {
  background-color: #0e74bb;
  position: relative;
  background: url(../img/group/bg.jpg) no-repeat;
  background-size: cover;
}
img {
  max-width: 100%;
  max-height: 100%; 
}


.pc-visable .content-container {
  width: 14.6rem;
  margin: 0 auto;
  position: relative;
}

.pc-visable .nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* gap: 0.8rem; */
  padding: 0;
  margin-bottom: 0.5rem;
}

.pc-visable .nav-container__buttons {
  display: flex;
  justify-content: space-between;
  gap: 0.2rem;
}

/* .blur-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/group/bg1.png) repeat;
  background-size: 100%;
  filter: blur(100px);
  z-index: -1;
  opacity: 0.8;
} */

/* 通用样式 */
#page-wrapper {
  max-width: 19.2rem;
  min-height: 10.8rem;
  margin: 0 auto;
  position: relative;
}


/* PC端特有样式 */
.pc-visable .page-header {
  line-height: 1;
  padding-top: 0.9rem;
  margin-bottom: 0.6rem;
  font-size: 0;
  text-align: center;
}

.pc-visable .page-header__title,
.pc-visable .page-header__desc {
  display: block;
  margin: 0 auto;
}

.pc-visable .page-header__desc {
  margin-top: 0.4rem;
  margin-bottom: 0.2rem;
}

.pc-visable .nav-container__section {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pc-visable .nav-container__title {
  margin-bottom: 0.2rem;
}

.pc-visable .nav-container__button {
  transition: transform 0.2s ease;
}

.pc-visable .nav-container__button:hover {
  transform: scale(1.05);
}

.pc-visable .nav-container__divider {
  width: 2px;
  height: 1rem;
  background: white;
  opacity: 0.5;
  margin-right: .1rem;
}

/* PC端装饰元素样式 */
.pc-visable .btn-query {
  transition: transform 0.2s ease;
  display: inline-block;
}

.pc-visable .btn-query:hover {
  transform: scale(1.1);
  opacity: 0.9;
}

.pc-visable .dog {
  position: absolute;
  left: 4.2rem;
  top: 6.5rem;
}

.pc-visable .dw {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  margin-bottom: 0.5rem;
  color: #fff;
  text-align: center;
}
.pc-visable .footer {
  position: relative;
  text-align: center;
  margin: 0.82rem 0;
  color: #fff;
  font-size: 0.16rem;
}
