/* 公共样式 */

body {
  color: #575d6c;
}

.main-index {
  position: relative;
  top: 120px;
  /* height: calc(100vh - 137px); */
  min-height: unset;
  overflow: hidden;
}

.main-index .content-right {
  position: relative;
  left: 290px;
  width: calc(100% - 335px - 280px);
  height: 100%;
  min-height: unset;
  background: #fff;
  overflow-y: auto;
  padding-right: 30px;
}
.content-for-webmagic ul {
  padding-left: 40px;
  color: #595959;
}

.main-index .main-level {
  margin: 10px 0 0 0;
  height: 82%;
  overflow: auto;
  padding: 10px !important;
}

/* 公共样式 - 底部版权 */

.copyright {
  height: 106px;
  border-top: 1px solid #f3f4f5;
  padding: 0 30px 0 0;
  text-align: right;
  font-size: 12px;
  color: #adb0b8;
}

/* 公共样式 - permissions和region页面内容区表格样式 */

.cellrowheader {
  font-size: 12px;
  font-weight: 400;
  color: #575d6c;
  background: #f2f5fc;
}

.cellrowborder {
  font-size: 12px;
  color: #252b3a;
}

/* 左侧导航栏 */

.content-left {
  display: inline-block;
  position: fixed;
  top: unset;
  /* left: 0; */
  overflow: hidden;
  width: 300px !important;
  height: calc(100vh - 95px);
  padding-left: 0;
  border-right: 1px solid rgba(0, 0, 0, 0.08);
}

/* 左侧导航栏 - 头部 */

.vnavbar-third {
  padding: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.vnavbar-title-third {
  position: relative;
  font-size: 18px;
  font-weight: 550;
  color: #252b3a;
  display: inline-block;
}

.vnavbar-subtitle-third {
  font-size: 12px;
  color: #575d6c;
  font-weight: 400;
}

/* 右侧锚点导航栏 */

/* 右侧锚点导航栏 - 头部 */

.vnavbar-title {
  height: 113px;
  line-height: 113px;
  border-bottom: 1px solid #e9edfa;
  font-size: 20px;
  color: #252b3a;
}

.content-anchor-opening {
  height: inherit;
}

.content-anchor-closing {
  display: inline-block;
  margin-top: 10px;
  right: 30px;
  width: 50px;
  height: 22px;
  background: url(../../images/v1/help/info.svg) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}

.content-anchor-close {
  display: inline-block;
  position: absolute;
  top: 45px;
  right: 40px;
  width: 24px;
  height: 24px;
  background-image: url(../../images/v1/help/list-closed.svg);
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}
.content-anchor-open {
  background-image: url(../../images/v1/help/list-open.svg);
}

/* 左右侧导航栏 - 内容条目及选中效果 */

.vnavbar ul li {
  position: relative;
  padding-left: 16px;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  color: #595959;
}
.vnavbar ul li:not(:last-child):after {
  content: "";
  width: 1px;
  height: inherit;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.08);
  position: absolute;
  left: -1px;
  top: 50%;
}
.vnavbar ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid rgb(194, 194, 194);
  position: absolute;
  left: -4px;
  top: 40%;
  z-index: 1;
}
.vnavbar ul li:hover :before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid #191919;
  position: absolute;
  left: -4px;
  top: 40%;
  z-index: 1;
}
.vnavbar ul li.current {
  color: #191919;
}

.vnavbar ul li:hover {
  color: #191919;
}

.vnavbar ul li.current:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid #191919;
  position: absolute;
  left: -4px;
  top: 40%;
  z-index: 1;
}

.vnavbar ul li.current a {
  border-right: unset;
}

.vnavbar ul li a {
  padding: 0;
  border-right: unset;
  text-decoration: none;
  color: unset;
}

/* 右侧导航栏关闭时样式 */

.content-anchor-closed {
  width: 50px;
}

.main-index .content-right-closed {
  width: calc(100% - 290px - 150px);
}

/* 移动端适配 */
@media screen and (max-width: 414px) {
  .content-anchor {
    display: none;
  }
  #headNav1 {
    display: none;
  }
  .content-left {
    left: -300px;
    z-index: 2;
  }
  .main-index {
    height: auto;
  }
}
@media screen and (min-width: 415px) and (max-width: 1023px) {
  .content-anchor {
    display: none;
  }
  #headNav1 {
    display: none;
  }
  .content-left {
    left: -300px;
    z-index: 2;
  }
  .main-index {
    height: auto;
  }
}
@media screen and (min-width: 1024px) {
  .content-anchor {
    display: inline-block;
    position: fixed;
    top: unset;
    right: 0;
    width: 250px;
    height: calc(100vh - 137px);
    padding-left: 0px;
    background-color: #fff;
  }
  .content-left {
    left: 0px;
  }
  .main-index {
    height: calc(100vh - 65px);
  }
}
.left-menu {
  height: 80%;
  overflow-y: auto;
  margin-top: 7px;
  padding-left: 0 !important;
}
.left-menu > div:last-child {
  margin-bottom: 20px;
}
