@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.m-search-fixed .box .logoBox{
        display: none;
    }
    .headerBox.m-search-fixed .box .search{
        display: flex;
        flex: 1;
        max-width: none;
        margin: 0 2vw 0 0;
        height: 9.6vw;
        border-radius: 999px;
        background: rgba(255, 255, 255, .62);
        border: 1px solid rgba(0, 0, 0, .06);
        box-shadow: 0 10px 26px rgba(0, 0, 0, .18);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        animation: mHeaderSearchIn 220ms ease-out both;
    }
    html[data-theme="dark"] .headerBox.m-search-fixed .box .search{
        background: rgba(13, 13, 36, .62);
        border-color: rgba(180, 190, 255, .12);
        box-shadow: 0 12px 28px rgba(0, 0, 0, .32);
    }
    .headerBox.m-search-fixed .box .search:after{
        box-shadow: none;
        border-radius: 999px;
        opacity: .08;
    }
    .headerBox.m-search-fixed .box .search input{
        font-size: 3.6vw;
        padding-left: 3.8vw;
    }
    .headerBox.m-search-fixed .box .search .btn{
        width: 10.8vw;
        height: 9.6vw;
    }
    .headerBox.m-search-fixed .box .search .btn .iconfont{
        font-size: 5vw;
    }
    @keyframes mHeaderSearchIn{
        from{
            transform: translateY(-1vw);
            opacity: 0;
        }
        to{
            transform: translateY(0);
            opacity: 1;
        }
    }
    .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%;
    }

    .todayReco {
        width: 100%;
        max-width: 100%;
        margin: 2.8vw auto 0;
        border-radius: 4.6vw;
    }

    .todayReco .trHead {
        padding: 3.6vw 3.6vw 2.6vw;
    }

    .todayReco .trTitle {
        font-size: 4vw;
    }

    .todayReco .trMarquee {
        padding: 2.6vw 2vw 3.2vw;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        mask-image: none;
        -webkit-mask-image: none;
        overscroll-behavior-x: contain;
        touch-action: pan-x;
        scroll-snap-type: none;
    }

    .todayReco .trTrack {
        animation: none;
        gap: 2.2vw;
    }

    .todayReco .trItem {
        width: 42vw;
        border-radius: 3.4vw;
        scroll-snap-align: none;
        background: var(--theme-other_background, #ffffff);
    }

    .todayReco .trImg {
        height: 34vw;
    }

    .todayReco .trBadges {
        inset: 0;
    }

    .todayReco .trBadge {
        top: 2.4vw;
        font-size: 2.6vw;
        padding: 0.8vw 1.6vw;
        border-width: 1px;
        max-width: calc(100% - 4.8vw);
        border-radius: 2.4vw;
    }

    .todayReco .trBadge::before{
        height: 2.8vw;
    }
    
    .todayReco .trBadgeTop {
        left: 2.4vw;
        right: auto;
    }
    
    .todayReco .trBadgeHot {
        left: 2.4vw;
        right: auto;
    }

    .todayReco .trBadgeEp {
        right: 2.4vw;
        left: auto;
        top: auto;
        bottom: 2.4vw;
        max-width: calc(100% - 4.8vw);
    }

    .todayReco .trTagRow .trChipTag:nth-child(n+2){
        display: none;
    }

    .todayReco .trChips {
        margin-top: 2.2vw;
        flex-wrap: wrap;
        gap: 1.6vw;
    }

    .todayReco .trChip2 {
        font-size: 3.1vw;
        padding: 1.1vw 2.2vw;
    }

    .todayReco .trMeta {
        padding: 2.2vw 2.4vw 2.4vw;
        background: var(--theme-other_background, #ffffff);
    }

    .todayReco .trCat {
        font-size: 3.1vw;
        margin-bottom: 1.0vw;
        gap: 1.6vw;
    }

    .todayReco .trChip {
        font-size: 3.0vw;
        padding: 0.8vw 1.8vw;
    }

    .todayReco .trName {
        font-size: 3.4vw;
        height: 1.35em;
        -webkit-line-clamp: 1;
    }

    .todayReco .trDesc {
        font-size: 3.0vw;
        margin-top: 0.6vw;
        height: 1.35em;
        -webkit-line-clamp: 1;
    }
    .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;
        background: rgba(255, 255, 255, .72);
        border: 1px solid rgba(0, 0, 0, .06);
        box-shadow: 0 12px 28px rgba(0, 0, 0, .14);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }
    .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;
    }
    html[data-theme="dark"] .searchBox .search{
        background: rgba(13, 13, 36, .62);
        border-color: rgba(180, 190, 255, .12);
        box-shadow: 0 12px 28px rgba(0, 0, 0, .32);
    }

    .searchBox .mHotRow{
        margin-top: 3.2vw;
        display: flex;
        align-items: center;
        gap: 2.6vw;
        text-align: left;
    }
    .searchBox .mHotLabel{
        flex: none;
        font-size: 3.4vw;
        opacity: .72;
    }
    .searchBox .mHotCloud{
        flex: 1;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        overscroll-behavior-x: contain;
        touch-action: pan-x;
    }
    .searchBox .mHotCloud::-webkit-scrollbar{
        display: none;
    }
    .searchBox .mHotTag{
        display: inline-flex;
        align-items: center;
        justify-content: center;
        height: 7.8vw;
        padding: 0 3.2vw;
        border-radius: 999px;
        border: 1px solid rgba(0, 0, 0, .08);
        background: rgba(255, 255, 255, .72);
        color: var(--theme-color);
        font-size: 3.4vw;
        margin-right: 2.2vw;
        flex: none;
    }
    html[data-theme="dark"] .searchBox .mHotTag{
        border-color: rgba(180, 190, 255, .14);
        background: rgba(10, 10, 26, .48);
        color: rgba(224, 224, 255, .84);
    }

    .searchBox .mHistoryRow{
        margin-top: 3.2vw;
        text-align: left;
    }
    .searchBox .mHistoryHead{
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 2.2vw;
    }
    .searchBox .mHistoryLabel{
        font-size: 3.4vw;
        opacity: .72;
    }
    .searchBox .mHistoryClear{
        height: 6.8vw;
        padding: 0 2.8vw;
        border-radius: 999px;
        border: 1px solid rgba(0, 0, 0, .08);
        background: rgba(255, 255, 255, .72);
        color: rgba(0, 0, 0, .62);
        font-size: 3.2vw;
    }
    html[data-theme="dark"] .searchBox .mHistoryClear{
        border-color: rgba(180, 190, 255, .14);
        background: rgba(10, 10, 26, .48);
        color: rgba(224, 224, 255, .74);
    }
    .searchBox .mHistoryCloud{
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        overscroll-behavior-x: contain;
        touch-action: pan-x;
    }
    .searchBox .mHistoryCloud::-webkit-scrollbar{
        display: none;
    }
    .searchBox .mHistoryTag{
        display: inline-flex;
        align-items: center;
        justify-content: center;
        height: 7.8vw;
        padding: 0 3.2vw;
        border-radius: 999px;
        border: 1px solid rgba(0, 0, 0, .08);
        background: rgba(255, 255, 255, .72);
        color: var(--theme-color);
        font-size: 3.4vw;
        margin-right: 2.2vw;
        flex: none;
        max-width: 56vw;
    }
    .searchBox .mHistoryText{
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 56vw;
    }
    html[data-theme="dark"] .searchBox .mHistoryTag{
        border-color: rgba(180, 190, 255, .14);
        background: rgba(10, 10, 26, .48);
        color: rgba(224, 224, 255, .84);
    }
    .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 .title{
        margin-top: 2vw;
    }
    .home .content .list .item .desc{
        margin-top: 1vw;
        padding: 0 1.4vw;
        font-size: 3.2vw;
        line-height: 1.35;
        opacity: .72;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .home .content .list .item .rank-badge{
        top: 1.6vw;
        left: 1.6vw;
        padding: 0.8vw 1.6vw;
        font-size: 3.1vw;
    }
    
    
    .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: 30vw;
        text-align: center;
        opacity: .8;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 1vw;
    }
    .searchList .search .select.is-pan-select{
        width: 12vw;
    }
    .searchList .search .select.is-pan-select span{
        display: none;
    }
    .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 {
        --switch-active: 0;
        position: relative;
        width: 100%;
        max-width: 420px;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0;
        padding: 1.1vw;
        border-radius: 999px;
        background: rgba(255, 255, 255, .72);
        border: 1px solid rgba(0, 0, 0, .08);
        box-shadow: 0 12px 26px rgba(0, 0, 0, .10);
        -webkit-tap-highlight-color: transparent;
    }
    .switch-items::before {
        content: "";
        position: absolute;
        top: 1.1vw;
        bottom: 1.1vw;
        left: 1.1vw;
        width: calc((100% - 2.2vw) / 2);
        border-radius: 999px;
        background: var(--theme-other_background);
        border: 1px solid rgba(0, 0, 0, .06);
        box-shadow: 0 10px 22px rgba(0, 0, 0, .14);
        transform: translate3d(calc(var(--switch-active) * 100%), 0, 0);
        transition: transform 240ms cubic-bezier(.2, .85, .2, 1);
        will-change: transform;
    }
    .switch-items .switch-item {
        position: relative;
        z-index: 1;
        font-size: clamp(13px, 3.6vw, 15px);
        padding: 2.6vw 3.6vw;
        border: 0;
        background: transparent;
        color: rgba(0, 0, 0, .70);
        line-height: 1;
        border-radius: 999px;
        transition: color 160ms ease;
    }
    .switch-items .switch-item.active{
        color: var(--theme-theme);
        font-weight: 800;
    }
    .switch-items .switch-item:focus-visible {
        outline: 2px solid color-mix(in srgb, var(--theme-theme) 62%, rgba(255, 255, 255, .38));
        outline-offset: 2px;
    }

    .source-switch{
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 2.8vw;
        padding-top: 20vw;
        padding-left: 4vw;
        padding-right: 4vw;
        flex-wrap: wrap;
    }
    .source-switch h3{
        padding: 0;
        font-size: 3.8vw;
        text-align: left;
        white-space: nowrap;
    }

    html[data-theme="dark"] .switch-items{
        background: rgba(13, 13, 36, .50);
        border-color: rgba(180, 190, 255, .18);
        box-shadow: 0 20px 44px rgba(0, 0, 0, .38);
    }
    html[data-theme="dark"] .switch-items::before{
        background: rgba(13, 13, 36, .72);
        border-color: rgba(180, 190, 255, .14);
        box-shadow: 0 18px 38px rgba(0, 0, 0, .42);
    }
    html[data-theme="dark"] .switch-items .switch-item{
        color: rgba(224, 224, 255, .78);
    }
    .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;
    }
}

@media screen and (min-width: 600px) and (max-width: 768px) {
    .headerBox.m-search-fixed .box .logoBox{
        display: inline-flex;
    }
    .headerBox.m-search-fixed .box .search{
        display: none;
    }
}
