html {
    color: #000;
    background: #fff;
    overflow-y: auto;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

html * {
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body, html {
    height: 100%
}

article, aside, blockquote, body, button, code, dd, details, div, dl, dt, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, input, legend, li, menu, nav, ol, p, pre, section, td, textarea, th, ul {
    margin: 0;
    padding: 0
}

input, select, textarea {
    font-size: 100%
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset, img {
    border: none
}

address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
    font-weight: 500
}

ol, ul {
    list-style: none
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: 500
}

q:after, q:before {
    content: ''
}

a {
    text-decoration: none
}

button {
    border: none
}

button, html input[type='button'], input[type='reset'], input[type='submit'] {
    -webkit-appearance: button;
    text-transform: none;
    outline: none
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #999
}

input::-webkit-inner-spin-button {
    -webkit-appearance: none
}

input::-webkit-outer-spin-button {
    -webkit-appearance: none
}

textarea {
    vertical-align: top
}

button, input {
    line-height: normal
}

select {
    margin: 0;
    outline: 0
}

input.fixAKeyboard:focus, textarea.fixAndroidKeyboard:focus {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-modify: read-write-plaintext-only
}

button, input[type=button], input[type=checkbox], input[type=reset], input[type=submit], label {
    cursor: pointer;
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none
}

input[type=submit] {
    -moz-user-modify: read-plaintext-only;
    -ms-user-modify: read-plaintext-only;
    -o-user-modify: read-plaintext-only;
    -webkit-user-modify: read-plaintext-only
}

input[type='search']::-webkit-search-cancel-button, input[type='search']::-webkit-search-decoration {
    -webkit-appearance: none
}

input[type='search'] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield
}

.flex {
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap
}

.justify-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.justify-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

*, *:before, *:after {
    box-sizing: border-box
}

.clearfix:after, .clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.fl {
    float: left
}

.fr {
    float: right
}

body {
    font-size: .24rem;
    line-height: .28rem;
    width: 100%;
    max-width: 7.5rem;
    min-width: 3.2rem;
    margin: 0 auto;
    background: url("../img/bodyBg.png") no-repeat;
    background-size: 100% auto;
    height: fit-content

}

a {
    color: inherit
}

.gdTitle, .inTitle {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    font-size: .36rem;
    line-height: .4rem
}

.gdTitle .titleL, .inTitle .titleL {
    display: flex;
    align-items: center
}

.gdTitle > ul.titleL, .inTitle > ul.titleL {
    margin: 0 -0.22rem;
    align-items: flex-end;
    font-size: .32rem;
    line-height: .36rem;
    color: #B9B9B9
}

.gdTitle > ul.titleL li.active, .inTitle > ul.titleL li.active {
    font-size: .36rem;
    line-height: .4rem;
    color: #000000;
    position: relative
}

.gdTitle > ul.titleL li.active::after, .inTitle > ul.titleL li.active::after {
    content: "";
    display: block;
    width: .7rem;
    height: .06rem;
    background: #60E0F2;
    position: absolute;
    left: 50%;
    margin-left: -0.35rem;
    bottom: -0.34rem
}

.gdTitle > ul.titleL li a, .inTitle > ul.titleL li a {
    padding: 0 .22rem
}

.gdTitle a.titleR, .inTitle a.titleR {
    font-size: .22rem;
    line-height: .26rem;
    color: #999999;
    font-weight: 300;
    display: flex;
    align-items: center
}

.gdTitle {
    font-weight: bold;
    font-size: .3rem;
    line-height: .34rem;
    color: #1D2127
}

.gdTitle a.titleR {
    font-weight: normal
}



.imgBox {
    overflow: hidden
}

.imgBox > img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover
}



.icon {
    display: block;
    background-image: url(../img/icon_game.png);
    background-repeat: no-repeat;
    background-size: 10rem 10rem
}

.btn {
    font-size: .24rem;
    color: #fbc846;
    background: #fffcf3;
    border-radius: .27rem;
    width: 1.24rem;
    height: .5rem;
    line-height: .5rem;
    text-align: center
}



