 *,body {
    margin: 0;
    padding:0;
    /*box-sizing: border-box;*/
     font-family: "Microsoft YaHei", sans-serif;
}

html {
    overflow-x: hidden;
}

/* ====== 导航栏 ====== */

/*.header {*/
/*    position: fixed;*/
/*    top: 0;*/
/*    width: 100%;*/
/*    height: 125px;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    z-index: 99;*/
/*    background: transparent;*/
/*}*/

/*.nav-inner {*/
/*    width: 80%;*/
/*    !*max-width: 1200px;*!*/
/*    margin: 0 auto;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: space-between;*/
/*    padding: 0 20px;*/
/*}*/
/*header > .nav-inner {*/
/*    align-self: flex-start;*/
/*}*/

/*.logo {*/
/*    height: 50px;*/
/*}*/

/*.nav-links {*/
/*    display: flex;*/
/*    gap: 10px;*/
/*    margin-left: auto;*/
/*    margin-right: 20px;*/
/*    margin-top:0;*/
/*}*/

/*.nav-links a {*/
/*    width: 136px;*/
/*    height: 115px;*/

/*    display: flex;*/
/*    justify-content: center;   !* 水平居中 *!*/
/*    align-items: flex-end;     !* 垂直靠底部 *!*/

/*    padding-bottom: 15px;      !* 距离底部的间距 *!*/
/*    box-sizing: border-box;*/

/*    text-decoration: none;*/
/*    font-size: 16px;*/
/*    color: #FFFFFF;*/

/*    transition: all 0.25s ease;*/
/*}*/

/*!* hover 效果，根据你前面的要求 *!*/
/*.nav-links a:hover {*/
/*    background-color: #173E8F;*/
/*    color: #ffffff;*/
/*}*/


/*!* 搜索框外层 *!*/
/*.search-box {*/
/*    width: 148px;*/
/*    height: 30px;*/

/*    display: flex;*/
/*    align-items: center;*/
/*    padding: 0 12px;*/

/*    border: 1px solid rgba(255,255,255,0.6);*/
/*    border-radius: 30px;*/

/*    background: rgba(255,255,255,0.15);  !* 半透明白色 *!*/
/*    backdrop-filter: blur(6px);          !* 毛玻璃效果 *!*/
/*    box-sizing: border-box;*/
/*    margin-top:60px;*/
/*    transition: all 0.25s ease;*/
/*}*/

/*!* hover 边框变亮，符合设计 *!*/
/*.search-box:hover {*/
/*    border-color: #ffffff;*/
/*    background: rgba(255,255,255,0.25);*/
/*}*/

/*!* 搜索图标 *!*/
/*.search-box img {*/
/*    width: 18px;*/
/*    height: 18px;*/
/*    margin-right: 8px;*/
/*    display: block;*/
/*}*/

/*!* 输入框 *!*/
/*.search-box .text {*/
/*    flex: 1;*/
/*    height: 100%;*/
/*    border: none;*/
/*    outline: none;*/
/*    width: 90px;*/
/*    font-size: 14px;*/
/*    color: #ffffff;*/

/*    background: transparent;*/
/*}*/

/*!* placeholder 样式 *!*/
/*.search-box .text::placeholder {*/
/*    color: rgba(255,255,255,0.7);*/
/*}*/


/* ====== 全屏通用 ====== */
.section {
    width: 100%;
    min-height: 98vh;
    display: flex;
    align-items: center;
}

.fullscreen {
    position: relative;
}

/* ====== Banner ====== */
.banner {
    background: url("https://wlwm.oss-cn-hangzhou.aliyuncs.com/web/images/home/pic_home_head@2x.png") center/cover no-repeat;
}

.banner-content {
    position: absolute;
    left: 10%;
    color: #fff;
    width: 100%;
}

.banner-content h1 {
    font-size: 46px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 100px;
}
.banner-btns{
    position: absolute;
    bottom: 200px;
    left: 10%;
}
.banner-btns button {
    margin-right: 20px;
    /*margin-top: 100px;*/
    padding: 15px 50px;
    background: rgba(255, 255, 255, 0.5); /* 白色背景，80%透明度 */
    border: none;
    color: #173E8F;
    font-size: 18px;
    font-weight: bold;
}

