@charset "UTF-8";

.container {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-margin-start: auto;
    -moz-margin-start: auto;
    margin-inline-start: auto;
    -webkit-margin-end: auto;
    -moz-margin-end: auto;
    margin-inline-end: auto;
    -webkit-margin-after: .2rem;
    margin-block-end: .2rem;
    background-color: #fff;
}

.tabStyle-class {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: .24rem;
    -moz-column-gap: .24rem;
    column-gap: .24rem;
    border-bottom: .02rem solid #f2f2f2
}

.tabStyle-class .tab-li {
    border-bottom: .04rem solid transparent
}

.tabStyle-class .tab-li a {
    display: block;
    padding: 0 .2rem;
    color: #666;
    font-size: .32rem;
    line-height: .88rem
}

.tabStyle-class .tab-li.active {
    border-color: #ED6E3D
}

.tabStyle-class .tab-li.active a {
    color: #ED6E3D
}

.tabStyle-class .tab-li:active a,
.tabStyle-class .tab-li:hover a {
    color: #ED6E3D
}

.commList-heji {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: .16rem;
    padding: .24rem
}

.commList-heji .card-body {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(50% - .08rem)
}

.commList-heji .card-body>a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.commList-heji .card-body>a .app_cover {
    overflow: hidden;
    width: 100%;
    height: 0;
    position: relative;
    padding-bottom: 50%;
    background-color: #f5f5f5;
    border-radius: .12rem
}

.commList-heji .card-body>a .app_cover>img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.commList-heji .card-body>a>h3 {
    overflow: hidden;
    margin-top: .08rem;
    height: .48rem;
    text-align: center;
    font-weight: 700;
    font-size: .3rem;
    line-height: .48rem
}

.commList-heji .card-body>a>h3:active,
.commList-heji .card-body>a>h3:hover {
    color: #ED6E3D
}

.commList-game1 .card-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .24rem;
    -webkit-column-gap: .24rem;
    -moz-column-gap: .24rem;
    column-gap: .24rem
}

.commList-game1 .card-body:nth-child(n+2) {
    border-top: 1px dashed #e8e8e8
}

.commList-game1 .app_cover {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 1.4rem;
    height: 1.4rem;
    border-radius: .24rem;
    overflow: hidden
}

.commList-game1 .app_cover img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.commList-game1 .app_btn {
    /* -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 1rem;
    border-radius: .16rem;
    background-color: #ED6E3D;
    color: #fff;
    text-align: center;
    font-size: .28rem;
    line-height: .56rem; */

    width: 1.546666rem;
    height: 0.666666rem;
    line-height: 0.666666rem;
    margin-top: 0.16rem;
    background: #e6f4ff;
    color: #358ff0;
    font-size: 0.373333rem;
    text-align: center;
    border-radius: 0.333333rem;
}

.commList-game1 .app_btn:active,
.commList-game1 .app_btn:hover {
    background-color: #06b1a7
}

.commList-game1 .app_info {
    height: 1.4rem;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.commList-game1 .app_info .app_name {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    color: #333;
    font-weight: 700;
    font-size: .3rem;
    line-height: .48rem
}

.commList-game1 .app_info .app_name:active,
.commList-game1 .app_info .app_name:hover {
    color: #ED6E3D
}

.commList-game1 .app_info .app_desc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: .16rem;
    -moz-column-gap: .16rem;
    column-gap: .16rem
}

.commList-game1 .app_info .app_desc>span {
    overflow: hidden;
    height: .4rem;
    color: #666;
    font-size: .26rem;
    line-height: .4rem
}

.commList-game1 .app_info .app_desc .icon-line {
    width: 0;
    height: .2rem;
    border-left: .02rem solid #999
}

.commList-game1 .app_info>p {
    margin-top: .04rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    color: #999;
}

.hj-rank-head-box {
    position: relative;
    overflow: hidden;
    height: 3.75rem
}