.pageCode {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: .26rem;
    color: #94979B
}

.pageCode > a, .pageCode > span {
    margin: .12rem .12rem 0;
    min-width: .58rem;
    height: .58rem;
    background: #ECEBEE;
    border-radius: .06rem;
    display: flex;
    align-items: center;
    justify-content: center
}

.pageCode > a.disabled, .pageCode > span.disabled {
    cursor: not-allowed;
    opacity: .65
}

.pageCode > a.current, .pageCode > span.current {
    background: #fbc846;
    color: #FFFFFF
}

.pageCode > a .left, .pageCode > span .left, .pageCode > a .right, .pageCode > span .right {
    width: .14rem;
    height: .24rem;
    background-position: -1.1rem -0.03rem
}

.pageCode > a .left, .pageCode > span .left {
    transform: rotateY(180deg)
}

.pageCode > a:first-child, .pageCode > span:first-child, .pageCode > a:last-child, .pageCode > span:last-child {
    letter-spacing: .04rem;
    padding: 0 .18rem
}

.pageCode > a:first-child, .pageCode > span:first-child {
    margin-left: 0
}

.pageCode > a:last-child, .pageCode > span:last-child {
    margin-right: 0
}


.tagList {
    display: flex;
    flex-wrap: wrap;
    font-size: .24rem;
    color: #adadad;
    margin: .1rem -0.04rem 0
}

.tagList li a {
    margin: .22rem .04rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: .48rem;
    padding: 0 .34rem;
    border-radius: .24rem;
    background: rgba(90, 150, 255, 0.1);
    color: #4e779d
}

.tagList li:nth-child(2n) a {
    background: #e0f7fa;
    color: #0d47a1
}

.tagList li:nth-child(3n) a {
    background: #e8f5e9;
    color: #1b5e20
}

.tagList li:nth-child(4n) a {
    background: #fffde7;
    color: #f57f17
}

.tagList li:nth-child(5n) a {
    background: #f3e5f5;
    color: #4a148c
}

.time {
    font-size: .18rem;
    line-height: .22rem;
    color: #ccc
}

.multiColumnList {
    display: grid;
    grid-template-columns:repeat(5, 1fr);
    justify-content: space-between
}



.singleAppList li a {
    padding: .25rem 0;
    display: flex;
    align-items: center;
    position: relative
}

.singleAppList li a::after {
    content: "";
    display: block;
    height: 1px;
    background-color: #C2D9E6;
    opacity: .45;
    position: absolute;
    left: 2.22rem;
    right: 0;
    bottom: -1px
}

.singleAppList li a .imgBox {
    width: 1.2rem;
    height: 1.2rem;
    border-radius: .28rem
}

.singleAppList li a > span {
    width: 1.02rem;
    text-align: center;
    font-weight: bold;
    font-size: .34rem;
    color: #D5D6DA;
    font-style: italic
}

.singleAppList li a .txtBox {
    padding-left: .04rem;
    width: 0;
    flex: 1
}

.singleAppList li a .txtBox p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: .16rem;
    font-size: .22rem;
    line-height: .26rem;
    color: #999999
}

.singleAppList li a .txtBox p.title {
    font-size: .28rem;
    line-height: .32rem;
    color: #000000;
    margin-top: 0;
    margin-bottom: -2px
}

.singleAppList li:nth-child(1) a > span {
    color: #F2D079
}

.singleAppList li:nth-child(2) a > span {
    color: #C2D9E6
}

.singleAppList li:nth-child(3) a > span {
    color: #EDB1A2
}

.singleAppList li:last-child a::after {
    display: none
}

header {
    width: 100%;
    padding-top: 0.27rem
}

header .headerTop {
    padding: 0 0.2rem;
    display: flex;
    align-items: center;
    justify-content: space-between
}

header .headerTop .indexICon {
    width: 0.52rem;
    height: 0.44rem;
    background-position: -1.14rem -3.13rem
}

