<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
  padding: 0;
  margin: 0;
}

.if-banner-swiper .swiper-slide .text.if-text-left{
    text-align: left;
}

.layer1_title {
  /*font-size: 0.192rem;*/
  /*font-size: max(min(0.192rem ,48px),22px);*/
  font-size:42px;
  font-weight: 400;
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;/*çœç•¥å‡&nbsp;è¡Œå†™å‡&nbsp;*/
  -webkit-box-orient: vertical;
}

.layer1_scene {
  font-weight: 600;
}

.layer1_introduce {
    margin-bottom:20px;
  /*font-size: 0.06rem;*/
  /*font-size:max(0.06rem ,12px);*/
  font-size:20px;
  color: #ffffff;
  width: 2.612rem;
  margin-top: 0.05rem;
      text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 3;
    -moz-box-orient: vertical;
    overflow-wrap: break-word;
    word-break: break-all;
    white-space: normal;
    overflow: hidden;
}
.layer1_btn {
  display: block;
  border: 1px solid #ffffff;
  border-radius: 25px;
  font-size: 0.056rem;
  font-size:max(0.056rem,12px);
  color: #ffffff !important;
  width: 0.76rem;
  height: 0.2rem;
  text-align: center;
  line-height: 0.2rem;
  border-radius: 0.1rem;
}
.layer1_btn:nth-child(1){margin-right:0.13rem}
.layer1_btn:hover {
  opacity: 0.7;
  transition: 0.2s 0.1s;
}
.layer1_btn img {
  width: 0.064rem;
  margin-left: 0.04rem;
}
.layer2 .nav_title {
  display: flex;
  justify-content: space-evenly;
}
.layer2 .fusion_tab_container{
  padding: 0 1.25rem;
}
.layer2 .nav_title li {
  width: 33.3%;
  text-align: center;
  box-sizing: border-box;
  color: #555555;
  box-sizing: border-box;
  position: relative;
}
.layer2 .nav_title li a{
  text-align: center;
  box-sizing: border-box;
  color: #555555;
  padding:0.05rem;
  box-sizing: border-box;
  position: relative;
  display: block;
}
.nav_title li a.current,
.nav_title li:hover a{
    border-bottom: 2px solid #4498f1;
    box-sizing: border-box;
}
.layer2 .nav_title li a::after {
  content: "";
  height: 30px;
  width: 1px;
  background: #eaf3fc;
  position: absolute;
  top: 50%;
  margin-top:-15px;
  right: 0rem;
}
.layer2 .nav_title :last-child::after {
  content: "";
  height: 0px;
  width: 0px;
}
.nav_title_line {
  width: 0.4rem;
  height: 4px;
  background-color: #ffffff;
  margin: auto;
}
.active_layer2_title a {
  color: #0064d2;
}
.nav_title_lines {
  background-color: #0064d2;
}
.nav_title li:hover .nav_title_line {
  background-color: #0064d2;
}
.nav_title li a.current,
.nav_title li:hover a {
  color: #0064d2;
  transition: 0.2;
}

.layer3 {
  padding: 0 1.25rem;
  padding-top: 0.364rem;
  padding-bottom: 0.236rem;
  background: linear-gradient(180deg, #f2faff 0%, #ffffff 100%);
}
.layer3_title {
  text-align: center;
  font-size: 0.192rem;
  font-size: max(min(0.192rem ,48px) ,22px);
  font-weight: 400;
  color: #333333;
  margin-bottom: 0.228rem;
}
.layer3 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.layer3 ul li {
  width: 48.6%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  margin: 0.08rem 0;
}

.layer3 ul li .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    background: #000;
    transition: all 0.3s ease-out;
}

.layer3 ul li:hover .overlay {
    opacity: 0.6;
}


.layer3 ul li .pic{
    position: relative;
    padding-bottom:58%;
}
.layer3 ul li:hover img {
  transform: scale(1.2);
}
.layer3 ul li:hover .layer3_content {
  opacity: 1;
  transition: all 1s;
  display: block;
}
.layer3 ul li .pic img {
  width:100%;
  height:100%;
  position: absolute;
  object-fit:covre;
  left:0;
  top:0;
  transform: scale(1);
  transition:all 0.6s;
}

.layer3 ul li:hover .pic img {
 
 
}

