.sx-bg{
    background: #F7F7F9;
    padding: 0.35rem 0 0.37rem 0;
    margin-bottom: 0.24rem;
}
.sx-box{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.sxb-k{
    display: flex;
    align-items: center;
    width: 25%;
    margin-bottom: 0.2rem;
}

.sxbk-title{
    text-align: right;
    width: 0.65rem;
    font-size: 0.14rem;
    font-family: Source Han Sans SC-Regular, Source Han Sans SC;
    font-weight: 400;
    color: #666666;
    margin-right: 0.1rem;
}
.sxbk-select{
    position: relative;
}
.kselect-xl{
    width: 100%;
    height: 4rem;
    overflow: auto;
    position: absolute;
    z-index: 99;
    background: #FFFFFF;    
   display: none;
}

.kselect-xlk{
    cursor: pointer;
    white-space: nowrap;
    height: 0.4rem;
    width: 100%;
    padding: 0 0.13rem;
    font-size: 0.14rem;
    font-family: Source Han Sans SC-Regular, Source Han Sans SC;
    font-weight: 400;
    color: #666666;
    line-height: 0.4rem;
}
.kselect-xlk:hover{
    background: rgba(92, 193, 235, 0.08);
}
.kselect-k{
    cursor: pointer;
    width: 2.6rem;
    background: rgba(255,255,255,0);
    border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
    border: 0.01rem solid #B8C4D1;
    display: flex;
    align-items: center;
    justify-content: space-between;  
    padding: 0.13rem 0.12rem 0.13rem 0.14rem;
}
.jiaoyi-button{
    display: flex;
    align-items: center;
    margin-left: 0.3rem;
    margin-bottom: 0.2rem;
}
.jb-k{
    width: 0.76rem;
    height: 0.4rem;
    border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
    border: 0.01rem solid #5CC1EB;
    text-align: center;
    font-size: 0.14rem;
    font-family: Source Han Sans SC-Regular, Source Han Sans SC;
    font-weight: 400;
    color: #5CC1EB;
    line-height: 0.4rem;
    cursor: pointer;
}
.jb-k:first-child{
    margin-right: 0.16rem;
}
.jb-k:hover{
    background: #5CC1EB;
    color: #FFFFFF;
}
/* 表格 */
.sx-table{
    border-top: 0.01rem solid #DBDFEA;
    border-left: 0.01rem solid #DBDFEA;
}
.sxt-tr{
    display: flex;
    align-items: center;
}
.bgcolordb{
    background: #FAFBFC;
}
.bgcolordb .sxt-td{
    font-size: 0.14rem !important;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold !important;
    color: #333333 !important;
    line-height: 0.64rem;
}
.sxt-td{
    height: 0.64rem;
    padding-left: 0.2rem;
    font-size: 0.14rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #606266;
    line-height: 0.64rem;
    border-bottom: 0.01rem solid #DBDFEA;
    border-right: 0.01rem solid #DBDFEA;
}
.sxt-td:nth-child(1){
    width: 2.57rem;
}
.sxt-td:nth-child(2){
    width: 1.24rem;
}
.sxt-td:nth-child(3){
    width: 1.04rem;
}
.sxt-td:nth-child(4){
    width: 1.62rem;
}
.sxt-td:nth-child(5){
    width: 1.82rem;
}
.sxt-td:nth-child(6){
    width: 1.04rem;
}
.sxt-td:nth-child(7){
    width: 1.04rem;
}
.sxt-td:nth-child(8){
    width: 1.04rem;
}
.sxt-td:nth-child(9){
    width: 1.04rem;
}
.sxt-td:nth-child(10){
    width: 1.64rem;
}
/* 表格 end*/
.page{
    margin-top: 0.4rem !important;
}