header .headerTop .logo {
    max-width: 3.5rem;
    height: 0.72rem
}

header .headerTop .logo img {
    width: auto;
    height: 100%
}

header .headerTop .search {
    width: 0.45rem;
    height: 0.45rem
}

header .headerTop .search .indexICon {
    width: 0.45rem;
    height: 0.45rem;
    background-position: -3.95rem -4.58rem
}

header .navBox {
    padding: 0.27rem 0.2rem 0
}

header .navBox .nav {
    height: 1.08rem;
    display: flex;
    justify-content: space-between;
    padding: 0 0.47rem;
    align-items: center;
    border-radius: 0.54rem;
    border: 0.04rem solid rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 0.12rem 0.02rem rgba(245, 84, 48, .16);
    background: rgba(255, 255, 255, 0.3)
}

header .navBox .nav li a {
    font-size: 0.3rem;
    color: #404040
}

header .navBox .nav .current {
    position: relative;
    display: flex;
    justify-content: center
}

header .navBox .nav .current a {
    font-weight: bold;
    font-size: 0.36rem
}

header .navBox .nav .current::after {
    content: "";
    width: 0.81rem;
    height: 0.15rem;
    position: absolute;
    bottom: -0.2rem;
    background: url("../img/indexIcon.png") no-repeat;
    background-size: 5.34rem 5.19rem;
    background-position: -4.36rem -4.21rem
}
.indexICon {
    display: inline-block;
    background: url("../img/indexIcon.png") no-repeat;
    background-size: 5.34rem 5.19rem
}


.mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 998
}


.bhlNdGameBox, .bhlGdRecomBox, .bhlInUpdateBox, .bhlInAppsBox {
    margin: .38rem .3rem 0
}

.bhlNdGameBox .boxSwCont, .bhlGdRecomBox .boxSwCont, .bhlInUpdateBox .boxSwCont, .bhlInAppsBox .boxSwCont {
    overflow: hidden;
    margin: 0 -0.3rem;
    padding: 0 .3rem
}

.bhlNdGameBox .boxSwCont .swiper-slide, .bhlGdRecomBox .boxSwCont .swiper-slide, .bhlInUpdateBox .boxSwCont .swiper-slide, .bhlInAppsBox .boxSwCont .swiper-slide {
    width: fit-content;
    margin-right: .4rem
}

.bhlNdGameBox .boxSwCont .swiper-slide:last-child, .bhlGdRecomBox .boxSwCont .swiper-slide:last-child, .bhlInUpdateBox .boxSwCont .swiper-slide:last-child, .bhlInAppsBox .boxSwCont .swiper-slide:last-child {
    margin-right: 0
}

.bhlInUpdateBox .btn {
    background: #F6C445;
    color: #FFFFFF
}

.bhlTdGameBox, .bhlInPlayBox {
    margin: .46rem .3rem 0
}

.bhlTdGameBox .tdSwCont, .bhlInPlayBox .tdSwCont, .bhlTdGameBox .playSwCont, .bhlInPlayBox .playSwCont {
    overflow: hidden;
    margin: -0.2rem -0.3rem 0;
    padding: 0 .09rem;
    height: 5.1rem
}

.bhlTdGameBox .tdSwCont .swiper-wrapper, .bhlInPlayBox .tdSwCont .swiper-wrapper, .bhlTdGameBox .playSwCont .swiper-wrapper, .bhlInPlayBox .playSwCont .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.bhlTdGameBox .tdSwCont .swiper-slide, .bhlInPlayBox .tdSwCont .swiper-slide, .bhlTdGameBox .playSwCont .swiper-slide, .bhlInPlayBox .playSwCont .swiper-slide {
    width:93%;
    margin: .5rem .21rem 0 !important;
    height: fit-content;
    display: flex;
    align-items: center
}

.bhlTdGameBox .tdSwCont .swiper-slide .imgBox, .bhlInPlayBox .tdSwCont .swiper-slide .imgBox, .bhlTdGameBox .playSwCont .swiper-slide .imgBox, .bhlInPlayBox .playSwCont .swiper-slide .imgBox {
    width: 1.2rem;
    height: 1.2rem;
    border-radius: .28rem
}

