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
}

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
}

.boxCopy {
    margin: .2rem 0 0;
    font-size: .22rem;
    line-height: .38rem;
    color: #8F8F8F;
    display: flex;
    align-items: center;
    font-weight: 300
}

.boxCopy span.copyBtn {
    margin-right: .12rem;
    padding: 0 .1rem;
    color: #FFA900;
    height: .38rem;
    background: #FFFFFF;
    border-radius: .06rem;
    border: .01px solid rgba(255, 169, 0, 0.5);
    display: flex;
    align-items: center;
    cursor: pointer;
    flex-shrink: 0
}

.boxCopy span.copyBtn .icon {
    width: .18rem;
    height: .18rem;
    background-position: -1.63rem -0.05rem;
    margin-right: .07rem
}

.imgBox {
    overflow: hidden
}

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

.videoBox {
    position: relative
}

.videoBox video {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain
}

.videoBox .icon {
    width: .75rem;
    height: .75rem;
    background-position: -0.08rem -1.73rem;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -0.375rem;
    margin-left: -0.375rem;
    cursor: pointer
}

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

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

.downBtns {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: .32rem;
    color: #FFFFFF;
    margin: .2rem -0.1rem 0
}

.downBtns .btnItem {
    flex: 1;
    margin: .1rem .1rem 0;
    min-width: 3rem;
    display: flex;
    justify-content: center;
    margin-top: .1rem;
    height: .75rem;
    line-height: .72rem;
    background: #3F91FF;
    border-radius: .38rem
}

.downBtns .btnItem.bookingBtn {
    background: #F6C445;
    color: #fff
}

.downBtns .btnItem.iosBtn {
    background: #11AEFF
}

.downBtns .btnItem.noBtn {
    color: #999999;
    background: #ededed
}

.downBtns .btnItem.safeBtn {
    background: #0ec760;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center
}

.downBtns .btnItem.safeBtn p {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: .3rem;
    line-height: .34rem
}

.downBtns .btnItem.safeBtn p strong {
    font-weight: normal
}

.downBtns .btnItem.safeBtn p i {
    margin-top: .05rem;
    font-size: .2rem;
    line-height: .24rem;
    font-style: normal
}

.btnTips {
    height: auto;
    padding: 0;
    margin: 2px 10px 0px;
    display: block;
    overflow: hidden;
    position: relative;
    font-size: .2rem;
    line-height: .24rem;
    color: #888
}

.btnTips::before,
.btnTips::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #f1fff7;
    display: block;
    overflow: hidden;
    position: absolute;
    left: 75%;
    top: 1px;
    transform: translateX(-50%);
    z-index: 2
}

.btnTips::after {
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 11px solid #47FFA3;
    top: 0;
    transform: translateX(-50%);
    z-index: 0
}

.btnTips p {
    width: 100%;
    height: auto;
    padding: 10px;
    box-sizing: border-box;
    background: #f1fff7;
    border: 1px solid #47FFA3;
    border-radius: 4px;
    margin: 10px 0 0;
    display: block;
    overflow: hidden
}

.btnTips p strong {
    font-weight: normal;
    color: #47FFA3
}

.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: #8ED7E8;
    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
}

.ztList ul {
    margin-top: .2rem;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    background: #fff;
    padding: 0 .2rem;
    border-radius: .2rem
}

.ztList li {
    position: relative;
    display: block;
    padding: .16rem 0 .14rem;
    margin-bottom: .24rem;
    width: 100%;
    border-bottom: 1px solid #E5E5E5;
    overflow: hidden
}

.ztList li:last-child {
    border-bottom: unset
}

.ztList li .img {
    position: relative;
    display: block;
    width: 100%;
    height: 3.08rem;
    border-radius: .12rem;
    overflow: hidden
}

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

.ztList li .img div {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: .25rem .22rem 0 .25rem;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%)
}

