*,
body,
html {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-padding-top: 88px; /* 匹配固定头部的高度 */
}
body {
  background-color: #fff;
}
i.at {
    margin: 0 3px;
    font-style: normal;
}
i.at::before {
    content: '\40';
}
/*==页头导航区域开始==*/
header {
  top:0;
  width: 100%;
  height: 88px;
  position: fixed;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(10px);
  box-shadow: rgba(0, 0, 0, 0.02) 0px 4px 20px -1px,
    rgba(0, 0, 0, 0.1) 0px 2px 4px -2px;
}
header.light-header {
  background-color: rgba(255, 255, 255, 0.8);
}
header.light-header.floating {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 20px -5px,
    rgba(0, 0, 0, 0.1) 0px 2px 4px -2px;
}
header.light-header .logo-text {
  color: #37434b;
}
header.light-header .logo-text span {
  color: #515f68;
}
header.light-header .nav-wrap a {
  color: #37434b;
}
header.light-header .logo-image > svg > path {
  color: #2e3a42;
}
banner{
    display: block;
}
.page-header {
  max-width: 1760px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  height: 100%;
}
.ph-container {
  max-width: 1750px;
}
.gatemail-logo {
  position: relative;
}
.logo-container {
  padding: 20px 0 0 20px;
  display: flex;
  color: white;
}
.logo-text {
  margin-left: 15px;
  text-align: right;
  font-size: 30px;
  font-weight: bold;
  line-height: 22px;
  padding-top: 3px;
  color: #fff;
}
.logo-text span {
  font-size: 16px;
  font-weight: lighter;
  color: #bdc5d1;
}
.nav-wrap {
  padding-right: 20px;
}
/*==页头导航区域结束==*/
.subanner {
  background-color: #010920;
  height: 360px;
}
.subanner-wrap {
  height: 100%;
  margin: 0 auto;
  max-width: 1760px;
  position: relative;
}
.subanner-image {
  height: 360px;
  width: 720px;
  background: url("/images/banner-y500xb5l6dgs2ixq.jpg") no-repeat center center;
  position: absolute;
  bottom: 0;
  right: -100px;
  z-index: 0;
}
.page-title{
  color:#e0e6f1;
  font-size: 46px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 250px;
  line-height: 33px;
}
.page-title > span {
  color: #74839b;
  font-size: 24px;
  font-family: 'univia';
  font-weight: normal;
}
/*==页脚开始==*/
footer {
  padding: 40px 0 20px 0;
  background-color: #0c172d;
}
.footer-container {
  margin: 0 auto;
  width: 920px;
  display: grid;
  grid-template-columns: 1fr 80px 270px 50px 158px;
}
.footer-links {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.links-title {
    color: #babcc0;
}
.qrcode-image {
  background: url("/images/service-qrcode.png") no-repeat center center;
  width: 158px;
  height: 158px;
}
.qrcode-caption {
  color: #babcc0;
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
}
.links-list {
  display: flex;
  flex-direction: column;
}
.links-list > a {
  color: #68717f;
  font-size: 14px;
  margin: 3px 0;
  text-decoration: none;
}
.links-list > a:hover {
  color: #a4acb8;
}
.links-list > a > span {
  padding: 2px 5px;
  border-radius: 5px;
  background-color: #081322;
  margin-right: 6px;
}
.links-title {
  font-size: 16px;
  font-weight: bold;
  color: #babcc0;
  margin-bottom: 10px;
}
.footer-contact {
    color: #fff;
}
    .footer-contact > .link-info > i {
        font-style: normal;
        margin-right: 10px;
    }
.link-info > i::before {
    font-family: 'FontAwesome';
    margin-right: 4px;
    font-weight: 900;
    font-size:16px;
}
.link-info > i::after {
    margin-left: 10px;
    font-size: 18px;
}
.link-info.phone > i::before {
    content: '\f8d3'
}
.link-info.email > i::before {
    content: '\40'
}
.link-info.phone > i::after {
    content: '17714329884'
}
.link-info.email > i::after {
    content: 'asmail@yunare.com'
}
.footer-copyright {
    color: #babcc0;
    font-size: 14px;
    text-align: center;
    margin: 40px auto 0 auto;
}
.footer-copyright > .copyright-text {
  border-top: #2a394d 1px solid;
  padding-top: 10px;
  display: inline-flex;
}
.footer-copyright > .copyright-text > .gabeian {
    display: inline-flex;
    align-items: center;
}
.footer-copyright > .copyright-text > .gabeian > img {
    margin: 0 4px 0 5px;
}
.footer-spliter{
    display: flex;
}
.footer-spliter::before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: #2a394d;
}
/*==页脚结束==*/
main {
  min-height: 500px;
}
