@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 .bg {
        margin: 2vw 3vw 0;
        border-radius: 3vw;
    }
    
    .headerBox .box {
        width: 100%;
        padding: 0 5vw;
    }
    .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 .iconfont {
        display: block;
        font-weight: bold;
        font-size: 20px;
    }
    .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;
    }
    
    /* 移动端搜索框样式 - 适配新的formField结构 */
    .searchBox .search-container {
        margin-top: 5vw;
        gap: 2vw;
    }
    
    .searchBox .formField input {
        height: 12.5vw;
        font-size: 4.2vw;
        padding: 2vw 4vw;
    }
    
    .searchBox .formField span {
        padding: 2.5vw 4vw;
        font-size: 4.2vw;
    }
    
    .searchBox .formField input:focus + span,
    .searchBox .formField input:valid + span {
        transform: translateY(-8vw) translateX(-1vw) scale(0.85);
    }
    
    .searchBox .search-btn {
        width: 12.5vw;
        height: 12.5vw;
    }
    
    .searchBox .search-btn .iconfont {
        font-size: 5.8vw;
    }
    
    /* 移动端加载动画调整 */
    .loadingspinner {
        --square: 4vw;
        --offset: 5vw;
        width: calc(3 * var(--offset) + var(--square));
        height: calc(2 * var(--offset) + var(--square));
    }
    
    .homeBox .box > div:first-child {
        gap: 3vw;
    }
    .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{
        display: none;
    }
    .listBox .screen .fixed h3{
        display: none;
    }
    
    .listBox .right {
        display: none;
    }
    .listBox .left {
        padding: 0 5vw;
    }
    
    .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;
        margin-top: 0;
        background-color: transparent;
        box-shadow: none;
        border-radius: 0;
        text-align: justify;
        min-height: calc(100% - 50vw);
    }
    .listBox .Ebox{
        padding: 0;
        margin-top: 0;
        margin-bottom: 0;
        background-color: transparent;
        box-shadow: none;
        border-radius: 0;
        text-align: justify;
    }
    .listBox .left .Ebox .list .item:last-child{
        padding: 5vw 6vw;
        margin-bottom: 0;
    }
    .Qloading {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 3vw;
        padding: 8vw 0;
    }
    
    .spinner {
        width: 7vw;
        height: 7vw;
    }
    
    .spinner > div {
        border-width: 0.35vw;
    }
    
    .spinner div:nth-of-type(1) {
        transform: translateZ(-3.5vw) rotateY(180deg);
    }
    
    .spinner div:nth-of-type(6) {
        transform: translateZ(3.5vw);
    }
    
    .Qloading .loading-text {
        font-size: 4.5vw;
    }
    
    .Qtips{
        padding-top: 5.6vw;
    }
    
    .Qbtn{
        padding-top: 5vw;
    }

    .listBox .left .list {
        padding: 0;
    }
    .listBox .left .list .item {
        padding: 5vw 6vw;
        margin-bottom: 3vw;
        border-radius: 2.5vw;
        background-color: var(--theme-other_background);
        box-shadow: 0 1vw 3vw rgba(0, 0, 0, 0.06);
        transition: all 0.3s ease;
        border: 0.3vw solid rgba(230, 230, 230, 0.6);
    }
    .listBox .left .list .item:last-child {
        margin-bottom: 0;
    }
    .listBox .left .list .item .title {
        font-size: 4.2vw;
        font-weight: 600;
        padding-bottom: 2vw;
        line-height: 1.5;
    }
    .listBox .left .list .item .title p {
        font-size: 3.8vw;
        line-height: 1.6;
    }
    .listBox .left .list .item .btns{
        justify-content: flex-start;
        margin-top: 3vw;
        flex-wrap: wrap;
        gap: 2vw;
    }
        
    .listBox .left .list .item .btns .btn{
        margin-right: 5vw;
        font-size: 3.6vw;
        padding: 1vw 0;
    }
    .listBox .left .list .item .btns .btn .iconfont{
        font-size: 4.2vw;
        margin-right: 1.5vw;
    }
    .listBox .left .list .item .btns .btn .icon{
        width: 4.2vw;
        margin-right: 1.5vw;
    }
    .listBox .left .list .item .type{
        margin-top: 2.5vw;
        font-size: 3.4vw;
        line-height: 1.8;
        padding-left: 6vw;
    }
    .listBox .left .list .item .type::after{
    	top: -0.5vw;
    	font-size: 4.8vw;
    }
    .listBox .left .list .item .type span{
        margin-right: 6vw;
    }
    
    
    .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{
        width: 100%;
        padding: 5vw 5vw 2vw;
        display: block;
    }
    
    .searchList .search-container {
        margin-top: 0;
        gap: 2vw;
    }
    
    .searchList .formField input {
        height: 12.5vw;
        font-size: 4.2vw;
        padding: 2vw 4vw;
    }
    
    .searchList .formField span {
        padding: 2.5vw 4vw;
        font-size: 4.2vw;
    }
    
    .searchList .formField input:focus + span,
    .searchList .formField input:valid + span {
        transform: translateY(-8vw) translateX(-1vw) scale(0.85);
    }
    
    .searchList .search-btn {
        width: 12.5vw;
        height: 12.5vw;
    }
    
    .searchList .search-btn .iconfont {
        font-size: 5.8vw;
    }
    
    /* 移动端网盘筛选器样式 */
    .searchList .radio-inputs {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        border-radius: 2vw;
        background-color: #EEE;
        box-sizing: border-box;
        box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.06);
        padding: 1vw;
        width: 100%;
        margin: 3vw auto 2vw;
        font-size: 3.5vw;
    }
    
    .searchList .radio-inputs .radio {
        flex: 1 1 auto;
        text-align: center;
        min-width: 20%;
    }
    
    .searchList .radio-inputs .radio input {
        display: none;
    }
    
    .searchList .radio-inputs .radio .name {
        display: flex;
        cursor: pointer;
        align-items: center;
        justify-content: center;
        border-radius: 2vw;
        border: none;
        padding: 2vw 0;
        color: rgba(51, 65, 85, 1);
        transition: all .15s ease-in-out;
    }
    
    .searchList .radio-inputs .radio input:checked + .name {
        background-color: #fff;
        font-weight: 600;
    }
    
    .listBox .screen .box{
        padding: 0 4vw 6vw;
        margin-top: 3vw;
        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;
    }
        
    
    .source-switch {
        padding-top: 2vw;
        align-items: center;
    }
    .source-switch h3 {
        padding: 0;
        margin: 0 2vw 0 0;
        text-align: left;
        border: none;
    }
    .source-switch h3:after {
        display: none;
    }

    .switch-items {
        gap: 4.2vw;
        padding-top: 0;
    }
    .switch-items a {
        font-size: 3.8vw;
    }

    /* 移动端获取资源按钮样式 */
    .cssbuttons-io-button {
        background: var(--theme-theme);
        color: white;
        font-family: inherit;
        padding: 0.8vw;
        padding-left: 2.5vw;
        font-size: 3.2vw;
        font-weight: 500;
        border-radius: 2.2vw;
        border: none;
        letter-spacing: 0.05em;
        display: flex;
        align-items: center;
        box-shadow: inset 0 0 3.5vw -1.2vw var(--theme-theme);
        overflow: hidden;
        position: absolute;
        height: 7.5vw;
        padding-right: 8.5vw;
        cursor: pointer;
        bottom: 4vw;
        right: 2vw;
    }

    .cssbuttons-io-button .icon {
        background: white;
        margin-left: 1.6vw;
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 5.8vw;
        width: 5.8vw;
        border-radius: 1.8vw;
        box-shadow: 0.25vw 0.25vw 1.2vw 0.4vw var(--theme-theme);
        right: 0.85vw;
        transition: all 0.3s;
    }

    .cssbuttons-io-button:active .icon {
        width: calc(100% - 1.7vw);
    }

    .cssbuttons-io-button .icon svg {
        width: 3vw;
        transition: transform 0.3s;
        color: var(--theme-theme);
    }

    .cssbuttons-io-button:active .icon svg {
        transform: translateX(0.3vw);
    }

    /* 保留旧的btns2类以防兼容性问题 */
    .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;
    }
    .listBox .left .Ebox .list .item:last-child .cssbuttons-io-button{
        bottom: 0;
    }

    .dialogUrlBox{
        width: 90vw;
    }

    /* 移动端卡片样式适配 */
    .card {
        width: 90vw;
        height: 20vw;
        padding: 2.5vw 4vw;
        gap: 4vw;
        margin: 5vw auto 0;
        border-radius: 2vw;
    }

    .wave {
        left: -8vw;
        top: 8vw;
        width: 20vw;
    }

    .icon-container {
        width: 9vw;
        height: 9vw;
        margin-left: 2vw;
    }

    .icon {
        width: 4.5vw;
        height: 4.5vw;
    }

    .message-text {
        font-size: 4.2vw;
    }

    .sub-text {
        font-size: 3.5vw;
    }

    .cross-icon {
        width: 4.5vw;
        height: 4.5vw;
    }
}