.bhlTdGameBox .tdSwCont .swiper-slide .txtBox, .bhlInPlayBox .tdSwCont .swiper-slide .txtBox, .bhlTdGameBox .playSwCont .swiper-slide .txtBox, .bhlInPlayBox .playSwCont .swiper-slide .txtBox {
    flex: 1;
    width: 0;
    padding-left: .26rem;
    font-size: .22rem;
    line-height: .26rem;
    color: #999999
}

.bhlTdGameBox .tdSwCont .swiper-slide .txtBox p, .bhlInPlayBox .tdSwCont .swiper-slide .txtBox p, .bhlTdGameBox .playSwCont .swiper-slide .txtBox p, .bhlInPlayBox .playSwCont .swiper-slide .txtBox p {
    margin-top: .14rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.bhlTdGameBox .tdSwCont .swiper-slide .txtBox p.title, .bhlInPlayBox .tdSwCont .swiper-slide .txtBox p.title, .bhlTdGameBox .playSwCont .swiper-slide .txtBox p.title, .bhlInPlayBox .playSwCont .swiper-slide .txtBox p.title {
    margin: 0;
    font-size: .28rem;
    line-height: .32rem;
    color: #000000
}

.bhlTdGameBox .tdSwCont ul, .bhlInPlayBox .tdSwCont ul, .bhlTdGameBox .playSwCont ul, .bhlInPlayBox .playSwCont ul {
    margin-top: -0.2rem;
    width: 5.2rem
}

.bhlTdGameBox .tdSwCont ul li a, .bhlInPlayBox .tdSwCont ul li a, .bhlTdGameBox .playSwCont ul li a, .bhlInPlayBox .playSwCont ul li a {
    margin-top: .5rem;
    display: flex;
    align-items: center
}

.bhlTdGameBox .tdSwCont ul li a .imgBox, .bhlInPlayBox .tdSwCont ul li a .imgBox, .bhlTdGameBox .playSwCont ul li a .imgBox, .bhlInPlayBox .playSwCont ul li a .imgBox {
    width: 1.2rem;
    height: 1.2rem;
    border-radius: .28rem
}

.bhlTdGameBox .tdSwCont ul li a .txtBox, .bhlInPlayBox .tdSwCont ul li a .txtBox, .bhlTdGameBox .playSwCont ul li a .txtBox, .bhlInPlayBox .playSwCont ul li a .txtBox {
    flex: 1;
    width: 0;
    padding-left: .26rem;
    font-size: .22rem;
    line-height: .26rem;
    color: #999999
}

.bhlTdGameBox .tdSwCont ul li a .txtBox p, .bhlInPlayBox .tdSwCont ul li a .txtBox p, .bhlTdGameBox .playSwCont ul li a .txtBox p, .bhlInPlayBox .playSwCont ul li a .txtBox p {
    margin-top: .14rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.bhlTdGameBox .tdSwCont ul li a .txtBox p.title, .bhlInPlayBox .tdSwCont ul li a .txtBox p.title, .bhlTdGameBox .playSwCont ul li a .txtBox p.title, .bhlInPlayBox .playSwCont ul li a .txtBox p.title {
    margin: 0;
    font-size: .28rem;
    line-height: .32rem;
    color: #000000
}

.bhlTdTopicBox, .bhlNwTopicBox, .bhlGmTopicBox, .bhlInTopicBox {
    margin: .46rem .3rem 0
}

.bhlTdTopicBox .multiColumnList, .bhlNwTopicBox .multiColumnList, .bhlGmTopicBox .multiColumnList, .bhlInTopicBox .multiColumnList {
    margin-top: .04rem;
    grid-template-columns:repeat(2, 3.35rem);
    font-size: .24rem
}

.bhlTdTopicBox .multiColumnList li a, .bhlNwTopicBox .multiColumnList li a, .bhlGmTopicBox .multiColumnList li a, .bhlInTopicBox .multiColumnList li a {
    margin-top: .25rem;
    display: flex;
    flex-direction: column
}

.bhlTdTopicBox .multiColumnList li a .imgBox, .bhlNwTopicBox .multiColumnList li a .imgBox, .bhlGmTopicBox .multiColumnList li a .imgBox, .bhlInTopicBox .multiColumnList li a .imgBox {
    width: 100%;
    height: 1.82rem;
    border-radius: .1rem
}

.bhlTdTopicBox .multiColumnList li a p, .bhlNwTopicBox .multiColumnList li a p, .bhlGmTopicBox .multiColumnList li a p, .bhlInTopicBox .multiColumnList li a p {
    margin-top: .08rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.bhlTdTopicBox .multiColumnList li a p.time, .bhlNwTopicBox .multiColumnList li a p.time, .bhlGmTopicBox .multiColumnList li a p.time, .bhlInTopicBox .multiColumnList li a p.time {
    margin-top: .05rem
}

.bhlNwAppBox, .bhlInAppClassifyBox, .bhlInGameClassifyBox {
    margin: .36rem .3rem 0
}

.bhlNwAppBox .tabsWrap > ul, .bhlInAppClassifyBox .tabsWrap > ul, .bhlInGameClassifyBox .tabsWrap > ul {
    display: flex;
    margin: .14rem -0.3rem 0;
    padding: 0 .22rem;
    overflow: auto;
    font-size: .3rem;
    color: #666666
}

.bhlNwAppBox .tabsWrap > ul li, .bhlInAppClassifyBox .tabsWrap > ul li, .bhlInGameClassifyBox .tabsWrap > ul li {
    flex-shrink: 0
}

.bhlNwAppBox .tabsWrap > ul li a, .bhlInAppClassifyBox .tabsWrap > ul li a, .bhlInGameClassifyBox .tabsWrap > ul li a {
    margin: .15rem .09rem;
    display: block;
    height: .62rem;
    padding: 0 .46rem;
    line-height: .59rem;
    background: #FFFFFF;
    box-shadow: 0 0 .15rem 0 rgba(40, 40, 40, 0.15);
    border-radius: .3rem;
    border: 1px solid rgba(216, 216, 216, 0.5)
}

.bhlNwAppBox .tabsWrap > ul li.active a, .bhlInAppClassifyBox .tabsWrap > ul li.active a, .bhlInGameClassifyBox .tabsWrap > ul li.active a {
    background: #FBC846;
    color: #FFFFFF
}

.bhlNwAppBox .tabsWrap ul::-webkit-scrollbar, .bhlInAppClassifyBox .tabsWrap ul::-webkit-scrollbar, .bhlInGameClassifyBox .tabsWrap ul::-webkit-scrollbar {
    display: none
}

.bhlNwAppBox .tabsWrap ul, .bhlInAppClassifyBox .tabsWrap ul, .bhlInGameClassifyBox .tabsWrap ul {
    -ms-overflow-style: none;
    scrollbar-width: none
}

.bhlNwAppBox .multiColumnList, .bhlInAppClassifyBox .multiColumnList, .bhlInGameClassifyBox .multiColumnList {
    grid-template-columns:repeat(4, 1.48rem);
    font-size: .24rem;
    color: #333;
    text-align: center
}

.bhlNwAppBox .multiColumnList li a, .bhlInAppClassifyBox .multiColumnList li a, .bhlInGameClassifyBox .multiColumnList li a {
    margin-top: .3rem;
    display: block
}

.bhlNwAppBox .multiColumnList li a .imgBox, .bhlInAppClassifyBox .multiColumnList li a .imgBox, .bhlInGameClassifyBox .multiColumnList li a .imgBox {
    margin: 0 auto;
    width: 1.28rem;
    height: 1.28rem;
    border-radius: .3rem
}

.bhlNwAppBox .multiColumnList li a p, .bhlInAppClassifyBox .multiColumnList li a p, .bhlInGameClassifyBox .multiColumnList li a p {
    display: block;
    margin: .14rem auto 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.bhlInAppClassifyBox .tabsWrap ul li.active a {
    background: #60E0F2
}

.bhlInRkBox {
    margin: .48rem .3rem 0
}

.bhlInRkBox .tabInfo {
    margin-top: .3rem;
    background: rgba(194, 217, 230, 0.1);
    border-radius: .2rem;
    padding: .1rem .3rem .25rem
}

.bhlGdNewsBox, .bhlInNewsBox {
    margin: .28rem .3rem 0
}

.bhlGdNewsBox ul, .bhlInNewsBox ul {
    margin-top: -0.18rem;
    font-size: .26rem;
    color: #000000;
    line-height: .36rem
}

.bhlGdNewsBox ul li a, .bhlInNewsBox ul li a {
    margin-top: .46rem;
    display: flex
}

.bhlGdNewsBox ul li a .imgBox, .bhlInNewsBox ul li a .imgBox {
    width: 2.35rem;
    height: 1.42rem;
    border-radius: .2rem
}

.bhlGdNewsBox ul li a .txtBox, .bhlInNewsBox ul li a .txtBox {
    flex: 1;
    width: 0;
    padding: .1rem 0 .16rem .28rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.bhlGdNewsBox ul li a .txtBox p, .bhlInNewsBox ul li a .txtBox p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: justify
}

.bhlGdNewsBox ul li a .txtBox p.time, .bhlInNewsBox ul li a .txtBox p.time {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.bhlGdNewsBox ul li a .txtBox p.time .icon, .bhlInNewsBox ul li a .txtBox p.time .icon {
    width: .18rem;
    height: .18rem;
    background-position: -0.5rem -0.05rem;
    margin-right: .08rem
}

.bhlInLinkBox {
    padding: .28rem .3rem;
    font-size: .22rem;
    line-height: .48rem;
    color: #999;
    margin: .6rem 0 0;
    background: #313434;
    display: flex;
    flex-wrap: wrap
}

.bhlInLinkBox a, .bhlInLinkBox span {
    margin: 0 .15rem
}

.bhlInLinkBox a i, .bhlInLinkBox span i {
    color: #8FADC9;
    font-style: normal;
    margin-right: .04rem
}

.bhlAppAllBox .multiColumnList, .bhlGmAllBox .multiColumnList {
    font-size: .3rem;
    color: #666666;
    margin: -0.12rem .4rem 0;
    grid-template-columns:repeat(3, 2.11rem);
    height: 2.52rem;
    overflow: hidden
}

.bhlAppAllBox .multiColumnList li a, .bhlGmAllBox .multiColumnList li a {
    margin-top: .22rem;
    display: block;
    width: 100%;
    height: .62rem;
    line-height: .59rem;
    background: rgba(40, 214, 231, 0);
    padding: 0 .1rem;
    border-radius: .31rem;
    border: 1px solid #D8D8D8;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.bhlAppAllBox .multiColumnList li a span, .bhlGmAllBox .multiColumnList li a span {
    width: inherit
}

.bhlAppAllBox .multiColumnList li.active, .bhlGmAllBox .multiColumnList li.active {
    color: #FFFFFF
}

.bhlAppAllBox .multiColumnList li.active a, .bhlGmAllBox .multiColumnList li.active a {
    background: #FBC846;
    border-color: #FBC846
}

.bhlAppAllBox .multiColumnList li.showBtn, .bhlGmAllBox .multiColumnList li.showBtn {
    color: #FBC846
}

.bhlAppAllBox .multiColumnList li.showBtn a, .bhlGmAllBox .multiColumnList li.showBtn a {
    border-color: #FBC846
}

.bhlAppAllBox .multiColumnList li.closeBtn, .bhlGmAllBox .multiColumnList li.closeBtn {
    color: #ccc
}

.bhlAppAllBox .boxCont, .bhlGmAllBox .boxCont {
    margin: .4rem .3rem 0;
    padding: .15rem .3rem .4rem;
    background: #FFFFFF;
    border-radius: .2rem
}

.bhlAppAllBox .boxCont .singleAppList li a::after, .bhlGmAllBox .boxCont .singleAppList li a::after {
    left: 1.6rem
}

.bhlAppAllBox .boxCont .singleAppList li a .txtBox, .bhlGmAllBox .boxCont .singleAppList li a .txtBox {
    padding-left: .4rem
}

.bhlAppAllBox .boxCont .singleAppList li:last-child a::after, .bhlGmAllBox .boxCont .singleAppList li:last-child a::after {
    display: block
}

.bhlAppAllBox .boxCont .pageCode, .bhlGmAllBox .boxCont .pageCode {
    margin-top: .18rem
}

.bhlAppAllBox .multiColumnList li.active {
    color: #FFFFFF
}

.bhlAppAllBox .multiColumnList li.active a {
    background: #60E0F2;
    border-color: #60E0F2
}

.bhlAppAllBox .multiColumnList li.showBtn {
    color: #60E0F2
}

.bhlAppAllBox .multiColumnList li.showBtn a {
    border-color: #60E0F2
}











.bhlTdMainBox {
    border: .02rem solid #EEEEEE;
    border-radius: .2rem;
    margin: .1rem .3rem 0;
    padding: .2rem .2rem .3rem
}

.bhlTdMainBox > .imgBox {
    width: 6.48rem;
    height: 3.6rem;
    background: #C2D9E6;
    border-radius: .1rem;
    position: relative
}

.bhlTdMainBox > .imgBox .tip {
    position: absolute;
    left: .1rem;
    top: .1rem;
    display: block;
    font-size: .2rem;
    color: #FFFFFF;
    background: #F6C445;
    border-radius: .06rem;
    height: .32rem;
    line-height: .3rem;
    padding: 0 .1rem
}

.bhlTdMainBox p.line {
    margin: .2rem 0;
    border-top: 1px solid #ecf0f1;
    position: relative
}

.bhlTdMainBox p.line::before {
    content: "";
    display: block;
    width: .14rem;
    height: .14rem;
    background: #C2D9E6;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    margin-left: -0.07rem;
    bottom: 0;
    margin-bottom: -0.07rem
}

.bhlTdMainBox .boxCont {
    position: relative;
    z-index: 1
}

.bhlTdMainBox .boxCont::before {
    content: "";
    display: block;
    background-image: url(../img/icon_game.png);
    background-repeat: no-repeat;
    background-size: 10rem 10rem;
    width: 1.38rem;
    height: .45rem;
    background-position: -0.08rem -1.12rem;
    position: absolute;
    top: .02rem;
    right: 0;
    z-index: -1
}

.bhlTdMainBox .boxCont h1 {
    font-weight: bold;
    font-size: .28rem;
    line-height: .32rem
}

.bhlTdMainBox .boxCont p.time {
    margin-top: .18rem
}

.bhlTdMainBox .boxCont p.time span i {
    font-style: normal;
    color: #fbc846;
    margin: 0 .02rem
}

.bhlTdMainBox .boxCont p.tip {
    margin-top: .1rem;
    font-size: .2rem;
    color: #333333;
    line-height: .32rem
}

.bhlTdMainBox .boxCont p.tags {
    display: flex;
    flex-wrap: wrap;
    margin: .16rem -0.075rem 0;
    font-size: .18rem;
    color: #666666
}

.bhlTdMainBox .boxCont p.tags span, .bhlTdMainBox .boxCont p.tags a {
    margin: .075rem;
    height: .32rem;
    line-height: .3rem;
    background: #F5F7F9;
    border-radius: .06rem;
    padding: 0 .16rem
}

.bhlTdMainBox .boxRecommend {
    margin-top: .25rem;
    color: #333
}

.bhlTdMainBox .boxRecommend > p {
    font-weight: bold;
    font-size: .3rem;
    line-height: .34rem;
    color: #1D2127;
    text-align: center
}

.bhlTdMainBox .boxRecommend .multiColumnList {
    text-align: center;
    margin-top: 0;
    grid-template-columns:repeat(3, 1.6rem);
    justify-content: space-around
}

.bhlTdMainBox .boxRecommend .multiColumnList li a {
    margin-top: .2rem;
    display: block;
    position: relative
}

.bhlTdMainBox .boxRecommend .multiColumnList li a::before {
    content: "";
    display: block;
    position: absolute;
    top: -0.08rem;
    left: .14rem;
    z-index: 1;
    width: .72rem;
    height: .28rem;
    background: url(../img/icon_game.png) no-repeat;
    background-size: 10rem 10rem;
    background-position: -0.04rem -2.64rem
}

.bhlTdMainBox .boxRecommend .multiColumnList li a .imgBox {
    margin: 0 auto;
    width: 1.28rem;
    height: 1.28rem;
    border-radius: .3rem;
    border: .08rem solid #EEEEEE
}

.bhlTdMainBox .boxRecommend .multiColumnList li a p {
    display: block;
    margin: .13rem auto 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.bhlTdMainBox .boxRecommend .multiColumnList li a p.btn {
    background: #fbc846;
    color: #fff
}

.bhlTdMainBox .boxRecommend .multiColumnList li:nth-child(2n) a::before {
    background-position: -0.92rem -2.64rem
}

.bhlTdMainBox .boxRecommend .multiColumnList li:nth-child(3n) a::before {
    background-position: -1.8rem -2.64rem
}

.bhlTdGameBox {
    margin: .38rem .3rem 0
}

.bhlTdGameBox .tdSwCont {
    overflow: hidden;
    margin: -0.2rem -0.3rem 0;
    padding: 0 .09rem;
    height: auto
}

.bhlTdTopicBox {
    margin: .46rem .3rem 0
}

.bhlTdTopicBox .tagList {
    margin-top: .08rem
}





footer {
    width: 100%;
    margin-top: 0.5rem;
    background-color: #313131
}

footer .ft {
    width: 100%;
    padding-top: 0.43rem;
    display: flex;
    align-items: center;
    justify-content: center
}

footer .ft img {
    width: auto;
    height: 0.72rem;
    object-fit: cover
}

footer .fc {
    padding: 0 0.2rem;
    margin-top: 0.3rem
}

footer .fc .fcText {
    padding: 0.25rem 0.22rem;
    background-color: rgba(0, 0, 0, 0.08);
    font-size: 0.18rem;
    color: rgba(179, 179, 179, .5);
    line-height: 0.3rem
}

footer .fb {
    padding: 0.31rem 0.77rem 0.39rem
}

footer .fb p {
    text-align: center;
    font-size: 0.24rem;
    color: #B3B3B3;
    line-height: 0.42rem
}
.tdBodyWrap, .tpBodyWrap, .gdBodyWrap, .gmBodyWrap {
   /* background: #F6F9FB;
    border-top: 1px solid #C2D9E6;*/
    padding-bottom: .48rem
}

.tdBodyWrap, .gdBodyWrap {
    background: #fff;
    padding-bottom: .6rem
}

.tdBodyWrap {
    padding-bottom: .5rem;
    margin-top: 15px;
}



.crumbsBox {
    padding: .18rem .3rem;
    font-size: .24rem;
    line-height: .28rem;
    color: rgba(145, 146, 146, 0.75)
}

.crumbsBox p {
    display: flex;
    align-items: center
}

.crumbsBox p::before {
    content: "";
    display: block;
    background-image: url(../img/icon_game.png);
    background-repeat: no-repeat;
    background-size: 10rem 10rem;
    width: .2rem;
    height: .24rem;
    background-position: -0.79rem -0.03rem;
    margin-right: .08rem
}

.crumbsBox p > a {
    display: flex;
    align-items: center
}

.crumbsBox p > a::after {
    content: ">";
    margin: 0 .1rem;
    font-size: .24rem;
    color: #A1A5B2
}

.crumbsBox p > a:last-child::after {
    display: none
}




