/* 全局样式 */
* {
  margin: 0;
  padding: 0;
  background-repeat: no-repeat;
}
html{
	scrollbar-width: none; /* fireFox */
}
body {
  width: 100%;
  min-width: 1280px;
	scrollbar-width: none; /* fireFox */
}
body::-webkit-scrollbar {
	display: none; /* Chrome Safari */
}

img {
  display: block;
}

ul,
a {
  list-style: none;
  text-decoration: none;
  color: inherit;
}

.banner-container,
.sec-header,
.sec-content {
  width: 1200px;
  margin: 0 auto;
}

/* Header 样式 */
.header {
  position: fixed;
  z-index: 10;
  width: 100%;
  min-width: 1280px;
  /* background: linear-gradient(0deg,rgba(255,60,100,0.00) 13%, rgba(255,60,100,0.30)); */
  transition: all 0.2s;
}
.header-contact {
  background: none;
}
.logo {
  display: block;
  width: 1.83rem;
  height: 0.54rem;
}
.logo.red {
  display: none;
}
.header .nav-list {
  flex-grow: 1;
}
.nav {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 auto;
  padding: 0 1rem;
}
.header .nav-list ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 80px;
  line-height: 80px;
}

.header .nav-list li {
  position: relative;
  margin-right: 80px;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.7);
}
.header .nav-list ul li:last-child {
  margin-right: 0;
}
.header .nav li:hover {
  color: #fff;
}
.header.with-bg .nav li:hover a,
.science-pcHeader .nav li:hover {
  color: #5877ee;
}

.active-link {
  color: #fff;
}
.active-border {
  position: absolute;
  bottom: -10px;
  margin-top: 3px;
  width: 20px;
  height: 4px;
  background: #fff;
}
.nav-list ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* 带白色背景的导航条 */
.header.with-bg {
  background: #fff;
  box-shadow: 10px 0px 26px 0px rgba(0, 0, 0, 0.05);
}
.header.with-bg .logo.white {
  display: none;
}
.header.with-bg .logo.red {
  display: block;
}
.header.with-bg a {
  color: #bbbfc5;
}
.header.with-bg .active-link {
  color: rgba(88, 119, 238, 1);
}
.header.with-bg li .active-border {
  background-color: rgba(88, 119, 238, 1);
}

/* Footer 样式 */
.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 30px 0;
  width: 100%;
  text-align: center;
  font-size: 12px;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  opacity: 0.8;
}
.footer .item {
  margin-top: 5px;
}
.footer a {
  list-style: none;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
}
.footer a:hover {
  color: #0085d0;
}
.white-bg {
  width: 1.83rem;
  height: 0.54rem;
  background-image: url('../images/logo-white.png?v=2.0.30');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.red-bg {
  width: 1.83rem;
  height: 0.54rem;
  background-image: url('../images/logo-blue.png?v=2.0.30');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

/* 公共footer-关于我们-技术应用-加入我们 */
.comFooter {
  width: 100%;
  font-size: 0.2rem;
  background-color: #1f2428;
}

.comFooter-wrap {
  position: relative;
  margin: 0 auto;
  padding: 0 1.92rem;
  padding-top: 0.64rem;
  color: #fff;
}

.comFooter-box {
  display: flex;
}

.comFooter-tit {
  font-size: 0.225rem;
  color: rgba(255, 255, 255, 0.5);
}

.comFooter-web {
  font-size: 0.22rem;
}

.comFooter-webList {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  width: 2rem;
}

.comFooter-webList a {
  margin-bottom: 0.2rem;
}

.comFooter-webList a:hover {
  color: #9eb2ff;
}

.comFooter-webList a:nth-child(odd) {
  margin-right: 0.3rem;
}

.comFooter-account {
  position: relative;
  margin-left: 50px;
  padding-left: 100px;
}

.comFooter-account::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100px;
  background-color: rgba(255, 255, 255, 0.1);
  content: '';
}

.comFooter-code {
  margin-top: 20px;
  width: 1.32rem;
  height: 1.32rem;
  background: url(../images/code.jpg?v=2.0.30) no-repeat;
  background-size: contain;
}

.comFooter-logo {
  position: absolute;
  top: 1.5747rem;
  right: 2.1596rem;
  width: 2.71rem;
}

.comFooter-icp {
  margin-top: 0.88rem;
  padding: 0.16rem 0;
  border-top: 1px solid #454b50;
}

.comFooter-icp span {
  padding-right: 0.4499rem;
  font-size: 0.16rem;
  color: rgba(255, 255, 255, 0.5);
}

/* ----- 手机页面隐藏 ----- */
.home-mobile,
.science-mobile,
.welfare-mobile,
.about-mobile,
.join-mobile {
  display: none;
}
