*{
    padding: 0;
    margin: 0;
}


/* 大于480认为是PC的样式 */
*{
    font-size: 13px;
}

body{
    width: 100%;
    overflow:hidden;
}

#title{
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    float: left;
    line-height: 22px;
    height: 3.5%;
    margin-left: 0.2rem;
    margin-top: 0.5%;
}

.bt {       
    margin-top: 0.2%;
    margin-bottom: 0.2%;
    font-size: 14px;
    text-align: center;
    border: 1px solid;
    background-color: #058cf9;
    color: white;
    border-radius: 0.05rem;
    min-height: 23px;
    line-height: 29px;
}

#topArea{
    height: 4.5%;
    float: right;
    width: 100%;
}

#topArea .bt {
    float: right;   
    margin-right: 0.1rem;  
    width: 75px;   
    height: 66%;
}

#main{
    float: left;
    width: 100%;
    background-color: #e0e0e0;
    height: 81%;
}

#mainList{
    width: 100%;
    font-size: 14px;
    height: 95%;
    overflow-y: scroll;
    overflow-x: hidden;
}

.listBody{
    float: left; 
    min-width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #e0e0e0;
}

#mainList .latter{
    background-color: #faf5f5;
}

/* 悬停颜色 */
#mainList .listBody:hover{
    background-color: #e0e0e0;
}
#mainList .latter:hover{
    background-color: #e0e0e0;
}
/* 悬停选中行颜色 */
#mainList .set:hover{
    background-color: #009696;
    color: black;
}
#mainList .set {
    background-color: #009696;
    color: white;
}

#listHead{
    background-color: #e0e0e0;
    height: 0.32rem;
    float: left; 
    min-width: 99%;
    height: 4%;
}


li:nth-child(1){
    width: 18.2%;
}

li:nth-child(2){  
    width: 12%; 
}

li{    
    width: 8.6%;
    display: inline;
    float: left;
    min-height: 23px;
    line-height: 23px;
    text-align: center;
}

li input[type="checkbox"] {
    margin-top: 0.12rem;
}

#getCode,#showSchedule,#cleanSelect,#copyCode{
    text-align: center;
    width: 30.7%;
    float: left;
    margin-left: 1%;
    margin-right: 1%;
    height: 15%;
}


#code{
    width: 98%;
    /* margin-top: 1%; */
    height: 75%;
    border: 1px solid;
    margin-left: 1%;
    /* margin-right: 1%; */
    border-radius: 0.06rem;
    /* padding: 2px 4px; */
    word-wrap: break-word;
    word-break: normal;
    overflow-y: scroll;
    float: left;
}  
/* 条件筛选 */
#searchBox ul{        
    width: 100%;
    float: left;
    margin-top: 0.03rem;
}

#searchBox li{    
    width: 0.8rem;
    float: left;
    margin: 0.05rem;
    background-color: #058cf9;
    color: white;
    height: 25px;
    border-radius: 0.05rem;
    cursor:pointer;
}

#searchBox .searchTitle{    
    width: 0.8rem;
    color: black;
    background-color: white;
    float: left;
    margin: 0.05rem 0 0 0.05rem;
    font-size: 14px
}

#searchBox .bt,#columnSelectBox .bt{    
    width: 0.8rem;
    height: 25px;
    line-height: 25px;
    text-align: center;
    float: left;
    margin-left: 0.15rem;
    margin-top: 7px;
}
#searchBox .off,#columnSelectBox .off{    
    background-color: #ddd;
    color: black;
}
#searchBox .on,#columnSelectBox .on{    
    background-color: #058cf9;
    color: white;
}

#saveSearch{
    background-color: #058cf9;
}
#resetSearch{
    background-color: #e84f59;
}


/* 快速选择 */
#quickSelectBox ul{        
    width: 100%;
    float: left;
    margin-top: 0.03rem;
}
#quickSelectBox .bt{    
    width: 0.6rem;
    text-align: center;
    float: left;
    margin-left: 0.15rem;
}
#quickSelectBox li{    
    width: 0.8rem;
    float: left;
    margin: 0.05rem;
    background-color: #058cf9;
    color: white;
    height: 25px;
    border-radius: 0.05rem;
    cursor:pointer;
}
#quickSelectBox .boxBottom{    
    text-align: center;
    color: #058cf9;
    border: 1px solid #000;
    font-size: 14px;
    line-height: 20px;
}

/* 赛程预览 */

#showSchedule{
    background-color: #1aab30;
}
#showSchedule.hide{
    background-color: #e02d69;
}

/* 筛选列 */

/* 快速选择 */
#columnSelectBox ul{        
    width: 100%;
    float: left;
    margin-top: 0.03rem;
}
#columnSelectBox li{    
    width: 0.8rem;
    float: left;
    margin: 0.05rem;
    background-color: #058cf9;
    color: white;
    height: 25px;
    border-radius: 0.05rem;
    cursor:pointer;
}
#columnSelectBox .boxBottom{    
    text-align: center;
    color: #058cf9;
    border: 1px solid #000;
    font-size: 20px;
}

#saveColumn{
    background-color: #058cf9;
}
#resetColumn{
    background-color: #e84f59;
}


.boxTitle{  
    font-size: 20px;
    padding: 2%;
    float: left;
    border-bottom: 0.02rem solid #7d7d7d;
    width: 96%;
    height: 25px;
}

/* 公共 */

#result{
    float: left;
    width: 100%;
    display: inline-table;
    height: 13%;
}

.bt:hover{
    cursor:pointer;
}

#curtain{
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: black;
    position: absolute;
    opacity: 0.2;
    display: none;
}

.msgBox{
    z-index: 12;
    background-color: white;
    margin-left: 22%;
    position: fixed;
    width: 56%;
    max-height: 70%;
    border: 1px solid;
    border-radius: 0.05rem;
    top: 10%;
    display: none;
}
.msgBox *{
    -moz-user-select:none; /*火狐*/
    -webkit-user-select:none; /*webkit浏览器*/
    -ms-user-select:none; /*IE10*/
    -khtml-user-select:none; /*早期浏览器*/
    user-select:none; 
}

.boxBottom{    
    bottom: -42px;
    width: 100%;
    float: left;
    height: 42px;
    border-top: 1px solid  #7d7d7d;
    position: absolute;
    background-color: white;  
    border: 1px solid;  
    left: -1px;
}

.boxMain{
    float: left;
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}


.searchHide{
    display: none;
}