@media screen and (max-width: 768px) {
    html, body {
        font-size: 4vw;
        width: 100%;
        -webkit-tap-highlight-color:transparent
    }
    a:hover {
      color: inherit;
    }
    .headerBox,.headerKox{
        height: 15vw;
    }
    
    .headerBox .box {
        width: 100%;
        padding: 0 3vw;
    }
    .headerBox .box .logoBox .logo {
        height: 10vw;
    }
    .headerBox .box .logoBox .title {
        margin-left: 3vw;
        font-size: 4.8vw;
    }
    .headerBox .box .search {
        display: none;
    }
    .headerBox .box .navs .item,.headerBox .box .navs .btns {
        display: none;
    }
    /* 移动端头部：只显示提交需求胶囊按钮 */
    .headerBox .box .navs {
        display: flex;
        align-items: center;
        gap: 2vw;
    }
    .headerBox .box .navs .item-demand {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 1.8vw 4vw;
        border-radius: 999px;
        font-size: 3.4vw;
        font-weight: 600;
        color: #fff;
        background: var(--theme-theme);
        box-shadow: 0 1.5vw 3vw rgba(32, 72, 200, 0.18);
        white-space: nowrap;
        line-height: 1;
    }
    .headerBox .box .navs .item-group-link {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 1.8vw 4vw;
        border-radius: 999px;
        font-size: 3.4vw;
        font-weight: 600;
        color: #fff !important;
        background: var(--theme-theme);
        box-shadow: 0 1.5vw 3vw rgba(32, 72, 200, 0.18);
        white-space: nowrap;
        line-height: 1;
        margin-left: 0;
        text-decoration: none;
        opacity: 1;
        visibility: visible;
    }
    .headerBox .box .navs .item-group-link:visited,
    .headerBox .box .navs .item-group-link:hover,
    .headerBox .box .navs .item-group-link:active,
    .headerBox .box .navs .item-group-link:focus {
        color: #fff !important;
        opacity: 1;
        visibility: visible;
        text-decoration: none;
    }
    .headerBox .box .navs .item-group-link span {
        display: inline-block;
        color: inherit;
    }
    .headerBox .box .navs .iconfont {
        display: none;
    }
    .drawer .item{
        font-size: 4vw;
        color: var(--theme-color);
    }
    .drawer .item,.drawer a{
        display: block;
        height: 10vw;
        line-height: 10vw;
        font-size: 4vw;
        color: var(--theme-color);
        text-align: center;
    }
    .homeBox{
        width: 100%;
        padding: 6vw 5vw 0;
    }
    
    .homeBox .box {
        width: 100%;
    }
    .homeBox .logoBox .logo {
        height: 13.2vw;
    }
    .homeBox .logoBox .title {
        margin-left: 3.4vw;
        font-size: 5.6vw;
    }
    
    .searchBox .search {
        margin-top: 5vw;
        height: 12.5vw;
        border-radius: 12.5vw;
    }
    .searchBox .search input {
        border-radius: 12.5vw;
        font-size: 4.2vw;
        padding-left: 5vw;
    }
    .searchBox .search .btn {
        width: 15vw;
        height: 12.5vw;
    }
    .searchBox .search .btn .iconfont{
        font-size: 5.8vw;
    }
    .home {
        flex-wrap: wrap;
        margin-top: 10vw;
    }
    .home .nav{
        font-size: 4.2vw;
        padding: 0 3vw 2vw;
    }
    .home .nav img {
        width: 6vw;
        height: 6vw;
        margin-right: 2.6vw;
    }
    .home .content {
        min-height: auto;
    }
    
    .home .content .list{
        padding: 0 0 2vw 2vw;
    }
    .home .content .list .item {
        width: 26.8vw;
        margin: 1vw;
        padding: 1vw 0;
    }
    
    .home .content .list .item .img {
        height: 40vw;
    }
    .home .content .list .item p{
        margin-top: 2vw;
    }
    
    
    .home .content .list .item:hover{
        transform: translateY(0);
    }
    
    .home.homeNO .block {
        margin: 0;
        margin-bottom: 5vw;
        width: 100%;
        flex: auto;
    }
    
    .home.homeNO .content .list {
        padding: 0 3vw 3vw;
    }
    .home.homeNO .content .list .item{
        max-width: 100%;
    }
    
    
    .footerBox {
        padding: 5vw;
    }
    .footerBox .box {
        width: 100%;
    }
    
    
    .listBox {
        width: 100%;
        min-height: calc(100vh - 60vw);
        display: flex;
        flex-wrap: wrap;
        align-content: flex-start;
    }
    .listBox .screen{
        width: 100%;
        margin: 0 3vw;
    }
    .listBox .screen .fixed h3{
        display: none;
    }
    
    .listBox .right {
        display: none;
    }
    .listBox .left {
        padding: 0 4vw;
    }
    
    .listBox h3 {
        position: relative;
        padding: 20.4vw 0 0;
        font-size: 3.8vw;
        text-align: center;
    }
    .listBox h3:after {
        display: none;
    }
    .listBox .box {
        padding: 0 4vw 6vw;
        margin-top: 4vw;
        text-align: justify;
        min-height: calc(100% - 50vw);
    }
    .listBox .Ebox{
        padding: 0 4vw 5vw;
        margin-top: 4vw;
        margin-bottom: 4vw;
        text-align: justify;
    }
    .listBox .left .Ebox .list .item:last-child{
        padding: 5vw 0 0;
    }
    .Qloading {
        padding-top: 6vw;
    }
    .Qtips{
        padding-top: 5.6vw;
    }
    .loader{
        font-size: 18px;
    }
    .Qbtn{
        padding-top: 5vw;
    }

    .listBox .left .list {
        padding: 0;
    }
    .listBox .left .list .item {
        padding: 5vw 0;
    }
    .listBox .left .list .item .title {
        font-size: 4.6vw;
        padding-bottom: 1.2vw;
    }
    .listBox .left .list .item .btns{
        justify-content: space-between;
    }
        
    .listBox .left .list .item .btns .btn{
        margin-right: 0;    
    }
    .listBox .left .list .item .btns .btn .iconfont{
        font-size: 4.5vw;
        margin-right: 1vw;
    }
    .listBox .left .list .item .btns .btn .icon{
        width: 4.6vw;
        margin-right: 1vw;
    }
    .listBox .left .list .item .type{
        margin-top: 2vw;
    }
    .listBox .left .list .item .type::after{
    	top: -1vw;
    	font-size: 5.3vw;
    }
    
    
    .listBox .details{
        padding-top: 5vw;
    }
    .details .title {
        font-size: 4.8vw;
        margin-bottom: 4vw;
    }
    .details .cat {
        display: flex;
        font-size: 4.2vw;
    }
    .details .pic {
        width: 30vw;
        height: 40vw;
        margin: 2vw auto 5vw;
    }
    
    
    .searchList{
        position: fixed;
        left: 0;
        right: 0;
        z-index: 10;
        padding: 0 5vw 2vw;
        display: block;
        background-color: var(--theme-background);
    }
    .searchList .search {
        margin-top: 3vw;
    }
    .searchList .search .select{
        font-size: 3.8vw;
        line-height: 13.2vw;
        height: 12.5vw;
        width: 20vw;
        text-align: center;
        opacity: .8;
    }
    .searchList .search input {
        padding-left: 3vw;
    }
    
    .listBox .screen .box{
        padding: 0 4vw 6vw;
        margin-top: 17.5vw;
        display: none;
    }
    
    
    .searchDetail{
        position: fixed;
        left: 0;
        right: 0;
        z-index: 10;
        padding: 0 5vw 2vw;
        display: block;
        background-color: var(--theme-background);
    }
    .searchDetail .search {
        margin-top: 3vw;
    }
    .searchDetail .search input {
        padding-left: 5vw;
    }
    .detailBox{
        min-height: inherit;
    }
    .detailBox h3{
        display: none;
    }
    .detailBox .details {
        padding-top: 5vw;
        margin-top: 20vw;
        min-height: inherit;
    }
    .listBox .details.samelistBox{
        padding: 3vw;
        margin-top: 0;
    }
    .detailBox h3.samelistNav{
        display: block;
        position: relative;
        padding: 30px 0 17px 15px;
        font-size: 4.2vw;
        text-align: left;
    }
    .detailBox h3.samelistNav:after {
        display: block;
    }
    .samelist .item {
        width: 100%;
    }
    .samelist .item p {
        padding: 4px 6px;
    }
        
    
    .switch-items {
        gap: 4.2vw;
        padding-top: 20vw;
    }
    .switch-items a {
        font-size: 3.8vw;
    }

    .btns2 {
        height: 8.2vw;
        line-height: 8.2vw;
        font-size: 3.4vw;
        width: 25vw;
        bottom: 4vw;
    }
    .listBox .left .Ebox .list .item:last-child .btns2{
        bottom: 0;
    }

    .dialogUrlBox{
        width: 90vw;
    }

    /* ====== 搜索栏 - 两行布局 ====== */
    .searchBar {
        flex-wrap: wrap;
        height: auto;
        padding: 2.5vw;
        margin-top: 1vw;
        border-radius: 3vw;
        gap: 2vw;
    }
    /* 第一行：两个下拉各一半 */
    .searchBar .dropWrap {
        flex: 1 1 calc(50% - 2vw);
        height: 10.5vw;
        min-width: 0;
    }
    /* 第二行：输入框占大部分 */
    .searchBar input {
        flex: 1 1 calc(100% - 26vw);
        height: 10.5vw;
        font-size: 3.8vw;
        padding: 0 3vw;
        min-width: 0;
    }
    /* 第二行：搜索按钮固定宽度 */
    .searchBar .searchBtn {
        flex: 0 0 22vw;
        height: 10.5vw;
        padding: 0;
        font-size: 3.6vw;
        border-radius: 2vw;
        justify-content: center;
    }
    .searchBar .searchBtn .iconfont {
        font-size: 4.2vw;
    }
    .dropLabel {
        font-size: 3.4vw;
        padding: 0 2.5vw;
    }
    .dropLabel .icon-xiala {
        font-size: 3vw;
    }
    .dropMenu {
        min-width: 30vw;
        left: auto;
        right: 0;
    }
    .dropMenu a {
        font-size: 3.4vw;
        padding: 3vw 4vw;
    }

    /* 分类 Tabs 横向滚动 */
    .cateTabs {
        justify-content: flex-start;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        padding: 3vw 3vw 2vw;
        margin-top: 2vw;
        gap: 2.5vw;
    }
    .cateTabs::-webkit-scrollbar {
        display: none;
    }
    .cateTabs .cateItem {
        flex: none;
        padding: 2vw 4.5vw;
        font-size: 3.6vw;
        border-radius: 5vw;
    }

    /* 结果卡片 */
    .cardItem {
        padding: 4vw;
        margin-bottom: 3vw;
        border-radius: 2.5vw;
    }
    .cardTitle {
        font-size: 4vw;
    }
    .cardMeta {
        flex-wrap: wrap;
        gap: 2.5vw;
        font-size: 3.2vw;
    }
    /* 卡片按钮：主按钮占满，次要按钮各半 */
    .cardBtns {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 2vw;
    }
    .cardBtn {
        font-size: 3.2vw;
        padding: 1.8vw 3.5vw;
        justify-content: center;
    }
    .cardBtnGo {
        grid-column: 1 / -1;
        justify-content: center;
    }
    .metaIcon {
        width: 4.2vw;
        height: 4.2vw;
    }

    /* 首页资源列表 */
    .homeResource {
        width: 100%;
        padding: 0 3vw;
        margin-top: 6vw;
    }
    .homeResource .cardItem {
        padding: 3.5vw;
        margin-bottom: 2.5vw;
    }
    .homeResource .cardHead {
        margin-bottom: 2vw;
    }
    .homeResource .cardBtns {
        display: flex;
        justify-content: center;
        margin-top: 3vw;
        padding-top: 3vw;
    }
    .homeResource .cardBtn {
        padding: 2vw 10vw;
        font-size: 3.4vw;
    }
    .homeResourceTitle {
        font-size: 4.4vw;
        padding-bottom: 1vw;
    }
    .homeResourceDesc {
        font-size: 3.2vw;
        color: #999;
        padding-bottom: 3vw;
    }
    /* 公告弹窗 */
    .noticePopup {
        width: 86vw;
        max-width: 86vw;
        max-height: 74vh;
        margin-top: 10vh;
        border-radius: 4vw;
    }
    .noticePopupHeader {
        padding: 4vw 4.5vw 2.5vw;
    }
    .noticePopupTitle {
        font-size: 5vw;
        font-weight: 700;
    }
    .noticeClose {
        font-size: 7vw;
    }
    .noticePopupBody {
        max-height: calc(74vh - 14vw);
        overflow-y: auto;
        padding: 0 4.5vw 5vw;
    }
    .noticePopupImg {
        width: 100%;
        max-height: 38vh;
        object-fit: contain;
        border-radius: 3vw;
    }
    .noticePopupText {
        font-size: 4vw;
        line-height: 1.75;
        margin-top: 3vw;
        color: #333;
        white-space: pre-line;
    }
    .pagerBtn {
        padding: 2vw 5vw;
        font-size: 3.6vw;
    }
    .pagerInfo {
        font-size: 3.4vw;
    }
}