﻿

.search-div {
    width:80%;
    margin:0 auto;
}
.search-div > *{
    padding:8px;
    border:1px #DDD solid;
    border-radius:3px;
}
.search-div input{
    flex:1;
    margin-right:10px;
}
.search-div button{
    width:80px;
    cursor:pointer;
}
.leagues{
    flex-wrap:wrap;
    max-height:276px;
}
.leagues li{
    width: 110px;
    height: 138px;
    text-align: center;
}
.leagues img{
    width: 80px;
    height: 80px;
    padding: 10px;
    border: 1px #eee solid;
    margin-bottom: 5px;
}
.hevent{
    flex-wrap:wrap;
}
.hevent > li{
    width: 280px;
    height: 80px;
    border-bottom: 1px #eee solid;
    margin-right: 10px;
}
.hevent > li > div{
    padding-top: 14px;
}
.hevent > li > div > span{
    font-size:16px;
    color:#666;
    margin-bottom: 10px;
}
.hevent img{
    width: 60px;
    height: 60px;
    padding: 10px;
    float: left;
}
.hevent > div{
    padding: 10px;
}

.litm {
    flex-wrap: wrap;
}
.litm li{
    margin-right: 7px;
    padding-right: 7px;
    color:#999;
    font-size:12px;
}
.litm li:not(:last-child){
    border-right:2px #eee solid;
}


@media screen and (min-width:1200px){

} 

@media screen and (min-width: 1024px) and (max-width: 1170px) {

    .box, article {
        width: auto;
    }
    .left-box-min {
        width: 28vw;
    }
    .right-box-big {
        width: 69vw;
    }
}
@media screen and (min-width: 960px) and (max-width: 1023px) {
    .box, article {
        width: auto;
    }
    .left-box-min {
        width: 28vw;
    }
    .right-box-big {
        width: 69vw;
    }
}

@media screen and (min-width: 840px) and (max-width: 959px) {
    .box, article {
        width: 100%;
    }
    
    .left-box-min {
        width: 28vw;
    }
    .right-box-big {
        width: 69vw;
    }
}



@media screen and (min-width: 768px) and (max-width: 1199px) {

}
@media screen and (min-width: 481px) and (max-width: 767px) {
    .blank1,
    .top_search {
        display: none;
    }
    .box-s {
        box-shadow: none;
    }
    .box-p {
        padding: 12px;
    }
    .side-title {
        font-size: 13px;
        padding-bottom: 5px;
    }
    .side-title:after {
        width: 52px;
    }
    .leagues,
    .hevent {
        width: 96vw;
        display: inline-block;
        white-space: nowrap;
        max-height: 100px;
        font-size: 12px;
        padding: 0 0 12px 0;
    }
    .leagues {
        padding-bottom: 2px;
    }
    .leagues li,
    .hevent > li {
        display: inline-block;
        height: auto;
        width: auto;
        margin-right: 22px;
        text-align: center;
    }
    .scroll-bar,
    .hevent {
        overflow: hidden;
        overflow-x: auto;
    }
    .leagues img,
    .hevent img {
        width: 30px;
        height: 30px;
        padding: 0;
        border: none;
        margin-bottom: 5px;
    }
    .scroll-bar::-webkit-scrollbar {
        width: 3px;
        height: 3px;
    }

    .hevent > li {
        border-bottom: none;
    }
    .hevent img {
        float: none;
    }
    .hevent > li > div {
        padding: 0;
    }
    .hevent > li > div > span {
        font-size: 12px;
    }
}

@media screen and (max-width: 479px) {
    .blank1,
    .top_search {
        display: none;
    }
    .box-s {
        box-shadow: none;
    }
    .box-p {
        padding: 12px;
    }
    .side-title {
        font-size: 13px;
        padding-bottom: 5px;
    }
    .side-title:after {
        width: 52px;
    }
    .leagues,
    .hevent {
        width: 93vw;
        display: inline-block;
        white-space: nowrap;
        max-height: 100px;
        font-size: 12px;
        padding: 0 0 12px 0;
    }
    .leagues {
        padding-bottom: 0;
    }
    .leagues li,
    .hevent > li {
        display: inline-block;
        height: auto;
        width: auto;
        margin-right: 22px;
        text-align: center;
    }
    .scroll-bar,
    .hevent {
        overflow: hidden;
        overflow-x: auto;
    }
    .leagues img,
    .hevent img {
        width: 30px;
        height: 30px;
        padding: 0;
        border: none;
        margin-bottom: 5px;
    }
    .scroll-bar::-webkit-scrollbar {
        width: 3px;
        height: 3px;
    }
    .scroll-bar::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0);
        border-radius: 0;
        background: rgba(0,0,0,0);
    }

    .hevent > li {
        border-bottom: none;
    }
    .hevent img {
        float: none;
    }
    .hevent > li > div {
        padding: 0;
    }
    .hevent > li > div > span {
        font-size: 12px;
    }
}

