.header-wrap {
  box-shadow: 2px 0px 10px 0px #cdd6ea;
  background-color: #fff;
  position: sticky;
  top: 0;
  z-index: 999;
}
.header {
  width: 1020px;
  margin: 0 auto;
  box-sizing: border-box;
  height: 65px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.left {
  display: flex;
  align-items: center;
}
.left .logo {
  height: 24px;
  margin-right: 5px;
  cursor: pointer;
}
.right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.right .btn {
  width: 72px;
  height: 30px;
  font-size: 12px;
  margin-left: 10px;
}
.right .link-btn {
  color: inherit;
  background-color: #ffffff;
}
.right .link-btn:focus,
.right .btn.link-btn:focus:active {
  outline: none;
}
.right .link-btn:focus-visible {
  outline: none;
}
.right .link-btn:active {
  box-shadow: none;
}

.sign_body .container,
.container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  width: 100%;
  height: calc(100vh - 65px);
  background-color: #f6f7fd;
  background-position: center center;
  background-size: auto 100%;;
  background-repeat: no-repeat;
}

.bright-layout-footer {
  height: 60px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #999;
  font-size: 12px;
  width: 980px;
  margin: auto;
}
.beian-icp {
  width: 50%;
}
.beian-contant {
  width: 50%;
  padding-left: 100px;

  vertical-align: top;
}
.beian-contant > img {
  width: 20px;
  margin-right: 12px;
}
.beian-contant > span {
  line-height: 20px;
  vertical-align: top;
}
