@media screen and (max-width: 1100px) {
    html, body {
        font-size: 14px;
        width: 100%;
        -webkit-tap-highlight-color:transparent
    }
    a:hover {
      color: inherit;
    }
    .headerBox,.headerKox{
        /*height: 7vw;*/
        /*height: 65px;*/
        display: none;
    }
    
    .headerBox .box {
        width: 100%;
        padding: 0 3vw;
    }
    .headerBox .box .logoBox .logo {
        /*height: 10vw;*/
        width: 180px;
        height: auto;
    }
    .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: 3vw 3vw 0;*/
    }
    
    .homeBox .box {
        width: 100%;
    }
    .homeBox .logoBox .logo {
        height: 13.2vw;
    }
    .homeBox .logoBox .title {
        margin-left: 3.4vw;
        font-size: 5.6vw;
    }
    
    #nav {
        margin: 0;
        height: 45px;
        padding: 0;
        width: 100%;
        position: fixed;
        left: 0;
        top: 0;
        display: block;
        z-index: 2;
        border-radius: 0;
    }
    #nav>ul {
        display: none;
        height: auto;
        width: 100%;
        margin: 0 0 20px 0;
        position: absolute;
        top: 45px;
        left: 0;
        border-top: 1px solid #d9d9d9;
    }
    #nav li {
        width: 33.33%;
        float: left;
        position: relative;
        padding: 0;
        border-bottom: 1px solid #d9d9d9;
        border-left: 1px solid #d9d9d9;
        text-align: center;
    }
    #nav li:nth-of-type(1),#nav li:nth-of-type(4),#nav li:nth-of-type(7),#nav li:nth-of-type(10){
        border-left: 0;
    }
    #nav a.search-on {
        display: block;
        width: 45px;
        height: 45px;
        position: absolute;
        padding: 0;
        text-indent: 0;
        text-align: center;
        top: 0;
        right: 45px;
    }
    #nav a.login-on {
        display: block;
        width: 45px;
        height: 45px;
        position: absolute;
        padding: 0;
        text-indent: 0;
        text-align: center;
        top: 0;
        right: 0;
    }
    #nav a.logo-on {
        margin-left: 5px;
        display: block;
        width: 120px;
        height: 45px;
        position: absolute;
        padding: 0;
        text-indent: 0;
        text-align: center;
        /*top: 0;*/
        /*left: 50%;*/
        /*transform: translateX(-50%);*/
    }
    .homeNO dl {
        margin-left: 0;
        width: 100%;
        padding: 1% 3%!important;
    }
    .homeNO dl, .right dl, .mb15 {
        margin-bottom: 10px;
    }
    .homeNO .tigs{
        width: 100% !important;
    }
    
    .h60 {
        height: 55px;
    }
    .m-logo{
        width: 120px;
        height: 45px;
    }
    
    .searchBox .search {
        /*margin-top: 5vw;*/
        /*height: 12.5vw;*/
        /*border-radius: 12.5vw;*/
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        margin-top: 0 !important;
        
        height: 38px;
        line-height: 38px;
        color: #777777;
        /*width: 40%;*/
        /*border: 1px solid #ddd;*/
        /*padding-left: 2%;*/
        background-color: #ffffff;
        /*border-radius: 3px 0px 0px 3px;*/
        border-radius: 6px;
    }
    .searchBox .search input {
        width: 100%;
        border-radius: 6px;
        font-size: 14px;
        padding-left: 5vw;
    }
    .searchBox .search .btn {
        width: 35px;
        height: 100%;
        background-color: #fff;
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
    }
    .searchBox .search .btn .iconfont{
        /*font-size: 5.8vw;*/
    }
    .home {
        flex-wrap: wrap;
        /*margin-top: 10vw;*/
        margin-right: 2%;
        margin-left: 2%;
    }
    .home .nav{
        font-size: 16px;
        padding: 0 3vw 2vw;
    }
    .home .nav img {
        width: 25px;
        height: 25px;
        /*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: 10px;
        width: 100%;
        flex: auto;
    }
    
    .home.homeNO .content .list {
        padding: 0 3vw 3vw;
    }
    .home.homeNO .content .list .item{
        width: 100%;
        padding: 6px 0;
    }
    
    
    .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;*/
        margin: 0px auto 0 auto;
        width: calc(100% - 20px);
        
    }
    .listBox .left {
        
        padding: 0 10px;
        width: 100%;
        flex: none;
    }
    
    .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: 15px;
    }
    .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;
    }
    
    .song_item{
        width: calc(100% / 2 - 6px);
    }
    /*.tuij_song .song_item:nth-child(3n){*/
    /*    margin-right: 5px;*/
    /*}*/
    /*.tuij_song .song_item:nth-child(2n){*/
    /*    margin-right: 0!important;*/
    /*}*/
    .music_dialog{
        width: 90%!important;
    }
    
    
    .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: 50%;
        height: 45px;
        /*position: absolute;*/
        /*left: 0;*/
        /*right: 0;*/
        /*z-index: 10;*/
        /*padding: 0 5vw 2vw;*/
        /*display: block;*/
        /*background-color: var(--theme-background);*/
        
        
        
        position: absolute;
        padding: 0;
        text-indent: 0;
        text-align: center;
        top: 0;
        right: 8px;
        
    }
    .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;
    }
    .sj-ss{
        display: block;
    }
    
    .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;
    }
}
@media screen and (max-width: 700px) {
    .song_item{
        width: 100%;
        margin-right: 0!important;
        margin-left: 0!important;
    }
}