.banner-btns button:hover{
    background: rgba(255, 255, 255, 1);
    cursor: pointer;
}

.down-arrow {
    position: absolute;
    bottom: 40px;
    left: 50%;
    img{
        width: 140px;
        height: auto;
    }
}

/* ====== 多端入口 ====== */
.panels {
    display: flex;
    height: 930px;
}

.panel {
    height: 100%;
    flex: 1;
    color: #fff;
    position: relative;
    padding-left: 50px;
}

.panel-icon {
    width: 64px;
    height: 64px;
    margin-bottom: 20px;
    position: absolute;
    top: 210px;
}
.panel-title{
    position: absolute;
    top: 280px;
}
.panel h3 {
    margin: 50px 0 8px;
    font-size: 26px;
    font-weight: 500;
}

.panel p {
    font-size: 18px;
    font-weight: 500;
    margin-top: 30px;
}

.panel button {
    position: absolute;
    bottom: 100px;
    border: 1px solid #fff;
    background: transparent;
    padding: 15px 40px;
    color: #fff;
    cursor: pointer;
    font-weight: 500;
    font-size: 16px;
    &:hover{
        background: rgb(255,255,255,0.2);
    }
}

.blue { background: url("https://wlwm.oss-cn-hangzhou.aliyuncs.com/web/images/home/bg_government@3x.png") no-repeat center/cover;}
.yellow { background: url("https://wlwm.oss-cn-hangzhou.aliyuncs.com/web/images/home/bg_partner@3x.png") no-repeat center/cover; }
.sky { background: url("https://wlwm.oss-cn-hangzhou.aliyuncs.com/web/images/home/bg_merchant@3x.png") no-repeat center/cover; }
.orange { background: url("https://wlwm.oss-cn-hangzhou.aliyuncs.com/web/images/home/bg_user@3x.png") no-repeat center/cover; }

/* ====== ABOUT US ====== */
.container {
    max-width:  var(--width-main);
    margin: 0 auto;
}

.about {
    background: url("https://wlwm.oss-cn-hangzhou.aliyuncs.com/web/images/home/pic_about us@2x.png") no-repeat center/cover;
    min-height: 95vh;
    padding-top:150px;
    position: relative;
    p{
        font-size: 18px;
        line-height: 1.8;
        margin-top: 60px;
        color: #1E1E1E;
        max-width: 600px;
        width: 500px;
    }
}

.about h2 {
    font-weight: 400;
    font-size: 48px;
    color: #000000;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.about h3 {

    margin: 60px 0 0 0;
    span{
        border-bottom: 3px solid #173E8F;
        padding-bottom: 15px;
    }
    font-weight: 500;
    font-size: 28px;
    color: #0F0F0F;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.about-tabs {
    margin-top: 25px;
    display: flex;
    position: absolute;
    bottom: 150px;

}

.about-tabs button {
    font-size: 20px;
    width: 300px;
    height: 75px;
    border: none;
    color: #173E8F;
    font-weight: 500;
    background: rgba(238, 238, 238, 0.5);
    &:hover{
        background: #FF8110;
        color: #fff;
        cursor: pointer;
    }
}

.about-tabs .active {
    background: #FF8110;
    color: #fff;
}

