.page-bottom {
  background-color: #000000;
  color: #ffffff;
  padding: 10rem calc((100% - 120rem) / 2) 2rem;
}
.page-bottom .quyu1 {
  display: flex;
}
.page-bottom .quyu1 .left img {
  max-width: 100%;
  height: auto;
}
.page-bottom .quyu1 .left span {
  display: block;
  font-size: 1.6rem;
}
.page-bottom .quyu1 .center {
  display: flex;
  align-items: center;
  margin-left: 80px;
}
.page-bottom .quyu1 .center img {
  max-width: 100%;
  height: auto;
}
.page-bottom .quyu1 .right .box1 {
  display: flex;
  text-align: center;
  margin-bottom: 1.3rem;
  font-size: 1.6rem;
}

.page-bottom .quyu1 .right .box1 > div img {
  max-width: 100%;
  height: auto;
  margin-bottom: 1rem;
}
.page-bottom .quyu1 .right .box2 {
  display: flex;
  text-align: center;
  justify-content: flex-end;
  font-size: 1.6rem;
}
.page-bottom .quyu1 .right .box2 img {
  max-width: 100%;
  height: auto;
  margin-left: 2.3rem;
}
.page-bottom .quyu2 {
  display: flex;
  align-items: center;
  /* justify-content: space-around; */
  border-bottom: #4A4A4A 1px solid;
  margin-bottom: 1.9rem;
  margin-top: 3.3rem;
}
.page-bottom .quyu2 .links{
  width: 80%;
  display: flex!important;
  align-items: center;
  justify-content: space-between;
  margin-right: 5rem;
}
.page-bottom .quyu2 .links a {
  margin-right: 0;
  font-size: 1.6rem;
  color: #fff;
}
.page-bottom .quyu2 .apps {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: 1rem;
}
.page-bottom .quyu2 .apps > div:first-child{
  margin-right: 1rem;
}
.page-bottom .quyu2 .apps img {
  width: 16.8rem;
  height: auto;
}
.page-bottom .quyu2 .apps .col-6{
  padding: 0;
}
.page-bottom .quyu2 .apps .nav-link{
  padding: 0;
}
.page-bottom .quyu3 {
  font-size: 1.6rem;
}

.floatzone {
  position: fixed;
  right: 0;
  bottom: 25%;
  background: #ffffff;
  border-radius: 1rem 0 0 1rem;
  z-index: 9000;
  transition: transform 0.3s ease; /* 保持过渡动画 */
}

/* 收缩按钮样式优化 */
.sidebar-toggle {
  position: absolute;
  left: -15px; /* 向左突出一半 */
  top: 50%;
  transform: translateY(-50%);
  background: white;
  border-radius: 50%;
  padding: 5px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  z-index: 10; /* 确保在最上层 */
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1px solid #326CFE;
}

.floatzone .buttons {
  width: 11.3rem;
  border: 1px solid #326CFE;
  border-radius: 1rem 0 0 1rem;
  /* overflow: hidden; */
}

.floatzone .buttons img {
  margin: 0 auto;
}

.floatzone .buttons .kefu {
  height: 9rem;
  color: #326CFE;
  padding-top: 1.4rem;
  text-align: center;
  font-size: 1.8rem;
  display: flex;
  flex-direction: column;
}

.floatzone .buttons .zixun {
  height: 9rem;
  background: #326CFE;
  color: #ffffff;
  padding-top: 1.4rem;
  text-align: center;
  position: relative;
  font-size: 1.8rem;
  display: flex;
  flex-direction: column;
}

.floatzone .buttons .zixun .zixun-popover {
  background: #326CFE;
  color: #ffffff;
}

.floatzone .buttons .zixun .dh {
  position: absolute;
  top: 50%;
  left: -17.4rem;
  width: 16.2rem;
  height: 3.8rem;
  line-height: 3.8rem;
  margin-top: -1.9rem;
  z-index: 800;
  background: #326CFE;
  box-shadow: 0 0.3rem 1.2rem 1rem #86A8FF;
  color: #ffffff;
  border-radius: 0.5rem;
  display: none;
}

/* 隐藏按钮文字，仅保留图标 */
.sidebar-toggle span {
  display: none;
}

/* 收缩状态 */
.floatzone.contracted {
  transform: translateX(100%);
}

/* 收缩时调整按钮位置 */
.floatzone.contracted .sidebar-toggle {
  transform: translateY(-50%) translateX(-100%);
}
.breadcrumb{
  font-size: 1.6rem;
}
.page-main .left-menu .item .menu-i{
  font-size: 2rem;
}
/*# sourceMappingURL=theme.css.map */
