/*已提前引入公共样式文件var.css*/
.header {
  width: 100%;
}
.header .header-top {
  height: 0.42rem;
  width: 100%;
}
.header .header-top img {
  height: 100%;
}
.header .header-top .logo {
  width: 1rem;
  height: 0.21rem;
  display: inline-block;
  vertical-align: bottom;
}
.header .header-top .web-name {
  font-size: 0.15rem;
  font-family: Arial-Bold, Arial;
  font-weight: bold;
  color: #113961;
  line-height: 0rem;
  margin-left: 0.07rem;
  display: inline-block;
}
.header .header-top .icon {
  cursor: pointer;
  width: 0.11rem;
  height: 0.11rem;
}
.header .header-top .right {
  margin-top: 0.03rem;
}
.header .header-top .search-box {
  width: 3.31rem;
  height: 0.18rem;
  background: #f8f8f8;
  display: inline-block;
  padding: 5px;
}
.header .header-top .search-box .icon {
  width: 0.1rem;
  height: 0.1rem;
  vertical-align: top;
  position: relative;
  top: 0.01rem;
  left: 0.01rem;
}
.header .header-top .search-box input {
  width: 3rem;
  height: 100%;
  line-height: 0.18rem;
  margin-left: 0.1rem;
  outline: none;
  border: none;
  background: #f8f8f8;
}
.header .header-top .icon-list {
  margin-left: 0.13rem;
  display: inline-block;
  vertical-align: middle;
}
.header .header-top .icon-list .icon {
  margin-left: 0.13rem;
}
.header .header-top .icon-list .icon:hover + .tooltip {
  visibility: visible;
}
.header .header-top .icon-list .tooltip-box {
  display: inline-block;
  position: relative;
}
.header .header-top .icon-list .tooltip-box .tooltip {
  visibility: hidden;
  position: absolute;
  top: 130%;
  left: calc(50% - 0.3rem);
  z-index: 9999;
  background: linear-gradient(#8eb3d9, white);
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
  width: 0.83rem;
}
.header .header-top .icon-list .tooltip-box .tooltip ul {
  width: 100%;
}
.header .header-top .icon-list .tooltip-box .tooltip ul li {
  height: 0.14rem;
  line-height: 0.14rem;
  padding-left: 0.07rem;
  color: #113961;
  text-align: left;
}
.header .header-top .icon-list .tooltip-box .tooltip ul li:hover {
  background: rgba(248, 248, 248, 0.3);
}
.header .header-top .icon-list .tooltip-box .tooltip::after {
  content: " ";
  position: absolute;
  bottom: 100%;
  left: calc(50% - 10px);
  z-index: 99;
  margin-left: -5px;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent #597ea3 transparent;
}
.header .header-top .icon-list .tooltip-box .tooltip:hover {
  visibility: visible;
}
.header .header-bottom {
  width: 100%;
  height: 0.42rem;
  background: #113961;
  position: relative;
}
.header .header-bottom .header-column ul {
  height: 0.42rem;
  padding-left: 0;
  display: inline-block;
}
.header .header-bottom .header-column ul li {
  height: 100%;
  line-height: 0.42rem;
  display: inline-block;
  margin-right: 0.26rem;
  font-size: 0.1rem;
  color: white;
}
.header .header-bottom .header-column ul li:hover {
  border-bottom: solid #8dc11f 4px;
}
.header .header-bottom .header-column ul li.current {
  border-bottom: solid #8dc11f 4px;
}
.header .header-bottom .header-column .right {
  line-height: 0.42rem;
  height: 0.42rem;
}
.header .header-bottom .header-column .right .qrcode-select {
  display: inline-block;
  margin-right: 0.38rem;
  height: 100%;
}
.header .header-bottom .header-column .right .qrcode-select span {
  font-size: 0.1rem;
  color: white;
  margin-right: 0.05rem;
}
.header .header-bottom .header-column .right .qrcode-select .arrow {
  display: inline-block;
  width: 0.15rem;
  height: 0.15rem;
  vertical-align: middle;
}
.header .header-bottom .header-column .right .qrcode-select.current {
  border-bottom: solid #8dc11f 2px;
}
.header .header-bottom .header-column .right .column-fold {
  display: inline-block;
  cursor: pointer;
  color: white;
  font-weight: bold;
  font-size: 0.1rem;
  vertical-align: sub;
}
.header .header-bottom .header-column .right .column-fold span {
  display: none;
}
.header .header-bottom .header-column .right .column-fold img {
  width: 0.16rem;
}
.header .header-bottom .header-column .right .column-fold.unfold span {
  display: inline;
}
.header .header-bottom .header-column .right .column-fold.unfold img {
  display: none;
}
.header .header-bottom .qrcode-box {
  border-top: solid rgba(226, 226, 226, 0.5) 1px;
  background: #113961;
  text-align: center;
  padding-top: 0.36rem;
  padding-bottom: 0.36rem;
  position: absolute;
  z-index: 999;
  width: 100%;
  display: none;
}
.header .header-bottom .qrcode-box ul li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 1rem;
  height: 0.8rem;
  line-height: 0.8rem;
  margin-right: 0.3rem;
}
.header .header-bottom .qrcode-box ul li span {
  position: absolute;
  top: -0.22rem;
  line-height: initial;
  color: white;
  left: 50%;
  width: 100%;
  transform: translate(-50%, 0);
}
.header .header-bottom .qrcode-box ul li img {
  width: 0.8rem;
  margin: 0 auto;
  object-fit: contain;
}
.header .header-bottom .qrcode-box ul li img.icon {
  width: 0.18rem;
  height: 0.18rem;
}
.header .header-bottom .column-fold-box {
  position: absolute;
  z-index: 999;
  width: 100%;
  display: none;
  background: #113961;
  font-size: 0.08rem;
  color: white;
  padding-top: 0.24rem;
  padding-bottom: 0.24rem;
  border-top: solid rgba(226, 226, 226, 0.5) 1px;
}
.header .header-bottom .column-fold-box .column-fold-list {
  padding-bottom: 0.2rem;
}
.header .header-bottom .column-fold-box .column-fold-list .column-item {
  display: inline-block;
  margin-right: 0.3rem;
  margin-bottom: 0.1rem;
  text-align: left;
  color: #FFFFFF;
  vertical-align: top;
}
.header .header-bottom .column-fold-box .column-fold-list .column-item .node {
  font-size: 0.09rem;
  font-family: Arial-Bold, Arial;
  font-weight: bold;
}
.header .header-bottom .column-fold-box .column-fold-list .column-item ul {
  margin-top: 0.18rem;
}
.header .header-bottom .column-fold-box .column-fold-list .column-item ul li {
  font-size: 0.07rem;
  font-family: Arial-Regular, Arial;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 0.05rem;
  cursor: pointer;
}
.header .header-bottom .column-fold-box .column-fold-list .column-item ul li:hover {
  border-bottom: solid #8dc11f 2px;
}
.header .header-bottom .column-fold-box .column-fold-list .column-item.download ul li:hover {
  border-bottom: none;
}
.header .header-bottom .column-fold-box hr {
  border: none;
  border-top: solid rgba(226, 226, 226, 0.5) 1px;
}
.header .header-bottom .column-fold-box .relationship {
  margin-top: 0.2rem;
}
.header .header-bottom .column-fold-box .relationship ul {
  margin-right: 0.1rem;
  display: inline-block;
}
.header .header-bottom .column-fold-box .relationship li {
  display: inline-block;
  margin-left: 0.18rem;
  line-height: 2;
  cursor: pointer;
}
.header .header-bottom.fix-top {
  position: fixed;
  top: 0;
  z-index: 999;
}
