* {
  box-sizing: content-box;
}

html,
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC",
    "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial,
    sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  min-width: 1080px;
  min-height: 100%;
}

#__next {
  min-height: 100%;
}

.page-layout {
  min-height: 100%;
}

.header-nav-affix .ant-affix {
  z-index: 800;
}

.contact-us-form {
  width: 560px;
  padding-right: 32px;
}

.contact-us-form.ant-popover-placement-leftBottom
  > .ant-popover-content
  > .ant-popover-arrow {
  right: 28px;
  border-radius: 4px;
  background: #fff;
}

.contact-us-form .ant-popover-buttons {
  display: none;
}

.contact-us-form .ant-popover-message-title {
  padding: 16px 16px 0;
}

.header-nav {
  min-width: 1280px;
  width: 100%;
  overflow: visible;
  height: 0.8rem;
  background-color: #141724;
  text-align: center;
}

.header-inner {
  width: 1080px;
  max-width: 1080px;
  display: inline-block;
  position: relative;
  text-align: center;
}

.header-nav-inner {
  display: inline-block;
  padding: 0;
}

.header-nav-inner ul {
  margin: 0;
  padding: 0;
  font-size: 0.16rem;
}

.header-nav-inner ul li {
  display: inline-block;
  margin: 0 0.36rem;
  height: 0.8rem;
  line-height: 0.8rem;
  color: #b0c7e7;
  font-size: 0.16rem;
  font-weight: 400;
}

.header-nav-inner ul li.active {
  color: #fff;
  position: relative;
}

.header-nav-inner ul li.active:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background: #fff;
}

.header-nav-inner ul li a {
  color: inherit;
  display: inline-block;
  height: inherit;
  line-height: inherit;
  transition: all 0.3s ease-in-out;
}

.header-nav-inner ul li a:hover {
  color: #fff;
}

.header-nav-dropmenu {
  padding: 12px;
  list-style: none;
  background-color: #fff;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
}

.header-nav-dropmenu li {
  padding: 8px;
  /* cursor: pointer; */
}

.header-nav-dropitem {
  font-size: 16px;
  cursor: pointer;
}

.header-logo {
  display: inline-block;
  padding: 0;
  height: 0.8rem;
  line-height: 0.8rem;
  float: left;
}

.header-logo-icon {
  margin-right: 0.08rem;
  animation-name: spin;
  animation-duration: 5000ms;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0.7, 0.4, 0.45, 0.75);
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.header-contact-us {
  display: inline-block;
  padding: 0;
  height: 0.8rem;
  line-height: 0.8rem;
  float: right;
}

.header-contact-us a {
  display: inline-block;
  width: 1.06rem;
  height: 0.32rem;
  line-height: 0.32rem;
  background: #14ad5a;
  box-shadow: 0px 3px 6px 0px rgba(112, 240, 124, 0.4);
  border-radius: 0.16rem;
}

.header-contact-us span {
  display: inline-block;
  font-size: 0.14rem;
  line-height: 0.2rem;
  font-weight: 400;
  color: #fff;
}
