/* 头部banner */
.header {
  box-sizing: border-box;
}
.header-main {
  position: relative;
  height: 10.8rem;
  /* background-image: url("../../img/pc/brand/technology/brand-science-technology.png"); */
  background-image: url("../../img/pc/brand/technology/spiritbg.png");
  background-size: 100% 100%;
}
.header-title {
  position: absolute;
  top: 50%;
  right: 20%;
  transform: translate(0%, -50%);
  z-index: 1;
  text-align: left;
}
.header-title-content {
  font-size: 0.28rem;
  color: white;
  font-style: italic;
}
.header-title-line {
  margin-top: 0.1rem;
  width: 1.16rem;
  height: 0.03rem;
  background: white;
  display: inline-block;
}

.header-img-wrap {
  display: block;
  margin-top: 0.5rem;
  position: relative;
  cursor: pointer;
}
.header-img-wrap .newStyle {
  width:  4rem;

}

.header-img-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.48rem;
}

/* 品牌logo */
.logo {
  margin: 0 auto;
  padding: 0.88rem 0 1.6rem 0;
  width: 11.84rem;
}
.logo-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.logo-item {
  width: 2.72rem;
  height: 3.76rem;
  background-color: #fafafa;
  margin-top: 0.48rem;
}
.logo-item > img {
  width: 100%;
  height: 100%;
  display: block;
}
.logo-item-padding {
  width: 2.72rem;
  height: 0;
}
.video-mask {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9999;
}
.video {
  object-fit: fill;
  width: 10.8rem;
  border-radius: 0.02rem;
}
