<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* header_beigin */
header{
    position: fixed;
    top:0;
    z-index:9;
    width: 100%;
     background: rgba(255, 255, 255, 0.05); border: 1.42px white solid; 
 }
 .header_white{
    background: none;
    border:none;
}
 .header_blue{
     background: #0058E7;
     border:none;
 }

 .header_box{
  
     height: 70px;
     font-size: 16px;
 font-style: normal;
 font-weight: 400;
 line-height: normal;
 font-family: Source Han Sans CN;
 }
 .logo{
     width:155px;
  
 }
 
 .head_l_nav{
     margin-left:40px;
 }
 
 .head_r{
 width: 430px;
 }
  .nav_list{
     position: relative;
     margin-left:35px;
  }
 .nav_a{
     position: relative;
     display: block;
     font-family: PingFang SC;
     font-size: 16px;
     height: 70px;
     font-style: normal; 
 font-weight: 400;
     line-height: 70px;
     color: rgba(0, 0, 0, 0.85);
     padding:0 3px;
     -webkit-transition: all .25s ease;
     transition: all .25s ease;
 }
 .nav_a::after{
    transform: unset;
    content: "";
    background: none;
    margin: 0;
    width: 0;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #2B78F6;
    -webkit-transition: width .25s ease;
    transition: width .25s ease;
 }
 .nav_a i{
     margin-left:8px;
 }
 .nav_a:hover{
     color: rgba(0, 0, 0, 0.85);
 }
 .nav_a:hover::after{
    width: 100%;
 }
 .nav_list:first-child{
     margin-left:0;
 }
 .nav_active{
     color: rgba(0, 0, 0, 0.85);
     font-weight: 600;
     font-family: PingFang SC;
  
 }
 .nav_active::after{
    background-color: #2B78F6;
    width: 100%;
    -webkit-transition: width .25s ease;
    transition: width .25s ease;
 }
 .header_blue .nav_a,.header_blue .nav_a:hover,.header_blue .nav_active,.header_white .nav_a,.header_white .nav_a:hover,.header_white .nav_active,.header_blue .head_lang{
     color:#fff
 }
 .header_blue .head_lang svg path{
    fill: #fff;
 }
 .header_blue .nav_a:hover::after,.header_blue .nav_active::after,.header_white .nav_a:hover::after,.header_white .nav_active::after{
    width: 100%;
    background-color: #fff;
    -webkit-transition: width .25s ease;
    transition: width .25s ease;
 }
 /* .nav_a_white{
     color:#fff
 }
 .nav_a_white:hover{
     color:#fff;
     border-bottom: 3px solid #fff;
 }
 .nav_white_active{
     color:#fff;
     border-bottom: 3px solid #fff;
 } */
 .head_lang{
    font-size: 20px;
    display: flex;
    align-items: center;
    color:#2B78F6;
    height:50px;
    gap: 3px;
    margin-right: 20px;
 }
 .header_white .head_lang{
    color:#fff;
 }
 .header_white .head_lang svg path{
    fill: #fff;
 }
 .head_r .mdui-menu-cascade{
    width:150px;
 }
 .nav-drop-down{
     display: none;
     width: 554px;
     position: absolute;
     overflow: hidden;
     z-index: 8;
     top: 70px;
      left:-15px;
     border-radius: 8px;
 background: #FFF;
 box-shadow: #78808d21 3px 2px 9px 3px
 
 }
 .nav-drop-left{
    flex: 3;
     background: #F1F4FC;
 }
 .nav-drop-right{
     position: relative;
     width:386px;
     background-color: #fff;
     background: url("/style/img/nav_tabbg.png")  50% / cover no-repeat;
     flex: 4;
     mix-blend-mode: multiply;
 }
 .nav_list:hover .nav-drop-down{
     display: flex;
 }
 .nav-drop-tab{
     color: #253554;
  
     font-family: PingFang SC;
 font-size: 14px;
 font-style: normal;
 font-weight: 400;
 line-height: 22px;
 padding:20px 20px 20px 20px;
 border-right: 1px solid #fff;
 }
 .nav-drop-tab img{
     margin-right:16px
 }
 .nav-drop-tab-on{
     background: #fff;
     border-right: 1px solid #2B78F6;
 }
 .nav-drop-cont{
 
     padding-left:15px;
     position: absolute;
     font-size: 12px;
     line-height: 22px;
     z-index: 2;
     display: none;
 }
 .nav-drop-right .nav_tab_img{
 position:absolute;
 right: 21px;
 bottom: 0;
 }
 .nav-drop-cont-show{
     display:block;
 }
 .head_r{
     font-size: 16px;
 font-style: normal;
 font-weight: 400;
 line-height: normal;
 }
 .nav_rightabox{
    margin-right:24px;
 }
 .nav_righta{
     font-family: Source Han Sans CN;
    
     color: rgba(0, 0, 0, 0.85);
 }
 .nav_reg{
     font-family: PingFang SC;
     font-weight: 600;
 
     color: #2B78F6;
 }
 .nav_r_btn{
     padding: 8px 16px;
     border-radius: 4px;
     font-family: PingFang SC;
 font-size: 14px;
 font-style: normal;
 font-weight: 400;
 line-height: 22px; 
 }
 .nav_r_btn1{
   margin-right: 12px;
     background:#2B78F6;
     color:#fff;
    
 }
 .nav_r_btn2{
     border: 1px solid #2B78F6;
     background:#fff;
     color:#2B78F6 ;
 }
 .header_blue .nav_righta, .header_white .nav_righta{
     color: #fff;
 }
 .header_blue .nav_r_btn1,.header_white .nav_r_btn1{
     border: 1px solid #FFF;
     background: none;
 }</pre></body></html>