/* 子页面公共样式 */

.div-line {
  width: calc(100% - 1.2rem);
  height: 1.2rem;
  background: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  margin: 0rem auto;
  position: relative;
  z-index: 2;
}

/* .div-line::before, .div-line::after {
    content: '';
    display: inline-block;
    width: 0.7rem;
    height: 1.4rem;
    background: #ffffff;
    position: absolute;
} */

.div-line::before {
  left: -0.7rem;
  top: 0rem;
}

.div-line::after {
  width: calc(0.7rem - 16px);
  right: calc(-0.7rem + 16px);
  top: 0rem;
}

/* 子页面左侧菜单公共样式 */
.subContent {
  padding-top: 1.4rem;
  height: 100vh;
  box-sizing: border-box;
  overflow: auto;
  position: relative;
  top: -1.2rem;
  z-index: 1;
}

.subContent > .main .left {
  width: 4.05rem;
  max-height: calc(100vh - 2rem);
  box-sizing: border-box;
  position: fixed;
  top: 1.48rem;
  /* overflow-y: auto; */
}

/* 处理左侧菜单滚动效果 */
.subContent > .main .swiper-container {
  height: calc(100vh - 2rem);
}

.subContent > .main .swiper-container .swiper-slide {
  height: auto;
}

.subContent > .main .swiper-container > .swiper-scrollbar {
  width: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}
/* 菜单滑动结束 */

/* 鼠标划过菜单显示高度 */

#leftMenu > div[data-click="1"]:hover {
  color: rgba(77, 178, 172, 1) !important;
}

/* 高亮结束 */

.subContent > .main .left .title {
  font-size: 0.5rem;
  line-height: 1rem;
  margin: 0.3rem 0rem 0.5rem 0.1rem;
}

.subContent > .main .left .sub-tit {
  font-size: 0.24rem;
  line-height: 0.24rem;
  margin: 0.3rem 0rem 0.1rem 0.1rem;
}

.subContent > .main .left .sub-tit-lev3 {
  font-size: 0.24rem;

  margin: 0.1rem 0rem 0.1rem 0.3rem;
  color: rgba(0, 0, 0, 0.6);
}

.subContent > .main .left div.hover {
  cursor: pointer;
}

.subContent > .main .left div.active {
  color: rgba(78, 177, 172, 1);
  /*  */
}

.subContent > .main .right {
  width: 10.9rem;
  margin-left: 5.5rem;
  box-sizing: border-box;
}

.subContent > .main .right .title {
  font-size: 0.5rem;
  margin-top: 1.75rem;
}

.main,
.detail-content {
  margin: 0rem 0.7rem;
  min-height: calc(100vh - 1.9rem) !important;
  border: 1px solid #ffffff;
  box-sizing: border-box;
  padding-bottom: 0.85rem;
}

#container {
  box-sizing: border-box;
  min-height: calc(100vh - 0.5rem) !important;
}

/* 底部信息 */
.footer {
  /* margin-top: 2rem;
    padding-top: 0.2rem; */
  width: 100%;
  background: rgba(0, 0, 0, 0.04);
  box-sizing: border-box;
  font-size: 0.14rem;
}

.footer > p.info {
  margin: 0.1rem 0rem;
  padding: 0px 0.7rem;

  line-height: 0.24rem;
  display: none;
}

.footer > p.copy-right {
  margin: 0rem 0rem 0rem 0rem;
  padding: 0px 0.7rem;
  min-height: 0.5rem;
  line-height: 0.5rem;

  background: rgba(0, 0, 0, 0.04);
}

iframe {
  height: 9rem;
}

/* 站点统计 */
.vital {
  position: relative;
  bottom: -3px;
}

.vital img {
  font-size: 0px;
}
