.section{
    border-bottom: 1px solid rgb(218, 218, 218);
}
.titleH1{
    height: 50px;
    border-bottom: 1px solid rgb(218, 218, 218);
    border-top: 1px solid rgb(218, 218, 218);
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.titleH1 div{
    margin: 0 10px;
}
.openHistory{
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #c2c2c2;
    background-color: auto;
}
.hisTitle{
    display: flex;
    justify-content: space-between;
}
.hisTitle span{
    margin: 10px 10px;
    font-weight: bold;
}
.hitfontDate{
    font-size: 12px;
    color: #888;
}
.openballCol_1{
    background: transparent url(bs-min.png) no-repeat scroll -64px 2px ;
    background-size: 128px 32px;
    height: 34px;
    width: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.openballCol_2{
    background: transparent url(bs-min.png) no-repeat scroll 0px 2px ;
    background-size: 128px 32px;
    height: 34px;
    width: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.openballCol_3{
    background: transparent url(bs-min.png) no-repeat scroll -32px 2px ;
    background-size: 128px 32px;
    height: 34px;
    width: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.openNum{
    height: 45px;
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.openNum span{
    margin: 0 3px;
    width: 32px;
    font-size: 13px;
    font-weight: bold;
    display: flex;
    margin-left: 5px;
    justify-content: center;
}
.HisleftBtn{
    display: flex;
    align-items: center;
    justify-content: center;
}
.selectType{
    margin: 0 3px;
    border: 1px solid red;
    height: 30px;
    border-radius: 5px;
    color: rgb(219, 69, 0);
}