.hj-rank-head-box img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.hj-rank-head-box h1 {
    position: absolute;
    top: 0;
    right: 0;
    padding: .12rem .24rem;
    background-color: rgba(0, 0, 0, .5);
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #fff;
    text-align: center;
    font-size: .3rem;
    line-height: .36rem
}

.hj-rank-head-box .b_cont {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: .12rem;
    inset: auto 0 0 0;
    padding: .16rem .24rem;
    background-color: rgba(0, 0, 0, .5)
}

.hj-rank-head-box .b_cont .text-wrap {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    overflow: hidden;
    height: .8rem
}

.hj-rank-head-box .b_cont .text-wrap p {
    color: #fff;
    text-align: left;
    font-size: .26rem;
    line-height: .4rem
}

.hj-rank-head-box .b_cont .btn-ck {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 1rem;
    border-radius: .08rem;
    cursor: pointer;
    background-color: #ED6E3D;
    color: #fff;
    text-align: center;
    font-size: .24rem;
    line-height: .52rem
}

.hj-rank-head-box .b_cont .btn-ck:active,
.hj-rank-head-box .b_cont .btn-ck:hover {
    background-color: #06b1a7
}

.hj-rank-head-box .b_cont .time {
    display: block;
    opacity: .9;
    color: #fff;
    text-align: right;
    font-size: .24rem;
    line-height: 1.3
}

.hj-rank-infos {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .24rem;
    background-color: #f1f1f1
}

.hj-rank-infos span {
    padding-left: .4rem;
    color: #666;
    font-size: .26rem;
    line-height: .6rem
}

.hj-rank-infos span.total {
    background: url(../images/icon-num.svg) no-repeat left center;
    background-size: auto .28rem
}

.hj-rank-infos span.time {
    background: url(../images/icon-time.svg) no-repeat left center;
    background-size: auto .36rem
}

.hj-head-popup {
    position: fixed;
    inset: 0;
    z-index: 99
}

.hj-head-popup .hj-popup-bg {
    position: absolute;
    z-index: 1;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7)
}

.hj-head-popup .text-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    z-index: 2;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #fff;
    border-radius: .08rem;
    padding: .32rem .24rem;
    margin: auto .24rem
}

.hj-head-popup .text-wrap p {
    overflow-y: auto;
    max-height: 6.4rem;
    color: #666;
    text-align: left;
    font-size: .32rem;
    line-height: .64rem
}

.hj-head-popup .text-wrap .btn-close {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 1.2rem;
    margin: .16rem auto 0 auto;
    padding: .08rem .24rem;
    background-color: #ED6E3D;
    border-radius: .08rem;
    cursor: pointer;
    color: #fff;
    text-align: center;
    font-size: .28rem;
    line-height: 1.5
}

.rankgroup {
    overflow: hidden;
    -webkit-box-shadow: 0 .1rem .2rem #eee;
    box-shadow: 0 .1rem .2rem #eee;
    background-color: #fff;
    border-radius: .12rem;
    margin: .24rem
}

.rankgroup .rankgroup-head {
    position: relative
}

.rankgroup .rankgroup-head .rankgroup-img {
    height: 2rem
}

.rankgroup .rankgroup-head .rankgroup-img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.rankgroup .rankgroup-head .rankgroup-title {
    position: absolute;
    inset: 0 0 auto 0;
    padding: .12rem .24rem .64rem .24rem;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .7)), to(transparent));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, .7), transparent);
    background: linear-gradient(to bottom, rgba(0, 0, 0, .7), transparent);
    color: #fff;
    text-align: center;
    font-size: .34rem;
    line-height: .5rem
}

.rankgroup .rankgroup-cont {
    padding: .24rem .12rem
}

.rankgroup .rankgroup-cont .swiper-slide {
    width: auto
}

.rankgroup .card-body a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 1.68rem;
    row-gap: .08rem
}

.rankgroup .card-body a img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 1.2rem;
    height: 1.2rem
}

.rankgroup .card-body a h3 {
    overflow: hidden;
    max-width: 100%;
    height: .48rem;
    color: #333;
    text-align: center;
    font-weight: 400;
    font-size: .28rem;
    line-height: .48rem
}