.ztList li .img div span {
    flex: 1;
    font-size: .3rem;
    color: #fff;
    line-height: .76rem;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.ztList li .img div i {
    font-style: normal;
    font-size: .24rem;
    color: #fff;
    line-height: .76rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.ztList li p {
    margin-top: .2rem;
    position: relative;
    display: block;
    height: 1.62rem;
    line-height: .54rem;
    font-size: .28rem;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.ztList li .toTopic {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    width: 3.36rem;
    height: .84rem;
    line-height: .84rem;
    text-align: right;
    font-size: .24rem;
    color: #FF4C4C;
    background: linear-gradient(-90deg, #fff 0%, rgba(255, 255, 255, 0.8) 60%, rgba(255, 255, 255, 0.8) 60%, rgba(255, 255, 255, 0) 100%)
}

.ztList li .toTopic:before {
    content: "";
    position: relative;
    top: .3rem;
    vertical-align: top;
    display: inline-block;
    width: .24rem;
    height: .24rem;
    margin-right: .1rem;
    background-image: url(../static/icon.png);
    background-repeat: no-repeat;
    background-size: 10rem 10rem;
    background-position: -1.49rem -0.03rem
}

.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
}

.multiItem {
    margin-top: .26rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: .24rem;
    line-height: .28rem;
    color: #333
}

.multiItem .imgBox {
    width: 1.28rem;
    height: 1.28rem;
    border-radius: .3rem
}

.multiItem p {
    margin-top: .14rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    width: 1.28rem
}

.multiItem p.btn {
    margin-top: .13rem
}

.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 .hdTop {
    height: .78rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 .32rem
}

header .hdTop>a {
    height: .62rem;
    display: block
}

header .hdTop>a .logo {
    width: auto;
    height: 100%
}

header .hdTop .searchWrap {
    width: 3.69rem;
    color: #C6C6C6;
    height: .6rem;
    border-radius: .6rem;
    background: #F2F2F2;
    display: flex;
    align-items: center;
    padding: 0 .24rem 0 .3rem
}

header .hdTop .searchWrap input {
    width: 2.8rem;
    border: unset;
    background: unset;
    flex: 1
}

header .hdTop .searchWrap .icon {
    width: .35rem;
    height: .35rem;
    background-position: -0.04rem -0.03rem
}

header nav {
    color: #434343
}

header nav ul {
    display: flex;
    align-items: center;
    padding: .32rem .08rem .28rem;
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
    font-size: .34rem;
    line-height: .38rem
}

header nav ul li a {
    color: inherit;
    padding: 0 .24rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

header nav ul li a .icon {
    width: .34rem;
    height: .34rem;
    background-position: -0.19rem -0.15rem;
    margin-bottom: .04rem
}

header nav ul li.current {
    color: #CCCCCC
}

header nav ul::-webkit-scrollbar {
    display: none
}

header nav ul {
    -ms-overflow-style: none;
    scrollbar-width: none
}

.mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 998
}

.fslInSwBox {
    margin-top: -0.24rem;
    padding: .24rem .3rem .3rem;
    background-image: url(../img/inBg.png);
    background-size: 7.5rem 6.05rem;
    background-repeat: no-repeat;
    background-position: top;
    position: relative
}

.fslInSwBox .inSwWrap {
    overflow: hidden;
    margin: 0 -0.3rem;
    padding: 0 .3rem;
    width: 7.5rem;
    height: 2.9rem;
    font-size: .2rem;
    line-height: .24rem;
    position: relative
}

.fslInSwBox .inSwWrap .swiper-slide {
    border-radius: .2rem;
    margin-right: .3rem;
    overflow: hidden;
    position: relative
}

.fslInSwBox .inSwWrap .swiper-slide:last-child {
    margin-right: 0
}

.fslInSwBox .inSwWrap .swiper-slide>.linkItem {
    padding: 0 .32rem 0 .96rem;
    background: linear-gradient(-90deg, rgba(0, 0, 0, 0.6) 0, transparent 100%);
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: .2rem;
    color: #FFFFFF;
    line-height: .24rem
}

.fslInSwBox .inSwWrap .swiper-slide>.linkItem .imgBox {
    width: .74rem;
    height: .74rem;
    background: #FFFFFF;
    border-radius: .15rem;
    border: 2px solid #8ED7E8
}

.fslInSwBox .inSwWrap .swiper-slide>.linkItem p {
    margin-top: .08rem
}

.fslInSwBox .inSwWrap .swiper-slide>.linkItem p.btn {
    font-weight: normal;
    font-size: .2rem;
    background: #8ED7E8;
    color: #fff;
    width: .98rem;
    height: .4rem;
    line-height: .4rem
}

.fslInSwBox .inSwWrap .swiper-pagination {
    height: .08rem;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: .14rem;
    display: flex;
    align-items: center;
    justify-content: center
}

.fslInSwBox .inSwWrap .swiper-pagination .swiper-pagination-bullet {
    opacity: .75;
    width: .27rem;
    height: .08rem;
    background: #FFFFFF;
    border-radius: .03rem;
    margin: 0 .04rem
}

.fslInSwBox .inSwWrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: .45rem;
    opacity: 1;
    background: #8ED7E8
}

.fslInSwBox .multiColumnList {
    margin-top: .1rem;
    grid-template-columns: repeat(2, 3.33rem)
}

.fslInSwBox .multiColumnList li a {
    margin-top: .2rem;
    padding: .21rem .1rem .21rem .35rem;
    display: flex;
    align-items: center;
    background: #effcff;
    border-radius: .2rem
}

.fslInSwBox .multiColumnList li a>span {
    width: .63rem;
    height: .63rem;
    background: #91DBEC;
    border-radius: .1rem;
    display: flex;
    align-items: center;
    justify-content: center
}

.fslInSwBox .multiColumnList li a>span .icon {
    width: .44rem;
    height: .45rem;
    background-position: -0.08rem -0.51rem
}

.fslInSwBox .multiColumnList li a>div {
    width: 0;
    flex: 1;
    padding-left: .2rem;
    display: flex;
    flex-direction: column
}

.fslInSwBox .multiColumnList li a>div p {
    display: flex;
    align-items: flex-end
}

.fslInSwBox .multiColumnList li a>div p strong {
    font-size: .24rem;
    line-height: .28rem;
    color: #323232;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.fslInSwBox .multiColumnList li a>div p em {
    font-size: .14rem;
    line-height: .22rem;
    color: #FFFFFF;
    height: .2rem;
    background: #E45F2B;
    border-radius: .03rem;
    padding: 0 .06rem;
    margin: 0 0 .02rem .1rem
}

.fslInSwBox .multiColumnList li a>div>span {
    margin-top: .1rem;
    font-weight: 300;
    font-size: .18rem;
    line-height: .22rem;
    color: #8C8D9E;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.fslInSwBox .multiColumnList li:nth-child(2) a {
    background: #fffcf3
}

.fslInSwBox .multiColumnList li:nth-child(2) a>span {
    background: #FBC846
}

.fslInSwBox .multiColumnList li:nth-child(2) a>span .icon {
    width: .36rem;
    height: .4rem;
    background-position: -0.75rem -0.55rem
}

.fslInSwBox .multiColumnList li:nth-child(3) a {
    background: rgba(255, 252, 243, 0.85)
}

.fslInSwBox .multiColumnList li:nth-child(3) a>span {
    background: #9BBCDB
}

.fslInSwBox .multiColumnList li:nth-child(3) a>span .icon {
    width: .34rem;
    height: .37rem;
    background-position: -1.32rem -0.54rem
}

.fslInSwBox .multiColumnList li:nth-child(4) a {
    background: #fff7f4
}

.fslInSwBox .multiColumnList li:nth-child(4) a>span {
    background: #E45F2B
}

.fslInSwBox .multiColumnList li:nth-child(4) a>span .icon {
    width: .37rem;
    height: .37rem;
    background-position: -1.88rem -0.55rem
}

.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: 5.2rem;
    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
}

.bhlNwTopicBox,
.bhlGmTopicBox {
    margin: .38rem .3rem 0
}

.bhlNwTopicBox .inTitle,
.bhlGmTopicBox .inTitle {
    font-size: .34rem;
    line-height: .38rem
}

.bhlNwTopicBox .multiColumnList li a,
.bhlGmTopicBox .multiColumnList li a {
    margin-top: .28rem
}

.bhlNwTopicBox {
    margin-top: .4rem
}

.bhlGdMainBox {
    margin: .2rem .3rem 0
}

.bhlGdMainBox .boxCont {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1
}

.bhlGdMainBox .boxCont::after {
    content: "";
    display: block;
    background-image: url(../static/icon.png);
    background-repeat: no-repeat;
    background-size: 10rem 10rem;
    width: 1.38rem;
    height: .45rem;
    background-position: -0.08rem -1.12rem;
    position: absolute;
    top: .09rem;
    right: .02rem;
    z-index: -1
}

.bhlGdMainBox .boxCont .imgBox {
    width: 1.52rem;
    height: 1.52rem;
    background: #000000;
    border-radius: .3rem
}

.bhlGdMainBox .boxCont .txtBox {
    padding-left: .2rem;
    flex: 1;
    width: 0
}

.bhlGdMainBox .boxCont .txtBox h1 {
    font-size: .36rem;
    line-height: .4rem
}

.bhlGdMainBox .boxCont .txtBox p.tip {
    margin-top: .18rem;
    font-size: .24rem;
    line-height: .28rem
}

.bhlGdMainBox .boxCont .txtBox p.tip span {
    color: #666666
}

.bhlGdMainBox .boxCont .txtBox p.tip span::after {
    content: '/';
    color: #CCCCCC;
    margin: -0.02rem .1rem 0
}

.bhlGdMainBox .boxCont .txtBox p.tip span:last-child::after {
    display: none
}

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

.bhlGdMainBox .boxCont .txtBox p.tags a,
.bhlGdMainBox .boxCont .txtBox p.tags span {
    height: .32rem;
    line-height: .32rem;
    background: rgba(228, 244, 238, 0.3);
    border-radius: .06rem;
    padding: 0 .16rem;
    margin: .1rem .075rem 0
}

.bhlGdMainBox>.tip {
    margin-top: .17rem;
    font-size: .24rem;
    color: #FFCC00;
    line-height: .3rem;
    padding: 0 .35rem
}

.bhlGdDetailBox {
    padding: .08rem 0 0;
    margin: 0 .3rem 0
}

.bhlGdDetailBox .introTit,
.bhlGdDetailBox h3 {
    font-weight: bold;
    font-size: .3rem;
    line-height: .34rem;
    color: #000000;
    margin-top: .2rem
}

.bhlGdDetailBox .introTit::before,
.bhlGdDetailBox h3::before {
    content: "";
    width: .06rem;
    height: .28rem;
    display: inline-block;
    vertical-align: -0.04rem;
    background: #8ED7E8;
    margin-right: .06rem
}

.bhlGdDetailBox .introTit::before {
    content: "";
    width: .04rem;
    height: .22rem;
    display: inline-block;
    vertical-align: -0.02rem;
    background: #8ED7E8;
    margin-right: .06rem
}

.bhlGdDetailBox .gdBoxSwCont {
    margin: .28rem -0.3rem 0;
    padding: 0 .3rem
}

.bhlGdDetailBox .gdBoxSwCont .swiper-slide {
    width: auto;
    height: auto;
    max-height: 3.8rem;
    background: rgba(0, 0, 0, 0.1);
    border-radius: .08rem;
    overflow: hidden;
    margin-right: .2rem;
    display: flex;
    align-items: center;
    justify-content: center
}

.bhlGdDetailBox .gdBoxSwCont .swiper-slide.imgBox {
    max-width: 5.84rem
}

.bhlGdDetailBox .gdBoxSwCont .swiper-slide:last-child {
    margin-right: 0
}

.bhlGdDetailBox .gdBoxSwCont .swiper-slide video,
.bhlGdDetailBox .gdBoxSwCont .swiper-slide img {
    display: block;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit;
    object-fit: contain;
    background: rgba(0, 0, 0, 0.1)
}

.bhlGdDetailBox .gdBoxSwCont .swiper-slide video {
    background: #000;
    width: 5.84rem
}

.bhlGdDetailBox>.boxCont {
    padding-top: .12rem;
    word-break: break-all;
    overflow-wrap: break-word;
    margin-top: .16rem;
    font-size: .24rem;
    color: #333333;
    line-height: .44rem
}

.bhlGdDetailBox>.boxCont p {
    margin-top: .16rem;
    font-size: .24rem;
    color: #333333;
    line-height: .44rem
}

.bhlGdDetailBox>.boxCont img {
    max-width: 100%;
    width: auto;
    height: auto;
    border-radius: .2rem;
    display: block;
    margin: .2rem auto 0
}

.bhlGdDetailBox .historyBox {
    margin-top: .26rem
}

.bhlGdDetailBox .historyBox .gdTitle .titleR {
    flex-shrink: 0;
    font-weight: normal;
    font-size: .2rem;
    color: #CCCCCC;
    line-height: .24rem
}

.bhlGdDetailBox .historyBox .boxCont {
    margin-top: .18rem;
    font-size: .24rem;
    line-height: .44rem;
    color: #333333
}

.bhlGdDetailBox .historyBox .boxCont p.title {
    color: #CCCCCC
}

.bhlGdDetailBox .infoBox {
    margin-top: .32rem
}

.bhlGdDetailBox .infoBox .gdTitle .titleR {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    font-weight: normal;
    height: .35rem;
    line-height: .35rem;
    background: #FDA667;
    border-radius: .06rem;
    font-size: .2rem;
    color: #FFFFFF;
    padding: 0 .12rem
}

.bhlGdDetailBox .infoBox .gdTitle .titleR::before {
    content: "";
    display: block;
    background-image: url(../static/icon.png);
    background-repeat: no-repeat;
    background-size: 10rem 10rem;
    margin-right: .08rem;
    width: .17rem;
    height: .2rem;
    background-position: -1.35rem -0.05rem
}

.bhlGdDetailBox .infoBox ul {
    margin-top: .14rem;
    font-size: .24rem;
    color: #999999
}

.bhlGdDetailBox .infoBox ul li {
    height: .66rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ececec
}

.bhlGdDetailBox .infoBox ul li span:last-child {
    color: #1F1F1F
}

.bhlGdVersionBox {
    margin: .4rem .3rem 0
}

.bhlGdVersionBox ul {
    margin-top: .12rem;
    font-size: .24rem;
    line-height: .28rem;
    color: #333333
}

.bhlGdVersionBox ul li a {
    display: flex;
    align-items: center;
    padding: .26rem 0 .1rem;
    border-bottom: 1px solid #ececec
}

.bhlGdVersionBox ul li a .imgBox {
    width: .72rem;
    height: .72rem;
    border-radius: .1rem
}

.bhlGdVersionBox ul li a .txtBox {
    flex: 1;
    width: 0;
    padding-left: .23rem
}

.bhlGdVersionBox ul li a .txtBox p.time {
    margin-top: .12rem;
    color: #999
}

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

.bhlGdTopicBox {
    margin: .42rem .3rem 0
}

.bhlGdTopicBox .tabsWrap>ul {
    font-size: .24rem;
    color: #666666;
    display: flex;
    overflow: auto;
    margin: .26rem -0.3rem 0;
    padding: 0 .2rem;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.bhlGdTopicBox .tabsWrap>ul::-webkit-scrollbar {
    display: none
}

.bhlGdTopicBox .tabsWrap>ul li {
    flex-shrink: 0;
    margin: 0 .1rem
}

.bhlGdTopicBox .tabsWrap>ul li a {
    display: block;
    height: .54rem;
    line-height: .51rem;
    padding: 0 .3rem;
    border-radius: .27rem;
    border: 1px solid rgba(216, 216, 216, 0.5)
}

.bhlGdTopicBox .tabsWrap>ul li.active a {
    background: #8ED7E8;
    border-color: #8ED7E8;
    color: #fff
}

.bhlGdTopicBox .tabsWrap .tabsCont {
    margin-top: .25rem
}

.bhlGdTopicBox .tabsWrap .tabsCont .tabInfo {
    background: #FFFFFF;
    border-radius: .2rem;
    border: .02rem solid #EEEEEE;
    padding: .2rem .2rem .3rem
}

.bhlGdTopicBox .tabsWrap .tabsCont .tabInfo>a {
    display: flex;
    align-items: center;
    padding-bottom: .26rem;
    border-bottom: 1px solid #ecf0f1;
    position: relative
}

.bhlGdTopicBox .tabsWrap .tabsCont .tabInfo>a::after {
    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
}

.bhlGdTopicBox .tabsWrap .tabsCont .tabInfo>a .imgBox {
    width: 3.35rem;
    height: 1.82rem;
    border-radius: .1rem;
    flex-shrink: 0
}

.bhlGdTopicBox .tabsWrap .tabsCont .tabInfo>a .txtBox {
    padding-left: .2rem
}

.bhlGdTopicBox .tabsWrap .tabsCont .tabInfo>a .txtBox p {
    margin-top: .1rem;
    font-size: .18rem;
    color: #5C5C5C;
    line-height: .32rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-align: justify
}

.bhlGdTopicBox .tabsWrap .tabsCont .tabInfo>a .txtBox p.title {
    margin-top: 0;
    font-weight: bold;
    font-size: .24rem;
    line-height: .28rem;
    color: #000000
}

.bhlGdTopicBox .tabsWrap .tabsCont .tabInfo>a .txtBox p.time {
    margin-top: .08rem;
    color: #bdbdbd;
    line-height: .22rem
}

.bhlGdTopicBox .tabsWrap .tabsCont .tabInfo .multiColumnList {
    grid-template-columns: repeat(4, 1.28rem);
    color: #333
}

.bhlGdTopicBox .tabsWrap .tabsCont .tabInfo .multiColumnList li a {
    margin-top: .3rem;
    display: block
}

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

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

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

.bhlNwSwBox {
    margin: .1rem .3rem 0
}

.bhlNwSwBox .boxSwCont {
    margin: 0 -0.3rem;
    padding: 0 .3rem
}

.bhlNwSwBox .boxSwCont .swiper-slide {
    width: 6.9rem;
    height: 3.34rem;
    border-radius: .2rem;
    position: relative;
    color: #FFFFFF;
    line-height: .32rem;
    text-align: center;
    margin-right: .32rem
}

.bhlNwSwBox .boxSwCont .swiper-slide:last-child {
    margin-right: 0
}

.bhlNwSwBox .boxSwCont .swiper-slide p {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding: .8rem .12rem .16rem;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0, transparent 100%)
}

.bhlNwSwBox .boxSwCont .swiper-slide.hot::after {
    content: "HOT!";
    font-weight: bold;
    font-size: .18rem;
    color: #FFFFFF;
    height: .28rem;
    line-height: .28rem;
    padding: 0 .08rem 0 .05rem;
    background: #E45F2B;
    border-radius: .03rem;
    font-style: italic;
    position: absolute;
    top: .1rem;
    left: .1rem
}

.bhlNwAllBox {
    margin: 0 .3rem 0
}

.bhlNwAllBox .tabsWrap>ul {
    font-size: .3rem;
    color: #666666;
    display: flex;
    overflow: auto;
    margin: .2rem -0.3rem 0;
    padding: 0 .2rem;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.bhlNwAllBox .tabsWrap>ul::-webkit-scrollbar {
    display: none
}

.bhlNwAllBox .tabsWrap>ul li {
    flex-shrink: 0
}

.bhlNwAllBox .tabsWrap>ul li a {
    display: block;
    height: .62rem;
    line-height: .59rem;
    padding: 0 .4rem;
    margin: .1rem;
    background: #F6F9FB;
    border-radius: .31rem;
    box-shadow: 0 0 .15rem 0 rgba(40, 40, 40, 0.15);
    border: 1px solid rgba(216, 216, 216, 0.5)
}

.bhlNwAllBox .tabsWrap>ul li.active {
    color: #FFFFFF
}

.bhlNwAllBox .tabsWrap>ul li.active a {
    background: #8ED7E8;
    border-color: #8ED7E8
}

.bhlNwAllBox .tabsWrap .tabsCont {
    margin: .2rem 0 0
}

.bhlNwAllBox .tabsWrap .tabsCont .tabInfo ul {
    font-size: .26rem;
    color: #000000;
    line-height: .36rem
}

.bhlNwAllBox .tabsWrap .tabsCont .tabInfo ul li a {
    display: flex;
    margin-top: .2rem;
    padding: .2rem;
    background: #FFFFFF;
    border-radius: .2rem
}

.bhlNwAllBox .tabsWrap .tabsCont .tabInfo ul li a .imgBox {
    width: 2.35rem;
    height: 1.42rem;
    border-radius: .2rem;
    flex-shrink: 0
}

.bhlNwAllBox .tabsWrap .tabsCont .tabInfo ul li a .txtBox {
    flex: 1;
    width: 0;
    padding: .1rem 0 .16rem .28rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.bhlNwAllBox .tabsWrap .tabsCont .tabInfo ul li a .txtBox p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: justify
}

.bhlNwAllBox .tabsWrap .tabsCont .tabInfo ul li a .txtBox p.time {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.bhlNwAllBox .tabsWrap .tabsCont .tabInfo ul li a .txtBox p.time .icon {
    width: .18rem;
    height: .18rem;
    background-position: -0.5rem -0.05rem;
    margin-right: .08rem
}

.bhlNwAllBox .tabsWrap .tabsCont .tabInfo .pageCode {
    margin-top: .18rem
}

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

.bhlNwAppBox .inTitle {
    font-size: .34rem;
    line-height: .38rem
}

.bhlNwAppBox .btn {
    background: #FBC846;
    color: #fff
}

.bhlNdMainBox {
    margin: .05rem .3rem 0
}

.bhlNdMainBox h1 {
    font-weight: bold;
    font-size: .38rem;
    color: #333333;
    line-height: .52rem
}

.bhlNdMainBox>p.time {
    color: #999;
    padding: .2rem 0 .28rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border-bottom: 1px solid rgba(221, 223, 231, 0.5)
}

.bhlNdMainBox>p.time::before {
    content: "";
    display: block;
    background-image: url(../static/icon.png);
    background-repeat: no-repeat;
    background-size: 10rem 10rem;
    width: .18rem;
    height: .18rem;
    background-position: -0.5rem -0.05rem;
    margin-right: .08rem
}

.bhlNdMainBox>p.time span {
    margin-right: .2rem
}

.bhlNdMainBox>p.time span:last-child {
    margin-right: 0
}

.bhlNdMainBox .boxCont {
    font-size: .24rem;
    color: #1F1F1F;
    line-height: .42rem
}

.bhlNdMainBox .boxCont a {
    color: revert
}

.bhlNdMainBox .boxCont a:active {
    color: #0000ee;
    text-decoration: underline
}

.bhlNdMainBox .boxCont p {
    margin-top: .2rem
}

.bhlNdMainBox .boxCont img {
    max-width: 100%;
    width: auto;
    border-radius: .2rem;
    display: block;
    margin: .2rem auto 0
}

.bhlNdMainBox .boxCont .introTit,
.bhlNdMainBox .boxCont h3 {
    font-weight: bold;
    font-size: .28rem;
    line-height: .4rem;
    color: #000000;
    margin-top: .2rem
}

.bhlNdMainBox .boxItem {
    margin-top: .32rem;
    background: rgba(246, 249, 251, 0.5);
    border-radius: .2rem;
    border: 1px solid #8ED7E8;
    padding: .2rem;
    display: flex;
    align-items: center
}

.bhlNdMainBox .boxItem .imgBox {
    width: 1.14rem;
    height: 1.14rem;
    border-radius: .3rem
}

.bhlNdMainBox .boxItem .txtBox {
    width: 0;
    flex: 1;
    padding-left: .2rem;
    font-size: .26rem;
    line-height: .3rem
}

.bhlNdMainBox .boxItem .txtBox p.time {
    margin-top: .1rem;
    color: #666666;
    font-size: .18rem;
    line-height: .22rem
}

.bhlNdMainBox .boxItem .txtBox p.time span::after {
    content: "/";
    color: #ccc;
    margin: 0 .1rem
}

.bhlNdMainBox .boxItem .txtBox p.time span:last-child::after {
    display: none
}

.bhlNdMainBox .boxItem .txtBox p.tags {
    font-size: .18rem;
    line-height: .22rem;
    color: #666666;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.075rem
}

.bhlNdMainBox .boxItem .txtBox p.tags span {
    background: #F5F7F8;
    height: .32rem;
    line-height: .32rem;
    border-radius: .06rem;
    margin: .12rem .075rem 0;
    padding: 0 .16rem
}

.bhlNdMainBox .boxItem .btn {
    background: #8ED7E8;
    color: #FFFFFF
}

.bhlNdGameBox {
    margin: .44rem .3rem 0
}

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

.bhlTpListBox {
    margin: .1rem .3rem 0
}

.bhlTpListBox .tabsWrap>ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.09rem;
    font-size: .3rem;
    color: #666666
}

.bhlTpListBox .tabsWrap>ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 2.1rem;
    padding: 0 .1rem;
    height: .62rem;
    background: #F6F9FB;
    box-shadow: 0 0 .15rem 0 rgba(40, 40, 40, 0.15);
    border-radius: .31rem;
    border: 1px solid rgba(216, 216, 216, 0.5);
    margin: .1rem .09rem 0
}

.bhlTpListBox .tabsWrap>ul li.active a {
    background: #8ED7E8;
    border-color: #8ED7E8;
    color: #fff
}

.bhlTpListBox .tabsWrap .tabsCont .multiColumnList {
    margin-top: .05rem;
    grid-template-columns: repeat(2, 3.35rem);
    font-size: .24rem
}

.bhlTpListBox .tabsWrap .tabsCont .multiColumnList li a {
    margin-top: .25rem;
    display: flex;
    flex-direction: column
}

.bhlTpListBox .tabsWrap .tabsCont .multiColumnList li a .imgBox {
    width: 100%;
    height: 1.82rem;
    border-radius: .1rem
}

.bhlTpListBox .tabsWrap .tabsCont .multiColumnList li a p {
    margin-top: .08rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.bhlTpListBox .tabsWrap .tabsCont .multiColumnList li a p.time {
    margin-top: .05rem
}

.bhlTpListBox .tabsWrap .tabsCont .pageCode {
    margin-top: .26rem
}

.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(../static/icon.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: #8ED7E8;
    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(../static/icon.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: #8ED7E8;
    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: 6.1rem
}

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

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

.bhlRkMainBox {
    margin: .12rem .3rem 0
}

.bhlRkMainBox .boxTitle {
    margin: 0 -0.3rem;
    width: 7.5rem;
    height: 2.58rem;
    background-image: url(../img/rkBg.png);
    background-size: 7.5rem 2.58rem;
    background-repeat: no-repeat;
    background-position: top;
    position: relative
}

.bhlRkMainBox .boxTitle .title {
    position: absolute;
    top: .86rem;
    left: 1.14rem;
    width: 5.03rem;
    height: 1.28rem;
    background-image: url(../img/rkBg2.png);
    background-size: 5.03rem 1.28rem;
    background-repeat: no-repeat;
    background-position: top;
    padding: .1rem .2rem .22rem
}

.bhlRkMainBox .boxTitle .title>p {
    font-weight: 300;
    font-size: .26rem;
    line-height: .3rem;
    color: #3C4D4E;
    display: flex;
    align-items: center
}

.bhlRkMainBox .boxTitle .title>p .time {
    font-weight: normal
}

.bhlRkMainBox .boxTitle .title h1 {
    margin-top: .06rem;
    font-weight: bold;
    font-size: .26rem;
    line-height: .54rem;
    color: #ED794A;
    padding-right: .8rem
}

.bhlRkMainBox .boxTitle .title ul {
    color: #FFFFFF;
    position: absolute;
    right: .14rem;
    top: -0.38rem;
    height: .38rem;
    line-height: .38rem;
    display: flex;
    align-items: flex-end;
    background: #E45F2B;
    border-radius: .06rem .06rem 0 0
}

.bhlRkMainBox .boxTitle .title ul li a {
    display: block;
    padding: 0 .4rem
}

.bhlRkMainBox .boxTitle .title ul li.active a {
    height: .44rem;
    line-height: .4rem;
    background: #ffffff;
    border: .025rem solid #3c4d4e;
    border-radius: .06rem .06rem 0 0;
    color: #3C4D4E;
    margin-bottom: -0.02rem
}

.bhlRkMainBox .boxCont {
    margin: 0 -0.3rem;
    background-color: #fff;
    padding: 0 .3rem .3rem
}

.bhlRkMainBox .boxCont .multiColumnList {
    grid-template-columns: repeat(4, 1.62rem);
    text-align: center;
    color: #5B7178
}

.bhlRkMainBox .boxCont .multiColumnList li a {
    margin-top: .2rem;
    display: block;
    height: .58rem;
    line-height: .58rem;
    border-radius: .06rem;
    background: #F7F8F9;
    padding: 0 .05rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.bhlRkMainBox .boxCont .multiColumnList li.active a {
    background: #8ED7E8;
    color: #FFFFFF
}

.bhlRkMainBox .boxList {
    margin: .2rem 0 0;
    background: #FFFFFF;
    border-radius: .2rem;
    padding: .1rem .3rem .25rem
}

.bhlRkRecomBox {
    margin: .42rem .3rem 0;
    position: relative
}

.bhlRkRecomBox .inTitle {
    font-size: .34rem;
    line-height: .38rem
}

.bhlRkRecomBox .rkListSwCont {
    margin: .02rem -0.3rem 0;
    padding: 0 .3rem
}

.bhlRkRecomBox .rkListSwCont .swiper-slide {
    margin-right: .32rem
}

.bhlRkRecomBox .rkListSwCont .swiper-slide:last-child {
    margin-right: 0
}

.bhlRkRecomBox .swiper-button-prev,
.bhlRkRecomBox .swiper-button-next {
    width: .24rem;
    height: .24rem;
    display: block;
    background-image: url(../static/icon.png);
    background-repeat: no-repeat;
    background-size: 10rem 10rem;
    background-position: -1.92rem -0.03rem;
    position: absolute;
    top: .1rem;
    right: 0
}

.bhlRkRecomBox .swiper-button-prev.swiper-button-disabled,
.bhlRkRecomBox .swiper-button-next.swiper-button-disabled {
    opacity: .75
}

.bhlRkRecomBox .swiper-button-prev {
    right: .44rem;
    transform: rotateY(180deg)
}

.bhlRkRecomBox .multiColumnList {
    grid-template-columns: repeat(4, 1.62rem);
    text-align: center;
    color: #525354
}

.bhlRkRecomBox .multiColumnList li a {
    margin-top: .2rem;
    display: block;
    height: .58rem;
    line-height: .56rem;
    border-radius: .06rem;
    background: #EFF2F4;
    padding: 0 .05rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.bhlRkRecomBox .multiColumnList li.active a {
    background: #8ED7E8;
    color: #FFFFFF
}

footer {
    background: #202020;
    font-size: .22rem;
    color: #666;
    line-height: .36rem;
    text-align: center;
    padding: .2rem 0 .56rem
}

.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
}

.tpBodyWrap {
    padding-bottom: .6rem
}

.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(../static/icon.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
}

.popupBox {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1002;
    display: flex;
    align-items: center;
    justify-content: center
}

.popupBox .boxCont {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column
}

.popupBox .icon {
    background-image: url(../img/popup.png);
    background-repeat: no-repeat;
    background-size: 5.02rem 2.2rem
}

.popupBox .authBox,
.popupBox .historyBox,
.popupBox .feedbackBox,
.popupBox .subSuccessBox,
.popupBox .subBox {
    width: 5.2rem;
    height: 3.24rem;
    border-radius: .24rem;
    background: linear-gradient(180deg, #ECFFF6 0%, #fff 50%, #fff 100%);
    padding: .24rem 0;
    position: relative
}

.popupBox .authBox>.tip,
.popupBox .historyBox>.tip,
.popupBox .feedbackBox>.tip,
.popupBox .subSuccessBox>.tip,
.popupBox .subBox>.tip {
    position: absolute;
    top: -0.11rem;
    left: .33rem;
    width: .87rem;
    height: .95rem;
    background-position: -3.03rem -0.02rem
}

.popupBox .authBox .boxTop,
.popupBox .historyBox .boxTop,
.popupBox .feedbackBox .boxTop,
.popupBox .subSuccessBox .boxTop,
.popupBox .subBox .boxTop {
    display: flex;
    flex-direction: column;
    align-items: center
}

.popupBox .authBox .boxTop>p,
.popupBox .historyBox .boxTop>p,
.popupBox .feedbackBox .boxTop>p,
.popupBox .subSuccessBox .boxTop>p,
.popupBox .subBox .boxTop>p {
    font-size: .36rem;
    line-height: .6rem;
    color: #333;
    font-weight: bold
}

.popupBox .authBox .boxCenter,
.popupBox .historyBox .boxCenter,
.popupBox .feedbackBox .boxCenter,
.popupBox .subSuccessBox .boxCenter,
.popupBox .subBox .boxCenter {
    margin: .28rem .6rem .32rem;
    position: relative
}

.popupBox .authBox .boxCenter p,
.popupBox .historyBox .boxCenter p,
.popupBox .feedbackBox .boxCenter p,
.popupBox .subSuccessBox .boxCenter p,
.popupBox .subBox .boxCenter p {
    font-size: .22rem;
    line-height: .26rem;
    color: #333
}

.popupBox .authBox .boxCenter input,
.popupBox .historyBox .boxCenter input,
.popupBox .feedbackBox .boxCenter input,
.popupBox .subSuccessBox .boxCenter input,
.popupBox .subBox .boxCenter input {
    font-size: .22rem;
    color: #999999;
    margin-top: .18rem;
    width: 100%;
    height: .54rem;
    background: #F7F7F7;
    border-radius: .05rem;
    border: unset;
    text-indent: .2rem
}

.popupBox .authBox .boxBottom,
.popupBox .historyBox .boxBottom,
.popupBox .feedbackBox .boxBottom,
.popupBox .subSuccessBox .boxBottom,
.popupBox .subBox .boxBottom {
    display: flex;
    justify-content: center
}

.popupBox .authBox .boxBottom button,
.popupBox .historyBox .boxBottom button,
.popupBox .feedbackBox .boxBottom button,
.popupBox .subSuccessBox .boxBottom button,
.popupBox .subBox .boxBottom button {
    width: 3.5rem;
    height: .54rem;
    background: #8ED7E8;
    border-radius: .05rem;
    font-size: .2rem;
    color: #fff;
    text-align: center;
    line-height: .54rem
}

.popupBox .authBox .close,
.popupBox .historyBox .close,
.popupBox .feedbackBox .close,
.popupBox .subSuccessBox .close,
.popupBox .subBox .close {
    cursor: pointer
}

.popupBox .authBox>.close,
.popupBox .historyBox>.close,
.popupBox .feedbackBox>.close,
.popupBox .subSuccessBox>.close,
.popupBox .subBox>.close {
    width: .2rem;
    height: .2rem;
    background-position: -0.06rem -1.07rem;
    position: absolute;
    top: .24rem;
    right: .24rem
}

.popupBox .waitBox,
.popupBox .subSuccessBox {
    height: 2.36rem
}

.popupBox .waitBox>.tip,
.popupBox .subSuccessBox>.tip {
    top: -0.13rem;
    width: .96rem;
    height: .98rem;
    background-position: -4.05rem -0.02rem
}

.popupBox .waitBox .boxCenter,
.popupBox .subSuccessBox .boxCenter {
    text-align: center;
    margin: .24rem 0
}

.popupBox .waitBox .boxCenter p.wait,
.popupBox .subSuccessBox .boxCenter p.wait,
.popupBox .waitBox .boxCenter p.success,
.popupBox .subSuccessBox .boxCenter p.success {
    font-size: .22rem;
    color: #999
}

.popupBox .waitBox .boxCenter p.wait,
.popupBox .subSuccessBox .boxCenter p.wait {
    display: none
}

.popupBox .waitBox .boxCenter p.wait {
    display: block
}

.popupBox .waitBox .boxCenter p.success {
    display: none
}

.popupBox .authBox,
.popupBox .historyBox,
.popupBox .feedbackBox {
    width: 5.6rem;
    border-radius: .24rem;
    height: fit-content;
    max-height: calc(100vh - 1rem);
    background: linear-gradient(180deg, #F5F5FF 0%, #fff 21%, #fff 100%);
    padding: .22rem 0 .32rem
}

.popupBox .authBox .tip,
.popupBox .historyBox .tip,
.popupBox .feedbackBox .tip {
    width: .96rem;
    height: .96rem;
    background-position: -1.93rem -0.03rem;
    left: .25rem;
    top: -0.11rem
}

.popupBox .authBox .boxHead,
.popupBox .historyBox .boxHead,
.popupBox .feedbackBox .boxHead {
    display: flex;
    flex-direction: column;
    align-items: center
}

.popupBox .authBox .boxHead p,
.popupBox .historyBox .boxHead p,
.popupBox .feedbackBox .boxHead p {
    font-size: .36rem;
    line-height: .64rem;
    color: #333;
    font-weight: 700
}

.popupBox .authBox .boxBody,
.popupBox .historyBox .boxBody,
.popupBox .feedbackBox .boxBody {
    max-height: calc(100% - 1.18rem);
    font-size: .22rem;
    line-height: .26rem;
    color: #333;
    margin-right: .1rem;
    padding: .06rem .2rem .32rem .35rem;
    overflow-y: auto
}

.popupBox .authBox .boxBody::-webkit-scrollbar,
.popupBox .historyBox .boxBody::-webkit-scrollbar,
.popupBox .feedbackBox .boxBody::-webkit-scrollbar {
    width: .07rem
}

.popupBox .authBox .boxBody::-webkit-scrollbar-thumb,
.popupBox .historyBox .boxBody::-webkit-scrollbar-thumb,
.popupBox .feedbackBox .boxBody::-webkit-scrollbar-thumb {
    background: #dfdfdf;
    border-radius: .06rem
}

.popupBox .authBox .boxBody .bodyItem,
.popupBox .historyBox .boxBody .bodyItem,
.popupBox .feedbackBox .boxBody .bodyItem {
    position: relative
}

.popupBox .authBox .boxBody .bodyItem>p,
.popupBox .historyBox .boxBody .bodyItem>p,
.popupBox .feedbackBox .boxBody .bodyItem>p {
    margin-top: .22rem
}

.popupBox .authBox .boxBody .bodyItem .feedBackList,
.popupBox .historyBox .boxBody .bodyItem .feedBackList,
.popupBox .feedbackBox .boxBody .bodyItem .feedBackList {
    display: grid;
    grid-template-columns: repeat(3, 30%);
    justify-content: space-between;
    font-size: .2rem;
    color: #999999
}

.popupBox .authBox .boxBody .bodyItem .feedBackList li,
.popupBox .historyBox .boxBody .bodyItem .feedBackList li,
.popupBox .feedbackBox .boxBody .bodyItem .feedBackList li {
    cursor: pointer;
    margin-top: .12rem;
    height: .36rem;
    line-height: .36rem;
    text-align: center;
    padding: 0 .05rem;
    background: #F7F5F5;
    border-radius: .05rem;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.popupBox .authBox .boxBody .bodyItem .feedBackList li.active,
.popupBox .historyBox .boxBody .bodyItem .feedBackList li.active,
.popupBox .feedbackBox .boxBody .bodyItem .feedBackList li.active {
    color: #fff;
    background: #8ED7E8
}

.popupBox .authBox .boxBody .bodyItem input,
.popupBox .historyBox .boxBody .bodyItem input,
.popupBox .feedbackBox .boxBody .bodyItem input,
.popupBox .authBox .boxBody .bodyItem textarea,
.popupBox .historyBox .boxBody .bodyItem textarea,
.popupBox .feedbackBox .boxBody .bodyItem textarea {
    font-size: .22rem;
    color: #999999;
    padding: .1rem .12rem;
    margin-top: 16px;
    width: 100%;
    height: 1.3rem;
    background: #F7F7F7;
    border-radius: .05rem;
    border: unset;
    resize: none
}

.popupBox .authBox .boxBody .bodyItem input,
.popupBox .historyBox .boxBody .bodyItem input,
.popupBox .feedbackBox .boxBody .bodyItem input {
    height: .54rem;
    font-size: .22rem
}

.popupBox .authBox .boxBody .bodyItem .countChange,
.popupBox .historyBox .boxBody .bodyItem .countChange,
.popupBox .feedbackBox .boxBody .bodyItem .countChange {
    position: absolute;
    right: .1rem;
    bottom: .1rem;
    font-size: .22rem;
    line-height: .26rem;
    color: #999
}

.popupBox .historyBox {
    max-height: 6rem;
    background: linear-gradient(180deg, #FDF0EA 0%, #fff 26%, #fff 100%)
}

.popupBox .historyBox .tip {
    width: .83rem;
    height: .95rem;
    background-position: -0.96rem -0.03rem;
    left: .32rem;
    top: -0.1rem
}

.popupBox .historyBox .boxBody {
    margin: .24rem .24rem 0 0;
    max-height: calc(100vh - 280px);
    font-size: .22rem;
    line-height: .28rem;
    color: #999;
    padding: 0 .12rem .32rem .38rem;
    overflow-y: auto;
    height: 4.52rem
}

.popupBox .historyBox .boxBody::-webkit-scrollbar {
    width: .12rem;
    background: #EEEEEE
}

.popupBox .historyBox .boxBody::-webkit-scrollbar-thumb {
    background: #DCDCDC;
    border-radius: 0
}

.popupBox .historyBox .boxBody ul li {
    padding: .26rem 0 .24rem;
    border-bottom: 1px dashed #dcdcdc
}

.popupBox .historyBox .boxBody ul li:first-child {
    padding-top: .02rem
}

.popupBox .historyBox .boxBody ul li p.time {
    font-size: .22rem;
    line-height: .26rem;
    display: flex;
    justify-content: space-between
}

.popupBox .historyBox .boxBody ul li p.title {
    margin-top: .14rem;
    color: #333;
    line-height: .2rem
}

.popupBox .historyBox .boxBody ul li p.cont {
    margin-top: .1rem
}

.popupBox.hide {
    display: none
}

.noPageBox {
    margin-top: .5rem;
    width: 100%;
    min-height: 4.2rem;
    height: calc(100vh - 3.75rem);
    display: flex;
    align-items: center;
    justify-content: center
}

.noPageBox .boxWrap {
    height: inherit;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.noPageBox .boxWrap::before {
    content: "";
    background-image: url(../img/404.png);
    background-repeat: no-repeat;
    background-size: 4.56rem 3.23rem;
    display: block;
    width: 4.56rem;
    height: 3.23rem;
    background-position: 0px 0px
}

.noPageBox .boxWrap p {
    margin-top: .26rem;
    color: #999;
    font-size: .22rem;
    line-height: .26rem
}

.noPageBox .boxWrap a {
    margin-top: .34rem;
    height: .48rem;
    line-height: .48rem;
    color: #fff;
    background: #8ED7E8;
    border-radius: .08rem;
    padding: 0 .25rem;
    width: fit-content
}

.noPageBox .boxWrap a:hover {
    opacity: .85
}

.tablep {
    position: relative;
    padding: 10px;
    text-align: center
}

.tablep table {
    width: 100%;
    margin: 5px auto;
    word-break: break-all;
    text-align: center;
    line-height: 1.5
}

.tablep em {
    position: relative;
    display: inlin-block;
    font-size: 16px;
    padding: 0 12px;
    line-height: 52px;
    margin-bottom: 20px;
    font-weight: bold;
    color: #333;
    text-align: center;
    background: #fff
}

.tablep:before {
    content: "";
    height: 0;
    border-top: 1px dashed #bdbdbd;
    width: 100%;
    position: absolute;
    left: 0;
    top: 34px
}

.tablep a {
    color: #0000ee
}

.tablep table img {
    max-width: 100%
}

.tablep table td {
    height: 36px
}

.kfs {
    width: 100% !important
}

.djlv {
    background: #fff;
    margin: 0 .24rem;
    border-radius: .1rem
}

.djlv .djtit a {
    color: #999;
    font-size: .22rem;
    font-weight: 300;
    float: right
}

.djlv .djtit a i {
    width: .1rem;
    height: .14rem;
    background-position: -0.57rem -0.4rem;
    margin-left: .1rem
}

.djlv ul {
    margin: 0 .26rem
}

.djlv ul li {
    padding: .18rem 0;
    border-bottom: 1px solid #DDD;
    height: 1rem;
    width: 100%
}

.djlv ul li:nth-last-child(1) {
    border: none
}

.djlv ul li img {
    width: 1rem;
    height: 1rem;
    border-radius: .2rem;
    float: left
}

.djlv ul li .info {
    float: left;
    width: 3.8rem;
    margin-left: .25rem
}

.djlv ul li .info p:nth-child(1) {
    font-size: .28rem;
    color: #333;
    line-height: .28rem;
    font-weight: 600;
    margin-top: .16rem;
    white-space: nowrap;
    overflow: hidden
}

.djlv ul li .info p:nth-child(2) {
    font-size: .24rem;
    color: #999;
    line-height: .24rem;
    margin-top: .16rem
}

.djlv ul li .info p:nth-child(2) span {
    color: #999;
    margin: 0 .1rem
}

.djlv ul li em {
    float: right;
    display: block;
    width: 1.2rem;
    height: .6rem;
    border-radius: .06rem;
    color: #14b9c8;
    border: 1px solid #14b9c8;
    line-height: .6rem;
    text-align: center;
    margin-top: .2rem
}

.Tips-box {
    overflow: hidden;
    margin: .12rem 0 .08rem
}

.Tips-box .tips_top {
    margin: .12rem 0 0;
    position: relative
}

.Tips-box .tips_top .line {
    width: 100%;
    height: 0;
    border-bottom: 1px dashed #e5e5e5;
    position: absolute;
    top: .18rem;
    left: 0
}

.Tips-box .tips_top .title {
    width: fit-content;
    margin: 0 auto;
    text-align: center;
    background: #fff;
    position: relative;
    z-index: 2;
    font-size: .24rem;
    line-height: .36rem;
    padding: 0 .2rem;
    font-weight: 600;
    color: #1aad19;
    display: flex;
    align-items: center;
    justify-content: center
}

.Tips-box .tips_top .title>i {
    display: block;
    width: .28rem;
    height: .28rem;
    margin-right: .08rem;
    background-image: url('../img/tipSvg.svg');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center
}

.Tips-box .txt {
    border-radius: .04rem;
    background: #f6f6f6;
    padding: .15rem .2rem;
    margin-top: .1rem;
    font-size: .24rem;
    line-height: .42rem;
    color: #808080;
    white-space: pre-wrap
}

.hide {
    display: none
}

.bhlGdDetailBox .boxCont a {
    color: #8ED7E8
}

.bhlGdDetailBox .boxCont table a {
    color: #0000ee;
    line-height: 1.5
}

.bhlGdDetailBox .boxCont table {
    line-height: 1.5
}

.bhlTdMainBox .boxRecommend .multiColumnList li .btn {
    background: #8ED7E8;
    color: #fff;
    display: block;
    margin: .13rem auto 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bhlTdMainBox .boxRecommend .multiColumnList li .btn:before {
    display: none;
}

.bhlTdGameBox .tdSwCont .swiper-slide {
    position: relative;
    margin: 0 !important;
    width: 5.62rem !important;
}

.bhlTdGameBox .tdSwCont .swiper-slide>a:nth-of-type(1) {
    display: flex;
    width: 5.2rem;
    margin: .5rem .21rem 0 !important;
    height: fit-content;
    display: flex;
    align-items: center;
}

.bhlTdGameBox .tdSwCont .swiper-slide .btn {
    position: absolute;
    top: .46rem;
    bottom: 0;
    margin: auto;
    right: .2rem;
    z-index: 1;
}

.map-list {
    margin: 0 .2rem;
    background: #ffffff;
    padding: .1rem 0 .2rem;
}

.map-list ul {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0.08rem;
    padding-top: 0.15rem
}

.map-list li a {
    display: block;
    padding: 0 0.1rem;
    min-width: 1.57rem;
    margin: 0 0 0.2rem 0.12rem;
    text-align: center;
    background-color: #f2f3f5;
    color: #666;
    height: 0.48rem;
    line-height: 0.48rem;
    border-radius: 0.06rem;
    font-size: 0.24rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.map-list li a:hover {
    color: #8ED7E8
}

.mapxin {
    display: flex;
    justify-content: center;
    margin-bottom: 0.1rem
}

.mapxin a {
    font-size: 0.22rem;
    color: #999;
    height: 0.44rem;
    line-height: 0.46rem;
    margin-right: 0.28rem
}

.mapxin a:nth-of-type(n + 2)::before {
    content: '';
    position: relative;
    top: 0.04rem;
    display: inline-block;
    width: 0.02rem;
    height: 0.2rem;
    background: rgba(119, 119, 119, 0.5);
    margin-right: 0.28rem
}

.mapTit {
    padding: .2rem .2rem .1rem;
}

.mapTit a {
    position: relative;
    font-weight: bold;
    font-size: .28rem;
    line-height: .34rem;
    color: #000000;
    margin-top: .2rem
}

.mapTit a::before {
    content: "";
    width: .06rem;
    height: .28rem;
    display: inline-block;
    vertical-align: -0.04rem;
    background: #8ED7E8;
    margin-right: .1rem
}

.downBtns .btnItem.androidBtn {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center
}

.downBtns .btnItem.androidBtn p {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: .3rem;
    line-height: .34rem
}

.downBtns .btnItem.androidBtn p strong {
    font-weight: normal
}

.downBtns .btnItem.androidBtn p i {
    margin-top: .05rem;
    font-size: .2rem;
    line-height: .24rem;
    font-style: normal
}