@charset "UTF-8";
.heji-class {
    padding: 24px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.heji-class>nav {
    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: 8px;
    margin: 0 auto
}

.heji-class>nav a {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    text-align: center;
    color: #999;
    border-radius: 4px;
    padding: 12px 0;
    width: 150px;
    border: 1px solid #e2e8f0;
    background-color: #f5f5f5
}

.heji-class>nav a:hover {
    color: #07c5b9;
    border-color: #07c5b9;
    background-color: #fff
}

.heji-class>nav a.active {
    background-color: #07c5b9;
    border-color: #07c5b9;
    color: #fff
}

.heji-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: 20px 20px
}

.heji-list li {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 224px
}

.sub_box {
    padding: 12px 0 12px 12px;
    border: 1px solid #f2f2f2;
    background-color: #fafcfc;
    border-radius: 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.sub_box .sub_left {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 360px;
    height: 180px;
    border-radius: 4px;
    overflow: hidden
}

.sub_box .sub_left img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.sub_box .sub_center {
    -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;
    padding: 0 16px
}

.sub_box .sub_center h1 {
    margin: 4px 0 12px 0;
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    color: #333
}

.sub_box .sub_center .p4 {
    color: #666;
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4
}

.sub_box .sub_center .sub_share {
    margin-top: auto;
    font-size: 12px;
    line-height: 16px;
    color: #999
}

.hejiContGameList {
    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: 18px
}

.hejiContGameList li {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 388px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #f0f0f0;
    border-radius: 8px;
    padding: 16px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background-color: #fafcfc
}

.hejiContGameList li:hover {
    background-color: #fff;
    -webkit-box-shadow: 0 10px 15px rgba(153, 153, 153, .1), 0 4px 6px rgba(153, 153, 153, .1);
    box-shadow: 0 10px 15px rgba(153, 153, 153, .1), 0 4px 6px rgba(153, 153, 153, .1)
}

.hejiContGameList li:hover .btn {
    background-color: #07c5b9;
    color: #fff
}

.hj-game-t {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px
}

.hj-game-t .cover {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 84px;
    height: 84px
}

.hj-game-t .cover img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 12px
}

.hj-game-t .cover img:hover {
    opacity: .9
}

.hj-game-t .cont {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden
}

.hj-game-t .cont .h3 {
    display: block;
    margin-bottom: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px
}

.hj-game-t .cont .h3:hover {
    color: #07c5b9
}

.hj-game-t .cont .infos {
    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;
    row-gap: 2px;
    margin-right: 84px
}

.hj-game-t .cont .infos span {
    color: #999;
    font-size: 13px;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.hj-game-t .cont .infos span.w100 {
    width: 100%
}

.hj-game-t .cont .infos span.line {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    padding-right: 19px;
    position: relative
}

.hj-game-t .cont .infos span.line::after {
    display: block;
    content: "";
    position: absolute;
    right: 9px;
    top: 4px;
    height: 10px;
    border-left: 1px solid #ccc;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg)
}

.hj-game-t .btn {
    position: absolute;
    right: 0;
    width: 72px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    background-color: #f1f6f6;
    border-radius: 4px;
    color: #07c5b9;
    text-align: center;
    font-size: 14px;
    line-height: 32px
}

.hj-game-b {
    font-size: 14px;
    line-height: 20px;
    margin-top: 12px
}

.hj-game-b p {
    color: #666;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.hj-game-b span {
    color: #07c5b9
}

.heji-about-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: 20px 20px
}

.heji-about-list li {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 224px
}

.card-tw {
    display: block;
    overflow: hidden;
    position: relative;
    height: 0;
    padding-bottom: 50%;
    border-radius: 4px
}

.card-tw img {
    position: absolute;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.card-tw img:hover {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.card-tw .txt {
    position: absolute;
    inset: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 12px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .9)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .9));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .9))
}

.card-tw .txt .p1 {
    font-style: normal;
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 15px;
    line-height: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.card-tw .txt:hover .p1 {
    color: #07c5b9
}

.rank-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: 20px
}

.rank-list li {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 285px
}

.hot-rank {
    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: 12px 20px
}

.hot-rank a {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 285px;
    padding: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #333;
    text-align: center;
    font-size: 15px;
    line-height: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.hot-rank a:hover {
    color: #07c5b9
}

.rank-cont-list {
    border: 1px solid #f2f2f2;
    border-radius: 8px;
    overflow: hidden
}

.rank-cont-list li:nth-child(n+2) {
    border-top: 1px solid #f2f2f2
}

.rank-cont-list li:hover {
    background-color: #fafafa
}

.rank-cont-list .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
    padding: 20px 16px
}

.rank-cont-list .item .num {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    width: 36px;
    height: 36px;
    background-color: #f1f1f1;
    color: #999;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 36px;
    border-radius: 50%
}

.rank-cont-list .item .num.num1,
.rank-cont-list .item .num.num2,
.rank-cont-list .item .num.num3 {
    color: #fff
}

.rank-cont-list .item .num.num1 {
    background-color: #ff3b3b
}

.rank-cont-list .item .num.num2 {
    background-color: #ff9800
}

.rank-cont-list .item .num.num3 {
    background-color: #ffdd75
}

.rank-cont-list .item .pic {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 120px;
    height: 120px
}

.rank-cont-list .item .pic img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 12px
}

.rank-cont-list .item .pic img:hover {
    opacity: .9
}

.rank-cont-list .item .info {
    -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-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin: 0 4px
}

.rank-cont-list .item .info .h3 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    color: #333
}

.rank-cont-list .item .info .h3:hover {
    color: #07c5b9
}

.rank-cont-list .item .info .intro {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #666;
    font-size: 14px;
    line-height: 24px
}

.rank-cont-list .item .info .desc {
    font-size: 12px;
    line-height: 16px;
    color: #999;
    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: 31px;
    -moz-column-gap: 31px;
    column-gap: 31px
}

.rank-cont-list .item .info .desc span {
    position: relative
}

.rank-cont-list .item .info .desc span:nth-child(n+2)::after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: -16px;
    width: 1px;
    height: 10px;
    background-color: #ccc
}

.rank-cont-list .item .btn {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    width: 120px;
    background-color: #e6f7f6;
    color: #07c5b9;
    text-align: center;
    font-weight: 700;
    font-size: 15px;
    line-height: 40px;
    border-radius: 4px
}

.rank-cont-list .item .btn:hover {
    background-color: #07c5b9;
    color: #fff
}