.content{
    width: 100%;
    height: 100%;
    background-color: #F6F7FB;
}
.banner{
    width: 100%;
    height: 5.5rem;
}
.main{
    width: 100%;
    background-color: #F6F7FB;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
}
.sx-box{
    width: 12rem;
    height: 4.1rem;
    margin: 0 auto;
    background-color: #ffffff;
}
.sx-box .sx-ul{
    width: 11.2rem;
    height: 3.28rem;
    margin-left: 0.3rem;
    border-bottom: 1px solid #EBECF1;
    padding-top: 0.4rem;

}
.sx-box .sx-ul .sx-li{
    display: flex;
    color: #A0A3AF;
    margin-bottom: 0.18rem;
}
.sx-ul .sx-li .li-text{
    margin: 0 0.18rem;
    color: #202437;
    padding: 0.02rem 0.04rem;
    vertical-align: middle;
    border-radius: 0.02rem;
    text-align: center;
    cursor: pointer;
}
.sx-li span{
    display: inline-block;
    min-width: 1.27rem;
}
.li-text,.li-text1,.li-text2,.li-text3,.li-text4,.li-text5,.li-text6{
    margin: 0 0.18rem;
    color: #202437;
    padding: 0.02rem 0.04rem;
    vertical-align: middle;
    border-radius: 0.02rem;
    text-align: center;
    cursor: pointer;
}
.li-text-active{
    color: #ffffff!important;
    background-color: #FF5B29!important;
}
.sx-res{
    width: 100%;
    height: 0.4rem;
    display: flex;
    padding-top: 0.1rem;
}
.sx-res .res-title{
    margin-left: 0.3rem;
}
#search-res{
    height: 0.8rem;
}
#search-res ul{
    width: 100%;
    height: 0.8rem;
}
#search-res ul li{
    display: inline-block;

}
.sx-res .clean-search{
    color: #A0A3AF;
    cursor: pointer;
}
.table-box{
    width: 12rem;
    margin: 0 auto;
    margin-top: 0.3rem;
    background-color: #ffffff;
}
.table-box tr{
    color: #202437!important;
}
/*.layui-table[lay-even]{*/
    /*background-color: #F4F9FD!important;*/
/*}*/
.layui-table[lay-even] tr:nth-child(even){
    background-color: #F4F9FD!important;
}
#f-page{
    text-align: center;
}
.swiper-container{
    height: 5.5rem;
    --swiper-theme-color: #ff6600;
}
tr:hover{
    background-color: #F4F9FD!important;
}
tr:hover .info-a{
    background-color: #FF5B29;
    color: #ffffff!important;
}
.info-a{
    overflow: hidden;
    padding: 4px 10px;
    border-radius: 2px;
}
/*.info-a:hover{*/
    /*background-color: #FF5B29;*/
    /*color: #ffffff!important;*/
/*}*/
.f-box .layui-colla-content{
    border: none;
}
.f-box .layui-show{
    border: none;
}
.f-box .layui-colla-item{
    border-bottom: 1px solid #EBECF1 ;
}
.table-box tr{
    text-align: center;
    cursor: pointer;
}
.table-box tr td:first-child{
    text-align: left;
}
.table-box th{
    text-align: center!important;
    font-size: 16px!important;
}
.table-box td{
    font-size: 16px!important;
}