@media screen and (max-width: 750px) {
    body {
       background:url("http://pijinzhibo.com/simplebootx/Home/Schedule/bg.png") repeat-y !important; 
    }
    .nav-bar .type-select .item.on, .nav-bar .type-select .item:hover,.btn-red{
        background:linear-gradient(-135deg, #008472, #009B77) !important;
        border-color: transparent;
    }
    .nav-bar .date-select .date.on, .nav-bar .date-select .date:hover {
        background: #f2fffb;
        border: 1px solid #0c6d5c;
        color: #018869;
    }
    .title .title_name {
        color: #008B73;
        border-bottom: 2px solid #008B73;
    }
    /*赛程*/
    .inv-h-se[data-v-2fc97984]{
        color: #008B73;
        border-bottom: 2px solid #008B73;
    }
} 