.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: 10.4rem;
  height: 0.6rem;
  display: flex;
  align-items: center;
  margin: 0 auto;
}
.header .content .logo {
  height: 0.36rem;
  display: block;
  margin-left: 0.06rem;
}
.cover {
  width: 100%;
  height: 5rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  background: linear-gradient( 315deg, #0196FF 0%, #0071FF 100%);
}
.cover img {
  height: 100%;
  display: block;
}
.cover .mobile-img {
  display: none !important;
}

.main .content {
  width: 8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  padding-top: 0.72rem;
}
.main .content .line {
  width: 2.04rem;
  height: 0.04rem;
  background: #0196FF;
}
.main .content .title {
  margin-top: 0.12rem;
  font-family: SourceHanSansSC, SourceHanSansSC;
  font-weight: bold;
  font-size: 0.34rem;
  color: #333333;
  line-height: 0.36rem;
  text-align: center;
  font-style: normal;
}
.main .content .sub-title {
  margin-top: 0.16rem;
  font-family: SourceHanSansSC, SourceHanSansSC;
  font-weight: 500;
  font-size: 0.24rem;
  color: #333333;
  line-height: 0.28rem;
  text-align: center;
  font-style: normal;
}
.main .content .des {
  width: 9.6rem;
  /* width: 100%; */
  margin-top: 0.48rem;
}
.main .content .des p {
  width: 100%;
  margin-top: 0.48rem;
  font-family: SourceHanSansSC, SourceHanSansSC;
  font-weight: 400;
  font-size: 0.2rem;
  color: #333333;
  line-height: 0.36rem;
  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.96rem;
  margin-bottom: 1.18rem;
  display: flex;
  justify-content: space-between;
}
.brand-item {
  flex: 1;
  height: 2.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.16rem 0.12rem 0;
  margin-right: 0.24rem;
  box-sizing: border-box;
  background: linear-gradient( 178deg, #0093FA 0%, #0092FA 100%);
  box-shadow: 0rem 0.02rem 0.09rem 0rem rgba(0,146,250,0.45);
  border-radius: 0.16rem;
  transition: transform 0.3s ease;
}
.brand-item:hover {
  transform: scale(1.1); /* 放大 1.1 倍 */
}
.brand-group .brand-item:last-child {
  margin-right: 0;
}
.brand-item .brand-logo {
  width: 2.18rem;
  height: 1.2rem;
  /* padding: 0.12rem 0; */
  background: #FFFFFF;
  border-radius: 0.16rem;
  box-sizing: border-box;
  overflow: hidden;
}
.brand-item .brand-logo img {
  display: block;
  height: 100%;
  margin: 0 auto;
}
.brand-item a {
  text-decoration: none;
  margin-top: 0.24rem;
  width: 1.78rem;
  height: 0.56rem;
  line-height: 0.56rem;
  background: linear-gradient( 180deg, rgba(255,255,255,0.92) 0%, #FFFFFF 100%);
  box-shadow: 0rem 0rem 0.04rem 0rem #0067B0, inset 0rem -0.02rem 0.01rem 0.02rem #E7E7E7, inset 0rem 0.03rem 0.01rem 0.02rem #FEFEFE;
  border-radius: 0.32rem;
  font-family: SourceHanSansSC, SourceHanSansSC;
  font-weight: bold;
  font-size: 0.2rem;
  color: #0095FF;
  text-align: center;
  font-style: normal;
}
.footer {
  width: 100%;
  height: 3.6rem;
  background-image: url("../assets/common/footer-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.footer .content {
  width: 100%;
  height: 100%;
  background-image: url("../assets/common/footer-arrow.png");
  background-size: contain;
  background-position: -64px bottom;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .content .left img {
  display: block;
  width: 2rem;
}
.footer .content .left .phone {
  /* width: 2.06rem; */
  height: 0.32rem;
  margin-top: 0.17rem;
  font-family: SourceHanSansSC, SourceHanSansSC;
  font-weight: 500;
  font-size: 0.32rem;
  color: #FFFFFF;
  line-height: 0.32rem;
  text-align: left;
  font-style: normal;
}
.footer .content .left .time {
  /* width: 2.03rem; */
  height: 0.24rem;
  margin-top: 0.08rem;
  font-family: SourceHanSansSC, SourceHanSansSC;
  font-weight: 400;
  font-size: 0.18rem;
  color: #F0F7FB;
  line-height: 0.24rem;
  text-align: left;
  font-style: normal;
}
.footer .content .right {
  padding-top: 0.78rem;
  padding-left: 0.46rem;
}
.footer .content .right .company {
  font-family: SourceHanSansSC, SourceHanSansSC;
  font-weight: 400;
  font-size: 0.12rem;
  color: #D1E2EC;
  line-height: 0.18rem;
  text-align: left;
  font-style: normal;
}
.footer .content .right .icp {
  margin-top: 0.04rem;
  font-family: SourceHanSansSC, SourceHanSansSC;
  font-weight: 400;
  font-size: 0.12rem;
  color: #D1E2EC;
  line-height: 0.18rem;
  text-align: left;
  font-style: normal;
}