/* ====== JOIN ====== */
.join {
    height: 480px;
    background: #F5F5F5;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
 .join>div{
     width:  var(--width-main);
     margin: auto;
 }
.join-left{
    width: 380px;
    margin-right: auto;
    h2{
        font-weight: 400;
        font-size: 48px;
        color: #000000;
        text-align: left;
        font-style: normal;
        text-transform: none;
    }

    h3{
        margin: 60px 0 0 0;
        font-weight: 500;
        font-size: 28px;
        color: #0F0F0F;
        span{
            border-bottom: 3px solid #173E8F;
            padding-bottom: 15px;
        }
    }
}
.join-btns {
    width: calc(var(--width-main) - 380px);
    margin-left: auto;
    display: flex;
    justify-content: flex-end;
}

.join-btns button {
    padding: 15px 25px;
    font-size: 20px;
    margin-right: 30px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 45%;
    height: 105px;
    flex-shrink: 0;
    font-weight: 400;
    background: #E5E5E5;
    color: #173E8F;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-icon {
    /*width: 32px;*/
    height: 32px;
    flex-shrink: 0;
}

/* 按钮激活状态样式 */
.join-btns button.active {
    background: #1E4FAE;
    color: #FFFFFF;
}

/* 按钮悬停状态样式 */
.join-btns button:hover {
    background: #1E4FAE;
    color: #FFFFFF;
}

/*======================新闻中心====================*/

 /* ====== NEWS ====== */
 .news {
     background: url("https://wlwm.oss-cn-hangzhou.aliyuncs.com/web/images/home/bg_News Center@2x.png") no-repeat center/cover;
 }

 .news-section {
     width: 100%;
     position: relative;
     padding: 80px 0 100px;
     overflow: hidden;
 }
 .news-container {
     position: relative;
     z-index: 10;
     max-width:  var(--width-main);
     margin: auto;
     display: flex;
     gap: 30px;
 }
.news-title-left{
    width: 280px;

    .news-title {
        margin-bottom: 40px;
        font-weight: 400;
        font-size: 48px;
        color: #000000;
        text-align: left;
        font-style: normal;
        text-transform: none;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}
.news-title-right{
    width: calc(100% - 280px);
}
.news-title-right>.tab{
    &:hover{
        background-color: #173E8F;
        color: #FFFFFF;
    }
}
 /* 左侧部分 */
 .news-left {
     width: 45%;
     position: relative;
     .news-more{
         bottom: -30px;
     }
}

 .news-more {
     font-size: 14px;
     color: #5B5B5B;
     text-decoration: none;
     align-items: center;
     position: absolute;
     img{
         height: 14px;
         vertical-align: -2px;
     }
     &:hover{
         color: #173E8F;
     }
 }
 .news-title {
     font-weight: 500;
     font-size: 18px;
     color: #161616;
     text-align: left;
     font-style: normal;
     text-transform: none;
     /*white-space: nowrap - 防止文本换行，强制在一行内显示*/
     /*overflow: hidden - 隐藏超出容器的部分*/
     /*text-overflow: ellipsis*/
 }

 .news-subtitle {
     font-size: 20px;
     font-weight: 500;
     border-bottom: 3px solid #173E8F;
     display: inline-block;
     padding-bottom: 3px;
     margin-bottom: 30px;
     color: #0F0F0F;
 }

 /* Tabs */
 .news-tabs {
     display: flex;
     gap: 12px;
     flex-wrap: wrap;
     justify-content: flex-end;
     position: absolute;
     bottom: 30px;
     right: 0;
 }

 .news-tabs .tab {
     padding: 5px 20px;
     height: 45px;
     border: 2px solid #173E8F;
     color: #173E8F;
     background: #fff;
     cursor: pointer;
     font-size: 14px;
 }

 .news-tabs .tab.active {
     background: #173E8F;
     color: #fff;
 }

 /* 主图 */
 .news-main-img {
     position: relative;
     margin-bottom: 15px;

     .news-main-date {
         position: absolute;
         bottom: 4px;
         /*left: 10px;*/
         background: #173E8F;
         color: #fff;
         padding: 8px 25px;
         font-size: 14px;
         /*border-radius: 2px;*/
     }
 }

 .news-main-img img {
     width: 100%;
 }

 .news-main-title {
     font-size: 20px;
     margin-bottom: 10px;
     padding-bottom: 20px;
     border-bottom: 1px solid #686868;
     white-space: nowrap;
     overflow: hidden;
     text-overflow: ellipsis;
 }

 .news-main-desc {
     font-weight: 500;
     font-size: 16px;
     color: #7C7C7C;
     line-height: 1.8;
     text-align: left;
     font-style: normal;
     text-transform: none;
     display: -webkit-box;
     -webkit-line-clamp: 4;
     -webkit-box-orient: vertical;
     overflow: hidden;
     text-overflow: ellipsis;
     height: 120px;
}


 /* 右侧列表 */
 .news-right {
     width: 55%;
 }

 .news-item {
     display: flex;
     gap: 20px;
     margin-bottom: 40px;

     .item-date{
         border-right: 2px solid #848484;
         padding-right: 20px;
         color: #000000;
         span{
             font-size: 28px;
         }
         small{
             font-size: 16px;
             text-align: right;
             color: #000000;
         }
     }
 }
.news-right-desc{
    margin-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 500;
    font-size: 16px;
    color: #7C7C7C;
    line-height: 26px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

 .item-date span {
     font-size: 26px;
     font-weight: bold;
 }

 .item-date small {
     display: block;
     margin-top: 5px;
     color: #999;
 }

 .news-item:hover{
     cursor: pointer;
     h4,.item-date,small{
         color: #173E8F;
     }

 }

 .item-content h4 {
     font-size: 16px;
     margin-bottom: 8px;
     /*color: #173E8F;*/
     font-weight: 500;
     color: #161616;
 }

 .item-content p {
     color: #7C7C7C;
     line-height: 1.6;
     font-size: 16px;
 }
 /* 带图片的新闻（第一条） */
 .news-item.with-thumb {
     display: flex;
     gap: 14px;
     align-items: flex-start;
     /*border-bottom: 1px solid #E6E9F0;*/
     padding-bottom: 12px;
     position: relative;
    .news-title{
        width: 312px;
        white-space: nowrap;
        overflow: hidden ;
        text-overflow: ellipsis
    }
    .news-main-date{
        position: absolute;
        top: 8px;
        /*left: 10px;*/
        background: #173E8F;
        color: #fff;
        padding: 8px 25px;
        font-size: 14px;
    }
     .news-more{
         bottom: 20px;
     }
 }
 .news-info:hover{
     cursor: pointer;
     .news-title
     /*,*/
     /*.news-right-desc*/
     {
         color: #173E8F;
     }

 }

 .news-thumb {
     width: auto;
     height: 160px;
     /*border-radius: 6px;*/
     object-fit: cover;
 }
 /* 小屏幕适配 */
 @media (max-width: 900px) {
     .news-container {
         flex-direction: column;
     }
     .news-left, .news-right {
         width: 100%;
     }
 }

 /* ===============end ==================== */
/* ====== 小屏幕兼容 ====== */
@media (max-width: 768px) {

    .nav-inner {
        width: 100%;
        padding: 0 15px;
    }

    .panels {
        flex-direction: column;
        height: auto;
    }

    .panel {
        padding-top:50px;
        height: 320px;
    }

    .news-flex {
        flex-direction: column;
    }

    .news-img {
        width: 100%;
    }

    .news-list {
        margin-left: 0;
        margin-top: 20px;
    }
}

 /* ===== 页脚 ===== */
 .footer {
     height: 490px;
     background: linear-gradient( 180deg, #173E8F 4%, #123574 28%, #0D2C58 57%, #0B294D 74%);
     color: #fff;
     padding: 100px 0;
 }
 .footer-cols {
     width: 80%;
     margin: auto;
     display: flex;
     justify-content: space-between;
     align-items: flex-start;
     height: 100%;
 }
 .footer .col{
     padding:0 40px;
 }
 .footer .col h4 {
     margin-bottom: 32px;
 }
 .footer .col p {
     margin: 8px 0;
     cursor: pointer;
     color: #AAAAAA;
     line-height: 2;
     display: flex;
     align-items: center;
 }
 .footer .col .icon{
     display: inline-block;
     width: 22px;
     margin-right: 8px;
     vertical-align: middle;
 }
 .footer .qr {
     width: 32px;
     margin-top: 10px;
     display: inline-block;
     margin-right: 8px;
 }

 .footer .qr:last-child {
     margin-right: 0;
 }

 .footer .qr_down {
     width: 80px;
     margin-top: 15px;
     display: inline-block;
     margin-right: 8px;
 }

 .footer .qr_down:last-child {
     margin-right: 0;
 }