@charset "utf-8";
/* CSS Document */
.p1736mf1736-0d3f47032356385b2 .xg_menuUl2 {
  background: url(https://rc0.zihu.com/g5/M00/52/85/CgAGbGoAijaALIcyAAAED3IksIk975.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  position:unset;
  z-index: 1; /* 关键：让菜单本身在上层 */
}

/* 上边框 */
.p1736mf1736-0d3f47032356385b2 .xg_menuUl2 {
  background: url(https://rc0.zihu.com/g5/M00/52/85/CgAGbGoAijaALIcyAAAED3IksIk975.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  position: unset;
  z-index: 1;
}

/* 上边框：左→右 #b2a789 75% → 透明 */
.p1736mf1736-0d3f47032356385b2 .xg_menuUl2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #b2a789 75%, transparent 100%);
  z-index: -1;
  pointer-events: none;
}

/* 右边框 + 下边框 + 左边框（全部深色改成透明）*/
.p1736mf1736-0d3f47032356385b2 .xg_menuUl2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;

  background-image:
    /* 右边：上→下 透明 35% → #b2a789 */
    linear-gradient(180deg, transparent 25%, #b2a789 100%),
    /* 下边：左→右 透明 25% → #b2a789 */
    linear-gradient(90deg, transparent 15%, #b2a789 100%),
    /* 左边：上→下 #b2a789 65% → 透明 */
    linear-gradient(180deg, #b2a789 65%, transparent 100%);

  background-position: right 0, 0 bottom, left 0;
  background-size: 1px 100%, 100% 1px, 1px 100%;
  background-repeat: no-repeat;
}
menuLi2:last-child{border-bottom:none !important;}

/*logo*/
.p1736mf1736-0244f5d749bfe92ba{position:absolute !important;}

/*备案文字*/
/* 390px ~ 430px 区间 */
@media (min-width: 390px) and (max-width: 430px) {
    .p1729mf1729-08f4c008721f5efeb {
        left: 80px !important;
    }
}

/* 小于等于 375px */
@media (max-width: 375px) {
    .p1729mf1729-08f4c008721f5efeb {
        left: 120px !important;
    }
}

