body{
    background: #0b0e21;
}
.topNav{
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    background: #040d38;
    border-bottom: 1px solid #1c4185;
    border-top: 1px solid #1c4185;
}
.topNav div{
    text-align: center;
    color: #fff;
    font-size: 0.30rem;
  width: 50%;  
  padding: 0.10rem 0rem;
}
.topNavActive{
    background: #2884ff !important;
}
.kjbody{
    background: #0b0e21;
}
.kjlist{
    padding: 0.15rem;
    box-sizing: border-box;
}
.itemText{
    font-size: 0.36rem;
    color: #9fe3fa;
}
.itemText span{
    color: #9fe3fa;
    font-size: 0.22rem;
    letter-spacing:2px;
    margin-left: 0.15rem;
    vertical-align:bottom;
}
.item{    
    width: 83%;
    margin: 0 auto;
    background: #0e1b2b;
    padding:0.25rem 0.3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*margin-bottom: 0.35rem;*/
}
.selectBtn{
    width: 0.66rem;
    height: 0.66rem;
}
.itemblock{
    display: none;
    position: relative;
}
.selectBtn2{
    width: 0.66rem;
    height: 0.66rem;
    text-align: center;
    position: absolute;
    top: 0.47rem;
    right: 0.48rem;
}