input {
    -webkit-appearance: none;
}

.title {
    overflow: hidden;
}

.timg_rank {
    background: url(../image/rank/rank_title.png) no-repeat 0 0;
    background-size: contain;
}

.changeTime {
    color: #6d7991;
    position: absolute;
    top: -0.6rem;
    right: 1rem;
    font-size: 0.8rem;
}

.Group {
    height: 8vw;
    overflow: hidden;
    background: url(../image/2022/rank/T_bg_00.png) no-repeat 0 1rem;
    background-size: cover;
    display: flex;
    padding: 1.5vw 0.6rem 0 0.6rem;
    width: calc(100% - 1.2rem);
}

.Group li {
    font-size: 1.1rem;
    text-align: center;
    margin: 0 0.05rem;
    line-height: 8vw;
    float: left;
    cursor: pointer;
    color: #42618F;
    font-weight: 600;
    flex: 1;
}

.Group li div {
    letter-spacing: 0.1rem;
}

.Group li.active {
    background: url(../image/2022/rank/T_bg_01.png) no-repeat 0 bottom;
    background-size: contain;
}

.Group li.active div {
    display: inline-block;
    height: 6.5vw;
    border-bottom: 0.1rem solid #42618F;
}

.profit_month {
    overflow: hidden;
    margin: 0 0.6rem;
    display: flex;
}

.profit_month li {
    font-size: 1.1rem;
    line-height: 1.85rem;
    color: #666;
    background: #EBF1FA;
    height: 1.85rem;
    margin: 0.6rem 0.1rem 0 0.1rem;
    flex-grow: 1;
    text-align: center;
    max-width: 5.5rem;
}

.profit_month li.active {
    color: #fff;
    background: #7D94B8;
}

.input_search {
    font-size: 1.1rem;
    border: 1px solid #ABB6C7;
    margin: 0.6rem 15vw;
    position: relative;
}

#search {
    border: none;
    border-radius: 3px;
    padding: 0 0.5rem;
    position: relative;
    z-index: 1;
    background: none;
    height: 2.48rem;
    outline: none;
    width: calc(100% - 4rem);
}

.searchicon {
    position: absolute;
    line-height: 2.5rem;
    height: 2.5rem;
    color: #999;
    width: calc(100% - 0.5rem);
    padding-left: 0.5rem;
    top: 0;
    display: flex;
    justify-content: flex-end;
}

.searchImg {
    background: url("/staticmobile/image/2022/rank/search.png") no-repeat center;
    background-size: contain;
    position: relative;
    height: 2.5rem;
    z-index: 999;
    width: 1.5rem;
    margin: 0 0.5rem;
}

.search_btn {
    color: #0366ff;
    line-height: 2.48rem;
    margin: 0 .7rem;
    padding: 0;
    text-align: center;
    border: none;
    background: none;
    flex-grow: 0;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
    font-size: 1.2rem;
    cursor: pointer;
}

.rank_table {
    font-size: 1.1rem;
    white-space: nowrap;
    border-collapse: collapse;
}
.rank_table tbody {
    color: #51555C;
}
.rank_table a {
    color: #0366ff;
}

.table_scroll {
    width: calc(100% - 1.2rem);
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    position: relative;
    background: #F5F7FA;
    padding: 0.6rem;
    padding-bottom: 0;
}

.table_scroll::-webkit-scrollbar {
    display: none;
}

.rank_table th {
    color: #fefefe;
    border-right: 1px solid #c1d6f5;
    line-height: 1.4rem;
    /* line-height: 2.4rem; */
    font-weight: normal;
    padding: 0.3rem .5rem;
}

.rank_table tr:nth-of-type(1) th {
    background-color: #41677E;
    opacity: 0.9;
}

.rank_table tr:nth-of-type(2) th {
    background-color: #5E839B;
    opacity: 0.72;
}

.rank_table.rankDetail tbody tr:nth-of-type(2n + 1) {
    background: #fff;
}

.rank_table.rankDetail tbody tr:nth-of-type(2n) {
    background: #F5F8FA;
}

.rank_table tbody tr {
    background: #ffffff;
}

.rank_table td {
    line-height: 2.44rem;
    text-align: center;
    padding: .2rem .4rem;
}

.UpdateTime {
    font-size: 1rem;
    line-height: 1.2rem;
    padding: .8rem;
    text-align: justify;
    color: #999999;
    padding-bottom: 0;
    padding-left: 0;
}

.page_obj{
    font-size: 1rem;
    text-align: center;
    color: #42618F;
    opacity: 0.8;
    padding-bottom: 0.6rem;
}

.page .prev.disabled,
.page .next.disabled,
.page .first.disabled,
.page .last.disabled {
    border: 1px solid #CDCCD1;
    color: #818181;
}

.page .prev.disabled .prev_page {
    border-color: #CBCBCB;
    border-top-color: transparent;
    border-bottom-color: transparent;
}

.page .next.disabled .next_page {
    border-color: #CBCBCB;
    border-top-color: transparent;
    border-bottom-color: transparent;
}

.page .active {
    color: #fff !important;
    background-color: #3977DA;
    border-color: #3977DA !important;
    background-position: left top;
}

.page .item,
.page .first,
.page .last,
.page .prev,
.page .next,
.page .input,
.page .txt {
    height: 1.8rem;
    line-height: 1.8rem;
    letter-spacing: normal;
    margin-left: .48rem;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    border-radius: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    cursor: pointer;
    border-radius: 3px;
    color: #818181;
}

.page .item,
.page .first,
.page .last,
.page .prev,
.page .next,
.page .active {
    border: 1px solid #CDCCD1;
    color: #818181;
}

.page .prev,
.page .next,
.page .first,
.page .last{
    padding: 0 .3rem;
}

.page .item {
    width: 1.8rem;
    text-align: center;
    font-size: .9rem;
    position: relative;
}

.prev_page{
    font-size: 0;
    line-height: 0;
    border-width: .4rem;
    border-color: #CDCCD1;
    border-left-width: 0;
    border-style: dashed;
    border-right-style: solid;
    border-top-color: transparent;
    border-bottom-color: transparent;
    position: absolute;
    left: .4rem;
    top: .3rem;
}

.next_page{
    font-size: 0;
    line-height: 0;
    border-width: .4rem;
    border-color: #CDCCD1;
    border-right-width: 0;
    border-style: dashed;
    border-left-style: solid;
    border-top-color: transparent;
    border-bottom-color: transparent;
    position: absolute;
    position: absolute;
    left: .5rem;
    top: .3rem;
}
.skph_before {
    background: url(../image/2022/rank/SKPH.png) no-repeat center center;
    background-size: contain;
    width: 100vw;
    height: 8vw;
    margin-top: 3rem;
    height: 11vw;
    position: relative;
    z-index: 999;
}
.skph_after {
    background: url(../image/2021/bottom.png) no-repeat center center;
    background-size: contain;
    width: 100vw;
    height: 5vw;
}