#gotop{
	bottom: 1.5rem !important;
}
.mgt-block{
    display: inline-block;
    vertical-align: middle;
}
.ft-light{color: #fff7de !important;}
.tabbar{
    position: fixed;
    /*display: flex;*/
    bottom: 0px;
    width: 100%;
    z-index: 1000;
    background-color: #fff;
    box-shadow: 0px -3px 10px 0px rgba(0,0,0,0.1);
}
.tabbar .wrapper{
    width: 100%;
    display: flex;
    height: 50px;
}
.tabbar .footer-space{
    height: constant(safe-area-inset-bottom);
    height: env(safe-area-inset-bottom);
    background-color: #fff;
}
.with-tabbar{
    padding-bottom: 50px;
}

.tabbar .tabitem{
    position: relative;
    text-align: center;
}
.tabbar .tabitem.flex1{flex: 1}
.tabbar .tabitem.flex2{flex: 2}
.tabbar .tabitem .tabicon{
    position: relative;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.tabbar .tabitem .tabicon .badge{
    position: absolute;
    background-color: #ff5837;
    color: #fff;
    font-size: 12px;
    font-weight: bolder;
    right: -5px;
    top: -5px;
    height: 16px;
    line-height: 16px;
    padding: 0px 6px;
    border-radius: 16px;
}
.tabbar .tabitem .tag{
    position: absolute;
    right: -20px;
    top: 3px;
    background-color: #fdf1d6;
    color: #3e3431;
    font-size: 12px;
    font-weight: bold;
    padding: 2px 6px;
    line-height: 1;
    width: 60px;
    transform: rotate(30deg);
    background-image: linear-gradient(90deg, #fdf1d6 0%, #edd193 65%, #fdf1d6 100%);
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.2);
}
.tabbar .tabitem .tabicon.icon-index{
    background-image: url('/statics/only/images/tab_home.png');
}
.tabbar .tabitem .tabicon.icon-kf{
    background-image: url('/statics/only/images/tab_kf.png');
}
.tabbar .tabitem .tabicon.icon-licai{
    width: 28px;
    height: 28px;
    background-image: url('/statics/only/images/tab_licai.png');
}

.tabbar .tabitem.btn{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-align: center;
    -webkit-box-orient: horizontal;
    background-color: #f29702;
    background-image: linear-gradient(to bottom, #FF929D, #FF0034);
    color: #fff;
}
.tabbar .tabitem .tab-title{
    font-size: 12px;   
    color: #cdcdcd;
}

.rankdata-content-table{
    border-spacing: 0;
    margin-top: 10px;
    border-collapse: collapse;
    width: 100%;
    background-color: #fff;
    color: #666;
}

.rankdata-content-table:nth-of-type(1){
    margin-top: 20px;
}

.subject-updatetime-wrapper{
    font-size:0.28rem;
    text-align:right;
    color:#999;
}

.rankdata-content-table th{
    background: #f0f0f0;
    position: relative;
    padding: 8px 10px;
    min-height: 20px;
    line-height: 20px;
    font-size: 14px;
    border-width: 1px;
    border-style: solid;
    border-color: #e6e6e6;
}
.rankdata-content-table td{
    position: relative;
    padding: 0.2rem;
    min-height: 20px;
    line-height: 20px;
    font-size: 14px;
    border-width: 1px;
    border-style: solid;
    border-color: #e6e6e6;
    text-align: center;
    word-break: break-all;
}

.rankdata-content-table td.table-col-title{
    font-size: 14px;
    font-weight: bolder;
    background-color: #f0f0f0;
}

.page-info{
    text-align: center;
    padding: 10px;
}
.page-info a{
    display: inline-block;
    margin: 5px 0px;
    vertical-align: middle;
    line-height: 1;
    padding: 7px 12px;
    border-radius: 2px;
    border: 1px solid #ececec;
    color: #555;
}
.page-info a.cur{
    background: #ececec; 
    color: #bbb;
}
.sub-subject-wrapper{;
    padding: 0 0.3rem;
    margin-bottom: 10px;
    border-top: 1px solid #ececec;
    padding-top: 16px;
}
.sub-subject-item{
    float: left;
    width: 50%;
    padding: 3px;
    display: block;
    box-sizing: border-box;
}
.sub-subject-item a{
    display: block;
    border: 1px solid #dedede;
    padding: 10px 5px;
    text-align: center;
    font-size: 0.25rem;
    border-radius: 5px;
    background-color: #fff;
    word-break: keep-all;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
.subject-content p{
    color: #999 !important;
    font-size: 0.3rem;
}