﻿body {
  font-weight: normal;
  font-style: normal;
  font-family: Arial, SourceHanSansCN-Normal, 微软雅黑;
  font-size: 3vw;
  color: #3e3a3a;
  text-indent: 0;
  margin: 0;
}

/*原先nav.css的样式*/
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 32vw;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 4.5vw;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.open > .dropdown-menu {
  display: block;
  position: static;
  float: none;
  width: auto;
  margin-top: 0;
  background-color: rgba(255,255,255,0.1);
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-left: 40px;
}

.dropdown-menu > li > a {
  display: block;
  clear: both;
  font-weight: normal;
  color: #fff;
  white-space: nowrap;
  text-align: left;
  font-size: 4vw;
  padding-left: 6px;
  line-height: 4vw;
}

[role="button"] {
  cursor: pointer;
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('glyphicons-halflings-regular.eot');
  src: url('glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
       url('glyphicons-halflings-regular.ttf') format('truetype'),
       url('glyphicons-halflings-regular.svg#@{icon-font-svg-id}') format('svg');
}

.glyphicon {
  font-size: 10px;
  position: relative;
  top: 2px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-globe:before {
  content: "\e135";
  color: #fff;
  font-size: 4.5vw;
}

.glyphicon-menu-down:before {
  content: "\e259";
  color: #fff;
  font-size: 4.5vw;
}

/*首页*/
.chapter-top {
  width: 100%;
  background: url("../images/index.png") 100% 100% /cover no-repeat;
}

.chapter-language-set {
  width: 40%;
  list-style: none;
}

.chapter-globe {
  margin-top: 10px;
  margin-left: 15px;
}

.chapter-dropdown-title {
  padding-left: 5px;
  font-size: 4.5vw;
  color: #ffffff;
}

.chapter-arrow-down {
  padding-left: 5px;
  padding-right: 5px;
}

.chapter-bottom {
  margin: 0px;
}

.chapter-bottom-main {
  position: relative;
}

.chapter-query-model {
  width: 88%;
  margin-top: -18%;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0 5px 10px -5px #efefef;
}

.chapter-bottom-title {
  padding-top: 4.5%;
  padding-bottom: 4.5%;
  font-size: 5vw;
  color: #3e3a39;
}

.chapter-bottom-group {
  display: flex;
  justify-content: center;
  font-size: 0px;
  padding-bottom: 5%;
}

.chapter-select-item {
  appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 58vw;
  text-indent: 4%;
  color: #3e3a39;
  font-size: 4vw;
  border-radius: 0px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  border: 1px solid #5078f2;
  border-right: none;
  background: url("../images/arrow.png") 100% 100% /contain no-repeat;
  background-color: #f7f8f8;
}

.chapter-input-item {
  appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 58vw;
  text-indent: 4%;
  color: #3e3a39;
  font-size: 4vw;
  border-radius: 0px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  border: 1px solid #b5b5b6;
  border-right: none;
  background-color: #f7f8f8;
}

.chapter-btn-search {
  width: 18%;
  color: #ffffff;
  padding-top: 1.5%;
  padding-bottom: 1.5%;
  background-color: #5078f2;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border: 1px solid #5078f2;
  border-left: none;
}

.chapter-bottom-info {
  width: 100%;
  margin-top: 30%;
}

.chapter-bottom-prompt {
  font-size: 3vw;
  color: #585858;
  margin: 5vw auto;
}

.chapter-copyright {
  color: #a9a9a9;
}

/*chapter以外页的样式*/
.page-content {
  margin: 5% 4% 8%;
}

.page-content-top {
  display: flex;
  justify-content: space-between;
}

.page-content-top-title {
  max-width: 80%;
  color: #5078f2;
  font-size: 5.2vw;
}

.page-content-top-image {
  width: 17%;
  font-size: 3.8vw;
  background: url("./images/home-page.png") 100% 80% /contain no-repeat;
}

.page-content-top-image-box {
  width: 100%;
  height: 100%;
}

.page-content-bottom {
  width: 100%;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0 0 5px #efefef;
  margin-top: 10%;
  margin-bottom: 10%;
  padding-top: 6%;
  padding-bottom: 6%;
}

.page-content-bottom-content {
  margin: 0%;
}

.row-imgs {
  display: flex;
  justify-content: space-between;
}

.row-imgs a {
  width: 47%;
}

.row-imgs a img {
  width: 100%;
}

.row-dis {
  margin-top: 5%;
}

/*目录列表*/
.error-help-box {
  text-decoration: none;
}

.error-help {
  width: 10vw;
  height: 10vw;
  position: fixed;
  bottom: 5vh;
  right: 5vw;
  z-index: 9999;
  background: url("../images/error-help.png") 100% 100% /contain no-repeat;
}

.go-top-box {
  text-decoration: none;
}

.go-top {
  width: 10vw;
  height: 10vw;
  position: fixed;
  bottom: 15vh;
  right: 5vw;
  z-index: 9999;
  background: url("../images/go-top.png") 100% 100% /contain no-repeat;
}

.page-content-big-text {
  margin-top: 6vw;
  margin-bottom: 3vw;
  font-size: 5.2vw;
}

.page-content-middle-text {
  margin-bottom: 2.8vw;
  font-size: 4.8vw;
}

.page-content-small-text {
  margin-top: 1vw;
  font-size: 3.5vw;
}

/*告警和指示灯表格的样式*/
.normal-table,
.warning-table,
.bbu-indicator-table,
.indicator-table {
  width: 100%;
  border-collapse: collapse;
}

.normal-table tbody tr,
.warning-table tbody tr,
.bbu-indicator-table tbody tr,
.indicator-table tbody tr {
  color: #3a3a3a;
}

/*.warning-table tbody tr:nth-child(even) {
  background-color: #f7f8f8;
}*/

.normal-table thead th,
.warning-table thead th,
.bbu-indicator-table thead th,
.indicator-table thead th {
  height: 7vw;
  line-height: 7vw;
  font-size: 3.8vw;
  background-color: #aec5ff;
}

.normal-table tbody tr,
.warning-table tbody tr,
.bbu-indicator-table tbody tr,
.indicator-table tbody tr {
  height: 5.5vw;
  line-height: 5.5vw;
  font-size: 3vw;
}

.normal-table thead tr th,
.normal-table tbody tr td,
.warning-table thead tr th,
.warning-table tbody tr td,
.bbu-indicator-table thead tr th,
.bbu-indicator-table tbody tr td,
.indicator-table thead tr th,
.indicator-table tbody tr td {
  padding-left: 2vw;
  padding-top: 1vw;
  padding-bottom: 1vw;
  border: 1px solid #3a3a3a;
}

.normal-table thead tr th,
.warning-table thead tr th,
.bbu-indicator-table thead tr th,
.indicator-table thead tr th {
  text-align: left;
}

.normal-table a,
.warning-table a,
.bbu-indicator-table a,
.indicator-table a {
  color: #5078f2;
}

.normal-table tbody tr td:first-child {
  width: 20%;
}

.normal-table tbody tr td:nth-child(2) {
  width: 20%;
}

.normal-table tbody tr td:nth-child(3) {
  width: 20%;
}

.normal-table tbody tr td:nth-child(4) {
  width: 20%;
}

.normal-table tbody tr td:nth-child(5) {
  width: 20%;
}

.warning-table tbody tr td:first-child {
  width: 15%;
}

.warning-table tbody tr td:nth-child(2) {
  width: 75%;
}

.warning-table tbody tr td:nth-child(3) {
  width: 10%;
}

.bbu-indicator-table tbody tr td:first-child {
  width: 15%;
}

.bbu-indicator-table tbody tr td:nth-child(2) {
  width: 15%;
}

.bbu-indicator-table tbody tr td:nth-child(3) {
  width: 10%;
}

.bbu-indicator-table tbody tr td:nth-child(4) {
  width: 20%;
}

.bbu-indicator-table tbody tr td:nth-child(5) {
  width: 40%;
}

.indicator-table tbody tr td:first-child {
  width: 20%;
}

.indicator-table tbody tr td:nth-child(2) {
  width: 20%;
}

.indicator-table tbody tr td:nth-child(3) {
  width: 60%;
}

.indicator-table img {
  width: 9vw;
  height: 9vw;
}

.cell-img {
  padding-right: 2vw;
  text-align: center;
}

.cell-title {
  font-size: 3.5vw;
}

/*内容样式*/
.content-detail {
  width: 100%;
  margin-top: 8vw;
  margin-bottom: 10vw;
}

.content-detail .ul-list {
  padding-inline-start: 4vw;
  margin-bottom: 5vw;
}

.content-detail .ul-list-decimal {
  list-style-type: decimal;
}

.content-detail .ul-list-loweralpha {
  list-style-type: lower-alpha;
}

.content-detail .ul-no-type {
  list-style-type: none;
}

.content-detail ul li {
  margin: 5px auto;
}

.content-detail ul li a {
  font-size: 4vw;
  color: #5078f2;
}

.content-detail img {
  max-width: 100%;
}

.content-detail .indentation {
  margin-left: 15px;
}

.content-table {
  width: 100%;
  margin-top: 6vw;
  margin-bottom: 6vw;
  border-collapse: collapse;
}

.content-table thead th {
  height: 7vw;
  line-height: 7vw;
  font-size: 3.8vw;
  text-align: left;
  background-color: #aec5ff;
}

.content-table tbody td {
  height: 5.5vw;
  line-height: 5.5vw;
  font-size: 3.5vw;
}

.content-table thead tr th,
.content-table tbody tr td {
  padding: 1vw 3vw;
  border: 1px solid #3a3a3a;
}

.content-table a {
  color: #5078f2;
}