.rankgroup .card-body a:active h3,
.rankgroup .card-body a:hover h3 {
    color: #ED6E3D
}

.hj-txt-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: .12rem .16rem;
    padding: 0 .24rem .24rem .24rem
}

.hj-txt-list li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.hj-txt-list li a {
    display: block;
    padding: 0 .2rem;
    border-radius: .16rem;
    border-width: .04rem;
    border-style: solid;
    text-align: center;
    font-size: .28rem;
    line-height: .6rem
}

.hj-txt-list li:nth-child(5n+1) a {
    border-color: #cefdfa;
    color: #ED6E3D
}

.hj-txt-list li:nth-child(5n+1) a:active,
.hj-txt-list li:nth-child(5n+1) a:hover {
    color: #fff;
    border-color: #ED6E3D;
    background-color: #ED6E3D
}

.hj-txt-list li:nth-child(5n+2) a {
    color: #2971e5;
    border-color: #dfeafb
}

.hj-txt-list li:nth-child(5n+2) a:active,
.hj-txt-list li:nth-child(5n+2) a:hover {
    color: #fff;
    border-color: #2971e5;
    background-color: #2971e5
}

.hj-txt-list li:nth-child(5n+3) a {
    color: #fe9904;
    border-color: #ffeccf
}

.hj-txt-list li:nth-child(5n+3) a:active,
.hj-txt-list li:nth-child(5n+3) a:hover {
    color: #fff;
    border-color: #fe9904;
    background-color: #fe9904
}

.hj-txt-list li:nth-child(5n+4) a {
    color: #e6c108;
    border-color: #fdf2bd
}

.hj-txt-list li:nth-child(5n+4) a:active,
.hj-txt-list li:nth-child(5n+4) a:hover {
    color: #fff;
    border-color: #e6c108;
    background-color: #e6c108
}

.hj-txt-list li:nth-child(5n+5) a {
    color: #e6333b;
    border-color: #fce9ea
}

.hj-txt-list li:nth-child(5n+5) a:active,
.hj-txt-list li:nth-child(5n+5) a:hover {
    color: #fff;
    border-color: #e6333b;
    background-color: #e6333b
}

@media screen and (min-width:769px) {
    .hj-head-popup .text-wrap {
        width: 700px;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        margin: 0;
        padding: 24px
    }
}

.turnPage {
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: .24rem;
    -moz-column-gap: .24rem;
    column-gap: .24rem;
    padding: 0 .24rem
}

.turnPage a {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    max-width: 50%;
    height: .88rem;
    overflow: hidden;
    color: #666;
    font-size: .28rem;
    line-height: .88rem
}

.turnPage a:active,
.turnPage a:hover {
    color: #05d3eb
}

.turnPage a:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.turnPage a span {
    color: #666;
    font-size: .26rem
}

.globalTit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .12rem .24rem;
    border-bottom: 1px solid #f2f2f2
}

.globalTit h2 {
    margin-right: auto;
    position: relative;
    padding-left: .24rem;
    color: #333;
    font-weight: 700;
    font-size: .4rem;
    line-height: .6rem
}

.globalTit h2::after {
    content: "";
    display: block;
    position: absolute;
    top: .12rem;
    left: 0;
    height: .36rem;
    width: .08rem;
    border-radius: .2rem;
    background-color: #05d3eb
}

.globalTit .more {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: .56rem;
    height: .56rem;
    border-radius: 50%;
    background-image: url(../images/icon_more.png);
    background-repeat: no-repeat;
    background-position: .14rem center;
    background-size: .32rem
}

.globalTit .more:active,
.globalTit .more:hover {
    background-image: url(../images/icon_more_hover.png)
}

.globalTit .jsToFeedback {
    border: .02rem solid #fe9904;
    border-radius: .12rem;
    padding: 0 .16rem;
    color: #fe9904;
    font-size: .26rem;
    line-height: .48rem
}

.globalTit .jsToFeedback:active,
.globalTit .jsToFeedback:hover {
    background-color: #fff8ee
}