.layer3_item {
  position: absolute;
  left: 0.164rem;
  bottom: 0.212rem;
  padding-right: 0.164rem;
  padding-top: 0.076rem;
}
.layer3_item_title {
  font-size: 0.096rem;
  font-size:max(min(0.096rem ,20px) ,14px);
  font-weight: 400;
  color: #ffffff;
}
.layer3_content {
  font-size: 0.064rem;
  font-size:max(min(0.064rem ,16px) ,12px);
  font-weight: 400;
  color: #ffffff;
  opacity: 0;
  display: none;
}
.layer4 {
  padding: 0 1.25rem;
  background: #f2faff;
  padding-bottom: 0.372rem;
  padding-top: 0.32rem;
}
.layer4_ul {
  width: 2.336rem;
  height: 0.256rem;
  background: #ffffff;
  border-radius: 0.128rem;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.1132rem;
}
.layer4_ul a {
  display: block;
  width: 0.732rem;
  height: 0.216rem;
  border-radius: 0.108rem;
  text-align: center;
  line-height: 0.216rem;
  color: #000000;
  font-size: 0.064rem;
  font-size: max(0.064rem,12px);
}
.layer4_ul a:hover {
  background: #0064d2;
  color: #ffffff !important;
  cursor: pointer;
}
.active_layer4_ul {
  background: #0064d2;
  color: #ffffff !important;
}
.layer4_include {
  display: none;
  flex-wrap: wrap;
  /* justify-content: space-between; */
}
.layer4_include.show{
    display:flex;
}
.layer4_include li {
  width: 19.2%;
  height: 0.372rem;
  background: #ffffff;
  border-radius: 0.02rem;
  margin: 0.1094rem 0;
  margin-right: 1%;
}
.layer4_include :nth-child(5n) {
  margin-right: 0;
}
.layer4_include li img {
  width: 100%;
  height: 100%;
  object-fit:cover;
}
.partner_recruitment {
  width: 0.76rem;
  height: 0.2rem;
  line-height: 0.2rem;
  border: 1px solid #bbbbbb;
  border-radius: 0.1rem;
  font-size: 0.056rem;
  font-size: max(0.056rem,12px);
  font-weight: 400;
  color: #383838;
  text-align: center;
  margin: auto;
  display: block;
  margin-top: 0.2582rem;
}
.partner_recruitment img {
  margin-left: 0.04rem;
  width: 0.064rem;
}
.partner_recruitment:hover {
  opacity: 0.7;
  transition: 0.2s 0.1s;
}
.layer5 .if-join-list{
    margin:0.2rem auto 0;
}
.layer5 .if-join-list ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.layer5 .if-join-list ul li{
    width:calc(20% - 0.55rem);
    margin-left:0.685rem;
    text-align: center;
    position: relative;
}
.layer5 .if-join-list ul li::after{
    content: '';
    width:0.55rem;
    height:6px;
    background:url(../assets/if-about/if-step-line.png);
    background-position:center;
    background-repeat: no-repeat;
    position: absolute;
    right:100%;
    margin-right:0.05rem;
    top:38px;
}
.layer5 .if-join-list ul li:nth-child(1)::after{
    display: none;
}
.layer5 .if-join-list ul li .icon{
    max-width:78px;
    margin:0 auto 30px;
}
.layer5 .if-join-list ul li .icon img{
    max-width:100%;
    height:auto;
}
.layer5 .if-join-list ul li .name{
    font-weight: 400;
    font-size: 20px;
    font-size:max(min(0.056rem , 16px), 12px);
    color: #333333;
}
.layer5 .if-join-list ul li:nth-child(1){
    margin-left:0;
}
.layer5_become {
  font-size: 0.064rem;
  font-size:max(0.064rem,12px);
  font-weight: 400;
  color: #777777;
  text-align: center;
}
.layer5_title {
  text-align: center;
  font-size: 0.192rem ;
  font-size:max(min(0.192rem,48px),22px);
  font-weight: 400;
  color: #333333 ;
}
.layer5 {
  padding: 0.32rem 1.2rem;
  background-image: url(../assets/join_the_process.png);
  background-size: cover;
  background-repeat: no-repeat;
  box-sizing: border-box;
  position: relative;
}
.layer5 .layer5_partner_recruitment {
  width: 1.3rem ;
  height: 0.2rem ;
}
.layer6 {
  padding: 0.32rem 1.25rem;
  background: #f2faff;
}
.layer6_ul {
  display: flex;
  justify-content: space-between;
}
.layer6 .layer6_ul_top {
  width:100%;
  height: 0.4rem;
  display: flex;
  align-items: center;
  background-image: url(../assets/partner.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.layer6_ul li {
  width:calc((100% / 3) - 10px);
  margin-left:15px;
  overflow: hidden;
  border-radius: 10px;
}
.layer6_ul li:nth-child(3n+1){
    margin-left:0;
}
.layer6_ul_title {
  font-size: 0.096rem;
  font-size: max(0.096rem,18px);
  font-weight: 400;
  color: #ffffff;
  position: relative;
  margin-left: 0.216rem;
}
.layer6_ul_title::before {
  content: "";
  width: 0.016rem;
  height: 0.12rem;
  background: #0064d2;
  position: absolute;
  left: -0.096rem;
  top: 2px;
}
.layer6_ul_mid {
  padding: 0 0.112rem;
  background-color: #fff;
  padding-top: 0.16rem;
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 0.1rem;
}
.layer6_ul_mid p {
  font-size: 0.064rem;
  font-size:max(0.064rem,12px);
  font-weight: 400;
  color: #000000;

  /* height: 0.4rem; */
  margin-bottom: 0.2rem;
}
.swiper-slide_btn {
  top: 1.23rem;
  left: 0.288rem;
  display: flex;
}
.swiper-slide_detail {
  width: 0.56rem;
  height: 0.2rem;
  background: #0064d2;
  border-radius: 0.1rem;
  color: #ffffff !important;
  font-size: 0.056rem;
  font-size: max(0.056rem,12px);
  text-align: center;
  line-height: 0.2rem;
  display: block;
}
.swiper-slide_advice {
  width: 0.8rem;
  height: 0.2rem;
  border-radius: 0.1rem;
  color: #383838 !important;
  font-size: 0.056rem;
  font-size: max(0.056rem,12px);
  text-align: center;
  line-height: 0.2rem;
  border: 1px solid #cccccc;
  margin-left: 0.04rem;
  display: block;
}
.swiper-slide_detail:hover,
.swiper-slide_advice:hover {
  opacity: 0.7;
  transition: 0.2s 0.1s;
}
.layer6_more {
  width: 0.65rem;
  height: 0.2rem;
  border: 1px solid #bbbbbb;
  border-radius: 0.1rem;
  font-size: 0.056rem;
  font-size: max(0.056rem,12px);
  font-weight: 400;
  color: #383838;
  text-align: center;
  line-height: 0.2rem;
  display: block;
  box-sizing: border-box;
  margin: auto;
  margin-top: 0.32rem;
}
.fix {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #fff;
}

@media only screen and (max-width: 1000px) {
    .partner_recruitment img{
        width:0.1rem;
    }
    .layer5 .if-join-list ul li{
        width:20%;
        margin-left:0;
    }
    .layer5 .if-join-list ul li .icon{
        max-width:40px;
        height:50px;
    }
    .layer5 .if-join-list ul li:after{
        display: none;
    }
    .layer2 .fusion_tab_container{
        padding: 0 20px;
    }
  .layer1_title{
    font-size: 16px;
    font-size:max(0.2rem,16px);
  }
  .inner-page .header.hide{
      position: sticky;
  }
  .fix {
      top: 60px;
    }
  .layer1 {
    padding: 0 0.1rem !important;
    padding-top: 0.1rem !important;
  }
  .layer1 .layer1_introduce {
    height: auto !important;
    font-size: 14px;
    width: 100%;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 3;
    -moz-box-orient: vertical;
    overflow-wrap: break-word;
    word-break: break-all;
    white-space: normal;
    overflow: hidden;
  }
  .layer1_btn {
    width: 1.4rem;
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 0.1rem;
    font-size: 14px;
    height: 0.3rem;
    border-radius: 0.15rem;
  }
  .layer3{
    padding: 0 20px;
  }
  .layer2 {
    width: 100%;
  }
  .layer2 .nav_title li {
    width: fit-content;
    height: auto;
  }
  .layer2 .nav_title li a {
    font-size: 12px;
  }
  .layer3 {
    padding-top: 0.364rem;
  }
  .layer3_item_title,
  .layer3_content {
    font-size: 14px;
  }
  .layer3 ul li img {
    width: 100%;
    height: 100%;
  }
  .layer3 ul li {
    height: auto;
  }
  .layer3_item {
    bottom: 0.03rem;
  }
  .layer3 ul li:hover .layer3_content {
    opacity: 0;
    display: none;
  }
  .layer4 {
    padding: 0 0.1rem;
    padding-bottom: 0.372rem;
    padding-top: 0.32rem;
  }
  .layer4_ul {
    width: 3.4rem;
  }
  .layer4_ul a {
    font-size: 14px;
    width: 1.1rem;
  }
  .layer4_include li {
    height: auto;
  }
  .partner_recruitment {
    width: 1.15rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 0.3rem;
    border-radius: 0.15rem;
  }
  .layer5 .if-join-list ul li .icon img{
      max-width:40px;
      
  }
  .layer6_ul{
      display: block;
  }
  
  .layer5{
      padding-left:20px;
      padding-right:20px;
  }
  .layer5 .layer5_partner_recruitment{
      width:1.7rem;
      height:0.3rem;
      border-radius:0.15rem;
  }
  .layer6 {
    padding: 0.32rem 0.1rem;
  }
  .layer6_ul_mid p {
    font-size: 14px;
  }
  .layer1_introduce{
      height:auto;
      margin:20px 0;
      font-size:max(0.05rem,12px);
  }
  .layer6_ul li {
    width: 100%;
    margin-left:0;
    margin-bottom:15px;
  }
  .layer6_ul_mid{
      padding:0.2rem;
  }
  .layer6 .layer6_ul_top {
    width: 100%;
  }
  .layer6_ul_title {
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .swiper-slide_advice,
  .swiper-slide_detail {
    width: 80px;
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    border-radius: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;/*çœç•¥å‡&nbsp;è¡Œå†™å‡&nbsp;*/
    -webkit-box-orient: vertical;
  }
  .layer6_more {
    width:1.2rem;
    height:0.3rem;
    line-height:0.3rem;
    border-radius:0.15rem;
  }
  .layer2 .nav_title li::after{
    height: 0;
  }
  .layer1_btn img{
      width:0.1rem;
  }
}
</pre></body></html>