.adm, .highlight-box,
.content > .player-info:nth-of-type(4), .player-info:nth-of-type(6)
/*#tablist > a:nth-of-type(3),#tablist > a:nth-of-type(6),*/
/*.header-module > ul > li:nth-of-type(3)*/
{
    display: none !important;
}

.homepage #header{
    padding: 0 !important;
}

header, main, footer, .header-content, .van-sticky{
    width: 760px !important;
    margin: 0 auto !important;
}

.header-content{
    left: unset !important;
}

.module-title{
    margin-left: 10px !important;
}

.module-heading{
    /*margin-bottom: 0 !important;*/
}

.content {
    margin-top: 70px !important;
    max-width: 760px !important;
    padding: 0 !important;
}

.module-items{
    margin-right: -15px !important;
}

.module-item {
    margin: 0 15px 15px 0 !important;
    width: calc(33.333333% - 15px) !important;
}

.module-item-pic a {
    padding-top: 150px !important;
}

.player-box-side{
    padding-bottom: 15px !important;
}

body.play .content {
     margin-top: 0px !important;
}

.tips-list span{
    margin: 0 8px !important;
    padding: 0 8px !important;
}

.player-box{
    margin: -15px 0px 0 !important;
}

.tips-box{
    padding: 0 !important;
    margin: 8px 0 !important;
    width: 100% !important;
}

body.play .module-title {
     margin: 0 !important;
}

.player-block{
    background: none !important;
}

@media (min-width: 760px) {
    #playbox{
        height: 427.5px !important;
        min-height: 427.5px !important;
    }
    
    .player-box-side, .player-info {
        padding-left: 0px !important;
        padding-right: 0px !important;
        margin: 0 !important;
    }
}

@media (max-width: 760px) {
    
    header, main, footer, .header-content, .van-sticky{
        width: 100% !important;
    }
    
    .content{
        padding: 0 10px !important;
    }
    
    .module-items{
        margin-right: -10px !important;
    }
    
    .module-item {
        margin: 0 10px 10px 0 !important;
        width: calc(50% - 10px) !important;
    }
    
    .module {
         margin: 0 !important; 
         padding: 0 !important;
    }
    
    .player-box{
        margin: -15px -10px 0 !important;
    }
    
    .player-box-side, .player-info {
        padding-left: 10px !important;
        padding-right: 10px !important;
        margin: 0 !important;
    }
}




