.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
  transition: background-color 0.3s ease;
  z-index: 2000;
}
.header.scrolled {
  background-color: white;
}

.header .logo {
  transition: opacity 0.3s ease;
}

.header .content {
  width: 100%;
  height: 0.88rem;
  display: flex;
  align-items: center;
}
.header .content .logo {
  width: 3.73rem;
  display: block;
  margin-left: 0.4rem;
}
.cover {
  width: 100%;
  height: 5.99rem;
  display: flex;
  justify-content: center;
  background: linear-gradient( 315deg, #0196FF 0%, #0071FF 100%);
}
.cover img {
  height: 100%;
  display: block;
}
.cover .pc-img {
  display: none !important;
}

.cover .mobile-img {
  display: block !important;
  width: 100%;
  height: auto;
}

.main .content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.96rem 0.4rem 0;
  box-sizing: border-box;
}
.main .content .line {
  width: 2.88rem;
  height: 0.08rem;
  background: #0196FF;
}
.main .content .title {
  margin-top: 0.16rem;
  font-family: SourceHanSansSC, SourceHanSansSC;
  font-weight: bold;
  font-size: 0.48rem;
  color: #333333;
  line-height: 0.48rem;
  text-align: center;
  font-style: normal;
}
.main .content .sub-title {
  margin-top: 0.24rem;
  font-family: SourceHanSansSC, SourceHanSansSC;
  font-weight: 500;
  font-size: 0.36rem;
  color: #333333;
  line-height: 0.36rem;
  text-align: center;
  font-style: normal;
}
.main .content .des {
  width: 100%;
  margin-top: 0.72rem;
}
.main .content .des p {
  width: 100%;
  margin-top: 0.48rem;
  font-family: SourceHanSansSC, SourceHanSansSC;
  font-weight: 400;
  font-size: 0.32rem;
  color: #333333;
  line-height: 0.58rem;
  text-align: left;
  font-style: normal;
  white-space: normal;
  word-wrap: break-word;
  word-break: break-all;
  line-break: anywhere;
}
.main .content .des p:first-child {
  margin-top: 0;
}

.brand-group {
  width: 100%;
  list-style: none;
  margin-top: 0.72rem;
  margin-bottom: 0.72rem;
}
.brand-item {
  width: 100%;
  height: 1.68rem;
  background: linear-gradient( 178deg, #0093FA 0%, #0092FA 100%);
  border-radius: 0.32rem;
  display: flex;
  align-items: center;
  padding: 0.24rem;
  margin-top: 0.32rem;
  text-decoration: none;
  box-sizing: border-box;
}
.brand-item:first-child {
  margin-top: 0;
}
.brand-item .brand-logo {
  width: 2.18rem;
  height: 1.2rem;
  /* padding: 0.12rem 0; */
  background: #FFFFFF;
  border-radius: 0.19rem;
  box-sizing: border-box;
  overflow: hidden;
}
.brand-item .brand-logo img {
  display: block;
  height: 100%;
  margin: 0 auto;
}
.brand-item .brand-label {
  display: flex;
  align-items: center;
  margin-left: 0.92rem;
  font-family: SourceHanSansSC, SourceHanSansSC;
  font-weight: 400;
  font-size: 0.32rem;
  color: #FFFFFF;
  text-align: left;
  font-style: normal;
}
.brand-item .brand-label img {
  display: block;
  width: 0.32rem;
  height: 0.32rem;
  margin-left: 0.12rem;
}
.footer {
  width: 100%;
  height: 6.76rem;
  padding: 0 0.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url("../assets/common/footer-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-sizing: border-box;
}

.footer img {
  display: block;
  width: 3.2rem;
}
.footer .phone {
  margin-top: 0.66rem;
  font-family: SourceHanSansSC, SourceHanSansSC;
  font-weight: 500;
  font-size: 0.4rem;
  color: #FFFFFF;
  line-height: 0.4rem;
  text-align: left;
  font-style: normal;
}
.footer .time {
  margin-top: 0.16rem;
  font-family: SourceHanSansSC, SourceHanSansSC;
  font-weight: 400;
  font-size: 0.24rem;
  color: #F0F7FB;
  line-height: 0.24rem;
  text-align: left;
  font-style: normal;
}
.footer .company {
  margin-top: 0.64rem;
  width: 100%;
  font-family: SourceHanSansSC, SourceHanSansSC;
  font-weight: 400;
  font-size: 0.24rem;
  color: #D1E2EC;
  line-height: 0.36rem;
  text-align: left;
  font-style: normal;
}
.footer .icp {
  margin-top: 0.24rem;
  width: 100%;
  font-family: SourceHanSansSC, SourceHanSansSC;
  font-weight: 400;
  font-size: 0.24rem;
  color: #D1E2EC;
  line-height: 0.36rem;
  text-align: left;
  font-style: normal;
}